Uses of Interface
net.officefloor.activity.procedure.spi.ProcedureManagedFunctionContext
-
-
Uses of ProcedureManagedFunctionContext in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description voidManagedFunctionProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)Loads theManagedFunctionfor theProcedure. -
Uses of ProcedureManagedFunctionContext in net.officefloor.jaxrs.procedure
Methods in net.officefloor.jaxrs.procedure with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description voidJaxRsProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context) -
Uses of ProcedureManagedFunctionContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description protected voidAbstractScriptProcedureSourceServiceFactory. loadManagedFunction(ProcedureManagedFunctionContext context)Loads theManagedFunctionfor theProcedure. -
Uses of ProcedureManagedFunctionContext in net.officefloor.servlet.procedure
Methods in net.officefloor.servlet.procedure with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description voidFilterProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)voidServletProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context) -
Uses of ProcedureManagedFunctionContext in net.officefloor.spring.webflux.procedure
Methods in net.officefloor.spring.webflux.procedure with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description voidSpringWebFluxProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context) -
Uses of ProcedureManagedFunctionContext in net.officefloor.spring.webmvc.procedure
Methods in net.officefloor.spring.webmvc.procedure with parameters of type ProcedureManagedFunctionContext Modifier and Type Method Description voidSpringWebMvcProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)
-