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 class
ManagedFunctionEscalationTypeImpl
ManagedFunctionEscalationType
implementation.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 theManagedFunctionEscalationType
definitions for the possibleEscalationFlow
instances 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 ExecutionManagedFunction
ExecutionManagedFunction. getManagedFunction(ManagedFunctionEscalationType escalationType)
Obtains theExecutionManagedFunction
for theManagedFunctionEscalationType
.
-