Package com._1c.g5.v8.dt.md.api
Class ChangeInformationRegisterDimensionMasterTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.bm.integration.BmBasicTask
com._1c.g5.v8.bm.integration.BmBasicTask1<InformationRegisterDimension>
com._1c.g5.v8.dt.md.api.ChangeInformationRegisterDimensionMasterTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class ChangeInformationRegisterDimensionMasterTask
extends BmBasicTask1<InformationRegisterDimension>
An
IBmTask implementation for changing InformationRegisterDimension master.-
Constructor Summary
ConstructorsConstructorDescriptionChangeInformationRegisterDimensionMasterTask(InformationRegisterDimension informationRegisterDimension, boolean master) Creates newChangeInformationRegisterDimensionMasterTask. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusexecute(InformationRegisterDimension informationRegisterDimension, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask1
executeMethods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransactionMethods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
ChangeInformationRegisterDimensionMasterTask
public ChangeInformationRegisterDimensionMasterTask(InformationRegisterDimension informationRegisterDimension, boolean master) Creates newChangeInformationRegisterDimensionMasterTask.- Parameters:
informationRegisterDimension- is theInformationRegisterDimension, can not benullmaster- is the master dimension flag,trueif master dimension,falseotherwise
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(InformationRegisterDimension informationRegisterDimension, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
executein classBmBasicTask1<InformationRegisterDimension>
-