Decision Center API

ilog.rules.teamserver.brm
Interface IlrBranch

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

public interface IlrBranch
extends IlrTimestampBsln

A representation of the model object 'Branch'.

The following features are supported:

See Also:
IlrBrmPackage.getBranch()

Method Summary
 List getGroups()
          Returns the value of the 'Groups' attribute list.
 boolean isSecurityEnforced()
          Returns the value of the 'Security Enforced' attribute.
 boolean isSecurityInherited()
          Returns the value of the 'Security Inherited' attribute.
 
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

isSecurityInherited

boolean isSecurityInherited()
Returns the value of the 'Security Inherited' attribute.

The default value is "true".

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

Returns:
the value of the 'Security Inherited' attribute.
See Also:
IlrBrmPackage.getBranch_SecurityInherited()

isSecurityEnforced

boolean isSecurityEnforced()
Returns the value of the 'Security Enforced' attribute.

The default value is "false".

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

Returns:
the value of the 'Security Enforced' attribute.
See Also:
IlrBrmPackage.getBranch_SecurityEnforced()

getGroups

List getGroups()
Returns the value of the 'Groups' attribute list.

The list contents are of type String.

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

Returns:
the value of the 'Groups' attribute list.
See Also:
IlrBrmPackage.getBranch_Groups()

Decision Center API

© Copyright IBM Corp. 1987, 2013