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.
|
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 |
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 |
BaseMail.delete(String uuid) |
Delete mail.
|
void |
BaseRecord.delete(String uuid) |
Delete record.
|
void |
BaseMail.deleteAttachment(String uuid,
String docId) |
Delete attachment.
|
void |
BaseTask.deleteProject(long projectId) |
Delete task project.
|
void |
BaseTask.deleteStatus(long statusId) |
Delete status.
|
void |
BaseTask.deleteType(long typeId) |
Delete type.
|
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.
|
void |
BaseMail.forwardEmail(String uuid,
List<String> users,
List<String> roles,
List<String> mails,
String message) |
Forward email.
|
void |
BaseNode.importZip(String uuid,
InputStream is) |
Import zip.
|
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.
|
void |
BaseNotification.notify(List<String> uuids,
List<String> users,
List<String> roles,
List<String> mails,
String message,
boolean attachment) |
Notify.
|
void |
BaseDocument.purge(String uuid) |
Deletes definitively a document from the repository.
|
void |
BaseFolder.purge(String uuid) |
Purge folder.
|
void |
BaseMail.purge(String uuid) |
Purge mail.
|
void |
BaseRecord.purge(String uuid) |
Purge record.
|
void |
BaseRepository.purgeTrash() |
Purge trash.
|
Document |
BaseDocument.rename(String uuid,
String newName) |
Rename a document in the repository.
|
Record |
BaseRecord.rename(String uuid,
String newName) |
Rename record.
|
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.
|
void |
BaseDocument.setDescription(String uuid,
String description) |
Set document description.
|
void |
BaseFolder.setDescription(String uuid,
String description) |
Sets description.
|
void |
BaseRecord.setDescription(String uuid,
String description) |
Sets record description.
|
void |
BaseProperty.setEncryption(String uuid,
String cipherName) |
Sets encryption.
|
void |
BaseDocument.setIndexable(String uuid,
boolean enabled) |
Sets indexable.
|
void |
BaseDocument.setLanguage(String uuid,
String lang) |
Set document language.
|
void |
BaseDocument.setNodeClass(String uuid,
long ncId) |
Set document node class
|
void |
BaseMail.setNodeClass(String uuid,
long ncId) |
Sets mail node class.
|
void |
BaseRecord.setNodeClass(String uuid,
long ncId) |
Sets record node class.
|
void |
BaseDocument.setProperties(String uuid,
String title,
String description,
String lang,
List<String> keywords,
List<String> categories) |
Set document properties in the repository.
|
void |
BaseProperty.setSigned(String uuid,
boolean signed) |
Sets signed.
|
void |
BaseDocument.setTitle(String uuid,
String title) |
Set document title.
|
void |
BaseRecord.setTitle(String uuid,
String title) |
Sets record title.
|
void |
BaseDocument.stamp(String uuid,
int type,
long stampId) |
Stamp.
|
void |
BaseProperty.unsetEncryption(String uuid) |
Unset encryption.
|
void |
BaseNode.unZip(String uuid,
String dstId) |
Un zip.
|
void |
BaseDocument.updateFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Update from template
|