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 interfaceAdministrationContext<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>>Context in which theAdministrationexecutes. -
Uses of FunctionFlowContext in net.officefloor.frame.api.function
Subinterfaces of FunctionFlowContext in net.officefloor.frame.api.function Modifier and Type Interface Description interfaceManagedFunctionContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Context in which theManagedFunctionis done. -
Uses of FunctionFlowContext in net.officefloor.frame.api.governance
Subinterfaces of FunctionFlowContext in net.officefloor.frame.api.governance Modifier and Type Interface Description interfaceGovernanceContext<F extends java.lang.Enum<F>>Context forGovernance.
-