public class LinkInfo extends Description
Description
with the link id (HDoc).acl, comment, ddc, metadatas
Constructor and Description |
---|
LinkInfo(String ddcName,
String linkId,
Map<String,Object> nameValuePairs,
String versionComment)
Creates a new document link.
|
Modifier and Type | Method and Description |
---|---|
String |
getLinkId()
Gets the id (Hdoc) of linked document.
|
void |
setLinkId(String xhdoc)
Sets the id (Hdoc) of linked document.
|
getAcls, getDdcName, getMetadatas, getVersionComment, setAcls
public LinkInfo(String ddcName, String linkId, Map<String,Object> nameValuePairs, String versionComment)
ddcName
- The name of the database definitionlinkId
- The ID of the document (HDOC) to linknameValuePairs
- A properties object containing the metadata. Only the
contained properties will be updated.content
- Multiple content data. If the array is empty, all content of
the document will be removed. If null, the content will not be
changed. Otherwise only the contained elements will be
replaced.versionComment
- The comment for the versionCopyright © 2016 SAPERION AG. All rights reserved.