com.groiss.event
Interface EventRegistry


public interface EventRegistry

The Event Registry interface describes a registration of an event


Method Summary
 Persistent getContextObject()
          Returns the context object.
 java.lang.String getContextVal()
          Returns the context value.
 java.lang.String getEventHandler()
          Returns the event handler class name.
 java.lang.String getName()
          Returns the name of the event.
 long getOid()
          returns the unique oid of the object.
 ActivityInstance getRegistrant()
          Returns the process or activity that has registered.
 

Method Detail

getOid

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


getRegistrant

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


getName

java.lang.String getName()
Returns the name of the event.


getEventHandler

java.lang.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

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



@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.