|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildrenChangeDetail
Interface indicating a change of a children list of the belonging StoreElement
Method Summary | |
---|---|
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. |
Methods inherited from interface de.espirit.firstspirit.storage.RevisionChangeDetail |
---|
getChangeType |
Method Detail |
---|
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |