Uses of Interface
net.officefloor.frame.internal.structure.FlowCompletion
-
-
Uses of FlowCompletion in net.officefloor.frame.impl.execute.flow
Constructors in net.officefloor.frame.impl.execute.flow with parameters of type FlowCompletion Constructor Description FlowImpl(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion, ThreadState threadState)
Initiate. -
Uses of FlowCompletion in net.officefloor.frame.impl.execute.function
Constructors in net.officefloor.frame.impl.execute.function with parameters of type FlowCompletion Constructor Description SpawnThreadFunctionLogic(FlowMetaData flowMetaData, java.lang.Object parameter, FlowCompletion completion, ThreadState currentThreadState)
Instantiate. -
Uses of FlowCompletion in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process with parameters of type FlowCompletion Modifier and Type Method Description FunctionState
ProcessStateImpl. spawnThreadState(ManagedFunctionMetaData<?,?> managedFunctionMetaData, java.lang.Object parameter, FlowCompletion completion, boolean isEscalationHandlingThreadState)
-
Uses of FlowCompletion in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type FlowCompletion Modifier and Type Method Description Flow
ThreadStateImpl. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)
Constructors in net.officefloor.frame.impl.execute.thread with parameters of type FlowCompletion Constructor Description ThreadStateImpl(ThreadMetaData threadMetaData, FlowCompletion completion, boolean isEscalationHandlingThreadState, ProcessState processState, ProcessProfiler processProfiler)
Initiate. -
Uses of FlowCompletion in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type FlowCompletion Modifier and Type Method Description Flow
ThreadState. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)
Creates aFlow
contained in thisThreadState
.FunctionState
ProcessState. spawnThreadState(ManagedFunctionMetaData<?,?> managedFunctionMetaData, java.lang.Object parameter, FlowCompletion completion, boolean isEscalationHandlingThreadState)
Spawns a newThreadState
contained in thisProcessState
.
-