Uses of Interface
com.polarion.alm.tracker.model.IWorkItem.ITerminalCondition
Packages that use IWorkItem.ITerminalCondition
-
Uses of IWorkItem.ITerminalCondition in com.polarion.alm.tracker.model
Methods in com.polarion.alm.tracker.model with parameters of type IWorkItem.ITerminalConditionModifier and TypeMethodDescriptionboolean
IWorkItem.traverseLinkedWorkitems
(Set treeLinked, Set linkTypes, Set backLinkTypes, IWorkItem.ITerminalCondition condition) Traverses, depth first, the tree of items linked (both backward and forward) with this item then adds all touched items to thetreeLinked
return parameter and terminates either by traversing all of them or on a given condition.