|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.term.TermResolverDefinition
public final class TermResolverDefinition
This is a description of what this class does - gilesp don't forget to fill this in.
| Nested Class Summary | |
|---|---|
static class |
TermResolverDefinition.Builder
|
static class |
TermResolverDefinition.Cache
|
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
Gets any attributes specified on the term resolver definition. |
String |
getId()
The unique identifier for an object. |
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()
Returns the version number for this object. |
boolean |
isActive()
The active indicator for an object. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
Identifiable
getId in interface Identifiablepublic String getNamespace()
TermResolverDefinitionContract
getNamespace in interface TermResolverDefinitionContractpublic String getName()
TermResolverDefinitionContract
getName in interface TermResolverDefinitionContractpublic String getTypeId()
TermResolverDefinitionContract
getTypeId in interface TermResolverDefinitionContractpublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic TermSpecificationDefinition getOutput()
TermResolverDefinitionContract
getOutput in interface TermResolverDefinitionContractpublic Set<TermSpecificationDefinition> getPrerequisites()
TermResolverDefinitionContract
getPrerequisites in interface TermResolverDefinitionContractpublic Map<String,String> getAttributes()
TermResolverDefinitionContract
getAttributes in interface TermResolverDefinitionContractpublic Set<String> getParameterNames()
TermResolverDefinitionContract
getParameterNames in interface TermResolverDefinitionContractpublic Long getVersionNumber()
Versioned
getVersionNumber in interface VersionedVersioned.getVersionNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||