Uses of Class
org.ikasan.framework.flow.event.model.TriggerRelationship

Packages that use TriggerRelationship
org.ikasan.framework.flow.event.listener   
org.ikasan.framework.flow.event.model   
 

Uses of TriggerRelationship in org.ikasan.framework.flow.event.listener
 

Methods in org.ikasan.framework.flow.event.listener with parameters of type TriggerRelationship
 List<Trigger> JobAwareFlowEventListener.getTriggers(String moduleName, String flowName, TriggerRelationship relationship, String flowElementName)
          Returns a safe List of all the triggers associated with a particular point in a particular flow
 

Uses of TriggerRelationship in org.ikasan.framework.flow.event.model
 

Methods in org.ikasan.framework.flow.event.model that return TriggerRelationship
static TriggerRelationship TriggerRelationship.get(String description)
          Get the trigger relationship based off a description
 TriggerRelationship Trigger.getRelationship()
          Accessor for relationship
static TriggerRelationship TriggerRelationship.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TriggerRelationship[] TriggerRelationship.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.