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>
An
IBmTask
implementation for changing functional options parameter use.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeration with values indicating needed action: add, remove or clear with add. -
Constructor Summary
ConstructorsConstructorDescriptionFunctionalOptionsParameterUseChangeTask
(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action) Creates a newFunctionalOptionsParameterUseChangeTask
instance -
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
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 Details
-
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>
-