Uses of Class
edu.ucsb.nceas.metacat.accesscontrol.AccessControlException
Packages that use AccessControlException
-
Uses of AccessControlException in edu.ucsb.nceas.metacat.accesscontrol
Methods in edu.ucsb.nceas.metacat.accesscontrol that throw AccessControlExceptionModifier and TypeMethodDescriptionbooleanAccessControlForSingleFile.accessControlExists(edu.ucsb.nceas.utilities.access.XMLAccessDAO xmlAccessDAO) Check if access control comination for docid/principal/permission/permorder/permtype already exists.AccessControlForSingleFile.getAccessString()Get the access xml for all access on this docidAccessControlForSingleFile.getAccessString(Vector<edu.ucsb.nceas.utilities.access.XMLAccessDAO> xmlAccessDAOList) Put together an xml representation of the objects in a given access dao listGet Access Control List information for document from db connetion.voidAccessControlForSingleFile.insertPermissions(edu.ucsb.nceas.utilities.access.XMLAccessDAO xmlAccessDAO) Insert a single access record into the database based on access DAO objectvoidAccessControlForSingleFile.insertPermissions(String accessBlock) Replace existing permissions with a given block of permissions for this document.voidAccessControlForSingleFile.insertPermissions(String principalName, Long permission, String permType, String permOrder, String accessFileId, String subTreeId) Insert a single access record into the database.Constructors in edu.ucsb.nceas.metacat.accesscontrol that throw AccessControlExceptionModifierConstructorDescriptionAccessControlForSingleFile(String accessionNumber) Construct an instance of the AccessControlForSingleFile class. -
Uses of AccessControlException in edu.ucsb.nceas.metacat.dataone
Methods in edu.ucsb.nceas.metacat.dataone that throw AccessControlExceptionModifier and TypeMethodDescriptionstatic org.dataone.service.types.v2.SystemMetadataSystemMetadataFactory.createSystemMetadata(String localId) Creates a system metadata object for insertion into metacatSystemMetadataFactory.getDocumentInfoMap(String docid) Get the document information in the format of a map.