Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLogicContext
-
-
Uses of ManagedFunctionLogicContext in net.officefloor.frame.impl.execute.administration
Methods in net.officefloor.frame.impl.execute.administration with parameters of type ManagedFunctionLogicContext Modifier and Type Method Description void
AdministrationFunctionLogic. execute(ManagedFunctionLogicContext context, ThreadState threadState)
-
Uses of ManagedFunctionLogicContext in net.officefloor.frame.impl.execute.managedfunction
Methods in net.officefloor.frame.impl.execute.managedfunction with parameters of type ManagedFunctionLogicContext Modifier and Type Method Description void
ManagedFunctionLogicImpl. execute(ManagedFunctionLogicContext context, ThreadState threadState)
-
Uses of ManagedFunctionLogicContext in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type ManagedFunctionLogicContext Modifier and Type Method Description void
ManagedFunctionLogic. execute(ManagedFunctionLogicContext context, ThreadState threadState)
Executes theManagedFunctionLogic
.
-