| Package | Description |
|---|---|
| org.kuali.rice.kim.api.common.assignee |
Copyright 2005-2016 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-2016 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-2016 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-2016 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> |
Assignee.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
DelegateType |
DelegateType.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<DelegateType> |
ResponsibilityAction.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
DelegateType |
RoleService.createDelegateType(DelegateType delegateType)
Creates a new DelegateType.
|
DelegateType |
RoleService.getDelegateTypeByDelegationId(String delegationId)
Gets a DelegateType for the given delegation id.
|
DelegateType |
RoleService.getDelegateTypeByRoleIdAndDelegateTypeCode(String roleId,
DelegationType delegateType)
Gets a DelegateType for the given role id and delegation type.
|
DelegateType |
RoleService.updateDelegateType(DelegateType delegateType)
Updates the given DelegateType to the values in the passed in delegateType
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegateType> |
RoleMembership.getDelegates() |
| Modifier and Type | Method and Description |
|---|---|
DelegateType |
RoleService.createDelegateType(DelegateType delegateType)
Creates a new DelegateType.
|
DelegateType |
RoleService.updateDelegateType(DelegateType delegateType)
Updates the given DelegateType to the values in the passed in delegateType
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.