Decision Center API

ilog.rules.teamserver.brm
Interface IlrActivityCommentEvent

All Superinterfaces:
Cloneable, IlrActivityComment, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrActivityCommentEvent
extends IlrActivityComment

A representation of the model object 'Activity Comment Event'.

The following features are supported:

See Also:
IlrBrmPackage.getActivityCommentEvent()

Method Summary
 String getAdditionalDetails()
          Returns the value of the 'Additional Details' attribute.
 String getForUser()
          Returns the value of the 'For User' attribute.
 int getMajorVersion()
          Returns the value of the 'Major Version' attribute.
 int getMinorVersion()
          Returns the value of the 'Minor Version' attribute.
 Date getNewDate()
          Returns the value of the 'New Date' attribute.
 String getNewDesc()
          Returns the value of the 'New Desc' attribute.
 String getNewProperty()
          Returns the value of the 'New Property' attribute.
 Date getOldDate()
          Returns the value of the 'Old Date' attribute.
 String getOldDesc()
          Returns the value of the 'Old Desc' attribute.
 String getOldProperty()
          Returns the value of the 'Old Property' attribute.
 IlrBaseline getSourceBranch()
          Returns the value of the 'Source Branch' reference.
 int getSourceRuleArtifactId()
          Returns the value of the 'Source Rule Artifact Id' attribute.
 IlrRuleProject getSourceRuleProject()
          Returns the value of the 'Source Rule Project' reference.
 IlrUpdateTypeKind getUpdateType()
          Returns the value of the 'Update Type' attribute.
 String getVersionComment()
          Returns the value of the 'Version Comment' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrActivityComment
getBaseline, getSourceRuleArtifact
 
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

getUpdateType

IlrUpdateTypeKind getUpdateType()
Returns the value of the 'Update Type' attribute.

The literals are from the enumeration IlrUpdateTypeKind.

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

Returns:
the value of the 'Update Type' attribute.
See Also:
IlrUpdateTypeKind, IlrBrmPackage.getActivityCommentEvent_UpdateType()

getSourceRuleProject

IlrRuleProject getSourceRuleProject()
                                    throws IlrObjectNotFoundException
Returns the value of the 'Source Rule Project' reference.

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

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

getMajorVersion

int getMajorVersion()
Returns the value of the 'Major Version' attribute.

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

Returns:
the value of the 'Major Version' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_MajorVersion()

getMinorVersion

int getMinorVersion()
Returns the value of the 'Minor Version' attribute.

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

Returns:
the value of the 'Minor Version' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_MinorVersion()

getVersionComment

String getVersionComment()
Returns the value of the 'Version Comment' attribute.

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

Returns:
the value of the 'Version Comment' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_VersionComment()

getSourceBranch

IlrBaseline getSourceBranch()
                            throws IlrObjectNotFoundException
Returns the value of the 'Source Branch' reference.

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

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Source Branch' reference.
See Also:
IlrBrmPackage.getActivityCommentEvent_SourceBranch()

getSourceRuleArtifactId

int getSourceRuleArtifactId()
Returns the value of the 'Source Rule Artifact Id' attribute.

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

Returns:
the value of the 'Source Rule Artifact Id' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_SourceRuleArtifactId()

getOldDesc

String getOldDesc()
Returns the value of the 'Old Desc' attribute.

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

Returns:
the value of the 'Old Desc' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_OldDesc()

getNewDesc

String getNewDesc()
Returns the value of the 'New Desc' attribute.

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

Returns:
the value of the 'New Desc' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_NewDesc()

getOldProperty

String getOldProperty()
Returns the value of the 'Old Property' attribute.

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

Returns:
the value of the 'Old Property' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_OldProperty()

getNewProperty

String getNewProperty()
Returns the value of the 'New Property' attribute.

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

Returns:
the value of the 'New Property' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_NewProperty()

getForUser

String getForUser()
Returns the value of the 'For User' attribute.

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

Returns:
the value of the 'For User' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_ForUser()

getOldDate

Date getOldDate()
Returns the value of the 'Old Date' attribute.

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

Returns:
the value of the 'Old Date' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_OldDate()

getNewDate

Date getNewDate()
Returns the value of the 'New Date' attribute.

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

Returns:
the value of the 'New Date' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_NewDate()

getAdditionalDetails

String getAdditionalDetails()
Returns the value of the 'Additional Details' attribute.

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

Returns:
the value of the 'Additional Details' attribute.
See Also:
IlrBrmPackage.getActivityCommentEvent_AdditionalDetails()

Decision Center API

© Copyright IBM Corp. 1987, 2013