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_SOURCE_CONTENT_PROPERTY, OPT_SOURCE_NODEREF, OPT_TARGET_CONTENT_PROPERTY, OPT_TARGET_NODEREF
 
Constructor Summary
RuntimeExecutableContentTransformerOptions()
           
 
Method Summary
 java.util.Map getPropertyValues()
          Gets the map of property values that are used when executing the transformer
 void setPropertyValues(java.util.Map propertyValues)
          Sets the map of property values that are used when executing the transformer
 
Methods inherited from class org.alfresco.service.cmr.repository.TransformationOptions
fromMapImpl, getSourceContentProperty, getSourceNodeRef, getTargetContentProperty, getTargetNodeRef, setSourceContentProperty, setSourceNodeRef, setTargetContentProperty, setTargetNodeRef, toMap, toMapImpl
 
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

getPropertyValues

public java.util.Map getPropertyValues()
Gets the map of property values that are used when executing the transformer

Returns:
Map property values


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