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>
Sets default subsystem order in the specified command interface (configuration CI or subsystem CI).
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetDefaultSubsystemOrderTask
(String name, CommandInterface commandInterface) -
Method Summary
Modifier and TypeMethodDescriptionstatic 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, getCommandInterface
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
SetDefaultSubsystemOrderTask
-
-
Method Details
-
create
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
-