Name | KewTypeRepository | |
---|---|---|
Version | ||
Included Services | ||
Java Package | org.kuali.rice.kew.api.repository.type |
Method | createKewType | ||
---|---|---|---|
Description | This will create a {@link KewTypeDefinition} exactly like the parameter passed in. | ||
Parameters | KewTypeDefinition | kewType | - KewType |
Return | KewTypeDefinition | ??? | |
Errors | RiceIllegalArgumentException | ??? | |
RiceIllegalStateException | ??? |
Method | updateKewType | ||
---|---|---|---|
Description | This will update an existing {@link KewTypeDefinition} | ||
Parameters | KewTypeDefinition | kewType | - KewType |
Return | void | ??? | |
Errors | RiceIllegalArgumentException | ??? | |
RiceIllegalStateException | ??? |
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 | ??? |
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 | ??? |
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 | ??? |
Method | findAllTypes | ||
---|---|---|---|
Description | Returns all KEW types | ||
Parameters | None | None | No Parameters |
Return | KewTypeDefinitionList | all KEW types | |
Errors | NONE | No Errors |
Method | createKewTypeAttribute | ||
---|---|---|---|
Description | This will create a {@link KewTypeAttribute} exactly like the parameter passed in. | ||
Parameters | KewTypeAttribute | kewTypeAttribute | - KewTypeAttribute |
Return | void | ??? | |
Errors | RiceIllegalArgumentException | ??? | |
RiceIllegalStateException | ??? |
Method | updateKewTypeAttribute | ||
---|---|---|---|
Description | This will update an existing {@link KewTypeAttribute} | ||
Parameters | KewTypeAttribute | kewTypeAttribute | - KewTypeAttribute |
Return | void | ??? | |
Errors | RiceIllegalArgumentException | ??? | |
RiceIllegalStateException | ??? |