Interface EventRegistry


public interface EventRegistry
The Event Registry interface describes a registration of an event
  • Method Details

    • getOid

      long getOid()
      returns the unique oid of the object.
    • getRegistrant

      ActivityInstance getRegistrant()
      Returns the process or activity that has registered.
    • getName

      String getName()
      Returns the name of the event.
    • getEventHandler

      String getEventHandler()
      Returns the event handler class name.
    • getContextObject

      Persistent getContextObject()
      Returns the context object. Either the context object or the value is set.
    • getContextVal

      String getContextVal()
      Returns the context value. Either the context value or the object is set.