Package com._1c.g5.v8.dt.cmi.tasks
Class SetSubsystemOrderTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
com._1c.g5.v8.dt.cmi.tasks.SetSubsystemOrderTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Sets subsystem order for the configuration command interface or subsystem command interface
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetSubsystemOrderTask
(String name, CommandInterface commandInterface, List<IBmObject> objects) -
Method Summary
Modifier and TypeMethodDescriptionstatic SetSubsystemOrderTask
create
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.org.eclipse.core.runtime.IStatus
execute
(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
execute, getCommandInterface
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
SetSubsystemOrderTask
protected SetSubsystemOrderTask(String name, CommandInterface commandInterface, List<IBmObject> objects)
-
-
Method Details
-
create
public static SetSubsystemOrderTask create(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.- Parameters:
commandInterface
- The target command interface.subsystems
- The target set of subsystems.- Returns:
- The newly created subsystem order change task.
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor) }- Specified by:
execute
in classBasicCICustomizationTask
-