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.


Field Summary
 
Fields inherited from interface com.softwareag.centrasite.api.csom.attribute.CentraSiteObjectAttribute
TYPE_CLASSIFICATION, TYPE_COMMON, TYPE_COMPUTED, TYPE_FILE, TYPE_RELATIONSHIP, TYPE_REPORT_ATTRIBUTE, TYPE_SIMPLE
 
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
 

Method Detail

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