Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Interface
org.alfresco.service.cmr.repository.TransformationSourceOptions
Packages that use org.alfresco.service.cmr.repository.TransformationSourceOptions
org.alfresco.service.cmr.repository
Uses of TransformationSourceOptions in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository with type parameters of type TransformationSourceOptions
TransformationOptions.getSourceOptions(Class<T> clazz)
          Gets the appropriate source options for the given mimetype if available.
Methods in org.alfresco.service.cmr.repository that return TransformationSourceOptions
TransformationSourceOptions.TransformationSourceOptionsSerializer.deserialize(SerializedTransformationOptionsAccessor serializedOptions)
          Gets the parameters from the serialized options accessor and builds a source options object.
TransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
          Creates a new TransformationSourceOptions object from this one, merging any non-null overriding fields in the given overridingOptions
Methods in org.alfresco.service.cmr.repository that return types with arguments of type TransformationSourceOptions
TransformationOptions.getSourceOptionsList()
          Gets the immutable list of source options further describing how the source should be transformed based on its mimetype.
TransformationOptions.getSourceOptionsMap()
          Gets the map of source options further describing how the source should be transformed based on its mimetype
Methods in org.alfresco.service.cmr.repository with parameters of type TransformationSourceOptions
void
TransformationOptions.addSourceOptions(TransformationSourceOptions sourceOptions)
          Adds the given sourceOptions to the sourceOptionsMap.
TransformationSourceOptions.mergedOptions(TransformationSourceOptions overridingOptions)
          Creates a new TransformationSourceOptions object from this one, merging any non-null overriding fields in the given overridingOptions
void
TransformationSourceOptions.TransformationSourceOptionsSerializer.serialize(TransformationSourceOptions transformationSourceOptions, Map<String,Serializable> parameters)
          Serializes the given transformation source options into the given parameter map.
Method parameters in org.alfresco.service.cmr.repository with type arguments of type TransformationSourceOptions
void
TransformationOptions.setSourceOptionsList(Collection<TransformationSourceOptions> sourceOptionsList)
          Sets the list of source options further describing how the source should be transformed based on its mimetype.

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

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

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