public interface IRevertResult
| Modifier and Type | Method and Description | 
|---|---|
void | 
addErrorOn(MRef ref,
          java.lang.String error)
Add an error encountered on an element. 
 | 
IBlobChangeEvent | 
getBlobChanges()
Deprecated.  
 | 
java.util.List<MObject> | 
getCreatedElements()
Deprecated.  
 | 
java.util.List<MRef> | 
getDeletedElements()
Deprecated.  
 | 
java.util.Map<MRef,java.lang.String> | 
getElementErrors()
Get errors encountered on revert. 
 | 
CmsException | 
getFatalError()
Get the fatal error that interrupted the operation. 
 | 
java.util.Collection<IRevertFragmentResult> | 
getFragments()  | 
java.util.List<MObject> | 
getModifiedElements()
Deprecated.  
 | 
java.util.Collection<IElementMoveRef> | 
getMoveReferences()
Get the element moves made by the revert operation. 
 | 
java.util.Set<IElementMove> | 
getMoves()
Get the element moves made by the revert operation. 
 | 
ISymbolService | 
getSymbolService()
Get the symbol service. 
 | 
boolean | 
isBatchMode()
A command run in batch mode did not trigger any UI. 
 | 
@Deprecated java.util.List<MObject> getModifiedElements()
@Deprecated java.util.List<MObject> getCreatedElements()
@Deprecated java.util.List<MRef> getDeletedElements()
ISymbolService getSymbolService()
void addErrorOn(MRef ref, java.lang.String error)
ref - the element on which the error occurrederror - the error messagejava.util.Map<MRef,java.lang.String> getElementErrors()
java.util.Set<IElementMove> getMoves()
CmsException getFatalError()
 Returns null if the operation completed normally.
null.@Deprecated IBlobChangeEvent getBlobChanges()
Blobs created by the revert are blobs that have been undeleted.
boolean isBatchMode()
java.util.Collection<IElementMoveRef> getMoveReferences()
java.util.Collection<IRevertFragmentResult> getFragments()