com.polarion.alm.tracker.model.ILinkRoleOpt.IRule


METHODS
Modifiers and TypeNameDescription
Set getFromTypes()
Set getToTypes()
boolean isSameType() True indicates that the role can only be used between Work Items of the same type.
boolean isAllowed(String,String) Checks if this rule allows the role to be used from a FROM type Work Item to a TO type Work Item.
Set isAllowedToTypes(String) Returns a set of IDs that the rule allows the related role to be used from for the given type.
boolean isAllowedFromAll() Checks if this rule allows the related role to be used FROM all Work Item types.
boolean isAllowedToAll() Checks if this rule allows the related role to be used TO all Work Item types.

Back to Index