public abstract class AbstractTransformationSourceOptions extends java.lang.Object implements TransformationSourceOptions, java.lang.Cloneable
TransformationSourceOptions.TransformationSourceOptionsSerializer| Constructor and Description |
|---|
AbstractTransformationSourceOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractTransformationSourceOptions |
clone() |
java.util.List |
getApplicabledMimetypes()
Deprecated.
|
java.util.List |
getApplicableMimetypes()
Gets the list of applicable mimetypes
|
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 |
protected void |
putParameterIfNotNull(java.lang.String paramName,
java.io.Serializable paramValue,
java.util.Map params)
Adds the given paramValue to the given params if it's not null.
|
void |
setApplicableMimetypes(java.util.List applicableMimetypes)
Sets the list of applicable mimetypes
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSerializerpublic java.util.List getApplicabledMimetypes()
TransformationSourceOptionsgetApplicabledMimetypes in interface TransformationSourceOptionspublic java.util.List getApplicableMimetypes()
getApplicableMimetypes in interface TransformationSourceOptionspublic void setApplicableMimetypes(java.util.List applicableMimetypes)
applicableMimetypes - the applicable mimetypespublic boolean isApplicableForMimetype(java.lang.String mimetype)
isApplicableForMimetype in interface TransformationSourceOptionsmimetype - the mimetype of the sourceprotected AbstractTransformationSourceOptions clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic TransformationSourceOptions mergedOptions(TransformationSourceOptions overridingOptions)
TransformationSourceOptions object from this
one, merging any non-null overriding fields in the given
overridingOptionsmergedOptions in interface TransformationSourceOptionsoverridingOptions - TransformationSourceOptions objectprotected void putParameterIfNotNull(java.lang.String paramName,
java.io.Serializable paramValue,
java.util.Map params)
paramName - paramValue - params - Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.