Package com._1c.g5.v8.dt.md.api
Class CommonAttributeContentTask
- 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<CommonAttribute>
-
- com._1c.g5.v8.dt.md.api.CommonAttributeContentTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class CommonAttributeContentTask extends BmBasicTask1<CommonAttribute>
This task of entrance data defines need of creation, deletion or editionCommonAttributeContentItem
.
-
-
Constructor Summary
Constructors Constructor Description CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use)
Instantiate task for create,delete or editCommonAttributeContentItem
editing without conditional split object.CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter)
Instantiate task for create,delete or editCommonAttributeContentItem
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
execute(CommonAttribute attribute, 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
-
CommonAttributeContentTask
public CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter)
Instantiate task for create,delete or editCommonAttributeContentItem
.- Parameters:
attribute
- the editing attribute, cannot benull
mdObject
- the metadata object, cannot benull
use
- the use, cannot benull
splitter
- the conditional split object, can benull
-
CommonAttributeContentTask
public CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use)
Instantiate task for create,delete or editCommonAttributeContentItem
editing without conditional split object.- Parameters:
attribute
- the editing attribute, cannot benull
object
- the meta object, cannot benull
use
- the use, cannot benull
-
-
Method Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBmBasicTask1<CommonAttribute>
-
-