Interface IStartEventElement

All Superinterfaces:
IProcessStart

public interface IStartEventElement extends IProcessStart
Configuration of a start event element
Since:
22.01.2007
API:
This is a public API.
  • Method Details

    • getEventBeanClassName

      String getEventBeanClassName()
      Gets the class name of the event bean of the start event element
      Returns:
      event bean class name
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • getEventBeanConfiguration

      String getEventBeanConfiguration()
      Gets the configuration string for the event bean of the start event element
      Returns:
      configuration string
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.