public interface IAddResult
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<MObject> | 
getAddedElements()
Get the elements successfully scheduled to be added to version 
 | 
IGetLockResult | 
getLockResult()
Get the result of the lock operation that was needed before adding the asked elements. 
 | 
java.util.List<MObject> | 
getNotAddedElements()
Get the elements that couldn't be added to version, because the
 composition owner cannot be locked. 
 | 
ISymbolService | 
getSymbolService()
Get the symbol service. 
 | 
java.util.List<MObject> | 
getUndeletedElements()
Get the elements that were cancelled from removal scheduling. 
 | 
boolean | 
isBatchMode()  | 
IGetLockResult getLockResult()
java.util.List<MObject> getAddedElements()
java.util.List<MObject> getNotAddedElements()
ISymbolService getSymbolService()
java.util.List<MObject> getUndeletedElements()
boolean isBatchMode()