public interface TermResolverDefinitionContract extends Identifiable, Inactivatable, Versioned
The contract for a TermResolverDefinition which defines a term resolver.
 
TermResolverDefinition, 
TermResolver| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getAttributes()Gets any attributes specified on the term resolver definition. | 
| String | getName()Gets the name for the defined term resolver. | 
| String | getNamespace()Gets the namespace for the defined term resolver. | 
| TermSpecificationDefinitionContract | getOutput()Gets the term specification for the output of the defined term resolver. | 
| Set<String> | getParameterNames()Gets the names of any parameters that the defined term resolver requires. | 
| Set<? extends TermSpecificationDefinitionContract> | getPrerequisites()Gets the term specifications for any prerequisite terms of the defined term resolver. | 
| String | getTypeId()Gets the type id for the defined term resolver. | 
getIdisActivegetVersionNumberString getNamespace()
String getName()
String getTypeId()
TermSpecificationDefinitionContract getOutput()
Set<? extends TermSpecificationDefinitionContract> getPrerequisites()
Map<String,String> getAttributes()
Set<String> getParameterNames()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.