|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoveOperation
Interface indicating a move operation
on a belonging storeelement.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.RevisionOperation |
---|
RevisionOperation.OperationType |
Method Summary | |
---|---|
Collection<BasicElementInfo> |
getElements()
Returns a collection of all elements belonging to this revision operation |
BasicElementInfo |
getMovedElement()
Returns the element which has been moved in the belonging move operation. |
BasicElementInfo |
getSourceParent()
Returns the source parent, the moved element has been moved from
in the belonging move operation. |
BasicElementInfo |
getTargetParent()
Returns the target parent, the moved element has been moved to
in the belonging move operation. |
Methods inherited from interface de.espirit.firstspirit.storage.RevisionOperation |
---|
getType |
Method Detail |
---|
BasicElementInfo getMovedElement()
BasicElementInfo getSourceParent()
moved element
has been moved from
in the belonging move operation.
BasicElementInfo getTargetParent()
moved element
has been moved to
in the belonging move operation.
Collection<BasicElementInfo> getElements()
getElements
in interface RevisionOperation<BasicElementInfo>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |