Package org.kuali.rice.kew.rule
Class ResolvedQualifiedRole
java.lang.Object
org.kuali.rice.kew.rule.ResolvedQualifiedRole
- All Implemented Interfaces:
Serializable
The resolution of a qualified role (role name + data) to a List of recipient
Ids. In addition to the Ids of the recipients, a ResolvedQualifiedRole
can also contain a label for the role (to be displayed on the Route Log) and
an annotation (to be displayed on the generated ActionRequestValue).- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients) ResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients, String annotation) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnnotation(String annotation) voidsetQualifiedRoleLabel(String qualifiedRoleLabel) voidsetRecipients(List<Id> users)
-
Constructor Details
-
ResolvedQualifiedRole
public ResolvedQualifiedRole() -
ResolvedQualifiedRole
-
ResolvedQualifiedRole
-
-
Method Details
-
getRecipients
-
setRecipients
-
getQualifiedRoleLabel
-
setQualifiedRoleLabel
-
getAnnotation
-
setAnnotation
-