Uses of Interface
net.officefloor.activity.procedure.spi.ProcedureMethodContext
-
Packages that use ProcedureMethodContext Package Description net.officefloor.activity.impl.procedure net.officefloor.activity.procedure.spi net.officefloor.gef.woof.test -
-
Uses of ProcedureMethodContext in net.officefloor.activity.impl.procedure
Methods in net.officefloor.activity.impl.procedure with parameters of type ProcedureMethodContext Modifier and Type Method Description java.lang.reflect.MethodClassProcedureSource. loadMethod(ProcedureMethodContext context) -
Uses of ProcedureMethodContext in net.officefloor.activity.procedure.spi
Methods in net.officefloor.activity.procedure.spi with parameters of type ProcedureMethodContext Modifier and Type Method Description default java.lang.reflect.MethodManagedFunctionProcedureSource. loadMethod(ProcedureMethodContext context)java.lang.reflect.MethodProcedureSource. loadMethod(ProcedureMethodContext context)Loads theMethodfor theProcedure. -
Uses of ProcedureMethodContext in net.officefloor.gef.woof.test
Methods in net.officefloor.gef.woof.test with parameters of type ProcedureMethodContext Modifier and Type Method Description java.lang.reflect.MethodManualProcedureSourceServiceFactory. loadMethod(ProcedureMethodContext context)
-