Class RuntimeExecutableContentTransformerOptions
java.lang.Object
org.alfresco.service.cmr.repository.TransformationOptions
org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions
- All Implemented Interfaces:
Cloneable
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.inthashCode()Deprecated.voidsetPropertyValues(Map<String, String> propertyValues) Deprecated.Sets the map of property values that are used when executing the transformertoMap()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
-
Constructor Details
-
RuntimeExecutableContentTransformerOptions
public RuntimeExecutableContentTransformerOptions()Deprecated.
-
-
Method Details
-
setPropertyValues
Deprecated.Sets the map of property values that are used when executing the transformer- Parameters:
propertyValues- property value
-
getPropertyValues
Deprecated. -
toMap
Deprecated.Overrides the base class implementation to add all values set insetPropertyValues(Map)- Overrides:
toMapin classTransformationOptions
-
equals
Deprecated.- Overrides:
equalsin classTransformationOptions
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCodein classTransformationOptions
-