public interface CSOComputedAttribute extends SimpleAttribute
TYPE_CLASSIFICATION, TYPE_COMMON, TYPE_COMPUTED, TYPE_FILE, TYPE_OBJECT, TYPE_ORGANIZATION, TYPE_PERMISSION, TYPE_RELATIONSHIP, TYPE_REPORT_ATTRIBUTE, TYPE_ROLE, TYPE_SIMPLE, TYPE_USER
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getFileAttributeValue()
Gets the File attribute value.
|
Category |
getRelationShipType()
Gets the category of the relationship type for the computed attribute.
|
java.util.Collection<CentraSiteRegistryObjectType> |
getTargetObjectTypes()
Gets the target registry object types for the computed attribute.
|
Taxonomy |
getTaxonomy()
Retrieves a taxonomy object that is defined as part of the computed attribute.
|
getDisplayType, getEnumValues, getPrecision, getUnitLabel, isMultiLineString, isPrefix, setEnumValues, setPrecision
getCentraSiteObjectType, getDataType, getDefaultValue, getDescription, getDescription, getDisplayName, getDisplayName, getName, getQName, getType, isComputedAttribute, isMultiValued, isReadOnly, isRequired
Taxonomy getTaxonomy() throws CLLException
Taxonomy
object that is defined as part of the computed attributeCLLException
- if CLL fails to return the taxonomy object of the computed attributeCategory getRelationShipType() throws CLLException
Category
object that is defined for the computed attribute relationship type.CLLException
- If CLL fails to return the category for the relationship typejava.util.Collection<CentraSiteRegistryObjectType> getTargetObjectTypes() throws CLLException
Collection
of CentraSiteRegistryObjectType
instancesCLLException
- If CLL fails to get the target object typesjava.util.Collection getFileAttributeValue() throws CLLException
Collection
of CentraSiteFile
instancesCLLException
- If CLL fails to get the file attribute value