Uses of Class
wt.workflow.definer.InvalidActionException

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

Uses of InvalidActionException in wt.workflow.definer
 

Methods in wt.workflow.definer that throw InvalidActionException
 boolean NodeTemplateLink.addEventActionPair(Object event, Object action)
          Adds an event-action pair to the link.
 void NodeTemplateLink.replaceEventActionPair(Object event, Object action)
          Replaces an event-action pair to the link.
private  void NodeTemplateLink.checkAction(Object action)
          Checks if the destination action is valid.