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>
AnIBmTaskimplementation for changing functional options parameter use.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFunctionalOptionsParameterUseChangeTask.TaskActionEnumeration 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 newFunctionalOptionsParameterUseChangeTaskinstance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatusexecute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)Adds/removeMdObjecttoFunctionalOptionsParameter-
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 newFunctionalOptionsParameterUseChangeTaskinstance- Parameters:
subsystem- is the subsystemobject- isMdObjectinstance 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/removeMdObjecttoFunctionalOptionsParameter- Specified by:
executein classBmBasicTask2<FunctionalOptionsParameter,MdObject>
-
-