| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDocument.captureData(String uuid,
long templateId) |
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment) |
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment,
int increment) |
void |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
void |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
Document |
BaseDocument.copyDocument(String uuid,
String dstId,
String newName) |
Folder |
BaseFolder.copyFolder(String uuid,
String dstId,
String newName) |
Mail |
BaseMail.copyMail(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.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
WizardNode |
BaseDocument.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is) |
WizardNode |
BaseMail.createWizardMail(String uuid,
String title,
InputStream is,
String type) |
Document |
BaseDocument.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Document |
BaseDocument.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Folder |
BaseFolder.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Folder |
BaseFolder.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security,
String newName) |
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
Mail |
BaseMail.importEml(String uuid,
String title,
InputStream is) |
Mail |
BaseMail.importMsg(String uuid,
String title,
InputStream is) |
void |
BaseNode.importZip(String uuid,
InputStream is) |
boolean |
BaseDocument.isOCRDataCaptureSupported(String uuid) |
OCRRecognise |
BaseDocument.recognize(String uuid) |
Mail |
BaseMail.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
void |
BaseNode.unZip(String uuid,
String dstId) |
void |
BaseDocument.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
OKMWebservices.captureData(String uuid,
long templateId)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.captureData(String, long) |
void |
DocumentImpl.captureData(String uuid,
long templateId) |
Version |
OKMWebservices.checkin(String uuid,
InputStream is,
String comment)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.checkin(String, InputStream, String) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment) |
Version |
OKMWebservices.checkin(String uuid,
InputStream is,
String comment,
int increment)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.checkin(String, InputStream, String, int) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment,
int increment) |
void |
RepositoryImpl.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
void |
OKMWebservices.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes)
Deprecated.
As of sdk4j 3.8, replaced by
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean) |
void |
RepositoryImpl.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki)
Deprecated.
As of sdk4j 3.13, replaced by
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean) |
void |
OKMWebservices.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki)
Deprecated.
As of sdk4j 3.13, replaced by
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean) |
Folder |
FolderImpl.copyFolder(String uuid,
String dstId,
String newName) |
Folder |
OKMWebservices.copyFolder(String uuid,
String dstId,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl(String) |
Mail |
MailImpl.copyMail(String uuid,
String dstId,
String newName) |
Mail |
OKMWebservices.copyMail(String uuid,
String dstId,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.copyMail(String, String, String) |
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.13, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, 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)
Deprecated.
As of sdk4j 3.13, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Document |
OKMWebservices.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createDocumentFromTemplate(String, String, String, boolean, boolean, boolean, boolean, Map) |
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
Map<String,String> properties) |
WizardNode |
OKMWebservices.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.createWizardDocument(String, String, long, InputStream) |
WizardNode |
DocumentImpl.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is) |
WizardNode |
MailImpl.createWizardMail(String uuid,
String title,
InputStream is,
String type) |
WizardNode |
OKMWebservices.createWizardMail(String uuid,
String title,
InputStream is,
String type)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.createWizardMail(String, String, InputStream, String) |
Document |
OKMWebservices.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
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 security) |
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
DocumentImpl.extendedDocumentCopy(String, String, String, boolean, 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)
Deprecated.
As of sdk4j 3.13, replaced by
DocumentImpl.extendedDocumentCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Folder |
FolderImpl.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Folder |
OKMWebservices.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Folder |
FolderImpl.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.13, replaced by
FolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Folder |
OKMWebservices.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.13, replaced by
FolderImpl.extendedFolderCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Mail |
MailImpl.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security,
String newName)
Deprecated.
As of sdk4j 3.13, replaced by
MailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String) |
Mail |
OKMWebservices.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security,
String newName)
Deprecated.
As of sdk4j 3.13, replaced by
MailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String) |
Mail |
MailImpl.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Mail |
OKMWebservices.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.extendedMailCopy(String, String, boolean, boolean, boolean, boolean, boolean, String) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Record |
OKMWebservices.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.13, replaced by
RecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Record |
OKMWebservices.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
Mail |
MailImpl.importEml(String uuid,
String title,
InputStream is) |
Mail |
OKMWebservices.importEml(String uuid,
String title,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.importEml(String, String, InputStream) |
Mail |
MailImpl.importMsg(String uuid,
String title,
InputStream is) |
Mail |
OKMWebservices.importMsg(String uuid,
String title,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.importMsg(String, String, InputStream) |
void |
NodeImpl.importZip(String uuid,
InputStream is) |
void |
OKMWebservices.importZip(String uuid,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
NodeImpl.importZip(String, InputStream) |
boolean |
OKMWebservices.isOCRDataCaptureSupported(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.isOCRDataCaptureSupported(String) |
boolean |
DocumentImpl.isOCRDataCaptureSupported(String uuid) |
OCRRecognise |
OKMWebservices.recognize(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.recognize(String) |
OCRRecognise |
DocumentImpl.recognize(String uuid) |
Mail |
MailImpl.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
Mail |
OKMWebservices.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.sendMailWithAttachments(List, List,
List, List, String, String, List, String) |
void |
NodeImpl.unZip(String uuid,
String dstId) |
void |
OKMWebservices.unZip(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
NodeImpl.unZip(String, String) |
void |
OKMWebservices.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.updateDocumentFromTemplate(String, String, Map) |
void |
DocumentImpl.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.