Decision Center API

ilog.rules.teamserver.brm
Interface IlrActivitySubscription

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

public interface IlrActivitySubscription
extends IlrElementDetails

A representation of the model object 'Activity Subscription'.

The following features are supported:

See Also:
IlrBrmPackage.getActivitySubscription()

Method Summary
 IlrBaseline getSourceBranch()
          Returns the value of the 'Source Branch' reference.
 IlrRuleArtifact getSourceRuleArtifact()
          Returns the value of the 'Source Rule Artifact' reference.
 IlrRuleProject getSourceRuleProject()
          Returns the value of the 'Source Rule Project' reference.
 String getUsername()
          Returns the value of the 'Username' 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

getUsername

String getUsername()
Returns the value of the 'Username' attribute.

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

Returns:
the value of the 'Username' attribute.
See Also:
IlrBrmPackage.getActivitySubscription_Username()

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.getActivitySubscription_SourceRuleArtifact()

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.getActivitySubscription_SourceRuleProject()

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.getActivitySubscription_SourceBranch()

Decision Center API

© Copyright IBM Corp. 1987, 2013