Package org.dspace.xoai.filter
Class DSpaceWithdrawnFilter
java.lang.Object
org.dspace.xoai.filter.DSpaceFilter
org.dspace.xoai.filter.DSpaceWithdrawnFilter
- All Implemented Interfaces:
com.lyncode.xoai.dataprovider.data.Filter
Filter for Withdrawn items. Enabling this filter allows tombstones for
withdrawn items to be accessible via OAI-PMH. This allows us to properly
flag withdrawn items with a "deleted" status. For more info on OAI-PMH
"deleted" status, see:
http://www.openarchives.org/OAI/openarchivesprotocol.html#deletion
(Don't worry, a tombstone doesn't display the withdrawn item's metadata or files.)
- Author:
- Tim Donohue
-
Field Summary
Fields inherited from class org.dspace.xoai.filter.DSpaceFilter
configuration, context, fieldResolver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dspace.xoai.filter.DSpaceFilter
getConfiguration, getContext, getFieldResolver, isItemShown, setConfiguration, setContext, setFieldResolver
-
Constructor Details
-
DSpaceWithdrawnFilter
public DSpaceWithdrawnFilter()
-
-
Method Details
-
isShown
- Specified by:
isShownin classDSpaceFilter
-
buildSolrQuery
- Specified by:
buildSolrQueryin classDSpaceFilter
-