Package com._1c.g5.v8.dt.cmi.tasks
Class SetCommandOrderTask
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.SetCommandOrderTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Sets commands order for the group in the specified command interface.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SetCommandOrderTask
(String name, CommandInterface commandInterface, List<IBmObject> objects) -
Method Summary
Modifier and TypeMethodDescriptionstatic SetCommandOrderTask
create
(CommandInterface commandInterface, CommandGroup group, List<Command> commands) 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
-
SetCommandOrderTask
protected SetCommandOrderTask(String name, CommandInterface commandInterface, List<IBmObject> objects)
-
-
Method Details
-
create
public static SetCommandOrderTask create(CommandInterface commandInterface, CommandGroup group, List<Command> commands) Creates a new instance.- Parameters:
commandInterface
-group
-commands
-- 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
-