KewTypeRepositoryService

Name KewTypeRepository
Version
Included Services  
Java Package org.kuali.rice.kew.api.repository.type

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 createKewType
Description This will create a {@link KewTypeDefinition} exactly like the parameter passed in.
Parameters KewTypeDefinition kewType - KewType
Return KewTypeDefinition ???
Errors RiceIllegalArgumentException ???
RiceIllegalStateException ???

Back to Operations

Method updateKewType
Description This will update an existing {@link KewTypeDefinition}
Parameters KewTypeDefinition kewType - KewType
Return void ???
Errors RiceIllegalArgumentException ???
RiceIllegalStateException ???

Back to Operations

Method getTypeById
Description Lookup a kew type based on the given id.
Parameters String id the given kew type id
Return KewTypeDefinition a KewType object with the given id. A null reference is returned if an invalid or
non-existant id is supplied.
Errors RiceIllegalArgumentException ???

Back to Operations

Method getTypeByNameAndNamespace
Description Get a kew type object based on name and namespace
Parameters String name the given type name
String namespace the given type namespace
Return KewTypeDefinition A kew type object with the given namespace and name if one with that name and namespace
exists. Otherwise, null is returned.
Errors RiceIllegalArgumentException ???
RiceIllegalStateException ???

Back to Operations

Method findAllTypesByNamespace
Description Returns all KEW types that for a given namespace.
Parameters String namespace ???
Return KewTypeDefinitionList all KEW types for a namespace
Errors RiceIllegalArgumentException ???

Back to Operations

Method findAllTypes
Description Returns all KEW types
Parameters None None No Parameters
Return KewTypeDefinitionList all KEW types
Errors NONE No Errors

Back to Operations

Method createKewTypeAttribute
Description This will create a {@link KewTypeAttribute} exactly like the parameter passed in.
Parameters KewTypeAttribute kewTypeAttribute - KewTypeAttribute
Return void ???
Errors RiceIllegalArgumentException ???
RiceIllegalStateException ???

Back to Operations

Method updateKewTypeAttribute
Description This will update an existing {@link KewTypeAttribute}
Parameters KewTypeAttribute kewTypeAttribute - KewTypeAttribute
Return void ???
Errors RiceIllegalArgumentException ???
RiceIllegalStateException ???

Back to Operations