Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service.cmr.repository
Interface TransformationSourceOptions.TransformationSourceOptionsSerializer
Enclosing class:
TransformationSourceOptions

public static interface TransformationSourceOptions.TransformationSourceOptionsSerializer
Defines methods for serializing the source options into a parameter map and deserializing from a serialized options accessor.

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.
Method Detail
serialize
void serialize(TransformationSourceOptions transformationSourceOptions,
               Map<String,Serializable> parameters)
Serializes the given transformation source options into the given parameter map.
Parameters:
transformationSourceOptions - TransformationSourceOptions
parameters - Map

deserialize
TransformationSourceOptions deserialize(SerializedTransformationOptionsAccessor serializedOptions)
Gets the parameters from the serialized options accessor and builds a source options object.
Parameters:
serializedOptions - SerializedTransformationOptionsAccessor
Returns:
the deserialized source options

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.