public interface ChildrenChangeDetail extends RevisionChangeDetail
Modifier and Type | Method and Description |
---|---|
List<BasicElementInfo> |
getAddedElements()
Returns an unmodifiable list of elements which were added during the change
of the belonging children list.
|
List<BasicElementInfo> |
getRemovedElements()
Returns an unmodifiable list of elements which were removed during the change
of the belonging children list.
|
Map<BasicElementInfo,Pair<Integer,Integer>> |
getReorderedElements()
Returns an unmodifiable map of elements which were reordered during the change
of the belonging children list.
|
boolean |
isRelease()
Returns
true if this children change detail belongs to a release children list,
false otherwise. |
getChangeType
boolean isRelease()
true
if this children change detail belongs to a release children list,
false
otherwise.List<BasicElementInfo> getAddedElements()
List<BasicElementInfo> getRemovedElements()
Map<BasicElementInfo,Pair<Integer,Integer>> getReorderedElements()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500