Uses of Interface
net.officefloor.activity.procedure.ProcedureFlowType
Packages that use ProcedureFlowType
-
Uses of ProcedureFlowType in net.officefloor.activity.impl.procedure
Classes in net.officefloor.activity.impl.procedure that implement ProcedureFlowTypeMethods in net.officefloor.activity.impl.procedure that return ProcedureFlowTypeConstructors in net.officefloor.activity.impl.procedure with parameters of type ProcedureFlowTypeModifierConstructorDescriptionProcedureTypeImpl(String procedureName, Class<?> parameterType, ProcedureObjectType[] objectTypes, ProcedureVariableType[] variableTypes, ProcedureFlowType[] flowTypes, ProcedureEscalationType[] escalationTypes, Class<?> nextArgumentType) Instantiate. -
Uses of ProcedureFlowType in net.officefloor.activity.procedure
Methods in net.officefloor.activity.procedure that return ProcedureFlowTypeModifier and TypeMethodDescriptionProcedureType.getFlowTypes()Obtains theProcedureFlowTypedefinitions for the possibleFlowinstances instigated by theProcedure.