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>
public class PredefinedContainerCodeLengthChangeTask extends BmBasicTask1<BasicDbObject>
AnIBmTask
implementation for changing predefined container code length.
-
-
Constructor Summary
Constructors Constructor Description PredefinedContainerCodeLengthChangeTask(BasicDbObject basicDbObject, int codeLength, org.eclipse.emf.ecore.EStructuralFeature feature)
Creates a newPredefinedContainerCodeLengthChangeTask
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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 Detail
-
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 Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBmBasicTask1<BasicDbObject>
-
-