public interface TransformationSourceOptions
See PagedSourceOptions for an example implementation that
describes the page number that should be used from the source content.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TransformationSourceOptions.TransformationSourceOptionsSerializer
Defines methods for serializing the source options into a parameter map and
deserializing from a serialized options accessor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getApplicabledMimetypes()
Deprecated.
Use
TransformationSourceOptions.getApplicableMimetypes() instead. |
java.util.List |
getApplicableMimetypes()
Gets the list of applicable mimetypes
|
TransformationSourceOptions.TransformationSourceOptionsSerializer |
getSerializer()
Gets the serializer for the source options.
|
boolean |
isApplicableForMimetype(java.lang.String mimetype)
Gets whether or not these transformation source options apply for the
given mimetype
|
TransformationSourceOptions |
mergedOptions(TransformationSourceOptions overridingOptions)
Creates a new
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptions |
java.util.List getApplicabledMimetypes()
TransformationSourceOptions.getApplicableMimetypes() instead.java.util.List getApplicableMimetypes()
boolean isApplicableForMimetype(java.lang.String mimetype)
mimetype - the mimetype of the sourceTransformationSourceOptions mergedOptions(TransformationSourceOptions overridingOptions)
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptionsoverridingOptions - TransformationSourceOptions objectTransformationSourceOptions.TransformationSourceOptionsSerializer getSerializer()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.