| Package | Description |
|---|---|
| org.kuali.rice.krms.api.repository.proposition |
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.
|
| 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 |
|---|---|
TermDefinition |
PropositionParameterContract.getTermValue()
Returns the term value of the proposition parameter if the
proposition parameter is a term.
|
TermDefinition |
PropositionParameter.getTermValue() |
TermDefinition |
PropositionParameter.Builder.getTermValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropositionParameter.Builder.setTermValue(TermDefinition termValue)
Sets the value of the termValue on this builder to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
TermDefinition |
TermDefinition.Builder.build()
Builds the
TermDefinition, or dies trying. |
TermDefinition |
TermRepositoryService.createTerm(TermDefinition termDef)
Create a
TermDefinition |
TermDefinition |
TermRepositoryService.getTerm(String termId)
Retrieves the
TermDefinition with the given termId. |
| Modifier and Type | Method and Description |
|---|---|
TermDefinition |
TermRepositoryService.createTerm(TermDefinition termDef)
Create a
TermDefinition |
void |
TermRepositoryService.updateTerm(TermDefinition termDef)
Update a
TermDefinition |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.