Class GeneratedProcessEventConfiguration

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ProcessEventConfiguration

public abstract class GeneratedProcessEventConfiguration extends EventConfiguration
Generated class for type ProcessEventConfiguration.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedProcessEventConfiguration

      public GeneratedProcessEventConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedEventConfiguration
    • getProcess

      public String getProcess(SessionContext ctx)
      Generated method - Getter of the ProcessEventConfiguration.process attribute.
      Returns:
      the process - Fully qualified classname of business process
    • getProcess

      public String getProcess()
      Generated method - Getter of the ProcessEventConfiguration.process attribute.
      Returns:
      the process - Fully qualified classname of business process
    • setProcess

      public void setProcess(SessionContext ctx, String value)
      Generated method - Setter of the ProcessEventConfiguration.process attribute.
      Parameters:
      value - the process - Fully qualified classname of business process
    • setProcess

      public void setProcess(String value)
      Generated method - Setter of the ProcessEventConfiguration.process attribute.
      Parameters:
      value - the process - Fully qualified classname of business process