com.softwareag.centrasite.api.csom.attribute
Interface ClassificationAttribute
- All Superinterfaces:
- CentraSiteObjectAttribute
public interface ClassificationAttribute
- extends CentraSiteObjectAttribute
ClassificationAttribute interface represents the classification based on attribute of a CentraSiteObject.
This interface defines methods that operate on a classification attribute.
Method Summary |
Taxonomy |
getTaxonomy()
Retrieves a taxonomy object that is defined as part of the classification attribute. |
Methods inherited from interface com.softwareag.centrasite.api.csom.attribute.CentraSiteObjectAttribute |
getCentraSiteObjectType, getDataType, getDefaultValue, getDescription, getDescription, getDisplayName, getDisplayName, getName, getQName, getType, isMultiValued, isReadOnly, isRequired |
getTaxonomy
Taxonomy getTaxonomy()
throws CLLException
- Retrieves a taxonomy object that is defined as part of the classification attribute.
- Returns:
- taxonomy object that is defined as part of the classification attribute
- Throws:
CLLException
- if CLL fails to return the taxonomy object of the classification attribute