Package com._1c.g5.v8.dt.cmi.tasks
Class SetCommandPlacementTask
- 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.BasicCICustomizationTask2<Command,CommandGroup>
-
- com._1c.g5.v8.dt.cmi.tasks.SetCommandPlacementTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class SetCommandPlacementTask extends BasicCICustomizationTask2<Command,CommandGroup>
Places the command to the specified group.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SetCommandPlacementTask(String name, CommandInterface commandInterface, Command command, CommandGroup destinationGroup)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetCommandPlacementTask
create(CommandInterface commandInterface, Command command, CommandGroup destinationGroup)
Creates a new instance.org.eclipse.core.runtime.IStatus
execute(CommandInterface commandInterface, Command command, CommandGroup destinationGroup, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask2
execute
-
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
-
SetCommandPlacementTask
protected SetCommandPlacementTask(String name, CommandInterface commandInterface, Command command, CommandGroup destinationGroup)
-
-
Method Detail
-
create
public static SetCommandPlacementTask create(CommandInterface commandInterface, Command command, CommandGroup destinationGroup)
Creates a new instance.- Parameters:
commandInterface
-command
-destinationGroup
-- Returns:
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, Command command, CommandGroup destinationGroup, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBasicCICustomizationTask2<Command,CommandGroup>
-
-