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 SummaryConstructors Constructor Description CommonAttributeContentTask(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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatusexecute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor)voidsetRemove()Sets the removal flag for the content being specified on creation- 
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTask1execute
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.BmBasicTaskexecute, getTransaction
 - 
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTaskgetId, getName, getServiceId
 
- 
 
- 
- 
- 
Constructor Detail- 
CommonAttributeContentTaskpublic CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter) 
 - 
CommonAttributeContentTaskpublic CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use) Instantiate task for create,delete or editCommonAttributeContentItemediting without conditional split object.- Parameters:
- attribute- the editing attribute, cannot be- null
- object- the meta object, cannot be- null
- use- the use, cannot be- null
 
 
- 
 - 
Method Detail- 
setRemovepublic void setRemove() Sets the removal flag for the content being specified on creation
 - 
executepublic org.eclipse.core.runtime.IStatus execute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
- executein class- BmBasicTask1<CommonAttribute>
 
 
- 
 
-