public interface AuControlService
| Modifier and Type | Method and Description |
|---|---|
CheckSubstanceResult |
checkSubstanceById(String auId)
Provides an indication of whether an archival unit has substance.
|
List<CheckSubstanceResult> |
checkSubstanceByIdList(List<String> auIds)
Provides an indication of whether the archival units defined by a list with their identifiers
have substance.
|
RequestAuControlResult |
disableMdIndexingById(String auId)
Disables the metadata indexing of an archival unit.
|
List<RequestAuControlResult> |
disableMdIndexingByIdList(List<String> auIds)
Disables the metadata indexing of the archival units defined by a list with their identifiers.
|
RequestAuControlResult |
enableMdIndexingById(String auId)
Enables the metadata indexing of an archival unit.
|
List<RequestAuControlResult> |
enableMdIndexingByIdList(List<String> auIds)
Enables the metadata indexing of the archival units defined by a list with their identifiers.
|
RequestCrawlResult |
requestCrawlById(String auId,
Integer priority,
boolean force)
Requests the crawl of an archival unit.
|
List<RequestCrawlResult> |
requestCrawlByIdList(List<String> auIds,
Integer priority,
boolean force)
Requests the crawl of the archival units defined by a list with their identifiers.
|
RequestDeepCrawlResult |
requestDeepCrawlById(String auId,
int refetchDepth,
Integer priority,
boolean force)
Requests the deep crawl of an archival unit.
|
List<RequestDeepCrawlResult> |
requestDeepCrawlByIdList(List<String> auIds,
int refetchDepth,
Integer priority,
boolean force)
Requests the deep crawl of the archival units defined by a list with their identifiers.
|
RequestAuControlResult |
requestMdIndexingById(String auId,
boolean force)
Requests the metadata indexing of an archival unit.
|
List<RequestAuControlResult> |
requestMdIndexingByIdList(List<String> auIds,
boolean force)
Requests the metadata indexing of the archival units defined by a list with their identifiers.
|
RequestAuControlResult |
requestPollById(String auId)
Requests the polling of an archival unit.
|
List<RequestAuControlResult> |
requestPollByIdList(List<String> auIds)
Requests the polling of the archival units defined by a list with their identifiers.
|
CheckSubstanceResult checkSubstanceById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<CheckSubstanceResult> checkSubstanceByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.List<CheckSubstanceResult> with the results of the operation.LockssWebServicesFault - if there are problems.RequestCrawlResult requestCrawlById(String auId, Integer priority, boolean force) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.priority - An Integer with the priority of the crawl request.force - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.LockssWebServicesFault - if there are problems.List<RequestCrawlResult> requestCrawlByIdList(List<String> auIds, Integer priority, boolean force) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.priority - An Integer with the priority of the crawl request.force - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.List<RequestCrawlResult> with the results of the operation.LockssWebServicesFault - if there are problems.RequestDeepCrawlResult requestDeepCrawlById(String auId, int refetchDepth, Integer priority, boolean force) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.refetchDepth - An int with the depth of the crawl request.priority - An Integer with the priority of the crawl request.force - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.LockssWebServicesFault - if there are problems.List<RequestDeepCrawlResult> requestDeepCrawlByIdList(List<String> auIds, int refetchDepth, Integer priority, boolean force) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.refetchDepth - An int with the depth of the crawl request.priority - An Integer with the priority of the crawl request.force - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.List<RequestDeepCrawlResult> with the results of the operation.LockssWebServicesFault - if there are problems.RequestAuControlResult requestPollById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<RequestAuControlResult> requestPollByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A List<String> with the identifiers (auids) of the archival units.List<RequestAuControlResult> with the results of the operation.LockssWebServicesFault - if there are problems.RequestAuControlResult requestMdIndexingById(String auId, boolean force) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.force - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.LockssWebServicesFault - if there are problems.List<RequestAuControlResult> requestMdIndexingByIdList(List<String> auIds, boolean force) throws LockssWebServicesFault
auIds - A Listforce - A boolean with true if the request is to be made even in the presence
of some anomalies, false otherwise.LockssWebServicesFault - if there are problems.RequestAuControlResult disableMdIndexingById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<RequestAuControlResult> disableMdIndexingByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A ListLockssWebServicesFault - if there are problems.RequestAuControlResult enableMdIndexingById(String auId) throws LockssWebServicesFault
auId - A String with the identifier (auid) of the archival unit.LockssWebServicesFault - if there are problems.List<RequestAuControlResult> enableMdIndexingByIdList(List<String> auIds) throws LockssWebServicesFault
auIds - A ListLockssWebServicesFault - if there are problems.Copyright © 2000–2023 LOCKSS Program. All rights reserved.