public interface ICmsUnlockResult
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<MRef> | 
getLockedElseWhereElements()
Get the elements that couldn't be unlocked because they are locked elsewhere. 
 | 
java.util.Collection<IRefResultEntry> | 
getLockFailures()
Get unlocking failures. 
 | 
java.util.Collection<MRef> | 
getUnlockedElements()
Get the elements that were successfully unlocked. 
 | 
boolean | 
hasFailures()  | 
java.util.Collection<IRefResultEntry> getLockFailures()
java.util.Collection<MRef> getLockedElseWhereElements()
java.util.Collection<MRef> getUnlockedElements()
boolean hasFailures()