| Package | Description |
|---|---|
| org.kuali.rice.kim.api.responsibility |
Copyright 2005-2017 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 |
|---|---|
Responsibility |
Responsibility.Builder.build() |
Responsibility |
ResponsibilityService.createResponsibility(Responsibility responsibility)
This will create a
Responsibility exactly like the responsibility passed in. |
Responsibility |
ResponsibilityService.findRespByNamespaceCodeAndName(String namespaceCode,
String name)
Finds a
Responsibility for namespaceCode and name. |
Responsibility |
ResponsibilityService.getResponsibility(String id)
Gets a
Responsibility from an id. |
Responsibility |
ResponsibilityService.updateResponsibility(Responsibility responsibility)
This will up ev a
Responsibility. |
| Modifier and Type | Method and Description |
|---|---|
List<Responsibility> |
ResponsibilityService.findResponsibilitiesByTemplate(String namespaceCode,
String templateName)
Return the responsibilities for the given unique combination of namespace,
and responsibility template name.
|
List<Responsibility> |
ResponsibilityService.findWorkflowExceptionResponsibilities(String documentTypeName)
Return the active exception routing responsibilities for the given workflow document type.
|
List<Responsibility> |
ResponsibilityService.findWorkflowResponsibilities(String documentTypeName)
Return the active responsibilities for the given workflow document type.
|
List<Responsibility> |
ResponsibilityQueryResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
Responsibility |
ResponsibilityService.createResponsibility(Responsibility responsibility)
This will create a
Responsibility exactly like the responsibility passed in. |
Responsibility |
ResponsibilityService.updateResponsibility(Responsibility responsibility)
This will up ev a
Responsibility. |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.