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 voidAdministrationFunctionLogic. 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 voidManagedFunctionLogicImpl. 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 voidManagedFunctionLogic. execute(ManagedFunctionLogicContext context, ThreadState threadState)Executes theManagedFunctionLogic.
-