public interface PeopleFlowService
Modifier and Type | Method and Description |
---|---|
PeopleFlowDefinition |
createPeopleFlow(PeopleFlowDefinition peopleFlow)
TODO...
|
PeopleFlowDefinition |
getPeopleFlow(String peopleFlowId) |
PeopleFlowDefinition |
getPeopleFlowByName(String namespaceCode,
String name) |
PeopleFlowDefinition |
updatePeopleFlow(PeopleFlowDefinition peopleFlow) |
PeopleFlowDefinition getPeopleFlow(String peopleFlowId) throws RiceIllegalArgumentException
RiceIllegalArgumentException
PeopleFlowDefinition getPeopleFlowByName(String namespaceCode, String name) throws RiceIllegalArgumentException
RiceIllegalArgumentException
PeopleFlowDefinition createPeopleFlow(PeopleFlowDefinition peopleFlow) throws RiceIllegalArgumentException, RiceIllegalStateException
peopleFlow
- RiceIllegalArgumentException
- if the given PeopleFlow definition is nullRiceIllegalArgumentException
- if the given PeopleFlow definition has a non-null id. When creating a new
PeopleFlow definition, the ID will be generated.RiceIllegalStateException
- if a PeopleFlow with the given namespace code and name already existsPeopleFlowDefinition updatePeopleFlow(PeopleFlowDefinition peopleFlow) throws RiceIllegalArgumentException, RiceIllegalStateException
peopleFlow
- RiceIllegalArgumentException
RiceIllegalStateException
- if the PeopleFlow does not exist in the system under the given peopleFlowIdCopyright © 2005–2015 The Kuali Foundation. All rights reserved.