Package com._1c.g5.v8.dt.md.api
Class ExchangePlanContentTask
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<ExchangePlan>
com._1c.g5.v8.dt.md.api.ExchangePlanContentTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
This task of entrance data defines need of creation,
deletion or edition
ExchangePlanContentItem
.-
Constructor Summary
ConstructorsConstructorDescriptionExchangePlanContentTask
(ExchangePlan exchangePlan, MdObject object, AutoRegistrationChanges autoRecord) Instantiate task for create,delete or editExchangePlanContentItem
. -
Method Summary
Modifier and TypeMethodDescriptionprotected ExchangePlanContentItem
create
(ExchangePlan exchangePlan) Creates a content item for exhange plan.org.eclipse.core.runtime.IStatus
execute
(ExchangePlan exchangePlan, 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
-
ExchangePlanContentTask
public ExchangePlanContentTask(ExchangePlan exchangePlan, MdObject object, AutoRegistrationChanges autoRecord) Instantiate task for create,delete or editExchangePlanContentItem
.- Parameters:
exchangePlan
- the editing exchange planobject
- the meta objectautoRecord
- the auto record
-
-
Method Details
-
execute
public org.eclipse.core.runtime.IStatus execute(ExchangePlan exchangePlan, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBmBasicTask1<ExchangePlan>
-
create
Creates a content item for exhange plan.- Parameters:
exchangePlan
- an exchange plan, cannot benull
- Returns:
- a content new item for exhange plan, never
null
-