| Name | TermRepository | |
|---|---|---|
| Version | ||
| Included Services | ||
| Java Package | org.kuali.rice.krms.api.repository.term | |
| Method | findTermResolversByNamespace | ||
|---|---|---|---|
| Description | Retrieves all {@link TermResolverDefinition}s for the given namespace. | ||
| Parameters | String | namespace | the namespace for which to get all term resolvers. |
| Return | TermResolverDefinitionList | the List of {@link TermResolverDefinition}s for the given namespace. May be empty, but never null. | |
| Errors | RiceIllegalArgumentException | ??? | |
| Method | getTerm | ||
|---|---|---|---|
| Description | Retrieves the {@link TermDefinition} with the given termId. | ||
| Parameters | String | termId | the identifier of the term to retrieve. |
| Return | TermDefinition | the {@link TermDefinition} with the given termId. May be null if there is no term with the given termId in the repository. |
|
| Errors | RiceIllegalArgumentException | ??? | |