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>
This task of entrance data defines need of creation,
deletion or edition
CommonAttributeContentItem
.-
Constructor Summary
ConstructorsConstructorDescriptionCommonAttributeContentTask
(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) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
execute
(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor) void
Sets the removal flag for the content being specified on creationMethods 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
-
CommonAttributeContentTask
public CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter) -
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 Details
-
setRemove
public void setRemove()Sets the removal flag for the content being specified on creation -
execute
public org.eclipse.core.runtime.IStatus execute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBmBasicTask1<CommonAttribute>
-