public interface MetadataControlService
| Modifier and Type | Method and Description |
|---|---|
MetadataControlResult |
deleteAu(Long auSeq,
String auKey)
Deletes an Archival Unit and its metadata.
|
MetadataControlResult |
deletePublicationIssn(Long mdItemSeq,
String issn,
String issnType)
Deletes an ISSN linked to a publication.
|
MetadataControlResult deletePublicationIssn(Long mdItemSeq, String issn, String issnType) throws LockssWebServicesFault
mdItemSeq - A Long with the publication metadata identifier.issn - A String with the ISSN.issnType - A String with the ISSN type.LockssWebServicesFault - if there are problems.MetadataControlResult deleteAu(Long auSeq, String auKey) throws LockssWebServicesFault
auSeq - A Long with the Archival Unit database identifier.auKey - A String with the Archival Unit key identifier.LockssWebServicesFault - if there are problems.Copyright © 2000–2023 LOCKSS Program. All rights reserved.