| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.term |
Copyright 2005-2016 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.
|
| Modifier and Type | Method and Description |
|---|---|
TermSpecificationDefinition |
TermSpecificationDefinition.Builder.build()
Constructs a
TermSpecificationDefinition |
TermSpecificationDefinition |
TermRepositoryService.createTermSpecification(TermSpecificationDefinition termSpec)
Creates a
TermSpecificationDefinition |
TermSpecificationDefinition |
TermResolverDefinition.getOutput() |
TermSpecificationDefinition |
TermDefinition.getSpecification() |
TermSpecificationDefinition |
TermRepositoryService.getTermSpecificationById(String id)
Retrieves the
TermSpecificationDefinition with the given TermSpecificationId. |
TermSpecificationDefinition |
TermRepositoryService.getTermSpecificationByNameAndNamespace(String name,
String namespace)
Retrieves the
TermSpecificationDefinition for the given name and namespace |
| Modifier and Type | Method and Description |
|---|---|
List<TermSpecificationDefinition> |
TermRepositoryService.findAllTermSpecificationsByContextId(String contextId)
Retrieves all the
TermSpecificationDefinitions that are valid for the context with the given contextId. |
Set<TermSpecificationDefinition> |
TermResolverDefinition.getPrerequisites() |
| Modifier and Type | Method and Description |
|---|---|
TermSpecificationDefinition |
TermRepositoryService.createTermSpecification(TermSpecificationDefinition termSpec)
Creates a
TermSpecificationDefinition |
void |
TermRepositoryService.updateTermSpecification(TermSpecificationDefinition termSpec)
Updates a
TermSpecificationDefinition |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.