Uses of Interface
org.kuali.rice.krms.api.repository.term.TermSpecificationDefinitionContract
Packages that use TermSpecificationDefinitionContract
-
Uses of TermSpecificationDefinitionContract in org.kuali.rice.krms.api.repository.term
Classes in org.kuali.rice.krms.api.repository.term that implement TermSpecificationDefinitionContractModifier and TypeClassDescriptionfinal classImmutable DTO for TermSpecifications.static classBuilder for theTermSpecificationDefinitionimmutable DTO.Fields in org.kuali.rice.krms.api.repository.term with type parameters of type TermSpecificationDefinitionContractModifier and TypeFieldDescriptionstatic final BuilderUtils.Transformer<TermSpecificationDefinitionContract,TermSpecificationDefinition.Builder> TermSpecificationDefinition.Builder.toBuilderBuilderUtils.Transformerto ease converting lists to Builder typesMethods in org.kuali.rice.krms.api.repository.term that return TermSpecificationDefinitionContractModifier and TypeMethodDescriptionTermResolverDefinitionContract.getOutput()Gets the term specification for the output of the defined term resolver.TermDefinitionContract.getSpecification()Get the associatedTermSpecificationDefinitionContractwhich specifies some important details about the term.Methods in org.kuali.rice.krms.api.repository.term that return types with arguments of type TermSpecificationDefinitionContractModifier and TypeMethodDescriptionSet<? extends TermSpecificationDefinitionContract>TermResolverDefinitionContract.getPrerequisites()Gets the term specifications for any prerequisite terms of the defined term resolver.Methods in org.kuali.rice.krms.api.repository.term with parameters of type TermSpecificationDefinitionContractModifier and TypeMethodDescriptionTermSpecificationDefinition.Builder.create(TermSpecificationDefinitionContract termSpecification) static factory for aTermSpecificationDefinition.Builderfrom aTermSpecificationDefinitionContract.