| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Document |
BaseDocument.copyDocument(String uuid,
String dstId,
String newName) |
Document |
BaseMail.createAttachment(String uuid,
String docName,
InputStream is) |
Document |
BaseDocument.createDocument(String uuid,
File file) |
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is) |
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is,
long nodeClass) |
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Document |
BaseDocument.extendedDocumentCopy(String nodeId,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Document |
BaseDocument.getDocumentProperties(String uuid) |
Document |
BaseDocument.renameDocument(String uuid,
String newName) |
Document |
BaseDocument.saveDocumentAsPdf(String uuid,
String newName) |
Document |
BaseMail.saveMailAsPdf(String uuid,
String newName) |
Document |
BaseReport.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
BaseMail.getAttachments(String uuid) |
List<Document> |
BaseSearch.getCategorizedDocuments(String categoryId) |
List<Document> |
BaseDocument.getCheckedOut() |
List<Document> |
BaseDocument.getDocumentChildren(String fldId) |
List<Document> |
BaseStamp.getPersonalStamps() |
| Modifier and Type | Method and Description |
|---|---|
Document |
OKMWebservices.copyDocument(String uuid,
String dstId,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.copyDocument(String, String, String) |
Document |
DocumentImpl.copyDocument(String uuid,
String dstId,
String newName) |
Document |
MailImpl.createAttachment(String uuid,
String docName,
InputStream is) |
Document |
OKMWebservices.createAttachment(String uuid,
String docName,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.createAttachment(String, String, InputStream) |
Document |
OKMWebservices.createDocument(String uuid,
File file)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocument(String, File) |
Document |
DocumentImpl.createDocument(String uuid,
File file) |
Document |
OKMWebservices.createDocument(String uuid,
String name,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocument(String, String, InputStream) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is) |
Document |
OKMWebservices.createDocument(String uuid,
String name,
InputStream is,
long nodeClass)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocument(String, String, InputStream, long) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is,
long nodeClass) |
Document |
OKMWebservices.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, Map) |
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Document |
OKMWebservices.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.DocumentImpl#extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Document |
DocumentImpl.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Document |
OKMWebservices.getDocumentProperties(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getDocumentProperties(String) |
Document |
DocumentImpl.getDocumentProperties(String uuid) |
Document |
OKMWebservices.renameDocument(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.renameDocument(String, String) |
Document |
DocumentImpl.renameDocument(String uuid,
String newName) |
Document |
OKMWebservices.saveDocumentAsPdf(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.saveDocumentAsPdf(String, String) |
Document |
DocumentImpl.saveDocumentAsPdf(String uuid,
String newName) |
Document |
MailImpl.saveMailAsPdf(String uuid,
String newName) |
Document |
OKMWebservices.saveMailAsPdf(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.saveMailAsPdf(String, String) |
Document |
ReportImpl.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName) |
Document |
OKMWebservices.saveReport(long rpId,
Map<String,String> params,
String format,
String dstId,
String docName)
Deprecated.
As of sdk4j 3.8, replaced by
ReportImpl.saveReport(long, Map, String, String, String) |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
MailImpl.getAttachments(String uuid) |
List<Document> |
OKMWebservices.getAttachments(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.getAttachments(String) |
List<Document> |
SearchImpl.getCategorizedDocuments(String categoryId) |
List<Document> |
OKMWebservices.getCategorizedDocuments(String categoryId)
Deprecated.
As of sdk4j 3.8, replaced by
SearchImpl.getCategorizedDocuments(String) |
List<Document> |
OKMWebservices.getCheckedOut()
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getCheckedOut() |
List<Document> |
DocumentImpl.getCheckedOut() |
List<Document> |
OKMWebservices.getDocumentChildren(String fldId)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getDocumentChildren(String) |
List<Document> |
DocumentImpl.getDocumentChildren(String uuid) |
List<Document> |
OKMWebservices.getPersonalStamps()
Deprecated.
As of sdk4j 3.8, replaced by
StampImpl.getPersonalStamps() |
List<Document> |
StampImpl.getPersonalStamps() |
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.