| Name | PeopleFlow | |
|---|---|---|
| Version | ||
| Included Services | ||
| Java Package | org.kuali.rice.kew.api.peopleflow | |
| Method | getPeopleFlow | ||
|---|---|---|---|
| Description | ??? | ||
| Parameters | String | peopleFlowId | ??? |
| Return | PeopleFlowDefinition | ??? | |
| Errors | RiceIllegalArgumentException | ??? | |
| Method | getPeopleFlowByName | ||
|---|---|---|---|
| Description | ??? | ||
| Parameters | String | namespaceCode | ??? |
| String | name | ??? | |
| Return | PeopleFlowDefinition | ??? | |
| Errors | RiceIllegalArgumentException | ??? | |
| Method | createPeopleFlow | ||
|---|---|---|---|
| Description | TODO... | ||
| Parameters | PeopleFlowDefinition | peopleFlow | ??? |
| Return | PeopleFlowDefinition | ??? | |
| Errors | RiceIllegalArgumentException | if the given PeopleFlow definition is null | |
| RiceIllegalStateException | if a PeopleFlow with the given namespace code and name already exists | ||
| Method | updatePeopleFlow | ||
|---|---|---|---|
| Description | ??? | ||
| Parameters | PeopleFlowDefinition | peopleFlow | ??? |
| Return | PeopleFlowDefinition | ??? | |
| Errors | RiceIllegalArgumentException | ??? | |
| RiceIllegalStateException | if the PeopleFlow does not exist in the system under the given peopleFlowId | ||