public class ResolvedQualifiedRole extends Object implements Serializable
Id
s. 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
).Id
,
ActionRequestValue
,
Serialized FormConstructor and Description |
---|
ResolvedQualifiedRole() |
ResolvedQualifiedRole(String qualifiedRoleLabel,
List<Id> recipients) |
ResolvedQualifiedRole(String qualifiedRoleLabel,
List<Id> recipients,
String annotation) |
Modifier and Type | Method and Description |
---|---|
String |
getAnnotation() |
String |
getQualifiedRoleLabel() |
List<Id> |
getRecipients() |
void |
setAnnotation(String annotation) |
void |
setQualifiedRoleLabel(String qualifiedRoleLabel) |
void |
setRecipients(List<Id> users) |
public ResolvedQualifiedRole()
public ResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients)
public ResolvedQualifiedRole(String qualifiedRoleLabel, List<Id> recipients, String annotation)
public List<Id> getRecipients()
public void setRecipients(List<Id> users)
public String getQualifiedRoleLabel()
public void setQualifiedRoleLabel(String qualifiedRoleLabel)
public String getAnnotation()
public void setAnnotation(String annotation)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.