Package org.lockss.laaws.poller.impl
Class RepositoryWsSource
java.lang.Object
org.lockss.ws.entities.RepositoryWsResult
org.lockss.laaws.poller.impl.RepositoryWsSource
public class RepositoryWsSource
extends org.lockss.ws.entities.RepositoryWsResult
Container for the information that is used as the source for a query related
to repositories.
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryWsSource(String repositorySpaceId, String collectionId, String auId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.lockss.ws.entities.RepositoryWsResult
equals, hashCode, setAuName, setDirectoryName, setDiskUsage, setInternal, setParams, setPluginName, setRepositorySpaceId, setStatus, toString
-
Constructor Details
-
RepositoryWsSource
Constructor.- Parameters:
repositorySpaceId- A String with the name of the store space.collectionId- A String with the identifier of a collection.auId- A String with the identifier of an Archival Unit.
-
-
Method Details
-
getRepositorySpaceId
- Overrides:
getRepositorySpaceIdin classorg.lockss.ws.entities.RepositoryWsResult
-
getDirectoryName
- Overrides:
getDirectoryNamein classorg.lockss.ws.entities.RepositoryWsResult
-
getAuName
- Overrides:
getAuNamein classorg.lockss.ws.entities.RepositoryWsResult
-
getInternal
- Overrides:
getInternalin classorg.lockss.ws.entities.RepositoryWsResult
-
getStatus
- Overrides:
getStatusin classorg.lockss.ws.entities.RepositoryWsResult
-
getDiskUsage
- Overrides:
getDiskUsagein classorg.lockss.ws.entities.RepositoryWsResult
-
getPluginName
- Overrides:
getPluginNamein classorg.lockss.ws.entities.RepositoryWsResult
-
getParams
- Overrides:
getParamsin classorg.lockss.ws.entities.RepositoryWsResult
-