Uses of Interface
net.officefloor.activity.procedure.ProcedureEscalationType
-
Packages that use ProcedureEscalationType Package Description net.officefloor.activity.impl.procedure net.officefloor.activity.procedure -
-
Uses of ProcedureEscalationType in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement ProcedureEscalationType Modifier and Type Class Description classProcedureEscalationTypeImplProcedureEscalationTypeimplementation.Methods in net.officefloor.activity.impl.procedure that return ProcedureEscalationType Modifier and Type Method Description ProcedureEscalationType[]ProcedureTypeImpl. getEscalationTypes()Constructors in net.officefloor.activity.impl.procedure with parameters of type ProcedureEscalationType Constructor Description ProcedureTypeImpl(java.lang.String procedureName, java.lang.Class<?> parameterType, ProcedureObjectType[] objectTypes, ProcedureVariableType[] variableTypes, ProcedureFlowType[] flowTypes, ProcedureEscalationType[] escalationTypes, java.lang.Class<?> nextArgumentType)Instantiate. -
Uses of ProcedureEscalationType in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure that return ProcedureEscalationType Modifier and Type Method Description ProcedureEscalationType[]ProcedureType. getEscalationTypes()Obtains theProcedureEscalationTypedefinitions for the possibleEscalationFlowinstances by theProcedure.
-