Interface ICustomConfigurableWorkflowObject

All Known Subinterfaces:
IGroovyConfigurableWorkflowObject
All Known Implementing Classes:
GroovyScriptWorkflowAction, GroovyScriptWorkflowCondition, GroovyScriptWorkflowEventHandler

public interface ICustomConfigurableWorkflowObject
This interface is implemented by workflow objects that support custom properties.
  • Method Details

    • getCustomProperties

      Map<String,String> getCustomProperties()
      Get the custom properties.
      Returns:
      The custom properties.
    • setCustomProperties

      void setCustomProperties(Map<String,String> p_customProperties)
      Set the custom properties.
      Parameters:
      p_customProperties - The custom properties to be set (must not be null).