PeopleFlowService

Name PeopleFlow
Version
Included Services  
Java Package org.kuali.rice.kew.api.peopleflow

Copyright 2005-2012 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.
You may obtain a copy of the License at

http://www.opensource.org/licenses/ecl2.php

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Operations
Main Message Structures

Method getPeopleFlow
Description ???
Parameters String peopleFlowId ???
Return PeopleFlowDefinition ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getPeopleFlowByName
Description ???
Parameters String namespaceCode ???
String name ???
Return PeopleFlowDefinition ???
Errors RiceIllegalArgumentException ???

Back to Operations

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

Back to Operations

Method updatePeopleFlow
Description ???
Parameters PeopleFlowDefinition peopleFlow ???
Return PeopleFlowDefinition ???
Errors RiceIllegalArgumentException ???
RiceIllegalStateException if the PeopleFlow does not exist in the system under the given peopleFlowId

Back to Operations