Uses of Class
org.alfresco.rest.api.model.NodePermissions.NodePermission
-
Packages that use NodePermissions.NodePermission Package Description org.alfresco.rest.api.model -
-
Uses of NodePermissions.NodePermission in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type NodePermissions.NodePermission Modifier and Type Method Description List<NodePermissions.NodePermission>NodePermissions. getInherited()List<NodePermissions.NodePermission>NodePermissions. getLocallySet()Method parameters in org.alfresco.rest.api.model with type arguments of type NodePermissions.NodePermission Modifier and Type Method Description voidNodePermissions. setLocallySet(List<NodePermissions.NodePermission> directPermissions)Constructor parameters in org.alfresco.rest.api.model with type arguments of type NodePermissions.NodePermission Constructor Description NodePermissions(Boolean inherit, List<NodePermissions.NodePermission> inherited, List<NodePermissions.NodePermission> locallySet, Set<String> settable)
-