Decision Center API

ilog.rules.teamserver.brm
Interface IlrActivityComment

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable
All Known Subinterfaces:
IlrActivityCommentEvent, IlrActivityUserComment

public interface IlrActivityComment
extends IlrBasicModelElement

A representation of the model object 'Activity Comment'.

The following features are supported:

See Also:
IlrBrmPackage.getActivityComment()

Method Summary
 IlrBaseline getBaseline()
          Returns the value of the 'Baseline' reference.
 IlrRuleArtifact getSourceRuleArtifact()
          Returns the value of the 'Source Rule Artifact' reference.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
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

getSourceRuleArtifact

IlrRuleArtifact getSourceRuleArtifact()
                                      throws IlrObjectNotFoundException
Returns the value of the 'Source Rule Artifact' reference.

If the meaning of the 'Source Rule Artifact' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Source Rule Artifact' reference.
See Also:
IlrBrmPackage.getActivityComment_SourceRuleArtifact()

getBaseline

IlrBaseline getBaseline()
                        throws IlrObjectNotFoundException
Returns the value of the 'Baseline' reference.

If the meaning of the 'Baseline' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Baseline' reference.
See Also:
IlrBrmPackage.getActivityComment_Baseline()

Decision Center API

© Copyright IBM Corp. 1987, 2013