| 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 | Class and Description |
|---|---|
class |
TermSpecificationDefinition
Immutable DTO for TermSpecifications.
|
static class |
TermSpecificationDefinition.Builder
Builder for the
TermSpecificationDefinition immutable DTO. |
| Modifier and Type | Field and Description |
|---|---|
static BuilderUtils.Transformer<TermSpecificationDefinitionContract,TermSpecificationDefinition.Builder> |
TermSpecificationDefinition.Builder.toBuilder
BuilderUtils.Transformer to ease converting lists to Builder types |
| Modifier and Type | Method and Description |
|---|---|
TermSpecificationDefinitionContract |
TermResolverDefinitionContract.getOutput()
Gets the term specification for the output of the defined term resolver.
|
TermSpecificationDefinitionContract |
TermDefinitionContract.getSpecification()
Get the associated
TermSpecificationDefinitionContract which specifies some important details about
the term. |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends TermSpecificationDefinitionContract> |
TermResolverDefinitionContract.getPrerequisites()
Gets the term specifications for any prerequisite terms of the defined term resolver.
|
| Modifier and Type | Method and Description |
|---|---|
static TermSpecificationDefinition.Builder |
TermSpecificationDefinition.Builder.create(TermSpecificationDefinitionContract termSpecification)
static factory for a
TermSpecificationDefinition.Builder from a TermSpecificationDefinitionContract. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.