| Package | Description |
|---|---|
| edu.sampleu.travel.workflow | |
| org.kuali.rice.ken.kew | |
| org.kuali.rice.kew.api.identity | |
| org.kuali.rice.kew.api.user | |
| org.kuali.rice.kew.rule | |
| org.kuali.rice.kew.workgroup |
| Modifier and Type | Method and Description |
|---|---|
protected List<Id> |
EmployeeAttribute.resolveRecipients(RouteContext routeContext,
QualifiedRoleName qualifiedRoleName) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Id> |
ChannelReviewerRoleAttribute.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmployeeId
The Employee ID of a Person in KIM
|
class |
PrincipalId
The primary ID of a Principal in KIM
|
class |
PrincipalName
The name of a Principal in KIM
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserId
A user's Id which has a String representable value.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Id |
AbstractIdRoleAttribute.resolveId(String id) |
protected Id |
WorkgroupRoleAttribute.resolveId(String id) |
protected Id |
NetworkIdRoleAttribute.resolveId(String id) |
protected Id |
UniversityIdRoleAttribute.resolveId(String id) |
protected Id |
PrincipalIdRoleAttribute.resolveId(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Id> |
ResolvedQualifiedRole.getRecipients() |
protected List<Id> |
GenericRoleAttribute.resolveRecipients(RouteContext routeContext,
QualifiedRoleName qualifiedRoleName)
Template method for subclasses to implement
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvedQualifiedRole.setRecipients(List<Id> users) |
| Constructor and Description |
|---|
ResolvedQualifiedRole(String qualifiedRoleLabel,
List<Id> recipients) |
ResolvedQualifiedRole(String qualifiedRoleLabel,
List<Id> recipients,
String annotation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupId
A marker interface for Id implementations for groups.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupNameId
A
GroupId which identifies the name of a Workgroup. |
class |
WorkflowGroupId
A
GroupId which is a unique numerical identifier for a Workgroup. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.