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.IStatusexecute(BasicDbObject basicDbObject, 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
-
PredefinedContainerCodeAllowedLengthChangeTask
public PredefinedContainerCodeAllowedLengthChangeTask(BasicDbObject basicDbObject, AllowedLength length, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeAllowedLengthChangeTask.- Parameters:
basicDbObject- is theBasicDbObject, cannot benulllength- is theAllowedLength, cannot benullfeature- the feature, cannot benull
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(BasicDbObject basicDbObject, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
executein classBmBasicTask1<BasicDbObject>
-