public interface IGetLockResult
Tells :
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<java.io.File> | 
getAdditionalLockedFiles()  | 
java.util.Map<java.io.File,java.lang.String> | 
getAdditionalLockFailures()
Get the other lock failures. 
 | 
java.util.Collection<java.io.File> | 
getAdditionalOutdatedFiles()
Get the additional files that couldn't be locked because they are out of date. 
 | 
java.util.Collection<MObject> | 
getLockedElements()
Get the elements successfully locked. 
 | 
java.util.Map<MRef,java.lang.String> | 
getLockedUnresolvedReferences()
Get the references successfully locked that couldn't be resolved. 
 | 
java.util.Map<MObject,java.lang.String> | 
getLockFailures()
Get the other lock failures. 
 | 
java.util.Collection<MObject> | 
getOutdatedElements()
Get the elements that couldn't be locked because they are out of date. 
 | 
java.util.Collection<MRef> | 
getOutdatedUnresolvedReferences()
Get the unresolved references of elements that couldn't be locked because they are out of date. 
 | 
ISymbolService | 
getSymbolService()  | 
java.util.Map<MRef,java.lang.String> | 
getUnresolvedLockFailures()
Get unresolved element references that couldn't be locked. 
 | 
boolean | 
hasFailures()
Quick method to know if something went wrong. 
 | 
boolean | 
isBatchMode()  | 
java.util.Collection<MObject> getLockedElements()
java.util.Map<MRef,java.lang.String> getLockedUnresolvedReferences()
Such case can occur because:
java.util.Map<MObject,java.lang.String> getLockFailures()
These are lock failure that have other causes than already locked or out of date elements.
java.util.Map<MRef,java.lang.String> getUnresolvedLockFailures()
ISymbolService getSymbolService()
java.util.Collection<MObject> getOutdatedElements()
java.util.Collection<MRef> getOutdatedUnresolvedReferences()
boolean hasFailures()
boolean isBatchMode()
java.util.Collection<java.io.File> getAdditionalLockedFiles()
java.util.Map<java.io.File,java.lang.String> getAdditionalLockFailures()
These are lock failure that have other causes than already locked or out of date elements.
java.util.Collection<java.io.File> getAdditionalOutdatedFiles()