Uses of Interface
net.officefloor.compile.managedfunction.ManagedFunctionEscalationType
-
Packages that use ManagedFunctionEscalationType Package Description net.officefloor.compile.impl.managedfunction net.officefloor.compile.managedfunction net.officefloor.compile.spi.office -
-
Uses of ManagedFunctionEscalationType in net.officefloor.compile.impl.managedfunction
Classes in net.officefloor.compile.impl.managedfunction that implement ManagedFunctionEscalationType Modifier and Type Class Description classManagedFunctionEscalationTypeImplManagedFunctionEscalationTypeimplementation.Methods in net.officefloor.compile.impl.managedfunction that return ManagedFunctionEscalationType Modifier and Type Method Description ManagedFunctionEscalationType[]ManagedFunctionTypeImpl. getEscalationTypes() -
Uses of ManagedFunctionEscalationType in net.officefloor.compile.managedfunction
Methods in net.officefloor.compile.managedfunction that return ManagedFunctionEscalationType Modifier and Type Method Description ManagedFunctionEscalationType[]ManagedFunctionType. getEscalationTypes()Obtains theManagedFunctionEscalationTypedefinitions for the possibleEscalationFlowinstances by theManagedFunction. -
Uses of ManagedFunctionEscalationType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedFunctionEscalationType Modifier and Type Method Description ExecutionManagedFunctionExecutionManagedFunction. getManagedFunction(ManagedFunctionEscalationType escalationType)Obtains theExecutionManagedFunctionfor theManagedFunctionEscalationType.
-