public interface ImportService
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSupportedChecksumAlgorithms()
Provides the names of the supported checksum algorithms.
|
ImportWsResult |
importPulledFile(ImportWsParams importParams)
Imports a pulled file into an archival unit.
|
ImportWsResult |
importPushedFile(ImportWsParams importParams)
Imports a pushed file into an archival unit.
|
ImportWsResult importPulledFile(ImportWsParams importParams) throws LockssWebServicesFault
importParams - An ImportWsParams with the parameters of the importing operation.LockssWebServicesFault - if there are problems.ImportWsResult importPushedFile(ImportWsParams importParams) throws LockssWebServicesFault
importParams - An ImportWsParams with the parameters of the importing operation.LockssWebServicesFault - if there are problems.String[] getSupportedChecksumAlgorithms() throws LockssWebServicesFault
LockssWebServicesFault - if there are problems.Copyright © 2000–2023 LOCKSS Program. All rights reserved.