public interface IUpdateDetails
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<MObject> | 
getConflictedElements()
Get updated the CMS nodes that are in conflict with locally modified elements. 
 | 
java.util.Collection<java.io.File> | 
getConflictedFiles()
Get updated the additional files that are in conflict with locally modified elements. 
 | 
java.util.Collection<MObject> | 
getCreatedElements()
Get the created CMS nodes. 
 | 
java.util.Collection<java.io.File> | 
getCreatedFiles()
Get the created additional files. 
 | 
java.util.Collection<MRef> | 
getDeletedElements()
Get the CMS nodes deleted from the working copy. 
 | 
java.util.Collection<java.io.File> | 
getDeletedFiles()
Get the additional files deleted from the working copy. 
 | 
java.lang.Throwable | 
getIncompleteUpdateCause()
If the update is incomplete, returns the interruption cause. 
 | 
java.util.Collection<MObject> | 
getMergedElements()
Get the elements that whose local and remote modifications were merged, either automatically or manually. 
 | 
java.util.Collection<java.io.File> | 
getMergedFiles()
Get the additional files that whose local and remote modifications were merged,
 either automatically or manually. 
 | 
ISymbolService | 
getSymbolService()
Get the symbol service. 
 | 
java.util.Collection<MObject> | 
getUnlockedElements()
Get the elements who lost their lock. 
 | 
java.util.Collection<java.io.File> | 
getUnlockedFiles()  | 
java.util.Collection<MObject> | 
getUpdatedElements()
Get the CMS nodes updated in the working copy. 
 | 
java.util.Collection<java.io.File> | 
getUpdatedFiles()
Get the additional files updated in the working copy. 
 | 
boolean | 
isBatchMode()  | 
java.util.Collection<MObject> getUpdatedElements()
java.util.Collection<MObject> getCreatedElements()
java.util.Collection<MRef> getDeletedElements()
ISymbolService getSymbolService()
java.util.Collection<MObject> getConflictedElements()
java.util.Collection<MObject> getMergedElements()
java.lang.Throwable getIncompleteUpdateCause()
 Returns null in other cases.
null if update is complete, else the interruption cause.java.util.Collection<MObject> getUnlockedElements()
These elements lock were probably broken.
java.util.Collection<java.io.File> getMergedFiles()
java.util.Collection<java.io.File> getConflictedFiles()
java.util.Collection<java.io.File> getDeletedFiles()
java.util.Collection<java.io.File> getCreatedFiles()
java.util.Collection<java.io.File> getUpdatedFiles()
java.util.Collection<java.io.File> getUnlockedFiles()
boolean isBatchMode()