Package com._1c.g5.v8.dt.cmi.tasks
Class BasicCICustomizationTask1<P1>
- 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.BasicCICustomizationTask1<P1>
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
- Direct Known Subclasses:
AddCommandToMainSectionTask
,DeleteBrokenSubsystemTask
,RemoveCommandFromMainSectionTask
,RemoveCommandGroupFromMainSectionTask
,SetDefaultCommandOrderTask
,SetDefaultCommandPlacementTask
,SetDefaultCommandVisibilityTask
,SetDefaultSubsystemVisibilityTask
public abstract class BasicCICustomizationTask1<P1> extends BasicCICustomizationTask
Single parameter CMI customization task precursor.
-
-
Constructor Summary
Constructors Constructor Description BasicCICustomizationTask1(String name, CommandInterface commandInterface, P1 object1)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor)
abstract org.eclipse.core.runtime.IStatus
execute(CommandInterface commandInterface, P1 object1, 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
-
BasicCICustomizationTask1
public BasicCICustomizationTask1(String name, CommandInterface commandInterface, P1 object1)
-
-
Method Detail
-
execute
public abstract org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, P1 object1, org.eclipse.core.runtime.IProgressMonitor monitor)
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, List<IBmObject> objects, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBasicCICustomizationTask
-
-