Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAccessControlEntry
Package
Description
GWT services implementations.
-
Uses of GUIAccessControlEntry in com.logicaldoc.gui.common.client.beans
Modifier and TypeMethodDescriptionGUIDocument.getAllowedPermissions()
GUIFolder.getAllowedPermissions()
Modifier and TypeMethodDescriptionGUIAutomationRoutine.getAccessControlList()
GUIDocument.getAccessControlList()
GUIFolder.getAccessControlList()
GUIMenu.getAccessControlList()
GUIStamp.getAccessControlList()
GUITemplate.getAccessControlList()
GUIWorkflow.getAccessControlList()
Modifier and TypeMethodDescriptionvoid
GUIDocument.setAllowedPermissions
(GUIAccessControlEntry permissions) void
GUIFolder.setAllowedPermissions
(GUIAccessControlEntry permissions) Modifier and TypeMethodDescriptionvoid
GUIAutomationRoutine.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUIDocument.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUIFolder.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUIMenu.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUIStamp.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUITemplate.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) void
GUIWorkflow.setAccessControlList
(List<GUIAccessControlEntry> accessControlList) -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.document
-
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.document.grid
ModifierConstructorDescriptionContextMenu
(GUIFolder folder, DocumentsGrid docsGrid, GUIAccessControlEntry acl) -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.folder
Modifier and TypeMethodDescriptionFolderSecurityPanel.getACL()
Creates the collection of all the ACL -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.security
Modifier and TypeMethodDescriptionMenuSecurityPanel.getACL()
Create an array of all rights defined -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionDocumentService.getAllowedPermissions
(List<Long> docIds) Gets the allowed permissions on a set of documents in regards of the current userModifier and TypeMethodDescriptionvoid
DocumentServiceAsync.getAllowedPermissions
(List<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<GUIAccessControlEntry> callback) -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.settings.automation
Modifier and TypeMethodDescriptionAutomationRoutineSecurity.getACL()
Creates a list of all the ACL -
Uses of GUIAccessControlEntry in com.logicaldoc.gui.frontend.client.workflow.designer
-
Uses of GUIAccessControlEntry in com.logicaldoc.web.service