Uses of Interface
net.officefloor.activity.procedure.spi.ProcedureListContext
-
-
Uses of ProcedureListContext in net.officefloor.activity.impl.procedure
Methods in net.officefloor.activity.impl.procedure with parameters of type ProcedureListContext Modifier and Type Method Description void
ClassProcedureSource. listProcedures(ProcedureListContext context)
-
Uses of ProcedureListContext in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type ProcedureListContext Modifier and Type Method Description void
ProcedureSource. listProcedures(ProcedureListContext context)
Provides the availableProcedure
instances for the resource. -
Uses of ProcedureListContext in net.officefloor.gef.woof.test
Methods in net.officefloor.gef.woof.test with parameters of type ProcedureListContext Modifier and Type Method Description void
ManualProcedureSourceServiceFactory. listProcedures(ProcedureListContext context)
-
Uses of ProcedureListContext in net.officefloor.jaxrs.procedure
Methods in net.officefloor.jaxrs.procedure with parameters of type ProcedureListContext Modifier and Type Method Description void
JaxRsProcedureSource. listProcedures(ProcedureListContext context)
-
Uses of ProcedureListContext in net.officefloor.script
Methods in net.officefloor.script with parameters of type ProcedureListContext Modifier and Type Method Description protected void
AbstractScriptProcedureSourceServiceFactory. listProcedures(ProcedureListContext context)
Lists theProcedure
instances. -
Uses of ProcedureListContext in net.officefloor.servlet.procedure
Methods in net.officefloor.servlet.procedure with parameters of type ProcedureListContext Modifier and Type Method Description void
FilterProcedureSource. listProcedures(ProcedureListContext context)
void
ServletProcedureSource. listProcedures(ProcedureListContext context)
-
Uses of ProcedureListContext in net.officefloor.spring.webflux.procedure
Methods in net.officefloor.spring.webflux.procedure with parameters of type ProcedureListContext Modifier and Type Method Description void
SpringWebFluxProcedureSource. listProcedures(ProcedureListContext context)
-
Uses of ProcedureListContext in net.officefloor.spring.webmvc.procedure
Methods in net.officefloor.spring.webmvc.procedure with parameters of type ProcedureListContext Modifier and Type Method Description void
SpringWebMvcProcedureSource. listProcedures(ProcedureListContext context)
-