|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.repository.TransformationOptions
org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions
public class RuntimeExecutableContentTransformerOptions
Transformation options for the runtime executable transformer.
Values set here are mapped to ${valueName} style strings in the tranformer execution string.
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, relaxedBooleanTypeConverter |
Constructor Summary | |
---|---|
RuntimeExecutableContentTransformerOptions()
|
Method Summary | |
---|---|
void |
setPropertyValues(java.util.Map propertyValues)
Sets the map of property values that are used when executing the transformer |
java.util.Map |
toMap()
Overrides the base class implementation to add all values set in RuntimeExecutableContentTransformerOptions.setPropertyValues(Map) |
Methods inherited from class org.alfresco.service.cmr.repository.TransformationOptions |
---|
getIncludeEmbedded, getSourceContentProperty, getSourceNodeRef, getTargetContentProperty, getTargetNodeRef, setIncludeEmbedded, setSourceContentProperty, setSourceNodeRef, setTargetContentProperty, setTargetNodeRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeExecutableContentTransformerOptions()
Method Detail |
---|
public void setPropertyValues(java.util.Map propertyValues)
propertyValues
- property valuepublic java.util.Map toMap()
RuntimeExecutableContentTransformerOptions.setPropertyValues(Map)
toMap
in class TransformationOptions
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |