| Package | Description |
|---|---|
| com.openkm.sdk4j.definition | |
| com.openkm.sdk4j.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProperty.addCategory(String uuid,
String catId)
Add category.
|
void |
BaseWizard.addGroup(String uuid,
String group,
int order)
Add group.
|
void |
BaseProperty.addKeyword(String uuid,
String keyword)
Add keyword.
|
void |
BaseMail.addMailAccount(MailAccount mailAccount)
Add mail account.
|
void |
BaseRelation.addNodeToGroup(String uuid,
long groupId)
Add node to group.
|
Note |
BaseNote.addNote(String uuid,
String text)
Add a note to a node
|
void |
BasePropertyGroup.addPropertyGroup(String uuid,
String grpName,
Map<String,String> propertiesMap)
Add property group.
|
void |
BaseRelation.addRelation(String nodeAId,
String nodeBId,
long relTypeId)
Add relation.
|
void |
BaseRelation.addRelationGroup(String uuid,
String groupName,
long type)
Add relation group.
|
void |
BaseWizard.addShowWizardCategories(String uuid,
int order)
Add show wizard categories.
|
void |
BaseWizard.addShowWizardKeywords(String uuid,
int order)
Add show wizard keywords.
|
void |
BaseDocument.cancelCheckout(String uuid)
Cancel a previous checked out state in a document.
|
void |
BaseAuth.changeSecurity(String uuid,
ChangeSecurity changeSecurity)
Change several security permissions in the same call.
|
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 |
BaseRepository.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes)
Copy attributes.
|
Document |
BaseDocument.copyDocument(String uuid,
String dstId,
String newName)
Copy a document to another location in the repository.
|
Folder |
BaseFolder.copyFolder(String uuid,
String dstId,
String newName)
Copy folder folder.
|
Mail |
BaseMail.copyMail(String uuid,
String dstId,
String newName)
Copy mail mail.
|
Record |
BaseRecord.copyRecord(String uuid,
String dstId,
String newName)
Copy record record.
|
Document |
BaseMail.createAttachment(String uuid,
String docName,
InputStream is)
Create attachment document.
|
void |
BaseBookmark.createBookmark(String uuid,
String name)
Add a new bookmark which points to this document.
|
Document |
BaseDocument.createDocument(String uuid,
File file)
Creates a new document
|
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is)
Creates a new document
|
Document |
BaseDocument.createDocument(String uuid,
String name,
InputStream is,
long nodeClass)
Creates a new document
|
Document |
BaseDocument.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties)
Create document from template document.
|
Folder |
BaseFolder.createFolder(String uuid,
String name)
Create folder folder.
|
Folder |
BaseFolder.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create folder from template folder.
|
void |
BaseMail.createMailFilter(long mailAccountId,
MailFilter mailFilter)
Create mail filter.
|
void |
BaseMail.createMailRule(long filterId,
MailFilterRule rule)
Create mail rule.
|
void |
BaseFolder.createMissingFolders(String fldPath)
Create missing folders.
|
void |
BaseRecord.createMissingRecords(String recPath)
Create missing records.
|
Record |
BaseRecord.createRecord(String uuid,
String name,
String title,
long nodeClass)
Create record record.
|
Record |
BaseRecord.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties)
Create record from template record.
|
WizardNode |
BaseDocument.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is)
Create a new document with wizard.
|
WizardNode |
BaseMail.createWizardMail(String uuid,
String title,
InputStream is,
String type)
Create wizard mail wizard node.
|
WizardNode |
BaseRecord.createWizardRecord(String uuid,
String name,
String title,
long nodeClass)
Create wizard record wizard node.
|
InputStream |
BaseSearch.csvExport(String lang,
QueryParams queryParams,
boolean compact)
Csv export input stream.
|
void |
BaseWizard.deleteAll()
Delete all.
|
void |
BaseMail.deleteAttachment(String uuid,
String docId)
Delete attachment.
|
void |
BaseBookmark.deleteBookmark(int bookmarkId)
Remove a bookmark.
|
void |
BaseDocument.deleteDocument(String uuid)
Deletes a document from the repository.
|
void |
BaseFolder.deleteFolder(String uuid)
Delete folder.
|
void |
BaseMail.deleteMail(String uuid)
Delete mail.
|
void |
BaseMail.deleteMailAccount(long mailAccountId)
Delete mail account.
|
void |
BaseMail.deleteMailFilter(long mailFilterId)
Delete mail filter.
|
void |
BaseMail.deleteMailRule(long ruleId)
Delete mail rule.
|
void |
BaseNote.deleteNote(String noteId)
Remove a note from a node
|
void |
BaseRecord.deleteRecord(String uuid)
Delete record.
|
void |
BaseRelation.deleteRelation(long relationId)
Delete relation.
|
void |
BaseRelation.deleteRelationGroup(long groupId)
Delete relation group.
|
void |
BaseRelation.deleteRelationGroupItem(String uuid,
long groupId)
Delete relation group item.
|
void |
BaseSearch.deleteSearch(int qpId)
Delete search.
|
void |
BaseNode.deleteVersion(String uuid,
String versionName)
Delete version.
|
HqlQueryResults |
BaseRepository.executeHqlQuery(InputStream is)
Execute hql query hql query results.
|
HqlQueryResults |
BaseRepository.executeHqlQuery(String hql)
Execute hql query hql query results.
|
InputStream |
BaseReport.executeReport(long rpId,
Map<String,String> params,
String format,
String uuid)
Execute report input stream.
|
SqlQueryResults |
BaseRepository.executeSqlQuery(InputStream is)
Execute sql query sql query results.
|
SqlQueryResults |
BaseRepository.executeSqlQuery(String sql)
Execute sql query sql query results.
|
InputStream |
BaseNode.exportZip(List<String> uuids,
boolean withPath,
boolean background)
Export zip input stream.
|
Document |
BaseDocument.extendedDocumentCopy(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.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Extended folder copy folder.
|
Mail |
BaseMail.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName)
Extended mail copy mail.
|
Record |
BaseRecord.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security)
Extended record copy record.
|
List<QueryResult> |
BaseSearch.find(QueryParams queryParams,
String propertiesPlugin)
Find list.
|
List<QueryResult> |
BaseSearch.find(QueryParams queryParams,
String sortField,
boolean sortReverse,
String propertiesPlugin)
Find list.
|
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.
|
List<QueryResult> |
BaseSearch.findByQuery(String query,
String propertiesPlugin)
Find by query list.
|
List<QueryResult> |
BaseSearch.findByQuery(String query,
String sortField,
boolean sortReverse,
String propertiesPlugin)
Find by query list.
|
ResultSet |
BaseSearch.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin)
Find by query paginated result set.
|
ResultSet |
BaseSearch.findByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin)
Find by query paginated result set.
|
List<WizardNode> |
BaseWizard.findByUser()
Find by user list.
|
WizardNode |
BaseWizard.findByUserAndUuid(String uuid)
Find by user and uuid wizard node.
|
ResultSet |
BaseSearch.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin)
Find paginated result set.
|
ResultSet |
BaseSearch.findPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin)
Find paginated result set.
|
RelationGroup |
BaseRelation.findRelationGroup(long groupId)
Find relation group.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBaseByQueryPaginated(String query,
int offset,
int limit)
Find simple node base by query paginated simple node base result set.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBaseByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit)
Find simple node base by query paginated simple node base result set.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit)
Find simple node base paginated simple node base result set.
|
SimpleNodeBaseResultSet |
BaseSearch.findSimpleNodeBasePaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit)
Find simple node base paginated simple node base result set.
|
List<DashboardNodeResult> |
BaseDashboard.findUserSearches(long ncId)
Find user searches list.
|
List<QueryResult> |
BaseSearch.findWithMetadata(QueryParams params,
String sortField,
boolean sortReverse,
String propertiesPlugin,
List<String> groups)
Find with metadata list.
|
List<QueryResult> |
BaseSearch.findWithMetadata(QueryParams params,
String propertiesPlugin,
List<String> groups)
Find with metadata list.
|
ResultSet |
BaseSearch.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups)
Find with metadata paginated result set.
|
ResultSet |
BaseSearch.findWithMetadataPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin,
List<String> groups)
Find with metadata paginated result set.
|
void |
BaseDocument.forceCancelCheckout(String uuid)
Force to cancel a previous checked out state in a document.
|
LockInfo |
BaseNode.forceLockNode(String uuid)
Force lock node lock info.
|
void |
BaseNode.forceUnlockNode(String uuid)
Force unlock node.
|
String |
BaseReport.generateDownloadReportToken(long rpId)
Generate download report token string.
|
List<String> |
BaseActivity.getActivityActions()
Returns a list of all the activity log actions.
|
List<PropertyGroup> |
BasePropertyGroup.getAllPropertyGroups()
Gets all property groups.
|
RelationGroupResultSet |
BaseRelation.getAllRelationGroups(long relationTypeId,
String filter,
int offset,
int limit)
Gets all relation groups.
|
List<QueryParams> |
BaseSearch.getAllSearchs()
Gets all searchs.
|
AppVersion |
BaseRepository.getAppVersion()
Gets app version.
|
List<Document> |
BaseMail.getAttachments(String uuid)
Gets attachments.
|
Map<String,String> |
BaseRepository.getAvailableLocales(String locale)
Gets available locales.
|
List<BreadCrumbItem> |
BaseNode.getBreadcrumb(String uuid)
Gets breadcrumb.
|
Folder |
BaseRepository.getCategoriesFolder()
Gets categories folder.
|
List<Document> |
BaseSearch.getCategorizedDocuments(String categoryId)
Gets categorized documents.
|
List<ChangeLogged> |
BaseRepository.getChangeLog(String nodePath,
Calendar modificationsFrom)
Gets change log.
|
List<Document> |
BaseDocument.getCheckedOut()
Get checked out documents
|
SimpleNodeBaseList |
BaseNode.getChildrenNodesByCategoryPaginated(String uuid,
int offset,
int limit,
String filter,
String orderByField,
boolean orderAsc,
List<Integer> filteredTypes)
Gets children nodes by category paginated.
|
SimpleNodeBaseList |
BaseNode.getChildrenNodesPaginated(String uuid,
int offset,
int limit,
String filter,
String orderByField,
boolean orderAsc,
List<Integer> filteredTypes)
Gets children nodes paginated.
|
UserConfig |
BaseUserConfig.getConfig()
Gets config.
|
Configuration |
BaseRepository.getConfiguration(String key)
Gets configuration.
|
InputStream |
BaseDocument.getContent(String uuid)
Obtain document content from the repository.
|
InputStream |
BaseDocument.getContentByVersion(String uuid,
String versionName)
Obtain document content from the repository.
|
ContentInfo |
BaseFolder.getContentInfo(String uuid)
Gets content info.
|
List<String> |
BaseDocument.getDetectedLanguages()
Retrieve a list of language.
|
List<Document> |
BaseDocument.getDocumentChildren(String fldId)
Retrieve a list of children documents from an existing folder.
|
String |
BaseDocument.getDocumentPath(String uuid)
Get the document path from a UUID
|
InputStream |
BaseDocument.getDocumentPdf(String uuid)
PDF of the document.
|
Document |
BaseDocument.getDocumentProperties(String uuid)
Obtain document properties from the repository.
|
String |
BaseDocument.getExtractedText(String uuid)
Obtain the document extracted text.
|
List<Folder> |
BaseFolder.getFolderChildren(String uuid)
Gets folder children.
|
String |
BaseFolder.getFolderPath(String uuid)
Gets folder path.
|
Folder |
BaseFolder.getFolderProperties(String uuid)
Gets folder properties.
|
Map<String,Integer> |
BaseAuth.getGrantedRoles(String uuid)
Get roles permissions from am item (document or folder).
|
Map<String,Integer> |
BaseAuth.getGrantedUsers(String uuid)
Get user permissions from am item (document or folder).
|
GrantedUsersAndRolesItem |
BaseAuth.getGrantedUsersAndRoles(String uuid)
Get granted users and roles
|
Map<String,Integer> |
BaseSearch.getKeywordMap(List<String> filter)
Gets keyword map.
|
LockInfo |
BaseDocument.getLockInfo(String uuid)
Returns a lock information.
|
LockInfo |
BaseNode.getLockInfo(String uuid)
Gets lock info.
|
List<MailAccount> |
BaseMail.getMailAccounts()
Gets mail accounts.
|
List<Mail> |
BaseMail.getMailChildren(String uuid)
Gets mail children.
|
InputStream |
BaseMail.getMailContent(String uuid)
Gets mail content.
|
List<MailFilterRule> |
BaseMail.getMailFilterRules(long filterId)
Gets mail filter rules.
|
Folder |
BaseRepository.getMailFolder()
Gets mail folder.
|
Folder |
BaseRepository.getMailFolderBase()
Gets mail folder base.
|
MailServerMessages |
BaseMail.getMailMessages(long accountId,
long start)
Gets mail messages.
|
String |
BaseMail.getMailPath(String uuid)
Gets mail path.
|
Mail |
BaseMail.getMailProperties(String uuid)
Gets mail properties.
|
InputStream |
BaseMail.getMailThumbnail(String uuid,
ThumbnailType type)
Gets mail thumbnail.
|
List<MimeType> |
BaseSearch.getMimeTypes()
Gets mime types.
|
Node |
BaseNode.getNodeByUuid(String uuid)
Gets node by uuid.
|
String |
BaseRepository.getNodePath(String uuid)
Gets node path.
|
String |
BaseRepository.getNodeUuid(String nodePath)
Gets node uuid.
|
Note |
BaseNote.getNote(String noteId)
Get note from node
|
List<NoteHistory> |
BaseNote.getNotesHistory(String uuid)
Retrieve a list of notes history from a node
|
int |
BaseDocument.getNumberOfPages(String uuid)
Get the number of pages of a document.
|
String |
BaseDocument.getPageAsImage(String uuid,
int pageNumber,
int maxWidth,
int maxHeight)
Get page as image.
|
InputStream |
BaseMail.getPdf(String uuid)
Gets pdf.
|
Folder |
BaseRepository.getPersonalFolder()
Gets personal folder.
|
Folder |
BaseRepository.getPersonalFolderBase()
Gets personal folder base.
|
PropertyGroup |
BasePropertyGroup.getPropertyGroup(String grpName)
Gets property group.
|
List<FormElement> |
BasePropertyGroup.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName)
Gets property group by version form.
|
List<FormElement> |
BasePropertyGroup.getPropertyGroupForm(String uuid,
String grpName)
Gets property group form.
|
List<FormElement> |
BasePropertyGroup.getPropertyGroupFormDefinition(String grpName)
Gets property group form.
|
List<FormElement> |
BasePropertyGroup.getPropertyGroupFormDefinition(String uuid,
String grpName)
Gets property group form.
|
Map<String,String> |
BasePropertyGroup.getPropertyGroupProperties(String uuid,
String grpName)
Gets property group properties.
|
Map<String,String> |
BasePropertyGroup.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName)
Gets property group properties by version.
|
List<PropertyGroup> |
BasePropertyGroup.getPropertyGroups(String uuid)
Gets property groups.
|
List<PropertyGroup> |
BasePropertyGroup.getPropertyGroupsByVersion(String uuid,
String versionName)
Gets property groups by version.
|
List<String> |
BasePropertyGroup.getPropertyGroupSuggestions(String uuid,
String grpName,
String propName)
Gets property group suggestions.
|
List<Record> |
BaseRecord.getRecordChildren(String uuid)
Gets record children.
|
String |
BaseRecord.getRecordPath(String uuid)
Gets record path.
|
Record |
BaseRecord.getRecordProperties(String uuid)
Gets record properties.
|
String |
BasePropertyGroup.getRegisteredPropertyGroupDefinition()
Gets registered property group definition.
|
List<RelationGroup> |
BaseRelation.getRelationGroups(String uuid)
Gets relation groups.
|
List<Relation> |
BaseRelation.getRelations(String uuid)
Gets relations.
|
List<RelationType> |
BaseRelation.getRelationTypes(String type)
Gets relation types.
|
Report |
BaseReport.getReport(long rpId)
Gets report.
|
List<Report> |
BaseReport.getReports(boolean active)
Gets reports.
|
String |
BaseRepository.getRepositoryUuid()
Gets repository uuid.
|
List<String> |
BaseAuth.getRoles(boolean showAll)
Retrieves a list of repository roles.
|
List<String> |
BaseAuth.getRolesByUser(String userId)
Retrieves a list of roles by user.
|
Folder |
BaseRepository.getRootFolder()
Gets root folder.
|
QueryParams |
BaseSearch.getSearch(int qpId)
Gets search.
|
String |
BasePropertyGroup.getSuggestBoxKeyValue(String grpName,
String propertyName,
String key)
Gets suggest box key value.
|
Map<String,String> |
BasePropertyGroup.getSuggestBoxKeyValuesFiltered(String grpName,
String propertyName,
String filter)
Gets suggest box key values filtered.
|
Folder |
BaseRepository.getTemplatesFolder()
Gets templates folder.
|
InputStream |
BaseDocument.getThumbnail(String uuid,
ThumbnailType type)
Returns thumbnail image data.
|
Map<String,String> |
BaseRepository.getTranslations(String lang,
String module)
Gets translations.
|
Folder |
BaseRepository.getTrashFolder()
Gets trash folder.
|
Folder |
BaseRepository.getTrashFolderBase()
Gets trash folder base.
|
String |
BaseRepository.getUpdateMessage()
Gets update message.
|
CommonUser |
BaseAuth.getUser(String userId)
Retrieve information of a given user
|
List<Bookmark> |
BaseBookmark.getUserBookmarks()
Retrive an user bookmark collection.
|
DashboardResultSet |
BaseDashboard.getUserCheckedOutDocuments(int offset,
int limit)
Gets user checked out documents.
|
DashboardResultSet |
BaseDashboard.getUserLastCreatedDocuments(int offset,
int limit)
Gets user last created documents.
|
DashboardResultSet |
BaseDashboard.getUserLastCreatedFolders(int offset,
int limit)
Gets user last created folders.
|
DashboardResultSet |
BaseDashboard.getUserLastCreatedRecords(int offset,
int limit)
Gets user last created records.
|
DashboardResultSet |
BaseDashboard.getUserLastDocumentsNotesCreated(int offset,
int limit)
Gets user last documents notes created.
|
DashboardResultSet |
BaseDashboard.getUserLastDownloadedDocuments(int offset,
int limit)
Gets user last downloaded documents.
|
DashboardResultSet |
BaseDashboard.getUserLastFoldersNotesCreated(int offset,
int limit)
Gets user last folders notes created.
|
DashboardResultSet |
BaseDashboard.getUserLastImportedMailAttachments(int offset,
int limit)
Gets user last imported mail attachments.
|
DashboardResultSet |
BaseDashboard.getUserLastImportedMails(int offset,
int limit)
Gets user last imported mails.
|
DashboardResultSet |
BaseDashboard.getUserLastMailsNotesCreated(int offset,
int limit)
Gets user last mails notes created.
|
DashboardResultSet |
BaseDashboard.getUserLastModifiedDocuments(int offset,
int limit)
Gets user last modified documents.
|
DashboardResultSet |
BaseDashboard.getUserLastRecordsNotesCreated(int offset,
int limit)
Gets user last records notes created.
|
DashboardResultSet |
BaseDashboard.getUserLockedDocuments(int offset,
int limit)
Gets user locked documents.
|
DashboardResultSet |
BaseDashboard.getUserLockedFolders(int offset,
int limit)
Gets user locked folders.
|
DashboardResultSet |
BaseDashboard.getUserLockedMails(int offset,
int limit)
Gets user locked mails.
|
DashboardResultSet |
BaseDashboard.getUserLockedRecords(int offset,
int limit)
Gets user locked records.
|
List<CommonUser> |
BaseAuth.getUsers(boolean showAll)
Retrieve information of a given user
|
List<CommonUser> |
BaseAuth.getUsersByRole(String roleId)
Retrieves a list of users by role.
|
List<QueryParams> |
BaseDashboard.getUserSearches()
Gets user searches.
|
DashboardResultSet |
BaseDashboard.getUserSubscribedDocuments(int offset,
int limit)
Gets user subscribed documents.
|
DashboardResultSet |
BaseDashboard.getUserSubscribedFolders(int offset,
int limit)
Gets user subscribed folders.
|
DashboardResultSet |
BaseDashboard.getUserSubscribedRecords(int offset,
int limit)
Gets user subscribed records.
|
List<Tenant> |
BaseAuth.getUserTenants()
Get a list of available tenants for a user.
|
List<Version> |
BaseNode.getVersionHistory(String uuid)
Gets version history.
|
long |
BaseDocument.getVersionHistorySize(String uuid)
Get the versions size of a Document.
|
void |
BaseAuth.grantRole(String uuid,
String roleId,
int permissions,
boolean recursive)
Grant role permissions for a node.
|
void |
BaseAuth.grantUser(String uuid,
String userId,
int permissions,
boolean recursive)
Add user permissions to a node.
|
boolean |
BaseRepository.hasNode(String nodeId)
Has node boolean.
|
boolean |
BaseNode.hasNodesLockedByOtherUser(String uuid)
Has nodes locked by other user boolean.
|
boolean |
BasePropertyGroup.hasPropertyGroup(String uuid,
String grpName)
Has property group boolean.
|
boolean |
BaseWizard.hasWizardByUserAndNode(String uuid)
Has wizard by user and node boolean.
|
Mail |
BaseMail.importEml(String uuid,
String title,
InputStream is)
Import eml mail.
|
void |
BaseMail.importMailMessages(long mailAccountId,
List<Long> messageIds)
Import mail messages.
|
Mail |
BaseMail.importMsg(String uuid,
String title,
InputStream is)
Import msg mail.
|
void |
BaseNode.importZip(String uuid,
InputStream is)
Import zip.
|
boolean |
BaseDocument.isAttachment(String uuid)
Indicates if the node is a mail attachment or not.
|
boolean |
BaseDocument.isCheckedOut(String uuid)
Test if a node has been already checked out.
|
boolean |
BaseDocument.isLocked(String uuid)
Tell if a node is locked.
|
boolean |
BaseNode.isLocked(String uuid)
Is locked boolean.
|
boolean |
BaseProperty.isSigned(String uuid)
Is signed boolean.
|
boolean |
BaseDocument.isValidDocument(String uuid)
Test if a document path exists and is readable.
|
boolean |
BaseFolder.isValidFolder(String uuid)
Is valid folder boolean.
|
boolean |
BaseMail.isValidMail(String uuid)
Is valid mail boolean.
|
boolean |
BaseRecord.isValidRecord(String uuid)
Is valid record boolean.
|
List<Note> |
BaseNote.listNotes(String uuid)
Retrieve a list of notes from a node.
|
LockInfo |
BaseNode.lockNode(String uuid)
Lock node lock info.
|
void |
BaseDocument.moveDocument(String uuid,
String dstId)
Move a document to another location in the repository.
|
void |
BaseFolder.moveFolder(String uuid,
String dstId)
Move folder.
|
void |
BaseMail.moveMail(String uuid,
String dstId)
Move mail.
|
void |
BaseRecord.moveRecord(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 |
BaseAuth.overwriteSecurity(String uuid,
ChangeSecurity changeSecurity)
Change several security permissions in the same call.
|
void |
BaseDocument.purgeDocument(String uuid)
Deletes definitively a document from the repository.
|
void |
BaseFolder.purgeFolder(String uuid)
Purge folder.
|
void |
BaseMail.purgeMail(String uuid)
Purge mail.
|
void |
BaseRecord.purgeRecord(String uuid)
Purge record.
|
void |
BaseRepository.purgeTrash()
Purge trash.
|
void |
BaseNode.purgeVersionHistory(String uuid)
Purge version history.
|
void |
BasePropertyGroup.registerPropertyGroupDefinition(InputStream is,
String name)
Register property group definition.
|
void |
BaseProperty.removeCategory(String uuid,
String catId)
Remove category.
|
void |
BaseWizard.removeGroup(String uuid,
String group)
Remove group.
|
void |
BaseProperty.removeKeyword(String uuid,
String keyword)
Remove keyword.
|
void |
BasePropertyGroup.removePropertyGroup(String uuid,
String grpName)
Remove property group.
|
void |
BaseWizard.removeShowWizardCategories(String uuid)
Remove show wizard categories.
|
void |
BaseWizard.removeShowWizardKeywords(String uuid)
Remove show wizard keywords.
|
void |
BaseBookmark.renameBookmark(int bookmarkId,
String name)
Rename a previous stored bookmark.
|
Document |
BaseDocument.renameDocument(String uuid,
String newName)
Rename a document in the repository.
|
Node |
BaseNode.restore(String uuid)
Restore node.
|
void |
BaseNode.restoreVersion(String uuid,
String versionName)
Restore version.
|
void |
BaseAuth.revokeRole(String uuid,
String roleId,
int permissions,
boolean recursive)
Revoke role permissions from a node.
|
void |
BaseAuth.revokeUser(String uuid,
String userId,
int permissions,
boolean recursive)
Revoke user permissions from a node.
|
long |
BaseSearch.saveSearch(QueryParams params)
Save search long.
|
Mail |
BaseMail.sendMailWithAttachments(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.
|
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 |
BaseWizard.setAutostart(String uuid)
Sets autostart.
|
void |
BaseNode.setComment(String uuid,
String versionName,
String comment)
Sets comment.
|
void |
BaseDocument.setDocumentDescription(String uuid,
String description)
Set document description.
|
void |
BaseDocument.setDocumentTitle(String uuid,
String title)
Set document title.
|
void |
BaseDocument.setExtractedText(String uuid,
InputStream is)
Sets extracted text.
|
void |
BaseFolder.setFolderDescription(String uuid,
String description)
Sets folder description.
|
void |
BaseUserConfig.setHome(String uuid)
Sets home.
|
void |
BaseDocument.setLanguage(String uuid,
String lang)
Set document language.
|
void |
BaseMail.setMailDescription(String uuid,
String description)
Sets mail description.
|
void |
BaseMail.setMailTitle(String uuid,
String title)
Sets mail title.
|
void |
BaseNote.setNote(String noteId,
String text)
Set a new text to node note.
|
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.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties)
Sets property group properties.
|
void |
BaseRecord.setRecordDescription(String uuid,
String description)
Sets record description.
|
void |
BaseRecord.setRecordTitle(String uuid,
String title)
Sets record title.
|
void |
BaseRelation.setRelationGroupName(long groupId,
String groupName)
Sets relation group name.
|
void |
BaseAuth.setRolePermissions(String uuid,
String roleId,
int permissions,
boolean recursive)
Set role permissions for a node.
|
void |
BaseProperty.setSigned(String uuid,
boolean signed)
Sets signed.
|
void |
BaseAuth.setUserPermissions(String uuid,
String userId,
int permissions,
boolean recursive)
Set user permissions to a node
|
void |
BaseAuth.setUserTenant(long tenantId)
Update user tenant.
|
void |
BaseNode.subscribe(String uuid)
Subscribe.
|
void |
BaseMail.testMailAccount(MailAccount mailAccount)
Test mail account.
|
void |
BaseNode.unlockNode(String uuid)
Unlock node.
|
void |
BaseNode.unsubscribe(String uuid)
Unsubscribe.
|
void |
BaseNode.unZip(String uuid,
String dstId)
Un zip.
|
void |
BaseDocument.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties)
Update from template
|
void |
BaseMail.updateMailAccount(MailAccount mailAccount)
Update mail account.
|
void |
BaseMail.updateMailFilter(MailFilter mailFilter)
Update mail filter.
|
void |
BaseMail.updateMailRule(MailFilterRule rule)
Update mail rule.
|
void |
BaseSearch.updateSearch(QueryParams params)
Update search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyImpl.addCategory(String uuid,
String catId) |
void |
WizardImpl.addGroup(String uuid,
String group,
int order) |
void |
PropertyImpl.addKeyword(String uuid,
String keyword) |
void |
MailImpl.addMailAccount(MailAccount mailAccount) |
void |
RelationImpl.addNodeToGroup(String uuid,
long groupId) |
Note |
NoteImpl.addNote(String uuid,
String text) |
void |
PropertyGroupImpl.addPropertyGroup(String uuid,
String grpName,
Map<String,String> propertiesMap) |
void |
RelationImpl.addRelation(String nodeAId,
String nodeBId,
long relTypeId) |
void |
RelationImpl.addRelationGroup(String uuid,
String groupName,
long type) |
void |
WizardImpl.addShowWizardCategories(String uuid,
int order) |
void |
WizardImpl.addShowWizardKeywords(String uuid,
int order) |
void |
DocumentImpl.cancelCheckout(String uuid) |
void |
AuthImpl.changeSecurity(String uuid,
ChangeSecurity changeSecurity) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment) |
Version |
DocumentImpl.checkin(String uuid,
InputStream is,
String comment,
int increment) |
void |
DocumentImpl.checkout(String uuid) |
void |
RepositoryImpl.copyAttributes(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes) |
Document |
DocumentImpl.copyDocument(String uuid,
String dstId,
String newName) |
Folder |
FolderImpl.copyFolder(String uuid,
String dstId,
String newName) |
Mail |
MailImpl.copyMail(String uuid,
String dstId,
String newName) |
Record |
RecordImpl.copyRecord(String uuid,
String dstId,
String newName) |
Document |
MailImpl.createAttachment(String uuid,
String docName,
InputStream is) |
void |
BookmarkImpl.createBookmark(String uuid,
String name) |
Document |
DocumentImpl.createDocument(String uuid,
File file) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is) |
Document |
DocumentImpl.createDocument(String uuid,
String name,
InputStream is,
long nodeClass) |
Document |
DocumentImpl.createDocumentFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean security,
Map<String,String> properties) |
Folder |
FolderImpl.createFolder(String uuid,
String name) |
Folder |
FolderImpl.createFolderFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
void |
MailImpl.createMailFilter(long mailAccountId,
MailFilter mailFilter) |
void |
MailImpl.createMailRule(long filterId,
MailFilterRule rule) |
void |
FolderImpl.createMissingFolders(String fldPath) |
void |
RecordImpl.createMissingRecords(String recPath) |
Record |
RecordImpl.createRecord(String uuid,
String name,
String title,
long nodeClass) |
Record |
RecordImpl.createRecordFromTemplate(String uuid,
String dstPath,
boolean categories,
boolean keywords,
boolean notes,
boolean propertyGroups,
boolean security,
Map<String,String> properties) |
WizardNode |
DocumentImpl.createWizardDocument(String uuid,
String name,
long nodeClass,
InputStream is) |
WizardNode |
MailImpl.createWizardMail(String uuid,
String title,
InputStream is,
String type) |
WizardNode |
RecordImpl.createWizardRecord(String uuid,
String name,
String title,
long nodeClass) |
InputStream |
SearchImpl.csvExport(String lang,
QueryParams queryParams,
boolean compact) |
void |
WizardImpl.deleteAll() |
void |
MailImpl.deleteAttachment(String uuid,
String docId) |
void |
BookmarkImpl.deleteBookmark(int bookmarkId) |
void |
DocumentImpl.deleteDocument(String uuid) |
void |
FolderImpl.deleteFolder(String uuid) |
void |
MailImpl.deleteMail(String uuid) |
void |
MailImpl.deleteMailAccount(long mailAccountId) |
void |
MailImpl.deleteMailFilter(long mailFilterId) |
void |
MailImpl.deleteMailRule(long ruleId) |
void |
NoteImpl.deleteNote(String noteId) |
void |
RecordImpl.deleteRecord(String uuid) |
void |
RelationImpl.deleteRelation(long relationId) |
void |
RelationImpl.deleteRelationGroup(long groupId) |
void |
RelationImpl.deleteRelationGroupItem(String uuid,
long groupId) |
void |
SearchImpl.deleteSearch(int qpId) |
void |
NodeImpl.deleteVersion(String uuid,
String versionName) |
HqlQueryResults |
RepositoryImpl.executeHqlQuery(InputStream is) |
HqlQueryResults |
RepositoryImpl.executeHqlQuery(String hql) |
InputStream |
ReportImpl.executeReport(long rpId,
Map<String,String> params,
String format,
String uuid) |
SqlQueryResults |
RepositoryImpl.executeSqlQuery(InputStream is) |
SqlQueryResults |
RepositoryImpl.executeSqlQuery(String sql) |
Document |
DocumentImpl.extendedDocumentCopy(String uuid,
String dstId,
String name,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Folder |
FolderImpl.extendedFolderCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
Mail |
MailImpl.extendedMailCopy(String uuid,
String dstId,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security,
String newName) |
Record |
RecordImpl.extendedRecordCopy(String uuid,
String dstId,
String newName,
boolean categories,
boolean keywords,
boolean propertyGroups,
boolean notes,
boolean security) |
List<QueryResult> |
SearchImpl.find(QueryParams queryParams,
String propertiesPlugin) |
List<QueryResult> |
SearchImpl.find(QueryParams queryParams,
String sortField,
boolean sortReverse,
String propertiesPlugin) |
ActivityList |
ActivityImpl.findActivityLog(int page,
int length,
Calendar beginDate,
Calendar endDate,
String user,
String action,
String item) |
List<QueryResult> |
SearchImpl.findByQuery(String query,
String propertiesPlugin) |
List<QueryResult> |
SearchImpl.findByQuery(String query,
String sortField,
boolean sortReverse,
String propertiesPlugin) |
ResultSet |
SearchImpl.findByQueryPaginated(String query,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
SearchImpl.findByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin) |
List<WizardNode> |
WizardImpl.findByUser() |
WizardNode |
WizardImpl.findByUserAndUuid(String uuid) |
ResultSet |
SearchImpl.findPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin) |
ResultSet |
SearchImpl.findPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin) |
RelationGroup |
RelationImpl.findRelationGroup(long groupId) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBaseByQueryPaginated(String query,
int offset,
int limit) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBaseByQueryPaginated(String query,
String sortField,
boolean sortReverse,
int offset,
int limit) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams,
int offset,
int limit) |
SimpleNodeBaseResultSet |
SearchImpl.findSimpleNodeBasePaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit) |
List<DashboardNodeResult> |
DashboardImpl.findUserSearches(long qpId) |
List<QueryResult> |
SearchImpl.findWithMetadata(QueryParams queryParams,
String sortField,
boolean sortReverse,
String propertiesPlugin,
List<String> groups) |
List<QueryResult> |
SearchImpl.findWithMetadata(QueryParams queryParams,
String propertiesPlugin,
List<String> groups) |
ResultSet |
SearchImpl.findWithMetadataPaginated(QueryParams queryParams,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
ResultSet |
SearchImpl.findWithMetadataPaginated(QueryParams queryParams,
String sortField,
boolean sortReverse,
int offset,
int limit,
String propertiesPlugin,
List<String> groups) |
void |
DocumentImpl.forceCancelCheckout(String uuid) |
LockInfo |
NodeImpl.forceLockNode(String uuid) |
void |
NodeImpl.forceUnlockNode(String uuid) |
String |
ReportImpl.generateDownloadReportToken(long rpId) |
List<String> |
ActivityImpl.getActivityActions() |
List<PropertyGroup> |
PropertyGroupImpl.getAllPropertyGroups() |
RelationGroupResultSet |
RelationImpl.getAllRelationGroups(long relationTypeId,
String filter,
int offset,
int limit) |
List<QueryParams> |
SearchImpl.getAllSearchs() |
AppVersion |
RepositoryImpl.getAppVersion() |
List<Document> |
MailImpl.getAttachments(String uuid) |
Map<String,String> |
RepositoryImpl.getAvailableLocales(String locale) |
List<BreadCrumbItem> |
NodeImpl.getBreadcrumb(String uuid) |
Folder |
RepositoryImpl.getCategoriesFolder() |
List<Document> |
SearchImpl.getCategorizedDocuments(String categoryId) |
List<ChangeLogged> |
RepositoryImpl.getChangeLog(String nodePath,
Calendar modificationsFrom) |
List<Document> |
DocumentImpl.getCheckedOut() |
SimpleNodeBaseList |
NodeImpl.getChildrenNodesByCategoryPaginated(String uuid,
int offset,
int limit,
String filter,
String orderByField,
boolean orderAsc,
List<Integer> filteredTypes) |
SimpleNodeBaseList |
NodeImpl.getChildrenNodesPaginated(String uuid,
int offset,
int limit,
String filter,
String orderByField,
boolean orderAsc,
List<Integer> filteredTypes) |
UserConfig |
UserConfigImpl.getConfig() |
Configuration |
RepositoryImpl.getConfiguration(String key) |
InputStream |
DocumentImpl.getContent(String uuid) |
InputStream |
DocumentImpl.getContentByVersion(String uuid,
String versionName) |
ContentInfo |
FolderImpl.getContentInfo(String uuid) |
List<String> |
DocumentImpl.getDetectedLanguages() |
List<Document> |
DocumentImpl.getDocumentChildren(String uuid) |
String |
DocumentImpl.getDocumentPath(String uuid) |
InputStream |
DocumentImpl.getDocumentPdf(String uuid) |
Document |
DocumentImpl.getDocumentProperties(String uuid) |
String |
DocumentImpl.getExtractedText(String uuid) |
List<Folder> |
FolderImpl.getFolderChildren(String uuid) |
String |
FolderImpl.getFolderPath(String uuid) |
Folder |
FolderImpl.getFolderProperties(String uuid) |
Map<String,Integer> |
AuthImpl.getGrantedRoles(String uuid) |
Map<String,Integer> |
AuthImpl.getGrantedUsers(String uuid) |
GrantedUsersAndRolesItem |
AuthImpl.getGrantedUsersAndRoles(String uuid) |
Map<String,Integer> |
SearchImpl.getKeywordMap(List<String> filter) |
LockInfo |
DocumentImpl.getLockInfo(String uuid)
Deprecated.
As of sdk4j 3.11, replaced by
NodeImpl.getLockInfo(String) |
LockInfo |
NodeImpl.getLockInfo(String uuid) |
List<MailAccount> |
MailImpl.getMailAccounts() |
List<Mail> |
MailImpl.getMailChildren(String uuid) |
InputStream |
MailImpl.getMailContent(String uuid) |
List<MailFilterRule> |
MailImpl.getMailFilterRules(long filterId) |
Folder |
RepositoryImpl.getMailFolder() |
Folder |
RepositoryImpl.getMailFolderBase() |
MailServerMessages |
MailImpl.getMailMessages(long accountId,
long start) |
String |
MailImpl.getMailPath(String uuid) |
Mail |
MailImpl.getMailProperties(String uuid) |
InputStream |
MailImpl.getMailThumbnail(String uuid,
ThumbnailType type) |
List<MimeType> |
SearchImpl.getMimeTypes() |
Node |
NodeImpl.getNodeByUuid(String uuid) |
String |
RepositoryImpl.getNodePath(String uuid) |
String |
RepositoryImpl.getNodeUuid(String nodePath) |
Note |
NoteImpl.getNote(String noteId) |
List<NoteHistory> |
NoteImpl.getNotesHistory(String uuid) |
int |
DocumentImpl.getNumberOfPages(String uuid) |
String |
DocumentImpl.getPageAsImage(String uuid,
int pageNumber,
int maxWidth,
int maxHeight) |
InputStream |
MailImpl.getPdf(String uuid) |
Folder |
RepositoryImpl.getPersonalFolder() |
Folder |
RepositoryImpl.getPersonalFolderBase() |
PropertyGroup |
PropertyGroupImpl.getPropertyGroup(String grpName) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupByVersionForm(String uuid,
String grpName,
String versionName) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupForm(String uuid,
String grpName) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupFormDefinition(String grpName) |
List<FormElement> |
PropertyGroupImpl.getPropertyGroupFormDefinition(String uuid,
String grpName) |
Map<String,String> |
PropertyGroupImpl.getPropertyGroupProperties(String uuid,
String grpName) |
Map<String,String> |
PropertyGroupImpl.getPropertyGroupPropertiesByVersion(String uuid,
String grpName,
String versionName) |
List<PropertyGroup> |
PropertyGroupImpl.getPropertyGroups(String uuid) |
List<PropertyGroup> |
PropertyGroupImpl.getPropertyGroupsByVersion(String uuid,
String versionName) |
List<String> |
PropertyGroupImpl.getPropertyGroupSuggestions(String uuid,
String grpName,
String propName) |
List<Record> |
RecordImpl.getRecordChildren(String uuid) |
String |
RecordImpl.getRecordPath(String uuid) |
Record |
RecordImpl.getRecordProperties(String uuid) |
String |
PropertyGroupImpl.getRegisteredPropertyGroupDefinition() |
List<RelationGroup> |
RelationImpl.getRelationGroups(String uuid) |
List<Relation> |
RelationImpl.getRelations(String uuid) |
List<RelationType> |
RelationImpl.getRelationTypes(String type) |
Report |
ReportImpl.getReport(long rpId) |
List<Report> |
ReportImpl.getReports(boolean active) |
String |
RepositoryImpl.getRepositoryUuid() |
List<String> |
AuthImpl.getRoles(boolean showAll) |
List<String> |
AuthImpl.getRolesByUser(String userId) |
Folder |
RepositoryImpl.getRootFolder() |
QueryParams |
SearchImpl.getSearch(int qpId) |
String |
PropertyGroupImpl.getSuggestBoxKeyValue(String grpName,
String propertyName,
String key) |
Map<String,String> |
PropertyGroupImpl.getSuggestBoxKeyValuesFiltered(String grpName,
String propertyName,
String filter) |
Folder |
RepositoryImpl.getTemplatesFolder() |
InputStream |
DocumentImpl.getThumbnail(String uuid,
ThumbnailType type) |
Map<String,String> |
RepositoryImpl.getTranslations(String lang,
String module) |
Folder |
RepositoryImpl.getTrashFolder() |
Folder |
RepositoryImpl.getTrashFolderBase() |
String |
RepositoryImpl.getUpdateMessage() |
CommonUser |
AuthImpl.getUser(String userId) |
List<Bookmark> |
BookmarkImpl.getUserBookmarks() |
DashboardResultSet |
DashboardImpl.getUserCheckedOutDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastCreatedDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastCreatedFolders(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastCreatedRecords(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastDocumentsNotesCreated(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastDownloadedDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastFoldersNotesCreated(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastImportedMailAttachments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastImportedMails(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastMailsNotesCreated(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastModifiedDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLastRecordsNotesCreated(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLockedDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLockedFolders(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLockedMails(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserLockedRecords(int offset,
int limit) |
List<CommonUser> |
AuthImpl.getUsers(boolean showAll) |
List<CommonUser> |
AuthImpl.getUsersByRole(String roleId) |
List<QueryParams> |
DashboardImpl.getUserSearches() |
DashboardResultSet |
DashboardImpl.getUserSubscribedDocuments(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserSubscribedFolders(int offset,
int limit) |
DashboardResultSet |
DashboardImpl.getUserSubscribedRecords(int offset,
int limit) |
List<Tenant> |
AuthImpl.getUserTenants() |
List<Version> |
NodeImpl.getVersionHistory(String uuid) |
long |
DocumentImpl.getVersionHistorySize(String uuid) |
void |
AuthImpl.grantRole(String uuid,
String roleId,
int permissions,
boolean recursive) |
void |
AuthImpl.grantUser(String uuid,
String userId,
int permissions,
boolean recursive) |
boolean |
RepositoryImpl.hasNode(String nodeId) |
boolean |
NodeImpl.hasNodesLockedByOtherUser(String uuid) |
boolean |
PropertyGroupImpl.hasPropertyGroup(String uuid,
String grpName) |
boolean |
WizardImpl.hasWizardByUserAndNode(String uuid) |
Mail |
MailImpl.importEml(String uuid,
String title,
InputStream is) |
void |
MailImpl.importMailMessages(long mailAccountId,
List<Long> messageIds) |
Mail |
MailImpl.importMsg(String uuid,
String title,
InputStream is) |
void |
NodeImpl.importZip(String uuid,
InputStream is) |
boolean |
DocumentImpl.isAttachment(String uuid) |
boolean |
DocumentImpl.isCheckedOut(String uuid) |
boolean |
DocumentImpl.isLocked(String uuid)
Deprecated.
As of sdk4j 3.11, replaced by
NodeImpl.isLocked(String) |
boolean |
NodeImpl.isLocked(String uuid) |
boolean |
PropertyImpl.isSigned(String uuid) |
boolean |
DocumentImpl.isValidDocument(String uuid) |
boolean |
FolderImpl.isValidFolder(String uuid) |
boolean |
MailImpl.isValidMail(String uuid) |
boolean |
RecordImpl.isValidRecord(String uuid) |
List<Note> |
NoteImpl.listNotes(String uuid) |
LockInfo |
NodeImpl.lockNode(String uuid) |
void |
DocumentImpl.moveDocument(String uuid,
String dstId) |
void |
FolderImpl.moveFolder(String uuid,
String dstId) |
void |
MailImpl.moveMail(String uuid,
String dstId) |
void |
RecordImpl.moveRecord(String uuid,
String dstId) |
void |
NotificationImpl.notify(List<String> uuids,
List<String> users,
List<String> roles,
List<String> mails,
String message,
boolean attachment) |
void |
AuthImpl.overwriteSecurity(String uuid,
ChangeSecurity changeSecurity) |
void |
DocumentImpl.purgeDocument(String uuid) |
void |
FolderImpl.purgeFolder(String uuid) |
void |
MailImpl.purgeMail(String uuid) |
void |
RecordImpl.purgeRecord(String uuid) |
void |
RepositoryImpl.purgeTrash() |
void |
NodeImpl.purgeVersionHistory(String uuid) |
void |
PropertyGroupImpl.registerPropertyGroupDefinition(InputStream is,
String name) |
void |
PropertyImpl.removeCategory(String uuid,
String catId) |
void |
WizardImpl.removeGroup(String uuid,
String group) |
void |
PropertyImpl.removeKeyword(String uuid,
String keyword) |
void |
PropertyGroupImpl.removePropertyGroup(String uuid,
String grpName) |
void |
WizardImpl.removeShowWizardCategories(String uuid) |
void |
WizardImpl.removeShowWizardKeywords(String uuid) |
void |
BookmarkImpl.renameBookmark(int bookmarkId,
String name) |
Document |
DocumentImpl.renameDocument(String uuid,
String newName) |
Node |
NodeImpl.restore(String uuid) |
void |
NodeImpl.restoreVersion(String uuid,
String versionName) |
void |
AuthImpl.revokeRole(String uuid,
String roleId,
int permissions,
boolean recursive) |
void |
AuthImpl.revokeUser(String uuid,
String userId,
int permissions,
boolean recursive) |
long |
SearchImpl.saveSearch(QueryParams params) |
Mail |
MailImpl.sendMailWithAttachments(List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid)
Deprecated.
|
Mail |
MailImpl.sendMailWithAttachments(String from,
List<String> to,
List<String> cc,
List<String> bcc,
List<String> replyTo,
String subject,
String body,
List<String> docsId,
String uuid) |
void |
WizardImpl.setAutostart(String uuid) |
void |
NodeImpl.setComment(String uuid,
String versionName,
String comment) |
void |
DocumentImpl.setDocumentDescription(String uuid,
String description) |
void |
DocumentImpl.setDocumentTitle(String uuid,
String title) |
void |
DocumentImpl.setExtractedText(String uuid,
InputStream is) |
void |
FolderImpl.setFolderDescription(String uuid,
String description) |
void |
UserConfigImpl.setHome(String uuid) |
void |
DocumentImpl.setLanguage(String uuid,
String lang) |
void |
MailImpl.setMailDescription(String uuid,
String description) |
void |
MailImpl.setMailTitle(String uuid,
String title) |
void |
NoteImpl.setNote(String noteId,
String text) |
void |
DocumentImpl.setProperties(String uuid,
String title,
String description,
String lang,
List<String> keywords,
List<String> categories) |
void |
PropertyGroupImpl.setPropertyGroupProperties(String uuid,
String grpName,
Map<String,String> properties) |
void |
RecordImpl.setRecordDescription(String uuid,
String description) |
void |
RecordImpl.setRecordTitle(String uuid,
String title) |
void |
RelationImpl.setRelationGroupName(long groupId,
String groupName) |
void |
AuthImpl.setRolePermissions(String uuid,
String roleId,
int permissions,
boolean recursive) |
void |
PropertyImpl.setSigned(String uuid,
boolean signed) |
void |
AuthImpl.setUserPermissions(String uuid,
String userId,
int permissions,
boolean recursive) |
void |
AuthImpl.setUserTenant(long tenantId) |
void |
NodeImpl.subscribe(String uuid) |
void |
MailImpl.testMailAccount(MailAccount mailAccount) |
void |
NodeImpl.unlockNode(String uuid) |
void |
NodeImpl.unsubscribe(String uuid) |
void |
NodeImpl.unZip(String uuid,
String dstId) |
void |
DocumentImpl.updateDocumentFromTemplate(String uuid,
String dstId,
Map<String,String> properties) |
void |
MailImpl.updateMailAccount(MailAccount mailAccount) |
void |
MailImpl.updateMailFilter(MailFilter mailFilter) |
void |
MailImpl.updateMailRule(MailFilterRule rule) |
void |
SearchImpl.updateSearch(QueryParams params) |
Copyright © 2025 Open Knowledge Management System S.L.. All Rights Reserved.