Decision Center API

ilog.rules.teamserver.brm
Interface IlrBasicModelElement

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable
All Known Subinterfaces:
IlrAbstractQuery, IlrAction, IlrActionObject, IlrActionRule, IlrActivity, IlrActivityComment, IlrActivityCommentEvent, IlrActivityUserComment, IlrBaseline, IlrBOM, IlrBOM2XOMMapping, IlrBranch, IlrBRLRule, IlrBusinessObject, IlrBusinessRule, IlrChangeAct, IlrChart, IlrDataConnection, IlrDecisionTable, IlrDecisionTree, IlrEvent, IlrEventArtifact, IlrEventElement, IlrEventFlow, IlrEventObject, IlrEventObjectArtifact, IlrEventRule, IlrEventRuleArtifact, IlrEventRuleGroup, IlrFile, IlrFilter, IlrFunction, IlrHierarchy, IlrManagedBranch, IlrMergeReport, IlrModelElement, IlrNamedConstant, IlrPackageElement, IlrProjectElement, IlrQuery, IlrReferencingBsln, IlrRelease, IlrResource, IlrRule, IlrRuleApp, IlrRuleArtifact, IlrRuleflow, IlrRulePackage, IlrRuleProject, IlrScenarioSuite, IlrScenarioSuiteReport, IlrServer, IlrSimulation, IlrSmartView, IlrSnapshot, IlrTechnicalRule, IlrTemplate, IlrTestSuite, IlrTimestampBsln, IlrValidationAct, IlrVariableSet, IlrVocabulary

public interface IlrBasicModelElement
extends IlrElementDetails

A representation of the model object 'Basic Model Element'.

The following features are supported:

See Also:
IlrBrmPackage.getBasicModelElement()

Method Summary
 String getCreatedBy()
          Returns the value of the 'Created By' attribute.
 Date getCreatedOn()
          Returns the value of the 'Created On' attribute.
 String getLastChangedBy()
          Returns the value of the 'Last Changed By' attribute.
 Date getLastChangedOn()
          Returns the value of the 'Last Changed On' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementSummary
getName
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getCreatedBy

String getCreatedBy()
Returns the value of the 'Created By' attribute.

If the meaning of the 'Created By' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Created By' attribute.
See Also:
IlrBrmPackage.getBasicModelElement_CreatedBy()

getCreatedOn

Date getCreatedOn()
Returns the value of the 'Created On' attribute.

If the meaning of the 'Created On' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Created On' attribute.
See Also:
IlrBrmPackage.getBasicModelElement_CreatedOn()

getLastChangedOn

Date getLastChangedOn()
Returns the value of the 'Last Changed On' attribute.

If the meaning of the 'Last Changed On' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Last Changed On' attribute.
See Also:
IlrBrmPackage.getBasicModelElement_LastChangedOn()

getLastChangedBy

String getLastChangedBy()
Returns the value of the 'Last Changed By' attribute.

If the meaning of the 'Last Changed By' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Last Changed By' attribute.
See Also:
IlrBrmPackage.getBasicModelElement_LastChangedBy()

Decision Center API

© Copyright IBM Corp. 1987, 2013