Package com._1c.g5.v8.dt.cmi.tasks
Class BasicCICustomizationTask2<P1,P2>
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<P1,P2>
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
- Direct Known Subclasses:
SetCommandPlacementTask
,SetCommandVisibilityTask
,SetSubsystemVisibilityTask
Two-parameter CMI customization task precursor.
-
Constructor Summary
ConstructorsConstructorDescriptionBasicCICustomizationTask2
(String name, CommandInterface commandInterface, P1 object1, P2 object2) -
Method Summary
Modifier and TypeMethodDescriptionorg.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, P2 object2, 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
-
BasicCICustomizationTask2
public BasicCICustomizationTask2(String name, CommandInterface commandInterface, P1 object1, P2 object2)
-
-
Method Details
-
execute
public abstract org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, P1 object1, P2 object2, 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
-