Package de.uplanet.lucy.server.workflow
Interface ICustomConfigurableWorkflowObject
-
- All Known Subinterfaces:
IGroovyConfigurableWorkflowObject
- All Known Implementing Classes:
GroovyScriptWorkflowAction,GroovyScriptWorkflowCondition,GroovyScriptWorkflowEventHandler
public interface ICustomConfigurableWorkflowObjectThis interface is implemented by workflow objects that support custom properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getCustomProperties()Get the custom properties.voidsetCustomProperties(Map<String,String> p_customProperties)Set the custom properties.
-