Uses of Interface
net.officefloor.activity.procedure.ProcedureEscalationType
Packages that use ProcedureEscalationType
-
Uses of ProcedureEscalationType in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement ProcedureEscalationTypeMethods in net.officefloor.activity.impl.procedure that return ProcedureEscalationTypeConstructors in net.officefloor.activity.impl.procedure with parameters of type ProcedureEscalationTypeModifierConstructorDescriptionProcedureTypeImpl(String procedureName, Class<?> parameterType, ProcedureObjectType[] objectTypes, ProcedureVariableType[] variableTypes, ProcedureFlowType[] flowTypes, ProcedureEscalationType[] escalationTypes, Class<?> nextArgumentType) Instantiate. -
Uses of ProcedureEscalationType in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure that return ProcedureEscalationTypeModifier and TypeMethodDescriptionProcedureType.getEscalationTypes()Obtains theProcedureEscalationTypedefinitions for the possibleEscalationFlowinstances by theProcedure.