org.alfresco.repo.content.transform
Class RuntimeExecutableContentTransformerOptions

java.lang.Object
  extended by org.alfresco.service.cmr.repository.TransformationOptions
      extended by org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerOptions

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.


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

RuntimeExecutableContentTransformerOptions

public RuntimeExecutableContentTransformerOptions()
Method Detail

setPropertyValues

public void setPropertyValues(java.util.Map propertyValues)
Sets the map of property values that are used when executing the transformer

Parameters:
propertyValues - property value

toMap

public java.util.Map toMap()
Overrides the base class implementation to add all values set in RuntimeExecutableContentTransformerOptions.setPropertyValues(Map)

Overrides:
toMap in class TransformationOptions


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.