Uses of Class
wt.workflow.definer.InvalidEventException

Packages that use InvalidEventException
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of InvalidEventException in wt.workflow.definer
 

Methods in wt.workflow.definer that throw InvalidEventException
 boolean NodeTemplateLink.addEventActionPair(Object event, Object action)
          Adds an event-action pair to the link.
 boolean NodeTemplateLink.removeEventActionPair(Object event)
          Removes an event-action pair mapping from the link, given the event.
 Object NodeTemplateLink.getAction(Object event)
          Returns the action associated with the event passed as argument.
 void NodeTemplateLink.replaceEventActionPair(Object event, Object action)
          Replaces an event-action pair to the link.
private  void NodeTemplateLink.checkEvent(Object event)
          Checks if the source event is valid.