com.softwareag.centrasite.api.csom.attribute
Interface CSOComputedAttribute

All Superinterfaces:
CentraSiteObjectAttribute, SimpleAttribute

public interface CSOComputedAttribute
extends SimpleAttribute

CSOComputedAttribute interface represents the computed attributes of a CentraSiteObject. This interface defines the methods that operate on a computed 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 computed attribute.
 
Methods inherited from interface com.softwareag.centrasite.api.csom.attribute.SimpleAttribute
getEnumValues, getPrecision, getUnitLabel, isPrefix, setEnumValues, setPrecision
 
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 computed attribute.

Returns:
taxonomy object that is defined as part of the computed attribute
Throws:
CLLException - if CLL fails to return the taxonomy object of the computed attribute