void |
BaseDocument.captureData(String uuid,
long templateId) |
Proceed to the OCR data capture using OCR template identified by templateId.
|
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment) |
Check in the document to create a new version.
|
Version |
BaseDocument.checkin(String uuid,
InputStream is,
String comment,
int increment) |
Check in the document to create a new version.
|
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.
|
void |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
Copy attributes.
|
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
|
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.
|
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.
|
Document |
BaseDocument.extendedCopy(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.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.
|
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 |
BaseDocument.isOCRDataCaptureSupported(String uuid) |
Check if the node supports an OCR data capture.
|
OCRRecognise |
BaseDocument.recognize(String uuid) |
Recognize
|
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.
|
void |
BaseDocument.updateFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Update from template
|