Uses of Class
com.openkm.sdk4j.bean.Document
Packages that use Document
-
Uses of Document in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return DocumentModifier and TypeMethodDescriptionCopy a document to another location in the repository.Creates a new documentBaseDocument.create(String uuid, String name, InputStream is) Creates a new documentBaseDocument.create(String uuid, String name, InputStream is, long nodeClass) Creates a new documentBaseMail.createAttachment(String uuid, String docName, InputStream is) Create attachment document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) Create from template document.BaseDocument.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.BaseDocument.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) Copy a document to another location in the repository.BaseDocument.getProperties(String uuid) Obtain document properties from the repository.Rename a document in the repository.BaseReport.save(long rpId, Map<String, String> params, String format, String dstId, String docName, String uuid) Save report document.Save the document as PDF in the OpenKM repository.Save mail as pdf document.Save sql document.Methods in com.openkm.sdk4j.definition that return types with arguments of type DocumentModifier and TypeMethodDescriptionBaseMail.getAttachments(String uuid) Gets attachments.BaseSearch.getCategorizedDocuments(String categoryId) Gets categorized documents.BaseDocument.getCheckedOut()Get checked out documentsBaseDocument.getChildren(String uuid) Gets children.BaseStamp.getPersonalStamps()Gets personal stamps. -
Uses of Document in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return DocumentModifier and TypeMethodDescriptionDocumentImpl.create(String uuid, String name, InputStream is) DocumentImpl.create(String uuid, String name, InputStream is, long nodeClass) MailImpl.createAttachment(String uuid, String docName, InputStream is) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, boolean security, Map<String, String> properties) DocumentImpl.createFromTemplate(String uuid, String dstPath, boolean categories, boolean keywords, boolean notes, Map<String, String> properties) Deprecated.DocumentImpl.extendedCopy(String uuid, String dstId, String newName, boolean categories, boolean keywords, boolean propertyGroups, boolean notes, boolean security) DocumentImpl.getProperties(String uuid) ReportImpl.save(long rpId, Map<String, String> params, String format, String dstId, String docName, String uuid) Methods in com.openkm.sdk4j.impl that return types with arguments of type DocumentModifier and TypeMethodDescriptionMailImpl.getAttachments(String uuid) SearchImpl.getCategorizedDocuments(String categoryId) DocumentImpl.getCheckedOut()DocumentImpl.getChildren(String uuid) StampImpl.getPersonalStamps()
DocumentImpl.createFromTemplate(String, String, boolean, boolean, boolean, boolean, Map)