Uses of Class
org.kuali.rice.kew.engine.node.ActivationTypeEnum
Packages that use ActivationTypeEnum
-
Uses of ActivationTypeEnum in org.kuali.rice.kew.engine.node
Fields in org.kuali.rice.kew.engine.node declared as ActivationTypeEnumModifier and TypeFieldDescriptionstatic final ActivationTypeEnumActivationTypeEnum.PARALLELRouting should process the associated ActionRequests in parallelstatic final ActivationTypeEnumActivationTypeEnum.PRIORITY_PARALLELRouting should process the associated ActionRequests in parallel according to prioritystatic final ActivationTypeEnumActivationTypeEnum.SEQUENTIALRouting should process the associated ActionRequests in sequenceMethods in org.kuali.rice.kew.engine.node that return ActivationTypeEnumModifier and TypeMethodDescriptionstatic ActivationTypeEnumActivationTypeEnum.lookupCode(String code) Parses the code verbatim and returns the enum type that matches that code exactlystatic ActivationTypeEnumParses the string and returns the enum type whose code, name, or label matches the string regardless of case