| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
Mail |
BaseMail.copyMail(String uuid,
String dstId,
String newName) |
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean wiki,
boolean security,
String newName) |
Mail |
BaseMail.getMailProperties(String uuid) |
Mail |
BaseMail.importEml(String uuid,
String title,
InputStream is) |
Mail |
BaseMail.importMsg(String uuid,
String title,
InputStream is) |
Mail |
BaseMail.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<Mail> |
BaseMail.getMailChildren(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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) |
Mail |
MailImpl.getMailProperties(String uuid) |
Mail |
OKMWebservices.getMailProperties(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.getMailProperties(String) |
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
List<Mail> |
MailImpl.getMailChildren(String uuid) |
List<Mail> |
OKMWebservices.getMailChildren(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.getMailChildren(String) |
Copyright © 2020 Open Knowledge Management System S.L.. All Rights Reserved.