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> AnIBmTaskfor changing functional option content.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFunctionalOptionContentChangeTask.TaskActionEnumeration with values indicating needed action: add or remove.
 - 
Constructor SummaryConstructors Constructor Description FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action)Creates a new task.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatusexecute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)- 
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask2execute
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTaskexecute, getTransaction
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTaskgetId, getName, getServiceId
 
- 
 
- 
- 
- 
Constructor Detail- 
FunctionalOptionContentChangeTaskpublic FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action) Creates a new task.- Parameters:
- functionalOption- the functional option that content will be changed, cannot be- null.
- object- the object to add/remove, cannot be- null.
- action- the action, cannot be- null.
 
 
- 
 - 
Method Detail- 
executepublic org.eclipse.core.runtime.IStatus execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
- executein class- BmBasicTask2<FunctionalOption,MdObject>
 
 
- 
 
-