Uses of Class
com.emc.documentum.rest.model.PermissionSetObject
Packages that use PermissionSetObject
-
Uses of PermissionSetObject in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return PermissionSetObjectModifier and TypeMethodDescriptionAclManager.getPermissionSet
(String objectId, AttributeView attributeView) Get the permission set of an specified sysobject.UserManager.getPermissionSet
(String userName) Get a user's associated permission setAclManager.updatePermissionSet
(String objectId, PermissionSetObject permissionSetObject) Update the object permission set.Methods in com.emc.documentum.rest.dfc with parameters of type PermissionSetObjectModifier and TypeMethodDescriptionAclManager.updatePermissionSet
(String objectId, PermissionSetObject permissionSetObject) Update the object permission set. -
Uses of PermissionSetObject in com.emc.documentum.rest.dfc.conversion
Methods in com.emc.documentum.rest.dfc.conversion with type parameters of type PermissionSetObjectModifier and TypeMethodDescription<T extends PermissionSetObject>
TConvert the DFC object IDfAcl to instance ofPermissionSetObject