| Package | Description |
|---|---|
| org.kuali.rice.kim.api.common.assignee |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.common.delegate |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.responsibility |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kim.api.role |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegateType.Builder> |
Assignee.Builder.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
static Assignee.Builder |
Assignee.Builder.create(String principalId,
String groupId,
List<DelegateType.Builder> delegates)
Creates a KimAttributeData with the required fields.
|
void |
Assignee.Builder.setDelegates(List<DelegateType.Builder> delegates) |
| Modifier and Type | Method and Description |
|---|---|
static DelegateType.Builder |
DelegateType.Builder.create(DelegateTypeContract dtc) |
static DelegateType.Builder |
DelegateType.Builder.create(String roleId,
DelegationType delegationType,
List<DelegateMember.Builder> members) |
| Modifier and Type | Method and Description |
|---|---|
List<DelegateType.Builder> |
ResponsibilityAction.Builder.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponsibilityAction.Builder.setDelegates(List<DelegateType.Builder> delegates) |
| Modifier and Type | Method and Description |
|---|---|
List<DelegateType.Builder> |
RoleMembership.Builder.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleMembership.Builder.setDelegates(List<DelegateType.Builder> delegates) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.