public class Description extends Object implements Serializable
DocumentInfo
or LinkInfo
and
contains the descriptions for the DDC name, the meta data, a revision comment and the ACL names.Modifier and Type | Field and Description |
---|---|
protected String |
acl |
protected String |
comment |
protected String |
ddc |
protected Map<String,Object> |
metadatas |
Constructor and Description |
---|
Description(String ddcName,
Map<String,Object> nameValuePairs,
String versionComment)
Creates a new document description.
|
Modifier and Type | Method and Description |
---|---|
String |
getAcls() |
String |
getDdcName() |
Map<String,Object> |
getMetadatas() |
String |
getVersionComment() |
Description |
setAcls(String acls) |
public Description(String ddcName, Map<String,Object> nameValuePairs, String versionComment)
ddcName
- The name of the database definitiondocumentHDoc
- The ID of the document (HDOC)nameValuePairs
- 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 versionpublic String getDdcName()
public String getVersionComment()
public String getAcls()
public Description setAcls(String acls)
acls
- acl stringCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.