public interface ESCompositeOperationHandle
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Aborts the composite operation.
|
void |
end(String name,
String description,
ESModelElementId modelElementId)
Completes a composite operation.
|
boolean |
isValid()
Returns whether the handle is still valid.
|
boolean isValid()
void abort()
throws ESInvalidCompositeOperationException
ESInvalidCompositeOperationException - if the handle is invalidvoid end(String name, String description, ESModelElementId modelElementId) throws ESInvalidCompositeOperationException
name - the name for the operationdescription - the description of the operationmodelElementId - the id of the model element that is most important for the
operationESInvalidCompositeOperationException - if the handle is invalidCopyright © 2017. All rights reserved.