ilog.rules.teamserver.brm
Interface IlrBasicModelElement
-
- All Superinterfaces:
- java.lang.Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, java.io.Serializable
- All Known Subinterfaces:
- IlrAbstractQuery, IlrAction, IlrActionObject, IlrActionRule, IlrActivity, IlrActivityComment, IlrActivityCommentEvent, IlrActivityUserComment, IlrBaseline, IlrBMD, IlrBOM, IlrBOM2XOMMapping, IlrBranch, IlrBRLRule, IlrBusinessObject, IlrBusinessRule, IlrChangeAct, IlrChart, IlrDataConnection, IlrDecisionTable, IlrDecisionTree, IlrDeployment, IlrDsDeploymentBsln, IlrDSDeploymentReport, IlrEvent, IlrEventArtifact, IlrEventElement, IlrEventFlow, IlrEventObject, IlrEventObjectArtifact, IlrEventRule, IlrEventRuleArtifact, IlrEventRuleGroup, IlrFile, IlrFilter, IlrFunction, IlrHierarchy, IlrInputData, IlrKPI, IlrManagedBranch, IlrMergeReport, IlrMetric, IlrModelElement, IlrNamedConstant, IlrOperation, IlrPackageElement, IlrProjectElement, IlrQuery, IlrReferencingBsln, IlrRelease, IlrResource, IlrRule, IlrRuleApp, IlrRuleArtifact, IlrRuleflow, IlrRulePackage, IlrRuleProject, IlrScenarioSuite, IlrScenarioSuiteReport, IlrServer, IlrSimulation, IlrSimulationConfiguration, IlrSimulationElement, IlrSimulationModel, IlrSimulationReport, IlrSmartView, IlrSnapshot, IlrTechnicalRule, IlrTemplate, IlrTestCase, IlrTestElement, IlrTestReport, IlrTestSuite, IlrTestSuite, IlrTimestampBsln, IlrValidationAct, IlrValidationElement, 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
Methods Modifier and Type Method and Description java.lang.StringgetCreatedBy()Returns the value of the 'Created By' attribute.java.util.DategetCreatedOn()Returns the value of the 'Created On' attribute.java.lang.StringgetLastChangedBy()Returns the value of the 'Last Changed By' attribute.java.util.DategetLastChangedOn()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, getValue, hashCode, isNew, toIdString
-
-
-
-
Method Detail
-
getCreatedBy
java.lang.String getCreatedBy()
Returns the value of the 'Created By' attribute.- Returns:
- the value of the 'Created By' attribute.
- See Also:
IlrBrmPackage.getBasicModelElement_CreatedBy()
-
getCreatedOn
java.util.Date getCreatedOn()
Returns the value of the 'Created On' attribute.- Returns:
- the value of the 'Created On' attribute.
- See Also:
IlrBrmPackage.getBasicModelElement_CreatedOn()
-
getLastChangedOn
java.util.Date getLastChangedOn()
Returns the value of the 'Last Changed On' attribute.- Returns:
- the value of the 'Last Changed On' attribute.
- See Also:
IlrBrmPackage.getBasicModelElement_LastChangedOn()
-
getLastChangedBy
java.lang.String getLastChangedBy()
Returns the value of the 'Last Changed By' attribute.- Returns:
- the value of the 'Last Changed By' attribute.
- See Also:
IlrBrmPackage.getBasicModelElement_LastChangedBy()
-
-