Decision Center API

ilog.rules.teamserver.brm
Interface IlrManagedBranch

All Superinterfaces:
Cloneable, IlrBaseline, IlrBasicModelElement, IlrBranch, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrModelElement, IlrTimestampBsln, Serializable
All Known Subinterfaces:
IlrActivity, IlrChangeAct, IlrRelease, IlrValidationAct

public interface IlrManagedBranch
extends IlrBranch

A representation of the model object 'Managed Branch'.

The following features are supported:

See Also:
IlrBrmPackage.getManagedBranch()

Method Summary
 List<ilog.rules.teamserver.brm.Contributor> getApprovers()
          Returns the value of the 'Approvers' attribute list.
 List<ilog.rules.teamserver.brm.Contributor> getContributors(ilog.rules.teamserver.brm.Contributor.Role role)
          Returns the value of the 'Authors' or 'Approvers' attribute list.
 String getOwner()
          Returns the value of the 'Owner' attribute.
 String getStatus()
          Returns the value of the 'Status' attribute.
 Date getTargetDate()
          Returns the value of the 'Target Date' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBranch
getGroups, isSecurityEnforced, isSecurityInherited
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrTimestampBsln
getMaxVersionId
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBaseline
getBaselineKind, getDepName, getDocumentation, getEventIdString, getParent, getProject, getProjectHandle, getProjectInfo, getReadableVersion, isFrozen, isSystem
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
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.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

getStatus

String getStatus()
Returns the value of the 'Status' attribute.

The default value is ".".

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

Returns:
the value of the 'Status' attribute.
See Also:
IlrBrmPackage.getManagedBranch_Status()

getOwner

String getOwner()
Returns the value of the 'Owner' attribute.

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

Returns:
the value of the 'Owner' attribute.
See Also:
IlrBrmPackage.getManagedBranch_Owner()

getTargetDate

Date getTargetDate()
Returns the value of the 'Target Date' attribute.

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

Returns:
the value of the 'Target Date' attribute.
See Also:
IlrBrmPackage.getManagedBranch_TargetDate()

getApprovers

List<ilog.rules.teamserver.brm.Contributor> getApprovers()
Returns the value of the 'Approvers' attribute list.

The list contents are of type ilog.rules.teamserver.brm.Contributor.

Returns:
the value of the 'Approvers' attribute list.
See Also:
IlrBrmPackage.getManagedBranch_Approvers()

getContributors

List<ilog.rules.teamserver.brm.Contributor> getContributors(ilog.rules.teamserver.brm.Contributor.Role role)
Returns the value of the 'Authors' or 'Approvers' attribute list.

The list contents are of type ilog.rules.teamserver.brm.Contributor.

Returns:
the value of the 'Authors' or 'Approvers' attribute list.
See Also:
IlrBrmPackage.getActivity_Authors(), IlrBrmPackage.getManagedBranch_Approvers()

Decision Center API

© Copyright IBM Corp. 1987, 2013