Package | Description |
---|---|
com.modeliosoft.modelio.cms.api |
SVN operations API.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<IElementMove> |
IRevertDetail.getMoves()
Get the move operations that are rollbacked by the revert operation.
|
java.util.Set<IElementMove> |
IRevertFragmentDetail.getMoves()
Get the move operations that are rollbacked by the revert operation.
|
java.util.Collection<IElementMove> |
ICommitResult.getMoves()
Get the list of element moves that have been committed.
|
java.util.Set<IElementMove> |
IRevertResult.getMoves()
Get the element moves made by the revert operation.
|
java.util.Collection<IElementMove> |
ICommitDetail.getMoves()
Get the list of element moves that will been committed.
|