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>
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Change
MdPicture
task.-
Constructor Summary
ConstructorsConstructorDescriptionChangeMdPictureTask
(MdObject model, org.eclipse.emf.ecore.EStructuralFeature feature, byte[] contentsToSet, String fileExtension, Point transparentPoint, IModelObjectFactory modelFactory, IRuntimeVersionSupport runtimeVersionSupport) Constructor. -
Method Summary
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
-
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 Details
-
execute
public org.eclipse.core.runtime.IStatus execute(MdObject model, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBmBasicTask1<MdObject>
-