Package com._1c.g5.v8.dt.md.api
Class FunctionalOptionContentChangeTask
- java.lang.Object
-
- com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
-
- com._1c.g5.v8.bm.integration.BmBasicTask
-
- com._1c.g5.v8.bm.integration.BmBasicTask2<FunctionalOption,MdObject>
-
- com._1c.g5.v8.dt.md.api.FunctionalOptionContentChangeTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class FunctionalOptionContentChangeTask extends BmBasicTask2<FunctionalOption,MdObject>
AnIBmTask
for changing functional option content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FunctionalOptionContentChangeTask.TaskAction
Enumeration with values indicating needed action: add or remove.
-
Constructor Summary
Constructors Constructor Description FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action)
Creates a new task.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask2
execute
-
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransaction
-
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
-
-
-
Constructor Detail
-
FunctionalOptionContentChangeTask
public FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action)
Creates a new task.- Parameters:
functionalOption
- the functional option that content will be changed, cannot benull
.object
- the object to add/remove, cannot benull
.action
- the action, cannot benull
.
-
-
Method Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBmBasicTask2<FunctionalOption,MdObject>
-
-