Uses of Interface
com.polarion.alm.tracker.model.IWorkItem.ITerminalCondition
-
Uses of IWorkItem.ITerminalCondition in com.polarion.alm.tracker.model
Modifier 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.