Note |
BaseNote.add(String uuid,
String text) |
Add a note to a node
|
void |
BaseRelation.add(String nodeAId,
String nodeBId,
long relTypeId) |
Add relation.
|
void |
BaseProperty.addCategory(String uuid,
String catId) |
Add category.
|
void |
BasePropertyGroup.addGroup(String uuid,
String grpName,
Map<String,String> propertiesMap) |
Add group.
|
void |
BaseProperty.addKeyword(String uuid,
String keyword) |
Add keyword.
|
void |
BaseDocument.cancelCheckout(String uuid) |
Cancel a previous checked out state in a document.
|
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.
|
void |
BaseDocument.checkout(String uuid) |
Checkout the document to edit it.
|
void |
BaseBookmark.create(String uuid,
String name) |
Add a new bookmark which points to this document.
|
Task |
BaseTask.create(String subject,
String start,
String end,
String description,
long statusId,
long projectId,
long typeId,
String user,
List<String> notificationUsers,
List<String> externalUsers,
List<String> relatedDocuments,
List<String> relatedFolders,
List<String> relatedRecords,
List<String> relatedMails,
String repeatExpression,
String repeatUntil,
String formatDate,
int repeatTimes,
String reminderStartUnit,
int reminderStartValue,
String reminderEndUnit,
int reminderEndValue) |
Create task task.
|
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.
|
TaskNote |
BaseTask.createNote(long taskId,
String text) |
Create note.
|
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.
|
void |
BaseNode.degradeRecord(String uuid) |
Degrade record.
|
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 |
BaseNote.delete(String noteId) |
Remove a note from a node
|
void |
BaseRecord.delete(String uuid) |
Delete record.
|
void |
BaseRelation.delete(long relationId) |
Delete relation.
|
void |
BaseTask.delete(long taskId) |
Delete task.
|
void |
BaseMail.deleteAttachment(String uuid,
String docId) |
Delete attachment.
|
void |
BaseTask.deleteNote(long noteId) |
Delete task note.
|
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.
|
InputStream |
BaseNode.exportZip(List<String> uuids,
boolean withPath,
boolean background) |
Export zip input stream.
|
ActivityList |
BaseActivity.findActivityLog(int page,
int length,
Calendar beginDate,
Calendar endDate,
String user,
String action,
String item) |
Returns a list of all activity log by date, user, action and item.
|
void |
BaseDocument.forceCancelCheckout(String uuid) |
Force to cancel a previous checked out state in a document.
|
LockInfo |
BaseNode.forceLock(String uuid) |
Force lock node lock info.
|
void |
BaseNode.forceUnlock(String uuid) |
Force unlock node.
|
void |
BaseMail.forwardEmail(String uuid,
List<String> users,
List<String> roles,
List<String> mails,
String message) |
Forward email.
|
Note |
BaseNote.get(String nodeId) |
Get note from node
|
LockInfo |
BaseNode.getLockInfo(String uuid) |
Gets lock info.
|
List<TaskNote> |
BaseTask.getNotes(long taskId) |
Gets notes.
|
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.
|
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.
|
LockInfo |
BaseNode.lock(String uuid) |
Lock node lock info.
|
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.
|
void |
BaseNode.purgeVersionHistory(String uuid) |
Purge version history.
|
void |
BaseProperty.removeCategory(String uuid,
String catId) |
Remove category.
|
void |
BasePropertyGroup.removeGroup(String uuid,
String grpName) |
Remove group.
|
void |
BaseProperty.removeKeyword(String uuid,
String keyword) |
Remove keyword.
|
Document |
BaseDocument.rename(String uuid,
String newName) |
Rename a document in the repository.
|
Record |
BaseRecord.rename(String uuid,
String newName) |
Rename record.
|
void |
BaseNode.renameVersion(String uuid,
String versionName,
String newName) |
Rename version.
|
void |
BaseNode.restoreVersion(String uuid,
String versionName) |
Restore version.
|
void |
BaseNote.set(String noteId,
String text) |
Set a new text to node note.
|
void |
BaseDocument.setDescription(String uuid,
String description) |
Set document description.
|
void |
BaseFolder.setDescription(String uuid,
String description) |
Sets description.
|
void |
BaseMail.setDescription(String uuid,
String description) |
Sets mail 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 |
BasePropertyGroup.setProperties(String uuid,
String grpName,
Map<String,String> properties) |
Sets properties.
|
void |
BaseProperty.setSigned(String uuid,
boolean signed) |
Sets signed.
|
void |
BaseDocument.setTitle(String uuid,
String title) |
Set document title.
|
void |
BaseMail.setTitle(String uuid,
String title) |
Sets mail title.
|
void |
BaseRecord.setTitle(String uuid,
String title) |
Sets record title.
|
void |
BaseDocument.stamp(String uuid,
int type,
long stampId) |
Stamp.
|
void |
BaseNode.subscribe(String uuid) |
Subscribe.
|
void |
BaseNode.unlock(String uuid) |
Unlock node.
|
void |
BaseProperty.unsetEncryption(String uuid) |
Unset encryption.
|
void |
BaseNode.unsubscribe(String uuid) |
Unsubscribe.
|
Task |
BaseTask.update(long taskId,
String subject,
String start,
String end,
String description,
long statusId,
long projectId,
long typeId,
String user,
List<String> notificationUsers,
List<String> externalUsers,
List<String> relatedDocuments,
List<String> relatedFolders,
List<String> relatedRecords,
List<String> relatedMails,
String owner,
String repeatExpression,
String repeatUntil,
String formatDate,
int repeatTimes,
int progress,
String reminderStartUnit,
int reminderStartValue,
String reminderEndUnit,
int reminderEndValue) |
Update task task.
|
void |
BaseDocument.updateFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
Update from template
|
TaskNote |
BaseTask.updateNote(long noteId,
String text) |
Update note.
|
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.
|