@Service public class ContentConfigurationServiceImpl extends BaseServiceImpl implements ContentConfigurationService
BaseSpringApiServiceImpl.MapMessageListenerconnectionTimeout, DEFAULT_CONNECTION_TIMEOUT, DEFAULT_READ_TIMEOUT, DEFAULT_REPO_NAMESPACE, PARAM_CONNECTION_TIMEOUT, PARAM_READ_TIMEOUT, PARAM_REPO_NAMESPACE, PREFIX, readTimeout, repoNamespace, restTemplateDEFAULT_CONFIG_WAIT_TIME, DEFAULT_READY_WAIT_TIME, JMS_BOTH, JMS_RECEIVE, JMS_SEND, jmsConsumer, jmsProducer, PARAM_CONFIG_WAIT_TIME, PARAM_READY_WAIT_TIME| Constructor and Description |
|---|
ContentConfigurationServiceImpl() |
| 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 of 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.
|
callRestServiceEndpoint, callRestServiceUri, callRestServiceUri, getAuthHeaders, getConnectionTimeout, getMultipartResponse, getReadTimeout, getRequestorIpAddress, getRestLockssRepository, getServiceBinding, getServiceEndpoint, getSoapRequestAuthorizationHeader, getSoapRequestCredentials, separatedString, setConfigconfigMgrCreated, getClassName, getConfigWaitTime, getJMSManager, getPluginManager, getReadyWaitTime, getRunningLockssDaemon, getWaitTime, jmsSetUpDone, jsonResponse, receiveMessage, registerConfigCallback, setUpJms, setUpJms, setUpJms, stopJms, stringResponse, waitConfig, waitConfig, waitReady, waitReadypublic ContentConfigurationResult addAuById(String auId) throws LockssWebServicesFault
addAuById in interface ContentConfigurationServiceauId - 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.public List<ContentConfigurationResult> addAusByIdList(List<String> auIds) throws LockssWebServicesFault
addAusByIdList in interface ContentConfigurationServiceauIds - 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.public ContentConfigurationResult deleteAuById(String auId) throws LockssWebServicesFault
deleteAuById in interface ContentConfigurationServiceauId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.public List<ContentConfigurationResult> deleteAusByIdList(List<String> auIds) throws LockssWebServicesFault
deleteAusByIdList in interface ContentConfigurationServiceauIds - A List<String> with the identifiers (auids) of the archival units.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.public ContentConfigurationResult reactivateAuById(String auId) throws LockssWebServicesFault
reactivateAuById in interface ContentConfigurationServiceauId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.public List<ContentConfigurationResult> reactivateAusByIdList(List<String> auIds) throws LockssWebServicesFault
reactivateAusByIdList in interface ContentConfigurationServiceauIds - A List<String> with the identifiers (auids) of the archival units.List<ContentConfigurationResult> with the results of the operation.LockssWebServicesFault - if there are problems.public ContentConfigurationResult deactivateAuById(String auId) throws LockssWebServicesFault
deactivateAuById in interface ContentConfigurationServiceauId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.public List<ContentConfigurationResult> deactivateAusByIdList(List<String> auIds) throws LockssWebServicesFault
deactivateAusByIdList in interface ContentConfigurationServiceauIds - 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.