|
This is primarily used when interacting with the RenditionService with org.alfresco.repo.rendition.executer.AbstractRenderingEngine's RenderContext being an implementer of this interface.
Method Summary | ||
deserialize(SerializedTransformationOptionsAccessor serializedOptions) Gets the parameters from the serialized options accessor and builds a source options object. |
||
void |
serialize(TransformationSourceOptions transformationSourceOptions, Map<String,Serializable> parameters) Serializes the given transformation source options into the given parameter map. |
|