Package com._1c.g5.v8.dt.md.api
Class PredefinedContainerDescriptionLengthChangeTask
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.PredefinedContainerDescriptionLengthChangeTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
An
IBmTask
implementation for changing predefined container description length.-
Constructor Summary
ConstructorsConstructorDescriptionPredefinedContainerDescriptionLengthChangeTask
(BasicDbObject basicDbObject, int descriptionLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerDescriptionLengthChangeTask
. -
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
-
PredefinedContainerDescriptionLengthChangeTask
public PredefinedContainerDescriptionLengthChangeTask(BasicDbObject basicDbObject, int descriptionLength, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerDescriptionLengthChangeTask
.- Parameters:
basicDbObject
- is one of theCatalog
,ChartOfCharacteristicTypes
,ChartOfAccounts
orChartOfCalculationTypes
, cannot benull
descriptionLength
- is description 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>
-