void |
BasePropertyGroup.addGroup(String uuid,
String grpName,
Map<String,String> propertiesMap) |
Add group.
|
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.
|
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.
|
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.
|
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.
|
void |
BaseDocument.delete(String uuid) |
Deletes a document from the repository.
|
void |
BaseFolder.delete(String uuid) |
Delete folder.
|
void |
BaseMail.delete(String uuid) |
Delete mail.
|
void |
BaseRecord.delete(String uuid) |
Delete record.
|
void |
BaseTask.deleteProject(long projectId) |
Delete task project.
|
void |
BaseTask.deleteStatus(long statusId) |
Delete status.
|
void |
BaseTask.deleteType(long typeId) |
Delete type.
|
void |
BaseNode.deleteVersion(String uuid,
String versionName) |
Delete version.
|
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.
|
InputStream |
BaseDocument.getDifferences(String uuid,
String versionName1,
String versionName2) |
Get differences between two document versions.
|
InputStream |
BaseDocument.getPdf(String uuid) |
PDF of the document.
|
InputStream |
BaseMail.getPdf(String uuid) |
Gets pdf.
|
String |
BaseWorkflow.getProcessDefinitionImage(long pdId,
String uuid) |
Gets process definition image.
|
Map<String,String> |
BasePropertyGroup.getProperties(String uuid,
String grpName) |
Gets properties.
|
Map<String,String> |
BasePropertyGroup.getPropertiesByVersion(String uuid,
String grpName,
String versionName) |
Gets properties by version.
|
InputStream |
BaseDocument.getThumbnail(String uuid,
ThumbnailType type) |
Returns thumbnail image data.
|
InputStream |
BaseMail.getThumbnail(String uuid,
ThumbnailType type) |
Gets mail thumbnail.
|
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.liveEditCheckin(String uuid,
String comment,
int increment) |
It does a live edit checkin.
|
void |
BaseDocument.liveEditSetContent(String uuid,
InputStream is) |
Update the content of the document edited with live edit feature.
|
void |
BaseDocument.move(String uuid,
String dstId) |
Move a document to another location in the repository.
|
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
|
boolean |
BasePdf.remove(String uuid,
String dstId,
String name,
List<Integer> pages) |
Remove boolean.
|
void |
BasePropertyGroup.removeGroup(String uuid,
String grpName) |
Remove group.
|
Document |
BaseDocument.rename(String uuid,
String newName) |
Rename a document in the repository.
|
void |
BaseNode.renameVersion(String uuid,
String versionName,
String newName) |
Rename version.
|
void |
BaseNode.restoreVersion(String uuid,
String versionName) |
Restore version.
|
boolean |
BasePdf.rotate(String uuid,
String dstId,
String name,
Integer angle,
List<Integer> pages) |
Rotate boolean.
|
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.
|
void |
BasePropertyGroup.setProperties(String uuid,
String grpName,
Map<String,String> properties) |
Sets properties.
|
boolean |
BasePdf.split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
Split boolean.
|
void |
BaseDocument.stamp(String uuid,
int type,
long stampId) |
Stamp.
|
void |
BaseNode.unZip(String uuid,
String dstId) |
Un zip.
|
void |
BaseDocument.updateFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Update from template
|