Class DuraStoreDataSource
java.lang.Object
org.duracloud.stitch.datasource.impl.DuraStoreDataSource
- All Implemented Interfaces:
DataSource
This class is a DuraStore implementation of the DataSource interface.
- Author:
- Andrew Woods Date: 9/2/11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContent(String spaceId, String contentId) This method returns the content item specified by the arg space-id and content-id.
-
Constructor Details
-
DuraStoreDataSource
-
-
Method Details
-
getContent
Description copied from interface:DataSourceThis method returns the content item specified by the arg space-id and content-id.- Specified by:
getContentin interfaceDataSource- Parameters:
spaceId- of content itemcontentId- of content item- Returns:
- content
-