Table Description
Content Management System Link: The content management system link maps content on the content management system to a related object in Curam.

When the application creates content on a content management system (CMS) using the content management interoperability service (CMIS) infrastructure, a content management system link record is created to save the mapping from the content to whatever it relates to. When the application uses the CMIS infrastructure to read or modify existing content from the CMS, it gets the CMS object's identifier by reading the latest record with a matching related identifier and related type.

Example

An example of creating a content management system link occurs on creating an {@curam.core.Attachment attachment}. The related identifier in this instance is the attachment identifier and the related type pertains to attachments and nothing else. An example of reading a content management system link occurs on reading an {@curam.core.Attachment attachment}. The related identifier in this instance is the attachment identifier and the related type pertains to attachments and nothing else.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Infrastructure::CMIS::Entity::ContentManagementSystemLink::ContentManagementSystemLink
Controlling File: core\model\Packages\Reference Model\Service Layer\CMIS\ContentManagementSystemLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
linkIDkeynoThe unique identifier for a record on the table.CMS_LINK_ID SVR_INT64
relatedIDdetails An identifier for the related entity record.INTERNAL_ID SVR_INT64
relatedTypedetailsnoThe type of related entity.CMS_LINK_RELATED_TYPECMSRelatedTypeSVR_STRING<10>
cmsObjectIDdetails A unique identifier for the document object on the content management system.CMS_LINK_OBJECT_ID SVR_STRING<255>
lastModifieddetails The date on which the last modification occurred.CURAM_DATETIME SVR_DATETIME
Indices (1)
Index NameAttributes
CMSLinkRelIdxrelatedID, relatedType
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: linkID
Inserts a Content Management System Link record. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies a Content Management System Link record. 
searchByRelatedIDAndTypereadmulti Searches for all records with the given related identifier and of the given type. 
readLatestByRelatedIDAndTypens Reads the latest record with the given related identifier and of the given type.SQL
Related Pages (0)