| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
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.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 |
BaseMail.deleteAttachment(String uuid,
String docId) |
void |
BaseDocument.deleteDocument(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) |
LockInfo |
BaseRecord.forceLockRecord(String uuid) |
void |
BaseRecord.forceUnlockRecord(String uuid) |
void |
BaseMail.forwardEmail(String uuid,
List<String> users,
List<String> roles,
List<String> mails,
String message) |
void |
BaseNode.importZip(String uuid,
InputStream is) |
void |
BaseDocument.liveEditCheckin(String uuid,
String comment,
int increment) |
void |
BaseDocument.liveEditSetContent(String uuid,
InputStream is) |
LockInfo |
BaseRecord.lockRecord(String uuid) |
void |
BaseDocument.moveDocument(String uuid,
String dstId) |
void |
BaseMail.moveMail(String uuid,
String dstId) |
void |
BaseRecord.moveRecord(String uuid,
String dstId) |
void |
BaseNotification.notify(List<String> uuids,
List<String> users,
List<String> roles,
List<String> mails,
String message,
boolean attachment) |
void |
BaseDocument.purgeDocument(String uuid) |
void |
BaseFolder.purgeFolder(String uuid) |
void |
BaseMail.purgeMail(String uuid) |
void |
BaseRecord.purgeRecord(String uuid) |
void |
BaseRepository.purgeTrash() |
Document |
BaseDocument.renameDocument(String uuid,
String newName) |
void |
BaseMail.renameMail(String uuid,
String newName) |
Record |
BaseRecord.renameRecord(String uuid,
String newName) |
void |
BaseDocument.setDocumentDescription(String uuid,
String description) |
void |
BaseDocument.setDocumentNodeClass(String uuid,
long ncId) |
void |
BaseDocument.setDocumentTitle(String uuid,
String title) |
void |
BaseProperty.setEncryption(String uuid,
String cipherName) |
void |
BaseFolder.setFolderDescription(String uuid,
String description) |
void |
BaseDocument.setLanguage(String uuid,
String lang) |
void |
BaseMail.setMailNodeClass(String uuid,
long ncId) |
void |
BaseDocument.setProperties(String uuid,
String title,
String description,
String lang,
List<String> keywords,
List<String> categories) |
void |
BaseRecord.setRecordDescription(String uuid,
String description) |
void |
BaseRecord.setRecordNodeClass(String uuid,
long ncId) |
void |
BaseRecord.setRecordTitle(String uuid,
String title) |
void |
BaseProperty.setSigned(String uuid,
boolean signed) |
void |
BaseRecord.unlockRecord(String uuid) |
void |
BaseProperty.unsetEncryption(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 |
|---|---|
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.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 |
MailImpl.deleteAttachment(String uuid,
String docId) |
void |
OKMWebservices.deleteAttachment(String uuid,
String docId)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.deleteAttachment(String, String) |
void |
OKMWebservices.deleteDocument(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.deleteDocument(String) |
void |
DocumentImpl.deleteDocument(String uuid) |
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) |
LockInfo |
RecordImpl.forceLockRecord(String uuid) |
LockInfo |
OKMWebservices.forceLockRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.forceLockRecord(String) |
void |
RecordImpl.forceUnlockRecord(String uuid) |
void |
OKMWebservices.forceUnlockRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.forceUnlockRecord(String) |
void |
MailImpl.forwardEmail(String uuid,
List<String> users,
List<String> roles,
List<String> mails,
String message) |
void |
OKMWebservices.forwardEmail(String uuid,
List<String> users,
List<String> roles,
List<String> mails,
String message)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.forwardEmail(String, List, List, List, String) |
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) |
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) |
LockInfo |
RecordImpl.lockRecord(String uuid) |
LockInfo |
OKMWebservices.lockRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.lockRecord(String) |
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 |
OKMWebservices.moveRecord(String uuid,
String dstId)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.moveRecord(String, String) |
void |
NotificationImpl.notify(List<String> uuids,
List<String> users,
List<String> roles,
List<String> mails,
String message,
boolean attachment) |
void |
OKMWebservices.notify(List<String> uuids,
List<String> users,
List<String> roles,
List<String> mails,
String message,
boolean attachment)
Deprecated.
As of sdk4j 3.8, replaced by
NotificationImpl.notify(List, List, List, List, String, boolean) |
void |
OKMWebservices.purgeDocument(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.purgeDocument(String) |
void |
DocumentImpl.purgeDocument(String uuid) |
void |
FolderImpl.purgeFolder(String uuid) |
void |
OKMWebservices.purgeFolder(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.purgeFolder(String) |
void |
MailImpl.purgeMail(String uuid) |
void |
OKMWebservices.purgeMail(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.purgeMail(String) |
void |
RecordImpl.purgeRecord(String uuid) |
void |
OKMWebservices.purgeRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.purgeRecord(String) |
void |
OKMWebservices.purgeTrash()
Deprecated.
As of sdk4j 3.8, replaced by
RepositoryImpl.purgeTrash() |
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 |
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) |
void |
OKMWebservices.setDocumentDescription(String uuid,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.setDocumentDescription(String, String) |
void |
DocumentImpl.setDocumentDescription(String uuid,
String description) |
void |
OKMWebservices.setDocumentNodeClass(String uuid,
long ncId)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.setDocumentNodeClass(String, long) |
void |
DocumentImpl.setDocumentNodeClass(String uuid,
long ncId) |
void |
OKMWebservices.setDocumentTitle(String uuid,
String title)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.setDocumentTitle(String, String) |
void |
DocumentImpl.setDocumentTitle(String uuid,
String title) |
void |
OKMWebservices.setEncryption(String uuid,
String cipherName)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyImpl.setEncryption(String, String) |
void |
PropertyImpl.setEncryption(String uuid,
String cipherName) |
void |
FolderImpl.setFolderDescription(String uuid,
String description) |
void |
OKMWebservices.setFolderDescription(String uuid,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
FolderImpl.setFolderDescription(String, String) |
void |
OKMWebservices.setLanguage(String uuid,
String lang)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.setLanguage(String, String) |
void |
DocumentImpl.setLanguage(String uuid,
String lang) |
void |
MailImpl.setMailNodeClass(String uuid,
long ncId) |
void |
OKMWebservices.setMailNodeClass(String uuid,
long ncId)
Deprecated.
As of sdk4j 3.8, replaced by
MailImpl.setMailNodeClass(String, long) |
void |
OKMWebservices.setProperties(String uuid,
String title,
String description,
String lang,
List<String> keywords,
List<String> categories)
Deprecated.
As of sdk4j 3.8, replaced by
DocumentImpl.setProperties(String, String, String, String, List, List) |
void |
DocumentImpl.setProperties(String uuid,
String title,
String description,
String lang,
List<String> keywords,
List<String> categories) |
void |
RecordImpl.setRecordDescription(String uuid,
String description) |
void |
OKMWebservices.setRecordDescription(String uuid,
String description)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.setRecordDescription(String, String) |
void |
RecordImpl.setRecordNodeClass(String uuid,
long ncId) |
void |
OKMWebservices.setRecordNodeClass(String uuid,
long ncId)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.setRecordNodeClass(String, long) |
void |
RecordImpl.setRecordTitle(String uuid,
String title) |
void |
OKMWebservices.setRecordTitle(String uuid,
String title)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.setRecordTitle(String, String) |
void |
OKMWebservices.setSigned(String uuid,
boolean signed)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyImpl.setSigned(String, boolean) |
void |
PropertyImpl.setSigned(String uuid,
boolean signed) |
void |
RecordImpl.unlockRecord(String uuid) |
void |
OKMWebservices.unlockRecord(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
RecordImpl.unlockRecord(String) |
void |
OKMWebservices.unsetEncryption(String uuid)
Deprecated.
As of sdk4j 3.8, replaced by
PropertyImpl.unsetEncryption(String) |
void |
PropertyImpl.unsetEncryption(String uuid) |
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 © 2020 Open Knowledge Management System S.L.. All Rights Reserved.