Uses of Interface
net.officefloor.frame.internal.structure.FlowCompletion
Packages that use FlowCompletion
Package
Description
-
Uses of FlowCompletion in net.officefloor.frame.impl.execute.flow
Constructors in net.officefloor.frame.impl.execute.flow with parameters of type FlowCompletionModifierConstructorDescriptionFlowImpl(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 FlowCompletionModifierConstructorDescriptionSpawnThreadFunctionLogic(FlowMetaData flowMetaData, 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 FlowCompletionModifier and TypeMethodDescriptionProcessStateImpl.spawnThreadState(ManagedFunctionMetaData<?, ?> managedFunctionMetaData, 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 FlowCompletionModifier and TypeMethodDescriptionThreadStateImpl.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) Constructors in net.officefloor.frame.impl.execute.thread with parameters of type FlowCompletionModifierConstructorDescriptionThreadStateImpl(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 FlowCompletionModifier and TypeMethodDescriptionThreadState.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) Creates aFlowcontained in thisThreadState.ProcessState.spawnThreadState(ManagedFunctionMetaData<?, ?> managedFunctionMetaData, Object parameter, FlowCompletion completion, boolean isEscalationHandlingThreadState) Spawns a newThreadStatecontained in thisProcessState.