public interface HierarchyTokens
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getNodesWithToken(String hierarchyId,
String permToken)
Find all nodes for a hierarchy associated with a token key
|
Map<String,Set<String>> |
getNodesWithTokens(String hierarchyId,
String[] permTokens)
Find all the nodes for a hierarchy associated with a set of token keys
|
Set<String> getNodesWithToken(String hierarchyId, String permToken)
hierarchyId - a unique id which defines the hierarchypermToken - a permissions token keyMap<String,Set<String>> getNodesWithTokens(String hierarchyId, String[] permTokens)
hierarchyId - a unique id which defines the hierarchypermTokens - an array of permissions token keysCopyright © 2003–2021 Sakai Project. All rights reserved.