| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDocument.captureData(String uuid,
long templateId) |
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) |
Record |
BaseRecord.copyRecord(String uuid,
String dstId,
String newName) |
Document |
BaseMail.createAttachment(String uuid,
String docName,
InputStream is) |
void |
BaseBookmark.createBookmark(String uuid,
String name) |
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) |
Folder |
BaseFolder.createFolder(String uuid,
String name) |
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
void |
BaseFolder.createMissingFolders(String fldPath) |
Record |
BaseRecord.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
BaseRecord.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
TaskProject |
BaseTask.createTaskProject(String name,
boolean active,
String description) |
TaskStatus |
BaseTask.createTaskStatus(String name,
boolean finish) |
TaskType |
BaseTask.createTaskType(String name,
boolean active,
String description) |
WizardNode |
BaseDocument.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is) |
WizardNode |
BaseMail.createWizardMail(String uuid,
String title,
InputStream is,
String type) |
WizardNode |
BaseRecord.createWizardRecord(String uuid,
String name,
String title,
long nodeClass) |
Document |
BaseDocument.extendedDocumentCopy(String nodeId,
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 wiki,
boolean security) |
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security,
String newName) |
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
boolean |
BasePdf.extract(String uuid,
String dstId,
String name,
List<Integer> pages) |
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) |
void |
BaseDocument.moveDocument(String uuid,
String dstId) |
void |
BaseFolder.moveFolder(String uuid,
String dstId) |
void |
BaseMail.moveMail(String uuid,
String dstId) |
void |
BaseRecord.moveRecord(String uuid,
String dstId) |
OCRRecognise |
BaseDocument.recognize(String uuid) |
boolean |
BasePdf.remove(String uuid,
String dstId,
String name,
List<Integer> pages) |
Document |
BaseDocument.renameDocument(String uuid,
String newName) |
void |
BaseFolder.renameFolder(String uuid,
String newName) |
void |
BaseMail.renameMail(String uuid,
String newName) |
Record |
BaseRecord.renameRecord(String uuid,
String newName) |
boolean |
BasePdf.rotate(String uuid,
String dstId,
String name,
Integer angle,
List<Integer> pages) |
Document |
BaseDocument.saveDocumentAsPdf(String uuid,
String newName) |
Document |
BaseMail.saveMailAsPdf(String uuid,
String newName) |
Mail |
BaseMail.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
boolean |
BasePdf.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
void |
BaseStamp.stampImage(String uuid,
long id) |
void |
BaseStamp.stampImageCustom(String uuid,
long stampImageId,
String exprX,
String exprY,
String range,
double ratio,
InputStream is) |
void |
BaseStamp.stampImageManually(String uuid,
long id,
String exprX,
String exprY,
String range,
String personalStampUuid) |
void |
BaseStamp.stampText(String uuid,
long id) |
void |
BaseNode.unZip(String uuid,
String dstId) |
TaskProject |
BaseTask.updateTaskProject(long projectId,
boolean active,
String name,
String description) |
TaskStatus |
BaseTask.updateTaskStatus(long statusId,
String name,
boolean finish) |
TaskType |
BaseTask.updateTaskType(long typeId,
boolean active,
String name,
String description) |
| 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) |
void |
RepositoryImpl.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki) |
void |
OKMWebservices.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki)
Deprecated.
As of sdk4j 3.8, replaced by
RepositoryImpl.copyAttributes(String, String, boolean, boolean, boolean, boolean, boolean) |
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) |
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) |
Record |
RecordImpl.copyRecord(String uuid,
String dstId,
String newName) |
Record |
OKMWebservices.copyRecord(String uuid,
String dstId,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.copyRecord(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) |
void |
BookmarkImpl.createBookmark(String uuid,
String name) |
void |
OKMWebservices.createBookmark(String uuid,
String name)
Deprecated.
As of sdk4j 3.8, replaced by
BookmarkImpl.createBookmark(String, String) |
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) |
Folder |
FolderImpl.createFolder(String uuid,
String name) |
Folder |
OKMWebservices.createFolder(String uuid,
String name)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.createFolder(String, String) |
Folder |
FolderImpl.createFolderFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Folder |
OKMWebservices.createFolderFromTemplate(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
FolderImpl.createFolderFromTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, Map) |
void |
FolderImpl.createMissingFolders(String fldPath) |
void |
OKMWebservices.createMissingFolders(String fldPath)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.createMissingFolders(String) |
Record |
RecordImpl.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
OKMWebservices.createRecord(String uuid,
String name,
String title,
long nodeClass)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.createRecord(String, String, String, long) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
String language,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
Map<String,String> properties) |
Record |
OKMWebservices.createRecordFromTemplate(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
RecordImpl.createRecordFromTemplate(String, String, String, boolean, boolean, boolean, boolean, boolean, Map) |
TaskProject |
TaskImpl.createTaskProject(String name,
boolean active,
String description) |
TaskProject |
OKMWebservices.createTaskProject(String name,
boolean active,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.createTaskProject(String, boolean, String) |
TaskStatus |
TaskImpl.createTaskStatus(String name,
boolean finish) |
TaskStatus |
OKMWebservices.createTaskStatus(String name,
boolean finish)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.createTaskStatus(String, boolean) |
TaskType |
TaskImpl.createTaskType(String name,
boolean active,
String description) |
TaskType |
OKMWebservices.createTaskType(String name,
boolean active,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.createTaskType(String, boolean, String) |
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) |
WizardNode |
RecordImpl.createWizardRecord(String uuid,
String name,
String title,
long nodeClass) |
WizardNode |
OKMWebservices.createWizardRecord(String uuid,
String name,
String title,
long nodeClass)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.createWizardRecord(String, String, String, long) |
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) |
Folder |
FolderImpl.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security) |
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.8, replaced by
com.openkm.sdk4j.impl.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) |
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.8, replaced by
com.openkm.sdk4j.impl.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 wiki,
boolean security) |
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
com.openkm.sdk4j.impl.RecordImpl#extendedRecordCopy(String, String, String, boolean, boolean, boolean, boolean, boolean) |
boolean |
PdfImpl.extract(String uuid,
String dstId,
String name,
List<Integer> pages) |
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) |
void |
OKMWebservices.moveDocument(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.moveDocument(String, String) |
void |
DocumentImpl.moveDocument(String uuid,
String dstId) |
void |
FolderImpl.moveFolder(String uuid,
String dstId) |
void |
OKMWebservices.moveFolder(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.moveFolder(String, String) |
void |
MailImpl.moveMail(String uuid,
String dstId) |
void |
OKMWebservices.moveMail(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.moveMail(String, String) |
void |
RecordImpl.moveRecord(String uuid,
String dstId) |
void |
OKMWebservices.moveRecord(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.moveRecord(String, String) |
OCRRecognise |
OKMWebservices.recognize(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.recognize(String) |
OCRRecognise |
DocumentImpl.recognize(String uuid) |
boolean |
PdfImpl.remove(String uuid,
String dstId,
String name,
List<Integer> pages) |
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) |
void |
FolderImpl.renameFolder(String uuid,
String newName) |
void |
OKMWebservices.renameFolder(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.renameFolder(String, String) |
void |
MailImpl.renameMail(String uuid,
String newName) |
void |
OKMWebservices.renameMail(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.renameMail(String, String) |
Record |
RecordImpl.renameRecord(String uuid,
String newName) |
Record |
OKMWebservices.renameRecord(String uuid,
String newName)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.renameRecord(String, String) |
boolean |
PdfImpl.rotate(String uuid,
String dstId,
String name,
Integer angle,
List<Integer> pages) |
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) |
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) |
boolean |
PdfImpl.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
void |
OKMWebservices.stampImage(String uuid,
long id)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.StampImpl#stampImage(String, String) |
void |
StampImpl.stampImage(String uuid,
long id) |
void |
OKMWebservices.stampImageCustom(String uuid,
long id,
String exprX,
String exprY,
String range,
double ratio,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.StampImpl#stampImageCustom(String, String, String, String, String, double, InputStream) |
void |
StampImpl.stampImageCustom(String uuid,
long id,
String exprX,
String exprY,
String range,
double ratio,
InputStream is) |
void |
OKMWebservices.stampImageManually(String uuid,
long id,
String exprX,
String exprY,
String range,
String personalStampUuid)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.StampImpl#stampImageManually(String, String, String, String, String, String) |
void |
StampImpl.stampImageManually(String uuid,
long id,
String exprX,
String exprY,
String range,
String personalStampUuid) |
void |
OKMWebservices.stampText(String uuid,
long id)
Deprecated.
As of sdk4j 3.8, replaced by
com.openkm.sdk4j.impl.StampImpl#stampText(String, String) |
void |
StampImpl.stampText(String uuid,
long id) |
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) |
TaskProject |
TaskImpl.updateTaskProject(long projectId,
boolean active,
String name,
String description) |
TaskProject |
OKMWebservices.updateTaskProject(long projectId,
boolean active,
String name,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.updateTaskProject(long, boolean, String, String) |
TaskStatus |
TaskImpl.updateTaskStatus(long statusId,
String name,
boolean finish) |
TaskStatus |
OKMWebservices.updateTaskStatus(long statusId,
String name,
boolean finish)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.updateTaskStatus(long, String, boolean) |
TaskType |
TaskImpl.updateTaskType(long typeId,
boolean active,
String name,
String description) |
TaskType |
OKMWebservices.updateTaskType(long typeId,
boolean active,
String name,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.updateTaskType(long, boolean, String, String) |
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.