Interface RankPermissionSource
public interface RankPermissionSource
Manages the retrieval of permissions for rank nodes.
-
Method Summary
Modifier and TypeMethodDescriptioncom.xpdustry.distributor.api.permission.PermissionContainergetRankPermissions(RankNode node) Returns the permissions for the given rank node.
-
Method Details
-
getRankPermissions
Returns the permissions for the given rank node.- Parameters:
node- the rank node- Returns:
- the permission tree of the rank node
-