Uses of Class
net.officefloor.frame.impl.execute.escalation.EscalationHandlerEscalationFlow.EscalationKey
-
Packages that use EscalationHandlerEscalationFlow.EscalationKey Package Description net.officefloor.frame.impl.execute.escalation -
-
Uses of EscalationHandlerEscalationFlow.EscalationKey in net.officefloor.frame.impl.execute.escalation
Methods in net.officefloor.frame.impl.execute.escalation that return EscalationHandlerEscalationFlow.EscalationKey Modifier and Type Method Description static EscalationHandlerEscalationFlow.EscalationKeyEscalationHandlerEscalationFlow.EscalationKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EscalationHandlerEscalationFlow.EscalationKey[]EscalationHandlerEscalationFlow.EscalationKey. values()Returns an array containing the constants of this enum type, in the order they are declared.
-