Uses of Class
com.emc.documentum.rest.model.AccessorPermission
Packages that use AccessorPermission
-
Uses of AccessorPermission in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return AccessorPermissionModifier and TypeMethodDescriptionAclManager.getUserPermission
(String objectId, String accessor) Get the grant permissions to an specified sysobject for some user or group -
Uses of AccessorPermission in com.emc.documentum.rest.model
Methods in com.emc.documentum.rest.model that return types with arguments of type AccessorPermissionModifier and TypeMethodDescriptionPermissionSetObject.getPermit()
PermissionSetObject.getRestrict()
Method parameters in com.emc.documentum.rest.model with type arguments of type AccessorPermissionModifier and TypeMethodDescriptionvoid
PermissionSetObject.setPermit
(List<AccessorPermission> permit) void
PermissionSetObject.setRestrict
(List<AccessorPermission> restrict)