Uses of Class
flux.SubState

Packages that use SubState
flux File Orchestration Solutions for Banking and Finance 
flux.audittrail.server Server-side audit trail 
 

Uses of SubState in flux
 

Methods in flux that return SubState
 SubState AbstractFlowContextStatus.getSubState()
          Returns the sub-state that the running flow context is currently in.
static SubState SubState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SubState[] SubState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flux with parameters of type SubState
 FlowChartIterator Engine.getByState(java.lang.String namespace, SuperState superState, SubState subState)
          Returns all flow charts in the given state and namespace, ordered first by flow chart super-state, then by flow chart sub-state, then by namespace.
 long Engine.sizeByState(java.lang.String namespace, SuperState superState, SubState subState)
          Returns the number of flow charts in the specified state and hierarchical flow chart namespace within the engine.
 

Method parameters in flux with type arguments of type SubState
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SuperState superState, java.util.Set<SubState> subStates, java.lang.String engineName, java.lang.String actionName, java.lang.String messageFilter)
          Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
 FlowChartElementIterator Engine.getFlowChartElements(java.lang.String namespace, SuperState superState, java.util.Set<SubState> subStates, java.lang.String engineName, java.lang.String actionName, java.lang.String messageFilter, SortOrder sortOrder)
          Returns the fundamental components of all running flow contexts within executing flow charts that match the specified search criteria, which are described in the method parameters.
 

Uses of SubState in flux.audittrail.server
 

Methods in flux.audittrail.server that return SubState
 SubState DeferringExecutionFlowEvent.getState()
          Returns the state in which this execution flow is placed after its execution is deferred.
 



© 2014 Flux Corporation. All rights reserved.