Package com._1c.g5.v8.dt.md.api
Class PredefinedContainerCodeLengthChangeTask
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<BasicDbObject>
com._1c.g5.v8.dt.md.api.PredefinedContainerCodeLengthChangeTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
An
IBmTask
implementation for changing predefined container code length.-
Constructor Summary
ConstructorsConstructorDescriptionPredefinedContainerCodeLengthChangeTask
(BasicDbObject basicDbObject, int codeLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeLengthChangeTask
. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
execute
(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask1
execute
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask
execute, getTransaction
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Constructor Details
-
PredefinedContainerCodeLengthChangeTask
public PredefinedContainerCodeLengthChangeTask(BasicDbObject basicDbObject, int codeLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeLengthChangeTask
.- Parameters:
basicDbObject
- is theBasicDbObject
predefined container, cannot benull
codeLength
- is code lengthfeature
- the feature, cannot benull
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBmBasicTask1<BasicDbObject>
-