Package com._1c.g5.v8.dt.cmi.tasks
Class SetDefaultSubsystemOrderTask
- 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.SetDefaultSubsystemOrderTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class SetDefaultSubsystemOrderTask extends BasicCICustomizationTask
Sets default subsystem order in the specified command interface (configuration CI or subsystem CI).
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetDefaultSubsystemOrderTask(String name, CommandInterface commandInterface)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetDefaultSubsystemOrderTask
create(CommandInterface commandInterface)
Creates a new instance.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
-
SetDefaultSubsystemOrderTask
protected SetDefaultSubsystemOrderTask(String name, CommandInterface commandInterface)
-
-
Method Detail
-
create
public static SetDefaultSubsystemOrderTask create(CommandInterface commandInterface)
Creates a new instance.- Parameters:
commandInterface
-- Returns:
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor)
}- Specified by:
execute
in classBasicCICustomizationTask
-
-