| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes)
Copy attributes.
|
Document |
BaseDocument.copyDocument(String uuid,
String dstId,
String newName)
Copy a document to another location in the repository.
|
Folder |
BaseFolder.copyFolder(String uuid,
String dstId,
String newName)
Copy folder folder.
|
Mail |
BaseMail.copyMail(String uuid,
String dstId,
String newName)
Copy mail mail.
|
Record |
BaseRecord.copyRecord(String uuid,
String dstId,
String newName)
Copy record record.
|
Document |
BaseMail.createAttachment(String uuid,
String docName,
InputStream is)
Create attachment document.
|
void |
BaseBookmark.createBookmark(String uuid,
String name)
Add a new bookmark which points to this document.
|
Document |
BaseDocument.createDocument(String uuid,
File file)
Creates a new document
|
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is)
Creates a new document
|
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is,
long nodeClass)
Creates a new document
|
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties)
Create document from template document.
|
Folder |
BaseFolder.createFolder(String uuid,
String name)
Create folder folder.
|
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create folder from template folder.
|
void |
BaseFolder.createMissingFolders(String fldPath)
Create missing folders.
|
void |
BaseRecord.createMissingRecords(String recPath)
Create missing records.
|
Record |
BaseRecord.createRecord(String uuid,
String name,
String title,
long nodeClass)
Create record record.
|
Record |
BaseRecord.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create record from template record.
|
WizardNode |
BaseDocument.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is)
Create a new document with wizard.
|
WizardNode |
BaseMail.createWizardMail(String uuid,
String title,
InputStream is,
String type)
Create wizard mail wizard node.
|
WizardNode |
BaseRecord.createWizardRecord(String uuid,
String name,
String title,
long nodeClass)
Create wizard record wizard node.
|
Document |
BaseDocument.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Copy a document to another location in the repository.
|
Folder |
BaseFolder.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Extended folder copy folder.
|
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName)
Extended mail copy mail.
|
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Extended record copy record.
|
Mail |
BaseMail.importEml(String uuid,
String title,
InputStream is)
Import eml mail.
|
Mail |
BaseMail.importMsg(String uuid,
String title,
InputStream is)
Import msg mail.
|
void |
BaseNode.importZip(String uuid,
InputStream is)
Import zip.
|
void |
BaseDocument.moveDocument(String uuid,
String dstId)
Move a document to another location in the repository.
|
void |
BaseFolder.moveFolder(String uuid,
String dstId)
Move folder.
|
void |
BaseMail.moveMail(String uuid,
String dstId)
Move mail.
|
void |
BaseRecord.moveRecord(String uuid,
String dstId)
Move record.
|
Document |
BaseDocument.renameDocument(String uuid,
String newName)
Rename a document in the repository.
|
void |
BaseFolder.renameFolder(String uuid,
String newName)
Rename folder.
|
void |
BaseMail.renameMail(String uuid,
String newName)
Rename mail.
|
Record |
BaseRecord.renameRecord(String uuid,
String newName)
Rename record.
|
Mail |
BaseMail.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Send mail with attachments mail.
|
Mail |
BaseMail.sendMailWithAttachments(String from,
List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Send mail with attachments mail.
|
void |
BaseNode.unZip(String uuid,
String dstId)
Un zip.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryImpl.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
Document |
DocumentImpl.copyDocument(String uuid,
String dstId,
String newName) |
Folder |
FolderImpl.copyFolder(String uuid,
String dstId,
String newName) |
Mail |
MailImpl.copyMail(String uuid,
String dstId,
String newName) |
Record |
RecordImpl.copyRecord(String uuid,
String dstId,
String newName) |
Document |
MailImpl.createAttachment(String uuid,
String docName,
InputStream is) |
void |
BookmarkImpl.createBookmark(String uuid,
String name) |
Document |
DocumentImpl.createDocument(String uuid,
File file) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is,
long nodeClass) |
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties) |
Folder |
FolderImpl.createFolder(String uuid,
String name) |
Folder |
FolderImpl.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
void |
FolderImpl.createMissingFolders(String fldPath) |
void |
RecordImpl.createMissingRecords(String recPath) |
Record |
RecordImpl.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
WizardNode |
DocumentImpl.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is) |
WizardNode |
MailImpl.createWizardMail(String uuid,
String title,
InputStream is,
String type) |
WizardNode |
RecordImpl.createWizardRecord(String uuid,
String name,
String title,
long nodeClass) |
Document |
DocumentImpl.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Folder |
FolderImpl.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Mail |
MailImpl.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Mail |
MailImpl.importEml(String uuid,
String title,
InputStream is) |
Mail |
MailImpl.importMsg(String uuid,
String title,
InputStream is) |
void |
NodeImpl.importZip(String uuid,
InputStream is) |
void |
DocumentImpl.moveDocument(String uuid,
String dstId) |
void |
FolderImpl.moveFolder(String uuid,
String dstId) |
void |
MailImpl.moveMail(String uuid,
String dstId) |
void |
RecordImpl.moveRecord(String uuid,
String dstId) |
Document |
DocumentImpl.renameDocument(String uuid,
String newName) |
void |
FolderImpl.renameFolder(String uuid,
String newName) |
void |
MailImpl.renameMail(String uuid,
String newName) |
Record |
RecordImpl.renameRecord(String uuid,
String newName) |
Mail |
MailImpl.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Deprecated.
|
Mail |
MailImpl.sendMailWithAttachments(String from,
List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
void |
NodeImpl.unZip(String uuid,
String dstId) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.