Uses of Class
com.emc.documentum.rest.model.AclObject
Packages that use AclObject
-
Uses of AclObject in com.emc.documentum.rest.dfc
Methods in com.emc.documentum.rest.dfc that return AclObjectModifier and TypeMethodDescriptionAclManager.createAcl(AclObject object, boolean validateUnknown, AttributeView attributeView) Create ACL object with type and attributes.AclManager.getAclById(String objectId, AttributeView attributeView) Get ACL by object id.AclManager.getAclByName(String aclDomain, String aclName, AttributeView attributeView) Get ACL by acl_domain and acl_nameUpdate ACL object with attributes.Methods in com.emc.documentum.rest.dfc with parameters of type AclObjectModifier and TypeMethodDescriptionAclManager.createAcl(AclObject object, boolean validateUnknown, AttributeView attributeView) Create ACL object with type and attributes.Update ACL object with attributes.