Table Description
Entity for the administration of content management system metadata class or document type.
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::CMSMetadataClass
Controlling File: CMIS\model\CMIS.emx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
namedetailsnoNon localizable name for the metadata class.CMS_METADATA_NAME SVR_STRING<512>
parentClassIDdetailsyesForegin key to the related metadata class which owns this class This is optionalCMS_METADATA_CLASS_ID SVR_INT64
cmsMetadataClassIDkeynoUnique identifier for the content managment system metadata class.CMS_METADATA_CLASS_ID SVR_INT64
displayNamedetailsnoThe metadata class display name. This is localizable.LOCALIZABLE_TEXT_ID SVR_INT64
descriptiondetailsnoThe metadata class description. This is localizable.LOCALIZABLE_TEXT_ID SVR_INT64
Foreign Keys (1)
ChildParent
CMSMetadataProperty.cmsMetadataClassIDCMSMetadataClass.cmsMetadataClassID
Operations (2)
OperationStereotypeOptionsDescriptionSQL
modifymodify Modify a content managment system metadata class. 
readread Read a content managment system metadata class. TODO - we may not need this for the online application, but we might need it for CTM. Remove in the future? 
Related Pages (0)