Class RuntimeExecutableContentTransformerOptions
- java.lang.Object
-
- org.alfresco.service.cmr.repository.TransformationOptions
-
- org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions
-
- All Implemented Interfaces:
java.lang.Cloneable
@Deprecated public class RuntimeExecutableContentTransformerOptions extends TransformationOptions
Deprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Transformation options for the runtime executable transformer.Values set here are mapped to ${valueName} style strings in the tranformer execution string.
- Author:
- Roy Wetherall
-
-
Field Summary
-
Fields inherited from class org.alfresco.service.cmr.repository.TransformationOptions
OPT_INCLUDE_EMBEDDED, OPT_SOURCE_CONTENT_PROPERTY, OPT_SOURCE_NODEREF, OPT_TARGET_CONTENT_PROPERTY, OPT_TARGET_NODEREF, OPT_USE, relaxedBooleanTypeConverter
-
-
Constructor Summary
Constructors Constructor Description RuntimeExecutableContentTransformerOptions()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.voidsetPropertyValues(java.util.Map<java.lang.String,java.lang.String> propertyValues)Deprecated.Sets the map of property values that are used when executing the transformerjava.util.Map<java.lang.String,java.lang.Object>toMap()Deprecated.Overrides the base class implementation to add all values set insetPropertyValues(Map)-
Methods inherited from class org.alfresco.service.cmr.repository.TransformationOptions
addSourceOptions, clone, copyFrom, deepCopy, getIncludeEmbedded, getLimits, getMaxPages, getMaxSourceSizeKBytes, getPageLimit, getReadLimitKBytes, getReadLimitTimeMs, getSourceContentProperty, getSourceNodeRef, getSourceOptions, getSourceOptionsList, getSourceOptionsMap, getTargetContentProperty, getTargetNodeRef, getTimeoutMs, getUse, set, setIncludeEmbedded, setLimits, setMaxPages, setMaxSourceSizeKBytes, setPageLimit, setReadLimitKBytes, setReadLimitTimeMs, setSourceContentProperty, setSourceNodeRef, setSourceOptionsList, setTargetContentProperty, setTargetNodeRef, setTimeoutMs, setUse, toString, toString, toStringAll
-
-
-
-
Method Detail
-
setPropertyValues
public void setPropertyValues(java.util.Map<java.lang.String,java.lang.String> propertyValues)
Deprecated.Sets the map of property values that are used when executing the transformer- Parameters:
propertyValues- property value
-
toMap
public java.util.Map<java.lang.String,java.lang.Object> toMap()
Deprecated.Overrides the base class implementation to add all values set insetPropertyValues(Map)- Overrides:
toMapin classTransformationOptions
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classTransformationOptions
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classTransformationOptions
-
-