public interface ContentConfigurationService
| Modifier and Type | Method and Description |
|---|---|
ContentConfigurationResult |
addAuById(String auId)
Configures the archival unit defined by its identifier.
|
List<ContentConfigurationResult> |
addAusByIdList(List<String> auIds)
Configures the archival units defined by a list with their identifiers.
|
ContentConfigurationResult |
deactivateAuById(String auId)
Deactivates the archival unit defined by its identifier.
|
List<ContentConfigurationResult> |
deactivateAusByIdList(List<String> auIds)
Deactivates the archival units defined by a list with their identifiers.
|
ContentConfigurationResult |
deleteAuById(String auId)
Unconfigures the archival unit defined by its identifier.
|
List<ContentConfigurationResult> |
deleteAusByIdList(List<String> auIds)
Unconfigures the archival units defined by a list with their identifiers.
|
ContentConfigurationResult |
reactivateAuById(String auId)
Reactivates the archival unit defined by its identifier.
|
List<ContentConfigurationResult> |
reactivateAusByIdList(List<String> auIds)
Reactivates the archival units defined by a list with their identifiers.
|
ContentConfigurationResult addAuById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit. The archival unit to be
added must already be in the title db that's loaded into the daemon.LockssWebServicesFault - if there are problems.List<ContentConfigurationResult> addAusByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units. The
archival units to be added must already be in the title db that's loaded into the daemon.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.ContentConfigurationResult deleteAuById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<ContentConfigurationResult> deleteAusByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.ContentConfigurationResult reactivateAuById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<ContentConfigurationResult> reactivateAusByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.ContentConfigurationResult deactivateAuById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<ContentConfigurationResult> deactivateAusByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.Copyright © 2000–2023 LOCKSS Program. All rights reserved.