com.polarion.alm.tracker.model.IModule.IMoveReport
METHODS
Modifiers and Type | Name | Description |
---|---|---|
Set | skippedWorkItems() | Set of skipped work items from the input collection. In case of the moveIn method it does not contain the items which were in the module already, so it contains only the items which stayed outside of the module. In case of moveOut it contains items which already were not in the module. |
Set | skippedChildWorkItems() | Used only in moveId, it is a collection of child work items which were not in the input collection and should be moved, but cannot because they are in LiveDoc. |
Set | additionalMovedWorkItems() | Set of moved child work items which were not contained in the input collection. |
Set | derivedWorkItems() | Returns a subset of the Work Items from the input collection that were not moved, because they are derived. Used in both the moveIn and moveOut methods. |
Back to Index