Name | KimTypeInfo | |
---|---|---|
Version | ||
Included Services | ||
Java Package | org.kuali.rice.kim.api.type |
Method | getKimType | ||
---|---|---|---|
Description | Gets a {@link KimType} from a kim type id.
|
||
Parameters | String | id | the id to retrieve the kim type by. cannot be null. |
Return | KimType | a {@link KimType} or null | |
Errors | RiceIllegalArgumentException | if the id is null |
Method | findKimTypeByNameAndNamespace | ||
---|---|---|---|
Description | Gets a {@link KimType} from a kim type name and namespace code.
|
||
Parameters | String | namespaceCode | the namespaceCode to retrieve the kim type by. cannot be null. |
String | name | the name to retrieve the kim type by. cannot be null. | |
Return | KimType | a {@link KimType} or null | |
Errors | RiceIllegalArgumentException | if the namespaceCode or name is null |
Method | findAllKimTypes | ||
---|---|---|---|
Description | Gets all the {@link KimType KimTypes}.
|
||
Parameters | None | None | No Parameters |
Return | KimTypeList | an immutable collection of kim types | |
Errors | NONE | No Errors |