Package com._1c.g5.v8.dt.aef2
Class ModelApiChange
java.lang.Object
com._1c.g5.v8.dt.aef2.ModelApiChange
- All Implemented Interfaces:
IChange
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionModelApiChange
(Collection<org.eclipse.emf.ecore.EObject> objects, IModelApi api, IModelApiTaskN<Void> task) Creates a new change. -
Method Summary
-
Constructor Details
-
ModelApiChange
public ModelApiChange(Collection<org.eclipse.emf.ecore.EObject> objects, IModelApi api, IModelApiTaskN<Void> task) Creates a new change.- Parameters:
objects
- the objects to affect, cannot benull
.api
- the model API, cannot benull
.task
- the task to execute, cannot benull
.
-
-
Method Details