Uses of Class
org.ikasan.spec.trigger.TriggerRelationship
-
Packages that use TriggerRelationship Package Description org.ikasan.spec.trigger -
-
Uses of TriggerRelationship in org.ikasan.spec.trigger
Methods in org.ikasan.spec.trigger that return TriggerRelationship Modifier and Type Method Description static TriggerRelationshipTriggerRelationship. get(java.lang.String description)Get the trigger relationship based off a descriptionTriggerRelationshipTrigger. getRelationship()static TriggerRelationshipTriggerRelationship. valueOf(java.lang.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.Methods in org.ikasan.spec.trigger with parameters of type TriggerRelationship Modifier and Type Method Description java.util.List<Trigger>TriggerService. getTriggers(java.lang.String moduleName, java.lang.String flowName, TriggerRelationship relationship, java.lang.String flowElementName)Returns a safe List of all the triggers associated with a particular point in a particular flow
-