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>
public class SetSubsystemOrderTask extends BasicCICustomizationTask
Sets subsystem order for the configuration command interface or subsystem command interface
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetSubsystemOrderTask(String name, CommandInterface commandInterface, List<IBmObject> objects)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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
-
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
-
-
-
Constructor Detail
-
SetSubsystemOrderTask
protected SetSubsystemOrderTask(String name, CommandInterface commandInterface, List<IBmObject> objects)
-
-
Method Detail
-
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
-
-