Package com._1c.g5.v8.dt.md.api
Class FunctionalOptionsParameterUseChangeTask
- 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<FunctionalOptionsParameter,MdObject>
-
- com._1c.g5.v8.dt.md.api.FunctionalOptionsParameterUseChangeTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class FunctionalOptionsParameterUseChangeTask extends BmBasicTask2<FunctionalOptionsParameter,MdObject>
AnIBmTask
implementation for changing functional options parameter use.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FunctionalOptionsParameterUseChangeTask.TaskAction
Enumeration with values indicating needed action: add, remove or clear with add.
-
Constructor Summary
Constructors Constructor Description FunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action)
Creates a newFunctionalOptionsParameterUseChangeTask
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
Adds/removeMdObject
toFunctionalOptionsParameter
-
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
-
FunctionalOptionsParameterUseChangeTask
public FunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action)
Creates a newFunctionalOptionsParameterUseChangeTask
instance- Parameters:
subsystem
- is the subsystemobject
- isMdObject
instance to add/removeaction
- is the action: add or removeneedClear
- is need clear before add
-
-
Method Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
Adds/removeMdObject
toFunctionalOptionsParameter
- Specified by:
execute
in classBmBasicTask2<FunctionalOptionsParameter,MdObject>
-
-