| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BasePropertyGroup.addPropertyGroup(String uuid,
String grpName,
Map<String,String> propertiesMap) |
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,
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) |
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) |
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) |
void |
BaseDocument.deleteDocument(String uuid) |
void |
BaseFolder.deleteFolder(String uuid) |
void |
BaseMail.deleteMail(String uuid) |
void |
BaseRecord.deleteRecord(String uuid) |
void |
BaseTask.deleteTaskProject(long projectId) |
void |
BaseTask.deleteTaskStatus(long statusId) |
void |
BaseTask.deleteTaskType(long typeId) |
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) |
InputStream |
BaseDocument.getDifferences(String uuid,
String versionName1,
String versionName2) |
InputStream |
BaseDocument.getDocumentPdf(String uuid) |
InputStream |
BaseMail.getMailThumbnail(String uuid,
ThumbnailType type) |
InputStream |
BaseMail.getPdf(String uuid) |
String |
BaseWorkflow.getProcessDefinitionImage(String pdId,
String uuid) |
Map<String,String> |
BasePropertyGroup.getPropertyGroupProperties(String uuid,
String grpName) |
Map<String,String> |
BasePropertyGroup.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName) |
InputStream |
BaseDocument.getThumbnail(String uuid,
ThumbnailType type) |
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.liveEditCheckin(String uuid,
String comment,
int increment) |
void |
BaseDocument.liveEditSetContent(String uuid,
InputStream is) |
void |
BaseDocument.moveDocument(String uuid,
String dstId) |
void |
BaseMail.moveMail(String uuid,
String dstId) |
void |
BaseRecord.moveRecord(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) |
void |
BasePropertyGroup.removePropertyGroup(String uuid,
String grpName) |
Document |
BaseDocument.renameDocument(String uuid,
String newName) |
void |
BaseNode.restoreVersion(String uuid,
String versionName) |
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) |
void |
BasePropertyGroup.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties) |
boolean |
BasePdf.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
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.addPropertyGroup(String uuid,
String grpName,
Map<String,String> propertiesMap)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.addPropertyGroup(String, String, Map) |
void |
PropertyGroupImpl.addPropertyGroup(String uuid,
String grpName,
Map<String,String> propertiesMap) |
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,
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) |
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) |
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) |
void |
OKMWebservices.deleteDocument(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.deleteDocument(String) |
void |
DocumentImpl.deleteDocument(String uuid) |
void |
FolderImpl.deleteFolder(String uuid) |
void |
OKMWebservices.deleteFolder(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.deleteFolder(String) |
void |
MailImpl.deleteMail(String uuid) |
void |
OKMWebservices.deleteMail(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.deleteMail(String) |
void |
RecordImpl.deleteRecord(String uuid) |
void |
OKMWebservices.deleteRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.deleteRecord(String) |
void |
TaskImpl.deleteTaskProject(long projectId) |
void |
OKMWebservices.deleteTaskProject(long projectId)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.deleteTaskProject(long) |
void |
TaskImpl.deleteTaskStatus(long statusId) |
void |
OKMWebservices.deleteTaskStatus(long statusId)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.deleteTaskStatus(long) |
void |
TaskImpl.deleteTaskType(long typeId) |
void |
OKMWebservices.deleteTaskType(long typeId)
Deprecated.
As of sdk4j 3.8, replaced by
TaskImpl.deleteTaskType(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) |
InputStream |
OKMWebservices.getDifferences(String uuid,
String versionName1,
String versionName2)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getDifferences(String, String, String) |
InputStream |
DocumentImpl.getDifferences(String uuid,
String versionName1,
String versionName2) |
InputStream |
OKMWebservices.getDocumentPdf(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getDocumentPdf(String) |
InputStream |
DocumentImpl.getDocumentPdf(String uuid) |
InputStream |
MailImpl.getMailThumbnail(String uuid,
ThumbnailType type) |
InputStream |
OKMWebservices.getMailThumbnail(String uuid,
ThumbnailType type)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.getMailThumbnail(String, ThumbnailType) |
InputStream |
MailImpl.getPdf(String uuid) |
InputStream |
OKMWebservices.getPdf(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.getPdf(String) |
String |
WorkflowImpl.getProcessDefinitionImage(String pdId,
String uuid) |
String |
OKMWebservices.getProcessDefinitionImage(String pdId,
String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
WorkflowImpl.getProcessDefinitionImage(String, String) |
InputStream |
OKMWebservices.getThumbnail(String uuid,
ThumbnailType type)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.getThumbnail(String, ThumbnailType) |
InputStream |
DocumentImpl.getThumbnail(String uuid,
ThumbnailType type) |
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.liveEditCheckin(String uuid,
String comment,
int increment)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.liveEditCheckin(String, String, int) |
void |
DocumentImpl.liveEditCheckin(String uuid,
String comment,
int increment) |
void |
OKMWebservices.liveEditSetContent(String uuid,
InputStream is)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.liveEditSetContent(String, InputStream) |
void |
DocumentImpl.liveEditSetContent(String uuid,
InputStream is) |
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 |
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 |
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) |
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) |
void |
OKMWebservices.removePropertyGroup(String uuid,
String grpName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.removePropertyGroup(String, String) |
void |
PropertyGroupImpl.removePropertyGroup(String uuid,
String grpName) |
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 |
NodeImpl.restoreVersion(String uuid,
String versionName) |
void |
OKMWebservices.restoreVersion(String uuid,
String versionName)
Deprecated.
As of sdk4j 3.8, replaced by
NodeImpl.restoreVersion(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) |
void |
OKMWebservices.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyGroupImpl.setPropertyGroupProperties(String, String, Map) |
void |
PropertyGroupImpl.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties) |
boolean |
PdfImpl.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
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.