Class RuntimeExecutableContentTransformerOptions
- java.lang.Object
-
- org.alfresco.service.cmr.repository.TransformationOptions
-
- org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions
-
- All Implemented Interfaces:
java.lang.Cloneable
public class RuntimeExecutableContentTransformerOptions extends TransformationOptions
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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPropertyValues(java.util.Map<java.lang.String,java.lang.String> propertyValues)Sets the map of property values that are used when executing the transformerjava.util.Map<java.lang.String,java.lang.Object>toMap()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, equals, getIncludeEmbedded, getLimits, getMaxPages, getMaxSourceSizeKBytes, getPageLimit, getReadLimitKBytes, getReadLimitTimeMs, getSourceContentProperty, getSourceNodeRef, getSourceOptions, getSourceOptionsList, getSourceOptionsMap, getTargetContentProperty, getTargetNodeRef, getTimeoutMs, getUse, hashCode, set, setIncludeEmbedded, setLimits, setMaxPages, setMaxSourceSizeKBytes, setPageLimit, setReadLimitKBytes, setReadLimitTimeMs, setSourceContentProperty, setSourceNodeRef, setSourceOptionsList, setTargetContentProperty, setTargetNodeRef, setTimeoutMs, setUse, toString, toString
-
-
-
-
Method Detail
-
setPropertyValues
public void setPropertyValues(java.util.Map<java.lang.String,java.lang.String> propertyValues)
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()
Overrides the base class implementation to add all values set insetPropertyValues(Map)- Overrides:
toMapin classTransformationOptions
-
-