Package net.officefloor.frame.api.function
-
Interface Summary Interface Description AsynchronousFlow Provides an unmanaged asynchronous flow outside theManagedFunction
.AsynchronousFlowCompletion AllowsThreadState
safe logic to run on the completion of theAsynchronousFlow
.FlowCallback Callback for completion of aFlow
.FunctionFlowContext<F extends java.lang.Enum<F>> Context for theFlow
instances from theManagedFunctionLogic
.ManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> Managed function.ManagedFunctionContext<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> Context in which theManagedFunction
is done.ManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> Creates theManagedFunction
to be executed.NameAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> Name awareManagedFunctionFactory
.OfficeAwareManagedFunctionFactory<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> Office
awareManagedFunctionFactory
. -
Class Summary Class Description StaticManagedFunction<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>> StaticManagedFunction
.