Uses of Interface
net.officefloor.frame.internal.structure.Flow
Packages that use Flow
Package
Description
-
Uses of Flow in net.officefloor.frame.impl.execute.flow
Classes in net.officefloor.frame.impl.execute.flow that implement Flow -
Uses of Flow in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function that return FlowModifier and TypeMethodDescriptionManagedFunctionContainerImpl.getFlow()AbstractDelegateFunctionState.getLinkedListSetOwner()ManagedFunctionContainerImpl.getLinkedListSetOwner()Methods in net.officefloor.frame.impl.execute.function with parameters of type FlowModifier and TypeMethodDescriptionConstructors in net.officefloor.frame.impl.execute.function with parameters of type FlowModifierConstructorDescriptionManagedFunctionBoundManagedObjects(ManagedFunctionLogic managedFunctionLogic, ManagedObjectMetaData<?>[] managedObjectMetaData, ManagedObjectIndex[] requiredManagedObjects, boolean[] requiredGovernance, boolean isEnforceGovernance, ManagedFunctionLogicMetaData functionLogicMetaData, BlockState parallelOwner, Flow flow, boolean isUnloadManagedObjects) Instantiate.ManagedFunctionContainerImpl(FunctionState setupFunction, ManagedFunctionLogic managedFunctionLogic, ManagedFunctionBoundManagedObjects boundManagedObjects, ManagedObjectIndex[] requiredManagedObjects, boolean[] requiredGovernance, boolean isEnforceGovernance, M functionLogicMetaData, BlockState parallelOwner, Flow flow, boolean isUnloadManagedObjects) Initiate. -
Uses of Flow in net.officefloor.frame.impl.execute.thread
Fields in net.officefloor.frame.impl.execute.thread with type parameters of type FlowModifier and TypeFieldDescriptionprotected final LinkedListSet<Flow,ThreadState> ThreadStateImpl.activeFlowsActiveFlowinstances for thisThreadState.Methods in net.officefloor.frame.impl.execute.thread that return FlowModifier and TypeMethodDescriptionThreadStateImpl.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) Methods in net.officefloor.frame.impl.execute.thread with parameters of type FlowModifier and TypeMethodDescriptionThreadStateImpl.flowComplete(Flow flow, Throwable threadEscalation, EscalationCompletion escalationCompletion) -
Uses of Flow in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return FlowModifier and TypeMethodDescriptionThreadState.createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion) Creates aFlowcontained in thisThreadState.ManagedFunctionContainer.getFlow()Obtains theFlowcontaining thisManagedObjectContainer.default FlowFunctionState.getLinkedListSetOwner()Methods in net.officefloor.frame.internal.structure with parameters of type FlowModifier and TypeMethodDescriptionExecutes the logic.ThreadState.flowComplete(Flow flow, Throwable flowEscalation, EscalationCompletion completion) Flags that the inputFlowhas completed.