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 editCommonAttributeContentItemediting without conditional split object.CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusexecute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor) voidSets the removal flag for the content being specified on creationMethods 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
-
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 editCommonAttributeContentItemediting without conditional split object.- Parameters:
attribute- the editing attribute, cannot benullobject- the meta object, cannot benulluse- 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:
executein classBmBasicTask1<CommonAttribute>
-