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 void
ManagedFunctionProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)
Loads theManagedFunction
for 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 void
JaxRsProcedureSource. 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 void
AbstractScriptProcedureSourceServiceFactory. loadManagedFunction(ProcedureManagedFunctionContext context)
Loads theManagedFunction
for 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 void
FilterProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)
void
ServletProcedureSource. 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 void
SpringWebFluxProcedureSource. 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 void
SpringWebMvcProcedureSource. loadManagedFunction(ProcedureManagedFunctionContext context)
-