Uses of Interface
net.officefloor.frame.api.function.FunctionFlowContext
-
Packages that use FunctionFlowContext Package Description net.officefloor.frame.api.administration net.officefloor.frame.api.function net.officefloor.frame.api.governance -
-
Uses of FunctionFlowContext in net.officefloor.frame.api.administration
Subinterfaces of FunctionFlowContext in net.officefloor.frame.api.administration Modifier and Type Interface Description interface
AdministrationContext<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>
Context in which theAdministration
executes. -
Uses of FunctionFlowContext in net.officefloor.frame.api.function
Subinterfaces of FunctionFlowContext in net.officefloor.frame.api.function Modifier and Type Interface Description interface
ManagedFunctionContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
Context in which theManagedFunction
is done. -
Uses of FunctionFlowContext in net.officefloor.frame.api.governance
Subinterfaces of FunctionFlowContext in net.officefloor.frame.api.governance Modifier and Type Interface Description interface
GovernanceContext<F extends java.lang.Enum<F>>
Context forGovernance
.
-