Package com._1c.g5.v8.dt.md.api
Class ChangeMdPictureTask
- 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<MdObject>
-
- com._1c.g5.v8.dt.md.api.ChangeMdPictureTask
-
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
public class ChangeMdPictureTask extends BmBasicTask1<MdObject>
ChangeMdPicture
task.
-
-
Constructor Summary
Constructors Constructor Description ChangeMdPictureTask(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature, byte[] contentsToSet, String fileExtension, Point transparentPoint, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
execute(MdObject model, 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
-
ChangeMdPictureTask
public ChangeMdPictureTask(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature, byte[] contentsToSet, String fileExtension, Point transparentPoint, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport)
Constructor.- Parameters:
model
- the md-object modelfeature
- the md-object featurecontentsToSet
- the binary content to setfileExtension
- the picture file extensiontransparentPoint
- the transparent pointmodelFactory
- the model object factoryruntimeVersionSupport
- the version support
-
-
Method Detail
-
execute
public org.eclipse.core.runtime.IStatus execute(MdObject model, org.eclipse.core.runtime.IProgressMonitor monitor)
- Specified by:
execute
in classBmBasicTask1<MdObject>
-
-