Package ch.tocco.nice2.dms.impl.security
Interface PermissionsGridService
- All Known Implementing Classes:
PermissionsGridServiceImpl
public interface PermissionsGridService
-
Method Summary
Modifier and TypeMethodDescriptiongetPermissionsForNode
(EntityExplorerActionSelection selection, String moduleName) Get a grid representing the current rights set on a selected node.
-
Method Details
-
getPermissionsForNode
JsonReaderResponse<Map<String,Object>> getPermissionsForNode(EntityExplorerActionSelection selection, String moduleName) throws URISyntaxException, InterruptedException, PersistException, RpcExecutionException Get a grid representing the current rights set on a selected node.- Parameters:
selection
- single selected EntitymoduleName
- the name of the entity explorer module (e.g. Resource, Page)- Returns:
- the defined permissions for the selected entity.
- Throws:
URISyntaxException
InterruptedException
PersistException
RpcExecutionException
-