|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TermSpecificationDefinitionContract
The contract for a TermSpecificationDefinition which defines important information about a term (see
TermDefinitionContract). A term specification should be uniquely
identifiable by its name and namespace. This key is important for determining how the fact value for a term can be
resolved.
| Method Summary | |
|---|---|
List<? extends CategoryDefinitionContract> |
getCategories()
Gets an ordered list of the categories which this term specification definition belongs to. |
List<String> |
getContextIds()
Gets a list of the IDs for the contexts this TermSpecification can be used in. |
String |
getDescription()
Gets the description for this term specification, which will typically be a suitable description for any term having this specification as well. |
String |
getName()
Gets the name for this TermSpecificationDefinitionContract. |
String |
getNamespace()
Gets the namespace of this TermSpecificationDefinitionContract. |
String |
getType()
Gets the fully qualified class name for the values of any term having this specification. |
| 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 getName()
TermSpecificationDefinitionContract. This is an important key
that must be unique within a namespace, and is used to determine how to resolve any terms
having this specification. Will not be null or empty.
String getNamespace()
TermSpecificationDefinitionContract. Will not be null or empty.
String getType()
BigDecimal,
then the term specification's type would be the String "java.math.BigDecimal". Will never return null or
the empty string.
String getDescription()
List<? extends CategoryDefinitionContract> getCategories()
List<String> getContextIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||