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 enumEnumeration with values indicating needed action: add, remove or clear with add. -
Constructor Summary
ConstructorsConstructorDescriptionFunctionalOptionsParameterUseChangeTask(FunctionalOptionsParameter functionalOptionsParameter, MdObject object, FunctionalOptionsParameterUseChangeTask.TaskAction action) Creates a newFunctionalOptionsParameterUseChangeTaskinstance -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusexecute(FunctionalOptionsParameter functionalOptionsParameter, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor) Adds/removeMdObjecttoFunctionalOptionsParameterMethods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask2
executeMethods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransactionMethods 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 newFunctionalOptionsParameterUseChangeTaskinstance- Parameters:
subsystem- is the subsystemobject- isMdObjectinstance 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/removeMdObjecttoFunctionalOptionsParameter- Specified by:
executein classBmBasicTask2<FunctionalOptionsParameter,MdObject>
-