getTransitionCriterias() Returns a list of the supported transitional criteria used to match
transitions in this state.
public boolean
hasMatchingTransition(RequestContext context) Returns whether or not this list has a transition that will fire for
given flow execution request context.
public boolean
remove(Transition transition) Remove the transition instance from this set.
Add a collection of transition instances to this set.
Parameters: transitions - the transitions to add true if this set's contents changed as a result of the addoperation
Gets a transition for given flow execution request context. The first
matching transition will be returned.
Parameters: context - a flow execution context the transition, or null if no transition matches
Returns whether or not this list has a transition that will fire for
given flow execution request context.
Parameters: context - a flow execution context
Remove the transition instance from this set.
Parameters: transition - the transition to remove true if this list's contents changed as a result of the removeoperation