|
Packages that use org.alfresco.service.cmr.repository.TransformationSourceOptions | ||
org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository with type parameters of type TransformationSourceOptions | |
<T extends TransformationSourceOptions> T |
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. |
|
protected Map<Class<? extends TransformationSourceOptions>,TransformationSourceOptions> |
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. |
|