public final class TermResolverDefinition extends AbstractDataTransferObject implements TermResolverDefinitionContract
| Modifier and Type | Class and Description |
|---|---|
static class |
TermResolverDefinition.Builder |
static class |
TermResolverDefinition.Cache |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
Gets any attributes specified on the term resolver definition.
|
String |
getId() |
String |
getName()
Gets the name for the defined term resolver.
|
String |
getNamespace()
Gets the namespace for the defined term resolver.
|
TermSpecificationDefinition |
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<TermSpecificationDefinition> |
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.
|
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getNamespace()
TermResolverDefinitionContractgetNamespace in interface TermResolverDefinitionContractpublic String getName()
TermResolverDefinitionContractgetName in interface TermResolverDefinitionContractpublic String getTypeId()
TermResolverDefinitionContractgetTypeId in interface TermResolverDefinitionContractpublic boolean isActive()
isActive in interface Inactivatablepublic TermSpecificationDefinition getOutput()
TermResolverDefinitionContractgetOutput in interface TermResolverDefinitionContractpublic Set<TermSpecificationDefinition> getPrerequisites()
TermResolverDefinitionContractgetPrerequisites in interface TermResolverDefinitionContractpublic Map<String,String> getAttributes()
TermResolverDefinitionContractgetAttributes in interface TermResolverDefinitionContractpublic Set<String> getParameterNames()
TermResolverDefinitionContractgetParameterNames in interface TermResolverDefinitionContractpublic Long getVersionNumber()
getVersionNumber in interface VersionedVersioned.getVersionNumber()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.