| Package | Description |
|---|---|
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.app.util.service | |
| org.dspace.browse |
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.content.factory | |
| org.dspace.content.service | |
| org.dspace.discovery | |
| org.dspace.discovery.configuration | |
| org.dspace.workflow |
DSpace's workflow system
|
| org.dspace.workflowbasic | |
| org.dspace.xmlworkflow.storedcomponents |
| Modifier and Type | Method and Description |
|---|---|
protected SyndicationFeed |
OpenSearchServiceImpl.getResults(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
Document |
OpenSearchServiceImpl.getResultsDoc(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
String |
OpenSearchServiceImpl.getResultsString(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
void |
SyndicationFeed.populate(javax.servlet.http.HttpServletRequest request,
Context context,
IndexableObject dso,
List<IndexableObject> items,
Map<String,String> labels)
Fills in the feed and entry-level metadata from DSpace objects.
|
| Modifier and Type | Method and Description |
|---|---|
protected SyndicationFeed |
OpenSearchServiceImpl.getResults(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
Document |
OpenSearchServiceImpl.getResultsDoc(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
String |
OpenSearchServiceImpl.getResultsString(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels) |
void |
SyndicationFeed.populate(javax.servlet.http.HttpServletRequest request,
Context context,
IndexableObject dso,
List<IndexableObject> items,
Map<String,String> labels)
Fills in the feed and entry-level metadata from DSpace objects.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
OpenSearchService.getResultsDoc(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels)
Returns a formatted set of search results as a document
|
String |
OpenSearchService.getResultsString(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels)
Returns a formatted set of search results as a string
|
| Modifier and Type | Method and Description |
|---|---|
Document |
OpenSearchService.getResultsDoc(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels)
Returns a formatted set of search results as a document
|
String |
OpenSearchService.getResultsString(Context context,
String format,
String query,
int totalResults,
int start,
int pageSize,
IndexableObject scope,
List<IndexableObject> results,
Map<String,String> labels)
Returns a formatted set of search results as a string
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserScope.setBrowseContainer(IndexableObject dso)
Set the DSpaceObject that is the container for this browse.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InProgressSubmission<ID extends Serializable>
Interface for manipulating in-progress submissions, without having to know at
which stage of submission they are (in workspace or workflow system)
|
| Modifier and Type | Class and Description |
|---|---|
class |
Collection
Class representing a collection.
|
class |
Community
Class representing a community
|
class |
Item
Class representing an item in DSpace.
|
class |
WorkspaceItem
Class representing an item in the process of being submitted by a user
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IndexableObject<PK>,PK extends Serializable> |
ContentServiceFactory.getIndexableObjectService(int type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexableObjectService<T extends IndexableObject<PK>,PK extends Serializable>
Base Service interface class for any IndexableObject.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexableObject |
SolrServiceImpl.findIndexableObject(Context context,
org.apache.solr.common.SolrDocument doc)
Find the indexable object by type and UUID
|
IndexableObject |
DiscoverResult.IndexableObjectHighlightResult.getIndexableObject()
Return the indexable object that the highlighting snippets refer to
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexableObject> |
DiscoverResult.getIndexableObjects() |
List<IndexableObject> |
SolrServiceImpl.search(Context context,
String query,
int offset,
int max,
String... filterquery) |
List<IndexableObject> |
SolrServiceImpl.search(Context context,
String query,
String orderfield,
boolean ascending,
int offset,
int max,
String... filterquery) |
List<IndexableObject> |
SearchService.search(Context context,
String query,
String orderfield,
boolean ascending,
int offset,
int max,
String... filterquery) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoverResult.addHighlightedResult(IndexableObject dso,
DiscoverResult.IndexableObjectHighlightResult highlightedResult) |
void |
DiscoverResult.addIndexableObject(IndexableObject idxObj) |
void |
SolrServiceSpellIndexingPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceResourceRestrictionPlugin.additionalIndex(Context context,
IndexableObject idxObj,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceMetadataBrowseIndexingPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceIndexPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceIndexOutputPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceFileInfoPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
SolrServiceContentInOriginalBundleFilterPlugin.additionalIndex(Context context,
IndexableObject dso,
org.apache.solr.common.SolrInputDocument document) |
void |
DiscoverResult.addSearchDocument(IndexableObject dso,
DiscoverResult.SearchDocument searchDocument) |
void |
FacetYearRange.calculateRange(Context context,
List<String> filterQueries,
IndexableObject scope,
SearchService searchService,
DiscoverQuery parentQuery) |
FacetYearRange |
SolrServiceImpl.getFacetYearRange(Context context,
IndexableObject scope,
DiscoverySearchFilterFacet facet,
List<String> filterQueries,
DiscoverQuery parentQuery) |
FacetYearRange |
SearchService.getFacetYearRange(Context context,
IndexableObject scope,
DiscoverySearchFilterFacet facet,
List<String> filterQueries,
DiscoverQuery parentQuery) |
DiscoverResult.IndexableObjectHighlightResult |
DiscoverResult.getHighlightedResults(IndexableObject dso) |
static String |
DiscoverResult.SearchDocument.getIndexableObjectStringRepresentation(IndexableObject idxObj) |
List<DiscoverResult.SearchDocument> |
DiscoverResult.getSearchDocument(IndexableObject idxObj)
Returns all the sought after search document values
|
void |
SolrServiceImpl.indexContent(Context context,
IndexableObject dso)
If the handle for the "dso" already exists in the index, and the "dso"
has a lastModified timestamp that is newer than the document in the index
then it is updated, otherwise a new document is added.
|
void |
IndexingService.indexContent(Context context,
IndexableObject dso) |
void |
SolrServiceImpl.indexContent(Context context,
IndexableObject dso,
boolean force)
If the handle for the "dso" already exists in the index, and the "dso"
has a lastModified timestamp that is newer than the document in the index
then it is updated, otherwise a new document is added.
|
void |
IndexingService.indexContent(Context context,
IndexableObject dso,
boolean force) |
void |
SolrServiceImpl.indexContent(Context context,
IndexableObject dso,
boolean force,
boolean commit) |
void |
IndexingService.indexContent(Context context,
IndexableObject dso,
boolean force,
boolean commit) |
void |
SolrServiceImpl.reIndexContent(Context context,
IndexableObject dso)
reIndexContent removes something from the index, then re-indexes it
|
void |
IndexingService.reIndexContent(Context context,
IndexableObject dso) |
DiscoverResult |
SolrServiceImpl.search(Context context,
IndexableObject dso,
DiscoverQuery query) |
DiscoverResult |
SearchService.search(Context context,
IndexableObject dso,
DiscoverQuery query)
Convenient method to call @see #search(Context, DSpaceObject,
DiscoverQuery, boolean) with includeWithdrawn=false
|
DiscoverResult |
SolrServiceImpl.search(Context context,
IndexableObject dso,
DiscoverQuery discoveryQuery,
boolean includeUnDiscoverable) |
DiscoverResult |
SearchService.search(Context context,
IndexableObject dso,
DiscoverQuery query,
boolean includeWithdrawn) |
void |
SolrServiceImpl.unIndexContent(Context context,
IndexableObject dso)
unIndex removes an Item, Collection, or Community
|
void |
IndexingService.unIndexContent(Context context,
IndexableObject dso) |
void |
SolrServiceImpl.unIndexContent(Context context,
IndexableObject dso,
boolean commit)
unIndex removes an Item, Collection, or Community
|
void |
IndexingService.unIndexContent(Context context,
IndexableObject dso,
boolean commit) |
| Constructor and Description |
|---|
IndexableObjectHighlightResult(IndexableObject idxObj,
Map<String,List<String>> highlightResults) |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryConfiguration |
DiscoveryConfigurationService.getDiscoveryConfiguration(IndexableObject dso) |
DiscoveryConfiguration |
DiscoveryConfigurationService.getDiscoveryConfigurationByNameOrDso(String configurationName,
IndexableObject dso) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowItem
Interface representing a workflowitem, each workflowItem implementation must implement this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicWorkflowItem
Class representing an item going through the workflow process in DSpace
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClaimedTask
Claimed task representing the database representation of an action claimed by an eperson
|
class |
PoolTask
Pool task representing the database representation of a pool task for a step and an eperson
|
class |
XmlWorkflowItem
Class representing an item going through the workflow process in DSpace
|
Copyright © 2019 DuraSpace. All rights reserved.