Index

A B C D F G I J M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractNode - Class in org.exoplatform.documents.model
 
AbstractNode() - Constructor for class org.exoplatform.documents.model.AbstractNode
 
ALL - Enum constant in enum class org.exoplatform.documents.model.PermissionRole
 

B

BreadCrumbItem - Class in org.exoplatform.documents.model
 
BreadCrumbItem() - Constructor for class org.exoplatform.documents.model.BreadCrumbItem
 

C

canAccess(String, Identity) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
canAccess(String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
canAddDocument(String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
verify if current user can add document
compareTo(FileVersion) - Method in class org.exoplatform.documents.model.FileVersion
 
CREATED_DATE - Enum constant in enum class org.exoplatform.documents.constant.DocumentSortField
 
createFolder(long, String, String, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
createFolder(long, String, String, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
createShortcut(String, String, String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
Creates a shortcut for a document
createShortcut(String, String, String, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Creates a shortcut for a document

D

deleteDocument(String, String, boolean, boolean, long, Identity, long) - Method in interface org.exoplatform.documents.storage.JCRDeleteFileStorage
Delete document (Move to trash)
deleteDocument(String, String, boolean, long, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Delete a document.
DocumentFileService - Interface in org.exoplatform.documents.service
 
DocumentFileStorage - Interface in org.exoplatform.documents.storage
 
DocumentFolderFilter - Class in org.exoplatform.documents.model
 
DocumentFolderFilter() - Constructor for class org.exoplatform.documents.model.DocumentFolderFilter
 
DocumentGroupsSize - Class in org.exoplatform.documents.model
 
DocumentGroupsSize() - Constructor for class org.exoplatform.documents.model.DocumentGroupsSize
 
DocumentNodeFilter - Class in org.exoplatform.documents.model
 
DocumentNodeFilter() - Constructor for class org.exoplatform.documents.model.DocumentNodeFilter
 
DocumentSortField - Enum Class in org.exoplatform.documents.constant
 
DocumentTimelineFilter - Class in org.exoplatform.documents.model
 
DocumentTimelineFilter() - Constructor for class org.exoplatform.documents.model.DocumentTimelineFilter
 
duplicateDocument(long, String, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Duplicate the given node.
duplicateDocument(long, String, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Duplicate the given node.

F

FILE_REMOVE_ACTIVITY - Static variable in interface org.exoplatform.documents.storage.TrashStorage
 
FileListingType - Enum Class in org.exoplatform.documents.constant
 
FileNode - Class in org.exoplatform.documents.model
 
FileNode() - Constructor for class org.exoplatform.documents.model.FileNode
 
FileVersion - Class in org.exoplatform.documents.model
 
FileVersion() - Constructor for class org.exoplatform.documents.model.FileVersion
 
FOLDER - Enum constant in enum class org.exoplatform.documents.constant.FileListingType
 
FolderNode - Class in org.exoplatform.documents.model
 
FolderNode() - Constructor for class org.exoplatform.documents.model.FolderNode
 
FullTreeItem - Class in org.exoplatform.documents.model
 
FullTreeItem() - Constructor for class org.exoplatform.documents.model.FullTreeItem
 

G

getAclUserIdentity(String) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
getAllLinks(Node, String) - Method in interface org.exoplatform.documents.storage.TrashStorage
Get all links
getAllNodeInTrash(SessionProvider) - Method in interface org.exoplatform.documents.storage.TrashStorage
Get all nodes in trash location
getAllNodeInTrashByUser(SessionProvider, String) - Method in interface org.exoplatform.documents.storage.TrashStorage
Get all nodes by user in trash location
getBreadcrumb(long, String, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves breadcrumb of the given node.
getBreadcrumb(long, String, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves breadcrumb of the given node.
getDocumentItems(FileListingType, DocumentNodeFilter, int, int, long, boolean) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves a list of accessible folders and/or files, for a selected user, by applying the designated filter.
getDocumentsToDelete() - Method in interface org.exoplatform.documents.storage.JCRDeleteFileStorage
 
getFilesTimeline(DocumentTimelineFilter, int, int, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves a list of accessible files, for a selected user, by applying the designated filter.
getFilesTimeline(DocumentTimelineFilter, Identity, int, int) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves a list of accessible files, for a selected user, by applying the designated filter.
getFileVersions(String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves versions of specific file
getFileVersions(String, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves versions of specific file
getFolderChildNodes(DocumentFolderFilter, int, int, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves a list of accessible files, for a selected user, by applying the designated filter.
getFolderChildNodes(DocumentFolderFilter, Identity, int, int) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves a list of accessible files, for a selected user, by applying the designated filter.
getFromAlias(String) - Static method in enum class org.exoplatform.documents.constant.DocumentSortField
 
getFullTreeData(long, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves breadcrumb of the given node.
getFullTreeData(long, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves breadcrumb of the given node.
getGroupDocumentsCount(DocumentTimelineFilter, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Retrieves the number of existing files by group.
getGroupDocumentsCount(DocumentTimelineFilter, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Retrieves the number of existing files by group.
getNewName(long, String, String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
getNewName(long, String, String, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
getNodeByTrashId(String) - Method in interface org.exoplatform.documents.storage.TrashStorage
Get Node in trash folder by trashId
getTrashHomeNode() - Method in interface org.exoplatform.documents.storage.TrashStorage
Get the trash hone's node

I

isFolder() - Method in class org.exoplatform.documents.model.AbstractNode
 
isInTrash(Node) - Method in interface org.exoplatform.documents.storage.TrashStorage
Check whether a given node is in Trash or not

J

JCRDeleteFileStorage - Interface in org.exoplatform.documents.storage
 

M

MANAGERS_REDACTORS - Enum constant in enum class org.exoplatform.documents.model.PermissionRole
 
MODIFIED_DATE - Enum constant in enum class org.exoplatform.documents.constant.DocumentSortField
 
moveDocument(long, String, String, long, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
Move the given node.
moveDocument(long, String, String, Identity, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Move the given node.
moveToTrash(Node, SessionProvider) - Method in interface org.exoplatform.documents.storage.TrashStorage
Move node to trash location
moveToTrash(Node, SessionProvider, int) - Method in interface org.exoplatform.documents.storage.TrashStorage
Move node to trash location with deep

N

NAME - Enum constant in enum class org.exoplatform.documents.constant.DocumentSortField
 
NodePermission - Class in org.exoplatform.documents.model
 
NodePermission() - Constructor for class org.exoplatform.documents.model.NodePermission
 
notifyMember(String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
notifyMember(String, long) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 

O

org.exoplatform.documents.constant - package org.exoplatform.documents.constant
 
org.exoplatform.documents.model - package org.exoplatform.documents.model
 
org.exoplatform.documents.service - package org.exoplatform.documents.service
 
org.exoplatform.documents.storage - package org.exoplatform.documents.storage
 

P

PermissionEntry - Class in org.exoplatform.documents.model
 
PermissionEntry() - Constructor for class org.exoplatform.documents.model.PermissionEntry
 
PermissionRole - Enum Class in org.exoplatform.documents.model
 

R

removeRelations(Node, SessionProvider) - Method in interface org.exoplatform.documents.storage.TrashStorage
Removes all 'relationable' property of nodes that have relation to this node
renameDocument(long, String, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
renameDocument(long, String, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
restoreFromTrash(String, SessionProvider) - Method in interface org.exoplatform.documents.storage.TrashStorage
Restore node from trash
restoreVersion(String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
restore document version
restoreVersion(String, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
restore document version

S

shareDocument(String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Shares a document with given user or space
shareDocument(String, long) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
Shares a document with given user or space
SymlinkNavigation - Class in org.exoplatform.documents.model
 
SymlinkNavigation() - Constructor for class org.exoplatform.documents.model.SymlinkNavigation
 

T

TIMELINE - Enum constant in enum class org.exoplatform.documents.constant.FileListingType
 
TrashStorage - Interface in org.exoplatform.documents.storage
This service used to move documents to trash foder or restore

U

undoDelete(String, long) - Method in interface org.exoplatform.documents.storage.JCRDeleteFileStorage
Undo delete document
undoDeleteDocument(String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
Undo delete a document (Cancel the delete action).
updateDocumentDescription(long, String, String, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
updateDocumentDescription(long, String, String, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
updatePermissions(String, NodePermission, long) - Method in interface org.exoplatform.documents.service.DocumentFileService
 
updatePermissions(String, NodePermission, Identity) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
 
updateVersionSummary(String, String, String, String) - Method in interface org.exoplatform.documents.service.DocumentFileService
update or add a version summary
updateVersionSummary(String, String, String, String) - Method in interface org.exoplatform.documents.storage.DocumentFileStorage
update or add a version summary

V

valueOf(String) - Static method in enum class org.exoplatform.documents.constant.DocumentSortField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.documents.constant.FileListingType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.exoplatform.documents.model.PermissionRole
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.exoplatform.documents.constant.DocumentSortField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.documents.constant.FileListingType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.exoplatform.documents.model.PermissionRole
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D F G I J M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values