| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDocument.moveDocument(String uuid,
String dstId)
Move a document to another location in the repository.
|
void |
BaseMail.moveMail(String uuid,
String dstId)
Move mail.
|
void |
BaseRecord.moveRecord(String uuid,
String dstId)
Move record.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
OKMWebservices.moveRecord(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.moveRecord(String, String) |
void |
RecordImpl.moveRecord(String uuid,
String dstId) |
Copyright © 2023 Open Knowledge Management System S.L.. All Rights Reserved.