|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TermResolverDefinitionContract
The contract for a TermResolverDefinition
which defines a term resolver.
TermResolverDefinition
,
TermResolver
Method Summary | |
---|---|
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. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable |
---|
isActive |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Method Detail |
---|
String getNamespace()
String getName()
String getTypeId()
TermSpecificationDefinitionContract getOutput()
Set<? extends TermSpecificationDefinitionContract> getPrerequisites()
Map<String,String> getAttributes()
Set<String> getParameterNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |