public interface ESOperationModifier
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOperation> |
modify(List<AbstractOperation> operations,
org.eclipse.emf.common.command.Command command)
Allows to modify the recorded operations.
|
@Deprecated static final String ID
ID of the ESOperationModifier option.
org.eclipse.emf.emfstore.client.changeRecordingOptions.operationModifier.List<AbstractOperation> modify(List<AbstractOperation> operations, org.eclipse.emf.common.command.Command command)
Allows to modify the recorded operations.
NOTE: This method is only called if commands are used.
operations - the recorded operations that may be modifiedcommand - the triggering commandCopyright © 2017. All rights reserved.