Table Description
Entity for the administration of content management system metadata properties.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::CMIS::Entity::CMSMetadataProperty
Controlling File: CMIS\model\CMIS.emx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
enableddetailsnoBoolean flag to indicate whether this metadata property is enabled. If it is not enabled then the metadata will not be sent to the content managment system.CMS_METADATA_ENABLED SVR_BOOLEAN
cmsMetadataClassIDdetailsnoForegin key to the related metadata class which owns this property.CMS_METADATA_CLASS_ID SVR_INT64
cmsMetadataPropertyIDkeynoUnique identifier for the content managment system metadata property.CMS_METADATA_PROPERTY_ID SVR_INT64
descriptiondetailsnoThe metadata property description. This is localizable.LOCALIZABLE_TEXT_ID SVR_INT64
displayNamedetailsnoThe metadata property display name. This is localizable.LOCALIZABLE_TEXT_ID SVR_INT64
namedetailsnoNon localizable name for the metadata property.CMS_METADATA_NAME SVR_STRING<512>
Foreign Keys (1)
ChildParent
CMSMetadataProperty.cmsMetadataClassIDCMSMetadataClass.cmsMetadataClassID
Indices (1)
Index NameAttributes
IND__838073875cmsMetadataClassID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
modifymodify Modify a content managment system metadata property. 
readread Read a content managment system metadata property. TODO - we may not need this for the online application, but we might need it for CTM. Remove in the future? 
searchByMetadataClassNamensmulti  SQL
Related Pages (3)