Uses of Class
org.kuali.rice.kew.rule.QualifiedRoleName
Packages that use QualifiedRoleName
-
Uses of QualifiedRoleName in org.kuali.rice.ken.kew
Methods in org.kuali.rice.ken.kew with parameters of type QualifiedRoleNameModifier and TypeMethodDescriptionChannelReviewerRoleAttribute.resolveRecipients(RouteContext routeContext, QualifiedRoleName qualifiedRoleName) This looks at the reviewers list passed through from KEN and then resolves the individuals that need to actually approve the message. -
Uses of QualifiedRoleName in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return QualifiedRoleNameMethods in org.kuali.rice.kew.rule that return types with arguments of type QualifiedRoleNameModifier and TypeMethodDescriptionprotected List<QualifiedRoleName>GenericRoleAttribute.generateQualifiedRoleNames(String roleName, DocumentContent documentContent) Template method responsible for producing a list of QualifiedRoleName objects.Methods in org.kuali.rice.kew.rule with parameters of type QualifiedRoleNameModifier and TypeMethodDescriptionprotected StringGenericRoleAttribute.getLabelForQualifiedRoleName(QualifiedRoleName qualifiedRoleName) protected ResolvedQualifiedRoleGenericRoleAttribute.resolveQualifiedRole(RouteContext routeContext, QualifiedRoleName qualifiedRoleName) Template method that delegates toGenericRoleAttribute.resolveRecipients(RouteContext, QualifiedRoleName)andGenericRoleAttribute.getLabelForQualifiedRoleName(QualifiedRoleName)GenericRoleAttribute.resolveRecipients(RouteContext routeContext, QualifiedRoleName qualifiedRoleName) Template method for subclasses to implement