Package com._1c.g5.v8.dt.md.api
Class PredefinedContainerCodeAllowedLengthChangeTask
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.PredefinedContainerCodeAllowedLengthChangeTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
An
IBmTask
implementation for changing predefined container code allowed length.-
Constructor Summary
ConstructorsConstructorDescriptionPredefinedContainerCodeAllowedLengthChangeTask
(BasicDbObject basicDbObject, AllowedLength length, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeAllowedLengthChangeTask
. -
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
-
PredefinedContainerCodeAllowedLengthChangeTask
public PredefinedContainerCodeAllowedLengthChangeTask(BasicDbObject basicDbObject, AllowedLength length, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeAllowedLengthChangeTask
.- Parameters:
basicDbObject
- is theBasicDbObject
, cannot benull
length
- is theAllowedLength
, cannot benull
feature
- 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>
-