void |
BaseDocument.captureData(String uuid,
long templateId) |
Proceed to the OCR data capture using OCR template identified by templateId.
|
Document |
BaseDocument.copy(String uuid,
String dstId,
String newName) |
Copy a document to another location in the repository.
|
Folder |
BaseFolder.copy(String uuid,
String dstId,
String newName) |
Copy folder.
|
Mail |
BaseMail.copy(String uuid,
String dstId,
String newName) |
Copy mail mail.
|
Record |
BaseRecord.copy(String uuid,
String dstId,
String newName) |
Copy record record.
|
void |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
Copy attributes.
|
Bookmark |
BaseBookmark.create(String uuid,
String name) |
Add a new bookmark which points to this document.
|
Document |
BaseDocument.create(String uuid,
File file) |
Creates a new document
|
Document |
BaseDocument.create(String uuid,
String name,
InputStream is) |
Creates a new document
|
Document |
BaseDocument.create(String uuid,
String name,
InputStream is,
long nodeClass) |
Creates a new document
|
Folder |
BaseFolder.create(String uuid,
String name) |
Create folder.
|
Folder |
BaseFolder.create(String uuid,
String name,
long nodeClass) |
Create folder.
|
Record |
BaseRecord.create(String uuid,
String name,
String title,
long nodeClass) |
Create record record.
|
Document |
BaseMail.createAttachment(String uuid,
String docName,
InputStream is) |
Create attachment document.
|
Document |
BaseDocument.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties) |
Create from template document.
|
Document |
BaseDocument.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
Map<String,String> properties) |
Deprecated.
|
Folder |
BaseFolder.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
Create from template folder.
|
Folder |
BaseFolder.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
Map<String,String> properties) |
Deprecated.
|
Record |
BaseRecord.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
Create from template record.
|
Record |
BaseRecord.createFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
Map<String,String> properties) |
Deprecated.
|
void |
BaseFolder.createMissingFolders(String fldPath) |
Create missing folders.
|
void |
BaseRecord.createMissingRecords(String recPath) |
Create missing records.
|
TaskProject |
BaseTask.createProject(String name,
boolean active,
String description) |
Create task project task project.
|
TaskStatus |
BaseTask.createStatus(String name,
boolean finish) |
Create status.
|
TaskType |
BaseTask.createType(String name,
boolean active,
String description) |
Create type.
|
WizardNode |
BaseDocument.createWizard(String uuid,
String name,
long nodeClass,
InputStream is) |
Create a new document with wizard.
|
WizardNode |
BaseMail.createWizard(String uuid,
String title,
InputStream is,
String type) |
Create wizard mail wizard node.
|
WizardNode |
BaseRecord.createWizard(String uuid,
String name,
String title,
long nodeClass) |
Create wizard record wizard node.
|
Document |
BaseDocument.extendedCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Copy a document to another location in the repository.
|
Folder |
BaseFolder.extendedCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Extended folder copy folder.
|
Mail |
BaseMail.extendedCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Extended mail copy mail.
|
Record |
BaseRecord.extendedCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Extended record copy record.
|
boolean |
BasePdf.extract(String uuid,
String dstId,
String name,
List<Integer> pages) |
Extract boolean.
|
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.
|
boolean |
BasePdf.insertPages(String uuid,
String srcId,
int sourceFromPage,
int sourceToPage,
int insertFromPage) |
Insert pages boolean.
|
boolean |
BaseDocument.isOCRDataCaptureSupported(String uuid) |
Check if the node supports an OCR data capture.
|
void |
BaseDocument.move(String uuid,
String dstId) |
Move a document to another location in the repository.
|
void |
BaseFolder.move(String uuid,
String dstId) |
Move folder.
|
void |
BaseMail.move(String uuid,
String dstId) |
Move mail.
|
void |
BaseRecord.move(String uuid,
String dstId) |
Move record.
|
boolean |
BasePdf.optimize(String uuid) |
|
OCRRecognise |
BaseDocument.recognize(String uuid) |
Recognize
|
Document |
BasePdf.remove(String uuid,
String dstId,
String name,
List<Integer> pages) |
Remove pages of a document
|
Document |
BaseDocument.rename(String uuid,
String newName) |
Rename a document in the repository.
|
Folder |
BaseFolder.rename(String uuid,
String newName) |
Rename folder.
|
void |
BaseMail.rename(String uuid,
String newName) |
Rename mail.
|
Record |
BaseRecord.rename(String uuid,
String newName) |
Rename record.
|
Document |
BasePdf.rotate(String uuid,
String dstId,
String name,
Integer angle,
List<Integer> pages) |
Rotate pages of a document.
|
Document |
BaseDocument.saveAsPdf(String uuid,
String newName,
boolean propertyGroups,
boolean security) |
Save the document as PDF in the OpenKM repository.
|
Document |
BaseMail.saveAsPdf(String uuid,
String newName,
boolean propertyGroups,
boolean security) |
Save mail as pdf document.
|
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.
|
List<Document> |
BasePdf.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
Split document.
|
void |
BaseStamp.stampBarcode(String uuid,
long id) |
Stamp barcode.
|
void |
BaseStamp.stampImage(String uuid,
long id) |
Stamp image.
|
void |
BaseStamp.stampImageCustom(String uuid,
long stampImageId,
String exprX,
String exprY,
String range,
double ratio,
InputStream is) |
Stamp image custom.
|
void |
BaseStamp.stampImageManually(String uuid,
long id,
String exprX,
String exprY,
String range,
String personalStampUuid) |
Stamp image manually.
|
void |
BaseStamp.stampText(String uuid,
long id) |
Stamp text.
|
void |
BaseStamp.stampTextCustom(String uuid,
long stampTextId,
String text,
String exprX,
String exprY,
String range) |
Stamp text custom.
|
void |
BaseNode.unZip(String uuid,
String dstId) |
Un zip.
|
TaskProject |
BaseTask.updateProject(long projectId,
boolean active,
String name,
String description) |
Update project.
|
TaskStatus |
BaseTask.updateStatus(long statusId,
String name,
boolean finish) |
Update status.
|
TaskType |
BaseTask.updateType(long typeId,
boolean active,
String name,
String description) |
Update type.
|