public class FlowExecutionListenerCriteriaFactory extends Object
FlowExecutionListenerCriteria| Constructor and Description |
|---|
FlowExecutionListenerCriteriaFactory() |
| Modifier and Type | Method and Description |
|---|---|
FlowExecutionListenerCriteria |
allFlows()
Returns a wild card criteria that matches all flows.
|
FlowExecutionListenerCriteria |
flow(String flowId)
Returns a criteria that just matches a flow with the specified id.
|
FlowExecutionListenerCriteria |
flows(String[] flowIds)
Returns a criteria that just matches a flow if it is identified by one of the specified ids.
|
FlowExecutionListenerCriteria |
getListenerCriteria(String encodedCriteria) |
public FlowExecutionListenerCriteriaFactory()
public FlowExecutionListenerCriteria getListenerCriteria(String encodedCriteria)
public FlowExecutionListenerCriteria allFlows()
public FlowExecutionListenerCriteria flow(String flowId)
flowId - the flow id to matchpublic FlowExecutionListenerCriteria flows(String[] flowIds)
flowIds - the flow ids to match