public class FlowExecutionListenerCriteriaFactory
extends java.lang.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(java.lang.String flowId)
Returns a criteria that just matches a flow with the specified id.
|
FlowExecutionListenerCriteria |
flows(java.lang.String... flowIds)
Returns a criteria that just matches a flow if it is identified by one of the specified ids.
|
FlowExecutionListenerCriteria |
getListenerCriteria(java.lang.String encodedCriteria) |
public FlowExecutionListenerCriteriaFactory()
public FlowExecutionListenerCriteria getListenerCriteria(java.lang.String encodedCriteria)
public FlowExecutionListenerCriteria allFlows()
public FlowExecutionListenerCriteria flow(java.lang.String flowId)
flowId - the flow id to matchpublic FlowExecutionListenerCriteria flows(java.lang.String... flowIds)
flowIds - the flow ids to match