A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

abort() - Method in class org.dspace.core.Context
Close the context, without committing any of the changes performed using this context.
abort(Context, T, EPerson) - Method in interface org.dspace.workflow.WorkflowService
abort() aborts a workflow, completely deleting it (administrator do this) (it will basically do a reject from any state - the item ends up back in the user's PersonalWorkspace
abort(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
abort(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
about(Bitstream, Map) - Method in interface org.dspace.storage.bitstore.BitStoreService
Obtain technical metadata about an asset in the asset store.
about(Bitstream, Map) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Obtain technical metadata about an asset in the asset store.
about(Bitstream, Map) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Obtain technical metadata about an asset in the asset store.
ABSTRACT - Variable in class org.dspace.app.util.GoogleMetadata
 
AbstractCurationTask - Class in org.dspace.curate
AbstractCurationTask encapsulates a few common patterns of task use, resources, and convenience methods.
AbstractCurationTask() - Constructor for class org.dspace.curate.AbstractCurationTask
 
AbstractDSpaceWebapp - Class in org.dspace.app.util
Represent a DSpace application while it is running.
AbstractDSpaceWebapp() - Constructor for class org.dspace.app.util.AbstractDSpaceWebapp
Prevent null instantiation.
AbstractDSpaceWebapp(String) - Constructor for class org.dspace.app.util.AbstractDSpaceWebapp
Construct a particular kind of DSpace application.
AbstractGenerator - Class in org.dspace.app.sitemap
Base class for creating sitemaps of various kinds.
AbstractGenerator(File) - Constructor for class org.dspace.app.sitemap.AbstractGenerator
Initialize this generator to write to the given directory.
AbstractHibernateDAO<T> - Class in org.dspace.core
Hibernate implementation for generic DAO interface.
AbstractHibernateDAO() - Constructor for class org.dspace.core.AbstractHibernateDAO
 
AbstractHibernateDSODAO<T extends DSpaceObject> - Class in org.dspace.core
Hibernate implementation used by DSO Database Access Objects , includes commonly used methods Each DSO Database Access Objects should extend this class to prevent code duplication.
AbstractHibernateDSODAO() - Constructor for class org.dspace.core.AbstractHibernateDSODAO
 
AbstractImportMetadataSourceService<RecordType> - Class in org.dspace.importer.external.service
Created by: Roeland Dillen (roeland at atmire dot com) Date: 29 May 2015
AbstractImportMetadataSourceService() - Constructor for class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
AbstractMetadataFieldMapping<RecordType> - Class in org.dspace.importer.external.metadatamapping
Created by Roeland Dillen (roeland at atmire dot com) Date: 19/09/12 Time: 10:09
AbstractMetadataFieldMapping() - Constructor for class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
AbstractMETSDisseminator - Class in org.dspace.content.packager
Base class for disseminator of METS (Metadata Encoding & Transmission Standard) Package.
See http://www.loc.gov/standards/mets/
AbstractMETSDisseminator() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator
 
AbstractMETSDisseminator.MdStreamCache - Class in org.dspace.content.packager
Wrapper for a table of streams to add to the package, such as mdRef'd metadata.
AbstractMETSDisseminator.MdStreamCache() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
AbstractMETSIngester - Class in org.dspace.content.packager
Base class for package ingester of METS (Metadata Encoding & Transmission Standard) Packages.
See http://www.loc.gov/standards/mets/.
AbstractMETSIngester() - Constructor for class org.dspace.content.packager.AbstractMETSIngester
 
AbstractMETSIngester.MdrefManager - Class in org.dspace.content.packager
An instance of ZipMdrefManager holds the state needed to retrieve the contents of an external metadata stream referenced by an mdRef element in a Zipped up METS manifest.
AbstractPackageDisseminator - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?) PackageDisseminators may find useful.
AbstractPackageDisseminator() - Constructor for class org.dspace.content.packager.AbstractPackageDisseminator
 
AbstractPackageIngester - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Ingester, which implements a few helper/utility methods that most (all?) PackageIngesters may find useful.
AbstractPackageIngester() - Constructor for class org.dspace.content.packager.AbstractPackageIngester
 
AbstractPackagerWrappingCrosswalk - Class in org.dspace.content.crosswalk
Packager Wrapping Crosswalk plugin
AbstractPackagerWrappingCrosswalk() - Constructor for class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
 
AbstractProcessingStep - Class in org.dspace.submit
Abstract processing class for DSpace Submission Steps.
AbstractProcessingStep() - Constructor for class org.dspace.submit.AbstractProcessingStep
 
AbstractTextFilterOFD - Class in org.dspace.sort
Helper class for creating order delegates.
AbstractTextFilterOFD() - Constructor for class org.dspace.sort.AbstractTextFilterOFD
 
AbstractTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates stuff
AbstractTranslator() - Constructor for class org.dspace.ctask.general.AbstractTranslator
 
AbstractUsageEventListener - Class in org.dspace.usage
AbstractUsageEventListener is used as the base class for listening events running in the EventService.
AbstractUsageEventListener() - Constructor for class org.dspace.usage.AbstractUsageEventListener
 
AbstractVersionProvider - Class in org.dspace.versioning
 
AbstractVersionProvider() - Constructor for class org.dspace.versioning.AbstractVersionProvider
 
AC_PREFIX - Static variable in class org.dspace.app.bulkedit.MetadataImport
The prefix of the authority controlled field
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilter
The filter method
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilterByBundleName
Filter bitstream based on bundle name found in properties file
accept(Bitstream) - Method in class org.dspace.app.itemupdate.BitstreamFilterByFilename
Tests bitstream by matching the regular expression in the properties against the bitstream name
accept(Bitstream) - Method in class org.dspace.app.itemupdate.OriginalBitstreamFilter
Tests bitstreams for containment in an ORIGINAL bundle
accept(Bitstream) - Method in class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
Tests bitstream for membership in specified bundles (ORIGINAL, TEXT, THUMBNAIL)
ACCEPT_HEADER_NAME - Static variable in class org.dspace.rdf.negotiation.NegotiationFilter
 
AcceptEditRejectAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action that allows users to edit/accept/reject a workflow item
AcceptEditRejectAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
AccessStep - Class in org.dspace.submit.step
This class manages the access step during the submission
AccessStep() - Constructor for class org.dspace.submit.step.AccessStep
 
AccountService - Interface in org.dspace.eperson.service
Methods for handling registration by email and forgotten passwords.
AccountServiceImpl - Class in org.dspace.eperson
Methods for handling registration by email and forgotten passwords.
AccountServiceImpl() - Constructor for class org.dspace.eperson.AccountServiceImpl
 
Action - Class in org.dspace.xmlworkflow.state.actions
This abstract class represents an api action Each step in the xml workflow consists of a number of actions this abstract action contains some utility methods & the methods that each of these actions must implement including: activating, execution, ...
Action() - Constructor for class org.dspace.xmlworkflow.state.actions.Action
 
ActionInterface - Interface in org.dspace.xmlworkflow.state.actions
This empty interface can be implemented by the UI module(s) it does not contain any methods since each UI has there own methods of rendering the action.
ActionManager - Class in org.dspace.app.itemupdate
Container for UpdateActions Order of actions is very import for correct processing.
ActionManager() - Constructor for class org.dspace.app.itemupdate.ActionManager
 
actionMgr - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
ActionResult - Class in org.dspace.xmlworkflow.state.actions
A class that represent the result of an action The result consists of 2 parts a type & and a result The type is represented by an enum & can either be something like TYPE_OUTCOME: we have a certain outcome so move to another action/step TYPE_ERROR: an error has occurred while processing the action ...
ActionResult(ActionResult.TYPE, int) - Constructor for class org.dspace.xmlworkflow.state.actions.ActionResult
 
ActionResult(ActionResult.TYPE) - Constructor for class org.dspace.xmlworkflow.state.actions.ActionResult
 
ActionResult.TYPE - Enum in org.dspace.xmlworkflow.state.actions
 
actionText - Static variable in class org.dspace.core.Constants
lets you look up action names from the action IDs
actionTypeRelevance - Static variable in class org.dspace.core.Constants
Array of relevances of actions to objects - used by the UI to only display actions that are relevant to an object type; To see if an action is relevant to an object, just OR the relevance type above with the value in actionTypeRelevance[] (To see if READ is relevant to community, just test actionTypeRelevance[READ] | RCOMMUNITY, 0 = irrelevant)
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
activate(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
activateFirstStep(Context, Workflow, Step, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
activateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
activateOptions() - Method in class org.dspace.app.util.DailyFileAppender
 
activeThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
add(String, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Add a new metadata value to this line
add(String[], String, BulkEditChange) - Method in class org.dspace.app.bulkedit.MetadataImport
Add an item metadata with a line from CSV, and optionally update the item
add(Stat) - Method in class org.dspace.app.statistics.Statistics
add an individual statistic to this object
add(Stat[]) - Method in class org.dspace.app.statistics.Statistics
add an array of statistics to this object
ADD - Static variable in class org.dspace.core.Constants
Action of adding something to a container.
add(Context, Group, WorkspaceItem, int) - Method in interface org.dspace.eperson.service.SupervisorService
adds a supervision order to the database
add(Context, Group, WorkspaceItem, int) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
ADD - Static variable in class org.dspace.event.Event
 
add(String) - Method in class org.dspace.statistics.util.IPTable
Can be full v4 IP, subnet or range string
add(String, String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
add(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
add(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
addAdditionalSolrYearCores(SolrQuery) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
addAggregateValues(String, String) - Method in class org.dspace.app.util.GoogleMetadata
 
addAmdSec(Context, DSpaceObject, PackageParameters, Mets, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addArgument(Object) - Method in class org.dspace.core.Email
Fill out the next argument in the template
addAttachment(File, String) - Method in class org.dspace.core.Email
 
addAttachment(InputStream, String, String) - Method in class org.dspace.core.Email
 
addBitstream(Context, ItemArchive, Item, File, ContentsEntry, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddBitstreamsAction
 
addBitstream(Context, Bundle, Bitstream) - Method in class org.dspace.content.BundleServiceImpl
 
addBitstream(Context, Bundle, Bitstream) - Method in interface org.dspace.content.service.BundleService
Add an existing bitstream to this bundle
addBitstreams(Context, Item, METSManifest, File, PackageParameters, AbstractMETSIngester.MdrefManager) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add Bitstreams to an Item, based on the files listed in the METS Manifest
AddBitstreamsAction - Class in org.dspace.app.itemupdate
Action to add bitstreams listed in item contents file to the item in DSpace
AddBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.AddBitstreamsAction
 
addBitstreamsToZip(Context, DSpaceObject, PackageParameters, ZipOutputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Add Bitstreams associated with a given DSpace Object into an existing ZipOutputStream
addBlock(Statistics) - Method in class org.dspace.app.statistics.HTMLReport
add a statistics block to the report to the class register
addBlock(Statistics) - Method in interface org.dspace.app.statistics.Report
add a statistics block to the report to the class register
addBTEItems(Context, List<Collection>, String, String, boolean, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
In this method, the BTE is instantiated.
addBTEItems(Context, List<Collection>, String, String, boolean, String, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
addBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
addBundle(Context, Item, Bundle) - Method in interface org.dspace.content.service.ItemService
Add an existing bundle to this item.
addCitedPageToItem(File, Bundle, Bundle, Bundle, Map<String, Bitstream>, Item, Bitstream) - Method in class org.dspace.curate.CitationPage
A helper function for CitationPage.performItem(Item).
addClaimedUser(Context, XmlWorkflowItem, Step, EPerson) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
Adds a claimed user in the metadata if enough users have claimed this task (claimed or finished) to meet the required number the pooled tasks will be deleted
addClaimedUser(Context, XmlWorkflowItem, Step, EPerson) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
addCollection(Context, Community, Collection) - Method in class org.dspace.content.CommunityServiceImpl
 
addCollection(Context, Community, Collection) - Method in interface org.dspace.content.service.CommunityService
Add an exisiting collection to the community
addCollectionList(Community, List<Collection>) - Method in class org.dspace.content.CommunityServiceImpl
Internal method to process subcommunities recursively
addConsumerProfile(ConsumerProfile) - Method in class org.dspace.event.BasicDispatcher
 
addConsumerProfile(ConsumerProfile) - Method in class org.dspace.event.Dispatcher
Add a consumer profile to the end of the list.
addContact(String, String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
addContainerLogo(Context, DSpaceObject, METSManifest, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add a Logo to a Community or Collection container object based on a METS Manifest.
addContainerMetadataField(SolrInputDocument, List<String>, List<String>, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
Add the metadata value of the community/collection to the solr document IF needed highlighting is added !
addCoverPageToDocument(PDDocument, PDDocument, PDPage) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
addCss(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addDatasetGenerator(DatasetGenerator) - Method in class org.dspace.statistics.content.StatisticsData
Augment the list of facets (generators).
addDatasetGenerator(DatasetGenerator) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addDCValue(Context, Item, String, Node) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addDepositLicense(Context, String, Item, Collection) - Static method in class org.dspace.content.packager.PackageUtils
Add DSpace Deposit License to an Item.
addDescriptor(String, String) - Method in class org.dspace.curate.TaskResolver
Adds a task descriptor property and flushes catalog to disk.
addDetails(String) - Method in class org.dspace.content.DSpaceObject
Add a string to the cache of event details.
addDocumentsToFile(Context, SolrDocumentList, File) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
addDOI(String, Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
addDsoChild(DSORepresentation) - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
addDsoChild(int, int, boolean, int) - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
addDSpaceObject(DSpaceObject) - Method in class org.dspace.discovery.DiscoverResult
 
addEmail(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
addEntities(String) - Static method in class org.dspace.core.Utils
Replace characters that could be interpreted as HTML codes with symbolic references (entities).
addEPerson(EPerson) - Method in class org.dspace.xmlworkflow.RoleMembers
 
addErrorField(HttpServletRequest, String) - Static method in class org.dspace.submit.AbstractProcessingStep
Add a single UI field to the list of all error fields (which can later be retrieved using getErrorFields())
addErrorField(HttpServletRequest, String) - Method in class org.dspace.xmlworkflow.state.actions.Action
Add a single UI field to the list of all error fields (which can later be retrieved using getErrorFields())
addErrorMessage(int, String) - Method in class org.dspace.submit.AbstractProcessingStep
Add an error message to the internal map for this step.
addEvent(Event) - Method in class org.dspace.core.Context
Add an event to be dispatched when this context is committed.
addExternalIdentifier(BioExternalIdentifier) - Method in class org.dspace.authority.orcid.model.Bio
 
addExternalResults(String, ArrayList<Choice>, List<AuthorityValue>, int) - Method in class org.dspace.content.authority.SolrAuthority
 
addExternalResultsInNextMatches() - Method in class org.dspace.content.authority.SolrAuthority
 
addFacetField(DiscoverFacetField) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new facet field
addFacetQuery(String) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new facet query
addFacetResult(String, DiscoverResult.FacetResult...) - Method in class org.dspace.discovery.DiscoverResult
 
addField(String, List<Value>) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
addFieldPresentQueries(String...) - Method in class org.dspace.discovery.DiscoverQuery
Adds a query that will ensure that a certain field is present in the index
addFilter(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
addFilter(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
addFilterQueries(String...) - Method in class org.dspace.discovery.DiscoverQuery
Adds new filter queries
addFilters(StatisticsFilter) - Method in class org.dspace.statistics.content.StatisticsData
Augment the list of filters.
addFinishedUser(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
Adds a finished user in the metadata this method will also remove the user from the inprogress metadata
addFinishedUser(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
addGroup(Group) - Method in class org.dspace.xmlworkflow.RoleMembers
 
addGroupPolicyToItem(Context, Item, int, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
addHandle(Handle) - Method in class org.dspace.content.DSpaceObject
 
addHighlightedResult(DSpaceObject, DiscoverResult.DSpaceObjectHighlightResult) - Method in class org.dspace.discovery.DiscoverResult
 
addHistory(Context, MostRecentChecksum) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
addHistory(Context, MostRecentChecksum) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
addHitHighlightingField(DiscoverHitHighlightingField) - Method in class org.dspace.discovery.DiscoverQuery
 
addInitialWorkspaceItemPolicies(Context, WorkspaceItem) - Method in interface org.dspace.workflow.WorkflowService
 
addInitialWorkspaceItemPolicies(Context, WorkspaceItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
addInitialWorkspaceItemPolicies(Context, WorkspaceItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
addInterested(ChecksumResultCode, long) - Method in class org.dspace.checker.ResultsPruner
Add a result and the length of time before the history with this type of result is removed from the database.
addInterested(ChecksumResultCode, String) - Method in class org.dspace.checker.ResultsPruner
Add a result and the length of time before it is removed from the checksum history table.
addItem(Item) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Add a DSpace item to the CSV file
addItem(String) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Add an item to the CSV file, from a CSV line of elements
addItem(Context, List<Collection>, String, String, PrintWriter, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
item? try and add it to the archive.
addItem(Context, Collection, Item) - Method in class org.dspace.content.CollectionServiceImpl
 
addItem(Context, Collection, Item) - Method in interface org.dspace.content.service.CollectionService
Add an item to the collection.
addItems(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addItems(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
addItemsAtomic(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
addItemsAtomic(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
addItemValue(Context, Item, String) - Method in class org.dspace.license.LicenseMetadataValue
Adds passed value to the set of values for the field in passed item.
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceContentInOriginalBundleFilterPlugin
 
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceIndexOutputPlugin
 
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in interface org.dspace.discovery.SolrServiceIndexPlugin
 
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
additionalSearchParameters(Context, DiscoverQuery, SolrQuery) - Method in interface org.dspace.discovery.SolrServiceSearchPlugin
 
addKeyword(String) - Method in class org.dspace.authority.orcid.model.Bio
 
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add license(s) to Item based on contents of METS and other policies.
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Ignore license when restoring an manifest-only AIP, since it should be a bitstream in the AIP already.
addLicense(Context, Item, String, Collection, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Policy: For DSpace deposit license, take deposit license supplied by explicit argument first, else use collection's default deposit license.
addLocalesToAcceptableFilenames(List<String>) - Method in class org.dspace.core.NewsServiceImpl
 
addLogoBitstream(Context, Bitstream, FileSec, Div, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addManifestBitstream(Context, Item, METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Save/Preserve the METS Manifest as a Bitstream attached to the given DSpace item.
addMatchers(String, String[]) - Method in class org.dspace.authenticate.IPAuthentication
Add matchers for the given comma-delimited IP ranges and group.
addMember(Context, Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
addMember(Context, Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
addMember(Context, Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
add an eperson member
addMember(Context, Group, Group) - Method in interface org.dspace.eperson.service.GroupService
add group to this group
addMetadata(MetadataValue) - Method in class org.dspace.content.DSpaceObject
 
addMetadata(Context, T, String, String, String, String, List<String>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, List<String>, List<String>, List<Integer>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, List<String>, List<String>, List<Integer>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, String, String, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, MetadataField, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, String, String, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
addMetadata(Context, T, String, String, String, String, List<String>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, String, String, String, String, List<String>, List<String>, List<Integer>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, MetadataField, String, List<String>, List<String>, List<Integer>) - Method in interface org.dspace.content.service.DSpaceObjectService
Add metadata fields.
addMetadata(Context, T, MetadataField, String, String, String, int) - Method in interface org.dspace.content.service.DSpaceObjectService
 
addMetadata(Context, T, MetadataField, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
 
addMetadata(Context, T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata field.
addMetadata(Context, T, String, String, String, String, String, String, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Add a single metadata field.
addMetadata(Item, Bitstream, String) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Add the bitstream metadata to the item
AddMetadataAction - Class in org.dspace.app.itemupdate
Action to add metadata to item
AddMetadataAction() - Constructor for class org.dspace.app.itemupdate.AddMetadataAction
 
addMetadataLeftJoin(StringBuilder, String, Collection<MetadataField>) - Method in class org.dspace.core.AbstractHibernateDSODAO
Add left outer join on all metadata fields which are passed to this function.
addMetadataSortQuery(StringBuilder, List<MetadataField>, List<String>) - Method in class org.dspace.core.AbstractHibernateDSODAO
 
addMetadataValueWhereQuery(StringBuilder, List<MetadataField>, String, String) - Method in class org.dspace.core.AbstractHibernateDSODAO
Using the metadata tables mapped in the leftJoin, this function creates a where query which can check the values Values can be checked using a like or an "=" query, this is determined by the "operator" parameter When creating a query, the "queryParam" string can be used set as parameter for the query.
addModule(Module) - Method in class org.dspace.app.util.SyndicationFeed
Add a ROME plugin module (e.g.
addMultipleValues(String) - Method in class org.dspace.app.util.GoogleMetadata
If metadata field contains multiple values, then add each value to the map separately
addNameVariant(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
addOtherMetadata(String, String) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
addPackageReference(DSpaceObject, String) - Method in class org.dspace.content.packager.AbstractPackageIngester
During ingestion process, some submission information packages (SIPs) may reference other packages to be ingested (recursively).
addParameter(String, Object) - Method in class org.dspace.importer.external.Query
 
addPolicies(Context, List<ResourcePolicy>, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicies(Context, List<ResourcePolicy>, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Copies policies from a list of resource policies to a given DSpaceObject
addPolicy(Context, DSpaceObject, int, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, EPerson, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, Group, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
addPolicy(Context, DSpaceObject, int, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for an individual eperson
addPolicy(Context, DSpaceObject, int, EPerson, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for an individual eperson
addPolicy(Context, DSpaceObject, int, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for a group
addPolicy(Context, DSpaceObject, int, Group, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Add a policy for a group
addPolicyToItem(Context, Item, int, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
addPower(String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
addProperty(String, String) - Method in class org.dspace.content.packager.PackageParameters
Adds a value to a property; if property already has value(s), this is tacked onto the end, otherwise it acts like setProperty().
addProperty(String, String) - Method in class org.dspace.discovery.DiscoverQuery
Adds a new search property to the misc search properties
addQuery(StatisticsDataVisits.Query) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
addRecipient(String) - Method in class org.dspace.core.Email
Add a recipient
addResearcherUrl(BioResearcherUrl) - Method in class org.dspace.authority.orcid.model.Bio
 
address - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
addSearchDocument(DSpaceObject, DiscoverResult.SearchDocument) - Method in class org.dspace.discovery.DiscoverResult
 
addSearchField(String) - Method in class org.dspace.discovery.DiscoverQuery
Sets the fields which you want Discovery to return in the search results.
addSearchField(String, String...) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
addSingleField(String) - Method in class org.dspace.app.util.GoogleMetadata
Add a single metadata value to the Google field, defaulting to the first-encountered instance of the field for this Item.
addSingletonParameter(String, Object) - Method in class org.dspace.importer.external.Query
 
addStep(WorkflowCuratorServiceImpl.FlowStep) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl.TaskSet
 
addStream(MdRef, InputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Add any additional structMap elements to the METS document, as required by this subclass.
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Adds another structMap element to contain the "parent link" that is an essential part of every AIP.
addStructMap(Context, DSpaceObject, PackageParameters, Mets) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
addSubcommunity(Context, Community, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
addSubcommunity(Context, Community, Community) - Method in interface org.dspace.content.service.CommunityService
Add an exisiting community as a subcommunity to the community
addTargetField(String) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Add single field to update
addTargetFields(Set<String>) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Set target fields
addTargetFields(String[]) - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Add array of target fields to update
addTask(String) - Method in class org.dspace.curate.Curator
Add a task to the set to be performed.
addTask(WorkflowCuratorServiceImpl.Task) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl.FlowStep
 
addTemplateItem(Context, DSpaceObject, METSManifest, File, PackageParameters, AbstractMETSIngester.MdrefManager) - Method in class org.dspace.content.packager.AbstractMETSIngester
Add a Template Item to a Collection container object based on a METS Manifest.
addTermFacet(DataTermsFacet.TermsFacet) - Method in class org.dspace.statistics.DataTermsFacet
 
addThread(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestScheduler
Adds a thread to the ready stack.
addToAmdSec(AmdSec, String[], Class, Context, DSpaceObject, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
addToIngestedMap(File, DSpaceObject) - Method in class org.dspace.content.packager.AbstractPackageIngester
Add parsed package and resulting DSpaceObject to list of successfully ingested/replaced objects.
addToPackageList(File) - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Add File to list of successfully disseminated package files
addUndoDeleteContents(UUID) - Method in class org.dspace.app.itemupdate.ItemArchive
Add bitstream id to delete contents file
addUndoMetadataField(DtoMetadata) - Method in class org.dspace.app.itemupdate.ItemArchive
Add metadata field to undo list
addURL(String, Date) - Method in class org.dspace.app.sitemap.AbstractGenerator
Add the given URL to the sitemap.
addValue(MetadatumDTO) - Method in class org.dspace.importer.external.datamodel.ImportRecord
 
addValue(String, Value) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
addValueToMatrix(int, int, float) - Method in class org.dspace.statistics.Dataset
 
addValueToMatrix(int, int, String) - Method in class org.dspace.statistics.Dataset
 
adjustBundleBitstreamPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
adjustBundleBitstreamPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
 
adjustItemPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
adjustItemPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
 
ADMIN - Static variable in class org.dspace.core.Constants
Administrative actions - System Admin, Community Admin, Collection Admin
ADMIN - Static variable in class org.dspace.eperson.Group
 
advance(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
advance(Context, BasicWorkflowItem, EPerson, boolean, boolean) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
advance(Context, BasicWorkflowItem, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
advance() sends an item forward in the workflow (reviewers, approvers, and editors all do an 'approve' to move the item forward) if the item arrives at the submit state, then remove the WorkflowItem and call the archive() method to put it in the archive, and email notify the submitter of a successful submission
advance(Context, BasicWorkflowItem, EPerson, boolean, boolean) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
advance() sends an item forward in the workflow (reviewers, approvers, and editors all do an 'approve' to move the item forward) if the item arrives at the submit state, then remove the WorkflowItem and call the archive() method to put it in the archive, and email notify the submitter of a successful submission
AFFILIATIONS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
AFRIKAANS - Static variable in class org.dspace.text.filter.Language
 
afterBaseline(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterBaseline(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterBaseline(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterBaseline(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterClean(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterClean(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterClean(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterClean(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterDate(Date) - Method in class org.dspace.app.statistics.LogLine
find out if this log file line is after the given date
afterEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterInfo(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterInfo(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterInfo(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterInfo(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterInit(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterInit(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterInit(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterInit(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterMigrate(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterMigrate(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterMigrate(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterMigrate(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterPropertiesSet() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
afterPropertiesSet() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
After all the properties are set check that the sidebar facets are a subset of our search filters
afterPropertiesSet() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
afterPropertiesSet() - Method in class org.dspace.submit.lookup.LanguageCodeModifier
 
afterRepair(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterRepair(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterRepair(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterRepair(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
afterValidate(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
afterValidate(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
afterValidate(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
afterValidate(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
AIPDIMCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk descriptive metadata to and from DIM (DSpace Intermediate Metadata) format, strictly for the purpose of including a precise and complete record of the DMD in an AIP.
AIPDIMCrosswalk() - Constructor for class org.dspace.content.crosswalk.AIPDIMCrosswalk
 
AIPTechMDCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk of technical metadata for DSpace AIP.
AIPTechMDCrosswalk() - Constructor for class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
ALBANIAN - Static variable in class org.dspace.text.filter.Language
 
alertAdmin(int, Exception) - Method in class org.dspace.harvest.OAIHarvester
Generate and send an email to the administrator.
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
alertUsersOnActivation(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
alertUsersOnTaskActivation(Context, XmlWorkflowItem, String, List<EPerson>, String...) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
alertUsersOnTaskActivation(Context, XmlWorkflowItem, String, List<EPerson>, String...) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
aliases - Static variable in class org.dspace.content.packager.PDFPackager
 
ALL_FIELDS_IN_OPTION - Variable in class org.dspace.app.util.GoogleMetadata
 
ALL_OBJECTS_MASK - Static variable in class org.dspace.event.Event
 
allMemberGroups(Context, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
allMemberGroups(Context, EPerson) - Method in interface org.dspace.eperson.service.GroupService
Get all of the groups that an eperson is a member of.
allMembers(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
allMembers(Context, Group) - Method in interface org.dspace.eperson.service.GroupService
Get all of the epeople who are a member of the specified group, or a member of a sub-group of the specified group, etc.
allowSetPassword(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.AuthenticationMethod
Should (or can) we allow the user to change their password.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.IPAuthentication
 
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.LDAPAuthentication
Cannot change LDAP password through dspace, right?
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.PasswordAuthentication
We always allow the user to change their password.
allowSetPassword(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.service.AuthenticationService
Predicate, can user set EPerson password.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Indicate whether or not a particular self-registering user can set themselves a password in the profile info form.
allowSetPassword(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.X509Authentication
We don't use EPerson password so there is no reason to change it.
alterProvenance - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
analyseQuery(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Take a search query string and pull out all of the meaningful information from it, giving the results in the form of a String array, a single word to each element
annotateWithPaths(List<Collection>) - Static method in class org.dspace.app.util.CollectionDropDown
Annotates an array of collections with their respective full paths (@see #collectionPath() method in this class).
ANONYMOUS - Static variable in class org.dspace.eperson.Group
 
ANY - Static variable in class org.dspace.content.Item
Wild card for Dublin Core metadata qualifiers/languages
ANY - Static variable in class org.dspace.importer.external.service.ImportService
 
ApacheLogRobotsProcessor - Class in org.dspace.statistics.util
Commandline utility to create a file of spider addresses from an Apache log file.
ApacheLogRobotsProcessor() - Constructor for class org.dspace.statistics.util.ApacheLogRobotsProcessor
 
apiKey - Variable in class org.dspace.ctask.general.AbstractTranslator
 
apiKey - Variable in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
APISpringLoader - Class in org.dspace.app.configuration
 
APISpringLoader() - Constructor for class org.dspace.app.configuration.APISpringLoader
 
appendMetadata(Context, Item, DtoMetadata, boolean, String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Append text to value metadata field to item
appId - Variable in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
Application id to use CiNii
applyDateFormatLong(Date) - Method in class org.dspace.checker.SimpleReporterServiceImpl
 
applyDateFormatShort(Date) - Method in class org.dspace.checker.SimpleReporterServiceImpl
 
applyFiltersAllItems(Context) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersAllItems(Context) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersCollection(Context, Collection) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersCollection(Context, Collection) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersCommunity(Context, Community) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersCommunity(Context, Community) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
applyFiltersItem(Context, Item) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
applyFiltersItem(Context, Item) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
ARABIC - Static variable in class org.dspace.text.filter.Language
 
archive(Context, T) - Method in interface org.dspace.workflow.WorkflowService
 
archive(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
Commit the contained item to the main archive.
archive(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Commit the contained item to the main archive.
ARXIV - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
ArXivFileDataLoader - Class in org.dspace.submit.lookup
 
ArXivFileDataLoader() - Constructor for class org.dspace.submit.lookup.ArXivFileDataLoader
Empty constructor
ArXivFileDataLoader(String) - Constructor for class org.dspace.submit.lookup.ArXivFileDataLoader
 
ArXivOnlineDataLoader - Class in org.dspace.submit.lookup
 
ArXivOnlineDataLoader() - Constructor for class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
arXivService - Variable in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
ArXivService - Class in org.dspace.submit.lookup
 
ArXivService() - Constructor for class org.dspace.submit.lookup.ArXivService
 
ArxivUtils - Class in org.dspace.submit.lookup
 
ArxivUtils() - Constructor for class org.dspace.submit.lookup.ArxivUtils
 
ASCENDING - Static variable in class org.dspace.sort.SortOption
 
assembleFileName(String, EPerson, Date) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
assembleFileName(String, EPerson, Date) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Create a file name based on the date and eperson
AssignAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
 
AssignAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
AssignOriginalSubmitterAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that assigns the original submitter to the workflowitem
AssignOriginalSubmitterAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
ATOM_NS - Static variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
ATOM_NS - Static variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ATOM_RNG - Static variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.AuthenticationMethod
Authenticate the given or implicit credentials.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.IPAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.LDAPAuthentication
 
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.PasswordAuthentication
Check credentials: username must match the email address of an EPerson record, and that EPerson must be allowed to login.
authenticate(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Test credentials for authenticity.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Authenticate the given or implicit credentials.
authenticate(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.X509Authentication
X509 certificate authentication.
authenticateImplicit(Context, String, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticateImplicit(Context, String, String, String, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Test credentials for authenticity, using only Implicit methods.
authenticateInternal(Context, String, String, String, HttpServletRequest, boolean) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
AuthenticateServiceFactory - Class in org.dspace.authenticate.factory
Abstract factory to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation
AuthenticateServiceFactory() - Constructor for class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
AuthenticateServiceFactoryImpl - Class in org.dspace.authenticate.factory
Factory implementation to get services for the authenticate package, use AuthenticateServiceFactory.getInstance() to retrieve an implementation
AuthenticateServiceFactoryImpl() - Constructor for class org.dspace.authenticate.factory.AuthenticateServiceFactoryImpl
 
AUTHENTICATION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Error while authenticating against the registration agency.
AuthenticationMethod - Interface in org.dspace.authenticate
Implement this interface to participate in the stackable authentication mechanism.
authenticationMethodIterator() - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
authenticationMethodIterator() - Method in interface org.dspace.authenticate.service.AuthenticationService
Get stack of authentication methods.
authenticationService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
AuthenticationService - Interface in org.dspace.authenticate.service
Access point for the stackable authentication methods.
authenticationService - Variable in class org.dspace.authenticate.X509Authentication
 
AuthenticationServiceImpl - Class in org.dspace.authenticate
Access point for the stackable authentication methods.
AuthenticationServiceImpl() - Constructor for class org.dspace.authenticate.AuthenticationServiceImpl
 
authLang - Variable in class org.dspace.ctask.general.AbstractTranslator
 
authLangField - Variable in class org.dspace.ctask.general.AbstractTranslator
 
AUTHOR - Static variable in class org.dspace.sort.OrderFormat
 
authorField - Variable in class org.dspace.app.util.SyndicationFeed
 
authority - Variable in class org.dspace.content.authority.Choice
Authority key for this value
AUTHORITY - Static variable in class org.dspace.content.authority.SHERPARoMEOPublisher
 
AUTHORITY - Static variable in class org.dspace.sort.OrderFormat
 
AUTHORITY_SEPARATOR - Static variable in class org.dspace.discovery.SolrServiceImpl
 
AuthorityConsumer - Class in org.dspace.authority.indexer
Consumer that takes care of the indexing of authority controlled metadata fields for installed/updated items
AuthorityConsumer() - Constructor for class org.dspace.authority.indexer.AuthorityConsumer
 
authorityControlled - Static variable in class org.dspace.app.bulkedit.MetadataImport
The authority controlled fields
AuthorityIndexClient - Class in org.dspace.authority.indexer
 
AuthorityIndexClient() - Constructor for class org.dspace.authority.indexer.AuthorityIndexClient
 
AuthorityIndexerInterface - Interface in org.dspace.authority.indexer
 
AuthorityIndexingService - Interface in org.dspace.authority.indexer
 
AuthoritySearchService - Interface in org.dspace.authority
 
authoritySeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The authority separator (defaults to double colon '::')
authorityService - Variable in class org.dspace.authority.indexer.AuthorityConsumer
 
authorityService - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
AuthorityService - Interface in org.dspace.authority.service
Service interface class for the Metadata Authority The implementation of this class is responsible for all business logic calls for the Metadata Authority and is autowired by spring
AuthorityServiceFactory - Class in org.dspace.authority.factory
Abstract factory to get services for the authority package, use AuthorityServiceFactory.getInstance() to retrieve an implementation
AuthorityServiceFactory() - Constructor for class org.dspace.authority.factory.AuthorityServiceFactory
 
AuthorityServiceFactoryImpl - Class in org.dspace.authority.factory
Factory implementation to get services for the authority package, use AuthorityServiceFactory.getInstance() to retrieve an implementation
AuthorityServiceFactoryImpl() - Constructor for class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
AuthorityServiceImpl - Class in org.dspace.authority
Service implementation for the Metadata Authority This class is responsible for all business logic calls for the Metadata Authority and is autowired by spring This class should never be accessed directly.
AuthorityServiceImpl() - Constructor for class org.dspace.authority.AuthorityServiceImpl
 
AuthoritySolrServiceImpl - Class in org.dspace.authority
 
AuthoritySolrServiceImpl() - Constructor for class org.dspace.authority.AuthoritySolrServiceImpl
 
AuthorityTypes - Class in org.dspace.authority
This class contains a list of active authority types.
AuthorityTypes() - Constructor for class org.dspace.authority.AuthorityTypes
 
authorityTypes - Variable in class org.dspace.authority.AuthorityValue
 
authorityTypes - Variable in class org.dspace.authority.AuthorityValueServiceImpl
 
AuthorityValue - Class in org.dspace.authority
 
AuthorityValue() - Constructor for class org.dspace.authority.AuthorityValue
 
AuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.AuthorityValue
 
authorityValueService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
authorityValueService - Variable in class org.dspace.app.bulkedit.DSpaceCSVLine
 
authorityValueService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
authorityValueService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
AuthorityValueService - Interface in org.dspace.authority.service
This service contains all methods for using authority values
authorityValueService - Variable in class org.dspace.authority.UpdateAuthorities
 
authorityValueService - Variable in class org.dspace.content.authority.SolrAuthority
 
AuthorityValueServiceImpl - Class in org.dspace.authority
This service contains all methods for using authority values
AuthorityValueServiceImpl() - Constructor for class org.dspace.authority.AuthorityValueServiceImpl
 
AuthorityVariantsSupport - Interface in org.dspace.content.authority
 
authorize(Context, DSpaceObject, int, EPerson, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Check to see if the given user can perform the given action on the given object.
authorizeAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, EPerson, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user can perform the given action on the given object.
authorizeAction(Context, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the context's current user can perform the given action on the given object.
authorizeAction(Context, EPerson, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
Checks that the specified eperson can perform the given action on the given object.
authorizeActionBoolean(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, EPerson, DSpaceObject, int, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeActionBoolean(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize, returns boolean for those who don't want to deal with catching exceptions.
authorizeActionBoolean(Context, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize, returns boolean for those who don't want to deal with catching exceptions.
authorizeActionBoolean(Context, EPerson, DSpaceObject, int, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
same authorize with a specif eperson (not the current user), returns boolean for those who don't want to deal with catching exceptions.
authorizeAnyOf(Context, DSpaceObject, int[]) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
authorizeAnyOf(Context, DSpaceObject, int[]) - Method in interface org.dspace.authorize.service.AuthorizeService
Utility method, checks that the current user of the given context can perform all of the specified actions on the given object.
AuthorizeConfiguration - Class in org.dspace.authorize
This class is responsible to provide access to the configuration of the Authorization System
AuthorizeConfiguration() - Constructor for class org.dspace.authorize.AuthorizeConfiguration
 
AuthorizeException - Exception in org.dspace.authorize
Exception indicating the current user of the context does not have permission to perform a particular action.
AuthorizeException() - Constructor for exception org.dspace.authorize.AuthorizeException
Create an empty authorize exception
AuthorizeException(String) - Constructor for exception org.dspace.authorize.AuthorizeException
create an exception with only a message
AuthorizeException(Throwable) - Constructor for exception org.dspace.authorize.AuthorizeException
 
AuthorizeException(String, DSpaceObject, int) - Constructor for exception org.dspace.authorize.AuthorizeException
Create an authorize exception with a message
authorizeManageAdminGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user create/edit the admins group of the collection? please note that the remove action need a separate check
authorizeManageAdminGroup(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user create/edit the admins group of the community? please note that the remove action need a separate check
authorizeManageBitstreamPolicy(Context, Bitstream) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) bitstream's policies in the current context?
authorizeManageBundlePolicy(Context, Bundle) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) bundle's policies in the current context?
authorizeManageCCLicense(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Is the current user allowed to manage (add, remove, replace) the item's CC License
authorizeManageCollectionPolicy(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) collection's policies in the current context?
authorizeManageCommunityPolicy(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) community's policies in the current context?
authorizeManageItemPolicy(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Is allowed manage (create, remove, edit) item's policies in the current context?
authorizeManagePolicy(Context, ResourcePolicy) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove or edit the supplied policy?
authorizeManageSubmittersGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user manage (create, remove, edit) the submitters group of the collection?
authorizeManageTemplateItem(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Is the current user allowed to manage (create, remove, edit) the collection's template item?
authorizeManageWorkflowsGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user manage (create, remove, edit) the workflow groups of the collection?
authorizeReinstateItem(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user reinstate the item?
authorizeRemoveAdminGroup(Context, Collection) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove the admins group of the collection? please note that the create/edit actions need separate check
authorizeRemoveAdminGroup(Context, Community) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user remove the admins group of the community? please note that the create/edit actions need separate check
authorizeService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
authorizeService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
authorizeService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
authorizeService - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
AuthorizeService - Interface in org.dspace.authorize.service
AuthorizeManager handles all authorization checks for DSpace.
authorizeService - Variable in class org.dspace.content.BitstreamFormatServiceImpl
 
authorizeService - Variable in class org.dspace.content.BitstreamServiceImpl
 
authorizeService - Variable in class org.dspace.content.BundleServiceImpl
 
authorizeService - Variable in class org.dspace.content.CollectionServiceImpl
 
authorizeService - Variable in class org.dspace.content.CommunityServiceImpl
 
authorizeService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
authorizeService - Variable in class org.dspace.content.ItemServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataSchemaServiceImpl
 
authorizeService - Variable in class org.dspace.content.MetadataValueServiceImpl
 
authorizeService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
authorizeService - Variable in class org.dspace.content.SiteServiceImpl
 
authorizeService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
authorizeService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
authorizeService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
authorizeService - Variable in class org.dspace.embargo.DefaultEmbargoSetter
 
authorizeService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
authorizeService - Variable in class org.dspace.eperson.GroupServiceImpl
 
authorizeService - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
authorizeService - Static variable in class org.dspace.search.Harvest
 
authorizeService - Variable in class org.dspace.submit.AbstractProcessingStep
 
authorizeService - Static variable in class org.dspace.submit.step.AccessStep
 
authorizeService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
authorizeService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
authorizeService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
AuthorizeServiceFactory - Class in org.dspace.authorize.factory
Abstract factory to get services for the authorize package, use AuthorizeServiceFactory.getInstance() to retrieve an implementation
AuthorizeServiceFactory() - Constructor for class org.dspace.authorize.factory.AuthorizeServiceFactory
 
AuthorizeServiceFactoryImpl - Class in org.dspace.authorize.factory
Factory implementation to get services for the authorize package, use AuthorizeServiceFactory.getInstance() to retrieve an implementation
AuthorizeServiceFactoryImpl() - Constructor for class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
AuthorizeServiceImpl - Class in org.dspace.authorize
AuthorizeManager handles all authorization checks for DSpace.
AuthorizeServiceImpl() - Constructor for class org.dspace.authorize.AuthorizeServiceImpl
 
AuthorizeUtil - Class in org.dspace.app.util
This class is an addition to the AuthorizeManager that perform authorization check on not CRUD (ADD, WRITE, etc.) actions.
AuthorizeUtil() - Constructor for class org.dspace.app.util.AuthorizeUtil
 
authorizeWithdrawItem(Context, Item) - Static method in class org.dspace.app.util.AuthorizeUtil
Can the current user withdraw the item?
AuthorMetadataProcessorService - Class in org.dspace.importer.external.metadatamapping.processor
Removes the last point from an author name, this is required for the SAP lookup User: kevin (kevin at atmire.com) Date: 23/10/12 Time: 09:50
AuthorMetadataProcessorService() - Constructor for class org.dspace.importer.external.metadatamapping.processor.AuthorMetadataProcessorService
 
AUTHORS - Variable in class org.dspace.app.util.GoogleMetadata
 
AutoAssignAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that will create pooled tasks for all the user who have a workflowItemRole for this workflow item
AutoAssignAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
autoCreateEpersonMetadataField(Context, String) - Method in class org.dspace.authenticate.ShibAuthentication
Automattically create a new metadataField for an eperson

B

backoutBitstream(Context, SubmissionInfo, Bitstream, Item) - Method in class org.dspace.submit.step.UploadStep
 
BAD_ANSWER - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
We got a answer from a registration agency that could not be parsed.
BAD_ARGS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User or password is not appropriate for this method.
BAD_CREDENTIALS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User exists, but credentials (e.g. passwd) don't match.
BAD_REQUEST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
The registration agency was unable to parse our request.
BALUCHI - Static variable in class org.dspace.text.filter.Language
 
baseURL - Variable in class org.dspace.app.util.SyndicationFeed
Return a url to the DSpace object, either use the official handle for the item or build a url based upon the current server.
baseUrl - Variable in class org.dspace.ctask.general.MicrosoftTranslator
 
BasicDispatcher - Class in org.dspace.event
BasicDispatcher implements the primary task of a Dispatcher: it delivers a filtered list of events, synchronously, to a configured list of consumers.
BasicDispatcher(String) - Constructor for class org.dspace.event.BasicDispatcher
 
BasicLinkChecker - Class in org.dspace.ctask.general
A basic link checker that is designed to be extended.
BasicLinkChecker() - Constructor for class org.dspace.ctask.general.BasicLinkChecker
 
BasicWorkflowItem - Class in org.dspace.workflowbasic
Class representing an item going through the workflow process in DSpace
BasicWorkflowItem() - Constructor for class org.dspace.workflowbasic.BasicWorkflowItem
Protected constructor, create object using: WorkflowItemService.create(Context, Item, Collection)
BasicWorkflowItemDAO - Interface in org.dspace.workflowbasic.dao
Database Access Object interface class for the BasicWorkflowItem object.
BasicWorkflowItemDAOImpl - Class in org.dspace.workflowbasic.dao.impl
Hibernate implementation of the Database Access Object interface class for the BasicWorkflowItem object.
BasicWorkflowItemDAOImpl() - Constructor for class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
basicWorkflowItemService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
BasicWorkflowItemService - Interface in org.dspace.workflowbasic.service
Service interface class for the BasicWorkflowItem object.
BasicWorkflowItemServiceImpl - Class in org.dspace.workflowbasic
Service implementation for the BasicWorkflowItem object.
BasicWorkflowItemServiceImpl() - Constructor for class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
basicWorkflowService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
BasicWorkflowService - Interface in org.dspace.workflowbasic.service
Workflow state machine Notes: Determining item status from the database: When an item has not been submitted yet, it is in the user's personal workspace (there is a row in PersonalWorkspace pointing to it.) When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
BasicWorkflowServiceFactory - Class in org.dspace.workflowbasic.factory
Abstract factory to get services for the workflowbasic package, use BasicWorkflowServiceFactory.getInstance() to retrieve an implementation
BasicWorkflowServiceFactory() - Constructor for class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactory
 
BasicWorkflowServiceFactoryImpl - Class in org.dspace.workflowbasic.factory
Factory implementation to get services for the workflowbasic package, use BasicWorkflowServiceFactory.getInstance() to retrieve an implementation
BasicWorkflowServiceFactoryImpl() - Constructor for class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
BasicWorkflowServiceImpl - Class in org.dspace.workflowbasic
 
BasicWorkflowServiceImpl() - Constructor for class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
BASQUE - Static variable in class org.dspace.text.filter.Language
 
BatchUpload - Class in org.dspace.app.itemimport
 
BatchUpload(String) - Constructor for class org.dspace.app.itemimport.BatchUpload
 
BatchUpload(File) - Constructor for class org.dspace.app.itemimport.BatchUpload
 
beforeBaseline(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeBaseline(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeBaseline(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeBaseline(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeClean(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeClean(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeClean(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeClean(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeDate(Date) - Method in class org.dspace.app.statistics.LogLine
find out if this log file line is before the given date
beforeEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeEachMigrate(Connection, MigrationInfo) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeInfo(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeInfo(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeInfo(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeInfo(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeInit(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeInit(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeInit(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeInit(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeMigrate(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeMigrate(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeMigrate(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeMigrate(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeRepair(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeRepair(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeRepair(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeRepair(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
beforeValidate(Connection) - Method in class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
beforeValidate(Connection) - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
beforeValidate(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
beforeValidate(Connection) - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
Bio - Class in org.dspace.authority.orcid.model
 
Bio() - Constructor for class org.dspace.authority.orcid.model.Bio
 
BioExternalIdentifier - Class in org.dspace.authority.orcid.model
 
BioExternalIdentifier(String, String, String, String) - Constructor for class org.dspace.authority.orcid.model.BioExternalIdentifier
 
bioExternalIdentifiers - Variable in class org.dspace.authority.orcid.model.Bio
 
biography - Variable in class org.dspace.authority.orcid.model.Bio
 
BIOGRAPHY - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
BioName - Class in org.dspace.authority.orcid.model
 
BioResearcherUrl - Class in org.dspace.authority.orcid.model
 
BioResearcherUrl(String, String) - Constructor for class org.dspace.authority.orcid.model.BioResearcherUrl
 
BitStoreMigrate - Class in org.dspace.storage.bitstore
Command Line Utility to migrate bitstreams from one assetstore to another
BitStoreMigrate() - Constructor for class org.dspace.storage.bitstore.BitStoreMigrate
 
BitStoreService - Interface in org.dspace.storage.bitstore
A low-level asset store interface
Bitstream - Class in org.dspace.content
Class representing bitstreams stored in the DSpace system.
Bitstream() - Constructor for class org.dspace.content.Bitstream
BITSTREAM - Static variable in class org.dspace.core.Constants
Type of bitstream objects
BITSTREAM - Static variable in class org.dspace.event.Event
 
BITSTREAM_FORMAT_NAME - Static variable in class org.dspace.content.packager.PDFPackager
 
BITSTREAM_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is BITSTREAM
BitstreamContentStream - Class in org.dspace.discovery
Construct a ContentStream from a File
BitstreamContentStream(Context, Bitstream) - Constructor for class org.dspace.discovery.BitstreamContentStream
 
bitstreamDAO - Variable in class org.dspace.content.BitstreamServiceImpl
 
BitstreamDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Bitstream object.
BitstreamDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Bitstream object.
BitstreamDAOImpl() - Constructor for class org.dspace.content.dao.impl.BitstreamDAOImpl
 
BitstreamDispatcher - Interface in org.dspace.checker
BitstreamDispatchers are strategy objects that hand bitstream ids out to workers.
BitstreamFilter - Class in org.dspace.app.itemupdate
Filter interface to be used by ItemUpdate to determine which bitstreams in an Item acceptable for removal.
BitstreamFilter() - Constructor for class org.dspace.app.itemupdate.BitstreamFilter
 
BitstreamFilterByBundleName - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by bundle name
BitstreamFilterByBundleName() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
BitstreamFilterByFilename - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by filename pattern
BitstreamFilterByFilename() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
BitstreamFilterException - Exception in org.dspace.app.itemupdate
Exception class for BitstreamFilters
BitstreamFilterException() - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(String) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(Exception) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFormat - Class in org.dspace.content
Class representing a particular bitstream format.
BitstreamFormat() - Constructor for class org.dspace.content.BitstreamFormat
Protected constructor, create object using: DSpaceCRUDService.create(Context)
bitstreamFormatDAO - Variable in class org.dspace.content.BitstreamFormatServiceImpl
 
BitstreamFormatDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the BitstreamFormat object.
BitstreamFormatDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the BitstreamFormat object.
BitstreamFormatDAOImpl() - Constructor for class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
bitstreamFormatService - Static variable in class org.dspace.administer.RegistryLoader
 
bitstreamFormatService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
bitstreamFormatService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.content.BitstreamServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.crosswalk.PREMISCrosswalk
 
bitstreamFormatService - Variable in class org.dspace.content.ItemServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bitstreamFormatService - Static variable in class org.dspace.content.packager.PackageUtils
 
bitstreamFormatService - Variable in class org.dspace.content.packager.PDFPackager
 
BitstreamFormatService - Interface in org.dspace.content.service
Service interface class for the BitstreamFormat object.
bitstreamFormatService - Variable in class org.dspace.ctask.general.ProfileFormats
 
bitstreamFormatService - Variable in class org.dspace.harvest.OAIHarvester
 
bitstreamFormatService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bitstreamFormatService - Variable in class org.dspace.submit.step.UploadStep
 
BitstreamFormatServiceImpl - Class in org.dspace.content
Service implementation for the BitstreamFormat object.
BitstreamFormatServiceImpl() - Constructor for class org.dspace.content.BitstreamFormatServiceImpl
 
bitstreams - Variable in class org.dspace.checker.IteratorDispatcher
List of Integer ids.
bitstreamService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
bitstreamService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bitstreamService - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
bitstreamService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bitstreamService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
bitstreamService - Variable in class org.dspace.checker.CheckerConsumer
 
bitstreamService - Variable in class org.dspace.checker.HandleDispatcher
 
bitstreamService - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
bitstreamService - Variable in class org.dspace.checker.SimpleReporterServiceImpl
 
bitstreamService - Variable in class org.dspace.content.BundleServiceImpl
 
bitstreamService - Variable in class org.dspace.content.CollectionServiceImpl
 
bitstreamService - Variable in class org.dspace.content.CommunityServiceImpl
 
bitstreamService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bitstreamService - Variable in class org.dspace.content.crosswalk.PREMISCrosswalk
 
bitstreamService - Variable in class org.dspace.content.ItemServiceImpl
 
bitstreamService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
bitstreamService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bitstreamService - Static variable in class org.dspace.content.packager.PackageUtils
 
bitstreamService - Variable in class org.dspace.content.packager.PDFPackager
 
BitstreamService - Interface in org.dspace.content.service
Service interface class for the Bitstream object.
bitstreamService - Variable in class org.dspace.ctask.general.ClamScan
 
bitstreamService - Variable in class org.dspace.curate.CitationPage
 
bitstreamService - Variable in class org.dspace.discovery.BitstreamContentStream
 
bitstreamService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
bitstreamService - Variable in class org.dspace.harvest.OAIHarvester
 
bitstreamService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bitstreamService - Static variable in class org.dspace.license.LicenseCleanup
 
bitstreamService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
bitstreamService - Variable in class org.dspace.rdf.RDFConsumer
 
bitstreamService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
bitstreamService - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
bitstreamService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
bitstreamService - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
bitstreamService - Variable in class org.dspace.submit.AbstractProcessingStep
 
bitstreamService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
BitstreamServiceImpl - Class in org.dspace.content
Service implementation for the Bitstream object.
BitstreamServiceImpl() - Constructor for class org.dspace.content.BitstreamServiceImpl
 
BitstreamsIntoMetadata - Class in org.dspace.ctask.general
A curation job to take bitstream URLs and place them into metadata elements.
BitstreamsIntoMetadata() - Constructor for class org.dspace.ctask.general.BitstreamsIntoMetadata
 
bitstreamStorageService - Variable in class org.dspace.content.BitstreamServiceImpl
 
BitstreamStorageService - Interface in org.dspace.storage.bitstore.service
Stores, retrieves and deletes bitstreams.
bitstreamStorageService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
BitstreamStorageServiceImpl - Class in org.dspace.storage.bitstore
Stores, retrieves and deletes bitstreams.
BitstreamStorageServiceImpl() - Constructor for class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
bitstreamURI(Context, Bitstream) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
This methods generataes a link to the provieded Bitstream.
blockExplanation(String) - Method in class org.dspace.app.statistics.HTMLReport
output the explanation of the report block in HTML format
blockExplanation(String) - Method in interface org.dspace.app.statistics.Report
output the explanation of the stat block in the relevant format
BOOST_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The boost value for the name of the field.
BRAHUI - Static variable in class org.dspace.text.filter.Language
 
Brand - Class in org.dspace.app.mediafilter
Class to attach a footer to an image using ImageMagick.
Brand(int, int, Font, int) - Constructor for class org.dspace.app.mediafilter.Brand
Constructor to set up footer image attributes.
BrandedPreviewJPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
BrandedPreviewJPEGFilter() - Constructor for class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
browse(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a standard browse, which will return a BrowseInfo object that represents the results for the current page, the total number of results, the range, and information to construct previous and next links on any web page
BrowseDAO - Interface in org.dspace.browse
Interface for any class wishing to interact with the Browse storage layer for Read Only operations.
BrowseDAOFactory - Class in org.dspace.browse
Factory class to generate DAOs based on the configuration
BrowseDAOFactory() - Constructor for class org.dspace.browse.BrowseDAOFactory
 
BrowseEngine - Class in org.dspace.browse
This class does most of the actual grunt work of preparing a browse result.
BrowseEngine(Context) - Constructor for class org.dspace.browse.BrowseEngine
Create a new instance of the Browse engine, using the given DSpace Context object.
BrowseException - Exception in org.dspace.browse
Just a quick BrowseException class to give us the relevant data type
BrowseException() - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String, Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseIndex - Class in org.dspace.browse
This class holds all the information about a specifically configured BrowseIndex.
BrowseInfo - Class in org.dspace.browse
The results of a Browse, including all the contextual information about the query, as well as the results and associated information to create pageable navigation.
BrowseInfo(List, int, int, int) - Constructor for class org.dspace.browse.BrowseInfo
Constructor FIXME: Unable to generify due to mixed usage
browseMini(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a limited browse, which only returns the results requested, without any extraneous information.
BrowseOutput - Class in org.dspace.browse
Utility class to provide a wrapper for the various output possibilities from the IndexBrowse class.
BrowseOutput() - Constructor for class org.dspace.browse.BrowseOutput
Constructor.
BrowserScope - Class in org.dspace.browse
A class which represents the initial request to the browse system.
BrowserScope(Context) - Constructor for class org.dspace.browse.BrowserScope
Construct a new BrowserScope using the given Context
BSN_LICENSE_RDF - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
 
BSN_LICENSE_TEXT - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
 
BSN_LICENSE_URL - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
Some BitStream Names (BSN)
BTEBatchImportService - Class in org.dspace.app.itemimport
This class acts as a Service in the procedure ot batch import using the Biblio-Transformation-Engine
BTEBatchImportService() - Constructor for class org.dspace.app.itemimport.BTEBatchImportService
Default constructor
bufferedCopy(InputStream, OutputStream) - Static method in class org.dspace.core.Utils
Copy stream-data from source to destination, with buffering.
buildDocument(Context, Community) - Method in class org.dspace.discovery.SolrServiceImpl
Build a solr document for a DSpace Community.
buildDocument(Context, Collection) - Method in class org.dspace.discovery.SolrServiceImpl
Build a solr document for a DSpace Collection.
buildDocument(Context, Item) - Method in class org.dspace.discovery.SolrServiceImpl
Build a Lucene document for a DSpace Item and write the index
buildDocument(int, UUID, String, List<String>) - Method in class org.dspace.discovery.SolrServiceImpl
Create Lucene document with all the shared fields initialized.
builder - Static variable in class org.dspace.app.itemupdate.ItemArchive
 
buildFieldName(MetadataValue) - Method in class org.dspace.app.util.GoogleMetadata
Construct metadata field name out of Metadatum components
buildFromCommunity(Context, Community, List<Integer>, int) - Method in class org.dspace.app.bulkedit.MetadataExport
Build an array list of item ids that are in a community (include sub-communities and collections)
buildParents(DSpaceObject, HashMap<String, ArrayList<String>>) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
buildParents(DSpaceObject, HashMap<String, ArrayList<String>>) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
buildSpellCheck() - Method in interface org.dspace.discovery.IndexingService
 
buildSpellCheck() - Method in class org.dspace.discovery.SolrServiceImpl
 
buildString(Node) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
BulkEditChange - Class in org.dspace.app.bulkedit
Utility class to store changes to item that may occur during a batch edit.
BulkEditChange() - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a change holder for a new item
BulkEditChange(Item) - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a new change holder for an existing item
BulkEditMetadataValue - Class in org.dspace.app.bulkedit
Value class used for metadata value edits used by the bulk edit.
BulkEditMetadataValue() - Constructor for class org.dspace.app.bulkedit.BulkEditMetadataValue
 
Bundle - Class in org.dspace.content
Class representing bundles of bitstreams stored in the DSpace system
Bundle() - Constructor for class org.dspace.content.Bundle
Protected constructor, create object using: BundleService.create(Context, Item, String)
BUNDLE - Static variable in class org.dspace.core.Constants
Type of bundle objects
BUNDLE - Static variable in class org.dspace.event.Event
 
bundleDAO - Variable in class org.dspace.content.BundleServiceImpl
 
BundleDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Bundle object.
BundleDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Bundle object.
BundleDAOImpl() - Constructor for class org.dspace.content.dao.impl.BundleDAOImpl
 
bundleFiles - Variable in class org.dspace.content.packager.METSManifest
 
bundleName - Variable in class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
bundleService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
bundleService - Variable in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
bundleService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
bundleService - Variable in class org.dspace.content.BitstreamServiceImpl
 
bundleService - Variable in class org.dspace.content.Bundle
 
bundleService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
bundleService - Variable in class org.dspace.content.ItemServiceImpl
 
bundleService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
bundleService - Static variable in class org.dspace.content.packager.PackageUtils
 
bundleService - Variable in class org.dspace.content.packager.PDFPackager
 
BundleService - Interface in org.dspace.content.service
Service interface class for the Bundle object.
bundleService - Variable in class org.dspace.curate.CitationPage
 
bundleService - Variable in class org.dspace.harvest.OAIHarvester
 
bundleService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
bundleService - Static variable in class org.dspace.license.LicenseCleanup
 
bundleService - Variable in class org.dspace.rdf.RDFConsumer
 
bundleService - Variable in class org.dspace.submit.AbstractProcessingStep
 
bundleService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
BundleServiceImpl - Class in org.dspace.content
Service implementation for the Bundle object.
BundleServiceImpl() - Constructor for class org.dspace.content.BundleServiceImpl
 
bundlesToEmpty - Variable in class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
 
bundleToFileGrp(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns fileGrp's USE attribute value corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
bytesWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of bytes written to current file

C

cache - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
callback(DSpaceObject) - Method in class org.dspace.rdf.RDFizer.Callback
 
callService(String, Item, StringBuilder) - Method in class org.dspace.ctask.general.MetadataWebService
 
CAN_LOGIN - Static variable in class org.dspace.content.packager.RoleDisseminator
 
CANCEL_BUTTON - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "Cancel/Save" button
CANCEL_EDIT_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to cancel editing of file info *
canCollectionAdminManageAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit) the collection's admins group?
canCollectionAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to replace or adding a CC License to an item owned by the collections?
canCollectionAdminManageItemPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage the policies of item owned by the collection?
canCollectionAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage the collection's policies?
canCollectionAdminManageSubmitters() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's submitters group?
canCollectionAdminManageTemplateItem() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's item template?
canCollectionAdminManageWorkflows() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to manage (create/edit/delete) the collection's workflows group?
canCollectionAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to add a bitstream to an item owned by the collections?
canCollectionAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to remove a bitstream from an item owned by the collections?
canCollectionAdminPerformItemDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to remove an item from the collection?
canCollectionAdminPerformItemReinstatiate() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to reinstate an item from the collection?
canCollectionAdminPerformItemWithdrawn() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are collection admins allowed to withdrawn an item from the collection?
canCommunityAdminManageAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create/edit them community's and subcommunities' admin groups?
canCommunityAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to perform CC License replace or addition to an item owned by one of them collections?
canCommunityAdminManageCollectionAdminGroup() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the admin group of them collections?
canCommunityAdminManageCollectionPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create/edit the community's and subcommunities' admin group?
canCommunityAdminManageCollectionSubmitters() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the submitters group of them collections?
canCommunityAdminManageCollectionTemplateItem() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the item template of them collections?
canCommunityAdminManageCollectionWorkflows() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage (create/edit/remove) the workflows group of them collections?
canCommunityAdminManageItemPolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the policies of an item owned by one of them collections?
canCommunityAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to manage the community's and subcommunities' policies?
canCommunityAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to add a bitstream to an item owned by one of them collections?
canCommunityAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove a bitstream from an item owned by one of them collections?
canCommunityAdminPerformGroupCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create new, not strictly community related, group?
canCommunityAdminPerformItemDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove an item from them collections?
canCommunityAdminPerformItemReinstatiate() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to reinstate an item from them collections?
canCommunityAdminPerformItemWithdrawn() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to withdrawn an item from them collections?
canCommunityAdminPerformSubelementCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to create collections or subcommunities?
canCommunityAdminPerformSubelementDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are community admins allowed to remove collections or subcommunities?
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
ModsCrosswalk can disseminate: Items, Collections, Communities, and Site.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
canDisseminate(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
Predicate: Can this disseminator crosswalk the given object.
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
canDisseminate(DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Determine is this crosswalk can dessiminate the given object.
canDownload(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
canDownload(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
The file name of the export archive contains the eperson id of the person who created it When requested for download this method can check if the person requesting it is the same one that created it
canEdit(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
canEdit(Context, Collection, boolean) - Method in class org.dspace.content.CollectionServiceImpl
 
canEdit(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
canEdit(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
canEdit(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
 
canEdit(Context, Collection, boolean) - Method in interface org.dspace.content.service.CollectionService
 
canEdit(Context, Community) - Method in interface org.dspace.content.service.CommunityService
 
canEdit(Context, Item) - Method in interface org.dspace.content.service.ItemService
return TRUE if context's user can edit item, false otherwise
canEditBoolean(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
canEditBoolean(Context, Collection, boolean) - Method in class org.dspace.content.CollectionServiceImpl
 
canEditBoolean(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
canEditBoolean(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
 
canEditBoolean(Context, Collection, boolean) - Method in interface org.dspace.content.service.CollectionService
 
canEditBoolean(Context, Community) - Method in interface org.dspace.content.service.CommunityService
return TRUE if context's user can edit community, false otherwise
canGenerateCitationVersion(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
canGenerateCitationVersion(Context, Bitstream) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
canItemAdminManageCCLicense() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to replace or adding CC License to the item?
canItemAdminManagePolicies() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to manage the item's policies?
canItemAdminPerformBitstreamCreation() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to add bitstreams to the item?
canItemAdminPerformBitstreamDeletion() - Static method in class org.dspace.authorize.AuthorizeConfiguration
Are item admins allowed to remove bitstreams from the item?
canLogIn() - Method in class org.dspace.eperson.EPerson
Can the user log in?
canonicalize(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Return the canonical name for a database identifier based on whether this database defaults to storing identifiers in uppercase or lowercase.
canSelfRegister(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.AuthenticationMethod
Predicate, whether to allow new EPerson to be created.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.IPAuthentication
 
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.LDAPAuthentication
Let a real auth method return true if it wants.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.PasswordAuthentication
Look to see if this email address is allowed to register.
canSelfRegister(Context, HttpServletRequest, String) - Method in interface org.dspace.authenticate.service.AuthenticationService
Predicate, can a new EPerson be created.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Indicate whether or not a particular user can self-register, based on e-mail address.
canSelfRegister(Context, HttpServletRequest, String) - Method in class org.dspace.authenticate.X509Authentication
Predicate, can new user automatically create EPerson.
CAPTURE_ATTRIBUTES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Capture attributes separately according to the name of the element, instead of just adding them to the string buffer
CAPTURE_ELEMENTS - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Capture the specified fields (and everything included below it that isn't capture by some other capture field) separately from the default.
CATALAN - Static variable in class org.dspace.text.filter.Language
 
CATALOG - Static variable in class org.dspace.curate.TaskResolver
 
catalog - Variable in class org.dspace.curate.TaskResolver
 
CC_BS_SOURCE - Static variable in class org.dspace.license.CreativeCommonsServiceImpl
The Bundle Name
CC_BUNDLE_NAME - Static variable in interface org.dspace.license.service.CreativeCommonsService
 
ccDCToMetadata - Static variable in class org.dspace.content.packager.PackageUtils
 
ccItemValue(Item) - Method in class org.dspace.license.LicenseMetadataValue
Returns first value that matches Creative Commons 'shibboleth', or null if no matching values.
CCLicense - Class in org.dspace.license
 
CCLicense() - Constructor for class org.dspace.license.CCLicense
 
CCLicense(String, String, int) - Constructor for class org.dspace.license.CCLicense
 
CCLicenseField - Class in org.dspace.license
Wrapper class for representation of a license field declaration.
CCLicenseField(String, String) - Constructor for class org.dspace.license.CCLicenseField
Construct a new LicenseField class.
CCLicenseStep - Class in org.dspace.submit.step
CCLicense step for DSpace Submission Process.
CCLicenseStep() - Constructor for class org.dspace.submit.step.CCLicenseStep
 
CCLookup - Class in org.dspace.license
A wrapper around Creative Commons REST web services.
CCLookup() - Constructor for class org.dspace.license.CCLookup
Constructs a new instance with the default web services root.
ccMetadataMap - Static variable in class org.dspace.content.packager.PackageUtils
 
ccMetadataToDC - Static variable in class org.dspace.content.packager.PackageUtils
 
ccShib - Static variable in class org.dspace.license.LicenseMetadataValue
 
CERT_REQUIRED - Static variable in interface org.dspace.authenticate.AuthenticationMethod
Not allowed to login this way without X.509 certificate.
CF_ACCEPTED - Static variable in class org.dspace.content.authority.Choices
This authority value has been confirmed as accurate by an interactive user or authoritative policy
CF_AMBIGUOUS - Static variable in class org.dspace.content.authority.Choices
There are multiple matching authority values of equal validity.
CF_FAILED - Static variable in class org.dspace.content.authority.Choices
The authority encountered an internal failure - this preserves a record in the metadata of why there is no value.
CF_NOTFOUND - Static variable in class org.dspace.content.authority.Choices
There are no matching answers from the authority.
CF_NOVALUE - Static variable in class org.dspace.content.authority.Choices
No reasonable confidence value is available
CF_REJECTED - Static variable in class org.dspace.content.authority.Choices
The authority recommends this submission be rejected.
CF_UNCERTAIN - Static variable in class org.dspace.content.authority.Choices
Value is singular and valid but has not been seen and accepted by a human, so its provenance is uncertain.
CF_UNSET - Static variable in class org.dspace.content.authority.Choices
Value has not been set (DB default).
CFG_MODULE - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
changeOwningCollection(Collection, Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Register a change to the owning collection
check(Document) - Static method in class org.dspace.authority.orcid.xml.XMLErrors
Evaluates whether a given xml document contains errors or not.
Check - Class in org.dspace.health
Abstract check interface.
Check() - Constructor for class org.dspace.health.Check
 
checkBitstream(Bitstream) - Method in class org.dspace.checker.CheckerCommand
Check a specified bitstream.
checkCleanPermissions(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the current user has permissions to run a clean on existing database.
checkConfiguration() - Method in class org.dspace.core.LegacyPluginServiceImpl
Validate the entries in the DSpace Configuration relevant to LegacyPluginServiceImpl.
checkEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Check that embargo is properly set on Item: no read access to bitstreams.
checkEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
checkEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoSetter
Check that embargo is properly set on Item.
checkEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
 
CheckerCommand - Class in org.dspace.checker
Main class for the checksum checker tool, which calculates checksums for each bitstream whose ID is in the most_recent_checksum table, and compares it against the last calculated checksum for that bitstream.
CheckerCommand(Context) - Constructor for class org.dspace.checker.CheckerCommand
Default constructor uses DSpace plugin manager to construct dependencies.
CheckerConsumer - Class in org.dspace.checker
Class for removing Checker data for a Bitstreams based on deletion events.
CheckerConsumer() - Constructor for class org.dspace.checker.CheckerConsumer
 
CheckerServiceFactory - Class in org.dspace.checker.factory
Abstract factory to get services for the checker package, use CheckerServiceFactory.getInstance() to retrieve an implementation
CheckerServiceFactory() - Constructor for class org.dspace.checker.factory.CheckerServiceFactory
 
CheckerServiceFactoryImpl - Class in org.dspace.checker.factory
Factory implementation to get services for the checker package, use CheckerServiceFactory.getInstance() to retrieve an implementation
CheckerServiceFactoryImpl() - Constructor for class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
checkForm(HttpServletRequest) - Static method in class org.dspace.submit.step.AccessStep
 
checkIfEpersonMetadataFieldExists(Context, String) - Method in class org.dspace.authenticate.ShibAuthentication
Check if a MetadataField for an eperson is available.
checkItemMetadata(Item) - Static method in class org.dspace.content.packager.PackageUtils
Test that item has adequate metadata.
checkMetadata(Context, String, String, String, boolean) - Static method in class org.dspace.content.crosswalk.CrosswalkUtils
Scans metadata for elements not defined in this DSpace instance.
checkNamespaces(Document) - Method in class org.dspace.ctask.general.MetadataWebService
 
checkPassword(Context, EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
checkPassword(Context, EPerson, String) - Method in interface org.dspace.eperson.service.EPersonService
Check EPerson's password.
checkPgCrypto(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Check for pgcrypto (if needed).
checkpointDatabase() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
checkRebuildSpellCheck(CommandLine, IndexingService) - Static method in class org.dspace.discovery.IndexClient
Check the command line options and rebuild the spell check if active.
checkReindexDiscovery(IndexingService) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Method to check whether we need to reindex in Discovery (i.e.
checks() - Static method in class org.dspace.health.Report
 
checksum(File, String) - Static method in class org.dspace.curate.Utils
Calculates and returns a checksum for the passed file using the passed algorithm.
checksum(InputStream, String) - Static method in class org.dspace.curate.Utils
Calculates and returns a checksum for the passed IO stream using the passed algorithm.
ChecksumCheck - Class in org.dspace.health
 
ChecksumCheck() - Constructor for class org.dspace.health.ChecksumCheck
 
ChecksumChecker - Class in org.dspace.app.checker
Command line access to the checksum checker.
ChecksumHistory - Class in org.dspace.checker
Represents a history record for the bitstream.
ChecksumHistory() - Constructor for class org.dspace.checker.ChecksumHistory
Protected constructor, create object using: ChecksumHistoryService.addHistory(Context, MostRecentChecksum)
checksumHistoryDAO - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
ChecksumHistoryDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the ChecksumHistory object.
ChecksumHistoryDAOImpl - Class in org.dspace.checker.dao.impl
This is the data access for the checksum history information.
ChecksumHistoryDAOImpl() - Constructor for class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
checksumHistoryService - Variable in class org.dspace.checker.CheckerConsumer
 
ChecksumHistoryService - Interface in org.dspace.checker.service
Service interface class for the ChecksumHistory object.
checksumHistoryService - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
ChecksumHistoryServiceImpl - Class in org.dspace.checker
Service implementation for the ChecksumHistory object.
ChecksumHistoryServiceImpl() - Constructor for class org.dspace.checker.ChecksumHistoryServiceImpl
 
ChecksumResult - Class in org.dspace.checker
Database entity representation of the checksum_results table
ChecksumResult() - Constructor for class org.dspace.checker.ChecksumResult
Protected constructor, new object creation impossible
ChecksumResultCode - Enum in org.dspace.checker
Enumeration of ChecksumCheckResults containing constants for checksum comparison result that must correspond to values in checksum_result table.
ChecksumResultDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the ChecksumResult object.
ChecksumResultDAOImpl - Class in org.dspace.checker.dao.impl
Hibernate implementation of the Database Access Object interface class for the ChecksumResult object.
ChecksumResultDAOImpl() - Constructor for class org.dspace.checker.dao.impl.ChecksumResultDAOImpl
 
ChecksumResultsCollector - Interface in org.dspace.checker
Component that receives BitstreamInfo results from a checker.
checksumResultService - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
checksumResultService - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
ChecksumResultService - Interface in org.dspace.checker.service
Service interface class for the ChecksumResult object.
ChecksumResultServiceImpl - Class in org.dspace.checker
Service implementation for the ChecksumResult object.
ChecksumResultServiceImpl() - Constructor for class org.dspace.checker.ChecksumResultServiceImpl
 
checksumService - Variable in class org.dspace.checker.SimpleDispatcher
Access for bitstream information
checkURL(String, StringBuilder) - Method in class org.dspace.ctask.general.BasicLinkChecker
Check the URL and perform appropriate reporting
child - Variable in class org.dspace.eperson.Group2GroupCache
 
Choice - Class in org.dspace.content.authority
Record class to hold the data describing one option, or choice, for an authority-controlled metadata value.
Choice() - Constructor for class org.dspace.content.authority.Choice
 
Choice(String, String, String) - Constructor for class org.dspace.content.authority.Choice
 
Choice(String, String, String, Map<String, String>) - Constructor for class org.dspace.content.authority.Choice
 
ChoiceAuthority - Interface in org.dspace.content.authority
Plugin interface that supplies an authority control mechanism for one metadata field.
ChoiceAuthorityService - Interface in org.dspace.content.authority.service
Broker for ChoiceAuthority plugins, and for other information configured about the choice aspect of authority control for a metadata field.
choiceAuthorityService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
choiceAuthorityService - Variable in class org.dspace.discovery.SolrServiceImpl
 
choiceAuthorityService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
choiceAuthorityService - Variable in class org.dspace.submit.step.DescribeStep
 
ChoiceAuthorityServiceImpl - Class in org.dspace.content.authority
Broker for ChoiceAuthority plugins, and for other information configured about the choice aspect of authority control for a metadata field.
Choices - Class in org.dspace.content.authority
Record class to hold a set of Choices returned by an authority in response to a search.
Choices(Choice[], int, int, int, boolean) - Constructor for class org.dspace.content.authority.Choices
Constructor for general purpose
Choices(Choice[], int, int, int, boolean, int) - Constructor for class org.dspace.content.authority.Choices
Constructor for general purpose
Choices(int) - Constructor for class org.dspace.content.authority.Choices
Constructor for error results
Choices(boolean) - Constructor for class org.dspace.content.authority.Choices
Constructor for simple empty or error results
choiceSelectMap() - Method in class org.dspace.authority.AuthorityValue
Information that can be used the choice ui
choiceSelectMap() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
choiceSelectMap() - Method in class org.dspace.authority.PersonAuthorityValue
 
ChoicesXMLGenerator - Class in org.dspace.content.authority
Record class to hold a set of Choices returned by an authority in response to a search.
ChoicesXMLGenerator() - Constructor for class org.dspace.content.authority.ChoicesXMLGenerator
 
CINII - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
CiNiiFileDataLoader - Class in org.dspace.submit.lookup
Load metadata from CiNii formated file
CiNiiFileDataLoader() - Constructor for class org.dspace.submit.lookup.CiNiiFileDataLoader
Empty constructor
CiNiiFileDataLoader(String) - Constructor for class org.dspace.submit.lookup.CiNiiFileDataLoader
 
CiNiiOnlineDataLoader - Class in org.dspace.submit.lookup
Load metadata from CiNii RDF API
CiNiiOnlineDataLoader() - Constructor for class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
ciniiService - Variable in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
CiNiiService - Class in org.dspace.submit.lookup
 
CiNiiService() - Constructor for class org.dspace.submit.lookup.CiNiiService
 
CiNiiUtils - Class in org.dspace.submit.lookup
 
CiNiiUtils() - Constructor for class org.dspace.submit.lookup.CiNiiUtils
 
Citation - Class in org.dspace.authority.orcid.model
 
Citation(CitationType, String) - Constructor for class org.dspace.authority.orcid.model.Citation
 
CITATION - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CITATION_TYPE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
citationAsFirstPage - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
Should the citation page be the first page of the document, or the last page? default => true.
CitationDocumentService - Interface in org.dspace.disseminate.service
The Citation Document produces a dissemination package (DIP) that is different that the archival package (AIP).
CitationDocumentServiceImpl - Class in org.dspace.disseminate
The Citation Document produces a dissemination package (DIP) that is different that the archival package (AIP).
CitationDocumentServiceImpl() - Constructor for class org.dspace.disseminate.CitationDocumentServiceImpl
 
citationEnabledCollectionsList - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
List of all enabled collections, inherited/determined for those under communities.
citationEnabledGlobally - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
Boolean to determine is citation-functionality is enabled globally for entire site.
CitationPage - Class in org.dspace.curate
CitationPage This task is used to generate a cover page with citation information for text documents and then to add that cover page to a PDF version of the document replacing the originally uploaded document form the user's perspective.
CitationPage() - Constructor for class org.dspace.curate.CitationPage
 
CitationType - Enum in org.dspace.authority.orcid.model
 
claim(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
claim(Context, BasicWorkflowItem, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
claim() claims a workflow task for an EPerson
ClaimAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
Processing class for an action where x number of users have to accept a task from a designated pool
ClaimAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
ClaimedTask - Class in org.dspace.xmlworkflow.storedcomponents
Claimed task representing the database representation of an action claimed by an eperson
ClaimedTask() - Constructor for class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
Protected constructor, create object using: DSpaceCRUDService.create(Context)
claimedTaskDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
ClaimedTaskDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the ClaimedTask object.
ClaimedTaskDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the ClaimedTask object.
ClaimedTaskDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
ClaimedTaskService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the ClaimedTask object.
claimedTaskService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
claimedTaskService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
ClaimedTaskServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the ClaimedTask object.
ClaimedTaskServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
ClamScan - Class in org.dspace.ctask.general
ClamScan.java A set of methods to scan using the clamav daemon.
ClamScan() - Constructor for class org.dspace.ctask.general.ClamScan
 
CLASSICAL_GREEK - Static variable in class org.dspace.text.filter.Language
 
ClassicDSpaceLogConverter - Class in org.dspace.statistics.util
A utility class to convert the classic dspace.log (as generated by log4j) files into an intermediate format for ingestion into the new solr stats.
ClassicDSpaceLogConverter(Context, boolean, boolean) - Constructor for class org.dspace.statistics.util.ClassicDSpaceLogConverter
Create an instance of the converter utility
clean(String) - Method in class org.dspace.app.bulkedit.MetadataImport
Clean elements before comparing
CLEAN_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
cleanIndex() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
cleanIndex() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
cleanIndex(boolean) - Method in interface org.dspace.discovery.IndexingService
 
cleanIndex(boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all documents in the Lucene index and verifies they are in database, if not, they are removed.
cleanup(boolean, boolean) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
Cleanup - Class in org.dspace.storage.bitstore
Cleans up asset store.
Cleanup() - Constructor for class org.dspace.storage.bitstore.Cleanup
 
cleanup(boolean, boolean) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Clean up the bitstream storage area.
cleanupZipTemp() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
cleanupZipTemp() - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
clear() - Method in class org.dspace.curate.Curator
Removes all configured tasks from the Curator.
clearAllMetadata(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Removes all metadata associated with a DSpace object.
clearCache() - Method in class org.dspace.core.Context
 
clearCache() - Method in interface org.dspace.core.DBConnection
 
clearCache() - Method in class org.dspace.core.HibernateDBConnection
 
clearDetails() - Method in class org.dspace.content.DSpaceObject
Reset the cache of event details.
clearErrorFields(HttpServletRequest) - Static method in class org.dspace.submit.AbstractProcessingStep
Clears the list of all fields that errored out during the previous step's processing.
clearFlywayDBCache() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
In case of a unit test the flyway db is cached to long leading to exceptions, we need to clear the object
clearGroupsChanged() - Method in class org.dspace.eperson.Group
 
clearIndex(String) - Static method in class org.dspace.util.SolrImportExport
Remove all documents from the Solr index with the given URL, then commit and optimise the index.
clearInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
clearInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
clearMetadata(Context, T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
clearMetadata(Context, T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Clear metadata values.
clearModified() - Method in class org.dspace.content.DSpaceObject
 
client - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
clone(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
clone(Context, ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
clone(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
clone(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
 
close() - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
close() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
close() - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
close() - Method in class org.dspace.content.packager.PackageUtils.UnclosableInputStream
Do nothing, to prevent wrapped stream from being closed prematurely.
closeCurrentFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
Finish with the current sitemap file.
closed - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
closeDBConnection() - Method in interface org.dspace.core.DBConnection
 
closeDBConnection() - Method in class org.dspace.core.HibernateDBConnection
 
closeSession() - Method in class org.dspace.ctask.general.ClamScan
closeSession Close the IDSESSION in CLAMD
clusterName - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
CODE_NOT_SET - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Default.
codeToString(int) - Static method in exception org.dspace.identifier.doi.DOIIdentifierException
 
collect(Context, MostRecentChecksum) - Method in interface org.dspace.checker.ChecksumResultsCollector
Collects results.
collect(Context, MostRecentChecksum) - Method in class org.dspace.checker.ResultsLogger
Collect a result for logging.
collection - Variable in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
Collection - Class in org.dspace.content
Class representing a collection.
Collection() - Constructor for class org.dspace.content.Collection
COLLECTION - Static variable in class org.dspace.core.Constants
Type of collection objects
COLLECTION - Static variable in class org.dspace.event.Event
 
collection - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
collection2community - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
collection2item - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
collection2Metadata(Collection) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace collection.
COLLECTION_ADMIN - Static variable in class org.dspace.core.Constants
Deprecated.
As of DSpace 1.6, replaced by Constants.ADMIN
collectionDAO - Variable in class org.dspace.content.CollectionServiceImpl
 
CollectionDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Collection object.
CollectionDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Collection object.
CollectionDAOImpl() - Constructor for class org.dspace.content.dao.impl.CollectionDAOImpl
 
CollectionDropDown - Class in org.dspace.app.util
Utility class for lists of collections.
CollectionDropDown() - Constructor for class org.dspace.app.util.CollectionDropDown
 
CollectionDropDown.CollectionPathEntry - Class in org.dspace.app.util
A helper class to hold (collection, full path) pairs.
CollectionDropDown.CollectionPathEntry(Collection, String) - Constructor for class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
collectionHandles - Variable in class org.dspace.search.HarvestedItemInfo
A List of Strings.
CollectionHomeProcessor - Interface in org.dspace.plugin
Interface that must be implemented by any plugin wanting to be called at the inception of the Collection home page (in HandleServlet).
collectionId - Variable in class org.dspace.harvest.HarvestThread
 
CollectionNameComparator - Class in org.dspace.content
Compares the names of two Collections.
CollectionNameComparator() - Constructor for class org.dspace.content.CollectionNameComparator
 
collectionPath(Collection) - Static method in class org.dspace.app.util.CollectionDropDown
Get full path starting from a top-level community via subcommunities down to a collection.
collectionPath(Collection, int) - Static method in class org.dspace.app.util.CollectionDropDown
Get full path starting from a top-level community via subcommunities down to a collection.
CollectionRole - Class in org.dspace.xmlworkflow.storedcomponents
/* Represents a workflow assignments database representation.
CollectionRole() - Constructor for class org.dspace.xmlworkflow.storedcomponents.CollectionRole
Protected constructor, create object using: CollectionRoleService.create(Context, Collection, String, Group)
collectionRoleDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
CollectionRoleDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the CollectionRole object.
CollectionRoleDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the CollectionRole object.
CollectionRoleDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
CollectionRoleService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the CollectionRole object.
collectionRoleService - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
collectionRoleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
CollectionRoleServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the CollectionRole object.
CollectionRoleServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
collectionService - Static variable in class org.dspace.administer.StructBuilder
 
collectionService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
collectionService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
collectionService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
collectionService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
collectionService - Variable in class org.dspace.app.util.SyndicationFeed
 
collectionService - Variable in class org.dspace.content.CommunityServiceImpl
 
collectionService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
collectionService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
collectionService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
collectionService - Variable in class org.dspace.content.InstallItemServiceImpl
 
collectionService - Variable in class org.dspace.content.ItemServiceImpl
 
collectionService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
collectionService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
collectionService - Static variable in class org.dspace.content.packager.PackageUtils
 
collectionService - Variable in class org.dspace.content.packager.RoleIngester
 
CollectionService - Interface in org.dspace.content.service
Service interface class for the Collection object.
collectionService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
collectionService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
collectionService - Variable in class org.dspace.discovery.SolrServiceImpl
 
collectionService - Variable in class org.dspace.eperson.GroupServiceImpl
 
collectionService - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
collectionService - Variable in class org.dspace.harvest.HarvestThread
 
collectionService - Variable in class org.dspace.harvest.OAIHarvester
 
collectionService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
collectionService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
collectionService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
collectionService - Variable in class org.dspace.submit.AbstractProcessingStep
 
collectionService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
CollectionServiceImpl - Class in org.dspace.content
Service implementation for the Collection object.
CollectionServiceImpl() - Constructor for class org.dspace.content.CollectionServiceImpl
 
COLUMN_NAME_REGEX - Variable in class org.dspace.authenticate.ShibAuthentication
Validate Postgres Column Names
CombinedMetadatumContributor<T> - Class in org.dspace.importer.external.metadatamapping.contributor
Created by Philip Vissenaekens (philip at atmire dot com) Date: 17/06/15 Time: 11:02
CombinedMetadatumContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
CombinedMetadatumContributor(MetadataFieldConfig, List<MetadataContributor>, String) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
comeFromEditPolicy(HttpServletRequest) - Static method in class org.dspace.submit.step.AccessStep
 
CommandRunner - Class in org.dspace.app.launcher
 
CommandRunner() - Constructor for class org.dspace.app.launcher.CommandRunner
 
commit() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
commit() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
commit() - Method in interface org.dspace.core.DBConnection
 
commit() - Method in class org.dspace.core.HibernateDBConnection
 
commit() - Method in interface org.dspace.discovery.IndexingService
 
commit() - Method in class org.dspace.discovery.SolrServiceImpl
 
commit() - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
Community - Class in org.dspace.content
Class representing a community
Community() - Constructor for class org.dspace.content.Community
COMMUNITY - Static variable in class org.dspace.core.Constants
Type of community objects
COMMUNITY - Static variable in class org.dspace.event.Event
 
community2collection - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
community2Metadata(Community) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace community.
community2site - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
community2subcommunity - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
communityDAO - Variable in class org.dspace.content.CommunityServiceImpl
 
CommunityDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Community object.
CommunityDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Community object.
CommunityDAOImpl() - Constructor for class org.dspace.content.dao.impl.CommunityDAOImpl
 
CommunityFiliator - Class in org.dspace.administer
A command-line tool for setting/removing community/sub-community relationships.
CommunityFiliator() - Constructor for class org.dspace.administer.CommunityFiliator
 
CommunityHomeProcessor - Interface in org.dspace.plugin
Interface that must be implemented by any plugin wanting to be called at the inception of the Community home page (in HandleServlet).
communityService - Variable in class org.dspace.administer.CommunityFiliator
 
communityService - Static variable in class org.dspace.administer.StructBuilder
 
communityService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
communityService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
communityService - Variable in class org.dspace.app.util.SyndicationFeed
 
communityService - Variable in class org.dspace.content.CollectionServiceImpl
 
communityService - Variable in class org.dspace.content.Community
 
communityService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
communityService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
communityService - Variable in class org.dspace.content.ItemServiceImpl
 
communityService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
communityService - Variable in class org.dspace.content.packager.AbstractPackageDisseminator
 
communityService - Static variable in class org.dspace.content.packager.PackageUtils
 
communityService - Variable in class org.dspace.content.packager.RoleIngester
 
CommunityService - Interface in org.dspace.content.service
Service interface class for the Community object.
communityService - Variable in class org.dspace.curate.AbstractCurationTask
 
communityService - Variable in class org.dspace.curate.Curator
 
communityService - Variable in class org.dspace.discovery.SolrServiceImpl
 
communityService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
communityService - Variable in class org.dspace.eperson.GroupServiceImpl
 
communityService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
communityService - Variable in class org.dspace.rdf.RDFizer
 
communityService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
communityService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
CommunityServiceImpl - Class in org.dspace.content
Service implementation for the Community object.
CommunityServiceImpl() - Constructor for class org.dspace.content.CommunityServiceImpl
 
compare(Item, String[], boolean, String, BulkEditChange, DSpaceCSVLine) - Method in class org.dspace.app.bulkedit.MetadataImport
Compare an item metadata with a line from CSV, and optionally update the item
compare(Item, List<String>, List<Collection>, BulkEditChange, boolean) - Method in class org.dspace.app.bulkedit.MetadataImport
Compare changes between an items owning collection and mapped collections and what is in the CSV file
compare(Collection, Collection) - Method in class org.dspace.content.CollectionNameComparator
 
compare(Object, Object) - Method in class org.dspace.content.ItemComparator
Compare two Items by checking their DCValues for element, qualifier, and language.
compareChecksums(String, String) - Method in class org.dspace.checker.CheckerCommand
Compares two checksums.
compareSoftwareVersions(String, String) - Static method in class org.dspace.app.util.IndexVersion
Compare two software version numbers to see which is greater.
compareTo(Object) - Method in class org.dspace.app.statistics.Stat
compare the current object to the given object returning -1 if o is less than the current object, 0 if they are the same, and +1 if o is greater than the current object.
compareTo(CollectionDropDown.CollectionPathEntry) - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
compileResult(Model, Resource, String, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
complete() - Method in class org.dspace.core.Context
Close the context object after all of the operations performed in the context have completed successfully.
COMPLETE_STEP - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
CompleteStep - Class in org.dspace.submit.step
This is the class which defines what happens once a submission completes!
CompleteStep() - Constructor for class org.dspace.submit.step.CompleteStep
 
COMPRESSED_EXPORT_MIME_TYPE - Static variable in interface org.dspace.app.itemexport.service.ItemExportService
used for export download
computeChecksum(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
computeChecksum(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
 
condition - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that the metadata value has to fulfill if the mapping should become active.
CONFERENCE - Variable in class org.dspace.app.util.GoogleMetadata
 
confidence - Variable in class org.dspace.content.authority.Choices
The confidence level that applies to all values in this result set
config2fkey(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
CONFIG_METS_PREFIX - Static variable in class org.dspace.content.packager.METSManifest
Prefix of DSpace configuration lines that map METS metadata type to crosswalk plugin names.
CONFIG_PREFIX - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
CONFIG_PREFIX - Static variable in class org.dspace.content.crosswalk.XSLTCrosswalk
Prefix for all lines in the config file for XSLT plugins.
CONFIG_XSD_PREFIX - Static variable in class org.dspace.content.packager.METSManifest
prefix of config lines identifying local XML Schema (XSD) files
configName - Variable in class org.dspace.content.packager.METSManifest
name of packager who created this manifest object, for looking up configuration entries.
ConfigurationManager - Class in org.dspace.core
Deprecated.
Please use org.dspace.services.ConfigurationService. See examples below.
ConfigurationManager() - Constructor for class org.dspace.core.ConfigurationManager
Deprecated.
 
configurationService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
configurationService - Variable in class org.dspace.authenticate.ShibAuthentication
 
configurationService - Variable in class org.dspace.authenticate.X509Authentication
 
configurationService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
configurationService - Variable in class org.dspace.browse.ItemCounter
 
configurationService - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
configurationService - Variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
configurationService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
configurationService - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
configurationService - Variable in class org.dspace.content.SiteServiceImpl
 
configurationService - Variable in class org.dspace.core.LegacyPluginServiceImpl
 
configurationService - Variable in class org.dspace.curate.AbstractCurationTask
 
configurationService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
configurationService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
configurationService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
configurationService - Variable in class org.dspace.harvest.OAIHarvester
 
configurationService - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
configurationService - Variable in class org.dspace.identifier.IdentifierProvider
 
configurationService - Variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.conversion.RDFConverterImpl
 
configurationService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
configurationService - Variable in class org.dspace.rdf.RDFizer
 
configurationService - Variable in class org.dspace.submit.AbstractProcessingStep
 
configurationService - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
configurationService - Variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
configuredFields - Static variable in class org.dspace.app.util.GoogleMetadata
 
CONNECT_FAIL_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
connector - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
CONSTANT_DATA_FILENAME_KEY_PREFIX - Static variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
CONSTANT_DATA_GENERAL_KEY_SUFFIX - Static variable in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
Constants - Class in org.dspace.core
Class with constants and matching strings, for DSpace types.
Constants() - Constructor for class org.dspace.core.Constants
 
consume(Context, Event) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
consume(Context, Event) - Method in class org.dspace.checker.CheckerConsumer
Consume an event
consume(Context, Event) - Method in class org.dspace.discovery.IndexEventConsumer
Consume a content event -- just build the sets of objects to add (new) to the index, update, and delete.
consume(Context, Event) - Method in class org.dspace.eperson.EPersonConsumer
Consume the event
consume(Context, Event) - Method in interface org.dspace.event.Consumer
Consume an event; events may get filtered at the dispatcher level, hiding it from the consumer.
consume(Context, Event) - Method in class org.dspace.event.TestConsumer
Consume a content event - display it in detail.
consume(Context, Event) - Method in class org.dspace.harvest.HarvestConsumer
Consume the event
consume(Context, Event) - Method in class org.dspace.identifier.doi.DOIConsumer
 
consume(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consume(Context, Event) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
consume(Context, Event) - Method in class org.dspace.versioning.VersioningConsumer
 
consumeBitstream(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consumeBundles(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
consumeCommunityCollectionItem(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
Consumer - Interface in org.dspace.event
Interface for content event consumers.
CONSUMER_PFX - Variable in class org.dspace.event.EventServiceImpl
 
consumerIndicies - Variable in class org.dspace.event.EventServiceImpl
 
ConsumerProfile - Class in org.dspace.event
An instance of this class contains the configuration profile of a specific, named Consumer, in the context of a specific Dispatcher.
consumers - Variable in class org.dspace.event.Dispatcher
Map of consumers by their configured name.
consumeSite(Context, Event) - Method in class org.dspace.rdf.RDFConsumer
 
CONTACT_DETAILS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
contacts - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
containerMetadataToDC(String) - Static method in class org.dspace.content.packager.PackageUtils
Translate a Container's (Community or Collection) database column into a valid Dublin Core metadata field.
contains(String, String[]) - Method in class org.dspace.app.bulkedit.MetadataImport
Method to find if a String occurs in an array of Strings
contains(String) - Method in class org.dspace.statistics.util.IPTable
Check whether a given address is contained in this netblock.
containsNonZeroValues() - Method in class org.dspace.statistics.Dataset
Returns false if this dataset only contains zero's.
CONTENT_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Name of bundle for user-visible "content" (same as default for now).
CONTENT_NEGOTIATION_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
 
ContentAuthorityServiceFactory - Class in org.dspace.content.authority.factory
Abstract factory to get services for the content.authority package, use ContentAuthorityServiceFactory.getInstance() to retrieve an implementation
ContentAuthorityServiceFactory() - Constructor for class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
ContentAuthorityServiceFactoryImpl - Class in org.dspace.content.authority.factory
Factory implementation to get services for the content.authority package, use ContentAuthorityServiceFactory.getInstance() to retrieve an implementation
ContentAuthorityServiceFactoryImpl() - Constructor for class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
contentFiles - Variable in class org.dspace.content.packager.METSManifest
elements in "original" file group (bundle)
CONTENTS_FILE - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
ContentsEntry - Class in org.dspace.app.itemupdate
Holds the elements of a line in the Contents Entry file Based on private methods in ItemImport Lacking a spec or full documentation for the file format, it looks from the source code that the ordering or elements is not fixed e.g.: 48217870-MIT.pdf\tbundle: bundlename\tpermissions: -r 'MIT Users'\tdescription: Full printable version (MIT only) permissions: -[r|w] ['group name'] description:
ContentsEntry(String, String, int, String, String) - Constructor for class org.dspace.app.itemupdate.ContentsEntry
 
contentServiceFactory - Variable in class org.dspace.authorize.ResourcePolicyServiceImpl
 
ContentServiceFactory - Class in org.dspace.content.factory
Abstract factory to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementation
ContentServiceFactory() - Constructor for class org.dspace.content.factory.ContentServiceFactory
 
contentServiceFactory - Variable in class org.dspace.content.InstallItemServiceImpl
 
contentServiceFactory - Variable in class org.dspace.content.MetadataValueServiceImpl
 
contentServiceFactory - Variable in class org.dspace.discovery.SolrServiceImpl
 
contentServiceFactory - Variable in class org.dspace.google.GoogleRecorderEventListener
 
contentServiceFactory - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
contentServiceFactory - Variable in class org.dspace.identifier.IdentifierServiceImpl
 
contentServiceFactory - Variable in class org.dspace.rdf.RDFizer
 
contentServiceFactory - Variable in class org.dspace.statistics.ElasticSearchLoggerEventListener
 
contentServiceFactory - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
ContentServiceFactoryImpl - Class in org.dspace.content.factory
Factory implementation to get services for the content package, use ContentServiceFactory.getInstance() to retrieve an implementation
ContentServiceFactoryImpl() - Constructor for class org.dspace.content.factory.ContentServiceFactoryImpl
 
context - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
context - Variable in class org.dspace.checker.HandleDispatcher
 
context - Variable in class org.dspace.checker.SimpleDispatcher
 
Context - Class in org.dspace.core
Class representing the context of a particular DSpace operation.
Context(EventService, DBConnection) - Constructor for class org.dspace.core.Context
 
Context() - Constructor for class org.dspace.core.Context
Construct a new context object with default options.
Context(short) - Constructor for class org.dspace.core.Context
Construct a new context object with passed options.
context - Variable in class org.dspace.discovery.BitstreamContentStream
 
context - Variable in class org.dspace.rdf.RDFizer
 
context - Variable in class org.dspace.search.HarvestedItemInfo
Context used when creating this object
context - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
CONTEXT_PATH_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the URL of the dspace-rdf module.
contextDestroyed(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
Clean up resources used by the application when stopped
contextDestroyed(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceWebappListener
 
contextInitialized(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
Initialize any resources required by the application.
contextInitialized(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceWebappListener
 
contributeMetadata(T) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
a separate Metadatum object is created for each index of Metadatum returned from the calls to MetadatumContributor.contributeMetadata(t) for each MetadatumContributor in the metadatumContributors list.
contributeMetadata(RecordType) - Method in interface org.dspace.importer.external.metadatamapping.contributor.MetadataContributor
 
contributeMetadata(OMElement) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
contributeMetadata(T) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
contributeMetadata(T) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
contributeTypes(TypeContributions, ServiceRegistry) - Method in class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect
 
Contributor - Class in org.dspace.authority.orcid.model
 
Contributor(String, String, String, Set<ContributorAttribute>) - Constructor for class org.dspace.authority.orcid.model.Contributor
 
CONTRIBUTOR - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CONTRIBUTOR_ATTRIBUTES - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CONTRIBUTOR_EMAIL - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CONTRIBUTOR_ORCID - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CONTRIBUTOR_ROLE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
CONTRIBUTOR_SEQUENCE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
ContributorAttribute - Class in org.dspace.authority.orcid.model
 
ContributorAttribute(ContributorAttributeRole, ContributorAttributeSequence) - Constructor for class org.dspace.authority.orcid.model.ContributorAttribute
 
ContributorAttributeRole - Enum in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118843-anatomy-of-a-contributor
ContributorAttributeSequence - Enum in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118843-anatomy-of-a-contributor
controlled - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
ControlledVocabulary - Class in org.dspace.vocabulary
This class represents a single controlled vocabulary node It also contains references to its child nodes
ControlledVocabulary(String, String, String, List<ControlledVocabulary>) - Constructor for class org.dspace.vocabulary.ControlledVocabulary
 
controller - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
CONVERSION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
An error arose while metadata conversion.
convert(Document) - Method in class org.dspace.authority.orcid.xml.Converter
 
convert(Document) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
convert(Document) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
convert(Context, DSpaceObject) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
Convert the specified DSpaceObject or a part of it into RDF.
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
convert(String, String, String, Model) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
convert(Context, DSpaceObject) - Method in interface org.dspace.rdf.conversion.RDFConverter
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convert(Context, DSpaceObject) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
convert(DSpaceObject, boolean) - Method in class org.dspace.rdf.RDFizer
 
convert(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Converts the the provided DSpaceObject into RDF and returns the model.
convert(String, String) - Method in class org.dspace.statistics.util.ClassicDSpaceLogConverter
Convert a classic log file
convertAll() - Method in class org.dspace.rdf.RDFizer
Converts and stores all DSpaceObjects that are readable for an anonymous user.
convertAndStore(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Converts a DSpaceObject into RDF data and stores them using the configured RDFStorage.
convertArxixDomToRecord(Element) - Static method in class org.dspace.submit.lookup.ArxivUtils
 
convertCiNiiDomToRecord(Element) - Static method in class org.dspace.submit.lookup.CiNiiUtils
 
convertCollection(Context, Collection) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertCommunity(Context, Community) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertCrossRefDomToRecord(Element) - Static method in class org.dspace.submit.lookup.CrossRefUtils
 
Converter<T> - Class in org.dspace.authority.orcid.xml
 
Converter() - Constructor for class org.dspace.authority.orcid.xml.Converter
 
CONVERTER_DSOTYPES_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Key of the Property to load the types of DSpaceObjects that should get converted.
CONVERTER_PLUGINS_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the list of plugins for the RDFConverter.
converterNameFile - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
ConverterPlugin - Interface in org.dspace.rdf.conversion
 
convertFields(Record) - Method in class org.dspace.submit.lookup.ArXivFileDataLoader
 
convertFields(Record) - Method in class org.dspace.submit.lookup.CiNiiFileDataLoader
 
convertFields(Record) - Method in class org.dspace.submit.lookup.CrossRefFileDataLoader
 
convertFields(Record) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
convertFields(Record) - Method in class org.dspace.submit.lookup.PubmedFileDataLoader
 
convertItem(Context, Item) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertPubmedDomToRecord(Element) - Static method in class org.dspace.submit.lookup.PubmedUtils
 
convertSite(Context, Site) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
convertStreamToString(InputStream) - Static method in class org.dspace.authority.rest.RESTConnector
 
convertStreamToXML(InputStream) - Static method in class org.dspace.authority.util.XMLUtils
 
convertWork(Node) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
copy(InputStream, OutputStream) - Static method in class org.dspace.core.Utils
Copy stream-data from source to destination.
copy(File, File) - Static method in class org.dspace.curate.Utils
Performs a buffered copy from one file into another.
copy(InputStream, OutputStream) - Static method in class org.dspace.curate.Utils
Performs a buffered copy from one IO stream into another.
copy(Context, Bitstream) - Static method in class org.dspace.license.LicenseCleanup
Fast stream copy routine
copyMetadata(Context, Item, Item) - Method in class org.dspace.versioning.AbstractVersionProvider
 
COPYRIGHT_TEXT - Static variable in class org.dspace.content.Collection
 
COPYRIGHT_TEXT - Static variable in class org.dspace.content.Community
 
CoreServiceFactory - Class in org.dspace.core.factory
Abstract factory to get services for the core package, use CoreServiceFactory.getInstance() to retrieve an implementation
CoreServiceFactory() - Constructor for class org.dspace.core.factory.CoreServiceFactory
 
CoreServiceFactoryImpl - Class in org.dspace.core.factory
Factory implementation to get services for the core package, use CoreServiceFactory.getInstance() to retrieve an implementation
CoreServiceFactoryImpl() - Constructor for class org.dspace.core.factory.CoreServiceFactoryImpl
 
coreTypeToMask(int) - Method in class org.dspace.event.Event
 
count(Criteria) - Method in class org.dspace.core.AbstractHibernateDAO
 
count(Query) - Method in class org.dspace.core.AbstractHibernateDAO
 
count(Context) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
count(Context) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
countAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
countAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
countAll(Context) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return how many workflow items appear in the database
countAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
countAllInCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
countAllInCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
countAllInCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return how many workflow items that appear in the collection
countAllInCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
countBitstreamsWithoutPolicy(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countBitstreamsWithoutPolicy(Context) - Method in interface org.dspace.content.service.BitstreamService
 
countByNameLike(Context, String) - Method in interface org.dspace.eperson.dao.GroupDAO
Count the number of groups that have a name that contains the given string
countByNameLike(Context, String) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
countByStoreNumber(Context, Integer) - Method in class org.dspace.content.BitstreamServiceImpl
 
countByStoreNumber(Context, Integer) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countByStoreNumber(Context, Integer) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countByStoreNumber(Context, Integer) - Method in interface org.dspace.content.service.BitstreamService
 
countDeleted(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countDeleted(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countDeletedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countDeletedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
 
counter - Variable in class org.dspace.app.bulkedit.DSpaceCSV
A counter of how many CSV lines this object holds
countFinishedUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
countFinishedUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
countHandlesByPrefix(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
countHandlesByPrefix(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
countHandlesByPrefix(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
countHandlesByPrefix(Context, String) - Method in interface org.dspace.handle.service.HandleService
 
countInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
countInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
countItems(Context, Collection, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, List<Collection>, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countItems(Context, Collection, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of items in a given collection
countItems(Context, List<Collection>, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of unique items across several collections at once.
countItems(Context, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
Count number of items based on specific status flags
countItems(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
countItems(Context, Community) - Method in class org.dspace.content.ItemServiceImpl
 
countItems(Context, Collection) - Method in interface org.dspace.content.service.ItemService
counts items in the given collection
countItems(Context, Community) - Method in interface org.dspace.content.service.ItemService
counts items in the given community
countLong(Criteria) - Method in class org.dspace.core.AbstractHibernateDAO
 
countNotArchivedItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countNotArchivedItems(Context) - Method in interface org.dspace.content.service.ItemService
 
countRows(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.BundleDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.CommunityDAO
 
countRows(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.BundleDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
countRows(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
countRows(Context) - Method in interface org.dspace.content.dao.ItemDAO
Count total number of items (rows in item table)
countRows(Context) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
countRows(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
countRows(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
countRows(Context) - Method in interface org.dspace.eperson.dao.GroupDAO
Count the number of groups in DSpace
countRows(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
countRows(Context) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
countRows(Context) - Method in interface org.dspace.handle.dao.HandleDAO
 
countRows(Context) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
countRows(Context) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
countRows(Context) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
country - Variable in class org.dspace.authority.orcid.model.Bio
 
COUNTRY - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
countTotal(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.BundleServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countTotal(Context) - Method in class org.dspace.content.MetadataValueServiceImpl
 
countTotal(Context) - Method in interface org.dspace.content.service.BitstreamService
 
countTotal(Context) - Method in interface org.dspace.content.service.BundleService
 
countTotal(Context) - Method in interface org.dspace.content.service.CollectionService
 
countTotal(Context) - Method in interface org.dspace.content.service.CommunityService
 
countTotal(Context) - Method in interface org.dspace.content.service.ItemService
 
countTotal(Context) - Method in interface org.dspace.content.service.MetadataValueService
 
countTotal(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
 
countTotal(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
countTotal(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
countTotal(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
countTotal(Context) - Method in interface org.dspace.eperson.service.EPersonService
 
countTotal(Context) - Method in interface org.dspace.eperson.service.GroupService
Count the total number of groups in DSpace
countTotal(Context) - Method in class org.dspace.handle.HandleServiceImpl
 
countTotal(Context) - Method in interface org.dspace.handle.service.HandleService
 
countTotal(Context) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
countTotal(Context) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowItemService
 
countWithdrawnItems(Context) - Method in class org.dspace.content.ItemServiceImpl
 
countWithdrawnItems(Context) - Method in interface org.dspace.content.service.ItemService
 
countWithNoPolicy(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
countWithNoPolicy(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
create(Context, File, String) - Static method in class org.dspace.app.itemupdate.ItemArchive
factory method Minimal requirements for dublin_core.xml for this application is the presence of dc.identifier.uri which must contain the handle for the item
create(String, String, String) - Method in class org.dspace.app.mediafilter.Brand
Create the brand image
create(Context, String, String, Date, int) - Method in interface org.dspace.app.util.service.WebAppService
 
create(Context, String, String, Date, int) - Method in class org.dspace.app.util.WebAppServiceImpl
 
create() - Static method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
create(Bio) - Static method in class org.dspace.authority.orcid.OrcidAuthorityValue
Create an authority based on a given orcid bio
create(Context) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Create a new ResourcePolicy
create(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
create(Context, InputStream) - Method in class org.dspace.content.BitstreamServiceImpl
 
create(Context, Bundle, InputStream) - Method in class org.dspace.content.BitstreamServiceImpl
 
create(Context, Item, String) - Method in class org.dspace.content.BundleServiceImpl
 
create(Context, Community) - Method in class org.dspace.content.CollectionServiceImpl
 
create(Context, Community, String) - Method in class org.dspace.content.CollectionServiceImpl
 
create(Community, Context) - Method in class org.dspace.content.CommunityServiceImpl
 
create(Community, Context, String) - Method in class org.dspace.content.CommunityServiceImpl
 
create(Context, WorkspaceItem) - Method in class org.dspace.content.ItemServiceImpl
 
create(Context, MetadataSchema, String, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
create(Context, String, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
create(Context, DSpaceObject, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
create(InputStream, boolean, String) - Static method in class org.dspace.content.packager.METSManifest
Create a new manifest object from a serialized METS XML document.
create(ServletRequest) - Static method in class org.dspace.content.packager.PackageParameters
Creates new parameters object with the parameter values from a servlet request object.
create(Context, InputStream) - Method in interface org.dspace.content.service.BitstreamService
Create a new bitstream, with a new ID.
create(Context, Bundle, InputStream) - Method in interface org.dspace.content.service.BitstreamService
Create a new bitstream, with a new ID.
create(Context, Item, String) - Method in interface org.dspace.content.service.BundleService
Create a new bundle, with a new ID and link it to the provided item
create(Context, Community) - Method in interface org.dspace.content.service.CollectionService
Create a new collection with a new ID.
create(Context, Community, String) - Method in interface org.dspace.content.service.CollectionService
Create a new collection with the supplied handle and with a new ID.
create(Community, Context) - Method in interface org.dspace.content.service.CommunityService
Create a new top-level community, with a new ID.
create(Community, Context, String) - Method in interface org.dspace.content.service.CommunityService
Create a new top-level community, with a new ID.
create(Context, WorkspaceItem) - Method in interface org.dspace.content.service.ItemService
Create a new item, with a new internal ID.
create(Context, MetadataSchema, String, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
Creates a new metadata field.
create(Context, String, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Creates a new metadata schema in the database, using the name & namspace.
create(Context, DSpaceObject, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
Creates a new metadata value.
create(Context, Collection, boolean) - Method in interface org.dspace.content.service.WorkspaceItemService
Create a new workspace item, with a new ID.
create(Context, WorkflowItem) - Method in interface org.dspace.content.service.WorkspaceItemService
 
create(Context, Collection, boolean) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
create(Context, WorkflowItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
create(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
create(Context, T) - Method in interface org.dspace.core.GenericDAO
 
create(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
create(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
create(Context) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
create(Context) - Method in interface org.dspace.eperson.service.EPersonService
Create a new eperson
create(Context) - Method in interface org.dspace.eperson.service.GroupService
Create a new group
CREATE - Static variable in class org.dspace.event.Event
Event (Action) types
create(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
create(Context, Item, String) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
create(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Create a new harvest instance row for a specified collection.
create(Context, Item, String) - Method in interface org.dspace.harvest.service.HarvestedItemService
Create a new harvested item row for a specified item id.
create(Context) - Method in class org.dspace.identifier.DOIServiceImpl
 
create(String, Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Create an identifier with a given name.
create(Context) - Method in interface org.dspace.identifier.service.DOIService
 
create(Context) - Method in interface org.dspace.service.DSpaceCRUDService
 
create(Context) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
create(Context, Item, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
 
create(Context, Item, Collection) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
create(Context, BasicWorkflowItem, EPerson) - Method in interface org.dspace.workflowbasic.service.TaskListItemService
 
create(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.TaskListItemServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
create(Context, Collection, String, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
create(Context, Collection, String, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
create(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
create(Context, Item, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
CreateAdministrator - Class in org.dspace.administer
A command-line tool for creating an initial administrator for setting up a DSpace site.
CreateAdministrator() - Constructor for class org.dspace.administer.CreateAdministrator
constructor, which just creates and object with a ready context
createAdministrator(String, String, String, String, String) - Method in class org.dspace.administer.CreateAdministrator
Create the administrator with the given details.
createAdministrators(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createAdministrators(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
createAdministrators(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create a default administrators group if one does not already exist.
createAdministrators(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Create a default administrators group if one does not already exist.
createBitstream(Context, Bitstream) - Method in class org.dspace.versioning.AbstractVersionProvider
 
createBundlesAndAddBitstreams(Context, Item, Item) - Method in class org.dspace.versioning.AbstractVersionProvider
 
createCollectionWorkflowRole(Context, Collection, String, Group) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
WORKFLOW ROLE MANAGEMENT
createCommandLineOptions() - Static method in class org.dspace.authority.UpdateAuthorities
 
createCore(HttpSolrServer, String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
createCriteria(Context, Class<T>) - Method in class org.dspace.core.AbstractHibernateDAO
 
createCriteria(Context, Class<T>, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
createDataset(Context) - Method in class org.dspace.statistics.content.StatisticsData
Run the accumulated query and return its results.
createDataset(Context) - Method in class org.dspace.statistics.content.StatisticsDataSearches
 
createDataset(Context) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
createDataset(Context) - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
 
createDCValue(String, String, String) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
createDIM(DSpaceObject, List<MockMetadataValue>) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Generate an intermediate representation of a DSpace object.
createDIM(DSpaceObject) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Generate an intermediate representation of a DSpace object.
createDownloadableExport(DSpaceObject, Context, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(List<DSpaceObject>, Context, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(DSpaceObject, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
createDownloadableExport(DSpaceObject, Context, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience methot to create export a single Community, Collection, or Item
createDownloadableExport(List<DSpaceObject>, Context, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience method to export a List of dspace objects (Community, Collection or Item)
createDownloadableExport(DSpaceObject, Context, String, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience methot to create export a single Community, Collection, or Item
createDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Convenience method to export a List of dspace objects (Community, Collection or Item)
createDSpaceObject(Context, DSpaceObject, int, String, PackageParameters) - Static method in class org.dspace.content.packager.PackageUtils
Create the specified DSpace Object, based on the passed in Package Parameters (along with other basic info required to create the object)
createFile(File) - Static method in class org.dspace.content.packager.PackageUtils
Creates the specified file (along with all parent directories) if it doesn't already exist.
createFirstStep(Workflow, Node) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
createHandle(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
createHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject, String) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject, String, boolean) - Method in class org.dspace.handle.HandleServiceImpl
 
createHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Creates a new handle in the database.
createHandle(Context, DSpaceObject, String) - Method in interface org.dspace.handle.service.HandleService
Creates a handle entry, but with a handle supplied by the caller (new Handle not generated)
createHandle(Context, DSpaceObject, String, boolean) - Method in interface org.dspace.handle.service.HandleService
Creates a handle entry, but with a handle supplied by the caller (new Handle not generated)
createId(int) - Method in class org.dspace.handle.HandleServiceImpl
Create a new handle id.
createIndex(Context) - Method in interface org.dspace.discovery.IndexingService
 
createIndex(Context) - Method in class org.dspace.discovery.SolrServiceImpl
create full index - wiping old index
createItem(Context) - Method in class org.dspace.content.ItemServiceImpl
 
createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
createNewItemAndAddItInWorkspace(Context, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
 
createNewItemAndAddItInWorkspace(Context, Item) - Method in interface org.dspace.versioning.ItemVersionProvider
 
createNewVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, Item, String) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, VersionHistory, Item, String, Date, int) - Method in interface org.dspace.versioning.service.VersioningService
 
createNewVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
Service Methods
createNewVersion(Context, Item, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createNewVersion(Context, VersionHistory, Item, String, Date, int) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createNodeClient(ElasticSearchLoggerService.ClientType) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
createNodeClient(ElasticSearchLoggerService.ClientType) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
createOptions() - Method in class org.dspace.rdf.RDFizer
 
createOrModifyPolicy(ResourcePolicy, Context, String, Group, EPerson, Date, int, String, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
createOrModifyPolicy(ResourcePolicy, Context, String, Group, EPerson, Date, int, String, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
 
createOutput() - Static method in class org.dspace.app.statistics.LogAnalyser
generate the analyser's output to the specified out file
createOwnedTask(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
createOwnedTask(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
createPoolTasks(Context, XmlWorkflowItem, RoleMembers, Step, WorkflowActionConfig) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
createPoolTasks(Context, XmlWorkflowItem, RoleMembers, Step, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
createQuery(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
createRequest(Context, Bitstream, Item, boolean, String, String, String) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
createRequest(Context, Bitstream, Item, boolean, String, String, String) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Generate a request item representing the request and put it into the DB
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
createResourcePolicy(Context, DSpaceObject, Group, EPerson, int, String) - Method in interface org.dspace.authorize.service.AuthorizeService
 
creates - Static variable in class org.dspace.rdf.conversion.DMRM
Specifies the RDF to generate for a specified matadata.
createSingleBitstream(Context, InputStream, Item, String) - Method in class org.dspace.content.ItemServiceImpl
 
createSingleBitstream(Context, InputStream, Item) - Method in class org.dspace.content.ItemServiceImpl
 
createSingleBitstream(Context, InputStream, Item, String) - Method in interface org.dspace.content.service.ItemService
Create a single bitstream in a new bundle.
createSingleBitstream(Context, InputStream, Item) - Method in interface org.dspace.content.service.ItemService
Convenience method, calls createSingleBitstream() with name "ORIGINAL"
createSite(Context) - Method in interface org.dspace.content.service.SiteService
 
createSite(Context) - Method in class org.dspace.content.SiteServiceImpl
 
CreateStatReport - Class in org.dspace.app.statistics
This class allows the running of the DSpace statistic tools Usage: java CreateStatReport -r Available:
CreateStatReport() - Constructor for class org.dspace.app.statistics.CreateStatReport
 
createStep(Workflow, String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
 
createStep(Workflow, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
createSubcommunity(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
createSubcommunity(Context, Community, String) - Method in class org.dspace.content.CommunityServiceImpl
 
createSubcommunity(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Create a new sub-community within this community.
createSubcommunity(Context, Community, String) - Method in interface org.dspace.content.service.CommunityService
Create a new sub-community within this community.
createSubmitters(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createSubmitters(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create a default submitters group if one does not already exist.
createTaskForEPerson(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
Create a claimed task for the user IF this user doesn't have a claimed action for this workflow item
createTaskForEPerson(Context, XmlWorkflowItem, Step, WorkflowActionConfig, EPerson) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
Create a claimed task for the user IF this user doesn't have a claimed action for this workflow item
createTasks(Context, BasicWorkflowItem, List<EPerson>) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
createTemplateItem(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
createTemplateItem(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
createTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Create an empty template item for this collection.
createTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Create an empty template item for this collection.
createTransportClient() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
createTransportClient() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
createUserAssignmentActionConfig(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
createVersion(Context, VersionHistory, Item, String, Date) - Method in class org.dspace.versioning.VersioningServiceImpl
 
createWorkflowActionConfig(String) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
 
createWorkflowActionConfig(String) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
createWorkflowGroup(Context, Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
createWorkflowGroup(Context, Collection, int) - Method in interface org.dspace.content.service.CollectionService
Create a workflow group for the given step if one does not already exist.
CREATIVE_COMMONS_RDF_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
CREATIVE_COMMONS_RDF_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
CREATIVE_COMMONS_TEXT_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
CREATIVE_COMMONS_TEXT_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
CreativeCommonsRDFStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the item's Creative Commons license, RDF form.
CreativeCommonsRDFStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
CreativeCommonsRDFStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
Ingest a Creative Commons license, RDF form.
CreativeCommonsRDFStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
creativeCommonsService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
CreativeCommonsService - Interface in org.dspace.license.service
Service interface class for the Creative commons licensing.
creativeCommonsService - Variable in class org.dspace.submit.step.CCLicenseStep
 
CreativeCommonsServiceImpl - Class in org.dspace.license
 
CreativeCommonsServiceImpl() - Constructor for class org.dspace.license.CreativeCommonsServiceImpl
 
CreativeCommonsTextStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the object's Creative Commons license, text form.
CreativeCommonsTextStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
CREDIT_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
CREDIT_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
creditName - Variable in class org.dspace.authority.orcid.model.BioName
 
CrossLinks - Class in org.dspace.browse
Class to represent the configuration of the cross-linking between browse pages (for example, between the author name in one full listing to the author's list of publications).
CrossLinks() - Constructor for class org.dspace.browse.CrossLinks
Construct a new object which will obtain the configuration for itself.
CrossRefFileDataLoader - Class in org.dspace.submit.lookup
 
CrossRefFileDataLoader() - Constructor for class org.dspace.submit.lookup.CrossRefFileDataLoader
 
CrossRefFileDataLoader(String) - Constructor for class org.dspace.submit.lookup.CrossRefFileDataLoader
 
CrossRefOnlineDataLoader - Class in org.dspace.submit.lookup
 
CrossRefOnlineDataLoader() - Constructor for class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
crossrefService - Variable in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
CrossRefService - Class in org.dspace.submit.lookup
 
CrossRefService() - Constructor for class org.dspace.submit.lookup.CrossRefService
 
CrossRefUtils - Class in org.dspace.submit.lookup
 
CrossRefUtils() - Constructor for class org.dspace.submit.lookup.CrossRefUtils
 
CROSSWALK_NAME - Variable in class org.dspace.identifier.DataCiteXMLCreator
Name of crosswalk to convert metadata into DataCite Metadata Scheme.
CROSSWALK_NAME - Variable in class org.dspace.identifier.doi.DataCiteConnector
Name of crosswalk to convert metadata into DataCite Metadata Scheme.
crosswalkBitstream(Context, PackageParameters, Bitstream, String, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Crosswalk the metadata associated with a particular file element into the bitstream it corresponds to.
crosswalkBundle(Context, PackageParameters, Bundle, String, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
 
CrosswalkException - Exception in org.dspace.content.crosswalk
Superclass for more-specific crosswalk exceptions.
CrosswalkException() - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkException(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkException
 
CrosswalkInternalException - Exception in org.dspace.content.crosswalk
Something went wrong inside the crosswalk, not necessarily caused by the input or state (although it could be an incorrectly handled pathological case).
CrosswalkInternalException(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
CrosswalkInternalException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
CrosswalkInternalException(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkInternalException
 
crosswalkItemDmd(Context, PackageParameters, DSpaceObject, Element, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Invokes appropriate crosswalks on Item-wide descriptive metadata.
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Select the dmdSec element(s) to apply to the Item.
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Choose DMD section(s) to crosswalk.
crosswalkObjectDmd(Context, DSpaceObject, METSManifest, AbstractMETSIngester.MdrefManager, Element[], PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Choose DMD section(s) to crosswalk.
CrosswalkObjectNotSupported - Exception in org.dspace.content.crosswalk
Something went wrong inside the crosswalk, not necessarily caused by the input or state (although it could be an incorrectly handled pathological case).
CrosswalkObjectNotSupported(String) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
CrosswalkObjectNotSupported(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
CrosswalkObjectNotSupported(Throwable) - Constructor for exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
 
crosswalkObjectOtherAdminMD(Context, PackageParameters, DSpaceObject, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Crosswalk all technical and source metadata sections that belong to the whole object.
crosswalkObjectSourceMD(Context, PackageParameters, DSpaceObject, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Just crosswalk the sourceMD sections; used to set the handle and parent of AIP.
crosswalkToMetsElement(Context, DisseminationCrosswalk, DSpaceObject, MetsElement) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
CrosswalkUtils - Class in org.dspace.content.crosswalk
 
CrosswalkUtils() - Constructor for class org.dspace.content.crosswalk.CrosswalkUtils
 
crosswalkXmd(Context, PackageParameters, DSpaceObject, Element, METSManifest.Mdref, boolean) - Method in class org.dspace.content.packager.METSManifest
 
curate(Context, String) - Method in class org.dspace.curate.Curator
Performs all configured tasks upon object identified by id.
curate(DSpaceObject) - Method in class org.dspace.curate.Curator
Performs all configured tasks upon DSpace object (Community, Collection or Item).
curate(Curator, Context, String) - Method in interface org.dspace.curate.service.WorkflowCuratorService
Determines and executes curation of a Workflow item.
curate(Curator, Context, BasicWorkflowItem) - Method in interface org.dspace.curate.service.WorkflowCuratorService
 
curate(Curator, Context, String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
curate(Curator, Context, BasicWorkflowItem) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
CURATE_ERROR - Static variable in class org.dspace.curate.Curator
task encountered an error in processing
CURATE_FAIL - Static variable in class org.dspace.curate.Curator
task failed
CURATE_NOTASK - Static variable in class org.dspace.curate.Curator
Curator unable to find requested task
CURATE_SKIP - Static variable in class org.dspace.curate.Curator
task was not applicable to passed object
CURATE_SUCCESS - Static variable in class org.dspace.curate.Curator
task completed successfully
CURATE_UNSET - Static variable in class org.dspace.curate.Curator
no assigned status code - typically because task not yet performed
CurateServiceFactory - Class in org.dspace.curate.factory
Abstract factory to get services for the curate package, use CurateServiceFactory.getInstance() to retrieve an implementation
CurateServiceFactory() - Constructor for class org.dspace.curate.factory.CurateServiceFactory
 
CurateServiceFactoryImpl - Class in org.dspace.curate.factory
Factory implementation to get services for the curate package, use CurateServiceFactory.getInstance() to retrieve an implementation
CurateServiceFactoryImpl() - Constructor for class org.dspace.curate.factory.CurateServiceFactoryImpl
 
CurationCli - Class in org.dspace.curate
CurationCli provides command-line access to Curation tools and processes.
CurationCli() - Constructor for class org.dspace.curate.CurationCli
 
curationContext() - Static method in class org.dspace.curate.Curator
Returns the context object used in the current curation thread.
curationCtx - Static variable in class org.dspace.curate.Curator
 
CurationTask - Interface in org.dspace.curate
CurationTask describes a rather generic ability to perform an operation upon a DSpace object.
curator - Variable in class org.dspace.curate.AbstractCurationTask
 
Curator - Class in org.dspace.curate
Curator orchestrates and manages the application of a one or more curation tasks to a DSpace object.
Curator() - Constructor for class org.dspace.curate.Curator
No-arg constructor
Curator.Invoked - Enum in org.dspace.curate
 
Curator.TaskRunner - Class in org.dspace.curate
 
Curator.TaskRunner(ResolvedTask) - Constructor for class org.dspace.curate.Curator.TaskRunner
 
Curator.TxScope - Enum in org.dspace.curate
 
currentDso - Variable in class org.dspace.statistics.content.StatisticsDataSearches
Current DSpaceObject for which to generate the statistics.
currentDso - Variable in class org.dspace.statistics.content.StatisticsDataVisits
Current DSpaceObject for which to generate the statistics.
currentFieldIndex - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
currentItem - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
currentItem - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
currentMetadataIndex - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
currentOutput - Variable in class org.dspace.app.sitemap.AbstractGenerator
Current output

D

DailyFileAppender - Class in org.dspace.app.util
Special log appender for log4j.
DailyFileAppender() - Constructor for class org.dspace.app.util.DailyFileAppender
Default constructor.
DailyReportEmailer - Class in org.dspace.checker
The email reporter creates and sends emails to an administrator.
DailyReportEmailer() - Constructor for class org.dspace.checker.DailyReportEmailer
Default constructor.
DANISH - Static variable in class org.dspace.text.filter.Language
 
DatabaseConfigVO - Class in org.dspace.storage.rdbms
Value object for the Database configuration, can be used to get the database configuration parameters.
DatabaseConfigVO() - Constructor for class org.dspace.storage.rdbms.DatabaseConfigVO
 
DatabaseRegistryUpdater - Class in org.dspace.storage.rdbms
This is a FlywayCallback class which automatically updates the Metadata Schema Registry and Bitstream Formats Registries AFTER all Database migrations occur.
DatabaseRegistryUpdater() - Constructor for class org.dspace.storage.rdbms.DatabaseRegistryUpdater
 
DatabaseUtils - Class in org.dspace.storage.rdbms
Utility class used to manage the Database.
DatabaseUtils() - Constructor for class org.dspace.storage.rdbms.DatabaseUtils
 
DATACITE_XML_CROSSWALK - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DataCiteConnector - Class in org.dspace.identifier.doi
 
DataCiteConnector() - Constructor for class org.dspace.identifier.doi.DataCiteConnector
 
DataCiteConnector.DataCiteResponse - Class in org.dspace.identifier.doi
 
DataCiteConnector.DataCiteResponse(int, String) - Constructor for class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
DataCiteXMLCreator - Class in org.dspace.identifier
Provide XML based metadata crosswalk for EZID Identifier provider module.
DataCiteXMLCreator() - Constructor for class org.dspace.identifier.DataCiteXMLCreator
 
dataList - Variable in class org.dspace.ctask.general.MetadataWebService
 
dataOutputStream - Variable in class org.dspace.ctask.general.ClamScan
 
Dataset - Class in org.dspace.statistics
 
Dataset(int, int) - Constructor for class org.dspace.statistics.Dataset
 
Dataset(float[][]) - Constructor for class org.dspace.statistics.Dataset
 
DatasetDSpaceObjectGenerator - Class in org.dspace.statistics.content
Represents a dspace object based facet for filtering.
DatasetDSpaceObjectGenerator() - Constructor for class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
DatasetGenerator - Class in org.dspace.statistics.content
Represents a single facet for filtering.
DatasetGenerator() - Constructor for class org.dspace.statistics.content.DatasetGenerator
 
DatasetSearchGenerator - Class in org.dspace.statistics.content
 
DatasetSearchGenerator() - Constructor for class org.dspace.statistics.content.DatasetSearchGenerator
 
DatasetSearchGenerator.Mode - Enum in org.dspace.statistics.content
 
DatasetTimeGenerator - Class in org.dspace.statistics.content
Represents a date facet for filtering.
DatasetTimeGenerator() - Constructor for class org.dspace.statistics.content.DatasetTimeGenerator
 
datasetType - Variable in class org.dspace.statistics.content.DatasetGenerator
The type of generator can either be CATEGORY or SERIE
DatasetTypeGenerator - Class in org.dspace.statistics.content
Represents a simple string facet for filtering.
DatasetTypeGenerator() - Constructor for class org.dspace.statistics.content.DatasetTypeGenerator
 
DataTermsFacet - Class in org.dspace.statistics
A neutral data object to hold data for statistics.
DataTermsFacet() - Constructor for class org.dspace.statistics.DataTermsFacet
 
DataTermsFacet.TermsFacet - Class in org.dspace.statistics
 
DataTermsFacet.TermsFacet(String, Integer) - Constructor for class org.dspace.statistics.DataTermsFacet.TermsFacet
 
DATE - Variable in class org.dspace.app.util.GoogleMetadata
 
DATE - Static variable in class org.dspace.sort.OrderFormat
 
DATE_FORMAT_8601 - Static variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
DATE_FORMAT_8601 - Static variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
DATE_FORMAT_DCDATE - Static variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
DATE_FORMAT_DCDATE - Static variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
dateField - Variable in class org.dspace.app.util.SyndicationFeed
 
dateRange() - Method in class org.dspace.app.statistics.HTMLReport
output the date range in the relevant format.
dateRange() - Method in interface org.dspace.app.statistics.Report
output the date range in the relevant format.
datestamp - Variable in class org.dspace.search.HarvestedItemInfo
The datestamp
DateToYear - Class in org.dspace.identifier.ezid
Convert a date-time string to the year thereof.
DateToYear() - Constructor for class org.dspace.identifier.ezid.DateToYear
 
DAY - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
DayTableEmbargoSetter - Class in org.dspace.embargo
Plugin implementation of the embargo setting function.
DayTableEmbargoSetter() - Constructor for class org.dspace.embargo.DayTableEmbargoSetter
 
DBConnection<T> - Interface in org.dspace.core
Interface representing a Database connection, this class should only be access by the context object.
DBMS_H2 - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DBMS_ORACLE - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DBMS_POSTGRES - Static variable in class org.dspace.storage.rdbms.DatabaseUtils
 
DC_SCHEMA - Static variable in class org.dspace.content.MetadataSchema
Short Name of built-in Dublin Core schema.
dcCreatorField - Variable in class org.dspace.app.util.SyndicationFeed
 
DCDate - Class in org.dspace.content
Dublin Core date utility class
DCDate(Date) - Constructor for class org.dspace.content.DCDate
Construct a date object from a Java Date object.
DCDate(int, int, int, int, int, int) - Constructor for class org.dspace.content.DCDate
Construct a date object from a bunch of component parts.
DCDate(String) - Constructor for class org.dspace.content.DCDate
Construct a date from a Dublin Core value
dcDateField - Variable in class org.dspace.app.util.SyndicationFeed
 
dcDescriptionField - Variable in class org.dspace.app.util.SyndicationFeed
 
DCInput - Class in org.dspace.app.util
Class representing a line in an input form.
DCInput(Map<String, String>, Map<String, List<String>>) - Constructor for class org.dspace.app.util.DCInput
Class constructor for creating a DCInput object based on the contents of a HashMap
DCInputAuthority - Class in org.dspace.content.authority
ChoiceAuthority source that reads the same input-forms which drive configurable submission.
DCInputAuthority() - Constructor for class org.dspace.content.authority.DCInputAuthority
 
DCInputSet - Class in org.dspace.app.util
Class representing all DC inputs required for a submission, organized into pages
DCInputSet(String, List<List<Map<String, String>>>, Map<String, List<String>>) - Constructor for class org.dspace.app.util.DCInputSet
constructor
DCInputsReader - Class in org.dspace.app.util
Submission form generator for DSpace.
DCInputsReader() - Constructor for class org.dspace.app.util.DCInputsReader
Parse an XML encoded submission forms template file, and create a hashmap containing all the form information.
DCInputsReader(String) - Constructor for class org.dspace.app.util.DCInputsReader
 
DCInputsReaderException - Exception in org.dspace.app.util
This is a superclass for exceptions representing a failure when importing or exporting a package.
DCInputsReaderException() - Constructor for exception org.dspace.app.util.DCInputsReaderException
No-args constructor.
DCInputsReaderException(String) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor for a given message.
DCInputsReaderException(Throwable) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor for a given cause.
DCInputsReaderException(String, Throwable) - Constructor for exception org.dspace.app.util.DCInputsReaderException
Constructor to create a new exception wrapping it around another exception.
DCLanguage - Class in org.dspace.content
Utility class for dealing with languages
DCLanguage(String) - Constructor for class org.dspace.content.DCLanguage
Construct a language object from a database entry
dcNS - Static variable in class org.dspace.content.packager.METSManifest
Dublin core element namespace
DCPersonName - Class in org.dspace.content
DSpace person name utility class
DCPersonName() - Constructor for class org.dspace.content.DCPersonName
Construct a blank name
DCPersonName(String) - Constructor for class org.dspace.content.DCPersonName
Construct a name from a raw DC value
DCPersonName(String, String) - Constructor for class org.dspace.content.DCPersonName
Construct a name from a last name and first name
DCSeriesNumber - Class in org.dspace.content
Series and report number, as stored in relation.ispartofseries
DCSeriesNumber() - Constructor for class org.dspace.content.DCSeriesNumber
Construct clean series number
DCSeriesNumber(String) - Constructor for class org.dspace.content.DCSeriesNumber
Construct from raw DC value
DCSeriesNumber(String, String) - Constructor for class org.dspace.content.DCSeriesNumber
Construct from given values
dcTermNS - Static variable in class org.dspace.content.packager.METSManifest
Dublin core term namespace (for qualified DC)
dcToContainerMetadata(String) - Static method in class org.dspace.content.packager.PackageUtils
Translate a Dublin Core metadata field into a Container's (Community or Collection) database column for that metadata entry.
decodeHandleURN(String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Parse the hdl: URI/URN format into a raw Handle.
DecomposeDiactritics - Class in org.dspace.text.filter
Decompose diacritic characters to character + diacritic
DecomposeDiactritics() - Constructor for class org.dspace.text.filter.DecomposeDiactritics
 
DEFAULT_BITSTREAM_READ - Static variable in class org.dspace.core.Constants
Default Read policies for Bitstreams submitted to container
DEFAULT_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Default bundle name for the "original" item content; "derived" content such as thumbnails goes in other bundles.
DEFAULT_CHUNK_SIZE - Variable in class org.dspace.ctask.general.ClamScan
 
DEFAULT_COLLECTION - Static variable in class org.dspace.app.util.DCInputsReader
The ID of the default collection.
DEFAULT_COLLECTION - Static variable in class org.dspace.app.util.SubmissionConfigReader
The ID of the default collection.
DEFAULT_DISPATCHER - Static variable in interface org.dspace.event.service.EventService
 
DEFAULT_ENCODING - Static variable in class org.dspace.core.Constants
 
DEFAULT_FIELD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
DEFAULT_ITEM_READ - Static variable in class org.dspace.core.Constants
Default Read policies for Items submitted to container
DEFAULT_LANG - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
DEFAULT_MODIFIED_DATE - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
Default date/time (in milliseconds since epoch) to set for Zip Entries for DSpace Objects which don't have a Last Modified date.
DEFAULT_QVALUE - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
defaultAuthorField - Variable in class org.dspace.app.util.SyndicationFeed
 
defaultDateField - Variable in class org.dspace.app.util.SyndicationFeed
 
DefaultEmbargoLifter - Class in org.dspace.embargo
Default plugin implementation of the embargo lifting function.
DefaultEmbargoLifter() - Constructor for class org.dspace.embargo.DefaultEmbargoLifter
 
DefaultEmbargoSetter - Class in org.dspace.embargo
Default plugin implementation of the embargo setting function.
DefaultEmbargoSetter() - Constructor for class org.dspace.embargo.DefaultEmbargoSetter
 
defaultExternalMedia - Variable in class org.dspace.app.util.SyndicationFeed
 
DefaultItemVersionProvider - Class in org.dspace.versioning
 
DefaultItemVersionProvider() - Constructor for class org.dspace.versioning.DefaultItemVersionProvider
 
DEFAULTLOCALE - Static variable in class org.dspace.core.I18nUtil
 
defaultMinConfidence - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
fallback default value unless authority.minconfidence = X is configured.
defaultSelected - Variable in class org.dspace.content.authority.Choices
Index of value to be selected by default, if any.
defaultTitleField - Variable in class org.dspace.app.util.SyndicationFeed
 
defaultValue - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
defiliate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
 
delegate - Variable in class org.dspace.checker.HandleDispatcher
the delegate to dispatch to.
delete(Context, WebApp) - Method in interface org.dspace.app.util.service.WebAppService
 
delete(Context, WebApp) - Method in class org.dspace.app.util.WebAppServiceImpl
 
delete() - Method in class org.dspace.authority.AuthorityValue
 
delete(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Delete an ResourcePolicy
delete(Context, BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
delete(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
delete(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
delete(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
delete(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
delete(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
delete(Context, MetadataField) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
delete(Context, MetadataSchema) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
delete(Context, MetadataValue) - Method in class org.dspace.content.MetadataValueServiceImpl
 
delete(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
delete(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataFieldService
Delete the metadata field.
delete(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataSchemaService
Delete the metadata schema.
delete(Context, MetadataValue) - Method in interface org.dspace.content.service.MetadataValueService
Delete the metadata field.
delete(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
delete(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
DELETE - Static variable in class org.dspace.core.Constants
Action of deleting something.
delete(Context, T) - Method in interface org.dspace.core.GenericDAO
 
delete(Context, Group) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
delete(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
delete(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
delete(Context, RegistrationData) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
DELETE - Static variable in class org.dspace.event.Event
 
delete(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
delete(Context, HarvestedItem) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
delete(Context, HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
delete(Context, HarvestedItem) - Method in interface org.dspace.harvest.service.HarvestedItemService
 
delete(String) - Method in class org.dspace.identifier.doi.DOIOrganiser
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
delete(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Destroy a reserved identifier.
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Unbind this type of identifier(s) from an object.
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Unbind the given identifier from an object.
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
delete(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Delete (Unbind) all identifiers registered for a specific DSpace item.
delete(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Delete a Specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for Detecting and Processing the appropriate identifier, all Providers are interrogated, multiple providers can process the same identifier.
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
delete(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
delete(DSpaceObject, boolean) - Method in class org.dspace.rdf.RDFizer
Delete the data about the DSpaceObject from the triplestore.
delete(String) - Static method in class org.dspace.rdf.RDFUtil
Deletes the data identified by the URI from the triple store.
delete(Context, int, UUID, String, List<String>) - Static method in class org.dspace.rdf.RDFUtil
This is a shortcut to generate an RDF identifier for a DSpaceObject and to delete the identified data from the named graph.
delete(String) - Method in interface org.dspace.rdf.storage.RDFStorage
 
delete(String) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
delete(Context, T) - Method in interface org.dspace.service.DSpaceCRUDService
 
delete(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
delete(Context, T) - Method in interface org.dspace.workflow.WorkflowItemService
 
delete(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
delete(Context, ClaimedTask) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
delete(Context, CollectionRole) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
delete(Context, InProgressUser) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
delete(Context, PoolTask) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
delete(Context, CollectionRole) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
delete(Context, WorkflowItemRole) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
delete(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
DELETE_CONTENTS_FILE - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
deleteAll(Context, WorkspaceItem) - Method in interface org.dspace.content.service.WorkspaceItemService
Delete the workspace item.
deleteAll(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
deleteAll(Context) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
deleteAll(Context) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
deleteAll() - Method in class org.dspace.rdf.RDFizer
Deletes all data stored in the triplestore (drops all named graphs and cleans the default graph).
deleteAll() - Method in interface org.dspace.rdf.storage.RDFStorage
 
deleteAll() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
deleteAllPooledTasks(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
deleteAllPooledTasks(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteAllRecords() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
deleteAllTasks(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
deleteAllTasks(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Deletes all tasks from this workflowflowitem
deleteBatchUpload(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteBatchUpload(Context, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
DeleteBitstreamsAction - Class in org.dspace.app.itemupdate
Action to delete bitstreams Undo not supported for this UpdateAction Derivatives of the bitstream to be deleted are not also deleted
DeleteBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.DeleteBitstreamsAction
 
DeleteBitstreamsByFilterAction - Class in org.dspace.app.itemupdate
Action to delete bitstreams using a specified filter implementing BitstreamFilter Derivatives for the target bitstreams are not deleted.
DeleteBitstreamsByFilterAction() - Constructor for class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
 
deleteBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.ChecksumHistoryDAO
Delete all ChecksumHistory rows for the given Bitstream.
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
deleteByBitstream(Context, Bitstream) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
deleteByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
deleteByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
deleteByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
deleteByCollectionAndEPerson(Context, Collection, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByCollectionAndEPerson(Context, Collection, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
Delete the history records from the database.
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in interface org.dspace.checker.dao.ChecksumHistoryDAO
Delete all ChecksumHistory rows with retention date before the given and the specified result code.
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.ChecksumHistoryDAOImpl
 
deleteByDateAndCode(Context, Date, ChecksumResultCode) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
deleteByDso(Context, DSpaceObject) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDso(Context, DSpaceObject) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByDsoGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByDsoGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
deleteByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
 
deleteByEPerson(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
deleteByGroup(Context, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
deleteByGroup(Context, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
deleteByMetadataField(Context, MetadataField) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
deleteByMetadataField(Context, MetadataField) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
deleteByMetadataField(Context, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
deleteByMetadataField(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
 
deleteByToken(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
deleteByToken(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
deleteByToken(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
deleteByToken(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
deleteByWorkflowItem(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.dao.impl.TaskListItemDAOImpl
 
deleteByWorkflowItem(Context, BasicWorkflowItem) - Method in interface org.dspace.workflowbasic.dao.TaskListItemDAO
 
deleteByWorkflowItem(Context, BasicWorkflowItem) - Method in interface org.dspace.workflowbasic.service.TaskListItemService
 
deleteByWorkflowItem(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.TaskListItemServiceImpl
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
deleteByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
deleteClaimedTask(Context, XmlWorkflowItem, ClaimedTask) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
deleteClaimedTask(Context, XmlWorkflowItem, ClaimedTask) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowService
 
deleteCollection(Context, Collection) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
deleteCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
DELETED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
deleteDirectory(File) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
deleteDirectory(File) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Delete a directory and its child files and directories
deleteDOI(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
deleteDOI(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends the DELETE-Request to the DOI registry.
deleteForWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
deleteForWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
deleteHandle(byte[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
deleteIP(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteIP(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteItem(Context, Item) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItem(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItems(Context, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
deleteItems(Context, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
deleteMetadata(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Protected method that deletes all metadata values from the database, should only be called when deleting the item.
DeleteMetadataAction - Class in org.dspace.app.itemupdate
Action to delete metadata
DeleteMetadataAction() - Constructor for class org.dspace.app.itemupdate.DeleteMetadataAction
 
deleteMetadataByValue(Context, Item, DtoMetadata, boolean) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Working around Item API to delete a value-specific Metadatum For a given element/qualifier/lang: get all DCValues clear (i.e.
deleteOldExportArchives(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
deleteOldExportArchives() - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
deleteOldExportArchives(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
A clean up method that is ran before a new export archive is created.
deleteOldExportArchives() - Method in interface org.dspace.app.itemexport.service.ItemExportService
A clean up method that is ran before a new export archive is created.
deleteOnline(Context, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
deletePooledTask(Context, XmlWorkflowItem, PoolTask) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
deletePooledTask(Context, XmlWorkflowItem, PoolTask) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
deleteRobotsByIP() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteRobotsByIP() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteRobotsByIsBotFlag() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
deleteRobotsByIsBotFlag() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
deleteRoleGroup(Context, Collection, String) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
deleteToken(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Delete token.
deleteToken(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
deleteVersionedItem(Context, Version, VersionHistory) - Method in class org.dspace.versioning.DefaultItemVersionProvider
 
deleteVersionedItem(Context, Version, VersionHistory) - Method in interface org.dspace.versioning.ItemVersionProvider
 
deleteWrapper(Context, T) - Method in interface org.dspace.content.service.InProgressSubmissionService
Deletes submission wrapper, doesn't delete item contents
deleteWrapper(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
deleteWrapper(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
deleteWrapper(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
dequeue(String, long) - Method in class org.dspace.curate.FileTaskQueue
 
dequeue(String, long) - Method in interface org.dspace.curate.TaskQueue
Returns the set of task entries from the named queue.
dereference(Context, String) - Method in class org.dspace.curate.AbstractCurationTask
Returns a DSpaceObject for passed identifier, if it exists
deregister() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
Record that this application is not running.
DerivativeTextBitstreamFilter - Class in org.dspace.app.itemupdate
Bitstream filter to delete from TEXT bundle
DerivativeTextBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.DerivativeTextBitstreamFilter
 
DESCENDING - Static variable in class org.dspace.sort.SortOption
 
DescribeStep - Class in org.dspace.submit.step
Describe step for DSpace submission process.
DescribeStep() - Constructor for class org.dspace.submit.step.DescribeStep
Constructor
destroy() - Method in class org.dspace.importer.external.service.ImportService
 
destroy() - Method in interface org.dspace.importer.external.service.other.Destroyable
 
destroy() - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
Destroyable - Interface in org.dspace.importer.external.service.other
Created by Roeland Dillen (roeland at atmire dot com) Date: 26/09/12 Time: 11:09
destroyObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
detailFields - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
DIM_NS - Static variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIM_NS - Static variable in class org.dspace.content.crosswalk.XSLTCrosswalk
DSpace XML Namespace in JDOM form.
DIM_XSD - Static variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIMDisseminationCrosswalk - Class in org.dspace.content.crosswalk
DIM dissemination crosswalk
DIMDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
DIMIngestionCrosswalk - Class in org.dspace.content.crosswalk
DIM ingestion crosswalk
DIMIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
dir - Variable in class org.dspace.app.itemupdate.ItemArchive
 
directoryFilter - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
dirname - Variable in class org.dspace.app.itemupdate.ItemArchive
 
DiscoverFacetField - Class in org.dspace.discovery
Class contains facet query information
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, int) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, String) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFacetField(String, String, int, DiscoveryConfigurationParameters.SORT, String, int) - Constructor for class org.dspace.discovery.DiscoverFacetField
 
DiscoverFilterQuery - Class in org.dspace.discovery
This class represents a filter query for discovery and can contain the following objects: The field in which we are searching The query the query which the filter query is using The displayed value
DiscoverFilterQuery() - Constructor for class org.dspace.discovery.DiscoverFilterQuery
 
DiscoverFilterQuery(String, String, String) - Constructor for class org.dspace.discovery.DiscoverFilterQuery
 
DiscoverHitHighlightingField - Class in org.dspace.discovery
Configuration for one field that is to be highlighted Giving 0 as max chars ensures that the entire field is returned !
DiscoverHitHighlightingField(String, int, int) - Constructor for class org.dspace.discovery.DiscoverHitHighlightingField
 
DiscoverQuery - Class in org.dspace.discovery
This class represents a query which the discovery backend can use
DiscoverQuery() - Constructor for class org.dspace.discovery.DiscoverQuery
 
DiscoverQuery.SORT_ORDER - Enum in org.dspace.discovery
Attributes used for sorting of results
DiscoverResult - Class in org.dspace.discovery
This class represents the result that the discovery search impl returns
DiscoverResult() - Constructor for class org.dspace.discovery.DiscoverResult
 
DiscoverResult.DSpaceObjectHighlightResult - Class in org.dspace.discovery
 
DiscoverResult.DSpaceObjectHighlightResult(DSpaceObject, Map<String, List<String>>) - Constructor for class org.dspace.discovery.DiscoverResult.DSpaceObjectHighlightResult
 
DiscoverResult.FacetResult - Class in org.dspace.discovery
 
DiscoverResult.FacetResult(String, String, String, String, long) - Constructor for class org.dspace.discovery.DiscoverResult.FacetResult
 
DiscoverResult.SearchDocument - Class in org.dspace.discovery
This class contains values from the fields searched for in DiscoveryQuery.java
DiscoverResult.SearchDocument() - Constructor for class org.dspace.discovery.DiscoverResult.SearchDocument
 
DiscoveryConfiguration - Class in org.dspace.discovery.configuration
 
DiscoveryConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryConfiguration
 
DiscoveryConfigurationException - Exception in org.dspace.discovery.configuration
Exception that can be thrown if there are issues with the discovery configuration
DiscoveryConfigurationException() - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(String, Throwable) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(String) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationException(Throwable) - Constructor for exception org.dspace.discovery.configuration.DiscoveryConfigurationException
 
DiscoveryConfigurationParameters - Class in org.dspace.discovery.configuration
Class contains parameters used for the configuration of discovery
DiscoveryConfigurationParameters() - Constructor for class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
DiscoveryConfigurationParameters.SORT - Enum in org.dspace.discovery.configuration
 
DiscoveryConfigurationService - Class in org.dspace.discovery.configuration
 
DiscoveryConfigurationService() - Constructor for class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
DiscoveryHitHighlightFieldConfiguration - Class in org.dspace.discovery.configuration
Configuration class that holds hit highlighting configuration for a single metadata field
DiscoveryHitHighlightFieldConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
DiscoveryHitHighlightingConfiguration - Class in org.dspace.discovery.configuration
Class that contains all the configuration concerning the hit highlighting in search resutls This class can be configured in the [dspace.dir]/config/spring/discovery/spring-dspace-addon-discovery-configuration-services.xml
DiscoveryHitHighlightingConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
DiscoveryMoreLikeThisConfiguration - Class in org.dspace.discovery.configuration
Class that contains the more like this configuration on item pages
DiscoveryMoreLikeThisConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
DiscoveryRecentSubmissionsConfiguration - Class in org.dspace.discovery.configuration
 
DiscoveryRecentSubmissionsConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
DiscoverySearchFilter - Class in org.dspace.discovery.configuration
 
DiscoverySearchFilter() - Constructor for class org.dspace.discovery.configuration.DiscoverySearchFilter
 
DiscoverySearchFilterFacet - Class in org.dspace.discovery.configuration
An expanded class that allows a search filter to be used as a sidebar facet
DiscoverySearchFilterFacet() - Constructor for class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
DiscoverySortConfiguration - Class in org.dspace.discovery.configuration
 
DiscoverySortConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
DiscoverySortConfiguration.SORT_ORDER - Enum in org.dspace.discovery.configuration
Attributes used for sorting of results
DiscoverySortFieldConfiguration - Class in org.dspace.discovery.configuration
 
DiscoverySortFieldConfiguration() - Constructor for class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
dispatch(Context) - Method in class org.dspace.event.BasicDispatcher
Dispatch all events added to this Context according to configured consumers.
dispatch(Context) - Method in class org.dspace.event.Dispatcher
Dispatch all events added to this Context according to configured consumers.
Dispatcher - Class in org.dspace.event
Interface for event dispatchers.
Dispatcher(String) - Constructor for class org.dspace.event.Dispatcher
 
dispatcherFactory - Variable in class org.dspace.event.EventServiceImpl
 
dispatcherPool - Variable in class org.dspace.event.EventServiceImpl
 
dispatchers - Variable in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
dispatchEvents() - Method in class org.dspace.core.Context
 
DISPLAY_BUNDLE_NAME - Static variable in class org.dspace.curate.CitationPage
The name to give the bundle we add the cited pages to.
displayBitstreamViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayDate(boolean, boolean, Locale) - Method in class org.dspace.content.DCDate
Format a human-readable version of the DCDate, with optional time.
displayItemViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayLocalDate(boolean, Locale) - Method in class org.dspace.content.DCDate
 
displayTotalViews - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
displayUTCDate(boolean, Locale) - Method in class org.dspace.content.DCDate
 
disseminate(Context, PackageDisseminator, DSpaceObject, PackageParameters, String) - Method in class org.dspace.app.packager.Packager
Disseminate one or more DSpace objects into package(s) based on the options passed to the 'packager' script
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
disseminate(Context, DSpaceObject, OutputStream) - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
disseminate(Context, DSpaceObject, OutputStream) - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
Execute crosswalk on the given object, sending output to the stream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Export the object (Item, Collection, or Community) as a "package" on the indicated OutputStream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
 
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in interface org.dspace.content.packager.PackageDisseminator
Export the object (Item, Collection, or Community) as a "package" on the indicated OutputStream.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.PDFPackager
VERY crude dissemination: just look for the first bitstream with the PDF package type, and toss it out.
disseminate(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.RoleDisseminator
 
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Recursively export one or more DSpace Objects as a series of packages.
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in interface org.dspace.content.packager.PackageDisseminator
Recursively export one or more DSpace Objects as a series of packages.
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.PDFPackager
disseminateAll() cannot be implemented for a PDF disseminator, because there's only one PDF to disseminate
disseminateAll(Context, DSpaceObject, PackageParameters, File) - Method in class org.dspace.content.packager.RoleDisseminator
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Actually Disseminate into METSRights schema.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Disseminate an Item, Collection, or Community to MODS.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject, Map<String, String>) - Method in interface org.dspace.content.crosswalk.ParameterizedDisseminationCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Execute crosswalk, returning one XML root element as a JDOM Element object.
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
This generates a <head> element around the metadata; in general this will probably not be used
disseminateElement(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
disseminateElement(Context, DSpaceObject, Map<String, String>) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
disseminateList() - Method in class org.dspace.app.util.GoogleMetadata
Produce meta elements that can easily be put into the head.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Returns object's metadata in MODS format, as List of XML structure nodes.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
Returns object's metadata in MODS format, as XML structure node.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Execute crosswalk, returning List of XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
Returns object's metadata as XML elements.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
Return <meta> elements that can be put in the <head> element of an XHTML document.
disseminateList(Context, DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Disseminate the DSpace item, collection, or community.
disseminateListInternal(DSpaceObject, boolean) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
disseminateParams - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
DisseminateServiceFactory - Class in org.dspace.disseminate.factory
Abstract factory to get services for the disseminate package, use DisseminateServiceFactory.getInstance() to retrieve an implementation
DisseminateServiceFactory() - Constructor for class org.dspace.disseminate.factory.DisseminateServiceFactory
 
DisseminateServiceFactoryImpl - Class in org.dspace.disseminate.factory
Factory implementation to get services for the disseminate package, use DisseminateServiceFactory.getInstance() to retrieve an implementation
DisseminateServiceFactoryImpl() - Constructor for class org.dspace.disseminate.factory.DisseminateServiceFactoryImpl
 
DisseminationCrosswalk - Interface in org.dspace.content.crosswalk
Dissemination Crosswalk plugin -- translate DSpace native metadata into an external XML format.
DISSERTATION_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
DISSERTATION_INSTITUTION - Variable in class org.dspace.app.util.GoogleMetadata
 
DISSERTATION_NAME - Variable in class org.dspace.app.util.GoogleMetadata
 
distribute(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
Distributes a task through a DSpace container - a convenience method for tasks declaring the @Distributive property.
Distributive - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
DMRM - Class in org.dspace.rdf.conversion
Schema for DSpace Metadata RDF Mappings.
DMRM() - Constructor for class org.dspace.rdf.conversion.DMRM
 
DnsLookup - Class in org.dspace.statistics.util
XBill DNS resolver to retrieve hostnames for client IP addresses.
DnsLookup() - Constructor for class org.dspace.statistics.util.DnsLookup
 
doc - Variable in class org.dspace.app.sfx.SFXFileReaderServiceImpl
The SFX configuration file
docBuilder - Variable in class org.dspace.ctask.general.MetadataWebService
 
doCollection(Curator.TaskRunner, Collection) - Method in class org.dspace.curate.Curator
Run task for Collection along with all Items in that collection.
doCommunity(Curator.TaskRunner, Community) - Method in class org.dspace.curate.Curator
Run task for Community along with all sub-communities and collections.
doCountQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which will count the number of results for the parameters you set.
doCountQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
doCuration(Context, BasicWorkflowItem) - Method in interface org.dspace.curate.service.WorkflowCuratorService
Determines and executes curation on a Workflow item.
doCuration(Context, BasicWorkflowItem) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
doDistinctOffsetQuery(String, String, boolean) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.
doDistinctOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
doField(DCInput, boolean, boolean) - Method in class org.dspace.app.util.DCInputSet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
DOI - Variable in class org.dspace.app.util.GoogleMetadata
 
DOI - Class in org.dspace.identifier
DOI identifiers.
DOI() - Constructor for class org.dspace.identifier.DOI
Protected constructor, create object using: DOIService.create(Context)
DOI - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
DOI_ALREADY_EXISTS - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI cannot be created, registered, reserved, and so on because it is already used for another object.
DOI_DOES_NOT_EXIST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A specified DOI does not exists.
DOI_ELEMENT - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
DOI_ELEMENT - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DOI_FIELD - Variable in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
DOI_IS_DELETED - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
You tried to reserve or register a DOI that is marked as DELETED.
DOI_PATH - Variable in class org.dspace.identifier.doi.DataCiteConnector
Path on the DataCite server used to generate DOIs.
DOI_QUALIFIER - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
DOI_QUALIFIER - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
DOIConnector - Interface in org.dspace.identifier.doi
A DOIConnector handles all calls to the API of your DOI registry.
DOIConsumer - Class in org.dspace.identifier.doi
 
DOIConsumer() - Constructor for class org.dspace.identifier.doi.DOIConsumer
 
DOIDAO - Interface in org.dspace.identifier.dao
Database Access Object interface class for the DOI object.
doiDAO - Variable in class org.dspace.identifier.DOIServiceImpl
 
DOIDAOImpl - Class in org.dspace.identifier.dao.impl
Hibernate implementation of the Database Access Object interface class for the DOI object.
DOIDAOImpl() - Constructor for class org.dspace.identifier.dao.impl.DOIDAOImpl
 
DOIFromExternalFormat(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
DOIFromExternalFormat(String) - Method in interface org.dspace.identifier.service.DOIService
 
DOIHandleURIGenerator - Class in org.dspace.rdf.storage
Extends the DOIURIGenerator but uses handles as fallback to DOIs.
DOIHandleURIGenerator() - Constructor for class org.dspace.rdf.storage.DOIHandleURIGenerator
 
DOIIdentifierException - Exception in org.dspace.identifier.doi
 
DOIIdentifierException() - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(String, Throwable, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(Throwable) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierException(Throwable, int) - Constructor for exception org.dspace.identifier.doi.DOIIdentifierException
 
DOIIdentifierProvider - Class in org.dspace.identifier
Provide service for DOIs using DataCite.
DOIIdentifierProvider() - Constructor for class org.dspace.identifier.DOIIdentifierProvider
 
DOIOrganiser - Class in org.dspace.identifier.doi
 
DOIOrganiser(Context, DOIIdentifierProvider) - Constructor for class org.dspace.identifier.doi.DOIOrganiser
 
doiService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
doiService - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
DOIService - Interface in org.dspace.identifier.service
Service interface class for the DOI object.
doiService - Variable in class org.dspace.rdf.storage.DOIURIGenerator
 
DOIServiceImpl - Class in org.dspace.identifier
Service implementation for the DOI object.
DOIServiceImpl() - Constructor for class org.dspace.identifier.DOIServiceImpl
 
DOIToExternalForm(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
DOIToExternalForm(String) - Method in interface org.dspace.identifier.service.DOIService
This method helps to convert a DOI into a URL.
DOIURIGenerator - Class in org.dspace.rdf.storage
 
DOIURIGenerator() - Constructor for class org.dspace.rdf.storage.DOIURIGenerator
 
doMaxQuery(String, String, int) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the value of the "highest" (max) value in the given table's column for the given item id.
doMaxQuery(String, String, int) - Method in class org.dspace.browse.SolrBrowseDAO
 
doNodes(Node, Item) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Process the item, mapping each of its metadata fields defined in the configuration file to an OpenURL parameter
doNodes(Node, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
doOffsetQuery(String, String, boolean) - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.
doOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.AbstractProcessingStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.AccessStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.CCLicenseStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.CompleteStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.DescribeStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.InitialQuestionsStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.LicenseStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.SampleStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.SelectCollectionStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.SkipInitialQuestionsStep
Simply we flags the submission as the user had checked both multi-title, multi-files and published before so that the input-form configuration will be used as is
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.StartSubmissionLookupStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadWithEmbargoStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.VerifyStep
Do any processing of the information input by the user, and/or perform step processing (if no user interaction required)
doProcessing(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.XMLUIStartSubmissionLookupStep
 
doQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse.
doQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
doSite(Curator.TaskRunner, Site) - Method in class org.dspace.curate.Curator
Run task for entire Site (including all Communities, Collections & Items)
doState(Context, BasicWorkflowItem, int, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
doState(Context, EPerson, HttpServletRequest, int, Workflow, WorkflowActionConfig) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
doState(Context, EPerson, HttpServletRequest, int, Workflow, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
doValueQuery() - Method in interface org.dspace.browse.BrowseDAO
This executes a query which returns a List object containing String values which represent the results of a single value browse (for example, the list of all subject headings).
doValueQuery() - Method in class org.dspace.browse.SolrBrowseDAO
 
drawStringWordWrap(PDPage, PDPageContentStream, String, int, int, PDFont, float) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
drawStringWordWrap(PDPage, PDPageContentStream, String, int, int, PDFont, float) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
drawTable(PDPage, PDPageContentStream, float, float, String[][], PDFont, int, boolean) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
drawTable(PDPage, PDPageContentStream, float, float, String[][], PDFont, int, boolean) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
dropDBConstraint(Connection, String, String, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Constraint (based on the current database type).
dropDBSequence(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Sequence (based on the current database type).
dropDBTable(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database Table (based on the current database type).
dropDBView(Connection, String) - Static method in class org.dspace.storage.rdbms.migration.MigrationUtils
Drop a given Database View (based on the current database type).
dryrun - Variable in class org.dspace.rdf.RDFizer
 
DSBitStoreService - Class in org.dspace.storage.bitstore
Native DSpace (or "Directory Scatter" if you prefer) asset store.
DSBitStoreService() - Constructor for class org.dspace.storage.bitstore.DSBitStoreService
 
DSORepresentation - Class in org.dspace.statistics.content
Describes the displayed representation of the statistics on a DSpaceObject and its children.
DSORepresentation() - Constructor for class org.dspace.statistics.content.DSORepresentation
Construct a representation assumed to be of an ITEM.
DSORepresentation(Integer, Integer, Boolean) - Constructor for class org.dspace.statistics.content.DSORepresentation
Construct a representation as described.
DSPACE_DEPOSIT_LICENSE_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
DSPACE_DEPOSIT_LICENSE_MDTYPE - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
 
DSPACE_ROLES - Static variable in class org.dspace.content.packager.RoleDisseminator
 
DSpaceAIPDisseminator - Class in org.dspace.content.packager
Subclass of the METS packager framework to disseminate a DSpace Archival Information Package (AIP).
DSpaceAIPDisseminator() - Constructor for class org.dspace.content.packager.DSpaceAIPDisseminator
 
DSpaceAIPIngester - Class in org.dspace.content.packager
Subclass of the METS packager framework to ingest a DSpace Archival Information Package (AIP).
DSpaceAIPIngester() - Constructor for class org.dspace.content.packager.DSpaceAIPIngester
 
DSpaceAuthorityIndexer - Class in org.dspace.authority.indexer
DSpaceAuthorityIndexer is used in IndexClient, which is called by the AuthorityConsumer and the indexing-script.
DSpaceAuthorityIndexer() - Constructor for class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
DSpaceContextListener - Class in org.dspace.app.util
Class to initialize / cleanup resources used by DSpace when the web application is started or stopped.
DSpaceContextListener() - Constructor for class org.dspace.app.util.DSpaceContextListener
 
DSpaceControlledVocabulary - Class in org.dspace.content.authority
ChoiceAuthority source that reads the JSPUI-style hierarchical vocabularies from ${dspace.dir}/config/controlled-vocabularies/*.xml and turns them into autocompleting authorities.
DSpaceControlledVocabulary() - Constructor for class org.dspace.content.authority.DSpaceControlledVocabulary
 
DSpaceCRUDService<T> - Interface in org.dspace.service
Interface containing the simple CRUD methods so we don't have to add them over and again to every service which requires these methods
DSpaceCSV - Class in org.dspace.app.bulkedit
Utility class to read and write CSV files ************** Important Note ************** This class has been made serializable, as it is stored in a Session.
DSpaceCSV(boolean) - Constructor for class org.dspace.app.bulkedit.DSpaceCSV
Create a new instance of a CSV line holder
DSpaceCSV(File, Context) - Constructor for class org.dspace.app.bulkedit.DSpaceCSV
Create a new instance, reading the lines in from file
DSpaceCSVLine - Class in org.dspace.app.bulkedit
Utility class to store a line from a CSV file
DSpaceCSVLine(UUID) - Constructor for class org.dspace.app.bulkedit.DSpaceCSVLine
Create a new CSV line
DSpaceCSVLine() - Constructor for class org.dspace.app.bulkedit.DSpaceCSVLine
Create a new CSV line for a new item
dspaceDFS(DSpaceObject, RDFizer.Callback, boolean, boolean) - Method in class org.dspace.rdf.RDFizer
 
dspaceLanguageTag - Static variable in class org.dspace.rdf.conversion.DMRM
Defines to use the language tag of a DSpace metadata value.
DSpaceMetadataRDFMapping - Static variable in class org.dspace.rdf.conversion.DMRM
Represents the mapping of a DSpace metadata value to an RDF equivalent.
DSpaceMETSDisseminator - Class in org.dspace.content.packager
Packager plugin to produce a METS (Metadata Encoding & Transmission Standard) package that is accepted as a DSpace METS SIP (Submission Information Package).
DSpaceMETSDisseminator() - Constructor for class org.dspace.content.packager.DSpaceMETSDisseminator
 
DSpaceMETSIngester - Class in org.dspace.content.packager
Packager plugin to ingest a METS (Metadata Encoding & Transmission Standard) package that conforms to the DSpace METS SIP (Submission Information Package) Profile.
DSpaceMETSIngester() - Constructor for class org.dspace.content.packager.DSpaceMETSIngester
 
DSpaceObject - Class in org.dspace.content
Abstract base class for DSpace objects
DSpaceObject() - Constructor for class org.dspace.content.DSpaceObject
 
dSpaceObject - Variable in class org.dspace.content.MetadataValue
 
DSpaceObjectDAO<T extends DSpaceObject> - Interface in org.dspace.content.dao
Database Access Object interface class for the DSpaceObject.
DSpaceObjectIRI - Static variable in class org.dspace.rdf.conversion.DMRM
Placeholder for the IRI of the DSpace Object that gets converted.
DSpaceObjectLegacySupport - Interface in org.dspace.content
Database Object interface interface class that adds that getLegacyId method which returns the old integer based identifier that was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectLegacySupportDAO<T extends DSpaceObject> - Interface in org.dspace.content.dao
Database Access Object interface interface class that adds support to retrieve DSpaceObject by the old integer based identifier which was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectLegacySupportService<T extends DSpaceObject> - Interface in org.dspace.content.service
Service interface class that adds support to retrieve DSpaceObject by the old integer based identifier which was used to identify DSpaceObjects prior to DSpace 6.0
DSpaceObjectService<T extends DSpaceObject> - Interface in org.dspace.content.service
Service interface class for the DSpaceObject.
DSpaceObjectServiceImpl<T extends DSpaceObject> - Class in org.dspace.content
Service implementation class for the DSpaceObject.
DSpaceObjectServiceImpl() - Constructor for class org.dspace.content.DSpaceObjectServiceImpl
 
DSpacePostgreSQL82Dialect - Class in org.dspace.storage.rdbms.hibernate.postgres
UUID's are not supported by default in hibernate due to differences in the database in order to fix this a custom sql dialect is needed.
DSpacePostgreSQL82Dialect() - Constructor for class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect
 
DSpacePostgreSQL82Dialect.InternalPostgresUUIDType - Class in org.dspace.storage.rdbms.hibernate.postgres
 
DSpacePostgreSQL82Dialect.InternalPostgresUUIDType() - Constructor for class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect.InternalPostgresUUIDType
 
DSpaceValue - Static variable in class org.dspace.rdf.conversion.DMRM
Shortcut to generate a Literal containing an unchanged metadata value.
DSpaceWebappListener - Class in org.dspace.app.util
Class that registers the web application upon startup of the application.
DSpaceWebappListener() - Constructor for class org.dspace.app.util.DSpaceWebappListener
 
DSpaceWebappMXBean - Interface in org.dspace.app.util
MBean type for discovering DSpace web applications.
DSpaceWorkspaceItemOutputGenerator - Class in org.dspace.submit.lookup
 
DSpaceWorkspaceItemOutputGenerator() - Constructor for class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
DSROLES_NS - Static variable in class org.dspace.content.packager.RoleDisseminator
DSpace Roles XML Namespace in JDOM form.
dto - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
dtoList - Variable in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
dtoList - Variable in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
dtomList - Variable in class org.dspace.app.itemupdate.ItemArchive
 
DUBLIN_CORE_XML - Static variable in class org.dspace.app.itemupdate.ItemArchive
 
DUTCH - Static variable in class org.dspace.text.filter.Language
 

E

EDIT_POLICY_STATUS_DUPLICATED_POLICY - Static variable in class org.dspace.submit.step.AccessStep
 
ElasticSearchLoggerEventListener - Class in org.dspace.statistics
 
ElasticSearchLoggerEventListener() - Constructor for class org.dspace.statistics.ElasticSearchLoggerEventListener
 
ElasticSearchLoggerService - Interface in org.dspace.statistics.service
Service interface class for the Elastic Search logging.
ElasticSearchLoggerService.ClientType - Enum in org.dspace.statistics.service
 
ElasticSearchLoggerServiceImpl - Class in org.dspace.statistics
 
ElasticSearchLoggerServiceImpl() - Constructor for class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
ELEMENT - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the element
element - Variable in class org.dspace.content.ItemComparator
Dublin Core element
element - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
EMAIL - Static variable in class org.dspace.content.packager.RoleDisseminator
 
Email - Class in org.dspace.core
Class representing an e-mail message, also used to send e-mails.
Email() - Constructor for class org.dspace.core.Email
Create a new email message.
EMAIL - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
Email.InputStreamDataSource - Class in org.dspace.core
 
EMAIL_PATH - Static variable in class org.dspace.health.Report
 
emailErrorMessage(EPerson, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
emailErrorMessage(EPerson, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
emailErrorMessage(EPerson, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
emailErrorMessage(EPerson, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Since the BTE batch import is done in a new thread we are unable to communicate with calling method about success or failure.
emailException(Exception) - Method in class org.dspace.discovery.SolrServiceImpl
 
emailMetadata - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
emailSuccessMessage(Context, EPerson, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
emailSuccessMessage(Context, EPerson, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
emailSuccessMessage(Context, EPerson, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
emailSuccessMessage(Context, EPerson, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Since the BTE batch import is done in a new thread we are unable to communicate with calling method about success or failure.
EmbargoCheck - Class in org.dspace.health
 
EmbargoCheck() - Constructor for class org.dspace.health.EmbargoCheck
 
EmbargoCLITool - Class in org.dspace.embargo
CLI class for the embargo service
EmbargoCLITool() - Constructor for class org.dspace.embargo.EmbargoCLITool
 
EmbargoLifter - Interface in org.dspace.embargo
Plugin interface for the embargo lifting function.
embargoService - Variable in class org.dspace.content.InstallItemServiceImpl
 
EmbargoService - Interface in org.dspace.embargo.service
Public interface to the embargo subsystem.
EmbargoServiceFactory - Class in org.dspace.embargo.factory
Abstract factory to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation
EmbargoServiceFactory() - Constructor for class org.dspace.embargo.factory.EmbargoServiceFactory
 
EmbargoServiceFactoryImpl - Class in org.dspace.embargo.factory
Factory implementation to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation
EmbargoServiceFactoryImpl() - Constructor for class org.dspace.embargo.factory.EmbargoServiceFactoryImpl
 
EmbargoServiceImpl - Class in org.dspace.embargo
Public interface to the embargo subsystem.
EmbargoServiceImpl() - Constructor for class org.dspace.embargo.EmbargoServiceImpl
 
EmbargoSetter - Interface in org.dspace.embargo
Plugin interface for the embargo setting function.
enabled - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
encodeBitstreamName(String, String) - Static method in class org.dspace.app.util.Util
Encode a bitstream name for inclusion in a URL in an HTML document.
encodeBitstreamName(String) - Static method in class org.dspace.app.util.Util
Version of encodeBitstreamName with one parameter, uses default encoding
end(Context) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
end(Context) - Method in class org.dspace.checker.CheckerConsumer
Signal that there are no more events queued in this event stream.
END - Variable in class org.dspace.ctask.general.ClamScan
 
end(Context) - Method in class org.dspace.discovery.IndexEventConsumer
Process sets of objects to add, update, and delete in index.
end(Context) - Method in class org.dspace.eperson.EPersonConsumer
Handle the end of the event
end(Context) - Method in interface org.dspace.event.Consumer
Signal that there are no more events queued in this event stream and event processing for the preceding consume calls should be finished up.
end(Context) - Method in class org.dspace.event.TestConsumer
 
end(Context) - Method in class org.dspace.harvest.HarvestConsumer
Handle the end of the event
end(Context) - Method in class org.dspace.identifier.doi.DOIConsumer
 
end(Context) - Method in class org.dspace.rdf.RDFConsumer
 
end(Context) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
end(Context) - Method in class org.dspace.versioning.VersioningConsumer
 
ENGLISH - Static variable in class org.dspace.text.filter.Language
 
enqueue(String, TaskQueueEntry) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, Set<TaskQueueEntry>) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, TaskQueueEntry) - Method in interface org.dspace.curate.TaskQueue
Queues a single entry to a named queue.
enqueue(String, Set<TaskQueueEntry>) - Method in interface org.dspace.curate.TaskQueue
Queues a set of task entries to a named queue.
ensureQueue(String) - Method in class org.dspace.curate.FileTaskQueue
 
ENTRY - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the whole entry
enumerateConsumers() - Method in class org.dspace.event.EventServiceImpl
 
EnumUtils - Class in org.dspace.authority.util
 
EnumUtils() - Constructor for class org.dspace.authority.util.EnumUtils
 
eperson - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
EPERSON - Static variable in class org.dspace.content.packager.RoleDisseminator
 
EPERSON - Static variable in class org.dspace.core.Constants
Type of individual eperson objects
EPerson - Class in org.dspace.eperson
Class representing an e-person.
EPerson() - Constructor for class org.dspace.eperson.EPerson
Protected constructor, create object using: EPersonService.create(Context)
EPERSON - Static variable in class org.dspace.event.Event
 
EPersonCLITool - Class in org.dspace.eperson
 
EPersonCLITool() - Constructor for class org.dspace.eperson.EPersonCLITool
 
EPersonConsumer - Class in org.dspace.eperson
Class for handling updates to EPersons Recommended filter: EPerson+Create
EPersonConsumer() - Constructor for class org.dspace.eperson.EPersonConsumer
 
EPersonDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the EPerson object.
ePersonDAO - Variable in class org.dspace.eperson.EPersonServiceImpl
 
EPersonDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the EPerson object.
EPersonDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
EPersonDeletionException - Exception in org.dspace.eperson
Exception indicating that an EPerson may not be deleted due to the presence of the EPerson's ID in certain tables
EPersonDeletionException() - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an empty EPersonDeletionException
EPersonDeletionException(List<String>) - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an EPersonDeletionException
epersonInGroup(Context, String, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
EPERSONS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
ePersonService - Variable in class org.dspace.administer.CreateAdministrator
 
ePersonService - Static variable in class org.dspace.administer.StructBuilder
 
ePersonService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
ePersonService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
epersonService - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
ePersonService - Variable in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
ePersonService - Variable in class org.dspace.authenticate.AuthenticationServiceImpl
 
ePersonService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
ePersonService - Variable in class org.dspace.authenticate.ShibAuthentication
 
ePersonService - Variable in class org.dspace.authenticate.X509Authentication
 
ePersonService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
ePersonService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
ePersonService - Variable in class org.dspace.content.packager.RoleDisseminator
 
ePersonService - Variable in class org.dspace.content.packager.RoleIngester
 
ePersonService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
ePersonService - Variable in class org.dspace.eperson.AccountServiceImpl
 
ePersonService - Variable in class org.dspace.eperson.EPerson
 
ePersonService - Variable in class org.dspace.eperson.EPersonConsumer
 
ePersonService - Variable in class org.dspace.eperson.GroupServiceImpl
 
EPersonService - Interface in org.dspace.eperson.service
Service interface class for the EPerson object.
ePersonService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
EPersonServiceFactory - Class in org.dspace.eperson.factory
Abstract factory to get services for the eperson package, use EPersonServiceFactory.getInstance() to retrieve an implementation
EPersonServiceFactory() - Constructor for class org.dspace.eperson.factory.EPersonServiceFactory
 
EPersonServiceFactoryImpl - Class in org.dspace.eperson.factory
Factory implementation to get services for the eperson package, use EPersonServiceFactory.getInstance() to retrieve an implementation
EPersonServiceFactoryImpl() - Constructor for class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
EPersonServiceImpl - Class in org.dspace.eperson
Service implementation for the EPerson object.
EPersonServiceImpl() - Constructor for class org.dspace.eperson.EPersonServiceImpl
 
equals(Object) - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
equals(Object) - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
equals(Object) - Method in class org.dspace.authority.orcid.model.BioName
 
equals(Object) - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
equals(Object) - Method in class org.dspace.authority.orcid.model.Contributor
 
equals(Object) - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
equals(Object) - Method in class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
equals(Object) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
equals(Object) - Method in class org.dspace.authorize.ResourcePolicy
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.content.Bitstream
Return true if other is the same Bitstream as this object, false otherwise
equals(Object) - Method in class org.dspace.content.BitstreamFormat
Return true if other is the same Collection as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Bundle
 
equals(Object) - Method in class org.dspace.content.Collection
Return true if other is the same Collection as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Community
Return true if other is the same Community as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Item
Return true if other is the same Item as this object, false otherwise
equals(Object) - Method in class org.dspace.content.ItemComparator
Return true if the object is equal to this one, false otherwise.
equals(Object) - Method in class org.dspace.content.MetadataField
Return true if other is the same MetadataField as this object, false otherwise
equals(Object) - Method in class org.dspace.content.MetadataSchema
 
equals(Object) - Method in class org.dspace.content.MetadataValue
Return true if other is the same MetadataValue as this object, false otherwise
equals(Object) - Method in class org.dspace.content.WorkspaceItem
Decide if this WorkspaceItem is equal to another
equals(Object) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
equals(Object) - Method in class org.dspace.eperson.EPerson
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.eperson.Group
Return true if other is the same Group as this object, false otherwise
equals(Object) - Method in class org.dspace.eperson.Group2GroupCache
 
equals(Object) - Method in class org.dspace.event.Event
Compare two events.
equals(Object) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
equals(Object) - Method in class org.dspace.versioning.Version
 
equals(Object) - Method in class org.dspace.versioning.VersionHistory
 
equalsWithNull(String, String) - Method in class org.dspace.content.ItemComparator
 
error(Throwable) - Method in class org.dspace.health.Check
 
error(Throwable, String) - Method in class org.dspace.health.Check
 
error - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
escapedAuthoritySeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The authority separator in an escaped form for using in regexes
escapedFieldSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator in an escaped form for using in regexes
escapedValueSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator in an escaped form for using in regexes
escapeLogField(String) - Static method in class org.dspace.core.LogManager
If any string within the log line contains a field separator (:) they need to be escaped so as the line may be parsed and analysed later.
escapeQueryChars(String) - Method in interface org.dspace.discovery.SearchService
Utility method to escape any special characters in a user's query
escapeQueryChars(String) - Method in class org.dspace.discovery.SolrServiceImpl
 
ESPERANTO - Static variable in class org.dspace.text.filter.Language
 
Event - Class in org.dspace.event
An Event object represents a single action that changed one object in the DSpace data model.
Event(int, int, UUID, String) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, String, ArrayList<String>) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, int, UUID, String) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, UUID, int, UUID, String, ArrayList<String>) - Constructor for class org.dspace.event.Event
Constructor.
EVENT_MASK - Static variable in class org.dspace.event.Event
 
eventService - Variable in class org.dspace.core.Context
 
EventService - Interface in org.dspace.event.service
Class for managing the content event environment.
EventServiceFactory - Class in org.dspace.event.factory
Abstract factory to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation
EventServiceFactory() - Constructor for class org.dspace.event.factory.EventServiceFactory
 
EventServiceFactoryImpl - Class in org.dspace.event.factory
Factory implementation to get services for the event package, use EventServiceFactory.getInstance() to retrieve an implementation
EventServiceFactoryImpl() - Constructor for class org.dspace.event.factory.EventServiceFactoryImpl
 
EventServiceImpl - Class in org.dspace.event
Class for managing the content event environment.
EventServiceImpl() - Constructor for class org.dspace.event.EventServiceImpl
 
EventServiceImpl.DispatcherPoolFactory - Class in org.dspace.event
 
EventServiceImpl.DispatcherPoolFactory() - Constructor for class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
eventTypeText - Static variable in class org.dspace.event.Event
 
EXAMPLE_PREFIX - Static variable in class org.dspace.identifier.HandleIdentifierProvider
Prefix registered to no one
ExcelFilter - Class in org.dspace.app.mediafilter
 
ExcelFilter() - Constructor for class org.dspace.app.mediafilter.ExcelFilter
 
exceptionHandlersMap - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
excludeBundles - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddBitstreamsAction
Adds bitstreams from the archive as listed in the contents file.
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddMetadataAction
Adds metadata specified in the source archive
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsAction
Delete bitstream from item
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Delete bitstream
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteMetadataAction
Delete metadata from item
execute(Context, ItemArchive, boolean, boolean) - Method in interface org.dspace.app.itemupdate.UpdateAction
Action to update item
execute(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
executeCallback() - Method in class org.dspace.core.LoggerServiceImpl
After kernel starts up, initialize Log4j based on the logging settings in our ConfigurationService.
executeSql(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Execute a block of SQL against the current database connection.
exists(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
exists(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
export() - Method in class org.dspace.app.bulkedit.MetadataExport
Run the export
EXPORT_TOO_LARGE - Static variable in exception org.dspace.app.itemexport.ItemExportException
 
exportAll - Variable in class org.dspace.app.bulkedit.DSpaceCSV
Whether to export all metadata such as handles and provenance information
exportAll - Variable in class org.dspace.app.bulkedit.MetadataExport
Whether to export all metadata, or just normally edited metadata
exportAsCSV() - Method in class org.dspace.statistics.Dataset
 
exportAsZip(Context, Iterator<Item>, String, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exportAsZip(Context, Iterator<Item>, String, String, int, boolean, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Method to perform an export and save it as a zip file.
exportHits() - Method in interface org.dspace.statistics.service.SolrLoggerService
Export all SOLR usage statistics for viewing/downloading content to a flat text file.
exportHits() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
exportIndex(String, File, String, String) - Static method in class org.dspace.util.SolrImportExport
Exports all documents in the given index to the specified target directory in batches of #ROWS_PER_FILE.
exportIndex(String, File, String, String, String) - Static method in class org.dspace.util.SolrImportExport
Exports documents from the given index to the specified target directory in batches of #ROWS_PER_FILE, starting at fromWhen (or all documents).
exportItem(Context, Iterator<Item>, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exportItem(Context, Item, String, int, boolean, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
exportItem(Context, Iterator<Item>, String, int, boolean, boolean) - Method in interface org.dspace.app.itemexport.service.ItemExportService
 
expunge(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
expunge(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Remove a bitstream that has been set to "deleted" from the database
EXTERNAL_ID_COMMNON_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
EXTERNAL_ID_ORCID - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
EXTERNAL_ID_REFERENCE - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
EXTERNAL_ID_URL - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
EXTERNAL_IDENTIFIER - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
EXTERNAL_IDENTIFIERS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
externalResults - Variable in class org.dspace.content.authority.SolrAuthority
 
externalSourceField - Variable in class org.dspace.app.util.SyndicationFeed
 
EXTRACT_FORMAT - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Content output format if extractOnly is true.
EXTRACT_ONLY - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Only extract and return the content, do not index it.
extractAlternateIdentifier(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
extractDOI(Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
extractHandle(Item) - Method in class org.dspace.harvest.OAIHarvester
Scan an item's metadata, looking for the value "identifier.*".
ExtractingParams - Interface in org.apache.solr.handler.extraction
The various Solr Parameters names to use when extracting content.
extraFiles - Variable in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
extraMetadataToKeep - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
extras - Variable in class org.dspace.content.authority.Choice
 
EZIDIdentifierProvider - Class in org.dspace.identifier
Provide service for DOIs through DataCite using the EZID service.
EZIDIdentifierProvider() - Constructor for class org.dspace.identifier.EZIDIdentifierProvider
 
EZIDRequest - Class in org.dspace.identifier.ezid
A request to EZID concerning a given (or expected) identifier.
EZIDRequestFactory - Class in org.dspace.identifier.ezid
Create configured EZID requests.
EZIDRequestFactory() - Constructor for class org.dspace.identifier.ezid.EZIDRequestFactory
 
EZIDResponse - Class in org.dspace.identifier.ezid
Decoded response data evoked by a request made to EZID.
EZIDResponse(HttpResponse) - Constructor for class org.dspace.identifier.ezid.EZIDResponse
 

F

failfast - Variable in class org.dspace.ctask.general.ClamScan
 
fallback - Static variable in class org.dspace.rdf.storage.DOIHandleURIGenerator
 
fallback - Static variable in class org.dspace.rdf.storage.DOIURIGenerator
 
FAMILY_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
familyName - Variable in class org.dspace.authority.orcid.model.BioName
 
feed - Variable in class org.dspace.app.util.SyndicationFeed
 
fetchLicenseRdf(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
fetchLicenseRDF(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
fetchLicenseRdf(String) - Method in interface org.dspace.license.service.CreativeCommonsService
 
fetchLicenseRDF(String) - Method in interface org.dspace.license.service.CreativeCommonsService
 
fetchLicenseText(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
fetchLicenseText(String) - Method in interface org.dspace.license.service.CreativeCommonsService
Get a few license-specific properties.
fetchURL(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Fetch the contents of a URL
fieldDefaults - Variable in class org.dspace.authority.AuthorityTypes
 
fieldKeys - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
FieldMergeModifier - Class in org.dspace.submit.lookup
 
FieldMergeModifier() - Constructor for class org.dspace.submit.lookup.FieldMergeModifier
 
fieldParameter(String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
fields - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
fieldSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator (defaults to comma)
fieldSeparator - Variable in class org.dspace.ctask.general.MetadataWebService
 
file - Variable in class org.dspace.discovery.BitstreamContentStream
 
fileCount - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of files written so far
filenameRegex - Variable in class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
fileProviders - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
fileRequired - Variable in class org.dspace.submit.step.UploadStep
is the upload required?
FileTaskQueue - Class in org.dspace.curate
FileTaskQueue provides a TaskQueue implementation based on flat files for the queues and semaphores.
FileTaskQueue() - Constructor for class org.dspace.curate.FileTaskQueue
 
filiate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
 
filter - Variable in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
 
filter(String) - Method in class org.dspace.browse.LocaleOrderingFilter
Uses a Locale dependent Collator to generate a sort string
filter(String, String) - Method in class org.dspace.browse.LocaleOrderingFilter
We don't need to use the language parameter, so map this to the standard sort string filter
filter(String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String, String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String) - Method in class org.dspace.text.filter.InitialArticleWord
When no language is passed, use null and let implementation decide what to do
filter(String, String) - Method in class org.dspace.text.filter.InitialArticleWord
Do an initial definite/indefinite article filter on the passed string.
filter(String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String, String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String, String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String, String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String) - Method in interface org.dspace.text.filter.TextFilter
 
filter(String, String) - Method in interface org.dspace.text.filter.TextFilter
 
FILTER_PLUGIN_SEPARATOR - Static variable in interface org.dspace.app.mediafilter.service.MediaFilterService
 
FILTER_SEPARATOR - Static variable in class org.dspace.discovery.SolrServiceImpl
 
FILTER_TYPE_DEFAULT - Static variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
FILTER_TYPE_FACET - Static variable in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
filterAliases - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
filterBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Attempt to filter a bitstream.
filterBundles - Variable in class org.dspace.content.packager.DSpaceAIPDisseminator
 
filterClasses - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filtered(String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
filterFormats - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterItem(Context, Item) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
filterItem(Context, Item) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Iterate through the item's bitstreams in the ORIGINAL bundle, applying filters if possible.
filterPoliciesToAdd(Context, List<ResourcePolicy>, DSpaceObject) - Method in class org.dspace.content.ItemServiceImpl
 
filterProviders() - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
filterQuery - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
String of IP and Ranges in IPTable as a Solr Query
filters - Variable in class org.dspace.sort.AbstractTextFilterOFD
 
filters - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
FinalEditAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action that allows users to accept/reject a workflow item
FinalEditAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
finalize() - Method in class org.dspace.core.Context
 
find(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
find(Context, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Get an ResourcePolicy from the database.
find(Context, DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
find(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
find(Context, int) - Method in class org.dspace.content.BitstreamFormatServiceImpl
Get a bitstream format from the database.
find(Context, UUID) - Method in class org.dspace.content.BitstreamServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.BundleServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.CollectionServiceImpl
 
find(Context, UUID) - Method in class org.dspace.content.CommunityServiceImpl
 
find(Context, int, MetadataSchema, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
find(Context, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Get the schema corresponding with this short name.
find(Context, int, MetadataSchema, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
find(Context, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
find(Context, UUID) - Method in class org.dspace.content.ItemServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
find(Context, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
find(Context, int) - Method in class org.dspace.content.MetadataValueServiceImpl
 
find(Context, UUID) - Method in interface org.dspace.content.service.DSpaceObjectService
Generic find for when the precise type of a DSO is not known, just the a pair of type number and database ID.
find(Context, int) - Method in interface org.dspace.content.service.MetadataFieldService
Find the field corresponding to the given numeric ID.
find(Context, int) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema corresponding with this numeric ID.
find(Context, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema corresponding with this short name.
find(Context, int) - Method in interface org.dspace.content.service.MetadataValueService
Retrieves the metadata value from the database.
find(Context, int) - Method in interface org.dspace.content.service.WorkspaceItemService
Get a workspace item from the database.
find(Context, UUID) - Method in class org.dspace.content.SiteServiceImpl
 
find(Context, int) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
find(Context, Group, Group) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
find(Context, Group, Group) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
find(Context, UUID) - Method in class org.dspace.eperson.EPersonServiceImpl
 
find(Context, UUID) - Method in class org.dspace.eperson.GroupServiceImpl
 
find(Context, int) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
find(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
find(Context, Item) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
find(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the harvest settings corresponding to this collection
find(Context, Item) - Method in interface org.dspace.harvest.service.HarvestedItemService
Find the harvest parameters corresponding to the specified DSpace item
find(Context, int) - Method in interface org.dspace.service.DSpaceCRUDService
 
find(Context, int) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
find(Context, int) - Method in interface org.dspace.workflow.WorkflowItemService
Get a workflow item from the database.
find(Context, int) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, EPerson, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
find(Context, Collection, String) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
find(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
find(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, EPerson, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
find(Context, int) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
find(Context, Collection, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
find(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
find(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
find(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
find(Context, int) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAll(Context) - Method in interface org.dspace.app.util.service.WebAppService
 
findAll(Context) - Method in class org.dspace.app.util.WebAppServiceImpl
 
findAll(Context) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findAll(Context) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findAll(Context) - Method in class org.dspace.checker.ChecksumResultServiceImpl
Get a list of all the possible result codes.
findAll(Context) - Method in interface org.dspace.checker.service.ChecksumResultService
 
findAll(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findAll(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findAll(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.CollectionServiceImpl
 
findAll(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.content.CommunityServiceImpl
 
findAll(Context, MetadataField) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAll(Context, MetadataField, Integer, Integer) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAll(Context, MetadataField) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAll(Context, MetadataField, Integer, Integer) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAll(Context, Class) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findAll(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
Get all collections in the system.
findAll(Context, MetadataField, Integer, Integer) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAll(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
Get a list of all communities in the system.
findAll(Context, MetadataField, Integer, Integer) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAll(Context, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, boolean, boolean, boolean, Date) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAll(Context, Class<MetadataField>) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findAll(Context, Class) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
 
findAll(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findAll(Context, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findAll(Context, boolean, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findAll(Context, boolean, boolean, boolean, Date) - Method in interface org.dspace.content.dao.ItemDAO
Get all Items installed or withdrawn, discoverable, and modified since a Date.
findAll(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findAll(Context) - Method in class org.dspace.content.ItemServiceImpl
 
findAll(Context) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findAll(Context) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
findAll(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Retrieve all bitstream formats from the registry, ordered by ID
findAll(Context) - Method in interface org.dspace.content.service.BitstreamService
 
findAll(Context) - Method in interface org.dspace.content.service.CollectionService
Get all collections in the system.
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.CollectionService
Get all collections in the system.
findAll(Context) - Method in interface org.dspace.content.service.CommunityService
Get a list of all communities in the system.
findAll(Context, Integer, Integer) - Method in interface org.dspace.content.service.CommunityService
Get all communities in the system.
findAll(Context) - Method in interface org.dspace.content.service.ItemService
Get all the items in the archive.
findAll(Context) - Method in interface org.dspace.content.service.MetadataFieldService
Retrieve all metadata field types from the registry
findAll(Context) - Method in interface org.dspace.content.service.MetadataSchemaService
Return all metadata schemas.
findAll(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items in the whole system
findAll(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findAll(Context, Class<T>) - Method in class org.dspace.core.AbstractHibernateDAO
 
findAll(Context, Class<T>) - Method in interface org.dspace.core.GenericDAO
Fetch all persisted instances of a given object type.
findAll(Context, MetadataField, String) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findAll(Context, List<MetadataField>) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups ordered by the specified metadata fields ascending
findAll(Context) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups ordered by name ascending
findAll(Context, MetadataField, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findAll(Context, List<MetadataField>) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findAll(Context) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findAll(Context, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findAll(Context, int) - Method in class org.dspace.eperson.GroupServiceImpl
Deprecated.
findAll(Context, List<MetadataField>) - Method in class org.dspace.eperson.GroupServiceImpl
 
findAll(Context, int) - Method in interface org.dspace.eperson.service.EPersonService
Find all the epeople that match a particular query ID LASTNAME EMAIL NETID
findAll(Context, List<MetadataField>) - Method in interface org.dspace.eperson.service.GroupService
Finds all groups in the site
findAll(Context, int) - Method in interface org.dspace.eperson.service.GroupService
Deprecated.
findAll(Context) - Method in interface org.dspace.eperson.service.SubscribeService
 
findAll(Context) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
findAll(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findAll(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections that are set up for harvesting return: list of collection id's
findAll(Context) - Method in interface org.dspace.workflow.WorkflowItemService
return all workflowitems
findAll(Context) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findAll(Context, Integer, Integer) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return all workflowitems for a certain page
findAll(Context) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAll(Context, Integer, Integer) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAllByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findAllByCollection(Context, Collection) - Method in interface org.dspace.content.dao.ItemDAO
 
findAllByCollection(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
findAllByCollection(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Get all the items in this collection.
findAllInCollection(Context, Integer, Integer, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findAllInCollection(Context, Integer, Integer, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findAllInCollection(Context, Integer, Integer, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.XmlWorkflowItemService
return all workflowitems for a certain page with a certain collection
findAllInCollection(Context, Integer, Integer, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findAllInSchema(Context, MetadataSchema) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findAllInSchema(Context, MetadataSchema) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findAllInSchema(Context, MetadataSchema) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findAllInSchema(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataFieldService
Return all metadata fields that are found in a given schema.
findAllInStep(Context, String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findAllInStep(Context, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findAllNoParent(Context, MetadataField) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAllNoParent(Context, MetadataField) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAllOrderedByEPerson(Context) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findAllOrderedByEPerson(Context) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findAllSubscribers(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findAllSubscribers(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findAllSupervisedItems(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
 
findAllSupervisedItems(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findAllTop(Context) - Method in class org.dspace.content.CommunityServiceImpl
 
findAllTop(Context) - Method in interface org.dspace.content.service.CommunityService
Get a list of all top-level communities in the system.
findAllUnfiltered(Context) - Method in class org.dspace.content.ItemServiceImpl
 
findAllUnfiltered(Context) - Method in interface org.dspace.content.service.ItemService
Get all "final" items in the archive, both archived ("in archive" flag) or withdrawn items are included.
findArchivedByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findArchivedByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.dao.ItemDAO
 
findAssociatedGroups(Context, DSpaceObject) - Method in class org.dspace.content.packager.RoleDisseminator
Find all Groups associated with this DSpace Object.
findAssociatedPeople(Context, DSpaceObject) - Method in class org.dspace.content.packager.RoleDisseminator
Find all EPeople associated with this DSpace Object.
findAttribute(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth header value and return the all values.
findAuthorized(Context, Community, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findAuthorized(Context, List<Integer>) - Method in class org.dspace.content.CommunityServiceImpl
 
findAuthorized(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAuthorized(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAuthorized(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAuthorized(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAuthorized(Context, Community, int) - Method in interface org.dspace.content.service.CollectionService
return an array of collections that user has a given permission on (useful for trimming 'select to collection' list) or figuring out which collections a person is an editor for.
findAuthorized(Context, List<Integer>) - Method in interface org.dspace.content.service.CommunityService
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CollectionDAO
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in interface org.dspace.content.dao.CommunityDAO
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findAuthorizedByGroup(Context, EPerson, List<Integer>) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findAuthorizedGroupMapped(Context, List<Integer>) - Method in class org.dspace.content.CommunityServiceImpl
 
findAuthorizedGroupMapped(Context, List<Integer>) - Method in interface org.dspace.content.service.CommunityService
 
findAuthorizedOptimized(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findAuthorizedOptimized(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findBitstreamResultTypeReport(Context, Date, Date, ChecksumResultCode) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Select the most recent bitstream for a given date range with the specified status.
findBitstreamResultTypeReport(Context, Date, Date, ChecksumResultCode) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findBitstreamsWithNoRecentChecksum(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findBitstreamsWithNoRecentChecksum(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findBitstreamsWithNoRecentChecksum(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findBitstreamsWithNoRecentChecksum(Context) - Method in interface org.dspace.content.service.BitstreamService
 
findByAdminGroup(Context, Group) - Method in class org.dspace.content.CommunityServiceImpl
 
findByAdminGroup(Context, Group) - Method in interface org.dspace.content.dao.CommunityDAO
 
findByAdminGroup(Context, Group) - Method in class org.dspace.content.dao.impl.CommunityDAOImpl
 
findByAdminGroup(Context, Group) - Method in interface org.dspace.content.service.CommunityService
 
findByAuthorityMetadata(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByAuthorityMetadata(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByAuthorityValue(Context, MetadataField, String, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByAuthorityValue(Context, MetadataField, String, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findByAuthorityValue(Context, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByAuthorityValue(Context, String, String, String, String) - Method in interface org.dspace.content.service.ItemService
Find all the items in the archive with a given authority key value in the indicated metadata field.
findByBitstream(Context, Bitstream) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByBitstream(Context, Bitstream) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
findByBitstream(Context, Bitstream) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findByChildren(Context, Set<Group>) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
findByChildren(Context, Set<Group>) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
findByCode(Context, ChecksumResultCode) - Method in class org.dspace.checker.ChecksumResultServiceImpl
Get the result description for the given result code
findByCode(Context, ChecksumResultCode) - Method in interface org.dspace.checker.dao.ChecksumResultDAO
 
findByCode(Context, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.ChecksumResultDAOImpl
 
findByCode(Context, ChecksumResultCode) - Method in interface org.dspace.checker.service.ChecksumResultService
 
findByCollection(Context, Collection) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByCollection(Context, Collection) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
findByCollection(Context, Collection, Integer, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.content.service.ItemService
Get all the items in this collection.
findByCollection(Context, Collection, Integer, Integer) - Method in interface org.dspace.content.service.ItemService
Get all the items in this collection.
findByCollection(Context, Collection) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items for a particular collection.
findByCollection(Context, Collection) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.workflow.WorkflowItemService
Get all workflow items for a particular collection.
findByCollection(Context, Collection) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findByCollection(Context, Collection) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
findByCollection(Context, Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findByCollectionAndEPerson(Context, EPerson, Collection) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findByCollectionAndEPerson(Context, EPerson, Collection) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findByCollectionAndRole(Context, Collection, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.CollectionRoleDAO
 
findByCollectionAndRole(Context, Collection, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.CollectionRoleDAOImpl
 
findByCommunity(Context, Community) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByCommunity(Context, Community) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByDoi(Context, String) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findByDoi(Context, String) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findByDoi(Context, String) - Method in class org.dspace.identifier.DOIServiceImpl
 
findByDoi(Context, String) - Method in interface org.dspace.identifier.service.DOIService
 
findByDso(Context, DSpaceObject) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDso(Context, DSpaceObject) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByDSoAndAction(Context, DSpaceObject, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDSoAndAction(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByDsoAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByDsoAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByElement(Context, MetadataSchema, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findByElement(Context, String, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findByElement(Context, MetadataSchema, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findByElement(Context, String, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findByElement(Context, MetadataSchema, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findByElement(Context, String, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findByElement(Context, MetadataSchema, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
Retrieves the metadata field from the database.
findByElement(Context, String, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
 
findByEmail(Context, String) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByEmail(Context, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByEmail(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
findByEmail(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
findByEmail(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByEmail(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
findByEmail(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the eperson by their email address.
findByEmail(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
findByEPerson(Context, EPerson) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findbyEPerson(Context, EPerson) - Method in interface org.dspace.content.service.SupervisedItemService
Get items being supervised by given EPerson
findByEPerson(Context, EPerson) - Method in interface org.dspace.content.service.WorkspaceItemService
Get all workspace items for a particular e-person.
findbyEPerson(Context, EPerson) - Method in class org.dspace.content.SupervisedItemServiceImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.GroupDAO
Find all groups that the given ePerson belongs to
findByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.eperson.dao.SubscriptionDAO
 
findByEPerson(Context, EPerson) - Method in class org.dspace.workflowbasic.dao.impl.TaskListItemDAOImpl
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.workflowbasic.dao.TaskListItemDAO
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.workflowbasic.service.TaskListItemService
 
findByEPerson(Context, EPerson) - Method in class org.dspace.workflowbasic.TaskListItemServiceImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByEperson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByEperson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByEPerson(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
findByEPerson(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
findByEPersonAndWorkflowItemAndStepIdAndActionId(Context, EPerson, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByEPersonAndWorkflowItemAndStepIdAndActionId(Context, EPerson, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByExactValue(Context, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByExactValue(Context, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByField(Context, MetadataField) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
findByField(Context, MetadataField) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
findByField(Context, MetadataField) - Method in class org.dspace.content.MetadataValueServiceImpl
 
findByField(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataValueService
Retrieves the metadata values for a given field from the database.
findByFileExtension(Context, String) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByFileExtension(Context, String) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findByGroup(Context, Group) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByGroup(Context, Group) - Method in class org.dspace.content.CollectionServiceImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.content.dao.CollectionDAO
 
findByGroup(Context, Group) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.content.service.CollectionService
 
findByGroup(Context, Group) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByGroup(Context, Group) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByGroups(Context, Set<Group>) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByGroups(Context, Set<Group>) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByGroups(Context, Set<Group>) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByGroups(Context, Set<Group>) - Method in interface org.dspace.eperson.service.EPersonService
 
findByGroups(Context, EPerson, List<Group>) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByHandle(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
findByHandle(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
findByID(Context, Class, UUID) - Method in class org.dspace.core.AbstractHibernateDAO
 
findByID(Context, Class, int) - Method in class org.dspace.core.AbstractHibernateDAO
 
findByID(Context, Class, int) - Method in interface org.dspace.core.GenericDAO
 
findByID(Context, Class, UUID) - Method in interface org.dspace.core.GenericDAO
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.BundleServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.CollectionServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.CommunityServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByIdOrLegacyId(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByItem(Context, Item) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByItem(Context, Item) - Method in interface org.dspace.content.service.WorkspaceItemService
Check to see if a particular item is currently still in a user's Workspace.
findByItem(Context, Item) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.harvest.dao.HarvestedItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.versioning.dao.impl.VersionHistoryDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.dao.VersionDAO
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.dao.VersionHistoryDAO
 
findByItem(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
findByItem(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.workflow.WorkflowItemService
Check to see if a particular item is currently under Workflow.
findByItem(Context, Item) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findByItem(Context, Item) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
findByItem(Context, Item) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findByItem(Context, Item) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findByItem(Context, Item) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context, Date, int, int[], int, Date) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByLastHarvestedAndHarvestTypeAndHarvestStatusesAndHarvestTime(Context, Date, int, int[], int, Date) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByLastModifiedSince(Context, Date) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByLastModifiedSince(Context, Date) - Method in interface org.dspace.content.dao.ItemDAO
Find all Items modified since a Date.
findByLastModifiedSince(Context, Date) - Method in class org.dspace.content.ItemServiceImpl
 
findByLastModifiedSince(Context, Date) - Method in interface org.dspace.content.service.ItemService
Find all Items modified since a Date.
findByLegacyId(Context, int) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.BundleServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.content.CommunityServiceImpl
 
findByLegacyId(Context, int, Class<T>) - Method in interface org.dspace.content.dao.DSpaceObjectLegacySupportDAO
 
findByLegacyId(Context, int) - Method in class org.dspace.content.ItemServiceImpl
 
findByLegacyId(Context, int) - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
Generic find for when the precise type of a DSO is not known, just the a pair of type number and database ID.
findByLegacyId(Context, int, Class<T>) - Method in class org.dspace.core.AbstractHibernateDSODAO
 
findByLegacyId(Context, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByLegacyId(Context, int) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByMetadataField(Context, MetadataField, String, boolean) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByMetadataField(Context, MetadataField, String, boolean) - Method in interface org.dspace.content.dao.ItemDAO
 
findByMetadataField(Context, String, String, String, String) - Method in class org.dspace.content.ItemServiceImpl
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findByMetadataField(Context, String, String, String, String) - Method in interface org.dspace.content.service.ItemService
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findByMetadataField(Context, String, MetadataField) - Method in interface org.dspace.eperson.dao.GroupDAO
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
findByMetadataField(Context, String, MetadataField) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByMetadataField(Context, String, MetadataField) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByMetadataField(Context, String, MetadataField) - Method in interface org.dspace.eperson.service.GroupService
Look up groups based on their value for a certain metadata field (NOTE: name is not stored as metadata)
findByMetadataFieldAuthority(Context, String, String) - Method in class org.dspace.content.ItemServiceImpl
 
findByMetadataFieldAuthority(Context, String, String) - Method in interface org.dspace.content.service.ItemService
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in interface org.dspace.content.dao.ItemDAO
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in class org.dspace.content.ItemServiceImpl
 
findByMetadataQuery(Context, List<List<MetadataField>>, List<String>, List<String>, List<UUID>, String, int, int) - Method in interface org.dspace.content.service.ItemService
 
findByMIMEType(Context, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findByMIMEType(Context, String, boolean) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByMIMEType(Context, String, boolean) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
Find a bitstream format by its (unique) MIME type.
findByMIMEType(Context, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Find a bitstream format by its (unique) MIME type.
findByName(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByName(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByName(Context, String) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name (exact match)
findByName(Context, String) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByName(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
findByName(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Find the group by its name - assumes name is unique
findByNameAndEPerson(Context, String, EPerson) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name and the membership of the given EPerson
findByNameAndEPerson(Context, String, EPerson) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByNameLike(Context, String, int, int) - Method in interface org.dspace.eperson.dao.GroupDAO
Find a group by its name (fuzzy match)
findByNameLike(Context, String, int, int) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
findByNamespace(Context, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Get the schema object corresponding to this namespace URI.
findByNamespace(Context, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
findByNamespace(Context, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
findByNamespace(Context, String) - Method in interface org.dspace.content.service.MetadataSchemaService
Get the schema object corresponding to this namespace URI.
findByNetid(Context, String) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findByNetid(Context, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findByNetid(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findByNetid(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the eperson by their netid.
findByNotProcessedInDateRange(Context, Date, Date) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByNotProcessedInDateRange(Context, Date, Date) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByOAIId(Context, String, Collection) - Method in interface org.dspace.harvest.dao.HarvestedItemDAO
 
findByOAIId(Context, String, Collection) - Method in class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
findByOrcidID(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByOrcidID(Context, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByOwner(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findByOwner(Context, EPerson) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
findByOwner(Context, EPerson) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
findByOwner(Context, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowItemService
 
findByParent(Context, Group) - Method in interface org.dspace.eperson.dao.Group2GroupCacheDAO
 
findByParent(Context, Group) - Method in class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
findByPooledTasks(Context, EPerson) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
findByPooledTasks(Context, EPerson) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
findByPrefix(Context, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
findByPrefix(Context, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
findByResultTypeInDateRange(Context, Date, Date, ChecksumResultCode) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findByResultTypeInDateRange(Context, Date, Date, ChecksumResultCode) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findByShortDescription(Context, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findByShortDescription(Context, String) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findByShortDescription(Context, String) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
Find a bitstream format by its (unique) short description
findByShortDescription(Context, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Find a bitstream format by its (unique) short description
findByStatus(Context, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatus(Context, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStatus(Context, int) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findByStatus(Context, int) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections with the specified status flag.
findByStatus(Context, List<Integer>) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findByStatus(Context, List<Integer>) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context, int, int, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatusAndMinimalTypeOrderByLastHarvestedAsc(Context, int, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context, int, int, int) - Method in interface org.dspace.harvest.dao.HarvestedCollectionDAO
 
findByStatusAndMinimalTypeOrderByLastHarvestedDesc(Context, int, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
findByStep(Context, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByStep(Context, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByStoreNumber(Context, Integer) - Method in class org.dspace.content.BitstreamServiceImpl
 
findByStoreNumber(Context, Integer) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findByStoreNumber(Context, Integer) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findByStoreNumber(Context, Integer) - Method in interface org.dspace.content.service.BitstreamService
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findBySubmitter(Context, EPerson, MetadataField, int) - Method in class org.dspace.content.dao.impl.ItemDAOImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.content.dao.ItemDAO
 
findBySubmitter(Context, EPerson, MetadataField, int) - Method in interface org.dspace.content.dao.ItemDAO
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.content.ItemServiceImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.content.service.ItemService
Find all the items in the archive by a given submitter.
findBySubmitter(Context, EPerson) - Method in interface org.dspace.workflow.WorkflowItemService
Get all workflow items that were original submissions by a particular e-person.
findBySubmitter(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.workflowbasic.dao.BasicWorkflowItemDAO
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.workflowbasic.dao.impl.BasicWorkflowItemDAOImpl
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
findBySubmitter(Context, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.XmlWorkflowItemDAO
 
findBySubmitter(Context, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
findBySubmitterDateSorted(Context, EPerson, Integer) - Method in class org.dspace.content.ItemServiceImpl
 
findBySubmitterDateSorted(Context, EPerson, Integer) - Method in interface org.dspace.content.service.ItemService
Retrieve the list of Items submitted by eperson, ordered by recently submitted, optionally limitable
findBySupervisedGroupMember(Context, EPerson) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findBySupervisedGroupMember(Context, EPerson) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
findByTemplateItem(Context, Item) - Method in interface org.dspace.content.dao.CollectionDAO
 
findByTemplateItem(Context, Item) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findByToken(Context, String) - Method in class org.dspace.app.requestitem.dao.impl.RequestItemDAOImpl
 
findByToken(Context, String) - Method in interface org.dspace.app.requestitem.dao.RequestItemDAO
 
findByToken(Context, String) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
findByToken(Context, String) - Method in interface org.dspace.app.requestitem.service.RequestItemService
 
findByToken(Context, String) - Method in class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
findByToken(Context, String) - Method in interface org.dspace.eperson.dao.RegistrationDataDAO
 
findByToken(Context, String) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
findByToken(Context, String) - Method in interface org.dspace.eperson.service.RegistrationDataService
 
findByTypeIdGroupAction(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
findByTypeIdGroupAction(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
findByTypeIdGroupAction(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.dao.ResourcePolicyDAO
 
findByTypeIdGroupAction(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
 
findByUID(Context, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
Item.ANY does not work here.
findByUID(Context, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByValue(Context, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByValue(Context, String, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findByValue(Context, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByValue(Context, String, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findByValueLike(Context, String) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
findByValueLike(Context, String) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
findByValueLike(Context, String) - Method in class org.dspace.content.MetadataValueServiceImpl
 
findByValueLike(Context, String) - Method in interface org.dspace.content.service.MetadataValueService
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findByWorkflowIdAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.PoolTaskService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.ClaimedTaskService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.WorkflowItemRoleService
 
findByWorkflowItem(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.InProgressUserDAO
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
findByWorkflowItemAndEPerson(Context, XmlWorkflowItem, EPerson) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
findByWorkflowItemAndGroup(Context, Group, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
findByWorkflowItemAndGroup(Context, Group, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.PoolTaskDAO
 
findByWorkflowItemAndRole(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
findByWorkflowItemAndRole(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.WorkflowItemRoleDAO
 
findByWorkflowItemAndStepId(Context, XmlWorkflowItem, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItemAndStepId(Context, XmlWorkflowItem, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findByWorkflowItemAndStepIdAndActionId(Context, XmlWorkflowItem, String, String) - Method in interface org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
 
findByWorkflowItemAndStepIdAndActionId(Context, XmlWorkflowItem, String, String) - Method in class org.dspace.xmlworkflow.storedcomponents.dao.impl.ClaimedTaskDAOImpl
 
findClass(String) - Method in class org.dspace.core.PathsClassLoader
 
findCollectionsWithSubscribers(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findCollectionsWithSubscribers(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
findCollectionsWithSubscribers(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
findCollectionsWithSubscribers(Context) - Method in interface org.dspace.content.service.CollectionService
 
findDeletedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
findDeletedBitstreams(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findDeletedBitstreams(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findDeletedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
Retrieve all bitstreams with the deleted flag set to true
findDepositLicense(Context, Item) - Static method in class org.dspace.content.packager.PackageUtils
Utility to find the license bitstream from an item
findDirectMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findDirectMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIServiceImpl
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in class org.dspace.identifier.DOIServiceImpl
 
findDOIByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.DOIService
 
findDOIByDSpaceObject(Context, DSpaceObject, List<Integer>) - Method in interface org.dspace.identifier.service.DOIService
 
findDSpaceObject(Context, SolrDocument) - Method in class org.dspace.discovery.SolrServiceImpl
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in interface org.dspace.content.dao.BitstreamDAO
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
findDuplicateInternalIdentifier(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
 
findEPeopleWithSubscription(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findEPeopleWithSubscription(Context) - Method in interface org.dspace.eperson.service.EPersonService
 
findEPerson(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Identify an existing EPerson based upon the shibboleth attributes provided on the request object.
findFieldsByElementNameUnqualified(Context, String, String) - Method in class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in interface org.dspace.content.dao.MetadataFieldDAO
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
findFieldsByElementNameUnqualified(Context, String, String) - Method in interface org.dspace.content.service.MetadataFieldService
 
findGroup2CommunityMapped(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroup2CommunityMapped(Context) - Method in interface org.dspace.content.service.CollectionService
 
findGroup2GroupMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroup2GroupMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findGroupMapped(Context, int) - Method in class org.dspace.content.CollectionServiceImpl
 
findGroupMapped(Context, int) - Method in interface org.dspace.content.service.CollectionService
 
findHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
findHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Return the handle for an Object, or null if the Object has no handle.
findHandleInternal(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
Find the database row corresponding to handle.
findInArchiveOrWithdrawnDiscoverableModifiedSince(Context, Date) - Method in class org.dspace.content.ItemServiceImpl
 
findInArchiveOrWithdrawnDiscoverableModifiedSince(Context, Date) - Method in interface org.dspace.content.service.ItemService
Get all Items installed or withdrawn, discoverable, and modified since a Date.
findItemsByLiftMetadata(Context) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
findItemsByLiftMetadata(Context) - Method in interface org.dspace.embargo.service.EmbargoService
 
findLinkableFulltext(Item) - Method in class org.dspace.app.util.GoogleMetadata
A bitstream is considered linkable fulltext when it is either the item's only bitstream (in the ORIGINAL bundle); or the primary bitstream Additionally, this bitstream must be publicly viewable.
findMany(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
findMany(Context, Query) - Method in class org.dspace.core.AbstractHibernateDAO
Execute a JPA Criteria query and return a collection of results.
findMany(Context, String) - Method in interface org.dspace.core.GenericDAO
Execute a JPQL query and return a collection of results.
findMatchingRecords(Item) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
findMatchingRecords(Query) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
findMatchingRecords(String, Item) - Method in class org.dspace.importer.external.service.ImportService
 
findMatchingRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
 
findMatchingRecords(Item) - Method in interface org.dspace.importer.external.service.other.Imports
 
findMatchingRecords(Query) - Method in interface org.dspace.importer.external.service.other.Imports
 
findMultipleAttributes(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth hattributeeader value and return the values.
findNewestHarvest(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findNewestHarvest(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the collection that was harvested most recently.
findNonInternal(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findNonInternal(Context) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
findNonInternal(Context) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
findNonInternal(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Retrieve all non-internal bitstream formats from the registry.
findNotActiveSince(Context, Date) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findNotActiveSince(Context, Date) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findNotActiveSince(Context, Date) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findNotActiveSince(Context, Date) - Method in interface org.dspace.eperson.service.EPersonService
 
findNotInHistory(Context) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
findNotInHistory(Context) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
findNotInHistory(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
findNotInHistory(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findNotProcessedBitstreamsReport(Context, Date, Date) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Find all bitstreams that were set to not be processed for the specified date range.
findNotProcessedBitstreamsReport(Context, Date, Date) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOldestHarvest(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findOldestHarvest(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find the collection that was harvested the longest time ago.
findOldestRecord(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Get the oldest most recent checksum record.
findOldestRecord(Context, Date) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Returns the oldest bitstream that in the set of bitstreams that are less than the specified date.
findOldestRecord(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOldestRecord(Context, Date) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
findOrcidHolders(Context) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
findOrcidHolders(Context) - Method in interface org.dspace.authority.service.AuthorityValueService
 
findOrCreateBitstreamFormat(Context, String, String, String) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOrCreateBitstreamFormat(Context, String, String, String, int, boolean) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOriginalBitstream(Item, Bitstream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
For a bitstream that's a thumbnail or extracted text, find the corresponding bitstream it was derived from, in the ORIGINAL bundle.
findPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
findPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for an object
findPooledTasks(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
findPooledTasks(Context, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowItemService
 
findReady(Context) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
findReady(Context) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Find all collections that are ready for harvesting return: list of collection id's
findSimilarNotInState(Context, String, List<Integer>, boolean) - Method in interface org.dspace.identifier.dao.DOIDAO
 
findSimilarNotInState(Context, String, List<Integer>, boolean) - Method in class org.dspace.identifier.dao.impl.DOIDAOImpl
 
findSingleAttribute(HttpServletRequest, String) - Method in class org.dspace.authenticate.ShibAuthentication
Find a particular Shibboleth header value and return the first value.
findSite(Context) - Method in class org.dspace.content.dao.impl.SiteDAOImpl
 
findSite(Context) - Method in interface org.dspace.content.dao.SiteDAO
 
findSite(Context) - Method in interface org.dspace.content.service.SiteService
 
findSite(Context) - Method in class org.dspace.content.SiteServiceImpl
 
findSupervisedItemsByEPerson(Context, EPerson) - Method in interface org.dspace.content.service.WorkspaceItemService
 
findSupervisedItemsByEPerson(Context, EPerson) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
findUnique(Context, String) - Method in class org.dspace.core.AbstractHibernateDAO
 
findUnique(Context, String) - Method in interface org.dspace.core.GenericDAO
Execute a JPQL query returning a unique result.
findUnknown(Context) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
findUnknown(Context) - Method in interface org.dspace.content.service.BitstreamFormatService
Get the generic "unknown" bitstream format.
findUnsalted(Context) - Method in class org.dspace.eperson.EPersonServiceImpl
 
findUnsalted(Context) - Method in interface org.dspace.eperson.service.EPersonService
Retrieve all accounts which have a password but do not have a digest algorithm
findVersionsWithItems(Context, VersionHistory) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
findVersionsWithItems(Context, VersionHistory) - Method in interface org.dspace.versioning.dao.VersionDAO
This method returns all versions of an version history that have items assigned.
findWithPasswordWithoutDigestAlgorithm(Context) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
findWithPasswordWithoutDigestAlgorithm(Context) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
findWithSupervisedGroup(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
findWithSupervisedGroup(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
finish() - Method in class org.dspace.app.sitemap.AbstractGenerator
Complete writing sitemap files and write the index files.
finish(Context) - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
finish(Context) - Method in class org.dspace.checker.CheckerConsumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.discovery.IndexEventConsumer
 
finish(Context) - Method in class org.dspace.eperson.EPersonConsumer
Finish the event
finish(Context) - Method in interface org.dspace.event.Consumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.event.TestConsumer
 
finish(Context) - Method in class org.dspace.harvest.HarvestConsumer
Finish the event
finish(Context) - Method in class org.dspace.identifier.doi.DOIConsumer
 
finish(Context) - Method in class org.dspace.rdf.RDFConsumer
 
finish(Context) - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
finish(Context) - Method in class org.dspace.versioning.VersioningConsumer
 
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Subclass-dependent final processing on a Bitstream; could include fixing up the name, bundle, other attributes.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Nothing extra to do to bitstream after ingestion.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Take a second pass over files to correct names of derived files (e.g.
finishCreateItem(Context, WorkspaceItem, String, PackageParameters) - Static method in class org.dspace.content.packager.PackageUtils
Perform any final tasks on a newly created WorkspaceItem in order to finish ingestion of an Item.
finishItem(Context, Item, InProgressSubmission) - Method in class org.dspace.content.InstallItemServiceImpl
 
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Hook for final "finishing" operations on the new Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Last change to fix up a DSpace Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
FIRST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
FIRSTPAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
FixDefaultPolicies - Class in org.dspace.authorize
Command line tool to locate collections without default item and bitstream read policies, and assign them some.
FixDefaultPolicies() - Constructor for class org.dspace.authorize.FixDefaultPolicies
 
flipRowCols() - Method in class org.dspace.statistics.Dataset
 
floorInfo(int) - Method in class org.dspace.app.statistics.HTMLReport
output the floor information in HTML format
floorInfo(int) - Method in interface org.dspace.app.statistics.Report
output the floor information in the relevant format
flowSteps - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
fmtTable - Variable in class org.dspace.ctask.general.ProfileFormats
 
followUp(AuthorityValue) - Method in class org.dspace.authority.UpdateAuthorities
 
footer() - Method in class org.dspace.app.statistics.HTMLReport
output the final footers for this file
footer() - Method in interface org.dspace.app.statistics.Report
output the final footers for this file
footer - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
FOREIGN_DOI - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI cannot be created, registered, reserved and so on because it uses a foreign prefix.
FOREVER - Static variable in interface org.dspace.embargo.service.EmbargoService
Special date signalling an Item is to be embargoed forever.
FORM_ACCESS_BUTTON_ADD - Static variable in class org.dspace.submit.step.AccessStep
 
FORM_EDIT_BUTTON_CANCEL - Static variable in class org.dspace.submit.step.AccessStep
 
FORM_EDIT_BUTTON_SAVE - Static variable in class org.dspace.submit.step.AccessStep
 
formatFileSize(double) - Static method in class org.dspace.app.util.Util
Formats the file size.
FormatFilter - Interface in org.dspace.app.mediafilter
Public interface for any class which transforms or converts content/bitstreams from one format to another.
formatIdentifier(String) - Method in class org.dspace.identifier.DOIServiceImpl
 
formatIdentifier(String) - Method in interface org.dspace.identifier.service.DOIService
Recognize format of DOI and return it with leading doi-Scheme.
formatISO8601Date(Date) - Static method in class org.dspace.core.Utils
Convert a Date to String in the ISO 8601 standard format.
formatResults(Item) - Method in class org.dspace.ctask.general.ClamScan
 
formats - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
FormattableArgument - Class in org.dspace.content.license
Wrapper class to make formattable any argument used in the license template.
FormattableArgument(String, Object) - Constructor for class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, int) - Method in class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, Object, String) - Method in interface org.dspace.content.license.LicenseArgumentFormatter
Format the object following the java.util.Formatter rules.
formatTo(Formatter, int, int, Object, String) - Method in class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
formName - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
forward(String) - Static method in class org.dspace.statistics.util.DnsLookup
Resolve a host name to an IPv4 address.
FRENCH - Static variable in class org.dspace.text.filter.Language
 
FRISIAN - Static variable in class org.dspace.text.filter.Language
 
from() - Method in class org.dspace.health.ReportInfo
 
fromSolr(SolrDocument) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
fromSolr(SolrDocument) - Method in interface org.dspace.authority.service.AuthorityValueService
 
fromString(String) - Static method in class org.dspace.util.UUIDUtils
 
fulfills - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
fulfills(String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
fullNameMatadata - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
FULLTEXT - Variable in class org.dspace.app.util.GoogleMetadata
 

G

GALICIAN - Static variable in class org.dspace.text.filter.Language
 
generate(Context, String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
GENERATE - Static variable in interface org.dspace.authority.service.AuthorityValueService
 
generate(Context, String, String, String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
generate(Choices, String, ContentHandler) - Static method in class org.dspace.content.authority.ChoicesXMLGenerator
 
GENERATE_DATACITE_XML - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
generateAutomaticPolicies(Context, Date, String, DSpaceObject, Collection) - Method in class org.dspace.authorize.AuthorizeServiceImpl
Generate Policies policies READ for the date in input adding reason.
generateAutomaticPolicies(Context, Date, String, DSpaceObject, Collection) - Method in interface org.dspace.authorize.service.AuthorizeService
Generate Policies policies READ for the date in input adding reason.
generateBytesKey() - Static method in class org.dspace.core.Utils
Generate a unique key as a byte array.
generateCoverPage(Context, PDDocument, PDPage, Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
generateHexKey() - Static method in class org.dspace.core.Utils
Generate a unique key.
generateId() - Method in interface org.dspace.storage.bitstore.BitStoreService
Return an identifier unique to this asset store instance
generateId() - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return an identifier unique to this asset store instance
generateId() - Method in class org.dspace.storage.bitstore.S3BitStoreService
Return an identifier unique to this asset store instance
generateIdentifier(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Generates a URI identifying the provided DSpaceObject.
generateIdentifier(Context, int, UUID, String, List<String>) - Static method in class org.dspace.rdf.RDFUtil
Generates a URI identifying the provided DSpaceObject.
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.DOIURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.DOIURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.HandleURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.HandleURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in class org.dspace.rdf.storage.LocalURIGenerator
 
generateIdentifier(Context, DSpaceObject) - Method in class org.dspace.rdf.storage.LocalURIGenerator
 
generateIdentifier(Context, int, UUID, String, List<String>) - Method in interface org.dspace.rdf.storage.URIGenerator
Generate a URI that can be used to identify the specified DSpaceObject in RDF data.
generateIdentifier(Context, DSpaceObject) - Method in interface org.dspace.rdf.storage.URIGenerator
Shortcut for generateIdentifier(context, dso.getType(), dso.getID(), dso.getHandle()).
generateKey() - Static method in class org.dspace.core.Utils
Generate a unique key.
generateMdBits() - Method in class org.dspace.browse.BrowseIndex
Populate the internal array containing the bits of metadata, for ease of use later
generateOutput(RecordSet) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
generateOutput(RecordSet, DataOutputSpec) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
generateOutput(RecordSet) - Method in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
generateOutput(RecordSet, DataOutputSpec) - Method in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
generatePolicies(Context, Date, String, DSpaceObject, Collection) - Method in class org.dspace.embargo.DefaultEmbargoSetter
 
GeneratePubmedQueryService - Class in org.dspace.importer.external.pubmed.metadatamapping.service
Created by jonas - jonas@atmire.com on 06/11/15.
GeneratePubmedQueryService() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.service.GeneratePubmedQueryService
 
generateQueryForItem(Item) - Method in interface org.dspace.importer.external.metadatamapping.service.GenerateQueryService
 
generateQueryForItem(Item) - Method in class org.dspace.importer.external.pubmed.metadatamapping.service.GeneratePubmedQueryService
 
GenerateQueryService - Interface in org.dspace.importer.external.metadatamapping.service
Created by Roeland Dillen (roeland at atmire dot com) Date: 14/12/12 Time: 11:44
generateRandomFilename(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Generate a random filename based on current time
generateRaw(String, String, String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
GenerateSitemaps - Class in org.dspace.app.sitemap
Command-line utility for generating HTML and Sitemaps.org protocol Sitemaps.
GenerateSitemaps() - Constructor for class org.dspace.app.sitemap.GenerateSitemaps
 
generateSitemaps(boolean, boolean) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Generate sitemap.org protocol and/or basic HTML sitemaps.
generateString() - Method in class org.dspace.authority.AuthorityValue
Provides a string that will be allow a this AuthorityType to be recognized and provides information to create a new instance to be created using public AuthorityValue newInstance(String info).
generateString() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
generateString() - Method in class org.dspace.authority.PersonAuthorityValue
 
generateTasks() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
generateURL(String, Map<String, String>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
GenericDAO<T> - Interface in org.dspace.core
Generic Database Access Object interface class that should be implemented by all DAOs.
gensym(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Make a new unique ID symbol with specified prefix.
GERMAN - Static variable in class org.dspace.text.filter.Language
 
get(String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get all the values that match the given metadata key.
get(String) - Method in class org.dspace.authority.rest.RESTConnector
 
get(String) - Method in class org.dspace.identifier.ezid.EZIDResponse
Look up the value of a given response datum.
get(Bitstream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Retrieve the bits for bitstream
get(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Retrieve the bits for the asset with ID.
get(Bitstream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Retrieve the bits for the asset with ID.
getAbstractHTMLURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getAccessor() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getAccountService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getAccountService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getAction() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get any action associated with this line
getAction() - Method in class org.dspace.app.statistics.LogLine
get the action being performed
getAction() - Method in exception org.dspace.authorize.AuthorizeException
 
getAction() - Method in class org.dspace.authorize.ResourcePolicy
 
getAction() - Method in class org.dspace.usage.UsageEvent
 
getActionConfig(String) - Method in class org.dspace.xmlworkflow.state.Step
 
getActionID(String) - Static method in class org.dspace.core.Constants
If you know the action string, look up the corresponding type ID constant.
getActionID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getActionID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getActionText(ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
getActionText(ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
getActionUI() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getActor() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getActualEndDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getActualStartDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getAddress() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getAddress() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getAdds() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of elements and their values that have been added.
getAdministrators() - Method in class org.dspace.content.Collection
Get the default group of administrators, if there is one.
getAdministrators() - Method in class org.dspace.content.Community
Get the default group of administrators, if there is one.
getAdminObject(Context, Bundle, int) - Method in class org.dspace.content.BundleServiceImpl
 
getAdminObject(Context, Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
getAdminObject(Context, Community, int) - Method in class org.dspace.content.CommunityServiceImpl
 
getAdminObject(Context, T, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getAdminObject(Context, Item, int) - Method in class org.dspace.content.ItemServiceImpl
 
getAdminObject(Context, T, int) - Method in interface org.dspace.content.service.DSpaceObjectService
Return the dspace object where an ADMIN action right is sufficient to grant the initial authorize check.
getAlgorithm() - Method in class org.dspace.eperson.PasswordHash
Get the value of algorithm
getAlias() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getAll(Context) - Method in interface org.dspace.content.service.SupervisedItemService
Get all workspace items which are being supervised
getAll(Context) - Method in class org.dspace.content.SupervisedItemServiceImpl
 
getAllCollections(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getAllCollections(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Return an array of collections of this community and its subcommunities
getAllDiscoveryConfigurations(Item) - Static method in class org.dspace.discovery.SearchUtils
Method that retrieves a list of all the configuration objects from the given item A configuration object can be returned for each parent community/collection
getAllExternalRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getAllIndexedMetadataFields() - Method in interface org.dspace.authority.AuthoritySearchService
 
getAllIndexedMetadataFields() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
Retrieves all the metadata fields which are indexed in the authority control
getAllMetadataSeparated(Item, String) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getAllMetadataSeparated(Item, String) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
getAllParents(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getAllParents(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Return an array of parent communities of this community, in ascending order.
getAllPluginNames(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns all of the names under which a named plugin implementing the interface can be requested (with getNamedPlugin()).
getAllPluginNames(Class) - Method in interface org.dspace.core.service.PluginService
Returns all of the names under which a named plugin implementing the interface can be requested (with getNamedPlugin()).
getAllStoredGraphs() - Method in interface org.dspace.rdf.storage.RDFStorage
 
getAllStoredGraphs() - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
getAllUniqueMembers(Context) - Method in class org.dspace.xmlworkflow.RoleMembers
 
getAlterProvenance() - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
getAmdIDs() - Method in class org.dspace.content.packager.METSManifest
Get an aray of all AMDID values for this object
getAnalysisFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the analysis file for a given date.
getAND() - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
getApiKey() - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
getAppId() - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
getApplicationName() - Method in class org.dspace.google.GoogleAccount
 
getAppName() - Method in class org.dspace.app.util.WebApp
 
getApps() - Method in interface org.dspace.app.util.service.WebAppService
 
getApps() - Method in class org.dspace.app.util.WebAppServiceImpl
 
getArticleWords(String) - Method in class org.dspace.text.filter.InitialArticleWord
Abstract method to get the list of words to use in the initial word filter
getArticleWords(String) - Method in class org.dspace.text.filter.MARC21InitialArticleWord
Return the list of definite and indefinite article codes for this language.
getArticleWords(String) - Method in class org.dspace.text.filter.StandardInitialArticleWord
 
getAsFilterQuery() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getAttribute(Node, String) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns the value of the node's attribute named
getAttribute(Node, String) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getAttributes(String, StatisticsDataVisits.DatasetQuery, Context) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
getAuthenticationMethodStack() - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
getAuthenticationService() - Method in class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
getAuthenticationService() - Method in class org.dspace.authenticate.factory.AuthenticateServiceFactoryImpl
 
getAuthoritiesAndConfidences(String, Collection, List<String>, List<String>, List<Integer>, int) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getAuthoritiesAndConfidences(String, Collection, List<String>, List<String>, List<Integer>, int) - Method in class org.dspace.content.ItemServiceImpl
 
getAuthority() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getAuthority() - Method in class org.dspace.browse.BrowseInfo
 
getAuthority() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getAuthority() - Method in class org.dspace.content.MetadataValue
Get the metadata authority
getAuthorityIndexers() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityIndexers() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityIndexingService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityIndexingService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityKey() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getAuthorityMetadata() - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
getAuthorityMetadata() - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Return the list of metadata field with authority control.
getAuthoritySearchService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthoritySearchService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthoritySeparator() - Method in class org.dspace.app.bulkedit.DSpaceCSV
 
getAuthorityService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityType() - Method in class org.dspace.authority.AuthorityValue
 
getAuthorityType() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
getAuthorityType() - Method in class org.dspace.authority.PersonAuthorityValue
 
getAuthorityValue() - Method in interface org.dspace.browse.BrowseDAO
 
getAuthorityValue() - Method in class org.dspace.browse.BrowserScope
 
getAuthorityValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getAuthorityValueService() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorityValueService() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAuthorityValueType(String) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
getAuthorityValueType(String) - Method in interface org.dspace.authority.service.AuthorityValueService
 
getAuthorizedGroups(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getAuthorizedGroups(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Returns all groups authorized to perform an action on an object.
getAuthorizeService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getAuthorizeService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
getAuthors() - Method in class org.dspace.app.util.GoogleMetadata
 
getAuthorTypes() - Method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getAuthorTypes() - Method in class org.dspace.authority.factory.AuthorityServiceFactoryImpl
 
getAvailableSubscriptions(Context) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections the currently logged in e-person can subscribe to
getAvailableSubscriptions(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections an e-person can subscribe to
getAvailableSubscriptions(Context) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getAvailableSubscriptions(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getAwsAccessKey() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getAwsRegionName() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getAwsSecretKey() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getBadHeader() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the heading that was invalid
getBareDOI(String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
getBaseAddress() - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getBaseDir() - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
getBasicWorkflowItemService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactory
 
getBasicWorkflowItemService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
getBasicWorkflowService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactory
 
getBasicWorkflowService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
getBestMatch(String, String, Collection, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get the single "best" match (if any) of a value in the authority to the given user value.
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.LCNameAuthority
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getBestMatch(String, String, Collection, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getBestMatch method of the plugin corresponding to the metadata field defined by single field key.
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getBestMatch(String, String, Collection, String) - Method in class org.dspace.content.authority.TestAuthority
 
getBio(String) - Method in class org.dspace.authority.orcid.Orcid
 
getBioExternalIdentifiers() - Method in class org.dspace.authority.orcid.model.Bio
 
getBiography() - Method in class org.dspace.authority.orcid.model.Bio
 
getBitSet() - Method in class org.dspace.event.Event
 
getBitstream() - Method in class org.dspace.app.requestitem.RequestItem
 
getBitstream() - Method in class org.dspace.app.util.SubmissionInfo
Return the current bitstream we're working with (This is used during upload processes, or user interfaces that are dealing with bitstreams)
getBitstream() - Method in class org.dspace.checker.ChecksumHistory
 
getBitstream() - Method in class org.dspace.checker.MostRecentChecksum
 
getBitstream(Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method retrieves the bytes of a bitstream for an item under the CC bundle, with the given bitstream name
getBitstreamByFormat(Context, Item, BitstreamFormat, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its format, looking in a specific bundle.
getBitstreamByName(Item, String, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
getBitstreamByName(Bundle, String) - Method in class org.dspace.content.BundleServiceImpl
 
getBitstreamByName(Item, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its Name, looking in all bundles.
getBitstreamByName(Item, String, String) - Static method in class org.dspace.content.packager.PackageUtils
Find bitstream by its Name, looking in specific named bundle.
getBitstreamByName(Item, String, String) - Method in interface org.dspace.content.service.BitstreamService
 
getBitstreamByName(Bundle, String) - Method in interface org.dspace.content.service.BundleService
 
getBitstreamDownloads(String, String, String) - Method in class org.dspace.google.GoogleQueryManager
 
getBitstreamFilter() - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Get filter
getBitstreamFormat() - Method in class org.dspace.content.Bitstream
 
getBitstreamFormatService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBitstreamFormatService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getBitstreamNotFoundReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The report of bitstreams for the specified date range where it was determined the bitstreams can no longer be found.
getBitstreamNotFoundReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the bitstream not found report for the specified date range.
getBitstreamPolicies(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getBitstreamPolicies(Context, Bundle) - Method in interface org.dspace.content.service.BundleService
 
getBitstreamProvenanceMessage(Context, Item) - Method in class org.dspace.content.InstallItemServiceImpl
 
getBitstreamProvenanceMessage(Context, Item) - Method in interface org.dspace.content.service.InstallItemService
Generate provenance-worthy description of the bitstreams contained in an item.
getBitstreams() - Method in class org.dspace.content.Bundle
Get the bitstreams in this bundle
getBitstreamService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBitstreamService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getBitstreamStorageService() - Method in class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
getBitstreamStorageService() - Method in class org.dspace.storage.bitstore.factory.StorageServiceFactoryImpl
 
getBlurredInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
Convenience method that returns a blurred instance of the provided BufferedImage.
getBooleanProperty(String, boolean) - Method in class org.dspace.content.packager.PackageParameters
Returns boolean form of property with selectable default
getBooleanProperty(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as a boolean.
getBooleanProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property as a boolean.
getBooleanProperty(String, boolean) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as a boolean, with default.
getBooleanProperty(String, String, boolean) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property as a boolean, with default.
getBoolParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as a boolean.
getBrowseContainer() - Method in class org.dspace.browse.BrowseInfo
Obtain a DSpaceObject that represents the container object.
getBrowseContainer() - Method in class org.dspace.browse.BrowserScope
Obtain a DSpaceObject that represents the container object.
getBrowseIndex(String) - Static method in class org.dspace.browse.BrowseIndex
Get the browse index from configuration with the specified name.
getBrowseIndex(SortOption) - Static method in class org.dspace.browse.BrowseIndex
Get the configured browse index that is defined to use this sort option.
getBrowseIndex() - Method in class org.dspace.browse.BrowseInfo
 
getBrowseIndex() - Method in class org.dspace.browse.BrowserScope
 
getBrowseIndices() - Static method in class org.dspace.browse.BrowseIndex
Get an array of all the browse indices for the current configuration
getBrowseItemResults() - Method in class org.dspace.browse.BrowseInfo
Return the results of the Browse as a BrowseItem array
getBrowseLevel() - Method in class org.dspace.browse.BrowseInfo
 
getBrowseLevel() - Method in class org.dspace.browse.BrowserScope
 
getBucketName() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getBulkEditValueFromCSV(String, String, String, String, String, AuthorityValue) - Method in class org.dspace.app.bulkedit.MetadataImport
 
getBundle() - Method in class org.dspace.app.util.SubmissionInfo
Return the current bundle we're working with (This is used during upload processes, or user interfaces that are dealing with bundles/bitstreams)
getBundleFiles() - Method in class org.dspace.content.packager.METSManifest
Gets all file elements which make up the item's content.
getBundleList() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Get our list of bundles to include/exclude in this AIP, based on the passed in parameters
getBundleName() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.ExcelFilter
 
getBundleName() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.HTMLFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getBundleName() - Method in class org.dspace.app.mediafilter.PDFFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.PowerPointFilter
 
getBundleName() - Method in class org.dspace.app.mediafilter.WordFilter
 
getBundleName(Element) - Static method in class org.dspace.content.packager.METSManifest
Get the DSpace bundle name corresponding to the USE attribute of the file group enclosing this file element.
getBundleName(Element, boolean) - Static method in class org.dspace.content.packager.METSManifest
Get the DSpace bundle name corresponding to the USE attribute of the file group enclosing this file element.
getBundlePolicies(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getBundlePolicies(Context, Bundle) - Method in interface org.dspace.content.service.BundleService
 
getBundles() - Method in class org.dspace.content.Bitstream
Get the bundles this bitstream appears in
getBundles() - Method in class org.dspace.content.Item
Get the bundles in this item.
getBundles(Item, String) - Method in class org.dspace.content.ItemServiceImpl
 
getBundles(Item, String) - Method in interface org.dspace.content.service.ItemService
Get the bundles matching a bundle name (name corresponds roughly to type)
getBundleService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getBundleService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getByArXivIDs(String) - Method in class org.dspace.submit.lookup.ArXivService
 
getByCiNiiID(String, String) - Method in class org.dspace.submit.lookup.CiNiiService
 
getByDOIs(Set<String>) - Method in class org.dspace.submit.lookup.ArXivService
 
getByDOIs(Context, Set<String>) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getByDOIs(Context, Set<String>) - Method in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
getByIdentifier(Context, Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
getByIdentifier(Context, Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
getByIdentifier(Context, Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
getByIdentifier(Context, Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
getByIdentifier(Context, Map<String, Set<String>>) - Method in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
getByPubmedID(String) - Method in class org.dspace.submit.lookup.PubmedService
 
getByPubmedIDs(List<String>) - Method in class org.dspace.submit.lookup.PubmedService
 
getByStatusAndMinimalTypeCriteria(Context, int, int, int) - Method in class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
getBytesFromBitstream(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getCanonical(Context, Item) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getCanonical(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getCanonicalForm(String) - Method in class org.dspace.handle.HandleServiceImpl
 
getCanonicalForm(String) - Method in interface org.dspace.handle.service.HandleService
Transforms handle into a URI using http://hdl.handle.net if not overridden by the configuration property handle.canonical.prefix.
getCanonicalForm(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
getCanonicalForm(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getCcBundle(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getCCField(String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
Returns a metadata field handle for given field Id
getCCField(String) - Method in interface org.dspace.license.service.CreativeCommonsService
 
getCertificateLocation() - Method in class org.dspace.google.GoogleAccount
 
getChangedChecksumReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The a report of bitstreams found where the checksum has been changed since the last check for the specified date range.
getChangedChecksumReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the checksum changed report for the specified date range.
getChecksum() - Method in class org.dspace.content.Bitstream
Get the checksum of the content of the bitstream, for integrity checking
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
getChecksum() - Method in class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
getChecksum() - Method in class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
Return the checksum to be associated with this Migration in the Flyway database table (schema_version).
getChecksum() - Method in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
getChecksumAlgorithm() - Method in class org.dspace.checker.MostRecentChecksum
 
getChecksumAlgorithm() - Method in class org.dspace.content.Bitstream
Get the algorithm used to calculate the checksum
getChecksumCalculated() - Method in class org.dspace.checker.ChecksumHistory
 
getChecksumExpected() - Method in class org.dspace.checker.ChecksumHistory
Get the extpected checksum.
getChecksumHistoryService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getChecksumHistoryService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getChecksumResult() - Method in class org.dspace.checker.MostRecentChecksum
 
getChecksumResultByCode(ChecksumResultCode) - Method in class org.dspace.checker.CheckerCommand
 
getChecksumResultService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getChecksumResultService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getChild() - Method in class org.dspace.eperson.Group2GroupCache
 
getChildMetsFilePaths() - Method in class org.dspace.content.packager.METSManifest
Retrieve the file paths for the children objects' METS Manifest files.
getChildNodes() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getChildObjDivs() - Method in class org.dspace.content.packager.METSManifest
Get an array of child object <div>s from the METS Manifest <structMap>.
getChildren(Map<UUID, Set<UUID>>, UUID) - Method in class org.dspace.eperson.GroupServiceImpl
Used recursively to generate a map of ALL of the children of the given parent
getChoiceAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getChoiceAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
getCiNiiIDs(String, String, int, int, String) - Method in class org.dspace.submit.lookup.CiNiiService
Get CiNii NAIDs by searching CiNii OpenURL API with title, author and year
getCitation() - Method in class org.dspace.authority.orcid.model.Citation
 
getCitation() - Method in class org.dspace.authority.orcid.model.Work
 
getCitationDocumentService() - Method in class org.dspace.disseminate.factory.DisseminateServiceFactory
 
getCitationDocumentService() - Method in class org.dspace.disseminate.factory.DisseminateServiceFactoryImpl
 
getClaimedTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getClaimedTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getClassInfo() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getClient() - Method in class org.dspace.google.GoogleAccount
 
getClient() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getClient(ElasticSearchLoggerService.ClientType) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getClient() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getClient(ElasticSearchLoggerService.ClientType) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getCloudCase() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getClusterName() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getClusterName() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getCode() - Method in exception org.dspace.identifier.doi.DOIIdentifierException
 
getCodes() - Method in class org.dspace.curate.ResolvedTask
 
getColLabels() - Method in class org.dspace.statistics.Dataset
 
getColLabelsAttrs() - Method in class org.dspace.statistics.Dataset
 
getCollection() - Method in class org.dspace.browse.BrowserScope
 
getCollection() - Method in class org.dspace.content.Bitstream
 
getCollection() - Method in interface org.dspace.content.InProgressSubmission
Get the collection being submitted to
getCollection() - Method in class org.dspace.content.WorkspaceItem
 
getCollection() - Method in class org.dspace.eperson.Subscription
 
getCollection() - Method in class org.dspace.harvest.HarvestedCollection
 
getCollection() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
getCollection() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getCollection() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getCollectionAndRepositoryRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getCollectionBitstreams(Context, Collection) - Method in class org.dspace.content.BitstreamServiceImpl
 
getCollectionBitstreams(Context, Collection) - Method in interface org.dspace.content.service.BitstreamService
 
getCollectionHandle() - Method in class org.dspace.app.util.SubmissionInfo
Gets the handle of the collection to which this item is being submitted
getCollectionLocations(Collection) - Method in class org.dspace.discovery.SolrServiceImpl
 
getCollectionRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getCollectionRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getCollectionRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getCollections() - Method in class org.dspace.content.Community
Get the collections in this community.
getCollections() - Method in class org.dspace.content.Item
Get the collections this item is in.
getCollectionService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getCollectionService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getCollectionSizesInfo(Context) - Method in class org.dspace.health.ItemCheck
 
getCollectionsNotLinked(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getCollectionsNotLinked(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get the collections this item is not in.
getCollectionsWithBitstreamSizesTotal(Context) - Method in class org.dspace.content.CollectionServiceImpl
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in interface org.dspace.content.dao.CollectionDAO
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in class org.dspace.content.dao.impl.CollectionDAOImpl
 
getCollectionsWithBitstreamSizesTotal(Context) - Method in interface org.dspace.content.service.CollectionService
The map entry returned contains a collection as a key and sum of bitstream sizes in bytes as a value
getCollector() - Method in class org.dspace.checker.CheckerCommand
Get the collector that holds/logs the results for this process run.
getColTitle() - Method in class org.dspace.statistics.Dataset
 
getColumn() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the column number that was invalid
getCommonSolrDoc(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
Returns a solr input document containing common information about the statistics regardless if we are logging a search or a view of a DSpace object
getCommonSolrDoc(DSpaceObject, String, String, String, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getCommunities() - Method in class org.dspace.content.Collection
Get the communities this collection appears in
getCommunities(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getCommunities(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get the communities this item is in.
getCommunities(Context) - Method in class org.dspace.health.ItemCheck
 
getCommunity() - Method in class org.dspace.browse.BrowserScope
 
getCommunity() - Method in class org.dspace.content.Bitstream
 
getCommunityBitstreams(Context, Community) - Method in class org.dspace.content.BitstreamServiceImpl
 
getCommunityBitstreams(Context, Community) - Method in interface org.dspace.content.service.BitstreamService
 
getCommunityService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getCommunityService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getComplete() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of all values
getCompoundForm(String, String, String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
 
getCondition() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getConference() - Method in class org.dspace.app.util.GoogleMetadata
 
getConfidence() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getConfidence() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getConfidence() - Method in class org.dspace.content.MetadataValue
Get the metadata confidence
getConfidenceText(int) - Static method in class org.dspace.content.authority.Choices
Get the symbolic name corresponding to a confidence value, or CF_NOVALUE's name if the value is unknown.
getConfidenceValue(String) - Static method in class org.dspace.content.authority.Choices
Get the value corresponding to a symbolic name of a confidence value, or CF_NOVALUE if the symbol is unknown.
getConfidenceValue(String, int) - Static method in class org.dspace.content.authority.Choices
Get the value corresponding to a symbolic name of a confidence value, or the given default if the symbol is unknown.
getConfig() - Static method in class org.dspace.app.launcher.ScriptLauncher
Load the launcher configuration file
getConfigFile() - Static method in class org.dspace.app.statistics.LogAnalyser
get the current config file name
getConfigurationName() - Method in class org.dspace.content.packager.AbstractMETSIngester
Returns keyword that makes the configuration keys of this subclass unique, e.g.
getConfigurationName() - Method in class org.dspace.content.packager.DSpaceAIPIngester
Name used to distinguish DSpace Configuration entries for this subclass.
getConfigurationName() - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
getConfigurationService() - Static method in class org.dspace.discovery.SearchUtils
 
getConfigurationStringWithFallBack(String, String, String) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getConfigurationStringWithFallBack(String, String, String) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getConstant() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of unchanged values
getConsumer() - Method in class org.dspace.event.ConsumerProfile
 
getConsumerIndex(String) - Method in class org.dspace.event.EventServiceImpl
 
getConsumerIndex(String) - Method in interface org.dspace.event.service.EventService
 
getConsumers() - Method in class org.dspace.event.Dispatcher
 
getContacts(String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
getContainerID() - Method in interface org.dspace.browse.BrowseDAO
Get the database ID of the container object.
getContainerID() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContainerIDField() - Method in interface org.dspace.browse.BrowseDAO
get the name of the field in which to look for the container id.
getContainerIDField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContainerTable() - Method in interface org.dspace.browse.BrowseDAO
Get the name of the container table that is being used to map items to distinct values when in a container constrained browse
getContainerTable() - Method in class org.dspace.browse.SolrBrowseDAO
 
getContent() - Method in class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
getContentFiles() - Method in class org.dspace.content.packager.METSManifest
 
getContentType(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getContentType(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a mime-type associated with passed format
getContentType() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getContentType() - Method in class org.dspace.discovery.BitstreamContentStream
 
getContext() - Method in class org.dspace.browse.BrowserScope
 
getContext() - Method in class org.dspace.usage.UsageEvent
 
getContinentCode(String) - Static method in class org.dspace.statistics.util.LocationUtils
Map DSpace continent codes onto ISO country codes.
getContinentName(String) - Static method in class org.dspace.statistics.util.LocationUtils
Deprecated.
getContinentName(String, Locale) - Static method in class org.dspace.statistics.util.LocationUtils
Map DSpace continent codes onto localized continent names.
getContributorAttributes() - Method in class org.dspace.authority.orcid.model.Contributor
 
getContributors() - Method in class org.dspace.authority.orcid.model.Work
 
getControlledVocabulariesDisplayValueLocalized(Item, List<MetadataValue>, String, String, String, Locale) - Static method in class org.dspace.app.util.Util
Get a list of all the respective "displayed-value(s)" from the given "stored-value(s)" for a specific metadata field of a DSpace Item, by reading input-forms.xml
getConverterPlugins() - Method in class org.dspace.rdf.conversion.RDFConverterImpl
 
getConverterPlugins() - Static method in class org.dspace.rdf.RDFConfiguration
 
getCopyright() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getCount(DSpaceObject) - Method in interface org.dspace.browse.ItemCountDAO
Get the number of items in the given DSpaceObject container.
getCount(DSpaceObject) - Method in class org.dspace.browse.ItemCountDAOSolr
Get the count of the items in the given container.
getCount(DSpaceObject) - Method in class org.dspace.browse.ItemCounter
Get the count of the items in the given container.
getCount() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getCount() - Method in class org.dspace.statistics.DataTermsFacet.TermsFacet
 
getCount() - Method in class org.dspace.statistics.ObjectCount
 
getCountry() - Method in class org.dspace.authority.orcid.model.Bio
 
getCountryName(String) - Static method in class org.dspace.statistics.util.LocationUtils
Deprecated.
getCountryName(String, Locale) - Static method in class org.dspace.statistics.util.LocationUtils
Map ISO country codes onto localized country names.
getCountValues() - Method in interface org.dspace.browse.BrowseDAO
Get the array of fields that we will be counting on.
getCountValues() - Method in class org.dspace.browse.SolrBrowseDAO
 
getCreationDate() - Method in class org.dspace.authority.AuthorityValue
 
getCreativeCommonsService() - Method in class org.dspace.license.factory.LicenseServiceFactory
 
getCreativeCommonsService() - Method in class org.dspace.license.factory.LicenseServiceFactoryImpl
 
getCredential() - Method in class org.dspace.google.GoogleAccount
 
getCreditName() - Method in class org.dspace.authority.orcid.model.BioName
 
getCreditName() - Method in class org.dspace.authority.orcid.model.Contributor
 
getCrosswalk(String, Class) - Method in class org.dspace.content.packager.METSManifest
 
getCrosswalk() - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
getCss() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getCSVLines() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the lines in CSV holders
getCSVLinesAsStringArray() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the CSV lines as an array of CSV formatted strings
getCurrent() - Static method in class org.dspace.content.DCDate
Get a date representing the current instant in time.
getCurrentChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
getCurrentFlywayDSpaceState(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
 
getCurrentFlywayState(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
 
getCurrentItem() - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
getCurrentItem() - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Return the item that is currently being processed/filtered by the MediaFilterManager.
getCurrentLocale() - Method in class org.dspace.core.Context
Gets the current Locale
getCurrentPage(HttpServletRequest) - Static method in class org.dspace.submit.AbstractProcessingStep
Find out which page a user is currently viewing
getCurrentUser() - Method in class org.dspace.core.Context
Get the current (authenticated) user
getCurrentUser() - Method in class org.dspace.event.Event
 
getCuttingLevel() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getDatabaseConfig() - Method in interface org.dspace.core.DBConnection
 
getDatabaseConfig() - Method in class org.dspace.core.HibernateDBConnection
 
getDatabaseDriver() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
getDatabaseUrl() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
getDataLoaders() - Method in class org.dspace.app.itemimport.BTEBatchImportService
 
getDataset() - Method in class org.dspace.statistics.content.StatisticsData
Return the existing query result if there is one.
getDataset() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDataset(Context) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDatasetGenerators() - Method in class org.dspace.statistics.content.StatisticsData
Return the current list of generators.
getDatasetGenerators() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getDatasetType() - Method in class org.dspace.statistics.content.DatasetGenerator
 
getDataSource() - Method in interface org.dspace.core.DBConnection
 
getDataSource() - Method in class org.dspace.core.HibernateDBConnection
 
getDataSource() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Get a reference to the configured DataSource (which can be used to initialize the database using Flyway).
getDataType() - Method in class org.dspace.browse.BrowseIndex
 
getDate() - Method in class org.dspace.app.itemimport.BatchUpload
 
getDate() - Method in class org.dspace.app.statistics.LogLine
get the date of the log line
getDate() - Method in class org.dspace.app.util.GoogleMetadata
 
getDatedded() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getDateFormatsToAttempt() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
getDateFormatted() - Method in class org.dspace.app.itemimport.BatchUpload
 
getDateFormatters() - Method in class org.dspace.authority.AuthorityValue
 
getDatePattern() - Method in class org.dspace.app.util.DailyFileAppender
 
getDatesFromMap(Map<String, StatisticsLoader.StatsFile>) - Static method in class org.dspace.app.statistics.StatisticsLoader
Convert the formatted dates that are the keys of the map into a date array.
getDateType() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getDateupdated() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getDateView(String, String, Context) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getDay() - Method in class org.dspace.content.DCDate
Get the day, adjusting for current time zone.
getDay() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
getDayUTC() - Method in class org.dspace.content.DCDate
Get the day in UTC.
getDBConfig() - Method in class org.dspace.core.Context
 
getDbType() - Method in class org.dspace.core.Context
 
getDbType(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine the type of Database, based on the DB connection.
getDCInput(String, String, String, String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
getDCValueString(MetadataValue) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Get display of Metadatum
getDecision_date() - Method in class org.dspace.app.requestitem.RequestItem
 
getDefaultAlgorithm() - Static method in class org.dspace.eperson.PasswordHash
The digest algorithm used if none is configured.
getDefaultDuration() - Method in class org.dspace.checker.ResultsPruner
The default amount of time before a result is removed.
getDefaultedConfiguration(String, String) - Static method in class org.dspace.app.util.SyndicationFeed
 
getDefaultFilterQueries() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getDefaultLanguageQualifier() - Static method in class org.dspace.submit.step.DescribeStep
 
getDefaultLicense(Context) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of the default.license according to language settings
getDefaultLocale() - Static method in class org.dspace.core.I18nUtil
Gets the default locale as defined in dspace.cfg If no default locale is defined, the Locale of the JVM is used
getDefaultOrder() - Method in class org.dspace.browse.BrowseIndex
 
getDefaultPruner(Context) - Static method in class org.dspace.checker.ResultsPruner
Factory method for the default results pruner configuration using dspace.cfg
getDefaultRpp() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getDefaultSort() - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
getDefaultSortOption() - Static method in class org.dspace.sort.SortOption
Get the default sort option - initially, just the first one defined.
getDefaultSortOrder() - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
getDefaultSubmissionLicense() - Method in class org.dspace.core.LicenseServiceImpl
Get the site-wide default license that submitters need to grant
getDefaultSubmissionLicense() - Method in interface org.dspace.core.service.LicenseService
Get the site-wide default license that submitters need to grant
getDeleteConstraints(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getDeleteConstraints(Context, EPerson) - Method in interface org.dspace.eperson.service.EPersonService
Check for presence of EPerson in tables that have constraints on EPersons.
getDeletedBitstreamReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
Returns the bitstreams set found to be deleted for the specified date range.
getDeletedBitstreamReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Sends the Deleted bitstream report to an administrator.
getDescription() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.ExcelFilter
 
getDescription() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.HTMLFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getDescription() - Method in class org.dspace.app.mediafilter.PDFFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.PowerPointFilter
 
getDescription() - Method in class org.dspace.app.mediafilter.WordFilter
 
getDescription(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getDescription(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns OpenSearch Servic Document as a string
getDescription() - Method in class org.dspace.authority.orcid.model.Work
 
getDescription() - Method in class org.dspace.content.Bitstream
Get the description of this bitstream - optional free text, typically provided by a user at submission time
getDescription() - Method in class org.dspace.content.BitstreamFormat
Get a description of this bitstream format, including full application or format name
getDescription() - Method in class org.dspace.license.CCLicenseField
 
getDescription() - Method in class org.dspace.xmlworkflow.Role
 
getDescriptionDoc(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getDescriptionDoc(String) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns the OpenSearch service document appropriate for given scope
getDescriptionSelectors() - Static method in class org.dspace.app.util.SyndicationFeed
Returns list of metadata selectors used to compose the description element
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.ExcelFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.HTMLFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickImageThumbnailFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.PDFFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.PowerPointFilter
 
getDestinationStream(Item, InputStream, boolean) - Method in class org.dspace.app.mediafilter.WordFilter
 
getDetail() - Method in class org.dspace.event.Event
 
getDetailFields() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getDetails() - Method in class org.dspace.content.DSpaceObject
 
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the "digiprov" (digital provenance) metadata to create for each object and each Bitstream in an Item.
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the digiprovMD section of the METS Manifest.
getDigiprovMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
getDir() - Method in class org.dspace.app.itemimport.BatchUpload
 
getDirectory() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for directory in archive on disk
getDirectoryName() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for directory name in archive
getDisclaimer() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getDiscoveryConfiguration() - Static method in class org.dspace.discovery.SearchUtils
 
getDiscoveryConfiguration(DSpaceObject) - Static method in class org.dspace.discovery.SearchUtils
 
getDispatcher() - Method in class org.dspace.checker.CheckerCommand
Get dispatcher being used by this run of the checker.
getDispatcher() - Method in class org.dspace.event.Event
 
getDispatcher(String) - Method in class org.dspace.event.EventServiceImpl
 
getDispatcher(String) - Method in interface org.dspace.event.service.EventService
Get dispatcher for configuration named by "name".
getDisplayedValue() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getDisplayedValue() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getDisplayName() - Method in class org.dspace.content.DCLanguage
Get the displayable name for this language
getDisplayString(String, String) - Method in class org.dspace.app.util.DCInput
Gets the display string that corresponds to the passed storage string in a particular display-storage pair set.
getDisplayType() - Method in class org.dspace.browse.BrowseIndex
 
getDissertationInstitution() - Method in class org.dspace.app.util.GoogleMetadata
 
getDissertationName() - Method in class org.dspace.app.util.GoogleMetadata
 
getDistinctTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default name of the distinct table.
getDmdElements(String) - Method in class org.dspace.content.packager.METSManifest
Gets all dmdSec elements from a space separated list
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the types of Item-wide DMD to include in package.
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the dmdSec section of the METS Manifest.
getDmdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Get DMD choice for Item.
getDocumentBuilder() - Static method in class org.dspace.app.itemupdate.ItemArchive
 
getDOI() - Method in class org.dspace.app.util.GoogleMetadata
 
getDoi() - Method in class org.dspace.identifier.DOI
 
getDOIByObject(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Search the database for a DOI, using the type and id of an DSpaceObject.
getDOIOutOfObject(DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
Loads a DOI out of the metadata of an DSpaceObject.
getDOIPostfix(String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
getDOIsByStatus(Context, List<Integer>) - Method in class org.dspace.identifier.DOIServiceImpl
 
getDOIsByStatus(Context, List<Integer>) - Method in interface org.dspace.identifier.service.DOIService
 
getDOIService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getDOIService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
getDso() - Method in class org.dspace.discovery.DiscoverResult.DSpaceObjectHighlightResult
 
getDso() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDsoLength() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDsoRepresentations() - Method in class org.dspace.statistics.content.DatasetDSpaceObjectGenerator
 
getDsoType() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getDSOTypesToConvert() - Static method in class org.dspace.rdf.RDFConfiguration
 
getDSpaceLegacyObjectService(int) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getdSpaceObject() - Method in class org.dspace.authorize.ResourcePolicy
 
getDSpaceObject() - Method in class org.dspace.content.MetadataValue
Get the dspaceObject
getDSpaceObject() - Method in class org.dspace.handle.Handle
 
getDSpaceObject() - Method in class org.dspace.identifier.DOI
 
getDSpaceObjectFilter() - Method in class org.dspace.discovery.DiscoverQuery
Gets the DSpace object filter can be used to only return objects from a certain DSpace Object type
getDSpaceObjectLegacySupportServices() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectLegacySupportServices() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getDspaceObjects() - Method in class org.dspace.discovery.DiscoverResult
 
getDSpaceObjectService(T) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectService(int) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectServices() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getDSpaceObjectServices() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getDspaceObjectStringRepresentation(DSpaceObject) - Static method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getDSpaceRDFModuleURI() - Static method in class org.dspace.rdf.RDFConfiguration
 
getDtoList() - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
getDtoList() - Method in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
getElasticSearchLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getElasticSearchLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
getElement() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getElement(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns element node
getElement(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getElement() - Method in class org.dspace.app.util.DCInput
Get the DC element for this form row.
getElement() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getElement() - Method in class org.dspace.content.MetadataField
Get the element name.
getElement() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getElement() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
getElement() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
getElementAttribute(Element, String, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementByXPath(String, boolean) - Method in class org.dspace.content.packager.METSManifest
 
getElementData(Node, String) - Static method in class org.dspace.administer.RegistryImporter
Get the CDATA of a particular element.
getElementList(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getElements(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Splits "schema.element.qualifier.language" into an array.
getElementsFilled(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Splits "schema.element.qualifier.language" into an array.
getElementValue(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getElementValueArrayList(Element, String, String...) - Static method in class org.dspace.app.util.XMLUtils
root/subElement[]/field1, field2, fieldN
getElementValueList(Element, String) - Static method in class org.dspace.app.util.XMLUtils
 
getEmail() - Method in class org.dspace.app.requestitem.RequestItemAuthor
 
getEmail() - Method in class org.dspace.authority.orcid.model.Contributor
 
getEmail(String) - Static method in class org.dspace.core.Email
Get the template for an email message.
getEmail(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Return the e-mail address referred to by a token, or null if email address can't be found ignores expiration of token
getEmail() - Method in class org.dspace.eperson.EPerson
Get the e-person's email address
getEmail() - Method in class org.dspace.eperson.RegistrationData
 
getEmail(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
getEmailAddress() - Method in class org.dspace.google.GoogleAccount
 
getEmailFilename(Locale, String) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of an email template according to language settings
getEmails() - Method in class org.dspace.authority.PersonAuthorityValue
 
getEmbargoService() - Method in class org.dspace.embargo.factory.EmbargoServiceFactory
 
getEmbargoService() - Method in class org.dspace.embargo.factory.EmbargoServiceFactoryImpl
 
getEmbargoTermsAsDate(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getEmbargoTermsAsDate(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Get the embargo lift date for an Item, if any.
getEmbargoUntil(HttpServletRequest) - Static method in class org.dspace.submit.step.AccessStep
 
getEmptyAuthorityValue(String) - Method in class org.dspace.authority.AuthorityTypes
 
getEmptyGroups(Context) - Method in interface org.dspace.eperson.dao.GroupDAO
Return all empty groups
getEmptyGroups(Context) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
getEmptyGroups(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
getEmptyGroups(Context) - Method in interface org.dspace.eperson.service.GroupService
Find all empty groups in DSpace
getEndDate() - Method in class org.dspace.authorize.ResourcePolicy
Get end date for the policy
getEndDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getEnum() - Method in class org.dspace.license.CCLicenseField
 
getEPerson() - Method in class org.dspace.authorize.ResourcePolicy
 
getEPerson(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Return the EPerson corresponding to token, where token was emailed to the person by either the sendRegistrationInfo or sendForgotPasswordInfo methods.
getEPerson(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
getePerson() - Method in class org.dspace.eperson.Subscription
 
getEPerson() - Method in class org.dspace.versioning.Version
 
getEPerson() - Method in class org.dspace.workflowbasic.TaskListItem
 
getEperson() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getEPerson() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getEPersonDeleteConstraints(Context, EPerson) - Method in interface org.dspace.workflow.WorkflowService
 
getEPersonDeleteConstraints(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getEPersonDeleteConstraints(Context, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getEPersonFromString(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getEpersonId() - Method in class org.dspace.curate.TaskQueueEntry
Returns the epersonId (email) of the agent who enqueued this task entry.
getEPersonLocale(EPerson) - Static method in class org.dspace.core.I18nUtil
Get the Locale for a specified EPerson.
getEPersonName(EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getEPersonName(EPerson) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
getEPersonName(EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getEpersonOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getEPersons() - Method in class org.dspace.xmlworkflow.RoleMembers
 
getEPersonService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getEPersonService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getError() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getErrorFields(HttpServletRequest) - Static method in class org.dspace.submit.AbstractProcessingStep
Return a list of all UI fields which had errors that occurred during the step processing.
getErrorFields(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.state.actions.Action
Return a list of all UI fields which had errors that occurred during the workflow processing.
getErrorMessage(Document) - Static method in class org.dspace.authority.orcid.xml.XMLErrors
 
getErrorMessage() - Method in class org.dspace.license.CCLookup
 
getErrorMessage(int) - Method in class org.dspace.submit.AbstractProcessingStep
Return the text of an error message based on the passed in error flag.
getErrorMsg() - Method in class org.dspace.app.itemimport.BatchUpload
 
getErrorMsgHTML() - Method in class org.dspace.app.itemimport.BatchUpload
 
getEscapedAuthoritySeparator() - Method in class org.dspace.app.bulkedit.DSpaceCSV
 
getEtAl() - Method in class org.dspace.browse.BrowseInfo
 
getEtAl() - Method in class org.dspace.browse.BrowserScope
 
getEventNamePrefixes() - Method in class org.dspace.usage.AbstractUsageEventListener
Empty String[] flags to have Listener consume any event name prefixes.
getEvents() - Method in class org.dspace.core.Context
Get the current event list.
getEventService() - Method in class org.dspace.event.factory.EventServiceFactory
 
getEventService() - Method in class org.dspace.event.factory.EventServiceFactoryImpl
 
getEventType() - Method in class org.dspace.event.Event
 
getEventTypeAsString() - Method in class org.dspace.event.Event
Get the text name of event (action) type.
getExceptionHandler(Exception) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getExpectedChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
getExpires() - Method in class org.dspace.app.requestitem.RequestItem
 
getExpires() - Method in class org.dspace.eperson.RegistrationData
 
getExplanation() - Method in class org.dspace.app.statistics.Statistics
get the explanation or clarification information for this block of stats
getExportDownloadDirectory(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportDownloadDirectory(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Use config file entry for org.dspace.app.itemexport.download.dir and id of the eperson to create a download directory name
getExportDownloadInputStream(String, EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportDownloadInputStream(String, EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Used to read the export archived.
getExportFileLastModified(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportFileLastModified(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
 
getExportFileSize(Context, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportFileSize(Context, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Get the file size of the export archive represented by the file name.
getExportsAvailable(EPerson) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportsAvailable(EPerson) - Method in interface org.dspace.app.itemexport.service.ItemExportService
Reads the download directory for the eperson to see if any export archives are available
getExportWorkDirectory() - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
getExportWorkDirectory() - Method in interface org.dspace.app.itemexport.service.ItemExportService
Returns config file entry for org.dspace.app.itemexport.work.dir
getExpr() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getExtensions() - Method in class org.dspace.content.BitstreamFormat
Get the filename extensions associated with this format
getExtraLogInfo() - Method in class org.dspace.core.Context
Get extra information to be logged with message logged in the scope of this context.
getExtraLogInfo() - Method in class org.dspace.event.Event
 
getEzidHost() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEzidPath() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEzidScheme() - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
getEZIDStatus() - Method in class org.dspace.identifier.ezid.EZIDResponse
Get the EZID request status.
getEZIDStatusValue() - Method in class org.dspace.identifier.ezid.EZIDResponse
Value associated with the EZID status (identifier, error text, etc.).
getFacetField() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getFacetFields() - Method in class org.dspace.discovery.DiscoverQuery
Gets the facets fields configured
getFacetLimit() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getFacetLimit() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getFacetMinCount() - Method in class org.dspace.discovery.DiscoverQuery
Gets the minimum number of values that need to be present before a valid facet value has been found
getFacetOffset() - Method in class org.dspace.discovery.DiscoverQuery
Gets the facet field offset
getFacetQueries() - Method in class org.dspace.discovery.DiscoverQuery
Returns the facet queries
getFacetResult(String) - Method in class org.dspace.discovery.DiscoverResult
 
getFacetResults() - Method in class org.dspace.discovery.DiscoverResult
 
getFamilyName() - Method in class org.dspace.authority.orcid.model.BioName
 
getField() - Method in class org.dspace.authority.AuthorityValue
 
getField() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
getField() - Method in class org.dspace.discovery.DiscoverFacetField
 
getField() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getField() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
 
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
getField() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
getField() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
getField() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
getField() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
getField() - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
getFieldDefaults() - Method in class org.dspace.authority.AuthorityTypes
 
getFieldID() - Method in class org.dspace.content.MetadataField
Get the metadata field id.
getFieldMap() - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getFieldName(DCInput) - Static method in class org.dspace.submit.step.DescribeStep
Return the HTML / DRI field name for the given input.
getFieldPresentQueries() - Method in class org.dspace.discovery.DiscoverQuery
 
getFields() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getFile() - Method in class org.dspace.app.util.DailyFileAppender
 
getFile(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return the file corresponding to a bitstream.
getFileDataLoaders() - Method in class org.dspace.app.itemimport.BTEBatchImportService
 
getFileExtension(String) - Static method in class org.dspace.content.packager.PackageUtils
Utility method to retrieve the file extension off of a filename.
getFileInputStream(File, PackageParameters, String) - Static method in class org.dspace.content.packager.AbstractMETSIngester
Retrieve the inputStream for a File referenced from a specific path within a METS package.
getFilename(int) - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the filename a sitemap at the given index should be stored at.
getFilename(int) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getFilename(int) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getFileName() - Method in class org.dspace.browse.BrowseOutput
 
getFileName(Element) - Static method in class org.dspace.content.packager.METSManifest
Get the "local" file name of this file or mdRef element.
getFileProviders() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.ExcelFilter
 
getFilteredName(String) - Method in interface org.dspace.app.mediafilter.FormatFilter
Get a filename for a newly created filtered bitstream
getFilteredName(String) - Method in class org.dspace.app.mediafilter.HTMLFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.PDFFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.PowerPointFilter
 
getFilteredName(String) - Method in class org.dspace.app.mediafilter.WordFilter
 
getFilterQueries() - Method in class org.dspace.discovery.DiscoverQuery
Returns the filter queries
getFilterQuery() - Method in class org.dspace.discovery.DiscoverFilterQuery
 
getFilters() - Method in class org.dspace.event.ConsumerProfile
 
getFilters() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
getFilters() - Method in class org.dspace.statistics.content.StatisticsData
Return the current list of filters.
getFilters() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getFilterType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getFilterType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getFilterType() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getFilterValue() - Method in interface org.dspace.browse.BrowseDAO
Get the value which we are constraining all our browse results to contain.
getFilterValue() - Method in class org.dspace.browse.BrowserScope
Used for second-level item browses, to only display items that match the value
getFilterValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getFilterValueField() - Method in interface org.dspace.browse.BrowseDAO
Get the name of the field in which the value to constrain results is contained
getFilterValueField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getFilterValueLang() - Method in class org.dspace.browse.BrowserScope
 
getFilterValuePartial() - Method in class org.dspace.browse.BrowserScope
Should the filter value be treated as partial, or exact
getFinish() - Method in class org.dspace.browse.BrowseInfo
Get an integer representing the number within the total set of results which marks the position of the last result in the current sub-set
getFirstBitstream(Item, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFirstBitstream(Item, String) - Method in interface org.dspace.content.service.BitstreamService
 
getFirstName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getFirstName() - Method in class org.dspace.eperson.EPerson
Get the eperson's first name.
getFirstNames() - Method in class org.dspace.content.DCPersonName
Get the first name(s).
getFirstpage() - Method in class org.dspace.app.util.GoogleMetadata
 
getFirstStep() - Method in class org.dspace.xmlworkflow.state.Workflow
 
getFirstValue(Record, String) - Static method in class org.dspace.submit.lookup.SubmissionLookupUtils
 
getFirstValue(String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getFirstVersion(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getFirstVersion(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getFloor() - Method in class org.dspace.app.statistics.Statistics
get the floor value used in this stat block
getFlowStep(BasicWorkflowItem) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
getFlywayMigrationLocations() - Method in interface org.dspace.workflow.WorkflowService
 
getFlywayMigrationLocations() - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getFlywayMigrationLocations() - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getFocus() - Method in class org.dspace.browse.BrowseInfo
 
getFocusItem() - Method in class org.dspace.browse.BrowseInfo
 
getFontFrom() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getFontTo() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getFormat(Context) - Method in class org.dspace.content.Bitstream
Get the format of the bitstream
getFormat(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFormat(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
 
getFormat() - Method in class org.dspace.statistics.Dataset
 
getFormatDescription(Context) - Method in class org.dspace.content.Bitstream
Get the description of the format - either the user's or the description of the format defined by the system.
getFormatDescription(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getFormatDescription(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Get the description of the format - either the user's or the description of the format defined by the system.
getFormats() - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getFormats() - Method in interface org.dspace.app.util.service.OpenSearchService
Returns list of supported formats
getFormatString() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.ExcelFilter
 
getFormatString() - Method in interface org.dspace.app.mediafilter.FormatFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.HTMLFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getFormatString() - Method in class org.dspace.app.mediafilter.PDFFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.PowerPointFilter
 
getFormatString() - Method in class org.dspace.app.mediafilter.WordFilter
 
getFormName() - Method in class org.dspace.app.util.DCInputSet
Return the name of the form that defines this input set
getFullKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Utility Method: Prefix the key with a subfolder, if this instance assets are stored within subfolder
getFullName() - Method in class org.dspace.app.requestitem.RequestItemAuthor
 
getFullName() - Method in class org.dspace.eperson.EPerson
Get the e-person's full name, combining first and last name in a displayable string.
getFulltextHTMLURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getGeneralAnalysis() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the current general analysis file.
getGeneralReport() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the current general report file.
getGenerateQueryForItem() - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
getGivenNames() - Method in class org.dspace.authority.orcid.model.BioName
 
getGotError(Exception, String) - Method in class org.dspace.authority.rest.RESTConnector
 
getGroup() - Method in class org.dspace.authorize.ResourcePolicy
gets ID for Group referred to by this policy
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getGroup2GroupResults(Context, boolean) - Method in interface org.dspace.eperson.dao.GroupDAO
Get a list of all direct parent - child group relations in the database
getGroup2GroupResults(Context, boolean) - Method in class org.dspace.eperson.dao.impl.GroupDAOImpl
 
getGroupOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getGroups() - Method in class org.dspace.eperson.EPerson
 
getGroups() - Method in class org.dspace.xmlworkflow.RoleMembers
 
getGroupService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getGroupService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getGroupType(DSpaceObject, Group) - Method in class org.dspace.content.packager.RoleDisseminator
Return a Group Type string (see RoleDisseminator.GROUP_TYPE_* constants) which describes the type of group and its relation to the given object.
getHandle() - Method in class org.dspace.content.DSpaceObject
Get the Handle of the object.
getHandle() - Method in class org.dspace.handle.Handle
 
getHandles() - Method in class org.dspace.content.DSpaceObject
 
getHandlesByDSpaceObject(Context, DSpaceObject) - Method in interface org.dspace.handle.dao.HandleDAO
 
getHandlesByDSpaceObject(Context, DSpaceObject) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
getHandleService() - Method in class org.dspace.handle.factory.HandleServiceFactory
 
getHandleService() - Method in class org.dspace.handle.factory.HandleServiceFactoryImpl
 
getHandlesForNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return all handles in local storage which start with the naming authority handle.
getHandlesForPrefix(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
getHandlesForPrefix(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return all the handles which start with prefix.
getHandlesImported() - Method in class org.dspace.app.itemimport.BatchUpload
 
getHandleURN(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
getHarvestDate() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestDate() - Method in class org.dspace.harvest.HarvestedItem
 
getHarvestedCollectionService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestedCollectionService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestedItemService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestedItemService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestMessage() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestMetadataConfig() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestSchedulingService() - Method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getHarvestSchedulingService() - Method in class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
getHarvestStartTime() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestStatus() - Method in class org.dspace.harvest.HarvestedCollection
 
getHarvestType() - Method in class org.dspace.harvest.HarvestedCollection
 
getHash() - Method in class org.dspace.eperson.PasswordHash
Get the hash.
getHashString() - Method in class org.dspace.eperson.PasswordHash
Get the hash, as a String.
getHeader(Context, String, String) - Static method in class org.dspace.core.LogManager
Generate the log header
getHeading() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the heading for this step.
getHeadings() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Get the headings used in this CSV file
getHelpDeskPerson(Context, String) - Method in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
Return a RequestItemAuthor object for the specified helpdesk email address.
getHibernateSession(Context) - Method in class org.dspace.core.AbstractHibernateDAO
 
getHighlightedResults(DSpaceObject) - Method in class org.dspace.discovery.DiscoverResult
 
getHighlightResults(String) - Method in class org.dspace.discovery.DiscoverResult.DSpaceObjectHighlightResult
 
getHints() - Method in class org.dspace.app.util.DCInput
Get the hint for this form row, formatted for an HTML table
getHistory(Context, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
getHistory(Context, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
getHitHighlightingConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getHitHighlightingField(String) - Method in class org.dspace.discovery.DiscoverQuery
 
getHitHighlightingFields() - Method in class org.dspace.discovery.DiscoverQuery
 
getHomeurl() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getHour() - Method in class org.dspace.content.DCDate
Get the hour, adjusting for current time zone.
getHourUTC() - Method in class org.dspace.content.DCDate
Get the hour in UTC.
getHttpReasonPhrase() - Method in class org.dspace.identifier.ezid.EZIDResponse
 
getHttpStatusCode() - Method in class org.dspace.identifier.ezid.EZIDResponse
 
getHttpTransport() - Method in class org.dspace.google.GoogleAccount
 
getID() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get the item ID that this line represents
getID() - Method in class org.dspace.app.requestitem.RequestItem
 
getId() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the ID for this step.
getId() - Method in class org.dspace.app.util.WebApp
 
getId() - Method in class org.dspace.authority.AuthorityValue
 
getID() - Method in class org.dspace.authorize.ResourcePolicy
Get the ResourcePolicy's internal identifier
getId() - Method in class org.dspace.checker.ChecksumHistory
 
getID() - Method in class org.dspace.content.BitstreamFormat
Get the internal identifier of this bitstream format
getID() - Method in class org.dspace.content.DSpaceObject
Get the internal ID (database primary key) of this object
getID() - Method in interface org.dspace.content.InProgressSubmission
Get the internal ID of this submission
getID() - Method in class org.dspace.content.WorkspaceItem
Get the internal ID of this workspace item
getId() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getId() - Method in class org.dspace.eperson.RegistrationData
 
getId() - Method in class org.dspace.eperson.Subscription
 
getId() - Method in class org.dspace.handle.Handle
 
getId() - Method in class org.dspace.harvest.HarvestedItem
 
getId() - Method in class org.dspace.identifier.DOI
 
getId() - Method in class org.dspace.license.CCLicenseField
 
getId() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getId() - Method in class org.dspace.versioning.Version
 
getId() - Method in class org.dspace.versioning.VersionHistory
 
getId() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getID() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
Get the internal ID of this workflow item
getId() - Method in class org.dspace.xmlworkflow.Role
 
getId() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getId() - Method in class org.dspace.xmlworkflow.state.Step
 
getID() - Method in class org.dspace.xmlworkflow.state.Workflow
 
getId() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getId() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getID() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Get the internal ID of this workflow item
getId_common_name() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
getId_orcid() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
getId_reference() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
getId_url() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
getIdentifier() - Method in class org.dspace.event.Dispatcher
 
getIdentifiers(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getIdentifiers(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
Tries to lookup all Identifiers of this DSpaceObject.
getIdentifiers() - Method in class org.dspace.event.Event
 
getIdentifiers() - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getIdentifiers() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getIdentifierService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getIdentifierService() - Method in class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
getIgnoredMetadataFields(int) - Static method in class org.dspace.discovery.SearchUtils
 
getIgnoredMetadataFields() - Method in class org.dspace.versioning.AbstractVersionProvider
 
getIgnoreSpiderIPs() - Method in interface org.dspace.statistics.service.SolrLoggerService
Returns in a filterQuery string all the ip addresses that should be ignored
getIgnoreSpiderIPs() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
getImageFile(File, int, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getImageName() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getImportsAvailable(EPerson) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getImportsAvailable(EPerson) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
getImportSource() - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getImportSource() - Method in interface org.dspace.importer.external.service.other.Imports
 
getImportSources() - Method in class org.dspace.importer.external.service.ImportService
 
getImportUploadableDirectory(EPerson) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getImportUploadableDirectory(EPerson) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
getImportUrls() - Method in class org.dspace.importer.external.service.ImportService
 
getIncoming() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
getIndexColumn() - Method in class org.dspace.browse.BrowseIndex
Get the name of the primary key index column
getIndexFieldName() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getIndexFieldName() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getIndexFilename() - Method in class org.dspace.app.sitemap.AbstractGenerator
Get the filename the index should be written to.
getIndexFilename() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getIndexFilename() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getIndexName() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getIndexName() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getIndexType() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getIndexType() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getIndexVersion(String) - Static method in class org.dspace.app.util.IndexVersion
Determine the version of Solr/Lucene which was used to create a given index directory.
getIngestedList() - Method in class org.dspace.content.packager.AbstractPackageIngester
Return List of all DSpaceObject Identifiers which have been ingested/replaced by this instance of the Ingester.
getIngestedMap() - Method in class org.dspace.content.packager.AbstractPackageIngester
Return Map of all packages ingested and the DSpaceObjects which have been created/replaced by this instance of the Ingester.
getIngestionLicense() - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Get custom ingestion license for this Crosswalk.
getInProgressSubmissionService(InProgressSubmission) - Method in class org.dspace.content.factory.ContentServiceFactory
 
getInProgressUserService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getInProgressUserService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getInputDescriptions() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getInputDescriptions() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputDescriptions() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getInputDescriptions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputExtensions() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getInputExtensions() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputExtensions() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getInputExtensions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputFormsFileName(Locale) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of input-forms.xml according to language settings
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.PDFBoxThumbnail
 
getInputMIMETypes() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputs(String) - Method in class org.dspace.app.util.DCInputsReader
Returns the set of DC inputs used for a particular collection, or the default set if no inputs defined for the collection
getInputsReader() - Static method in class org.dspace.submit.step.DescribeStep
 
getInputsReader(String) - Static method in class org.dspace.submit.step.DescribeStep
 
getInputStream(Element) - Method in class org.dspace.content.packager.AbstractMETSIngester.MdrefManager
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
getInputStream(Element) - Method in interface org.dspace.content.packager.METSManifest.Mdref
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
getInputStream() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getInputType() - Method in class org.dspace.app.util.DCInput
Get the input type for this row
getInstallItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getInstallItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getInstance() - Static method in class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
getInstance() - Static method in class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
getInstance() - Static method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
getInstance() - Static method in class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
getInstance() - Static method in class org.dspace.app.sfx.factory.SfxServiceFactory
 
getInstance() - Static method in class org.dspace.app.util.factory.UtilServiceFactory
 
getInstance() - Static method in class org.dspace.authenticate.factory.AuthenticateServiceFactory
 
getInstance() - Static method in class org.dspace.authority.factory.AuthorityServiceFactory
 
getInstance() - Static method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getInstance(Context) - Static method in class org.dspace.browse.BrowseDAOFactory
Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interface
getInstance(Context) - Static method in class org.dspace.browse.ItemCountDAOFactory
Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.
getInstance() - Static method in class org.dspace.checker.factory.CheckerServiceFactory
 
getInstance() - Static method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getInstance() - Static method in class org.dspace.content.factory.ContentServiceFactory
 
getInstance() - Static method in class org.dspace.core.factory.CoreServiceFactory
 
getInstance() - Static method in class org.dspace.curate.factory.CurateServiceFactory
 
getInstance() - Static method in class org.dspace.disseminate.factory.DisseminateServiceFactory
 
getInstance() - Static method in class org.dspace.embargo.factory.EmbargoServiceFactory
 
getInstance() - Static method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getInstance() - Static method in class org.dspace.event.factory.EventServiceFactory
 
getInstance() - Static method in class org.dspace.google.GoogleAccount
 
getInstance() - Static method in class org.dspace.handle.factory.HandleServiceFactory
 
getInstance() - Static method in class org.dspace.harvest.factory.HarvestServiceFactory
 
getInstance(String, String, String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
Configure an EZID request.
getInstance() - Static method in class org.dspace.identifier.factory.IdentifierServiceFactory
 
getInstance() - Static method in class org.dspace.license.factory.LicenseServiceFactory
 
getInstance() - Static method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getInstance() - Static method in class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
getInstance() - Static method in class org.dspace.versioning.factory.VersionServiceFactory
 
getInstance() - Static method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getInstance() - Static method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactory
 
getInstance() - Static method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getInstitution() - Method in class org.dspace.authority.PersonAuthorityValue
 
getIntermediatePath(String) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Return the intermediate path derived from the internal_id.
getInternalHandles(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
Return the handle for an Object, or null if the Object has no handle.
getInternalId() - Method in class org.dspace.content.Bitstream
 
getInternalSparqlEndpointAddress() - Static method in class org.dspace.rdf.RDFConfiguration
 
getInterrupt() - Static method in class org.dspace.harvest.HarvestScheduler
 
getIntParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as an int.
getIntParameters(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain an array of int parameters from the given request as an int.
getIntProperty(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as an integer
getIntProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property as an integer
getIntProperty(String, int) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as an integer, with default
getIntProperty(String, String, int) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property as an integer, with default
getIp() - Method in class org.dspace.usage.UsageEvent
 
getISBN() - Method in class org.dspace.app.util.GoogleMetadata
 
getIssn() - Method in class org.dspace.app.sherpa.SHERPAJournal
 
getISSN() - Method in class org.dspace.app.util.GoogleMetadata
 
getIssnItemExtractors() - Method in class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
getISSNs(Context, Item) - Method in interface org.dspace.app.sherpa.submit.ISSNItemExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
getISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
getIssue() - Method in class org.dspace.app.util.GoogleMetadata
 
getIsui() - Method in class org.dspace.app.util.WebApp
 
getItem() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the DSpace Item that these changes are applicable to.
getItem() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for the DSpace item referenced in the archive
getItem() - Method in class org.dspace.app.requestitem.RequestItem
 
getItem() - Method in interface org.dspace.content.InProgressSubmission
Get the incomplete item object
getItem() - Method in class org.dspace.content.WorkspaceItem
 
getItem() - Method in class org.dspace.harvest.HarvestedItem
 
getItem() - Method in class org.dspace.versioning.Version
 
getItem() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
getItem() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getItemBitstreams(Context, Item) - Method in class org.dspace.content.BitstreamServiceImpl
 
getItemBitstreams(Context, Item) - Method in interface org.dspace.content.service.BitstreamService
 
getItemBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
Get the internally defined browse index for archived items.
getItemByOAIId(Context, String, Collection) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
getItemByOAIId(Context, String, Collection) - Method in interface org.dspace.harvest.service.HarvestedItemService
Retrieve a DSpace Item that corresponds to this particular combination of owning collection and OAI ID.
getItemDmds() - Method in class org.dspace.content.packager.METSManifest
Gets all dmdSec elements containing metadata for the DSpace Item.
getItemExportService() - Method in class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
getItemExportService() - Method in class org.dspace.app.itemexport.factory.ItemExportServiceFactoryImpl
 
getItemHandle(Item) - Method in class org.dspace.ctask.general.BasicLinkChecker
Internal utitity method to get a description of the handle
getItemHandle(Item) - Method in class org.dspace.ctask.general.ClamScan
 
getItemImportService() - Method in class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
getItemImportService() - Method in class org.dspace.app.itemimport.factory.ItemImportServiceFactoryImpl
 
getItemInfo(Context, String) - Static method in class org.dspace.app.statistics.ReportGenerator
get the information for the item with the given handle
getItemLocations(Context, Item) - Method in class org.dspace.discovery.SolrServiceImpl
 
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
getItemMarkingInfo(Context, Item) - Method in interface org.dspace.app.itemmarking.ItemMarkingExtractor
 
getItemMarkingInfo(Context, Item) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
getItemResults() - Method in class org.dspace.browse.BrowseInfo
Deprecated. 
getItemRightsMD() - Method in class org.dspace.content.packager.METSManifest
Return rights metadata section(s) relevant to item as a whole.
getItems() - Method in class org.dspace.content.Bundle
Get the items this bundle appears in
getItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getItemService() - Method in class org.dspace.content.Item
 
getItemsImported() - Method in class org.dspace.app.itemimport.BatchUpload
 
getItemTitle(BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getItemTitle(BasicWorkflowItem) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
get the title of the item in this workflow
getJournals() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getJournalTitle() - Method in class org.dspace.app.util.GoogleMetadata
 
getJsonFactory() - Method in class org.dspace.google.GoogleAccount
 
getJSPUIClassName() - Method in class org.dspace.app.util.SubmissionStepConfig
Retrieve the full class name of the JSP-UI "binding" class which will initialize and call the necessary JSPs for display in the JSP-UI
getJumpToField() - Method in class org.dspace.app.util.SubmissionInfo
Return metadata field which JSP should "jump to" (i.e.
getJumpToField() - Method in interface org.dspace.browse.BrowseDAO
Get the field in which we will match a focus value from which to start the browse.
getJumpToField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getJumpToItem() - Method in class org.dspace.browse.BrowserScope
 
getJumpToValue() - Method in interface org.dspace.browse.BrowseDAO
Get the value at which the browse will start.
getJumpToValue() - Method in class org.dspace.browse.BrowserScope
 
getJumpToValue() - Method in class org.dspace.browse.SolrBrowseDAO
 
getJumpToValueLang() - Method in class org.dspace.browse.BrowserScope
 
getKey() - Method in class org.dspace.app.statistics.Stat
get the key (text describing) the statistic
getKeys() - Method in class org.dspace.identifier.ezid.EZIDResponse
Expose the available keys.
getKeywords() - Method in class org.dspace.app.util.GoogleMetadata
 
getKeywords() - Method in class org.dspace.authority.orcid.model.Bio
 
getKind() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getKind() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
What kind of webapp? XMLUI, OAI, etc.
getLabel() - Method in class org.dspace.app.util.DCInput
Get the label for this form row.
getLabel(String, String, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get the canonical user-visible "label" (i.e.
getLabel(MetadataValue, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.LCNameAuthority
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getLabel(MetadataValue, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by schema,element,qualifier.
getLabel(String, String, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getLabel method of the plugin corresponding to the metadata field defined by single field key.
getLabel(String, String, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getLabel(String, String, String) - Method in class org.dspace.content.authority.TestAuthority
 
getLabel() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getLabel() - Method in class org.dspace.license.CCLicenseField
 
getLabel() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getLang2(String) - Method in class org.dspace.submit.lookup.LanguageCodeModifier
Covert ISO 639-2 alpha-3 code to ISO 639-1 alpha-2 code
getLanguage() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getLanguage() - Method in class org.dspace.app.util.DCInput
Get the language for this form row.
getLanguage() - Method in class org.dspace.app.util.GoogleMetadata
 
getLanguage() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getLanguage() - Method in class org.dspace.content.MetadataValue
Get the language (e.g.
getLanguage() - Method in class org.dspace.eperson.EPerson
Get the e-person's language
getLanguage() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
getLanguage(String) - Static method in class org.dspace.text.filter.Language
 
getLanguageForIANA(String) - Static method in class org.dspace.text.filter.Language
 
getLanguageForISO639_2(String) - Static method in class org.dspace.text.filter.Language
 
getLastActive() - Method in class org.dspace.eperson.EPerson
Get the EPerson's last-active stamp.
getLastModified() - Method in class org.dspace.authority.AuthorityValue
 
getLastModified() - Method in class org.dspace.content.Item
Get the date the item was last modified, or the current date if last_modified is null
getLastName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getLastName() - Method in class org.dspace.content.DCPersonName
Get the last name.
getLastName() - Method in class org.dspace.eperson.EPerson
Get the eperson's last name.
getLastpage() - Method in class org.dspace.app.util.GoogleMetadata
 
getLatestVersion() - Static method in class org.dspace.app.util.IndexVersion
Determine the version of Solr/Lucene which DSpace is currently running.
getLatestVersion(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getLatestVersion(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the boilerplate at the top of a sitemap file.
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getLeadingBoilerPlate() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getLegacyId() - Method in class org.dspace.content.Bitstream
 
getLegacyId() - Method in class org.dspace.content.Bundle
 
getLegacyId() - Method in class org.dspace.content.Collection
 
getLegacyId() - Method in class org.dspace.content.Community
 
getLegacyId() - Method in interface org.dspace.content.DSpaceObjectLegacySupport
 
getLegacyId() - Method in class org.dspace.content.Item
 
getLegacyId() - Method in class org.dspace.eperson.EPerson
 
getLegacyId() - Method in class org.dspace.eperson.Group
 
getLevel() - Method in class org.dspace.app.statistics.LogLine
get the level of this log line
getLicense() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getLicense(Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
getLicense(Collection) - Method in interface org.dspace.content.service.CollectionService
Get the license that users must grant before submitting to this collection.
getLicenseCollection() - Method in class org.dspace.content.Collection
Get the license that users must grant before submitting to this collection.
getLicenseDocument() - Method in class org.dspace.license.CCLookup
 
getLicenseFields(String, String) - Method in class org.dspace.license.CCLookup
Queries the web service for a set of licenseFields for a particular license class.
getLicenseId() - Method in class org.dspace.license.CCLicense
 
getLicenseId(String) - Method in class org.dspace.license.CCLookup
Returns the id for a particular CCLicense label.
getLicenseName() - Method in class org.dspace.license.CCLicense
 
getLicenseName() - Method in class org.dspace.license.CCLookup
Retrieves the human readable name for the license issued.
getLicenseRDF(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseRDF(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
getLicenseRdfBitstream(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseRdfBitstream(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Get Creative Commons license RDF, returning Bitstream object.
getLicenses(String) - Method in class org.dspace.license.CCLookup
Queries the web service for the available licenses.
getLicenseService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getLicenseService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getLicenseText(Locale, Collection, Item, EPerson, Map<String, Object>) - Static method in class org.dspace.content.LicenseUtils
Return the text of the license that the user has granted/must grant before for submit the item.
getLicenseText(Locale, Collection, Item, EPerson) - Static method in class org.dspace.content.LicenseUtils
Utility method if no additional arguments are to be supplied to the license template.
getLicenseText(String) - Method in class org.dspace.core.LicenseServiceImpl
 
getLicenseText(String) - Method in interface org.dspace.core.service.LicenseService
Get the License
getLicenseText(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseText(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
getLicenseTextBitstream(Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseTextBitstream(Item) - Method in interface org.dspace.license.service.CreativeCommonsService
Get Creative Commons license Text, returning Bitstream object.
getLicenseURL() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getLicenseUrl() - Method in class org.dspace.license.CCLookup
Retrieves the URI for the license issued.
getLicenseURL(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
getLicenseURL(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
getLiftMetadata(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getLiftMetadata(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
 
getLimit() - Method in interface org.dspace.browse.BrowseDAO
get the integer number which is the limit of the results that will be returned by any query.
getLimit() - Method in class org.dspace.browse.SolrBrowseDAO
 
getLimit() - Method in class org.dspace.discovery.DiscoverFacetField
 
getLink() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getLinkType(String) - Method in class org.dspace.browse.CrossLinks
Get the type of link that the bit of metadata has.
getLocale() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getLogFiles(String) - Static method in class org.dspace.app.statistics.LogAnalyser
get an array of file objects representing the passed log directory
getLogLine(String) - Static method in class org.dspace.app.statistics.LogAnalyser
split the given line into it's relevant segments if applicable (i.e.
getLogo() - Method in class org.dspace.content.Collection
Get the logo for the collection.
getLogo() - Method in class org.dspace.content.Community
Get the logo for the community.
getLongProperty(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as a long
getLongProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property as a long
getLongProperty(String, int) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as an long, with default
getLongProperty(String, String, int) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property as an long, with default
getLookupItem(String) - Method in class org.dspace.submit.util.SubmissionLookupDTO
 
getManifestBitstreamFormat() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
getMap() - Method in class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
getMap() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getMapIndex(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getMapping() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getMappings() - Method in class org.dspace.app.util.GoogleMetadata
Fetch retaining the order of the values for any given key in which they where added (like authors).
getMapTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default name of the distinct map table.
getMatches(String, String, Collection, int, int, String) - Method in interface org.dspace.content.authority.ChoiceAuthority
Get all values from the authority that match the preferred value.
getMatches(String, String, String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getMatches(String, String, Collection, int, int, String, boolean) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.DCInputAuthority
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.LCNameAuthority
Match a proposed value against name authority records Value is assumed to be in "Lastname, Firstname" format.
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.SampleAuthority
 
getMatches(String, String, String, String, Collection, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper that calls getMatches method of the plugin corresponding to the metadata field defined by schema,element,qualifier.
getMatches(String, String, Collection, int, int, String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper calls getMatches method of the plugin corresponding to the metadata field defined by single field key.
getMatches(String, String, Collection, int, int, String, boolean) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
 
getMatches(String, Collection, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
getMatches(String, Collection, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
 
getMatches(String, Collection, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
 
getMatches(String, String, Collection, int, int, String, boolean) - Method in class org.dspace.content.authority.SolrAuthority
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.SolrAuthority
 
getMatches(String, String, Collection, int, int, String) - Method in class org.dspace.content.authority.TestAuthority
 
getMatrix() - Method in class org.dspace.statistics.Dataset
 
getMax() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMax() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getMax() - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
getMax() - Method in class org.dspace.statistics.content.DSORepresentation
 
getMax() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getMaxChars() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
The max number of characters that should be shown for a field containing a matching hit.
getMaxConnections() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
getMaxLogs() - Method in class org.dspace.app.util.DailyFileAppender
 
getMaxResults() - Method in class org.dspace.discovery.DiscoverQuery
The maximum number of results returned by this query
getMaxResults() - Method in class org.dspace.discovery.DiscoverResult
 
getMaxResults() - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
getMaxResults() - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
getMaxRetry() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getMaxSize() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the maximum size in bytes that an individual sitemap file should be.
getMaxSize() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getMaxSize() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getMaxSize() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
getMaxSnippets() - Method in class org.dspace.discovery.DiscoverHitHighlightingField
 
getMaxURLs() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the maximum number of URLs that an individual sitemap file should contain.
getMaxURLs() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getMaxURLs() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getMD5(String) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data in hex format.
getMD5(byte[]) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data in hex format.
getMD5Bytes(byte[]) - Static method in class org.dspace.core.Utils
Return an MD5 checksum for data as a byte array.
getMdBits(int) - Method in class org.dspace.browse.BrowseIndex
 
getMdBits() - Method in class org.dspace.sort.SortOption
 
getMdContentAsStream(Element, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Return contents of *md element as stream.
getMdContentAsXml(Element, METSManifest.Mdref) - Method in class org.dspace.content.packager.METSManifest
Return contents of *md element as List of XML Element objects.
getMdContentMimeType(Element) - Method in class org.dspace.content.packager.METSManifest
Returns MIME type of metadata content, if available.
getMdFiles() - Method in class org.dspace.content.packager.METSManifest
Gets list of all mdRef elements in the METS document.
getMDrecord(String, String, String) - Method in class org.dspace.harvest.OAIHarvester
Query the OAI-PMH provider for a specific metadata record.
getMdType(Element) - Method in class org.dspace.content.packager.METSManifest
Get the metadata type from within a *mdSec element.
getMDValueByField(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMDValueByLegacyField(String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMediaFilterService() - Method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
getMediaFilterService() - Method in class org.dspace.app.mediafilter.factory.MediaFilterServiceFactoryImpl
 
getMediaRangeComparator() - Static method in class org.dspace.rdf.negotiation.Negotiator
Method to get a comparator to compare media ranges regarding their content negotiation precedence.
getMemberGroups() - Method in class org.dspace.eperson.Group
Return Group members of a Group.
getMembers() - Method in class org.dspace.eperson.Group
Return EPerson members of a Group
getMembers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.Role
 
getMergeFieldMap() - Method in class org.dspace.submit.lookup.FieldMergeModifier
 
getMessage() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the exception message
getMessage() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getMessage(String) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and use the default Locale.
getMessage(String, Locale) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and locale
getMessage(String, Context) - Static method in class org.dspace.core.I18nUtil
Get the i18n message string for a given key and context
getMessage() - Method in exception org.dspace.identifier.doi.DOIIdentifierException
 
getMetadata() - Method in class org.dspace.browse.BrowseIndex
 
getMetadata(int) - Method in class org.dspace.browse.BrowseIndex
 
getMetadata(int) - Method in class org.dspace.browse.ItemListConfig
What metadata is to go in the given column number?
getMetadata(Collection, String) - Method in class org.dspace.content.CollectionServiceImpl
Deprecated.
getMetadata(Community, String) - Method in class org.dspace.content.CommunityServiceImpl
 
getMetadata() - Method in class org.dspace.content.DSpaceObject
 
getMetadata(T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadata(Community, String) - Method in interface org.dspace.content.service.CommunityService
Deprecated.
getMetadata(T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get metadata for the DSpace Object in a chosen schema.
getMetadata(T, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Get the value of a metadata field
getMetadata(T, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
 
getMetadata(T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
 
getMetadata(EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getMetadata() - Method in class org.dspace.sort.SortOption
 
getMetadata(String, Record, String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
getMetadataAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
 
getMetadataAuthorityService() - Method in class org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
 
getMetadataByMetadataString(T, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getMetadataByMetadataString(T, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Retrieve metadata field values from a given metadata string of the form .[.|.*]
getMetadataCount() - Method in class org.dspace.browse.BrowseIndex
 
getMetadataExposureService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getMetadataExposureService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getMetadataField() - Method in class org.dspace.content.MetadataValue
 
getMetadataField() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
getMetadataFieldMap() - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
getMetadataFieldMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
getMetadataFieldMapping() - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
getMetadataFields() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for list of metadata fields
getMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
getMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getMetadataFields() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getMetadataFieldService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataFieldService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadataFirstValue(T, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Retrieve first metadata field value
getMetadataFirstValue(T, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
 
getMetadataProcessor(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
getMetadataRDFMapping(Resource, String) - Static method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
getMetadataSchema() - Method in class org.dspace.content.MetadataField
Get the schema .
getMetadataSchemaService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataSchemaService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadataSortField() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getMetadataValuePlace(Map<MetadataField, Integer>, MetadataValue) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Retrieve the place of the metadata value
getMetadataValueService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getMetadataValueService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getMetadatumContributors() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
getMets() - Method in class org.dspace.content.packager.METSManifest
 
getMetsAsStream() - Method in class org.dspace.content.packager.METSManifest
Return entire METS document as an inputStream
getMIMEType() - Method in class org.dspace.content.BitstreamFormat
Get the MIME type of this bitstream format, for example text/plain
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamDisseminationCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.CreativeCommonsTextStreamDisseminationCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
getMIMEType() - Method in class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
getMIMEType() - Method in interface org.dspace.content.crosswalk.StreamDisseminationCrosswalk
 
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
getMIMEType(PackageParameters) - Method in interface org.dspace.content.packager.PackageDisseminator
Identifies the MIME-type of this package, e.g.
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
Identifies the MIME-type of this package, i.e.
getMIMEType(PackageParameters) - Method in class org.dspace.content.packager.RoleDisseminator
 
getMinConfidence(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
Give the minimal level of confidence required to consider valid an authority value for the given metadata.
getMinConfidence(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Give the minimal level of confidence required to consider valid an authority value for the given metadata.
getMinimum(Context, int) - Method in class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
getMinimum(Context, int) - Method in interface org.dspace.content.dao.MetadataValueDAO
 
getMinimum(Context, int) - Method in class org.dspace.content.MetadataValueServiceImpl
 
getMinimum(Context, int) - Method in interface org.dspace.content.service.MetadataValueService
Get the minimum value of a given metadata field across all objects.
getMinimumAcceptanceScore() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
getMinTermFrequency() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMinute() - Method in class org.dspace.content.DCDate
Get the minute, adjusting for current time zone.
getMinuteUTC() - Method in class org.dspace.content.DCDate
Get the minute in UTC.
getMinWordLength() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getMissingFields() - Method in class org.dspace.app.util.SubmissionInfo
Return form related indices of the required fields which were not filled out by the user.
getMode() - Method in class org.dspace.curate.ResolvedTask
 
getMode() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
getMonth() - Method in class org.dspace.content.DCDate
Get the month, adjusting for current time zone.
getMonth() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
getMonthlyAnalysisDates() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get an array of the dates of the analysis files.
getMonthlyReportDates() - Static method in class org.dspace.app.statistics.StatisticsLoader
Get an array of the dates of the report files.
getMonthName(int, Locale) - Static method in class org.dspace.content.DCDate
Get a month's name for a month between 1 and 12.
getMonthUTC() - Method in class org.dspace.content.DCDate
Get the month in UTC.
getMoreBoxesFor() - Method in class org.dspace.app.util.SubmissionInfo
Return metadata field which user has requested more input boxes be displayed (by pressing "Add More" on one of the "Describe" pages)
getMoreLikeThisConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getMostRecentChecksumService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getMostRecentChecksumService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getMyDSpaceLink() - Method in interface org.dspace.workflow.WorkflowService
 
getMyDSpaceLink() - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getMyDSpaceLink() - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getName() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getName() - Method in class org.dspace.authority.orcid.model.Bio
 
getName() - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
getName() - Method in class org.dspace.authority.PersonAuthorityValue
 
getName() - Method in class org.dspace.browse.BrowseIndex
 
getName() - Method in class org.dspace.content.Bitstream
Get the name of this bitstream - typically the filename, without any path information
getName() - Method in class org.dspace.content.Bundle
Get the name of the bundle
getName() - Method in class org.dspace.content.Collection
 
getName() - Method in class org.dspace.content.Community
 
getName() - Method in class org.dspace.content.DSpaceObject
 
getName(T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getName() - Method in class org.dspace.content.Item
 
getName() - Method in class org.dspace.content.MetadataSchema
Get the schema name.
getName(T) - Method in interface org.dspace.content.service.DSpaceObjectService
Get a proper name for the object.
getName() - Method in class org.dspace.content.Site
 
getName(Site) - Method in class org.dspace.content.SiteServiceImpl
 
getName() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getName() - Method in class org.dspace.curate.ResolvedTask
Returns local name of task
getName() - Method in class org.dspace.eperson.EPerson
 
getName() - Method in class org.dspace.eperson.Group
 
getName() - Method in class org.dspace.event.ConsumerProfile
 
getName() - Method in class org.dspace.sort.SortOption
 
getName() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getName() - Method in class org.dspace.xmlworkflow.Role
 
getNamedPlugin(Class, String) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns an instance of a plugin that implements the interface and is bound to a name matching name.
getNamedPlugin(Class, String) - Method in interface org.dspace.core.service.PluginService
Returns an instance of a plugin that implements the interface and is bound to a name matching name.
getNameLength() - Method in class org.dspace.statistics.content.DSORepresentation
 
getNamespace() - Method in class org.dspace.content.MetadataSchema
Get the schema namespace.
getNamespaces() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
getNamespaces() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Return the MODS namespace
getNamespaces() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Get XML namespaces of the elements this crosswalk may return.
getNamespaces() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getNamespaces() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Return the namespace used by this crosswalk.
getNamespaceSeparator() - Method in class org.dspace.identifier.DOIIdentifierProvider
 
getNamespaceURI(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getNameVariants() - Method in class org.dspace.authority.PersonAuthorityValue
 
getNbCols() - Method in class org.dspace.statistics.Dataset
 
getNbRecords(String) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getNbRecords(Query) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getNbRecords(String, String) - Method in class org.dspace.importer.external.service.ImportService
 
getNbRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
 
getNbRecords(String) - Method in interface org.dspace.importer.external.service.other.Imports
 
getNbRecords(Query) - Method in interface org.dspace.importer.external.service.other.Imports
 
getNbRequiredUser(Node) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getNbRows() - Method in class org.dspace.statistics.Dataset
 
getNetid() - Method in class org.dspace.eperson.EPerson
Get the e-person's netid
getNewMappedCollections() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of new mapped Collections
getNewOwningCollection() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the new owning collection
getNewsFilePath() - Method in class org.dspace.core.NewsServiceImpl
 
getNewsFilePath() - Method in interface org.dspace.core.service.NewsService
Get the path for the news files.
getNewsService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getNewsService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getNext(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getNext(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getNextAction(WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.state.Step
 
getNextOffset() - Method in class org.dspace.browse.BrowseInfo
 
getNextStep(Context, XmlWorkflowItem, Step, int) - Method in class org.dspace.xmlworkflow.state.Workflow
 
getNextStepID(int) - Method in class org.dspace.xmlworkflow.state.Step
 
getNextVersionNumber(Context, VersionHistory) - Method in class org.dspace.versioning.dao.impl.VersionDAOImpl
 
getNextVersionNumber(Context, VersionHistory) - Method in interface org.dspace.versioning.dao.VersionDAO
 
getNextVersionNumer(Context, VersionHistory) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getNode(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNodeList(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNodeListIterator(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getNodeListIterator(NodeList) - Static method in class org.dspace.authority.util.XMLUtils
Creates an iterator for all direct child nodes within a given NodeList that are element nodes: node.getNodeType() == Node.ELEMENT_NODE node instanceof Element
getNonInternalBitstreams(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getNonInternalBitstreams(Context, Item) - Method in interface org.dspace.content.service.ItemService
Get all non-internal bitstreams in the item.
getNonPersistedObject() - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
getNonPersistedObject() - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
getNormalizedInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getNOT() - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
getNotReferencedBitstreams(Context) - Method in class org.dspace.content.BitstreamServiceImpl
 
getNotReferencedBitstreams(Context) - Method in interface org.dspace.content.dao.BitstreamDAO
 
getNotReferencedBitstreams(Context) - Method in class org.dspace.content.dao.impl.BitstreamDAOImpl
 
getNotReferencedBitstreams(Context) - Method in interface org.dspace.content.service.BitstreamService
 
getNotToBeProcessedReport(Context, Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The bitstreams that were set to not be processed report for the specified date range.
getNotToBeProcessedReport(Context, Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Send the bitstreams that were set to not be processed report for the specified date range.
getNumber() - Method in class org.dspace.content.DCSeriesNumber
Get the number - guaranteed non-null
getNumber() - Method in class org.dspace.sort.SortOption
 
getNumberInputPages(String) - Method in class org.dspace.app.util.DCInputsReader
Return the number of pages the inputs span for a desginated collection
getNumberOfFinishedUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
getNumberOfFinishedUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
getNumberOfInProgressUsers(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
getNumberOfInProgressUsers(Context, XmlWorkflowItem) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.InProgressUserService
 
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.AbstractProcessingStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.AccessStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.CCLicenseStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.CompleteStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.DescribeStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.InitialQuestionsStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.LicenseStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.SampleStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.SelectCollectionStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.SkipInitialQuestionsStep
 
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.StartSubmissionLookupStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.VerifyStep
Retrieves the number of pages that this "step" extends over.
getNumberOfPages(HttpServletRequest, SubmissionInfo) - Method in class org.dspace.submit.step.XMLUIStartSubmissionLookupStep
 
getNumberOfSteps() - Method in class org.dspace.app.util.SubmissionConfig
Return the number of steps in this submission process
getNumberOfVisits(int, Item) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
Returns the number of visits for the item.
getNumberPages() - Method in class org.dspace.app.util.DCInputSet
Return the number of pages in this input set
getNumItems(Context, String) - Static method in class org.dspace.app.statistics.LogAnalyser
get the number of items in the archive which were accessioned between the provided start and end dates, with the given value for the DC field 'type' (unqualified)
getNumItems(Context) - Static method in class org.dspace.app.statistics.LogAnalyser
get the total number of items in the archive at time of execution, ignoring all other constraints
getOaiID() - Method in class org.dspace.harvest.HarvestedItem
Get the oai_id associated with this item
getOaiSetId() - Method in class org.dspace.harvest.HarvestedCollection
 
getOaiSource() - Method in class org.dspace.harvest.HarvestedCollection
 
getObject() - Method in exception org.dspace.authorize.AuthorizeException
 
getObject(Context) - Method in class org.dspace.event.Event
Get the DSpace object which is the "object" of an event.
getObject() - Method in class org.dspace.usage.UsageEvent
 
getObjectByDOI(Context, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Returns a DSpaceObject depending on its DOI.
getObjectHandle(METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines the handle of the DSpace object represented in this METS doc.
getObjectId() - Method in class org.dspace.curate.TaskQueueEntry
Returns the object identifier.
getObjectID() - Method in class org.dspace.event.Event
 
getObjectSizesInfo(Context) - Method in class org.dspace.health.ItemCheck
 
getObjectType(METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines what type of DSpace object is represented in this METS doc.
getObjectType(METSManifest) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Return the type of DSpaceObject in this package; it is in the TYPE attribute of the mets:mets element.
getObjectType(METSManifest) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
getObjectType() - Method in class org.dspace.event.Event
 
getObjectTypeAsString() - Method in class org.dspace.event.Event
 
getObjectTypeString(DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Build a string which will be used as the "Type" of this object in the METS manifest.
getObjID() - Method in class org.dspace.content.packager.METSManifest
Return the OBJID attribute of the METS manifest.
getObjStructDiv() - Method in class org.dspace.content.packager.METSManifest
Return the <div> which describes this DSpace Object (and its contents) from the <structMap>.
getOffset() - Method in interface org.dspace.browse.BrowseDAO
Get the offset from the first result from which to return results.
getOffset() - Method in class org.dspace.browse.BrowseInfo
Return the position of the requested item or value in the set of results.
getOffset() - Method in class org.dspace.browse.BrowserScope
 
getOffset() - Method in class org.dspace.browse.SolrBrowseDAO
 
getOffset() - Method in class org.dspace.discovery.DiscoverFacetField
 
getOldestRecord(Context) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
getOldestRecord(Context, Date) - Method in class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
getOldestRecord(Context) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
getOldestRecord(Context, Date) - Method in interface org.dspace.checker.dao.MostRecentChecksumDAO
 
getOldestWorkflowItemDate() - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
 
getOldMappedCollections() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of old mapped Collections
getOldOwningCollection() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the old owning collection
getOldState() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getOneDC(Item, String) - Method in class org.dspace.app.util.SyndicationFeed
 
getOpenSearchService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getOpenSearchService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getOperationId() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getOR() - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
getOrcid() - Method in class org.dspace.authority.orcid.model.Bio
 
getOrcid() - Method in class org.dspace.authority.orcid.model.Contributor
 
getOrcid() - Static method in class org.dspace.authority.orcid.Orcid
 
getOrcid_id() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
getOrder() - Method in class org.dspace.browse.BrowserScope
 
getOrder() - Method in class org.dspace.license.CCLicense
 
getOrderField() - Method in interface org.dspace.browse.BrowseDAO
Get the database field which will be used to do the sorting of result sets on.
getOrderField() - Method in class org.dspace.browse.SolrBrowseDAO
 
getOrdering() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getOriginal() - Method in class org.dspace.content.Thumbnail
 
getOriginalFilePath(Element) - Method in class org.dspace.content.packager.METSManifest
Get the "original" file element for a derived file.
getOriginalURL(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Get the original request URL.
getOtherMetadata() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
getOtherNames() - Method in class org.dspace.authority.orcid.model.BioName
 
getOutputMap() - Method in class org.dspace.app.itemimport.BTEBatchImportService
 
getOutputStream() - Method in class org.dspace.core.Email.InputStreamDataSource
 
getOverallPosition() - Method in class org.dspace.browse.BrowseInfo
Return the position of the results in index being browsed.
getOwnedTasks(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getOwnedTasks(Context, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
getOwnedTasks() returns a List of WorkflowItems containing the tasks claimed and owned by an EPerson.
getOwner() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
get owner of WorkflowItem
getOwner() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getOwningCollection() - Method in class org.dspace.content.Item
Get the owning Collection for the item
getOwningCollection(Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getOwningCollection(Item) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
getOwningCommunity(Context, Item) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
getOwningCommunity(Context, Item) - Method in interface org.dspace.disseminate.service.CitationDocumentService
 
getPackageList() - Method in class org.dspace.content.packager.AbstractPackageDisseminator
Return List of all package Files which have been disseminated this instance of the Disseminator.
getPackageName(DSpaceObject, String) - Static method in class org.dspace.content.packager.PackageUtils
Returns name of a dissemination information package (DIP), based on the DSpace object and a provided fileExtension
getPackageReferences(DSpaceObject) - Method in class org.dspace.content.packager.AbstractPackageIngester
Return a list of known SIP references from a newly created DSpaceObject.
getPackagingParameters() - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Get custom packaging parameters for this Crosswalk.
getPage() - Method in class org.dspace.usage.UsageSearchEvent
 
getPageReached() - Method in class org.dspace.content.WorkspaceItem
Get the value of the page reached column (which represents the page reached within a stage/step)
getPageRows(int, boolean, boolean) - Method in class org.dspace.app.util.DCInputSet
Get all the rows for a page from the form definition
getPageViews(String, String, String) - Method in class org.dspace.google.GoogleQueryManager
 
getPaidaccessname() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPaidaccessnotes() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPaidaccessurl() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPairs() - Method in class org.dspace.app.util.DCInput
Get the name of the pairs type
getPairs(String) - Method in class org.dspace.app.util.DCInputsReader
 
getPairsNameIterator() - Method in class org.dspace.app.util.DCInputsReader
 
getPairsType() - Method in class org.dspace.app.util.DCInput
Get the name of the pairs type
getParameter(String) - Method in class org.dspace.importer.external.Query
 
getParameterAsClass(String, Class<T>) - Method in class org.dspace.importer.external.Query
 
getParameterHelp() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.AbstractMETSIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceAIPIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.DSpaceMETSIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in interface org.dspace.content.packager.PackageDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in interface org.dspace.content.packager.PackageIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.PDFPackager
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.RoleDisseminator
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterHelp() - Method in class org.dspace.content.packager.RoleIngester
Returns a user help string which should describe the additional valid command-line options that this packager implementation will accept when using the -o or --option flags with the Packager script.
getParameterNames() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getParameters() - Method in class org.dspace.importer.external.Query
 
getParameterValues() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getParams() - Method in class org.dspace.app.statistics.LogLine
get the parameters associated with the action
getParent() - Method in class org.dspace.eperson.Group2GroupCache
 
getParent() - Method in class org.dspace.xmlworkflow.state.actions.Action
 
getParentCommunities() - Method in class org.dspace.content.Community
Return the parent community of this community, or null if the community is top-level
getParentObject(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
getParentObject(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
getParentObject(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
getParentObject(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
getParentObject(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getParentObject(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
getParentObject(Context, METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
Determines what parent DSpace object is referenced in this METS doc.
getParentObject(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
Return the dspace object that "own" the current object in the hierarchy.
getParentObject(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
getParentOwnerLink() - Method in class org.dspace.content.packager.METSManifest
Return the reference to the Parent Object from the "Parent" <structMap>.
getParents(DSpaceObject) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getParents(DSpaceObject) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getPassword() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
getPasswordHash(EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
getPasswordHash(EPerson) - Method in interface org.dspace.eperson.service.EPersonService
Return the EPerson's password hash.
getPatentCountry() - Method in class org.dspace.app.util.GoogleMetadata
 
getPatentNumber() - Method in class org.dspace.app.util.GoogleMetadata
 
getPDFSimpleUrl(Item) - Method in class org.dspace.app.util.GoogleMetadata
Gets the URL to a PDF using a very basic strategy by assuming that the PDF is in the default content bundle, and that the item only has one public bitstream and it is a PDF.
getPDFURL() - Method in class org.dspace.app.util.GoogleMetadata
 
getPgcryptoAvailableVersion(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Get version of pgcrypto extension available.
getPgcryptoInstalledVersion(Connection) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Get version of pgcrypto extension installed in the DSpace database.
getPhase1TransformationEngine() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getPhase2TransformationEngine() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getPlace() - Method in class org.dspace.content.MetadataValue
Get the place ordering.
getPluginInstanceName() - Method in class org.dspace.core.SelfNamedPlugin
Get an instance's particular name.
getPluginNames() - Static method in class org.dspace.content.authority.DCInputAuthority
 
getPluginNames() - Static method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
getPluginNames() - Static method in class org.dspace.content.packager.PDFPackager
 
getPluginNames() - Static method in class org.dspace.core.SelfNamedPlugin
Get the names of this plugin implementation.
getPluginSequence(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns instances of all plugins that implement the interface, in an Array.
getPluginSequence(Class) - Method in interface org.dspace.core.service.PluginService
Returns instances of all plugins that implement the interface, in an Array.
getPluginService() - Method in class org.dspace.core.factory.CoreServiceFactory
 
getPluginService() - Method in class org.dspace.core.factory.CoreServiceFactoryImpl
 
getPmid() - Method in class org.dspace.app.util.GoogleMetadata
 
getPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for an object
getPoliciesActionFilter(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPoliciesActionFilter(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a list of policies for an object that match the action
getPoliciesForGroup(Context, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
getPoliciesForGroup(Context, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Return a List of the policies for a group
getPooledTasks(Context, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getPooledTasks(Context, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
getPooledTasks() returns a List of WorkflowItems an EPerson could claim (as a reviewer, etc.) for display on a user's MyDSpace page.
getPoolTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getPoolTaskService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getPort() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
getPort() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
getPostarchiving() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPostrestriction() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPrearchiving() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPrefix(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getPrefix() - Method in class org.dspace.discovery.DiscoverFacetField
 
getPrefix() - Method in class org.dspace.handle.HandleServiceImpl
 
getPrefix() - Method in interface org.dspace.handle.service.HandleService
Get the configured Handle prefix string, or a default
getPrefix() - Method in class org.dspace.identifier.DOIIdentifierProvider
 
getPrefix() - Static method in class org.dspace.identifier.HandleIdentifierProvider
Get the configured Handle prefix string, or a default
getPrefix() - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
Get the configured Handle prefix string, or a default
getPrefix() - Static method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Get the configured Handle prefix string, or a default
getPrefixes(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
getPrefixes() - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
Loads the prefixes that should be used by the SimpleDSORelationsConverterPlugin.
getPrefixToNamespaceMapping() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
getPrerestriction() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPresentation(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getPresentation(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Get the presentation keyword (should be "lookup", "select" or "suggest", but this is an informal convention so it can be easily extended) for this field.
getPrevious(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getPrevious(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getPrevOffset() - Method in class org.dspace.browse.BrowseInfo
 
getPrimaryBitstream() - Method in class org.dspace.content.Bundle
Get the primary bitstream ID of the bundle
getPrimaryOrLogoBitstream() - Method in class org.dspace.content.packager.METSManifest
Returns file element corresponding to primary bitstream.
getPrint() - Method in class org.dspace.authority.UpdateAuthorities
 
getPrintableString(Record) - Static method in class org.dspace.submit.lookup.SubmissionLookupUtils
 
getPrivateBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
 
getProcessEndDate() - Method in class org.dspace.checker.ChecksumHistory
Get the process end date.
getProcessEndDate() - Method in class org.dspace.checker.MostRecentChecksum
 
getProcessingAction() - Method in class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
getProcessingAction() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getProcessingClassName() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the class which handles all processing for this step.
getProcessStartDate() - Method in class org.dspace.checker.CheckerCommand
Get time at which checker process began.
getProcessStartDate() - Method in class org.dspace.checker.ChecksumHistory
Get the process start date.
getProcessStartDate() - Method in class org.dspace.checker.MostRecentChecksum
 
getProfile() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns name of METS profile to which this package conforms, e.g.
getProfile() - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return identifier string for the METS profile this produces.
getProfile() - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Return identifier string for the profile this produces.
getProfile() - Method in class org.dspace.content.packager.METSManifest
Gets name of the profile to which this METS document conforms.
getProgressBarInfo() - Method in class org.dspace.app.util.SubmissionInfo
Return the information used to build the progress bar (this includes all the steps in this submission, as well as the ordering and names of the steps).
getProperties(String) - Method in class org.dspace.content.packager.PackageParameters
Returns multiple property values in an array.
getProperties() - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Returns all properties in main configuration
getProperties(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Returns all properties for a given module
getProperties() - Method in class org.dspace.discovery.DiscoverQuery
Returns the misc search properties
getProperty(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a configuration property
getProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Get a module configuration property value.
getProvenanceStartId() - Method in class org.dspace.xmlworkflow.state.actions.Action
 
getProviderName(Record) - Static method in class org.dspace.submit.lookup.SubmissionLookupService
 
getProviderName() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getProviders() - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
getProviders() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getProviders() - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
 
getProvidersCheck(Context, Item, String, String, String) - Static method in class org.dspace.submit.lookup.SubmissionLookupUtils
 
getProvidersErr() - Method in class org.dspace.submit.lookup.LookupProvidersCheck
 
getProvidersIdentifiersMap() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getProvidersMap() - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
getProvidersOk() - Method in class org.dspace.submit.lookup.LookupProvidersCheck
 
getPruner(Context, String) - Static method in class org.dspace.checker.ResultsPruner
Factory method for ResultsPruners
getPruner(Context, Properties) - Static method in class org.dspace.checker.ResultsPruner
Factory method for ResultsPruners (used to load ConfigurationManager properties.
getPubarchiving() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getPublicationDate() - Method in class org.dspace.authority.orcid.model.Work
 
getPublications() - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
 
getPublicationUrl() - Method in class org.dspace.submit.step.XMLUIStartSubmissionLookupStep
 
getPublicSparqlEndpointAddress() - Static method in class org.dspace.rdf.RDFConfiguration
 
getPublisher() - Method in class org.dspace.app.util.GoogleMetadata
 
getPublishers() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
getPubrestriction() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getQualifier() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getQualifier() - Method in class org.dspace.app.util.DCInput
Get the DC qualifier for this form row.
getQualifier() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getQualifier() - Method in class org.dspace.content.MetadataField
Get the qualifier.
getQualifier() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getQualifier() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
getQualifier() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
getQualifierOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getQueries() - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
getQueries() - Method in class org.dspace.usage.UsageSearchEvent
 
getQuery() - Method in class org.dspace.discovery.DiscoverQuery
 
getQuery() - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataSearches
Returns the query to be used in solr in case of a dso a scopeDso query will be returned otherwise the default *:* query will be used
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
getQuery() - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
Returns the query to be used in solr in case of a dso a scopeDso query will be returned otherwise the default *:* query will be used
getQvalue() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getRawHandleValues(byte[], int[], byte[][]) - Method in class org.dspace.handle.HandlePlugin
Return the raw values for this handle.
getRdf() - Method in class org.dspace.license.CCLookup
 
getRDFConverter() - Static method in class org.dspace.rdf.RDFConfiguration
 
getRDFStorage() - Static method in class org.dspace.rdf.RDFConfiguration
 
getReason() - Method in exception org.dspace.app.itemexport.ItemExportException
 
getRecentSubmissionConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getRecord(String) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getRecord(Query) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getRecord(String, String) - Method in class org.dspace.importer.external.service.ImportService
 
getRecord(String, Query) - Method in class org.dspace.importer.external.service.ImportService
 
getRecord(String) - Method in interface org.dspace.importer.external.service.other.Imports
 
getRecord(Query) - Method in interface org.dspace.importer.external.service.other.Imports
 
getRecords(String, int, int) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getRecords(Query) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
getRecords(String, String, int, int) - Method in class org.dspace.importer.external.service.ImportService
 
getRecords(String, Query) - Method in class org.dspace.importer.external.service.ImportService
 
getRecords(String, int, int) - Method in interface org.dspace.importer.external.service.other.Imports
 
getRecords(Query) - Method in interface org.dspace.importer.external.service.other.Imports
 
getRecords() - Method in class org.dspace.submit.lookup.ArXivFileDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.ArXivFileDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.CiNiiFileDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.CiNiiFileDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.CrossRefFileDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.CrossRefFileDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.PubmedFileDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.PubmedFileDataLoader
 
getRecords() - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
getRecords(DataLoadingSpec) - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
getReference() - Method in class org.dspace.app.statistics.Stat
get the reference to related statistic information
getRegistrationDataService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getRegistrationDataService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getReindexDiscovery() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Whether or not reindexing is required in Discovery.
getRelatedItems(Context, Item, DiscoveryMoreLikeThisConfiguration) - Method in interface org.dspace.discovery.SearchService
 
getRelatedItems(Context, Item, DiscoveryMoreLikeThisConfiguration) - Method in class org.dspace.discovery.SolrServiceImpl
 
getRemoves() - Method in class org.dspace.app.bulkedit.BulkEditChange
Get the list of elements and their values that have been removed.
getRepeatable() - Method in class org.dspace.app.util.DCInput
Alternate way of calling isRepeatable()
getRepeatedElementData(Node, String) - Static method in class org.dspace.administer.RegistryImporter
Get repeated CDATA for a particular element.
getRepeatedParameter(HttpServletRequest, String, String) - Method in class org.dspace.submit.step.DescribeStep
Get repeated values from a form.
getRepeatedParameterWithTheirIndices(HttpServletRequest, String, String) - Method in class org.dspace.submit.step.DescribeStep
This Methode has the same function as the getRepeatedParameter.
getReportFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
Get the report file for a given date.
getReqEmail() - Method in class org.dspace.app.requestitem.RequestItem
 
getReqList(String) - Method in class org.dspace.ctask.general.RequiredMetadata
 
getReqMessage() - Method in class org.dspace.app.requestitem.RequestItem
 
getReqName() - Method in class org.dspace.app.requestitem.RequestItem
 
getRequest() - Method in class org.dspace.usage.UsageEvent
 
getRequest_date() - Method in class org.dspace.app.requestitem.RequestItem
 
getRequestFactory() - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
getRequestItemAuthor(Context, Item) - Method in interface org.dspace.app.requestitem.RequestItemAuthorExtractor
 
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemSubmitterStrategy
 
getRequestItemService() - Method in class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
getRequestItemService() - Method in class org.dspace.app.requestitem.factory.RequestItemServiceFactoryImpl
 
getRequestLogInfo(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Return a string for logging, containing useful information about the current request - the URL, the method and parameters.
getRequireCertificate() - Method in class org.dspace.eperson.EPerson
Get require certificate or not
getRequiredUsers() - Method in class org.dspace.xmlworkflow.state.Step
 
getResearcherUrls() - Method in class org.dspace.authority.orcid.model.Bio
 
getResourcePaths(ConfigurationService) - Method in class org.dspace.app.configuration.APISpringLoader
 
getResourcePolicies() - Method in class org.dspace.content.DSpaceObject
 
getResourcePolicyService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactory
 
getResourcePolicyService() - Method in class org.dspace.authorize.factory.AuthorizeServiceFactoryImpl
 
getResourcePrefix() - Method in class org.dspace.usage.AbstractUsageEventListener
Currently consumes events generated for all resources.
getResourceTypeId() - Method in class org.dspace.handle.Handle
 
getResourceTypeId() - Method in class org.dspace.identifier.DOI
returns the resource type of the DSpaceObject the DOI is or was assigned to.
getResponseStatus(String) - Method in class org.dspace.ctask.general.BasicLinkChecker
Get the response code for a URL.
getResult() - Method in class org.dspace.checker.ChecksumHistory
Return the processing result.
getResult(String) - Method in class org.dspace.curate.Curator
Returns the result string for the latest performance of the named task.
getResult() - Method in class org.dspace.xmlworkflow.state.actions.ActionResult
 
getResultCode() - Method in class org.dspace.checker.ChecksumResult
 
getResultCount() - Method in class org.dspace.browse.BrowseInfo
Return the number of results.
getResultDescription() - Method in class org.dspace.checker.ChecksumResult
 
getResultName() - Method in class org.dspace.app.statistics.Statistics
get the name of the result set
getResultName(String, StatisticsDataVisits.DatasetQuery, Context) - Method in class org.dspace.statistics.content.StatisticsDataVisits
Gets the name of the DSO (example for collection: ((Collection) dso).getname();
getResults(Context, String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResults() - Method in class org.dspace.browse.BrowseInfo
The results of the Browse.
getResultsDoc(Context, String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResultsDoc(Context, String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a formatted set of search results as a document
getResultsPerPage() - Method in class org.dspace.browse.BrowseInfo
 
getResultsPerPage() - Method in class org.dspace.browse.BrowserScope
 
getResultsString(Context, String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
getResultsString(Context, String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in interface org.dspace.app.util.service.OpenSearchService
Returns a formatted set of search results as a string
getRetry() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the "rights" (permission and/or license) metadata to create for each object and each Bitstream in an Item.
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the rightsMD section of the METS Manifest.
getRightsMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Add rights MD (licenses) for DSpace item.
getRole() - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
getRole() - Method in class org.dspace.xmlworkflow.state.Step
 
getRoleGroup(Context, Collection, Role) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
getRoleId() - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
getRoleId() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
getRoleId() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getRoles() - Method in class org.dspace.xmlworkflow.state.Workflow
 
getRoles(Node) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getRomeocolour() - Method in class org.dspace.app.sherpa.SHERPAPublisher
 
getRomeopub() - Method in class org.dspace.app.sherpa.SHERPAJournal
 
getRowLabels() - Method in class org.dspace.statistics.Dataset
 
getRowLabelsAttrs() - Method in class org.dspace.statistics.Dataset
 
getRowTitle() - Method in class org.dspace.statistics.Dataset
 
getRpDescription() - Method in class org.dspace.authorize.ResourcePolicy
 
getRpName() - Method in class org.dspace.authorize.ResourcePolicy
 
getRpp() - Method in class org.dspace.usage.UsageSearchEvent
 
getRpType() - Method in class org.dspace.authorize.ResourcePolicy
 
getSalt() - Method in class org.dspace.eperson.PasswordHash
Get the salt.
getSaltString() - Method in class org.dspace.eperson.PasswordHash
Get the salt, as a String.
getScaledInstance(BufferedImage, int, int, Object, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
Convenience method that returns a scaled instance of the provided BufferedImage.
getSchema() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getSchema() - Method in class org.dspace.app.util.DCInput
Get the DC namespace prefix for this form row.
getSchema() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getSchema() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getSchema() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
getSchema() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
getSchema() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
getSchemaID() - Method in class org.dspace.content.MetadataSchema
Get the schema record key number.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
getSchemaLocation() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Return the MODS schema
getSchemaLocation() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Get the XML Schema location(s) of the target metadata format.
getSchemaLocation() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
getSchemaLocation() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Return the schema location used by this crosswalk.
getSchemaName(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Get the Database Schema Name in use by this Connection, so that it can be used to limit queries in other methods (e.g.
getSchemaOf(String) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
getScope() - Method in class org.dspace.usage.UsageSearchEvent
 
getScope() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getScope() - Method in class org.dspace.xmlworkflow.Role
 
getScopeNote() - Method in class org.dspace.content.MetadataField
Get the scope note.
getSearchDocument(DSpaceObject) - Method in class org.dspace.discovery.DiscoverResult
Returns all the sought after search document values
getSearchFields() - Method in class org.dspace.discovery.DiscoverQuery
Get list of fields which Discovery will return in the search results
getSearchFields() - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getSearchFieldValues(String) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
 
getSearchFilterQuery() - Method in class org.dspace.statistics.content.StatisticsDataSearches
Returns a filter query that only allows new searches to pass new searches are searches that haven't been paged through
getSearchFilters() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSearchProviders() - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getSearchQuery(Context, String, String, List<MetadataField>, List<MetadataField>, String) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
getSearchService() - Static method in class org.dspace.content.authority.SolrAuthority
 
getSearchService() - Static method in class org.dspace.discovery.SearchUtils
 
getSearchSortConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSearchTerms() - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
getSearchTime() - Method in class org.dspace.discovery.DiscoverResult
 
getSecond() - Method in class org.dspace.content.DCDate
Get the second, adjusting for current time zone.
getSecondUTC() - Method in class org.dspace.content.DCDate
Get the second in UTC.
getSectionHeader() - Method in class org.dspace.app.statistics.Statistics
get the header for this particular stats block
getSelectValues() - Method in interface org.dspace.browse.BrowseDAO
Get the array of values that we will be selecting on.
getSelectValues() - Method in class org.dspace.browse.SolrBrowseDAO
 
getSelfRegistered() - Method in class org.dspace.eperson.EPerson
Is the user self-registered?
getSeparate() - Method in class org.dspace.statistics.content.DSORepresentation
 
getSeparator() - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
getSeparator() - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
getSequence() - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
getSequenceID() - Method in class org.dspace.content.Bitstream
Get the sequence ID of this bitstream
getSequenceName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Get the name of the sequence that will be used in the given circumstances
getSequenceName(int, boolean, boolean) - Static method in class org.dspace.browse.BrowseIndex
Get the name of the sequence that will be used in the given circumstances
getSeries() - Method in class org.dspace.content.DCSeriesNumber
Get the series name - guaranteed non-null
getServiceDocument(String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
Returns as a document the OpenSearch service document
getSession() - Method in interface org.dspace.core.DBConnection
 
getSession() - Method in class org.dspace.core.HibernateDBConnection
 
getSfxFileReaderService() - Method in class org.dspace.app.sfx.factory.SfxServiceFactory
 
getSfxFileReaderService() - Method in class org.dspace.app.sfx.factory.SfxServiceFactoryImpl
 
getShortDescription() - Method in class org.dspace.content.BitstreamFormat
Get a short (one or two word) description of this bitstream format
getSidebarFacets() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getSimilarDOIsNotInState(Context, String, List<Integer>, boolean) - Method in class org.dspace.identifier.DOIServiceImpl
 
getSimilarDOIsNotInState(Context, String, List<Integer>, boolean) - Method in interface org.dspace.identifier.service.DOIService
Find all DOIs that are similar to the specified pattern ant not in the specified states.
getSimilarityMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
getSimpleReporterService() - Method in class org.dspace.checker.factory.CheckerServiceFactory
 
getSimpleReporterService() - Method in class org.dspace.checker.factory.CheckerServiceFactoryImpl
 
getSingle(Context, String, boolean) - Static method in class org.dspace.search.Harvest
Get harvested item info for a single item.
getSingleElement(Element, String) - Static method in class org.dspace.app.util.XMLUtils
Return the first element child with the specified name
getSinglePlugin(Class) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns an instance of the singleton (single) plugin implementing the given interface.
getSinglePlugin(Class) - Method in interface org.dspace.core.service.PluginService
Returns an instance of the singleton (single) plugin implementing the given interface.
getSingularProperty(Resource, Property) - Static method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
getSiteService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getSiteService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getSize() - Method in class org.dspace.content.Bitstream
Get the size of the bitstream
getSnippets() - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
Get the maximum number of highlighted snippets to generate per field
getSolr() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
getSolr() - Method in class org.dspace.discovery.SolrServiceImpl
 
getSolrInputDocument() - Method in class org.dspace.authority.AuthorityValue
Generate a solr record from this instance
getSolrInputDocument() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
getSolrInputDocument() - Method in class org.dspace.authority.PersonAuthorityValue
 
getSolrLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactory
 
getSolrLoggerService() - Method in class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
getSortBy() - Method in class org.dspace.browse.BrowserScope
 
getSortBy() - Method in class org.dspace.usage.UsageSearchEvent
 
getSortField(boolean) - Method in class org.dspace.browse.BrowseIndex
Get the field for sorting associated with this index.
getSortField() - Method in class org.dspace.discovery.DiscoverQuery
 
getSortFields() - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
getSortOption() - Method in class org.dspace.browse.BrowseIndex
Get the SortOption associated with this index.
getSortOption() - Method in class org.dspace.browse.BrowseInfo
 
getSortOption() - Method in class org.dspace.browse.BrowserScope
Obtain the sort option
getSortOption(int) - Static method in class org.dspace.sort.SortOption
Get the defined sort option by number (.1, .2, etc).
getSortOptions() - Static method in class org.dspace.sort.SortOption
Return all the configured sort options.
getSortOrder() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getSortOrder() - Method in class org.dspace.discovery.DiscoverFacetField
 
getSortOrder() - Method in class org.dspace.discovery.DiscoverQuery
 
getSortOrder() - Method in class org.dspace.usage.UsageSearchEvent
 
getSortOrderFilterPage() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getSortOrderSidebar() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
getSortValue() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
 
getSource() - Method in class org.dspace.content.Bitstream
Get the source of this bitstream - typically the filename with path information (if originally provided) or the name of the tool that generated this bitstream
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the source metadata to create for each object and each Bitstream in an Item.
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the sourceMD section of the METS Manifest.
getSourceMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
getSourceVersion() - Static method in class org.dspace.app.util.Util
Gets Maven version string of the source that built this instance.
getSpecialGroups(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.IPAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.LDAPAuthentication
 
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.PasswordAuthentication
Add authenticated users to the group defined in authentication-password.cfg by the login.specialgroup key.
getSpecialGroups(Context, HttpServletRequest) - Method in interface org.dspace.authenticate.service.AuthenticationService
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Get list of extra groups that user implicitly belongs to.
getSpecialGroups(Context, HttpServletRequest) - Method in class org.dspace.authenticate.X509Authentication
Return special groups configured in dspace.cfg for X509 certificate authentication.
getSpecialGroups() - Method in class org.dspace.core.Context
Get an array of all of the special groups that current user is a member of.
getSpellCheckQuery() - Method in class org.dspace.discovery.DiscoverResult
 
getSpiderIpAddresses() - Static method in class org.dspace.statistics.util.SpiderDetector
Get an immutable Set representing all the Spider Addresses here
getSplitter() - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
getSqlTypeDescriptorOverride(int) - Method in class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect
Override is needed to properly support the CLOB on metadatavalue in postgres & oracle.
getStageReached() - Method in class org.dspace.content.WorkspaceItem
Get the value of the stage reached column
getStageReachedCounts(Context) - Method in class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
getStageReachedCounts(Context) - Method in interface org.dspace.content.dao.WorkspaceItemDAO
 
getStageReachedCounts(Context) - Method in interface org.dspace.content.service.WorkspaceItemService
The map entry returned contains stage reached as the key and count of items in that stage as a value
getStageReachedCounts(Context) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
getStart() - Method in class org.dspace.browse.BrowseInfo
Get an integer representing the number within the total set of results which marks the position of the first result in the current sub-set
getStart() - Method in class org.dspace.discovery.DiscoverQuery
 
getStart() - Method in class org.dspace.discovery.DiscoverResult
 
getStartDate() - Method in class org.dspace.authorize.ResourcePolicy
Get the start date of the policy
getStartDate() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getStarted() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getStarted() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
When did this application start?
getStarted() - Method in class org.dspace.app.util.WebApp
 
getStartsWith() - Method in class org.dspace.browse.BrowserScope
 
getState() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
Get state of WorkflowItem
getStatName() - Method in class org.dspace.app.statistics.Statistics
get the name of the statistic
getStats() - Method in class org.dspace.app.statistics.Statistics
get an array of statistics back from this object
getStatus(String) - Method in class org.dspace.curate.Curator
Returns the status code for the latest performance of the named task.
getStatus() - Static method in class org.dspace.harvest.HarvestScheduler
 
getStatus() - Method in class org.dspace.identifier.DOI
 
getStatusCode() - Method in class org.dspace.identifier.doi.DataCiteConnector.DataCiteResponse
 
getStep(int) - Method in class org.dspace.app.util.SubmissionConfig
Retrieve a particular Step configuration in this Item Submission Process configuration.
getStep() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
getStep(String) - Method in class org.dspace.xmlworkflow.state.Workflow
 
getStepConfig(String) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns a particular global step definition based on its ID.
getStepConfig(String) - Method in class org.dspace.app.util.SubmissionInfo
Returns a particular global step definition based on its ID.
getStepID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getStepID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getStepNumber() - Method in class org.dspace.app.util.SubmissionStepConfig
Get the number of this step in the current Submission process config.
getStepOutcomes(Node) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getStorage() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getStoredString(String, String) - Method in class org.dspace.app.util.DCInput
Gets the stored string that corresponds to the passed display string in a particular display-storage pair set.
getStoreNumber() - Method in class org.dspace.content.Bitstream
Get the asset store number where this bitstream is stored
getStores() - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
getStream() - Method in class org.dspace.discovery.BitstreamContentStream
 
getStringFromBitstream(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method wraps a String around a byte array returned from the bitstream method further down
getStringResults() - Method in class org.dspace.browse.BrowseInfo
Return the results of the Browse as an array of String array.
getStringValue(Node) - Static method in class org.dspace.administer.StructBuilder
Return the String value of a Node
getStringValue(Node) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Return the String value of a Node.
getSubcommunities() - Method in class org.dspace.content.Community
Get the immediate sub-communities of this community.
getSubfolder() - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
getSubject(Context) - Method in class org.dspace.event.Event
Syntactic sugar to get the DSpace object which is the "subject" of an event.
getSubjectID() - Method in class org.dspace.event.Event
 
getSubjectType() - Method in class org.dspace.event.Event
 
getSubjectTypeAsString() - Method in class org.dspace.event.Event
 
getSubmissionConfig(String, boolean) - Method in class org.dspace.app.util.SubmissionConfigReader
Returns the Item Submission process config used for a particular collection, or the default if none is defined for the collection
getSubmissionConfig() - Method in class org.dspace.app.util.SubmissionInfo
Return the current submission process config (which includes all steps which need to be completed for the submission to be successful)
getSubmissionItem() - Method in class org.dspace.app.util.SubmissionInfo
Return the current in progress submission
getSubmissionLogInfo() - Method in class org.dspace.app.util.SubmissionInfo
Return text information suitable for logging.
getSubmissionLookupDTO(HttpServletRequest, String) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
getSubmissionName() - Method in class org.dspace.app.util.SubmissionConfig
Return the name of the item submission process definition
getSubmitButton(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Get the button the user pressed on a submitted form.
getSubmitter() - Method in interface org.dspace.content.InProgressSubmission
Get the submitter
getSubmitter() - Method in class org.dspace.content.Item
Get the e-person that originally submitted this item
getSubmitter() - Method in class org.dspace.content.WorkspaceItem
 
getSubmitter() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
getSubmitter() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
getSubmitterName(BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getSubmitterName(BasicWorkflowItem) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
get the name of the eperson who started this workflow
getSubmitters() - Method in class org.dspace.content.Collection
Get the default group of submitters, if there is one.
getSubmitTime() - Method in class org.dspace.curate.TaskQueueEntry
Returns the timestamp of when this entry was enqueued.
getSubscribeService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getSubscribeService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getSubscriptions(Context, EPerson) - Method in interface org.dspace.eperson.service.SubscribeService
Find out which collections an e-person is subscribed to
getSubscriptions(Context, EPerson) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
getSubtitle() - Method in class org.dspace.authority.orcid.model.WorkTitle
 
getSubtype() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getSummary() - Method in class org.dspace.versioning.Version
 
getSupervisedItems() - Method in class org.dspace.eperson.Group
 
getSupervisedItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getSupervisedItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getSupervisorGroups() - Method in class org.dspace.content.WorkspaceItem
 
getSupervisorService() - Method in class org.dspace.eperson.factory.EPersonServiceFactory
 
getSupervisorService() - Method in class org.dspace.eperson.factory.EPersonServiceFactoryImpl
 
getSupportedIdentifiers() - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
getSupportedIdentifiers() - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
getSupportedIdentifiers() - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
getSupportedIdentifiers() - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
getSupportedIdentifiers() - Method in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
getSupportedLocale(Locale) - Static method in class org.dspace.core.I18nUtil
Gets the appropriate supported Locale according for a given Locale If no appropriate supported locale is found, the DEFAULTLOCALE is used
getSupportedLocales() - Static method in class org.dspace.core.I18nUtil
get the available Locales for the User Interface as defined in dspace.cfg returns an array of Locales or null
getSupportLevel() - Method in class org.dspace.content.BitstreamFormat
Get the support level for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
getSupportLevelID(String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
getSupportLevelID(String) - Method in interface org.dspace.content.service.BitstreamFormatService
If you know the support level string, look up the corresponding type ID constant.
getSupportLevelText(BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
getSupportLevelText(BitstreamFormat) - Method in interface org.dspace.content.service.BitstreamFormatService
Get the support level text for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
getSupportsTypeConstant() - Method in class org.dspace.content.BitstreamServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.BundleServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.CollectionServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.CommunityServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.content.ItemServiceImpl
 
getSupportsTypeConstant() - Method in interface org.dspace.content.service.DSpaceObjectLegacySupportService
Returns the Constants which this service supports
getSupportsTypeConstant() - Method in interface org.dspace.content.service.DSpaceObjectService
Returns the Constants which this service supports
getSupportsTypeConstant() - Method in class org.dspace.content.SiteServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.eperson.EPersonServiceImpl
 
getSupportsTypeConstant() - Method in class org.dspace.eperson.GroupServiceImpl
 
getTable() - Method in interface org.dspace.browse.BrowseDAO
get the name of the table that we are querying
getTable() - Method in class org.dspace.browse.SolrBrowseDAO
 
getTableId() - Method in class org.dspace.google.GoogleAccount
 
getTableName(int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName(boolean, boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default index table name.
getTableName(boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated.
1.5
getTables() - Method in exception org.dspace.eperson.EPersonDeletionException
Return the list of offending tables.
getTagCloudConfiguration() - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
getTagCloudFacetConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
getTagCloudFacets() - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
getTargetFields() - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
Get target fields
getTaskListItemId() - Method in class org.dspace.workflowbasic.TaskListItem
 
getTaskListItemService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactory
 
getTaskListItemService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
getTaskNames() - Method in class org.dspace.curate.TaskQueueEntry
Return the list of tasks associated with this entry.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the type string of the technical metadata to create for each object and each Bitstream in an Item.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Return the name of all crosswalks to run for the techMD section of the METS Manifest.
getTechMdTypes(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Get name of technical metadata crosswalk for Bitstreams.
getTechnicalReportInstitution() - Method in class org.dspace.app.util.GoogleMetadata
 
getTechnicalReportNumber() - Method in class org.dspace.app.util.GoogleMetadata
 
getTemplateItem() - Method in class org.dspace.content.Collection
Get the template item for this collection.
getTemplateItemOf() - Method in class org.dspace.content.Item
 
getTempWorkDir() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getTempWorkDir() - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
getTempWorkDirFile() - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
getTempWorkDirFile() - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
getTerm() - Method in class org.dspace.statistics.DataTermsFacet.TermsFacet
 
getTextContent(Node, String) - Static method in class org.dspace.authority.util.XMLUtils
 
getThumb(Item, BufferedImage, boolean) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getThumb() - Method in class org.dspace.content.Thumbnail
 
getThumbDim(Item, BufferedImage, boolean, float, float, boolean, boolean, int, int, String) - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getThumbnail(Context, Item, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
getThumbnail(Context, Item, boolean) - Method in interface org.dspace.content.service.ItemService
 
getThumbnailFile(File, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
getTimeStamp() - Method in class org.dspace.event.Event
 
getTitle() - Method in class org.dspace.app.sherpa.SHERPAJournal
 
getTitle() - Method in class org.dspace.app.util.GoogleMetadata
 
getTitle() - Method in class org.dspace.authority.orcid.model.WorkTitle
 
getTitle() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getToIgnoreMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
getToken() - Method in class org.dspace.app.requestitem.RequestItem
 
getToken() - Method in class org.dspace.eperson.RegistrationData
 
getTooltip() - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
getTotal() - Method in class org.dspace.browse.BrowseInfo
Return the total number of items in the index.
getTotalFacetCounts(DatasetTypeGenerator) - Method in class org.dspace.statistics.content.StatisticsDataWorkflow
Retrieve the total counts for the facets (total count is same query but none of the filter queries
getTotalItems() - Method in class org.dspace.app.itemimport.BatchUpload
 
getTotalPageViews(String, String) - Method in class org.dspace.statistics.content.StatisticsDataSearches
 
getTotalPublication(List<DataLoader>) - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
 
getTotalSearchResults() - Method in class org.dspace.discovery.DiscoverResult
 
getTotalTags() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return the boilerplate at the end of a sitemap file.
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getTrailingBoilerPlate() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getTransaction() - Method in class org.dspace.core.HibernateDBConnection
 
getTransactionID() - Method in class org.dspace.event.Event
 
getTransform() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getTransformationEngine() - Method in class org.dspace.app.itemimport.BTEBatchImportService
 
getTransformer() - Method in class org.dspace.app.itemupdate.ItemArchive
 
getTransformer(String) - Method in class org.dspace.content.crosswalk.XSLTCrosswalk
Initialize the Transformation stylesheet from configured stylesheet file.
getTranslatedTitles(String) - Method in class org.dspace.authority.orcid.model.WorkTitle
 
getType() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the type of the exception
getType() - Method in class org.dspace.authority.orcid.model.Citation
 
getType() - Method in class org.dspace.content.Bitstream
return type found in Constants
getType() - Method in class org.dspace.content.Bundle
return type found in Constants
getType() - Method in class org.dspace.content.Collection
return type found in Constants
getType() - Method in class org.dspace.content.Community
return type found in Constants
getType() - Method in class org.dspace.content.DSpaceObject
Get the type of this object, found in Constants
getType() - Method in class org.dspace.content.Item
return type found in Constants
getType() - Method in class org.dspace.content.Site
Get the type of this object, found in Constants
getType() - Method in interface org.dspace.core.DBConnection
 
getType() - Method in class org.dspace.core.HibernateDBConnection
 
getType() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getType() - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
getType() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
getType() - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
getType() - Method in class org.dspace.discovery.DiscoverFacetField
 
getType() - Method in class org.dspace.eperson.EPerson
return type found in Constants
getType() - Method in class org.dspace.eperson.Group
 
getType() - Method in class org.dspace.license.CCLicenseField
 
getType() - Method in class org.dspace.rdf.negotiation.MediaRange
 
getType() - Method in class org.dspace.sort.SortOption
 
getType() - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
getType() - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
getType() - Method in class org.dspace.statistics.content.DSORepresentation
 
getType() - Method in class org.dspace.statistics.content.StatisticsDisplay
 
getType() - Method in class org.dspace.statistics.content.StatisticsListing
 
getType() - Method in class org.dspace.statistics.content.StatisticsTable
 
getType(Record) - Static method in class org.dspace.submit.lookup.SubmissionLookupService
 
getType() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getType() - Method in class org.dspace.xmlworkflow.state.actions.ActionResult
 
getTypeID(String) - Static method in class org.dspace.core.Constants
If you know the type string, look up the corresponding type ID constant.
getTypes() - Method in class org.dspace.authority.AuthorityTypes
 
getTypeText(T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
getTypeText(T) - Method in interface org.dspace.content.service.DSpaceObjectService
Provide the text name of the type of this DSpaceObject.
getUncheckedBitstreamsReport(Context, OutputStreamWriter) - Method in interface org.dspace.checker.service.SimpleReporterService
The bitstreams that are not known to the checksum checker.
getUncheckedBitstreamsReport(Context, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Get any bitstreams that are not checked by the checksum checker.
getUnits() - Method in class org.dspace.app.statistics.Stat
get the unts that this statistic is measured in
getUpdateAction(Class<? extends UpdateAction>) - Method in class org.dspace.app.itemupdate.ActionManager
 
getURI() - Static method in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a string
getURIGenerator() - Static method in class org.dspace.rdf.RDFConfiguration
 
getURL() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
 
getURL() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
What is the base URL of this application?
getUrl() - Method in class org.dspace.app.util.WebApp
 
getUrl() - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
getUrl() - Method in class org.dspace.authority.orcid.model.Work
 
getURL() - Method in class org.dspace.content.Site
 
getURLs(Item) - Method in class org.dspace.ctask.general.BasicLinkChecker
Get the URLs to check
getURLs(Item) - Method in class org.dspace.ctask.general.MetadataValueLinkChecker
 
getURLText(String, Date) - Method in class org.dspace.app.sitemap.AbstractGenerator
Return marked-up text to be included in a sitemap about a given URL.
getURLText(String, Date) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
getURLText(String, Date) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
getUseAsHomePage() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
getUser() - Method in class org.dspace.app.statistics.LogLine
get the user performing the logged action
getUser() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getUserAgent() - Method in class org.dspace.usage.UsageEvent
 
getUserFormatDescription() - Method in class org.dspace.content.Bitstream
Get the user's format description.
getUsername() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
getUserName() - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
getUserSelectionMethod() - Method in class org.dspace.xmlworkflow.state.Step
 
getUUID() - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
 
getUUIDParameter(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a parameter from the given request as a UUID.
getUUIDParameters(HttpServletRequest, String) - Static method in class org.dspace.app.util.Util
Obtain a List of UUID parameters from the given request as an UUID.
getValue() - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
getValue(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Returns the value found in the Text node (if any) in the node list that's passed in.
getValue(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
getValue() - Method in class org.dspace.app.statistics.Stat
get the value of the statistic
getValue() - Method in class org.dspace.authority.AuthorityValue
 
getValue() - Method in class org.dspace.browse.BrowseInfo
 
getValue() - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
getValue(Item) - Method in class org.dspace.content.ItemComparator
Choose the canonical value from an item for comparison.
getValue() - Method in class org.dspace.content.MetadataValue
Get the metadata value.
getValue(String, String, String) - Method in class org.dspace.importer.external.datamodel.ImportRecord
 
getValue() - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
getValue() - Method in class org.dspace.statistics.ObjectCount
 
getValue() - Method in class org.dspace.vocabulary.ControlledVocabulary
 
getValueColumn() - Method in class org.dspace.browse.BrowseIndex
Get the name of the column that is used to store the default value column
getValueId() - Method in class org.dspace.content.MetadataValue
Get the field ID the metadata value represents.
getValueLanguageList() - Method in class org.dspace.app.util.DCInput
Get the list of language tags
getValueList() - Method in class org.dspace.importer.external.datamodel.ImportRecord
 
getValues(Record, String) - Static method in class org.dspace.submit.lookup.SubmissionLookupUtils
 
getValues(String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
getVariants(String, String) - Method in interface org.dspace.content.authority.AuthorityVariantsSupport
 
getVariants(MetadataValue) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
getVariants(MetadataValue) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Wrapper to call plugin's getVariants().
getVariants(String, String) - Method in class org.dspace.content.authority.TestAuthority
 
getVersion(Context, VersionHistory, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
getVersion(Context, int) - Method in interface org.dspace.versioning.service.VersioningService
 
getVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
getVersion(Context, VersionHistory, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
getVersion(Context, int) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersionDate() - Method in class org.dspace.versioning.Version
 
getVersionHistory() - Method in class org.dspace.versioning.Version
 
getVersionHistoryService() - Method in class org.dspace.versioning.factory.VersionServiceFactory
 
getVersionHistoryService() - Method in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
getVersionNumber() - Method in class org.dspace.versioning.Version
 
getVersions() - Method in class org.dspace.versioning.VersionHistory
Please use VersioningService#getVersionsByHistory(Context, VersionHistory) instead.
getVersionsByHistory(Context, VersionHistory) - Method in interface org.dspace.versioning.service.VersioningService
Returns all versions of a version history.
getVersionsByHistory(Context, VersionHistory) - Method in class org.dspace.versioning.VersioningServiceImpl
 
getVersionService() - Method in class org.dspace.versioning.factory.VersionServiceFactory
 
getVersionService() - Method in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
getVocabulary() - Method in class org.dspace.app.util.DCInput
Get the name of the controlled vocabulary that is associated with this field
getVolume() - Method in class org.dspace.app.util.GoogleMetadata
 
getWarning() - Method in class org.dspace.app.util.DCInput
Get the warning string for a missing required field, formatted for an HTML table.
getWarning() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
getWebAppService() - Method in class org.dspace.app.util.factory.UtilServiceFactory
 
getWebAppService() - Method in class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
getWidth() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
getWitems() - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
getWithdrawnBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
Get the internally defined browse index for withdrawn items.
getWithHost() - Method in class org.dspace.app.util.DailyFileAppender
 
getWorkExternalIdentifier() - Method in class org.dspace.authority.orcid.model.Work
 
getWorkExternalIdentifierType() - Method in class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
getWorkflow(Collection) - Method in interface org.dspace.xmlworkflow.factory.XmlWorkflowFactory
 
getWorkflow() - Method in class org.dspace.xmlworkflow.state.Step
 
getWorkflow(Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
getWorkflowCuratorService() - Method in class org.dspace.curate.factory.CurateServiceFactory
 
getWorkflowCuratorService() - Method in class org.dspace.curate.factory.CurateServiceFactoryImpl
 
getWorkflowFactory() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowFactory() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowGroup(Collection, int) - Method in class org.dspace.content.CollectionServiceImpl
 
getWorkflowGroup(Collection, int) - Method in interface org.dspace.content.service.CollectionService
Get the the workflow group corresponding to a particular workflow step.
getWorkflowID(String) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getWorkflowID(String) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
Translate symbolic name of workflow state into number.
getWorkflowID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getWorkflowID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getWorkflowItem() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getWorkflowItem() - Method in class org.dspace.workflowbasic.TaskListItem
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
getWorkflowItem() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
getWorkflowItemRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowItemRoleService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowItemService() - Method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getWorkflowItemService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
getWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowRequirementsService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getWorkflowRequirementsService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowRoleGroup(Context, Collection, String, Group) - Method in interface org.dspace.workflow.WorkflowService
 
getWorkflowRoleGroup(Context, Collection, String, Group) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getWorkflowRoleGroup(Context, Collection, String, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
getWorkflowService() - Method in class org.dspace.workflow.factory.WorkflowServiceFactory
 
getWorkflowService() - Method in class org.dspace.workflowbasic.factory.BasicWorkflowServiceFactoryImpl
 
getWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getWorkflowStep() - Method in class org.dspace.usage.UsageWorkflowEvent
 
getWorkflowStep1() - Method in class org.dspace.content.Collection
 
getWorkflowStep2() - Method in class org.dspace.content.Collection
 
getWorkflowStep3() - Method in class org.dspace.content.Collection
 
getWorkflowText(int) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
getWorkflowText(int) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
Get the text representing the given workflow state
getWorks(String) - Method in class org.dspace.authority.orcid.Orcid
 
getWorkSource() - Method in class org.dspace.authority.orcid.model.Work
 
getWorkspaceItemService() - Method in class org.dspace.content.factory.ContentServiceFactory
 
getWorkspaceItemService() - Method in class org.dspace.content.factory.ContentServiceFactoryImpl
 
getWorkTitle() - Method in class org.dspace.authority.orcid.model.Work
 
getWorkType() - Method in class org.dspace.authority.orcid.model.Work
 
getXforwardedfor() - Method in class org.dspace.usage.UsageEvent
 
getXMLString(Context, DSpaceObject) - Method in class org.dspace.identifier.DataCiteXMLCreator
 
getXMLUIClassName() - Method in class org.dspace.app.util.SubmissionStepConfig
Retrieve the full class name of the Manakin Transformer which will generate this step's DRI, for display in Manakin XML-UI.
getXmlWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getXmlWorkflowItemService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getXmlWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
getXmlWorkflowService() - Method in class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
getXpsrc() - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
getYear() - Method in class org.dspace.content.DCDate
Get the year, adjusting for current time zone.
getYear() - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
getYearUTC() - Method in class org.dspace.content.DCDate
Get the year in UTC.
getZetopub() - Method in class org.dspace.app.sherpa.SHERPAJournal
 
GIVEN_NAMES - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
givenNames - Variable in class org.dspace.authority.orcid.model.BioName
 
GOOGLE_PREFIX - Static variable in class org.dspace.app.util.GoogleMetadata
 
GoogleAccount - Class in org.dspace.google
User: Robin Taylor Date: 11/07/2014 Time: 13:23
GoogleMetadata - Class in org.dspace.app.util
Configuration and mapping for Google Scholar output metadata
GoogleMetadata(Context, Item) - Constructor for class org.dspace.app.util.GoogleMetadata
Wrap the item, parse all configured fields and generate metadata field values.
GoogleQueryManager - Class in org.dspace.google
User: Robin Taylor Date: 20/08/2014 Time: 09:26
GoogleQueryManager() - Constructor for class org.dspace.google.GoogleQueryManager
 
GoogleRecorderEventListener - Class in org.dspace.google
User: Robin Taylor Date: 14/08/2014 Time: 10:05 Notify Google Analytics of...
GoogleRecorderEventListener() - Constructor for class org.dspace.google.GoogleRecorderEventListener
 
grantGroupAllItemPolicies(Context, Item, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
grantLicense(Context, Item, String) - Static method in class org.dspace.content.LicenseUtils
Store a copy of the license a user granted in the item.
grantSubmitterReadPolicies(Context, Item) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
grantUserAllItemPolicies(Context, Item, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
GREEK - Static variable in class org.dspace.text.filter.Language
 
Groomer - Class in org.dspace.eperson
Tools for manipulating EPersons and Groups.
Groomer() - Constructor for class org.dspace.eperson.Groomer
 
GROUP - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP - Static variable in class org.dspace.core.Constants
Type of eperson groups
Group - Class in org.dspace.eperson
Class representing a group of e-people.
Group() - Constructor for class org.dspace.eperson.Group
Protected constructor, create object using: GroupService.create(Context)
GROUP - Static variable in class org.dspace.event.Event
 
Group2GroupCache - Class in org.dspace.eperson
Database entity representation of the group2groupcache table
Group2GroupCache() - Constructor for class org.dspace.eperson.Group2GroupCache
Protected constructor, create object using: GroupService
Group2GroupCacheDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Group2GroupCache object.
group2GroupCacheDAO - Variable in class org.dspace.eperson.GroupServiceImpl
 
Group2GroupCacheDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Group2GroupCache object.
Group2GroupCacheDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.Group2GroupCacheDAOImpl
 
GROUP_TYPE_ADMIN - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_SUBMIT - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_1 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_2 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GROUP_TYPE_WORKFLOW_STEP_3 - Static variable in class org.dspace.content.packager.RoleDisseminator
 
GroupDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Group object.
groupDAO - Variable in class org.dspace.eperson.GroupServiceImpl
 
GroupDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Group object.
GroupDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.GroupDAOImpl
 
GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
groupService - Variable in class org.dspace.administer.CreateAdministrator
 
groupService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
groupService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
groupService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
groupService - Variable in class org.dspace.authenticate.IPAuthentication
 
groupService - Variable in class org.dspace.authenticate.LDAPAuthentication
 
groupService - Variable in class org.dspace.authenticate.ShibAuthentication
 
groupService - Variable in class org.dspace.authenticate.X509Authentication
 
groupService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
groupService - Variable in class org.dspace.content.CollectionServiceImpl
 
groupService - Variable in class org.dspace.content.CommunityServiceImpl
 
groupService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
groupService - Variable in class org.dspace.content.packager.RoleDisseminator
 
groupService - Variable in class org.dspace.content.packager.RoleIngester
 
groupService - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
groupService - Variable in class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
GroupService - Interface in org.dspace.eperson.service
Service interface class for the Group object.
groupService - Variable in class org.dspace.storage.rdbms.GroupServiceInitializer
 
groupService - Static variable in class org.dspace.submit.step.AccessStep
 
groupService - Variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
groupService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
groupService - Variable in class org.dspace.xmlworkflow.RoleMembers
 
groupService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
groupService - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
groupService - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
groupService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
GroupServiceImpl - Class in org.dspace.eperson
Service implementation for the Group object.
GroupServiceImpl() - Constructor for class org.dspace.eperson.GroupServiceImpl
 
GroupServiceInitializer - Class in org.dspace.storage.rdbms
Callback method to ensure that the default groups are created in the database AFTER the database migration completes.
GroupServiceInitializer() - Constructor for class org.dspace.storage.rdbms.GroupServiceInitializer
 
guessFormat(Context, Bitstream) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
guessFormat(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamFormatService
Attempt to identify the format of a particular bitstream.

H

handle - Variable in class org.dspace.checker.HandleDispatcher
Handle to retrieve bitstreams from.
Handle - Class in org.dspace.handle
Database entity representation of the handle table
Handle() - Constructor for class org.dspace.handle.Handle
Handle - Class in org.dspace.identifier
 
Handle() - Constructor for class org.dspace.identifier.Handle
 
handle(T) - Method in interface org.dspace.importer.external.SourceExceptionHandler
 
handle - Variable in class org.dspace.search.HarvestedItemInfo
The Handle, with no prefix
HANDLE_FIELD - Static variable in class org.dspace.discovery.SolrServiceImpl
 
HANDLE_PREFIX - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
HandleDAO - Interface in org.dspace.handle.dao
Database Access Object interface class for the Handle object.
handleDAO - Variable in class org.dspace.handle.HandleServiceImpl
 
HandleDAOImpl - Class in org.dspace.handle.dao.impl
Hibernate implementation of the Database Access Object interface class for the Handle object.
HandleDAOImpl() - Constructor for class org.dspace.handle.dao.impl.HandleDAOImpl
 
HandleDispatcher - Class in org.dspace.checker
A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.
HandleDispatcher(Context, String) - Constructor for class org.dspace.checker.HandleDispatcher
Main constructor.
handleException(int, Exception, String) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
HandleIdentifierProvider - Class in org.dspace.identifier
The old DSpace handle identifier service, used to create handles or retrieve objects based on their handle
HandleIdentifierProvider() - Constructor for class org.dspace.identifier.HandleIdentifierProvider
 
handleItem(Context, Item) - Static method in class org.dspace.license.LicenseCleanup
Process Item, correcting CC-License if encountered.
HandlePlugin - Class in org.dspace.handle
Extension to the CNRI Handle Server that translates requests to resolve handles into DSpace API calls.
HandlePlugin() - Constructor for class org.dspace.handle.HandlePlugin
Constructor
handleService - Variable in class org.dspace.administer.CommunityFiliator
 
handleService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
handleService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
handleService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
handleService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
handleService - Variable in class org.dspace.app.itemupdate.ItemArchive
 
handleService - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
handleService - Variable in class org.dspace.checker.HandleDispatcher
 
handleService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
handleService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
handleService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
handleService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
handleService - Static variable in class org.dspace.content.packager.PackageUtils
 
handleService - Variable in class org.dspace.curate.AbstractCurationTask
 
handleService - Variable in class org.dspace.curate.Curator
 
handleService - Variable in class org.dspace.discovery.SolrServiceImpl
 
handleService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
handleService - Variable in class org.dspace.handle.HandlePlugin
 
HandleService - Interface in org.dspace.handle.service
Interface to the CNRI Handle System .
handleService - Variable in class org.dspace.harvest.OAIHarvester
 
handleService - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
handleService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
handleService - Variable in class org.dspace.identifier.HandleIdentifierProvider
 
handleService - Variable in class org.dspace.identifier.IdentifierServiceImpl
 
handleService - Variable in class org.dspace.rdf.RDFizer
 
handleService - Variable in class org.dspace.rdf.storage.HandleURIGenerator
 
handleService - Static variable in class org.dspace.search.Harvest
 
handleService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
handleService - Variable in class org.dspace.submit.step.AccessStep
 
handleService - Variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
handleService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
handleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
HandleServiceFactory - Class in org.dspace.handle.factory
Abstract factory to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation
HandleServiceFactory() - Constructor for class org.dspace.handle.factory.HandleServiceFactory
 
HandleServiceFactoryImpl - Class in org.dspace.handle.factory
Factory implementation to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation
HandleServiceFactoryImpl() - Constructor for class org.dspace.handle.factory.HandleServiceFactoryImpl
 
HandleServiceImpl - Class in org.dspace.handle
Interface to the CNRI Handle System .
HandleServiceImpl() - Constructor for class org.dspace.handle.HandleServiceImpl
Public Constructor
HandleURIGenerator - Class in org.dspace.rdf.storage
 
HandleURIGenerator() - Constructor for class org.dspace.rdf.storage.HandleURIGenerator
 
Harvest - Class in org.dspace.app.harvest
Test class for harvested collections.
Harvest() - Constructor for class org.dspace.app.harvest.Harvest
 
Harvest - Class in org.dspace.search
Utility class for extracting information about items, possibly just within a certain community or collection, that have been created, modified or withdrawn within a particular range of dates.
Harvest() - Constructor for class org.dspace.search.Harvest
 
harvest(Context, DSpaceObject, String, String, int, int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.search.Harvest
Obtain information about items that have been created, modified or withdrawn within a given date range.
harvestAdmin - Static variable in class org.dspace.harvest.HarvestScheduler
 
HarvestConsumer - Class in org.dspace.harvest
Class for handling cleanup of harvest settings for collections and items
HarvestConsumer() - Constructor for class org.dspace.harvest.HarvestConsumer
 
HarvestedCollection - Class in org.dspace.harvest
 
HarvestedCollection() - Constructor for class org.dspace.harvest.HarvestedCollection
Protected constructor, create object using: HarvestedCollectionService.create(Context, Collection)
harvestedCollection - Variable in class org.dspace.harvest.OAIHarvester
 
HarvestedCollectionDAO - Interface in org.dspace.harvest.dao
Database Access Object interface class for the HarvestedCollection object.
harvestedCollectionDAO - Variable in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
HarvestedCollectionDAOImpl - Class in org.dspace.harvest.dao.impl
Hibernate implementation of the Database Access Object interface class for the HarvestedCollection object.
HarvestedCollectionDAOImpl() - Constructor for class org.dspace.harvest.dao.impl.HarvestedCollectionDAOImpl
 
harvestedCollectionService - Variable in class org.dspace.harvest.HarvestConsumer
 
harvestedCollectionService - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
harvestedCollectionService - Variable in class org.dspace.harvest.HarvestThread
 
HarvestedCollectionService - Interface in org.dspace.harvest.service
Service interface class for the HarvestedCollection object.
HarvestedCollectionServiceImpl - Class in org.dspace.harvest
Service implementation for the HarvestedCollection object.
HarvestedCollectionServiceImpl() - Constructor for class org.dspace.harvest.HarvestedCollectionServiceImpl
 
HarvestedItem - Class in org.dspace.harvest
 
HarvestedItem() - Constructor for class org.dspace.harvest.HarvestedItem
Protected constructor, create object using: HarvestedItemService.create(Context, Item, String)
HarvestedItemDAO - Interface in org.dspace.harvest.dao
Database Access Object interface class for the HarvestedItem object.
harvestedItemDAO - Variable in class org.dspace.harvest.HarvestedItemServiceImpl
 
HarvestedItemDAOImpl - Class in org.dspace.harvest.dao.impl
Hibernate implementation of the Database Access Object interface class for the HarvestedItem object.
HarvestedItemDAOImpl() - Constructor for class org.dspace.harvest.dao.impl.HarvestedItemDAOImpl
 
HarvestedItemInfo - Class in org.dspace.search
Simple container class containing information about a harvested DSpace item.
HarvestedItemInfo() - Constructor for class org.dspace.search.HarvestedItemInfo
 
harvestedItemService - Variable in class org.dspace.harvest.HarvestConsumer
 
harvestedItemService - Variable in class org.dspace.harvest.OAIHarvester
 
HarvestedItemService - Interface in org.dspace.harvest.service
Service interface class for the HarvestedItem object.
HarvestedItemServiceImpl - Class in org.dspace.harvest
Service implementation for the HarvestedItem object.
HarvestedItemServiceImpl() - Constructor for class org.dspace.harvest.HarvestedItemServiceImpl
 
harvester - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HARVESTER_INTERRUPT_INSERT_THREAD - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_KILL_THREAD - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_NONE - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_PAUSE - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_RESUME - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_INTERRUPT_STOP - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_PAUSED - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_RUNNING - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_SLEEPING - Static variable in class org.dspace.harvest.HarvestScheduler
 
HARVESTER_STATUS_STOPPED - Static variable in class org.dspace.harvest.HarvestScheduler
 
HarvestingException - Exception in org.dspace.harvest
Exception class specifically assigned to recoverable errors that occur during harvesting.
HarvestingException() - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(String, Throwable) - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(String) - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestingException(Throwable) - Constructor for exception org.dspace.harvest.HarvestingException
 
HarvestScheduler - Class in org.dspace.harvest
The class responsible for scheduling harvesting cycles are regular intervals.
HarvestScheduler() - Constructor for class org.dspace.harvest.HarvestScheduler
 
harvestScheduler - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HarvestSchedulingService - Interface in org.dspace.harvest.service
Service interface class for the scheduling of harvesting tasks.
HarvestSchedulingServiceImpl - Class in org.dspace.harvest
Service implementation for the scheduling of harvesting tasks.
HarvestSchedulingServiceImpl() - Constructor for class org.dspace.harvest.HarvestSchedulingServiceImpl
 
HarvestServiceFactory - Class in org.dspace.harvest.factory
Abstract factory to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation
HarvestServiceFactory() - Constructor for class org.dspace.harvest.factory.HarvestServiceFactory
 
HarvestServiceFactoryImpl - Class in org.dspace.harvest.factory
Factory implementation to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation
HarvestServiceFactoryImpl() - Constructor for class org.dspace.harvest.factory.HarvestServiceFactoryImpl
 
HarvestThread - Class in org.dspace.harvest
A harvester thread used to execute a single harvest cycle on a collection
HarvestThread(UUID) - Constructor for class org.dspace.harvest.HarvestThread
 
harvestThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
hasActions() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Decide if this CSV file has an 'action' (case-dependent!) header.
hasActions() - Method in class org.dspace.app.itemupdate.ActionManager
 
hasAuthority() - Method in class org.dspace.browse.BrowseInfo
Is there an authority key associated with this browse
hasChanges() - Method in class org.dspace.app.bulkedit.BulkEditChange
Have any changes actually been recorded, or is this empty?
hasCustomLicense(Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
hasCustomLicense(Collection) - Method in interface org.dspace.content.service.CollectionService
Find out if the collection has a custom license
hasElement(Context, int, MetadataSchema, String, String) - Method in class org.dspace.content.MetadataFieldServiceImpl
A sanity check that ensures a given element and qualifier are unique within a given schema.
hasEvents() - Method in class org.dspace.core.Context
 
hasField(String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
hasFilterValue() - Method in class org.dspace.browse.BrowserScope
 
hasFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have a focus?
hashCode() - Method in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
hashCode() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
hashCode() - Method in class org.dspace.authority.orcid.model.BioName
 
hashCode() - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
hashCode() - Method in class org.dspace.authority.orcid.model.Contributor
 
hashCode() - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
hashCode() - Method in class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
hashCode() - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
hashCode() - Method in class org.dspace.authorize.ResourcePolicy
Return a hash code for this object.
hashCode() - Method in class org.dspace.content.Bitstream
 
hashCode() - Method in class org.dspace.content.BitstreamFormat
 
hashCode() - Method in class org.dspace.content.Bundle
 
hashCode() - Method in class org.dspace.content.Collection
 
hashCode() - Method in class org.dspace.content.Community
 
hashCode() - Method in class org.dspace.content.Item
 
hashCode() - Method in class org.dspace.content.ItemComparator
 
hashCode() - Method in class org.dspace.content.MetadataField
 
hashCode() - Method in class org.dspace.content.MetadataSchema
 
hashCode() - Method in class org.dspace.content.MetadataValue
 
hashCode() - Method in class org.dspace.content.WorkspaceItem
 
hashCode() - Method in class org.dspace.eperson.EPerson
Return a hash code for this object.
hashCode() - Method in class org.dspace.eperson.Group
 
hashCode() - Method in class org.dspace.event.Event
 
hashCode() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
hashCode() - Method in class org.dspace.versioning.Version
 
hashCode() - Method in class org.dspace.versioning.VersionHistory
 
hasISSNs(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
hasItemFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have an item focus (as opposed to one of: no focus, a value focus)
hasJumpToItem() - Method in class org.dspace.browse.BrowserScope
 
hasJumpToValue() - Method in class org.dspace.browse.BrowserScope
 
hasLicense(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
hasLicense(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
hasLink(String) - Method in class org.dspace.browse.CrossLinks
Is there a link for the given canonical form of metadata (i.e.
hasMore() - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
hasMore() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
hasMoreSteps(int) - Method in class org.dspace.app.util.SubmissionConfig
Returns whether or not there are more steps which follow the specified "stepNum".
hasMultipleFiles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one associated bitstream.
hasMultipleFiles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleFiles() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
hasMultipleFiles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasMultipleTitles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one title.
hasMultipleTitles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleTitles() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
hasMultipleTitles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasNamedPlugin(Class, String) - Method in class org.dspace.core.LegacyPluginServiceImpl
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNamedPlugin(Class, String) - Method in interface org.dspace.core.service.PluginService
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNext(Context, VersionHistory, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasNext(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasNext(Context, VersionHistory, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
hasNext(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
hasNextPage() - Method in class org.dspace.browse.BrowseInfo
Are there further results for the browse that haven't been returned yet?
hasPrevPage() - Method in class org.dspace.browse.BrowseInfo
Are there results prior to these that haven't been returned here?
hasResults() - Method in class org.dspace.browse.BrowseInfo
Are there results for this browse, or was the result set empty?
hasStartsWith() - Method in class org.dspace.browse.BrowserScope
 
hasStatus(int) - Static method in class org.dspace.harvest.HarvestScheduler
 
hasTask(String) - Method in class org.dspace.curate.Curator
Returns whether this curator has the specified task
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.AuthorityValue
The regular equals() only checks if both AuthorityValues describe the same authority.
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
hasTheSameInformationAs(Object) - Method in class org.dspace.authority.PersonAuthorityValue
 
hasUI() - Method in class org.dspace.xmlworkflow.state.Step
Boolean that returns whether or not the actions in this step have a ui
hasUploadedFiles(Item) - Method in class org.dspace.content.ItemServiceImpl
 
hasUploadedFiles(Item) - Method in interface org.dspace.content.service.ItemService
Check the bundle ORIGINAL to see if there are any uploaded files
hasValue() - Method in class org.dspace.browse.BrowseInfo
Is there a value associated with this browse
hasVersionHistory(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
hasVersionHistory(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
haveNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return true if we have this handle in storage.
HAWAIIAN - Static variable in class org.dspace.text.filter.Language
 
HDR_BUNDLE - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_DESCRIPTION - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_PERMISSIONS - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
header() - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs
header(String) - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs, and include a title argument (Title support currently not implemented)
header() - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
header(String) - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
header1 - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
header2 - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
headers - Variable in class org.dspace.ctask.general.MetadataWebService
 
headings - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The headings of the CSV file
HEBREW - Static variable in class org.dspace.text.filter.Language
 
height - Static variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
HibernateDBConnection - Class in org.dspace.core
Hibernate implementation of the DBConnection
HibernateDBConnection() - Constructor for class org.dspace.core.HibernateDBConnection
 
hiddenElementMaps - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
hiddenElementSets - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
HierarchicalSidebarFacetConfiguration - Class in org.dspace.discovery.configuration
Special sidebar facet configuration used for hierarchical facets
HierarchicalSidebarFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
hierarchyDelimiter - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
host - Variable in class org.dspace.ctask.general.ClamScan
 
HOST - Variable in class org.dspace.identifier.doi.DataCiteConnector
Stores the hostname of the DataCite server.
HTML - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
HTMLFilter - Class in org.dspace.app.mediafilter
 
HTMLFilter() - Constructor for class org.dspace.app.mediafilter.HTMLFilter
 
HTMLReport - Class in org.dspace.app.statistics
This class provides HTML reports for the ReportGenerator class
HTMLReport() - Constructor for class org.dspace.app.statistics.HTMLReport
constructor for HTML reporting
HTMLSitemapGenerator - Class in org.dspace.app.sitemap
Class for generating HTML "sitemaps" which contain links to various pages in a DSpace site.
HTMLSitemapGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.HTMLSitemapGenerator
Construct an HTML sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
HUNGARIAN - Static variable in class org.dspace.text.filter.Language
 

I

I18nUtil - Class in org.dspace.core
I18nUtil.java Some Utilities for i18n Support.
I18nUtil() - Constructor for class org.dspace.core.I18nUtil
 
IANA - Variable in class org.dspace.text.filter.Language
 
ICELANDIC - Static variable in class org.dspace.text.filter.Language
 
IConverter - Interface in org.dspace.content.crosswalk
 
id - Variable in class org.dspace.content.DSpaceObject
 
ID - Static variable in class org.dspace.content.packager.RoleDisseminator
 
ID - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
id_common_name - Variable in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
id_orcid - Variable in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
id_reference - Variable in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
id_url - Variable in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
idCounter - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
identifier - Variable in class org.dspace.event.Dispatcher
unique identifier of this dispatcher - cached hash of its text Name
Identifier - Interface in org.dspace.identifier
 
IdentifierException - Exception in org.dspace.identifier
 
IdentifierException() - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(String) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierException
 
IdentifierNotFoundException - Exception in org.dspace.identifier
 
IdentifierNotFoundException() - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(String) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotFoundException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotFoundException
 
IdentifierNotResolvableException - Exception in org.dspace.identifier
 
IdentifierNotResolvableException() - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(String) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(String, Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierNotResolvableException(Throwable) - Constructor for exception org.dspace.identifier.IdentifierNotResolvableException
 
IdentifierProvider - Class in org.dspace.identifier
 
IdentifierProvider() - Constructor for class org.dspace.identifier.IdentifierProvider
 
identifierService - Variable in class org.dspace.content.InstallItemServiceImpl
 
identifierService - Variable in class org.dspace.content.ItemServiceImpl
 
IdentifierService - Interface in org.dspace.identifier.service
 
identifierService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
IdentifierServiceFactory - Class in org.dspace.identifier.factory
Abstract factory to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation
IdentifierServiceFactory() - Constructor for class org.dspace.identifier.factory.IdentifierServiceFactory
 
IdentifierServiceFactoryImpl - Class in org.dspace.identifier.factory
Factory implementation to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation
IdentifierServiceFactoryImpl() - Constructor for class org.dspace.identifier.factory.IdentifierServiceFactoryImpl
 
IdentifierServiceImpl - Class in org.dspace.identifier
The main service class used to reserve, register and resolve identifiers
IdentifierServiceImpl() - Constructor for class org.dspace.identifier.IdentifierServiceImpl
 
identifyItemType(String) - Method in class org.dspace.app.util.GoogleMetadata
Identifies if this item matches a particular configuration of fields and values for those fields to identify the type based on a type- cataloging metadata practice.
idents2provs - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
IDSESSION - Variable in class org.dspace.ctask.general.ClamScan
 
idTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
ignore - Variable in class org.dspace.app.bulkedit.DSpaceCSV
A list of metadata elements to ignore
IGNORE_TIKA_EXCEPTION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
if true, ignore TikaException (give up to extract text but index meta data)
ignoreAuthorization() - Method in class org.dspace.core.Context
Find out if the authorisation system should be ignored for this context.
ImageMagickImageThumbnailFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
ImageMagickImageThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickImageThumbnailFilter
 
ImageMagickPdfThumbnailFilter - Class in org.dspace.app.mediafilter
 
ImageMagickPdfThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
ImageMagickThumbnailFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
ImageMagickThumbnailFilter() - Constructor for class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
iMode - Variable in class org.dspace.curate.Curator
 
importIndex(String, File, String, boolean, boolean) - Static method in class org.dspace.util.SolrImportExport
Import previously exported documents (or externally created CSV files that have the appropriate structure) into the specified index.
ImportMetadataSourceServiceImpl - Class in org.dspace.importer.external.pubmed.service.other
Created by jonas - jonas@atmire.com on 06/11/15.
ImportMetadataSourceServiceImpl() - Constructor for class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
ImportRecord - Class in org.dspace.importer.external.datamodel
Created by Roeland Dillen (roeland at atmire dot com) Date: 17/09/12 Time: 14:03
ImportRecord(List<MetadatumDTO>) - Constructor for class org.dspace.importer.external.datamodel.ImportRecord
 
Imports - Interface in org.dspace.importer.external.service.other
Created by Roeland Dillen (roeland at atmire dot com) Date: 17/09/12 Time: 14:08
ImportService - Class in org.dspace.importer.external.service
Created by Roeland Dillen (roeland at atmire dot com) Date: 17/09/12 Time: 14:19
ImportService() - Constructor for class org.dspace.importer.external.service.ImportService
 
includeBundle(Bundle) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
includeBundle(Bundle) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
By default, include all bundles in AIP as content.
includeBundle(Bundle) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
 
includeTotal - Variable in class org.dspace.statistics.content.DatasetGenerator
 
inCollection() - Method in class org.dspace.browse.BrowseInfo
are we browsing within a Collection container
inCollection() - Method in class org.dspace.browse.BrowserScope
 
inCommunity() - Method in class org.dspace.browse.BrowseInfo
are we browsing within a Community container?
inCommunity() - Method in class org.dspace.browse.BrowserScope
 
increment(Map<String, Integer>, String) - Static method in class org.dspace.app.statistics.LogAnalyser
increment the value of the given map at the given key by one.
IndexClient - Class in org.dspace.discovery
Class used to reindex dspace communities/collections/items into discovery
IndexClient() - Constructor for class org.dspace.discovery.IndexClient
 
indexContent(AuthorityValue, boolean) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
indexContent(AuthorityValue, boolean) - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
indexContent(Context, DSpaceObject) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, DSpaceObject, boolean) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, DSpaceObject, boolean, boolean) - Method in interface org.dspace.discovery.IndexingService
 
indexContent(Context, DSpaceObject) - Method in class org.dspace.discovery.SolrServiceImpl
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.
indexContent(Context, DSpaceObject, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
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.
indexContent(Context, DSpaceObject, boolean, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
indexers - Variable in class org.dspace.authority.AuthorityServiceImpl
 
indexers - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
IndexEventConsumer - Class in org.dspace.discovery
Class for updating search indices in discovery from content events.
IndexEventConsumer() - Constructor for class org.dspace.discovery.IndexEventConsumer
 
indexFieldName - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
indexingService - Variable in class org.dspace.authority.AuthorityServiceImpl
 
indexingService - Static variable in class org.dspace.authority.indexer.AuthorityIndexClient
 
IndexingService - Interface in org.dspace.discovery
Interface used for indexing dspaceobject into discovery
indexItem(Context, Item) - Method in class org.dspace.authority.AuthorityServiceImpl
 
indexItem(Context, Item) - Method in interface org.dspace.authority.service.AuthorityService
 
indexName - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
indexType - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
indexURLStem - Variable in class org.dspace.app.sitemap.HTMLSitemapGenerator
Stem of URLs sitemaps will eventually appear at
indexURLStem - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
Stem of URLs sitemaps will eventually appear at
indexURLTail - Variable in class org.dspace.app.sitemap.HTMLSitemapGenerator
Tail of URLs sitemaps will eventually appear at
indexURLTail - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
Tail of URLs sitemaps will eventually appear at
IndexVersion - Class in org.dspace.app.util
This utility class simply determines the version of a given Solr/Lucene index, so that they can be upgraded to the latest version.
IndexVersion() - Constructor for class org.dspace.app.util.IndexVersion
 
INFECTED_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
InfoCheck - Class in org.dspace.health
 
InfoCheck() - Constructor for class org.dspace.health.InfoCheck
 
ingest(Context, PackageIngester, PackageParameters, String, DSpaceObject[]) - Method in class org.dspace.app.packager.Packager
Ingest one or more DSpace objects from package(s) based on the options passed to the 'packager' script.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Ingest a whole document.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Fields correspond directly to Item.addMetadata() calls so they are simply executed.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Ingest a whole document.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Translate metadata with XSL stylesheet and ingest it.
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.CreativeCommonsRDFStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in interface org.dspace.content.crosswalk.IngestionCrosswalk
Crosswalk metadata from external XML representation to DSpace internal representations.
ingest(Context, DSpaceObject, Element, boolean) - Method in interface org.dspace.content.crosswalk.IngestionCrosswalk
Crosswalk metadata from external XML representation to DSpace internal representations.
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Ingest a whole XML document, starting at specified root.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
Ingest a List of XML elements
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
ingest(Context, DSpaceObject, InputStream, String) - Method in class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Ingest a List of XML elements
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Ingest a whole XML document, starting at specified root.
ingest(Context, DSpaceObject, InputStream, String) - Method in interface org.dspace.content.crosswalk.StreamIngestionCrosswalk
Execute crosswalk on the given object, taking input from the stream.
ingest(Context, DSpaceObject, List<Element>, boolean) - Method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Translate metadata with XSL stylesheet and ingest it.
ingest(Context, DSpaceObject, Element, boolean) - Method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Ingest a whole document.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Create a new DSpace object out of a METS content package.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in interface org.dspace.content.packager.PackageIngester
Create new DSpaceObject out of the ingested package.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.PDFPackager
Create new Item out of the ingested package, in the indicated collection.
ingest(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.RoleIngester
 
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractPackageIngester
Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in interface org.dspace.content.packager.PackageIngester
Recursively create one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.PDFPackager
IngestAll() cannot be implemented for a PDF ingester, because there's only one PDF to ingest
ingestAll(Context, DSpaceObject, File, PackageParameters, String) - Method in class org.dspace.content.packager.RoleIngester
 
ingestDIM(Context, DSpaceObject, Element, boolean) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Ingest a DIM metadata expression directly, without translating some other format into DIM.
ingestDIM(Context, DSpaceObject, List<Element>, boolean) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
IngestionCrosswalk - Interface in org.dspace.content.crosswalk
Ingestion Crosswalk plugin -- translate an external metadata format into DSpace native metadata.
ingestObject(Context, DSpaceObject, METSManifest, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Ingest/import a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngester
ingestStream(Context, DSpaceObject, PackageParameters, InputStream) - Method in class org.dspace.content.packager.RoleIngester
Ingest roles from an InputStream.
inheritCollectionDefaultPolicies(Context, Bundle, Collection) - Method in class org.dspace.content.BundleServiceImpl
 
inheritCollectionDefaultPolicies(Context, Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
inheritCollectionDefaultPolicies(Context, Bundle, Collection) - Method in interface org.dspace.content.service.BundleService
remove all policies on the bundle and its contents, and replace them with the DEFAULT_BITSTREAM_READ policies belonging to the collection.
inheritCollectionDefaultPolicies(Context, Item, Collection) - Method in interface org.dspace.content.service.ItemService
remove all policies on an item and its contents, and replace them with the DEFAULT_ITEM_READ and DEFAULT_BITSTREAM_READ policies belonging to the collection.
inheritPolicies(Context, DSpaceObject, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
inheritPolicies(Context, DSpaceObject, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Add policies to an object to match those from a previous object
InheritUsersAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that inherits user assignment from the previous step
InheritUsersAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
init() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Initialise this class with values from dspace.cfg
init() - Method in class org.dspace.app.util.MetadataExposureServiceImpl
Loads maps from configuration unless it's already done.
init(Context, Item) - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
init(Context, boolean) - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
init(Context) - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
init(Context, Item) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
init(Context) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
init(Context, boolean) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
init - Variable in class org.dspace.checker.HandleDispatcher
Has the type of object the handle refers to been determined.
init() - Method in class org.dspace.checker.HandleDispatcher
Private initialization routine.
init() - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
 
init() - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
init() - Method in class org.dspace.core.LicenseServiceImpl
Load in the default license.
init(Curator, String) - Method in class org.dspace.ctask.general.AbstractTranslator
 
init(Curator, String) - Method in class org.dspace.ctask.general.ClamScan
 
init(Curator, String) - Method in class org.dspace.ctask.general.MetadataWebService
Initializes task
init(Curator, String) - Method in class org.dspace.ctask.general.RequiredMetadata
 
init(Curator, String) - Method in class org.dspace.curate.AbstractCurationTask
 
init(Curator, String) - Method in interface org.dspace.curate.CurationTask
Initialize task - parameters inform the task of it's invoking curator.
init(Curator) - Method in class org.dspace.curate.ResolvedTask
Initialize task - parameters inform the task of it's invoking curator.
init(Curator, String) - Method in interface org.dspace.curate.ScriptedTask
Initialize task - parameters inform the task of it's invoking curator.
init() - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
Initialize the bean (after dependency injection has already taken place).
init() - Method in class org.dspace.embargo.EmbargoServiceImpl
Initialize the bean (after dependency injection has already taken place).
init(StreamTable) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
init() - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
init() - Method in class org.dspace.importer.external.service.other.MetadataSource
Attempts to init a session
init(FilterConfig) - Method in class org.dspace.rdf.negotiation.NegotiationFilter
 
init() - Method in interface org.dspace.storage.bitstore.BitStoreService
Initialize the asset store
init() - Method in class org.dspace.storage.bitstore.DSBitStoreService
Initialize the asset store
init() - Method in class org.dspace.storage.bitstore.S3BitStoreService
Initialize the asset store S3 Requires: - access key - secret key - bucket name
init() - Method in class org.dspace.submit.lookup.MapConverterModifier
 
init() - Method in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
initApi() - Method in class org.dspace.ctask.general.AbstractTranslator
 
initApi() - Method in class org.dspace.ctask.general.MicrosoftTranslator
 
initDefaultGroupNames(Context) - Method in class org.dspace.eperson.GroupServiceImpl
 
initDefaultGroupNames(Context) - Method in interface org.dspace.eperson.service.GroupService
Initializes the group names for anonymous & administrator, and marks them "permanent".
initEPerson(Context, HttpServletRequest, EPerson) - Method in interface org.dspace.authenticate.AuthenticationMethod
Initialize a new EPerson record for a self-registered new user.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.AuthenticationServiceImpl
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.IPAuthentication
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.LDAPAuthentication
Nothing here, initialization is done when auto-registering.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.PasswordAuthentication
Nothing extra to initialize.
initEPerson(Context, HttpServletRequest, EPerson) - Method in interface org.dspace.authenticate.service.AuthenticationService
 
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.ShibAuthentication
Initialize a new e-person record for a self-registered new user.
initEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.X509Authentication
Nothing extra to initialize.
initExceptionHandlers() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
initGroups() - Method in class org.dspace.storage.rdbms.GroupServiceInitializer
 
InitialArticleWord - Class in org.dspace.text.filter
Abstract class for implementing initial article word filters Allows you to create new classes with their own rules for mapping languages to article word lists.
InitialArticleWord(boolean) - Constructor for class org.dspace.text.filter.InitialArticleWord
 
InitialArticleWord() - Constructor for class org.dspace.text.filter.InitialArticleWord
 
initialize(Context) - Method in class org.dspace.authenticate.ShibAuthentication
Initialize Shibboleth Authentication.
initialize() - Method in class org.dspace.authority.indexer.AuthorityConsumer
 
initialize(Context) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
initialize() - Method in class org.dspace.checker.CheckerConsumer
Initialize - allocate any resources required to operate.
initialize() - Method in class org.dspace.discovery.IndexEventConsumer
 
initialize() - Method in class org.dspace.eperson.EPersonConsumer
Initalise the consumer
initialize() - Method in interface org.dspace.event.Consumer
Initialize - allocate any resources required to operate.
initialize() - Method in class org.dspace.event.TestConsumer
 
initialize() - Method in class org.dspace.harvest.HarvestConsumer
Initialise the consumer
initialize() - Method in class org.dspace.identifier.doi.DOIConsumer
 
initialize() - Method in class org.dspace.rdf.RDFConsumer
 
initialize() - Method in class org.dspace.statistics.StatisticsLoggingConsumer
 
initialize() - Method in class org.dspace.versioning.VersioningConsumer
 
initializeSiteObject() - Method in class org.dspace.storage.rdbms.SiteServiceInitializer
 
InitialQuestionsStep - Class in org.dspace.submit.step
Initial Submission servlet for DSpace.
InitialQuestionsStep() - Constructor for class org.dspace.submit.step.InitialQuestionsStep
 
initProperties(String) - Method in class org.dspace.app.itemupdate.BitstreamFilter
 
initUndoArchive(File) - Method in class org.dspace.app.itemupdate.ItemUpdate
to avoid overwriting the undo source tree on repeated processing sequence numbers are added and checked
InProgressSubmission - Interface in org.dspace.content
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system)
InProgressSubmissionService<T extends InProgressSubmission> - Interface in org.dspace.content.service
Service interface class for the InProgressSubmission.
InProgressUser - Class in org.dspace.xmlworkflow.storedcomponents
Claimed task representing the database representation of an action claimed by an eperson
InProgressUser() - Constructor for class org.dspace.xmlworkflow.storedcomponents.InProgressUser
Protected constructor, create object using: DSpaceCRUDService.create(Context)
InProgressUserDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the InProgressUser object.
inProgressUserDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
InProgressUserDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the InProgressUser object.
InProgressUserDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.InProgressUserDAOImpl
 
inProgressUserService - Variable in class org.dspace.xmlworkflow.state.Step
 
inProgressUserService - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
InProgressUserService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the InProgressUser object.
inProgressUserService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
InProgressUserServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the InProgressUser object.
InProgressUserServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
inputStreamToTempFile(InputStream, String, String) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
inSkipList(String) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
inSkipList(String) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
Check whether or not to skip processing the given identifier.
inSpecialGroup(UUID) - Method in class org.dspace.core.Context
test if member of special group
INSTALL - Static variable in class org.dspace.event.Event
 
installItem(Context, InProgressSubmission) - Method in class org.dspace.content.InstallItemServiceImpl
 
installItem(Context, InProgressSubmission, String) - Method in class org.dspace.content.InstallItemServiceImpl
 
installItem(Context, InProgressSubmission) - Method in interface org.dspace.content.service.InstallItemService
Take an InProgressSubmission and turn it into a fully-archived Item, creating a new Handle.
installItem(Context, InProgressSubmission, String) - Method in interface org.dspace.content.service.InstallItemService
Take an InProgressSubmission and turn it into a fully-archived Item.
installItemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
installItemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
installItemService - Variable in class org.dspace.app.itemupdate.AddBitstreamsAction
 
installItemService - Variable in class org.dspace.content.ItemServiceImpl
 
installItemService - Static variable in class org.dspace.content.packager.PackageUtils
 
InstallItemService - Interface in org.dspace.content.service
Support to install an Item in the archive.
installItemService - Variable in class org.dspace.harvest.OAIHarvester
 
installItemService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
installItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
InstallItemServiceImpl - Class in org.dspace.content
Support to install an Item in the archive.
InstallItemServiceImpl() - Constructor for class org.dspace.content.InstallItemServiceImpl
 
installScript(String, String) - Method in class org.dspace.curate.TaskResolver
Installs a task script.
INSTREAM - Variable in class org.dspace.ctask.general.ClamScan
 
INTERNAL_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A internal error occurred either in the registration agency or in the DOIConnector.
interpretField(String, String) - Method in class org.dspace.browse.BrowseIndex
Take a string representation of a metadata field, and return it as an array.
interpretField(String, String) - Method in class org.dspace.browse.ItemListConfig
Take a string representation of a metadata field, and return it as an array.
interpretField(String, String) - Method in class org.dspace.sort.SortOption
Take a string representation of a metadata field, and return it as an array.
interRequestTime - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
interruptValue - Static variable in class org.dspace.harvest.HarvestScheduler
 
INTRODUCTORY_TEXT - Static variable in class org.dspace.content.Collection
 
INTRODUCTORY_TEXT - Static variable in class org.dspace.content.Community
 
invalidateDTOs(HttpServletRequest, String) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
IPAuthentication - Class in org.dspace.authenticate
Adds users to special groups based on IP address.
IPAuthentication() - Constructor for class org.dspace.authenticate.IPAuthentication
Initialize an IP authenticator, reading in the configuration.
IPMatcher - Class in org.dspace.authenticate
Quickly tests whether a given IP address matches an IP range.
IPMatcher(String) - Constructor for class org.dspace.authenticate.IPMatcher
Construct an IPMatcher that will test for the given IP specification
IPMatcherException - Exception in org.dspace.authenticate
Thrown when there is a problem parsing an IP matcher specification.
IPMatcherException() - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(String) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(Throwable) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
IPMatcherException(String, Throwable) - Constructor for exception org.dspace.authenticate.IPMatcherException
 
ipMatcherGroupIDs - Variable in class org.dspace.authenticate.IPAuthentication
Maps IPMatchers to group IDs (Integers) where we know the group DB ID
ipMatcherGroupNames - Variable in class org.dspace.authenticate.IPAuthentication
Maps IPMatchers to group names when we don't know group DB ID yet.
ipMatchers - Variable in class org.dspace.authenticate.IPAuthentication
All the IP matchers
ipNegativeMatchers - Variable in class org.dspace.authenticate.IPAuthentication
All the negative IP matchers
IPTable - Class in org.dspace.statistics.util
A Spare v4 IPTable implementation that uses nested HashMaps to optimize IP address matching over ranges of IP addresses.
IPTable() - Constructor for class org.dspace.statistics.util.IPTable
 
IPTable.IPFormatException - Exception in org.dspace.statistics.util
Exception Class to deal with IPFormat errors.
IPTable.IPFormatException(String) - Constructor for exception org.dspace.statistics.util.IPTable.IPFormatException
 
IRISH - Static variable in class org.dspace.text.filter.Language
 
IS_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
IS_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
isAccept_request() - Method in class org.dspace.app.requestitem.RequestItem
 
isAction(String) - Method in class org.dspace.app.statistics.LogLine
find out if the log line is of the given action.
isAdmin(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAdmin(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if the current user is an Administrator of a given object within DSpace.
isAdmin(Context) - Method in interface org.dspace.authorize.service.AuthorizeService
Check to see if the current user is a System Admin.
isAllfiles() - Method in class org.dspace.app.requestitem.RequestItem
 
isAllowedFor(String) - Method in class org.dspace.app.util.DCInput
Decides if this field is valid for the document type
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, ResourcePolicy) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, Group, int, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, ResourcePolicy) - Method in interface org.dspace.authorize.service.AuthorizeService
 
isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, Group, int, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Is a policy with the specified parameters already in place?
isAnyItemInstalled(Context, List<Bundle>) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
isAppend() - Method in class org.dspace.browse.BrowseOutput
 
isArchived() - Method in class org.dspace.content.Item
Find out if the item is part of the main archive
isAscending() - Method in interface org.dspace.browse.BrowseDAO
Is the sort order ascending or descending? Default value is true
isAscending() - Method in class org.dspace.browse.BrowseInfo
 
isAscending() - Method in class org.dspace.browse.BrowserScope
 
isAscending() - Method in class org.dspace.browse.SolrBrowseDAO
 
isAuthorityControlled(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityControlled(String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityControlled(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is field authority-controlled?
isAuthorityControlled(String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is field authority-controlled?
isAuthorityIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index authority value?
isAuthorityRequired - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
isAuthorityRequired(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is authority value required for field?
isAuthorityRequired(String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Predicate - is authority value required for field?
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
isAuthorized(Context, HttpServletRequest, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
isBitstreamFound() - Method in class org.dspace.checker.MostRecentChecksum
 
ISBN - Variable in class org.dspace.app.util.GoogleMetadata
 
isChoicesConfigured(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
isChoicesConfigured(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Predicate, is there a Choices configuration of any kind for the given metadata field?
isCitationEnabledForBitstream(Bitstream, Context) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationEnabledForBitstream(Bitstream, Context) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Repository policy can specify to have a custom citation cover/tail page to the document, which embeds metadata.
isCitationEnabledGlobally() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationEnabledThroughCollection(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isCitationFirstPage() - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
isClosed(String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
isClosed(String) - Method in interface org.dspace.content.authority.service.ChoiceAuthorityService
Get the configured "closed" value for this field.
isClosedVocabulary() - Method in class org.dspace.app.util.DCInput
The closed attribute of the vocabulary tag for this field as set in input-forms.xml .....
isConfigurationValid() - Method in class org.dspace.authority.AuthorityServiceImpl
 
isConfigurationValid() - Method in interface org.dspace.authority.service.AuthorityService
 
isConfigured() - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Identify if DSpace is properly configured
isConfiguredProperly() - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
isConfiguredProperly() - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
isConfiguredProperly() - Method in interface org.dspace.authority.indexer.AuthorityIndexingService
 
isConfiguredProperly() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
isContainer(DSpaceObject) - Static method in class org.dspace.curate.Curator
Returns whether a given DSO is a 'container' - collection or community
isContentNegotiationEnabled() - Static method in class org.dspace.rdf.RDFConfiguration
 
isConvertType(int) - Static method in class org.dspace.rdf.RDFConfiguration
 
isConvertType(String) - Static method in class org.dspace.rdf.RDFConfiguration
 
isDate() - Method in class org.dspace.browse.BrowseIndex
Is the browse index type for a date?
isDate() - Method in class org.dspace.sort.SortOption
Is this a date field?
isDateValid(ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
figures out if the date is valid for the policy
isDateValid(ResourcePolicy) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
isDefault() - Method in class org.dspace.sort.SortOption
Is the default sort option?
isDefinedMultTitles() - Method in class org.dspace.app.util.DCInputSet
Does this set of inputs include an alternate title field?
isDefinedPubBefore() - Method in class org.dspace.app.util.DCInputSet
Does this set of inputs include the previously published fields?
isDeleted() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a deleted item?
isDeleted() - Method in class org.dspace.authority.AuthorityValue
 
isDeleted() - Method in class org.dspace.content.Bitstream
Bitstreams are only logically deleted (via a flag in the database).
isDirectMember(Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
isDirectMember(Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
check to see if an eperson is a direct member.
isDiscoverable() - Method in class org.dspace.content.Item
Find out if the item is discoverable
isDisplayBitstreamViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDisplayFrequencies() - Method in class org.dspace.browse.BrowseIndex
 
isDisplayItemViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDisplayScore() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isDisplayTotalViews() - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
isDistinct() - Method in interface org.dspace.browse.BrowseDAO
Is this a distinct value browse?
isDistinct() - Method in class org.dspace.browse.SolrBrowseDAO
 
isDistributive() - Method in class org.dspace.curate.ResolvedTask
Returns whether task should be distributed through containers
isDOIRegistered(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
isDOIRegistered(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
 
isDOIReserved(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
isDOIReserved(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
 
isDryrun() - Method in class org.dspace.rdf.RDFizer
Returns whether this is a dry run.
isEmpty(Group) - Method in class org.dspace.eperson.GroupServiceImpl
Return true if group has no direct or indirect members
isEmpty(Group) - Method in interface org.dspace.eperson.service.GroupService
Return true if group has no direct or indirect members
isEmptyTextNode(Node) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Is Empty text Node *
isEmptyTextNode(Node) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
isEnableBrowseFrequencies() - Method in interface org.dspace.browse.BrowseDAO
 
isEnableBrowseFrequencies() - Method in class org.dspace.browse.SolrBrowseDAO
 
isEnabled() - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
isEnabled() - Method in interface org.dspace.license.service.CreativeCommonsService
Simple accessor for enabling of CC
isError() - Method in class org.dspace.app.sherpa.SHERPAResponse
 
isError() - Method in class org.dspace.content.authority.Choices
Predicate, did this result encounter an error?
isFieldPresent(String) - Method in class org.dspace.app.util.DCInputSet
Does the current input set define the named field? Scan through every field in every page of the input set
isFieldPresent(String, String) - Method in class org.dspace.app.util.DCInputSet
Does the current input set define the named field? and is valid for the specified document type Scan through every field in every page of the input set
isFile() - Method in class org.dspace.browse.BrowseOutput
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
isFinished(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
isFinished(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.Step
Check if enough users have finished this step for it to continue
isFinished() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
isFirst() - Method in class org.dspace.browse.BrowseInfo
True if there are no previous results from the browse.
isFirstVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isFirstVersion(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isFirstVersion(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isFirstVersion(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isForce - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isGroupsChanged() - Method in class org.dspace.eperson.Group
 
isHarvestable(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isHarvestable(HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isHarvestable(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether the specified collection is harvestable, i.e.
isHarvestable(HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether this harvest instance is actually harvestable, i.e.
isHidden(Context, String, String, String) - Method in class org.dspace.app.util.MetadataExposureServiceImpl
 
isHidden(Context, String, String, String) - Method in interface org.dspace.app.util.service.MetadataExposureService
Returns whether the given metadata field should be exposed (visible).
isImplicit() - Method in interface org.dspace.authenticate.AuthenticationMethod
Predicate, is this an implicit authentication method.
isImplicit() - Method in class org.dspace.authenticate.IPAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.LDAPAuthentication
 
isImplicit() - Method in class org.dspace.authenticate.PasswordAuthentication
This is an explicit method, since it needs username and password from some source.
isImplicit() - Method in class org.dspace.authenticate.ShibAuthentication
Predicate, is this an implicit authentication method.
isImplicit() - Method in class org.dspace.authenticate.X509Authentication
Returns true, this is an implicit method.
isIn(Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
isIn(Item, Collection) - Method in interface org.dspace.content.service.ItemService
See whether this Item is contained by a given Collection.
isIncludeTotal() - Method in class org.dspace.statistics.content.DatasetGenerator
 
isInfoFound() - Method in class org.dspace.checker.MostRecentChecksum
 
isInitialized() - Method in class org.dspace.app.util.MetadataExposureServiceImpl
Returns whether the maps from configuration have already been loaded into the hiddenElementSets property.
isInternal() - Method in class org.dspace.content.BitstreamFormat
Find out if the bitstream format is an internal format - that is, one that is used to store system information, rather than the content of items in the system
isInternal() - Method in class org.dspace.xmlworkflow.Role
 
isInternalIndex() - Method in class org.dspace.browse.BrowseIndex
Does this browse index represent one of the internal item indexes?
isInWorkflow() - Method in class org.dspace.app.util.SubmissionInfo
Is this submission in the workflow process?
isItemIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index of display type full?
isItemListedForUser(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
isItemListedForUser(Context, Item) - Method in interface org.dspace.content.service.ItemService
Service method for knowing if this Item should be visible in the item list.
isLast() - Method in class org.dspace.browse.BrowseInfo
True if these are the last results from the browse.
isLastVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isLastVersion(Context, VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
isLastVersion(Context, Item) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isLastVersion(Context, VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
isLevel(String) - Method in class org.dspace.app.statistics.LogLine
find out if the log line is of the given level.
isMatchedPrevChecksum() - Method in class org.dspace.checker.MostRecentChecksum
 
isMember(Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
isMember(Group, Group) - Method in interface org.dspace.eperson.service.GroupService
Check to see if g is a direct group member.
isMember(Context, Group) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id, does database lookup without instantiating all of the epeople objects and is thus a static method
isMember(Context, String) - Method in interface org.dspace.eperson.service.GroupService
fast check to see if an eperson is a member called with eperson id, does database lookup without instantiating all of the epeople objects and is thus a static method
isMetadataIndex() - Method in class org.dspace.browse.BrowseIndex
Is the browse index of display type single?
isMetadataModified() - Method in class org.dspace.content.DSpaceObject
 
isMetaInfoBundle(Bundle) - Static method in class org.dspace.content.packager.PackageUtils
Predicate, does this bundle container meta-information.
isModified() - Method in class org.dspace.content.DSpaceObject
 
isMutable() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
isMutative() - Method in class org.dspace.curate.ResolvedTask
Returns whether task alters (mutates) it's target objects
isNewItem() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a new item?
ISO639_1 - Variable in class org.dspace.text.filter.Language
 
ISO639_2 - Variable in class org.dspace.text.filter.Language
 
isOrder(Context, WorkspaceItem, Group) - Method in interface org.dspace.eperson.service.SupervisorService
finds out if there is a supervision order that matches this set of values
isOrder(Context, WorkspaceItem, Group) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
isOwningCollection(Item, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
isOwningCollection(Item, Collection) - Method in interface org.dspace.content.service.ItemService
Return true if this Collection 'owns' this item
isPercentage() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
isPermanent() - Method in class org.dspace.eperson.Group
May this Group be renamed or deleted? (The content of any group may be changed.)
isPgcryptoInSchema(String) - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the pgcrypto extension is installed into a particular schema
isPgcryptoUpToDate() - Static method in class org.dspace.storage.rdbms.PostgresUtils
Check if the pgcrypto extension is BOTH installed AND up-to-date.
isPrint() - Method in class org.dspace.browse.BrowseOutput
 
isProcessed(DSpaceObject) - Method in class org.dspace.rdf.RDFizer
 
isPublic(Bitstream) - Method in class org.dspace.app.util.GoogleMetadata
 
isPublic(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Checks whether the provided DSpaceObject is readable within the provided context and if the DSO is an Item whether it is archived, discoverable and not withdrawn.
isPublicBoolean(Context, DSpaceObject) - Static method in class org.dspace.rdf.RDFUtil
Does the same as isPublic(Context, DSpaceObject) but returns a boolean instead of throwing exceptions.
isPublishedBefore() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has been published or publicly distributed before
isPublishedBefore() - Method in class org.dspace.content.WorkspaceItem
 
isPublishedBefore() - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
isPublishedBefore() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
isQuiet - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isQuiet - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isRandomColors() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isReadOnly(String) - Method in class org.dspace.app.util.DCInput
Is this DCInput for display in readonly mode in the given scope? If the scope differ from which in visibility field then we use the out attribute of the visibility element.
isReadOnly() - Method in class org.dspace.core.Context
Reports whether context supports updating DSpaceObjects, or only reading.
isReady(Context, Collection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isReady(HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
isReady(Context, Collection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
Returns whether the specified collection is ready for immediate harvest.
isReady(HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
isRecent(Long) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Return true if this file is too recent to be deleted, false otherwise.
isRegisteredBitstream(Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
isRegisteredBitstream(Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Determine if this bitstream is registered (available elsewhere on filesystem than in assetstore).
isRegisteredBitstream(String) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
isRegisteredBitstream(String) - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
isRegisteredBitstream(String) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Does the internal_id column in the bitstream row indicate the bitstream is a registered file
isReinstated() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a reinstated item?
isRepeatable() - Method in class org.dspace.app.util.DCInput
Get the repeatable flag for this row
isRepeatableMetadata(String, String[]) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
isReportVerbose() - Method in class org.dspace.checker.CheckerCommand
Determine if any errors are reported
isRequired() - Method in class org.dspace.app.util.DCInput
Is there a required string for this form row?
isResume - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isRetrievePageViews() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
isSearchProvider() - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
isSearchProvider() - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
isSearchProvider() - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
isSearchProvider() - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
isSearchProvider() - Method in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
isSecondLevel() - Method in class org.dspace.browse.BrowseInfo
Is this a second level (1) browse? Examples of this are a single value browse (e.g.
isSecondLevel() - Method in class org.dspace.browse.BrowserScope
 
isSessionAlive() - Method in interface org.dspace.core.DBConnection
 
isSessionAlive() - Method in class org.dspace.core.HibernateDBConnection
 
isShouldCenter() - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
isSkipFirstNodeLevel() - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
ISSN - Variable in class org.dspace.app.util.GoogleMetadata
 
ISSNItemExtractor - Interface in org.dspace.app.sherpa.submit
 
isSpellCheck() - Method in class org.dspace.discovery.DiscoverQuery
 
isSpellCheckEnabled() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
isSpider(String, String, String, String) - Static method in class org.dspace.statistics.util.SpiderDetector
Static Service Method for testing spiders against existing spider files.
isSpider(HttpServletRequest) - Static method in class org.dspace.statistics.util.SpiderDetector
Static Service Method for testing spiders against existing spider files.
isSpider(String) - Static method in class org.dspace.statistics.util.SpiderDetector
Check individual IP is a spider.
isStartsWith() - Method in class org.dspace.browse.BrowseInfo
 
isStdout() - Method in class org.dspace.rdf.RDFizer
Returns whether all converted data is printed to stdout.
isSubscribed(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Is that e-person subscribed to that collection?
isSubscribed(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
isSuccess() - Method in class org.dspace.identifier.ezid.EZIDResponse
Did the EZID request succeed?
isSuccess() - Method in class org.dspace.license.CCLookup
 
isSuccessful() - Method in class org.dspace.app.itemimport.BatchUpload
 
ISSUE - Variable in class org.dspace.app.util.GoogleMetadata
 
issue(String, Map, String) - Method in class org.dspace.license.CCLookup
Passes a set of "answers" to the web service and retrieves a license.
issue(String) - Method in class org.dspace.license.CCLookup
Passes a set of "answers" to the web service and retrieves a license.
isTagCloudEnabled() - Method in class org.dspace.browse.BrowseIndex
 
isTest - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
isToBeProcessed() - Method in class org.dspace.checker.MostRecentChecksum
 
isTopLevel() - Method in class org.dspace.browse.BrowseInfo
is this a top level (0) browse? Examples of this are a full item browse or a single browse.
isTopLevel() - Method in class org.dspace.browse.BrowserScope
 
isTransActionAlive() - Method in interface org.dspace.core.DBConnection
 
isTransActionAlive() - Method in class org.dspace.core.HibernateDBConnection
 
isUI() - Method in interface org.dspace.app.util.DSpaceWebappMXBean
Is this webapp a user interface? False if machine interface such as SWORD.
isUseProxies() - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
isUseProxies() - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
isUseProxies() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
isUseProxies() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
isValid() - Method in class org.dspace.core.Context
Find out if this context is valid.
isValidMetadata(String, String[]) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
isValidStep(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.state.Step
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
isValidUserSelection(Context, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
Verifies if the user selection action is valid User constraints will be checked (enough users, group exists, ...)
isVerbose - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
isVerbose() - Method in class org.dspace.browse.BrowseOutput
 
isVerbose() - Method in class org.dspace.rdf.RDFizer
Returns whether verbose information is printed to System.err.
isVisible(String) - Method in class org.dspace.app.util.DCInput
Is this DCInput for display in the given scope? The scope should be either "workflow" or "submit", as per the input forms definition.
isVisible() - Method in class org.dspace.app.util.SubmissionStepConfig
Whether or not this step is visible within the Progress Bar.
isVisible() - Method in class org.dspace.sort.SortOption
Should this sort option be made visible in the UI
isWhitespaceAfter() - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
isWithdrawn() - Method in class org.dspace.app.bulkedit.BulkEditChange
Does this change object represent a withdrawn item?
isWithdrawn() - Method in class org.dspace.content.Item
Find out if the item has been withdrawn
isWorkflow() - Method in class org.dspace.app.util.SubmissionConfig
Return whether or not this submission process is being used in a workflow!
isWorkflowEditable() - Method in class org.dspace.app.util.SubmissionStepConfig
Whether or not this step is editable during workflow processing.
ITALIAN - Static variable in class org.dspace.text.filter.Language
 
item - Variable in class org.dspace.app.itemupdate.ItemArchive
 
item - Variable in class org.dspace.app.util.GoogleMetadata
 
Item - Class in org.dspace.content
Class representing an item in DSpace.
Item() - Constructor for class org.dspace.content.Item
Protected constructor, create object using: ItemService.create(Context, WorkspaceItem)
ITEM - Static variable in class org.dspace.core.Constants
Type of item objects
ITEM - Static variable in class org.dspace.event.Event
 
item - Variable in class org.dspace.search.HarvestedItemInfo
The item.
item2bitstream - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
item2collection - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
item2Metadata(Item) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace item.
item2Metadata(Item) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
ITEM_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is ITEM
ItemArchive - Class in org.dspace.app.itemupdate
Encapsulates the Item in the context of the DSpace Archive Format
ItemArchive() - Constructor for class org.dspace.app.itemupdate.ItemArchive
 
ItemCheck - Class in org.dspace.health
 
ItemCheck() - Constructor for class org.dspace.health.ItemCheck
 
ItemComparator - Class in org.dspace.content
Compare two Items by their DCValues.
ItemComparator(String, String, String, boolean) - Constructor for class org.dspace.content.ItemComparator
Constructor.
ItemCountDAO - Interface in org.dspace.browse
Interface for data access of cached community and collection item count information
ItemCountDAOFactory - Class in org.dspace.browse
Factory class to allow us to load the correct DAO for registering item count information
ItemCountDAOFactory() - Constructor for class org.dspace.browse.ItemCountDAOFactory
 
ItemCountDAOSolr - Class in org.dspace.browse
Discovery (Solr) driver implementing ItemCountDAO interface to look up item count information in communities and collections.
ItemCountDAOSolr() - Constructor for class org.dspace.browse.ItemCountDAOSolr
 
ItemCounter - Class in org.dspace.browse
This class provides a standard interface to all item counting operations for communities and collections.
ItemCounter(Context) - Constructor for class org.dspace.browse.ItemCounter
Construct a new item counter which will use the give DSpace Context
ItemCountException - Exception in org.dspace.browse
Exception type to handle item count specific problems
ItemCountException() - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(String) - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(Throwable) - Constructor for exception org.dspace.browse.ItemCountException
 
ItemCountException(String, Throwable) - Constructor for exception org.dspace.browse.ItemCountException
 
ItemDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Item object.
itemDAO - Variable in class org.dspace.content.ItemServiceImpl
 
ItemDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Item object.
ItemDAOImpl() - Constructor for class org.dspace.content.dao.impl.ItemDAOImpl
 
ItemExportCLITool - Class in org.dspace.app.itemexport
Item exporter to create simple AIPs for DSpace content.
ItemExportCLITool() - Constructor for class org.dspace.app.itemexport.ItemExportCLITool
 
ItemExportException - Exception in org.dspace.app.itemexport
An exception that can be thrown when error occur during item export
ItemExportException(int, String) - Constructor for exception org.dspace.app.itemexport.ItemExportException
 
itemExportService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
ItemExportService - Interface in org.dspace.app.itemexport.service
Item exporter to create simple AIPs for DSpace content.
ItemExportServiceFactory - Class in org.dspace.app.itemexport.factory
Abstract factory to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation
ItemExportServiceFactory() - Constructor for class org.dspace.app.itemexport.factory.ItemExportServiceFactory
 
ItemExportServiceFactoryImpl - Class in org.dspace.app.itemexport.factory
Factory implementation to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation
ItemExportServiceFactoryImpl() - Constructor for class org.dspace.app.itemexport.factory.ItemExportServiceFactoryImpl
 
ItemExportServiceImpl - Class in org.dspace.app.itemexport
Item exporter to create simple AIPs for DSpace content.
ItemExportServiceImpl() - Constructor for class org.dspace.app.itemexport.ItemExportServiceImpl
 
ItemHomeProcessor - Interface in org.dspace.plugin
Interface that must be implemented by any plugin wanting to be called at the inception of the Item page (in HandleServlet).
itemID - Variable in class org.dspace.search.HarvestedItemInfo
Internal item ID (as opposed to item's OAI ID, which is the Handle)
ItemImportCLITool - Class in org.dspace.app.itemimport
Import items into DSpace.
ItemImportCLITool() - Constructor for class org.dspace.app.itemimport.ItemImportCLITool
 
ItemImportService - Interface in org.dspace.app.itemimport.service
Import items into DSpace.
ItemImportServiceFactory - Class in org.dspace.app.itemimport.factory
Abstract factory to get services for the itemimport package, use ItemImportService.getInstance() to retrieve an implementation
ItemImportServiceFactory() - Constructor for class org.dspace.app.itemimport.factory.ItemImportServiceFactory
 
ItemImportServiceFactoryImpl - Class in org.dspace.app.itemimport.factory
Factory implementation to get services for the itemimport package, use ItemImportService.getInstance() to retrieve an implementation
ItemImportServiceFactoryImpl() - Constructor for class org.dspace.app.itemimport.factory.ItemImportServiceFactoryImpl
 
ItemImportServiceImpl - Class in org.dspace.app.itemimport
Import items into DSpace.
ItemImportServiceImpl() - Constructor for class org.dspace.app.itemimport.ItemImportServiceImpl
 
itemIsDissertation() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a dissertation.
itemIsPatent() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a patent.
itemIsTechReport() - Method in class org.dspace.app.util.GoogleMetadata
Determine, based on config values, if this item is a tech report.
itemIterator - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
ItemListConfig - Class in org.dspace.browse
Class to mediate with the item list configuration
ItemListConfig() - Constructor for class org.dspace.browse.ItemListConfig
Create a new instance of the Item list configuration.
ItemMarkingAvailabilityBitstreamStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item availability based on the existence of bitstreams within the ORIGINAL bundle.
ItemMarkingAvailabilityBitstreamStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
ItemMarkingCollectionStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item based on the collection the items belong to
ItemMarkingCollectionStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
ItemMarkingExtractor - Interface in org.dspace.app.itemmarking
Interface to abstract the strategy for item signing
ItemMarkingInfo - Class in org.dspace.app.itemmarking
Simple DTO to transfer data about the marking info for an item
ItemMarkingInfo() - Constructor for class org.dspace.app.itemmarking.ItemMarkingInfo
 
ItemMarkingMetadataStrategy - Class in org.dspace.app.itemmarking
This is an item marking Strategy class that tries to mark an item based on the existence of a specific value within the values of a specific metadata field
ItemMarkingMetadataStrategy() - Constructor for class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
ItemNotArchivedException - Exception in org.dspace.rdf
 
ItemNotArchivedException() - Constructor for exception org.dspace.rdf.ItemNotArchivedException
 
ItemNotDiscoverableException - Exception in org.dspace.rdf
 
ItemNotDiscoverableException() - Constructor for exception org.dspace.rdf.ItemNotDiscoverableException
 
itemService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
itemService - Variable in class org.dspace.app.bulkedit.MetadataExport
 
itemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
itemService - Static variable in class org.dspace.app.itemexport.ItemExportCLITool
 
itemService - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
itemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
itemService - Variable in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
itemService - Variable in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
itemService - Variable in class org.dspace.app.itemupdate.ItemArchive
 
itemService - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
itemService - Static variable in class org.dspace.app.itemupdate.MetadataUtilities
 
itemService - Static variable in interface org.dspace.app.itemupdate.UpdateAction
 
itemService - Variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
itemService - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
itemService - Variable in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
itemService - Variable in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
itemService - Variable in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
itemService - Variable in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
itemService - Variable in class org.dspace.app.util.GoogleMetadata
 
itemService - Variable in class org.dspace.app.util.SyndicationFeed
 
itemService - Variable in class org.dspace.authority.indexer.AuthorityConsumer
 
itemService - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
itemService - Variable in class org.dspace.authority.UpdateAuthorities
 
itemService - Variable in class org.dspace.browse.BrowseInfo
 
itemService - Variable in class org.dspace.browse.ItemCounter
 
itemService - Variable in class org.dspace.content.BitstreamServiceImpl
 
itemService - Variable in class org.dspace.content.BundleServiceImpl
 
itemService - Variable in class org.dspace.content.CollectionServiceImpl
 
itemService - Variable in class org.dspace.content.CommunityServiceImpl
 
itemService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.QDCCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
itemService - Static variable in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
itemService - Variable in class org.dspace.content.InstallItemServiceImpl
 
itemService - Variable in class org.dspace.content.ItemComparator
 
itemService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
itemService - Variable in class org.dspace.content.packager.AbstractPackageDisseminator
 
itemService - Variable in class org.dspace.content.packager.AbstractPackageIngester
 
itemService - Static variable in class org.dspace.content.packager.PackageUtils
 
itemService - Variable in class org.dspace.content.packager.PDFPackager
 
ItemService - Interface in org.dspace.content.service
Service interface class for the Item object.
itemService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
itemService - Variable in class org.dspace.curate.AbstractCurationTask
 
itemService - Variable in class org.dspace.curate.Curator
 
itemService - Variable in class org.dspace.discovery.SolrServiceImpl
 
itemService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
itemService - Variable in class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
itemService - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
itemService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
itemService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
itemService - Variable in class org.dspace.eperson.SupervisorServiceImpl
 
itemService - Variable in class org.dspace.harvest.OAIHarvester
 
itemService - Variable in class org.dspace.identifier.doi.DOIOrganiser
 
itemService - Variable in class org.dspace.identifier.DOIIdentifierProvider
 
itemService - Variable in class org.dspace.identifier.EZIDIdentifierProvider
 
itemService - Variable in class org.dspace.identifier.HandleIdentifierProvider
 
itemService - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
itemService - Static variable in class org.dspace.license.LicenseCleanup
 
itemService - Variable in class org.dspace.license.LicenseMetadataValue
 
itemService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
itemService - Variable in class org.dspace.rdf.RDFizer
 
itemService - Static variable in class org.dspace.search.Harvest
 
itemService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
itemService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
itemService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
itemService - Variable in class org.dspace.submit.AbstractProcessingStep
 
itemService - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
itemService - Static variable in class org.dspace.submit.lookup.SubmissionLookupUtils
 
itemService - Variable in class org.dspace.versioning.AbstractVersionProvider
 
itemService - Variable in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
itemService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
itemService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
itemService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
itemService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
itemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
ItemServiceImpl - Class in org.dspace.content
Service implementation for the Item object.
ItemServiceImpl() - Constructor for class org.dspace.content.ItemServiceImpl
 
itemsToReindex - Variable in class org.dspace.authority.indexer.AuthorityConsumer
A set of item IDs who's metadata needs to be reindexed
itemsToUpdateAuthority - Variable in class org.dspace.authority.indexer.AuthorityConsumer
A set of all item IDs installed which need their authority updated
ItemSubmissionLookupDTO - Class in org.dspace.submit.util
 
ItemSubmissionLookupDTO(List<Record>) - Constructor for class org.dspace.submit.util.ItemSubmissionLookupDTO
 
ItemUpdate - Class in org.dspace.app.itemupdate
Provides some batch editing capabilities for items in DSpace: Metadata fields - Add, Delete Bitstreams - Add, Delete The design has been for compatibility with ItemImporter in the use of the DSpace archive format which is used to specify changes on a per item basis.
ItemUpdate() - Constructor for class org.dspace.app.itemupdate.ItemUpdate
 
itemURL - Variable in class org.dspace.app.util.GoogleMetadata
 
ItemVersionProvider - Interface in org.dspace.versioning
 
ItemWithdrawnException - Exception in org.dspace.rdf
 
ItemWithdrawnException() - Constructor for exception org.dspace.rdf.ItemWithdrawnException
 
iterate(Query) - Method in class org.dspace.core.AbstractHibernateDAO
 
iterator() - Method in class org.dspace.app.itemupdate.ActionManager
This implementation guarantees the iterator order is the same as the order in which updateActions have been added
IteratorDispatcher - Class in org.dspace.checker
Really simple dispatcher that just iterates over a pre-defined list of ids.
IteratorDispatcher(Iterator<Bitstream>) - Constructor for class org.dspace.checker.IteratorDispatcher
Main constructor.

J

jDomToW3(Document) - Method in class org.dspace.app.util.OpenSearchServiceImpl
Converts a JDOM document to a W3C one
JOURNAL_TITLE - Variable in class org.dspace.app.util.GoogleMetadata
 
JPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
JPEGFilter() - Constructor for class org.dspace.app.mediafilter.JPEGFilter
 

K

keepExistingModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if 'keep-existing' mode is enabled.
keyedItemValue(Item, String) - Method in class org.dspace.license.LicenseMetadataValue
Returns the value that matches the value mapped to the passed key if any.
keys() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get all the metadata keys that are represented in this line
KEYWORD - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
KEYWORDS - Variable in class org.dspace.app.util.GoogleMetadata
 
keywords - Variable in class org.dspace.authority.orcid.model.Bio
 
KEYWORDS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
kind - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
KNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "known" support level - for bitstream formats that are known to the system, but not fully supported

L

label - Variable in class org.dspace.content.authority.Choice
Label to display for this value (e.g.
LABEL - Static variable in class org.dspace.content.authority.SHERPARoMEOPublisher
 
labels - Static variable in class org.dspace.content.authority.SampleAuthority
 
lang - Variable in class org.dspace.ctask.general.MetadataWebService
 
lang - Variable in class org.dspace.rdf.RDFizer
 
lang3to2 - Static variable in class org.dspace.submit.lookup.LanguageCodeModifier
 
langs - Variable in class org.dspace.ctask.general.AbstractTranslator
 
LANGUAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
language - Variable in class org.dspace.content.ItemComparator
Language
LANGUAGE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
LANGUAGE - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
Language - Class in org.dspace.text.filter
Define languages - both as IANA and ISO639-2 codes
LANGUAGE_QUALIFIER - Static variable in class org.dspace.submit.step.DescribeStep
 
LanguageCodeModifier - Class in org.dspace.submit.lookup
Modifier to covert ISO 639-2 alpha-3 code to ISO 639-1 alpha-2 code
LanguageCodeModifier() - Constructor for class org.dspace.submit.lookup.LanguageCodeModifier
 
LAST_INDEXED_FIELD - Static variable in class org.dspace.discovery.SolrServiceImpl
 
LAST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
LAST_PAGE_REACHED - Static variable in class org.dspace.submit.AbstractProcessingStep
Flag which specifies that the LAST PAGE of a step has been reached.
LASTNAME - Static variable in class org.dspace.eperson.EPerson
The last name (for sorting)
LASTPAGE - Variable in class org.dspace.app.util.GoogleMetadata
 
lastRequest - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
LCNameAuthority - Class in org.dspace.content.authority
Sample personal name authority based on Library of Congress Name Authority Also serves as an example of an SRU client as authority.
LCNameAuthority() - Constructor for class org.dspace.content.authority.LCNameAuthority
 
LDAPAuthentication - Class in org.dspace.authenticate
This combined LDAP authentication method supersedes both the 'LDAPAuthentication' and the 'LDAPHierarchicalAuthentication' methods.
LDAPAuthentication() - Constructor for class org.dspace.authenticate.LDAPAuthentication
 
LegacyPluginServiceImpl - Class in org.dspace.core
The Legacy Plugin Service is a very simple component container (based on the legacy PluginManager class from <=5.x).
license - Variable in class org.dspace.core.LicenseServiceImpl
The default license
LICENSE_BITSTREAM_NAME - Static variable in class org.dspace.core.Constants
Magic name of item license, as bitstream in LICENSE_BUNDLE_NAME
LICENSE_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Magic name of bundle containing item license
LicenseArgumentFormatter - Interface in org.dspace.content.license
 
LicenseCleanup - Class in org.dspace.license
Cleanup class for CC Licenses, corrects XML formating errors by replacing the license_rdf bitstream.
LicenseCleanup() - Constructor for class org.dspace.license.LicenseCleanup
 
LicenseMetadataValue - Class in org.dspace.license
Helper class for using CC-related Metadata fields
LicenseMetadataValue(String) - Constructor for class org.dspace.license.LicenseMetadataValue
 
licenseService - Variable in class org.dspace.content.CollectionServiceImpl
 
LicenseService - Interface in org.dspace.core.service
Encapsulate the deposit license.
LicenseServiceFactory - Class in org.dspace.license.factory
Abstract factory to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation
LicenseServiceFactory() - Constructor for class org.dspace.license.factory.LicenseServiceFactory
 
LicenseServiceFactoryImpl - Class in org.dspace.license.factory
Factory implementation to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation
LicenseServiceFactoryImpl() - Constructor for class org.dspace.license.factory.LicenseServiceFactoryImpl
 
LicenseServiceImpl - Class in org.dspace.core
Encapsulate the deposit license.
LicenseServiceImpl() - Constructor for class org.dspace.core.LicenseServiceImpl
 
LicenseStep - Class in org.dspace.submit.step
License step for DSpace Submission Process.
LicenseStep() - Constructor for class org.dspace.submit.step.LicenseStep
 
LicenseStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the object's DSpace deposit license.
LicenseStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
LicenseStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
Accept a DSpace deposit license.
LicenseStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
LicenseUtils - Class in org.dspace.content
Utility class to manage generation and storing of the license text that the submitter has to grant/granted for archiving the item
LicenseUtils() - Constructor for class org.dspace.content.LicenseUtils
 
lift_element - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
lift_qualifier - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
lift_schema - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
liftEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoLifter
Enforce lifting of embargo by turning read access to bitstreams in this Item back on.
liftEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoLifter
Implement the lifting of embargo in the "resource policies" (access control) by (for example) turning on default read access to all Bitstreams.
liftEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
liftEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Lift the embargo on an item which is assumed to be under embargo.
lifter - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
LimitedCountDispatcher - Class in org.dspace.checker
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher.
LimitedCountDispatcher() - Constructor for class org.dspace.checker.LimitedCountDispatcher
Default constructor uses LegacyPluginServiceImpl
LimitedCountDispatcher(BitstreamDispatcher, int) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedCountDispatcher(BitstreamDispatcher) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedDurationDispatcher - Class in org.dspace.checker
A delegating dispatcher that puts a time limit on the operation of another dispatcher.
LimitedDurationDispatcher(BitstreamDispatcher, Date) - Constructor for class org.dspace.checker.LimitedDurationDispatcher
Main constructor.
lines - Variable in class org.dspace.app.bulkedit.DSpaceCSV
An array list of CSV lines
linkLicenseRefsToBitstreams(Context, PackageParameters, DSpaceObject, MdRef) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Cleanup our license file reference links, as Deposit Licenses & CC Licenses can be added two ways (and we only want to add them to zip package *once*): (1) Added as a normal Bitstream (assuming LICENSE and CC_LICENSE bundles will be included in pkg) (2) Added via a 'rightsMD' crosswalk (as they are rights information/metadata on an Item)
list(Criteria) - Method in class org.dspace.core.AbstractHibernateDAO
 
list(Query) - Method in class org.dspace.core.AbstractHibernateDAO
 
list(String, PrintStream, PrintStream, Integer...) - Method in class org.dspace.identifier.doi.DOIOrganiser
 
LiteralGenerator - Static variable in class org.dspace.rdf.conversion.DMRM
Generates a literal depending on a DSpace metadata value.
literalLanguage - Static variable in class org.dspace.rdf.conversion.DMRM
Defines the language a literal uses.
LITERALS_OVERRIDE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Literal field values will by default override other values such as metadata and content.
LITERALS_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Pass in literal values to be added to the document, as in
literalType - Static variable in class org.dspace.rdf.conversion.DMRM
Defines the datatype a generated literal gets.
load(HttpServletRequest, InProgressSubmission) - Static method in class org.dspace.app.util.SubmissionInfo
Loads all known submission information based on the given in progress submission and request object.
load(String) - Method in interface org.dspace.rdf.storage.RDFStorage
Don't use this method directly, use RDFizer.loadModel(...) instead.
load(String) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
load(String, Context, boolean) - Method in class org.dspace.statistics.util.StatisticsImporter
Read lines from the statistics file and load their data into solr.
loadBitstreamFormats(Context, String) - Static method in class org.dspace.administer.RegistryLoader
Load Bitstream Format metadata
loadCatalog() - Method in class org.dspace.curate.TaskResolver
Loads catalog of descriptors for tasks if not already loaded
loadConfiguration() - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
loadConfigurationArray(String) - Static method in class org.dspace.rdf.RDFConfiguration
Load a comma separated value out of the configuration an split it into a string array.
loadDublinCore(Context, Item, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
loadDublinCore(DocumentBuilder, InputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Modification of method from ItemImporter.loadDublinCore as a Factory method
LoadLastLogin - Class in org.dspace.eperson
Examine a collection of DSpace log files, building a table of last login times for known EPersons, and then update EPerson records with the latest dates.
LoadLastLogin() - Constructor for class org.dspace.eperson.LoadLastLogin
 
loadMetadata(Context, Item, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
loadModel(String) - Static method in class org.dspace.rdf.RDFUtil
Loads converted data of a DSpaceObject identified by the URI provided as identifier.
loadOrCreateDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Load a DOI from the database or creates it if it does not exist.
loadRegistry(String, boolean) - Static method in class org.dspace.administer.MetadataImporter
Load the data from the specified file path into the database
loadSFXFile(String, Item) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Loads the SFX configuration file
loadSFXFile(String, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
loadTaskConfig(File) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
loadVocabulary(String) - Static method in class org.dspace.vocabulary.ControlledVocabulary
Load the vocabulary with the given filename, if no vocabulary is found null is returned The vocabulary file will need to located in the [dspace.dir]/config/controlled-vocabulary directory.
loadXML(String) - Static method in class org.dspace.administer.RegistryImporter
Load in the XML from file.
loadXML(String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Load in the XML from file.
LocaleOrderingFilter - Class in org.dspace.browse
Makes a sort string that is Locale dependent.
LocaleOrderingFilter() - Constructor for class org.dspace.browse.LocaleOrderingFilter
 
localize(Map<String, String>, String) - Method in class org.dspace.app.util.SyndicationFeed
 
localSchemas - Static variable in class org.dspace.content.packager.METSManifest
 
LocalURIGenerator - Class in org.dspace.rdf.storage
 
LocalURIGenerator() - Constructor for class org.dspace.rdf.storage.LocalURIGenerator
 
locationService - Static variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
locationService - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
locationToName(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
LocationUtils - Class in org.dspace.statistics.util
Mapping between Country codes, English Country names, Continent Codes, and English Continent names
LocationUtils() - Constructor for class org.dspace.statistics.util.LocationUtils
 
lock - Static variable in class org.dspace.harvest.HarvestScheduler
 
lock - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
log - Static variable in class org.dspace.app.bulkedit.MetadataImport
Logger
log - Variable in class org.dspace.app.util.MetadataExposureServiceImpl
 
log - Variable in class org.dspace.app.util.SyndicationFeed
 
log(Logger) - Method in exception org.dspace.content.packager.PackageException
Write details of this exception to the indicated logger.
log - Static variable in class org.dspace.harvest.HarvestScheduler
 
log - Static variable in class org.dspace.health.Check
 
log - Static variable in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
log4j category
log - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
log - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
log4j category
log2(int) - Method in class org.dspace.event.Event
 
LogAnalyser - Class in org.dspace.app.statistics
This class performs all the actual analysis of a given set of DSpace log files.
LogAnalyser() - Constructor for class org.dspace.app.statistics.LogAnalyser
 
LogAnalyserCheck - Class in org.dspace.health
 
LogAnalyserCheck() - Constructor for class org.dspace.health.LogAnalyserCheck
 
logConfiguration() - Static method in class org.dspace.app.util.GoogleMetadata
Dump Metadata field mapping to log
logDebugMessage(String) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Debugging logging if required
logDebugMessage(String) - Method in class org.dspace.ctask.general.ClamScan
 
LoggerServiceImpl - Class in org.dspace.core
Service which simply initializes DSpace logging *after* the kernel starts
LoggerServiceImpl() - Constructor for class org.dspace.core.LoggerServiceImpl
 
LoggerUsageEventListener - Class in org.dspace.usage
 
LoggerUsageEventListener() - Constructor for class org.dspace.usage.LoggerUsageEventListener
 
loginPageTitle(Context) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get title of login page to which to redirect.
loginPageTitle(Context) - Method in class org.dspace.authenticate.IPAuthentication
 
loginPageTitle(Context) - Method in class org.dspace.authenticate.LDAPAuthentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageTitle(Context) - Method in class org.dspace.authenticate.PasswordAuthentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageTitle(Context) - Method in class org.dspace.authenticate.ShibAuthentication
Get title of login page to which to redirect.
loginPageTitle(Context) - Method in class org.dspace.authenticate.X509Authentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.IPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.LDAPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.PasswordAuthentication
Returns URL of password-login servlet.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.ShibAuthentication
Get login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.X509Authentication
Returns URL of password-login servlet.
LogLine - Class in org.dspace.app.statistics
This class represents a single log file line and the operations that can be performed on it The components that it represents are: Date, Level, User, Action, and additional Params
LogManager - Class in org.dspace.core
Class for generating standard log header
LogManager() - Constructor for class org.dspace.core.LogManager
 
logMessage(String) - Method in class org.dspace.curate.Curator.TaskRunner
Builds a useful log message for a curation task.
logWorkflowEvent(Context, Item, BasicWorkflowItem, EPerson, int, EPerson, Collection, int, Group) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
logWorkflowEvent(Context, String, String, String, XmlWorkflowItem, EPerson, Step, WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
lookup(Class<E>, String) - Static method in class org.dspace.authority.util.EnumUtils
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
lookup(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Fetch the metadata bound to an identifier.
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Return the identifier for a DSpaceObject.
lookup(Context, DSpaceObject, Class<? extends Identifier>) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
lookup(Context, DSpaceObject, Class<? extends Identifier>) - Method in interface org.dspace.identifier.service.IdentifierService
Get an identifier for a given object which is assignment-compatible with a given Identifier type.
lookup(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Gets the identifiers all registered IdentifierProvider returns if asked to lookup the provided DSpaceObject.
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
lookup(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
lookupField - Variable in class org.dspace.ctask.general.MetadataWebService
 
LookupProvidersCheck - Class in org.dspace.submit.lookup
 
LookupProvidersCheck() - Constructor for class org.dspace.submit.lookup.LookupProvidersCheck
 
lookupTransform - Variable in class org.dspace.ctask.general.MetadataWebService
 
loopContinuously - Variable in class org.dspace.checker.SimpleDispatcher
Should this dispatcher keep on dispatching around the collection?
LowerCaseAndTrim - Class in org.dspace.text.filter
Lowercase and trim leading / trailing whitespace
LowerCaseAndTrim() - Constructor for class org.dspace.text.filter.LowerCaseAndTrim
 
LOWERNAMES - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Map all generated attribute names to field names with lowercase and underscores.

M

main(String[]) - Static method in class org.dspace.administer.CommunityFiliator
 
main(String[]) - Static method in class org.dspace.administer.CreateAdministrator
For invoking via the command line.
main(String[]) - Static method in class org.dspace.administer.MetadataExporter
 
main(String[]) - Static method in class org.dspace.administer.MetadataImporter
main method for reading user input from the command line
main(String[]) - Static method in class org.dspace.administer.RegistryLoader
For invoking via the command line
main(String[]) - Static method in class org.dspace.administer.StructBuilder
Main method to be run from the command line to import a structure into DSpace This is of the form: StructBuilder -f [xml source] -e [administrator email] -o [output file] The output file will contain exactly the same as the source xml document, but with the handle for each imported item added as an attribute.
main(String[]) - Static method in class org.dspace.app.bulkedit.MetadataExport
main method to run the metadata exporter
main(String[]) - Static method in class org.dspace.app.bulkedit.MetadataImport
main method to run the metadata exporter
main(String[]) - Static method in class org.dspace.app.checker.ChecksumChecker
Command line access to the checksum package.
main(String[]) - Static method in class org.dspace.app.harvest.Harvest
 
main(String[]) - Static method in class org.dspace.app.itemexport.ItemExportCLITool
 
main(String[]) - Static method in class org.dspace.app.itemimport.ItemImportCLITool
 
main(String[]) - Static method in class org.dspace.app.itemupdate.ItemUpdate
 
main(String[]) - Static method in class org.dspace.app.launcher.CommandRunner
 
main(String[]) - Static method in class org.dspace.app.launcher.ScriptLauncher
Execute the DSpace script launcher
main(String[]) - Static method in class org.dspace.app.mediafilter.MediaFilterCLITool
 
main(String[]) - Static method in class org.dspace.app.packager.Packager
 
main(String[]) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
 
main(String[]) - Static method in class org.dspace.app.statistics.CreateStatReport
 
main(String[]) - Static method in class org.dspace.app.statistics.LogAnalyser
main method to be run from command line.
main(String[]) - Static method in class org.dspace.app.statistics.ReportGenerator
main method to be run from command line.
main(String[]) - Static method in class org.dspace.app.util.IndexVersion
 
main(String[]) - Static method in class org.dspace.app.util.OptimizeSelectCollection
 
main(String[]) - Static method in class org.dspace.app.util.Version
 
main(String[]) - Static method in class org.dspace.authority.indexer.AuthorityIndexClient
 
main(String[]) - Static method in class org.dspace.authority.UpdateAuthorities
 
main(String[]) - Static method in class org.dspace.authorize.FixDefaultPolicies
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.authorize.PolicySet
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.checker.DailyReportEmailer
Allows users to have email sent to them.
main(String[]) - Static method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
Simple command-line rig for testing the DIM output of a stylesheet.
main(String[]) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Simple command-line rig for testing the DIM output of a stylesheet.
main(String[]) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Command-line interface for running configuration tasks.
main(String[]) - Static method in class org.dspace.core.Email
Test method to send an email to check email server settings
main(String[]) - Method in class org.dspace.core.LegacyPluginServiceImpl
Invoking this class from the command line just runs checkConfiguration and shows the results.
main(String[]) - Static method in class org.dspace.curate.CurationCli
 
main(String[]) - Static method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
main(String[]) - Static method in class org.dspace.discovery.IndexClient
When invoked as a command-line tool, creates, updates, removes content from the whole index
main(String[]) - Static method in class org.dspace.embargo.EmbargoCLITool
Command-line service to scan for every Item with an expired embargo, and then lift that embargo.
main(String[]) - Static method in class org.dspace.eperson.EPersonCLITool
Tool for manipulating user accounts.
main(String[]) - Static method in class org.dspace.eperson.Groomer
Command line tool for "grooming" the EPerson collection.
main(String[]) - Static method in class org.dspace.eperson.LoadLastLogin
 
main(String[]) - Static method in class org.dspace.eperson.SubscribeCLITool
Method for invoking subscriptions via the command line
main(String[]) - Static method in class org.dspace.handle.UpdateHandlePrefix
When invoked as a command-line tool, updates handle prefix
main(String[]) - Static method in class org.dspace.health.Report
 
main(String[]) - Static method in class org.dspace.identifier.DataCiteXMLCreator
Test the operation of this class.
main(String[]) - Static method in class org.dspace.identifier.doi.DOIOrganiser
 
main(String[]) - Static method in class org.dspace.license.LicenseCleanup
 
main(String[]) - Static method in class org.dspace.rdf.RDFizer
 
main(String[]) - Static method in class org.dspace.statistics.util.ApacheLogRobotsProcessor
Creates a file containing spiders based on an Apache logfile by analyzing users of the robots.txt file
main(String[]) - Static method in class org.dspace.statistics.util.ClassicDSpaceLogConverter
Main method to execute the converter
main(String[]) - Static method in class org.dspace.statistics.util.StatisticsClient
Main method to run the statistics importer.
main(String[]) - Static method in class org.dspace.statistics.util.StatisticsImporter
Main method to run the statistics importer.
main(String[]) - Static method in class org.dspace.statistics.util.StatisticsImporterElasticSearch
Main method to run the statistics importer.
main(String[]) - Static method in class org.dspace.storage.bitstore.BitStoreMigrate
Migrates asset store.
main(String[]) - Static method in class org.dspace.storage.bitstore.Cleanup
Cleans up asset store.
main(String[]) - Static method in class org.dspace.storage.bitstore.S3BitStoreService
Contains a command-line testing tool.
main(String[]) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Commandline tools for managing database changes, etc.
main(String[]) - Static method in class org.dspace.testing.PubMedToImport
 
main(String[]) - Static method in class org.dspace.util.MultiFormatDateParser
 
main(String[]) - Static method in class org.dspace.util.SolrImportExport
Entry point for command-line invocation
main(String[]) - Static method in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
mainContext - Variable in class org.dspace.harvest.HarvestScheduler
 
mainHarvestThread - Variable in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
mainTitle() - Method in class org.dspace.app.statistics.HTMLReport
output the title in the relevant format.
mainTitle() - Method in interface org.dspace.app.statistics.Report
output the title in the relevant format.
makeAliases(String) - Static method in class org.dspace.content.crosswalk.XSLTCrosswalk
Derive list of plugin name from DSpace configuration entries for crosswalks.
makeBitstreamURL(Context, Bitstream, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the URL by which the METS manifest refers to a Bitstream member within the same package.
makeChildDiv(String, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create a
element with which references a child object via its handle (and via a local file name, when recursively disseminating all child objects).
makeCitedDocument(Context, Bitstream) - Method in class org.dspace.disseminate.CitationDocumentServiceImpl
 
makeCitedDocument(Context, Bitstream) - Method in interface org.dspace.disseminate.service.CitationDocumentService
Creates a cited document from the given bitstream of the given item.
makeConsumerProfile(String) - Static method in class org.dspace.event.ConsumerProfile
Factory method, create new profile from configuration.
makeConversion(String) - Method in interface org.dspace.content.crosswalk.IConverter
Get an alternative format for the input string.
makeFieldKey(String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
makeFieldKey(MetadataField) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
makeFieldKey(String, String, String) - Method in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
makeFieldKey(MetadataField) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFieldKey(String, String, String) - Method in interface org.dspace.content.authority.service.MetadataAuthorityService
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFileDiv(String, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
makeIdentifierBasedOnHistory(Context, DSpaceObject, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
makeManifest(Context, DSpaceObject, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Write out a METS manifest.
makeMdSec(Context, DSpaceObject, Class, String, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create an element wrapped around a metadata reference (either mdWrap or mdRef); i.e.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Create the metsHdr element for the AIP METS Manifest.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makeMutable() - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
makeObject(String) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
makePersistentID(DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
makeSortString(String, String) - Method in class org.dspace.sort.AbstractTextFilterOFD
Prepare the appropriate sort string for the given value in the given language.
makeSortString(String, String, String) - Static method in class org.dspace.sort.OrderFormat
Generate a sort string for the given DC metadata
makeSortString(String, String) - Method in class org.dspace.sort.OrderFormatDate
 
makeSortString(String, String) - Method in interface org.dspace.sort.OrderFormatDelegate
Prepare the appropriate sort string for the given value in the given language.
makeSureMetadataExist(Context, String, String, String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
MALAGASY - Static variable in class org.dspace.text.filter.Language
 
MALTESE - Static variable in class org.dspace.text.filter.Language
 
mangleExpr(String, String) - Method in class org.dspace.ctask.general.MetadataWebService
 
MANIFEST_FILE - Static variable in class org.dspace.content.packager.METSManifest
Canonical filename of METS manifest within a package or as a bitstream.
MANUAL_USER_INPUT - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
MAP_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The param prefix for mapping Tika metadata to Solr fields.
MapConverterModifier - Class in org.dspace.submit.lookup
 
MapConverterModifier(String) - Constructor for class org.dspace.submit.lookup.MapConverterModifier
 
mapping - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
mappingFile - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
MARC21InitialArticleWord - Class in org.dspace.text.filter
Implements MARC 21 standards to disregard initial definite or indefinite article in sorting.
MARC21InitialArticleWord() - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
MARC21InitialArticleWord(boolean) - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
markProcessed(DSpaceObject) - Method in class org.dspace.rdf.RDFizer
 
markRobotByUserAgent(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
markRobotByUserAgent(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
markRobotsByIP() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
markRobotsByIP() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
maskTypeToCore(int) - Method in class org.dspace.event.Event
 
match(String) - Method in class org.dspace.authenticate.IPMatcher
Determine whether the given full IP falls within the range this IPMatcher was initialized with.
match(String, String, String, String, MetadataValue) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Utility method for pattern-matching metadata elements.
matcher - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that matches those subsequences of a metadata value, that should be replaced.
matches(String) - Method in class org.dspace.eperson.PasswordHash
Is this the string whose hash I hold?
matchesName(String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
matchingImports(String) - Method in class org.dspace.importer.external.service.ImportService
 
max - Variable in class org.dspace.content.ItemComparator
Whether maximum or minimum value will be used
max2Process - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
maxActiveThreads - Static variable in class org.dspace.harvest.HarvestScheduler
 
maxHeartbeat - Static variable in class org.dspace.harvest.HarvestScheduler
 
maxResults - Variable in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
max result number to return
maxResults - Variable in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
maxRetry - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
MD_SCHEMA - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
MD_SCHEMA - Static variable in class org.dspace.identifier.EZIDIdentifierProvider
 
mdFiles - Variable in class org.dspace.content.packager.METSManifest
all mdRef elements in the manifest
MediaFilter - Class in org.dspace.app.mediafilter
Abstract class which defines the default settings for a *simple* Media or Format Filter.
MediaFilter() - Constructor for class org.dspace.app.mediafilter.MediaFilter
 
MediaFilterCLITool - Class in org.dspace.app.mediafilter
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterCLITool() - Constructor for class org.dspace.app.mediafilter.MediaFilterCLITool
 
MediaFilterService - Interface in org.dspace.app.mediafilter.service
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterServiceFactory - Class in org.dspace.app.mediafilter.factory
Abstract factory to get services for the mediafilter package, use MediaFilterServiceFactory.getInstance() to retrieve an implementation
MediaFilterServiceFactory() - Constructor for class org.dspace.app.mediafilter.factory.MediaFilterServiceFactory
 
MediaFilterServiceFactoryImpl - Class in org.dspace.app.mediafilter.factory
Factory implementation to get services for the mediafilter package, use MediaFilterServiceFactory.getInstance() to retrieve an implementation
MediaFilterServiceFactoryImpl() - Constructor for class org.dspace.app.mediafilter.factory.MediaFilterServiceFactoryImpl
 
MediaFilterServiceImpl - Class in org.dspace.app.mediafilter
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterServiceImpl() - Constructor for class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
MediaRange - Class in org.dspace.rdf.negotiation
 
MediaRange(String) - Constructor for class org.dspace.rdf.negotiation.MediaRange
 
mediaRangeRegex - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
MEMBER - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUP - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBERS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
merge(String, Item, Record) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
mergeFieldMap - Variable in class org.dspace.submit.lookup.FieldMergeModifier
 
message(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message to be processed.
METADATA_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Bundle name for structured metadata bitstreams.
METADATA_MAPPING_PATH_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
METADATA_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
Maximum length for eperson additional metadata fields
METADATA_PATH - Variable in class org.dspace.identifier.doi.DataCiteConnector
Path on the DataCite server used to register metadata.
METADATA_PREFIXES_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
METADATA_SCHEMA_URL_KEY - Static variable in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
MetadataAuthorityISSNExtractor - Class in org.dspace.app.sherpa.submit
 
MetadataAuthorityISSNExtractor() - Constructor for class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
MetadataAuthorityService - Interface in org.dspace.content.authority.service
Broker for metadata authority settings configured for each metadata field.
metadataAuthorityService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
metadataAuthorityService - Variable in class org.dspace.discovery.SolrServiceImpl
 
metadataAuthorityService - Variable in class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
metadataAuthorityService - Variable in class org.dspace.submit.step.DescribeStep
 
MetadataAuthorityServiceImpl - Class in org.dspace.content.authority
Broker for metadata authority settings configured for each metadata field.
MetadataAuthorityServiceImpl() - Constructor for class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
MetadataContributor<RecordType> - Interface in org.dspace.importer.external.metadatamapping.contributor
Created by Roeland Dillen (roeland at atmire dot com) Date: 11/01/13 Time: 09:18
MetadataConverterPlugin - Class in org.dspace.rdf.conversion
 
MetadataConverterPlugin() - Constructor for class org.dspace.rdf.conversion.MetadataConverterPlugin
 
MetadataExport - Class in org.dspace.app.bulkedit
Metadata exporter to allow the batch export of metadata into a file
MetadataExport() - Constructor for class org.dspace.app.bulkedit.MetadataExport
 
MetadataExport(Context, Iterator<Item>, boolean) - Constructor for class org.dspace.app.bulkedit.MetadataExport
Set up a new metadata export
MetadataExport(Context, Community, boolean) - Constructor for class org.dspace.app.bulkedit.MetadataExport
Method to export a community (and sub-communities and collections)
MetadataExporter - Class in org.dspace.administer
 
MetadataExporter() - Constructor for class org.dspace.administer.MetadataExporter
 
MetadataExposureService - Interface in org.dspace.app.util.service
Static utility class to manage configuration for exposure (hiding) of certain Item metadata fields.
MetadataExposureServiceImpl - Class in org.dspace.app.util
Static utility class to manage configuration for exposure (hiding) of certain Item metadata fields.
MetadataExposureServiceImpl() - Constructor for class org.dspace.app.util.MetadataExposureServiceImpl
 
MetadataField - Class in org.dspace.content
DSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier.
MetadataField() - Constructor for class org.dspace.content.MetadataField
MetadataFieldConfig - Class in org.dspace.importer.external.metadatamapping
Created by Roeland Dillen (roeland at atmire dot com) Date: 19/09/12 Time: 10:11
MetadataFieldConfig(MetadatumDTO) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
MetadataFieldConfig() - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
MetadataFieldConfig(String, String, String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
MetadataFieldConfig(String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
MetadataFieldConfig(String, String) - Constructor for class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
MetadataFieldDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataField object.
metadataFieldDAO - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
MetadataFieldDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataField object.
MetadataFieldDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataFieldDAOImpl
 
MetadataFieldMapping<RecordType,QueryType> - Interface in org.dspace.importer.external.metadatamapping
Created by Roeland Dillen (roeland at atmire dot com) Date: 18/09/12 Time: 14:41
metadataFields - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
The list of metadata fields which are to be indexed *
metadataFields - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
metadataFieldService - Static variable in class org.dspace.administer.MetadataExporter
 
metadataFieldService - Static variable in class org.dspace.administer.MetadataImporter
 
metadataFieldService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
metadataFieldService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataFieldService - Variable in class org.dspace.app.itemupdate.AddMetadataAction
 
metadataFieldService - Variable in class org.dspace.authenticate.ShibAuthentication
 
metadataFieldService - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
 
metadataFieldService - Static variable in class org.dspace.content.crosswalk.CrosswalkUtils
 
metadataFieldService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
MetadataFieldService - Interface in org.dspace.content.service
Service interface class for the MetadataField object.
metadataFieldService - Variable in class org.dspace.submit.AbstractProcessingStep
 
metadataFieldService - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
MetadataFieldServiceImpl - Class in org.dspace.content
Service implementation for the MetadataField object.
MetadataFieldServiceImpl() - Constructor for class org.dspace.content.MetadataFieldServiceImpl
 
metadataFileFilter - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataHeaderMap - Variable in class org.dspace.authenticate.ShibAuthentication
Additional metadata mappings
MetadataImport - Class in org.dspace.app.bulkedit
Metadata importer to allow the batch import of metadata from a file
MetadataImport(Context, DSpaceCSV) - Constructor for class org.dspace.app.bulkedit.MetadataImport
Create an instance of the metadata importer.
MetadataImporter - Class in org.dspace.administer
 
MetadataImporter() - Constructor for class org.dspace.administer.MetadataImporter
 
MetadataImportException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportException(String) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportException(String, Exception) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportInvalidHeadingException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportInvalidHeadingException(String, int, int) - Constructor for exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Instantiate a new MetadataImportInvalidHeadingException
MetadataMappingException - Exception in org.dspace.rdf.conversion
 
MetadataMappingException(String) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
MetadataMappingException(Exception) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
MetadataMappingException(String, Exception) - Constructor for exception org.dspace.rdf.conversion.MetadataMappingException
 
metadataMappings - Variable in class org.dspace.app.util.GoogleMetadata
 
metadataName - Static variable in class org.dspace.rdf.conversion.DMRM
The name of the metadata to convert (e.g.
MetadataProcessorService - Interface in org.dspace.importer.external.metadatamapping.service
User: kevin (kevin at atmire.com) Date: 23/10/12 Time: 09:49
MetadataRDFMapping - Class in org.dspace.rdf.conversion
 
MetadataRDFMapping(String, Pattern, List<Resource>) - Constructor for class org.dspace.rdf.conversion.MetadataRDFMapping
 
MetadataSchema - Class in org.dspace.content
Class representing a schema in DSpace.
MetadataSchema() - Constructor for class org.dspace.content.MetadataSchema
Protected constructor, create object using: MetadataSchemaService.create(Context, String, String)
MetadataSchemaDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataSchema object.
metadataSchemaDAO - Variable in class org.dspace.content.MetadataSchemaServiceImpl
 
MetadataSchemaDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataSchema object.
MetadataSchemaDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
 
metadataSchemaService - Static variable in class org.dspace.administer.MetadataExporter
 
metadataSchemaService - Static variable in class org.dspace.administer.MetadataImporter
 
metadataSchemaService - Variable in class org.dspace.app.bulkedit.DSpaceCSV
 
metadataSchemaService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
metadataSchemaService - Variable in class org.dspace.app.itemupdate.AddMetadataAction
 
metadataSchemaService - Variable in class org.dspace.authenticate.ShibAuthentication
 
metadataSchemaService - Static variable in class org.dspace.content.crosswalk.CrosswalkUtils
 
metadataSchemaService - Variable in class org.dspace.content.ItemServiceImpl
 
MetadataSchemaService - Interface in org.dspace.content.service
Service interface class for the MetadataSchema object.
metadataSchemaService - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
metadataSchemaService - Static variable in class org.dspace.submit.lookup.SubmissionLookupUtils
 
MetadataSchemaServiceImpl - Class in org.dspace.content
Service implementation for the MetadataSchema object.
MetadataSchemaServiceImpl() - Constructor for class org.dspace.content.MetadataSchemaServiceImpl
 
MetadataSource - Class in org.dspace.importer.external.service.other
Created by: Antoine Snyers (antoine at atmire dot com) Date: 27 Oct 2014
MetadataSource() - Constructor for class org.dspace.importer.external.service.other.MetadataSource
 
MetadataSourceException - Exception in org.dspace.importer.external
Represents a problem with the input source: e.g.
MetadataSourceException() - Constructor for exception org.dspace.importer.external.MetadataSourceException
 
MetadataSourceException(String) - Constructor for exception org.dspace.importer.external.MetadataSourceException
 
MetadataSourceException(String, Throwable) - Constructor for exception org.dspace.importer.external.MetadataSourceException
 
MetadataSourceException(Throwable) - Constructor for exception org.dspace.importer.external.MetadataSourceException
 
MetadataUtilities - Class in org.dspace.app.itemupdate
Miscellaneous methods for metadata handling that build on the API which might have general utility outside of the specific use in context in ItemUpdate.
MetadataUtilities() - Constructor for class org.dspace.app.itemupdate.MetadataUtilities
 
MetadataValidationException - Exception in org.dspace.content.crosswalk
This indicates a problem with the input metadata (for submission) or item state (dissemination).
MetadataValidationException() - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValue - Class in org.dspace.content
Database access class representing a Dublin Core metadata value.
MetadataValue() - Constructor for class org.dspace.content.MetadataValue
Protected constructor, create object using: MetadataValueService.create(Context, DSpaceObject, MetadataField)
MetadataValueDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the MetadataValue object.
metadataValueDAO - Variable in class org.dspace.content.MetadataValueServiceImpl
 
MetadataValueDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the MetadataValue object.
MetadataValueDAOImpl() - Constructor for class org.dspace.content.dao.impl.MetadataValueDAOImpl
 
MetadataValueISSNExtractor - Class in org.dspace.app.sherpa.submit
 
MetadataValueISSNExtractor() - Constructor for class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
MetadataValueLinkChecker - Class in org.dspace.ctask.general
A link checker that builds upon the BasicLinkChecker to check URLs that appear in all metadata fields where the field starts with http:// or https:// Of course this assumes that there is no extra metadata following the URL.
MetadataValueLinkChecker() - Constructor for class org.dspace.ctask.general.MetadataValueLinkChecker
 
metadataValueService - Variable in class org.dspace.authority.AuthorityValue
 
metadataValueService - Variable in class org.dspace.content.DSpaceObjectServiceImpl
 
metadataValueService - Variable in class org.dspace.content.MetadataFieldServiceImpl
 
MetadataValueService - Interface in org.dspace.content.service
Service interface class for the MetadataValue object.
MetadataValueServiceImpl - Class in org.dspace.content
Service implementation for the MetadataValue object.
MetadataValueServiceImpl() - Constructor for class org.dspace.content.MetadataValueServiceImpl
 
MetadataWebService - Class in org.dspace.ctask.general
MetadataWebService task calls a web service using metadata from passed item to obtain data.
MetadataWebService() - Constructor for class org.dspace.ctask.general.MetadataWebService
 
MetadataWebServiceDataInfo - Class in org.dspace.ctask.general
 
MetadataWebServiceDataInfo(MetadataWebService, String, String, String, String) - Constructor for class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
MetadatumDTO - Class in org.dspace.importer.external.metadatamapping
Created by Philip Vissenaekens (philip at atmire dot com) Date: 21/10/15 Time: 09:52
MetadatumDTO() - Constructor for class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
mets - Variable in class org.dspace.content.packager.METSManifest
root element of the current METS manifest.
METSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
METS dissemination crosswalk
METSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
METSManifest - Class in org.dspace.content.packager
Manage the METS manifest document for METS importer classes, such as the package importer org.dspace.content.packager.MetsSubmission and the federated importer org.dspace.app.mets.FederatedMETSImport
METSManifest(SAXBuilder, Element, String) - Constructor for class org.dspace.content.packager.METSManifest
Default constructor, only called internally.
METSManifest.Mdref - Interface in org.dspace.content.packager
Callback interface to retrieve data streams in mdRef elements.
metsNS - Static variable in class org.dspace.content.packager.METSManifest
METS namespace -- includes "mets" prefix for use in XPaths
METSRightsCrosswalk - Class in org.dspace.content.crosswalk
METSRights Ingestion & Dissemination Crosswalk
METSRightsCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSRightsCrosswalk
 
MicrosoftTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates metadata fields using Microsoft Translation API v2 Requirements: A valid Bing App ID/Key More information: http://www.bing.com/developers This key, and other custom configuration, goes in [dspace]/modules/translator.cfg
MicrosoftTranslator() - Constructor for class org.dspace.ctask.general.MicrosoftTranslator
 
migrate(Context, Integer, Integer, boolean, Integer) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Migrates all assets off of one assetstore to another
migrate(Context, Integer, Integer, boolean, Integer) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Migrate all the assets from assetstoreSource to assetstoreDestination
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
Actually migrate the existing database
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
Actually migrate the existing database
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
Actually migrate the existing database
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
migrate(Connection) - Method in class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
migrate(Connection) - Method in class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
Actually migrate the existing database
migrate(Connection) - Method in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
migration_file_size - Variable in class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
MigrationUtils - Class in org.dspace.storage.rdbms.migration
This Utility class offers utility methods which may be of use to perform common Java database migration task(s) (via Flyway).
MigrationUtils() - Constructor for class org.dspace.storage.rdbms.migration.MigrationUtils
 
minConfidence - Variable in class org.dspace.content.authority.MetadataAuthorityServiceImpl
map of field key to answer of which is the min acceptable confidence value for a field with authority
minHeartbeat - Static variable in class org.dspace.harvest.HarvestScheduler
 
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
mint(Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Ask EZID to create a unique identifier and return its name.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
Creates a new handle in the database.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Create an identifier for a DSpaceObject.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
Creates a new handle in the database.
mint(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Creates a new handle in the database.
MISMATCH - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
A DOI and a provided object does not match.
MISSING - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with a missing header
MockMetadataValue - Class in org.dspace.content.crosswalk
Metadata Value is bound to a database, the dissemination crosswalk require mock metadata just need for desimanation This class provides a wrapper for this.
MockMetadataValue(MetadataValue) - Constructor for class org.dspace.content.crosswalk.MockMetadataValue
 
MockMetadataValue() - Constructor for class org.dspace.content.crosswalk.MockMetadataValue
 
modifier - Static variable in class org.dspace.rdf.conversion.DMRM
Information how the metadata value should be modified before it is inserted in the pattern.
MODIFY - Static variable in class org.dspace.event.Event
 
modify(String, Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
Alter the metadata bound to an identifier.
modify(MutableRecord) - Method in class org.dspace.submit.lookup.FieldMergeModifier
 
modify(MutableRecord) - Method in class org.dspace.submit.lookup.LanguageCodeModifier
 
modify(MutableRecord) - Method in class org.dspace.submit.lookup.MapConverterModifier
 
modify(MutableRecord) - Method in class org.dspace.submit.lookup.RemoveLastDotModifier
 
modify(MutableRecord) - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
MODIFY_METADATA - Static variable in class org.dspace.event.Event
 
modifyHandleDSpaceObject(Context, String, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
modifyHandleDSpaceObject(Context, String, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
 
modifyHandleMetadata(Context, Item, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
Remove all handles from an item's metadata and add the supplied handle instead.
MODS_NS - Static variable in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
MODS namespace.
MODS_NS - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
MODS namespace.
MODS_XSD - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
URL of MODS XML Schema
MODSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable MODS Crosswalk
MODSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
MONTH - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
more - Variable in class org.dspace.content.authority.Choices
true when there are more values to be sent after this result.
MostRecentChecksum - Class in org.dspace.checker
Database entity representation of the most_recent_checksum table
MostRecentChecksum() - Constructor for class org.dspace.checker.MostRecentChecksum
Protected constructor, create handled by the MostRecentChecksumService
MostRecentChecksumDAO - Interface in org.dspace.checker.dao
Database Access Object interface class for the MostRecentChecksum object.
mostRecentChecksumDAO - Variable in class org.dspace.checker.MostRecentChecksumServiceImpl
 
MostRecentChecksumDAOImpl - Class in org.dspace.checker.dao.impl
Hibernate implementation of the Database Access Object interface class for the MostRecentChecksum object.
MostRecentChecksumDAOImpl() - Constructor for class org.dspace.checker.dao.impl.MostRecentChecksumDAOImpl
 
mostRecentChecksumService - Variable in class org.dspace.checker.ChecksumHistoryServiceImpl
 
MostRecentChecksumService - Interface in org.dspace.checker.service
Service interface class for the MostRecentChecksum object.
mostRecentChecksumService - Variable in class org.dspace.checker.SimpleReporterServiceImpl
 
MostRecentChecksumServiceImpl - Class in org.dspace.checker
Service implementation for the MostRecentChecksum object.
MostRecentChecksumServiceImpl() - Constructor for class org.dspace.checker.MostRecentChecksumServiceImpl
 
move(Context, Item, Collection, Collection) - Method in class org.dspace.content.ItemServiceImpl
 
move(Context, Item, Collection, Collection, boolean) - Method in class org.dspace.content.ItemServiceImpl
 
move(Context, Item, Collection, Collection) - Method in interface org.dspace.content.service.ItemService
Moves the item from one collection to another one
move(Context, Item, Collection, Collection, boolean) - Method in interface org.dspace.content.service.ItemService
Moves the item from one collection to another one
msg(String) - Method in class org.dspace.checker.ResultsLogger
Get the i18N string.
MSG_FEED_DESCRIPTION - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_FEED_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_LOGO_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_METADATA - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UITYPE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UNTITLED - Static variable in class org.dspace.app.util.SyndicationFeed
i18n key values
MULTI - Variable in class org.dspace.app.util.GoogleMetadata
 
MultiFormatDateParser - Class in org.dspace.util
Attempt to parse date strings in a variety of formats.
MultiFormatDateParser() - Constructor for class org.dspace.util.MultiFormatDateParser
 
MultipleSubmissionLookupDataLoader - Class in org.dspace.submit.lookup
 
MultipleSubmissionLookupDataLoader() - Constructor for class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
Mutative - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.

N

N3 - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
name - Variable in class org.dspace.authority.orcid.model.Bio
 
name - Variable in class org.dspace.authority.orcid.model.BioResearcherUrl
 
NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
name - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
NAME - Static variable in interface org.dspace.eperson.service.GroupService
 
name - Variable in class org.dspace.event.Dispatcher
 
name - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
NAME_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
Maximum length for eperson metadata fields
NAMESPACE - Static variable in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a resource
navigation() - Method in class org.dspace.app.statistics.HTMLReport
build the internal navigation for the report
NEAPOLITAN_ITALIAN - Static variable in class org.dspace.text.filter.Language
 
needsCuration(BasicWorkflowItem) - Method in interface org.dspace.curate.service.WorkflowCuratorService
 
needsCuration(BasicWorkflowItem) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
negotiate(String) - Static method in class org.dspace.rdf.negotiation.Negotiator
 
negotiateAdministratorDetails() - Method in class org.dspace.administer.CreateAdministrator
Method which will negotiate with the user via the command line to obtain the administrator's details
NegotiationFilter - Class in org.dspace.rdf.negotiation
 
NegotiationFilter() - Constructor for class org.dspace.rdf.negotiation.NegotiationFilter
 
Negotiator - Class in org.dspace.rdf.negotiation
 
Negotiator() - Constructor for class org.dspace.rdf.negotiation.Negotiator
 
NETID - Static variable in class org.dspace.content.packager.RoleDisseminator
 
NETID - Static variable in class org.dspace.eperson.EPerson
The netid field (for sorting)
NetworkSubmissionLookupDataLoader - Class in org.dspace.submit.lookup
 
NetworkSubmissionLookupDataLoader() - Constructor for class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
NEW_ITEM_HANDLE - Variable in class org.dspace.ctask.general.ClamScan
 
newInstance(String) - Method in class org.dspace.authority.AuthorityValue
Makes an instance of the AuthorityValue with the given information.
newInstance(String) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
newInstance(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
NEWS_SIDE - Static variable in class org.dspace.core.Constants
Position of front page news item -- sidebar
NEWS_TOP - Static variable in class org.dspace.core.Constants
Position of front page news item -- top box
NewsService - Interface in org.dspace.core.service
Encapsulate access to the news texts.
NewsServiceImpl - Class in org.dspace.core
Encapsulate access to the news texts.
NewsServiceImpl() - Constructor for class org.dspace.core.NewsServiceImpl
Not instantiable.
next() - Method in interface org.dspace.checker.BitstreamDispatcher
Returns the next id for checking, or a sentinel value if there are no more to check.
next() - Method in class org.dspace.checker.HandleDispatcher
Initializes this dispatcher on first execution.
next() - Method in class org.dspace.checker.IteratorDispatcher
 
next() - Method in class org.dspace.checker.LimitedCountDispatcher
Retreives the next bitstream to be checked.
next() - Method in class org.dspace.checker.LimitedDurationDispatcher
 
next() - Method in class org.dspace.checker.SimpleDispatcher
Selects the next candidate bitstream.
NEXT_BUTTON - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "Next->" button
nextValue() - Method in interface org.dspace.authority.indexer.AuthorityIndexerInterface
 
nextValue - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
nextValue() - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
NO_SUCH_USER - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User not found using this method.
noEMail - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
noEMail - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
nonBreakSpace(String) - Static method in class org.dspace.app.util.Util
Utility method to convert spaces in a string to HTML non-break space elements.
NONE - Static variable in class org.dspace.event.Event
XXX NOTE: with ALL_OBJECTS_MASK *AND* objTypeToMask hash *
nonQualityParam - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
NonUniqueMetadataException - Exception in org.dspace.content
An exception that gets thrown when a metadata field cannot be created or saved due to an existing field with an identical element and qualifier.
NonUniqueMetadataException() - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an empty authorize exception
NonUniqueMetadataException(String) - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an exception with only a message
NoOpCurationTask - Class in org.dspace.ctask.general
 
NoOpCurationTask() - Constructor for class org.dspace.ctask.general.NoOpCurationTask
 
normalizeBundleName(String) - Static method in class org.dspace.content.packager.METSManifest
 
normalizeDOI(String) - Static method in class org.dspace.submit.lookup.SubmissionLookupUtils
 
normalizeTitle(MetadataValue) - Method in class org.dspace.content.ItemComparator
Normalize the title of a Metadatum.
NORWEGIAN - Static variable in class org.dspace.text.filter.Language
 
NOT_FOUND_DOI - Variable in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
NOT_FOUND_DOI - Variable in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
notifyContacts(Context, BasicWorkflowItem, WorkflowCuratorServiceImpl.Task, String, String, String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
notifyGroupOfTask(Context, BasicWorkflowItem, Group, List<EPerson>) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
notifyOfArchive(Context, Item, Collection) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
notify the submitter that the item is archived
notifyOfArchive(Context, Item, Collection) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
notify the submitter that the item is archived
notifyOfCuration(Context, BasicWorkflowItem, List<EPerson>, String, String, String) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
notifyOfCuration(Context, BasicWorkflowItem, List<EPerson>, String, String, String) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
notifyOfReject(Context, BasicWorkflowItem, EPerson, String) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
notifyOfReject(Context, XmlWorkflowItem, EPerson, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
NoUserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that does not assign any users
NoUserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
NS - Static variable in class org.dspace.rdf.conversion.DMRM
The namespace of the vocabulary as a string
NS_MX - Static variable in class org.dspace.content.authority.LCNameAuthority
 
NS_NAME - Static variable in class org.dspace.content.authority.ChoicesXMLGenerator
 
NS_SRU - Static variable in class org.dspace.content.authority.LCNameAuthority
 
NS_URI - Static variable in class org.dspace.content.authority.ChoicesXMLGenerator
 
nsMap - Variable in class org.dspace.ctask.general.MetadataWebService
 
NullIngestionCrosswalk - Class in org.dspace.content.crosswalk
"Null" ingestion crosswalk
NullIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
NullStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
A crosswalk to ignore and dispose of the ingested material.
NullStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
numberFormat(int) - Static method in class org.dspace.app.statistics.ReportTools
method to take the given integer and produce a string to be used in the display of the report.
numCols() - Method in class org.dspace.browse.ItemListConfig
how many columns are there?

O

OAI_ADDRESS_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_DMD_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_ORE_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_SET_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAIDCIngestionCrosswalk - Class in org.dspace.content.crosswalk
DIM ingestion crosswalk
OAIDCIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
OAIHarvester - Class in org.dspace.harvest
This class handles OAI harvesting of externally located records into this repository.
OAIHarvester(Context, DSpaceObject, HarvestedCollection) - Constructor for class org.dspace.harvest.OAIHarvester
 
oaiResolveNamespaceToPrefix(String, String) - Static method in class org.dspace.harvest.OAIHarvester
Query the OAI-PMH server for its mapping of the supplied namespace and metadata prefix.
object - Static variable in class org.dspace.rdf.conversion.DMRM
The object of a DSpace metadata RDF mapping result.
ObjectCount - Class in org.dspace.statistics
Data structure for returning results from statistics searches.
ObjectCount() - Constructor for class org.dspace.statistics.ObjectCount
 
objMaskToType - Static variable in class org.dspace.event.Event
 
objTypeToMask - Static variable in class org.dspace.event.Event
 
okToExport(MetadataField) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Is it Ok to export this value? When exportAll is set to false, we don't export some of the metadata elements.
openSearchMarkup(String, int, int, int) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
OpenSearchService - Interface in org.dspace.app.util.service
Utility Class with static methods for producing OpenSearch-compliant search results, and the OpenSearch description document.
OpenSearchServiceImpl - Class in org.dspace.app.util
Utility Class with static methods for producing OpenSearch-compliant search results, and the OpenSearch description document.
OpenSearchServiceImpl() - Constructor for class org.dspace.app.util.OpenSearchServiceImpl
 
openSession() - Method in class org.dspace.ctask.general.ClamScan
openSession This method opens a session.
operationId - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
optimize() - Method in interface org.dspace.discovery.IndexingService
 
optimize() - Method in class org.dspace.discovery.SolrServiceImpl
Maintenance to keep a SOLR index efficient.
OptimizeSelectCollection - Class in org.dspace.app.util
 
OptimizeSelectCollection() - Constructor for class org.dspace.app.util.OptimizeSelectCollection
 
optimizeSOLR() - Method in interface org.dspace.statistics.service.SolrLoggerService
Maintenance to keep a SOLR index efficient.
optimizeSOLR() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
orcid - Variable in class org.dspace.authority.orcid.model.Bio
 
Orcid - Class in org.dspace.authority.orcid
 
ORCID - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
ORCID_BIO - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
orcid-message XPATHs
ORCID_NOT_FOUND - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
Regex
ORCID_WORK - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
ORCID_WORKS - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
orcid-message XPATHs
OrcidAuthorityValue - Class in org.dspace.authority.orcid
 
OrcidAuthorityValue() - Constructor for class org.dspace.authority.orcid.OrcidAuthorityValue
Creates an instance of OrcidAuthorityValue with only uninitialized fields.
OrcidAuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.orcid.OrcidAuthorityValue
 
OrderFormat - Class in org.dspace.sort
Class implementing static helpers for anywhere that interacts with the sort columns (ie.
OrderFormat() - Constructor for class org.dspace.sort.OrderFormat
 
OrderFormatAuthor - Class in org.dspace.sort
Standard author ordering delegate implementation
OrderFormatAuthor() - Constructor for class org.dspace.sort.OrderFormatAuthor
 
OrderFormatDate - Class in org.dspace.sort
Standard date ordering delegate implementation.
OrderFormatDate() - Constructor for class org.dspace.sort.OrderFormatDate
 
OrderFormatDelegate - Interface in org.dspace.sort
Interface for browse order delegates
OrderFormatText - Class in org.dspace.sort
Standard text ordering delegate implementation
OrderFormatText() - Constructor for class org.dspace.sort.OrderFormatText
 
OrderFormatTitle - Class in org.dspace.sort
Standard title ordering delegate implementation
OrderFormatTitle() - Constructor for class org.dspace.sort.OrderFormatTitle
 
OrderFormatTitleMarc21 - Class in org.dspace.sort
MARC 21 title ordering delegate implementation
OrderFormatTitleMarc21() - Constructor for class org.dspace.sort.OrderFormatTitleMarc21
 
OREDisseminationCrosswalk - Class in org.dspace.content.crosswalk
ORE dissemination crosswalk
OREDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
OREIngestionCrosswalk - Class in org.dspace.content.crosswalk
ORE ingestion crosswalk
OREIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
org.apache.solr.handler.extraction - package org.apache.solr.handler.extraction
 
org.dspace.administer - package org.dspace.administer
Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.
org.dspace.app.bulkedit - package org.dspace.app.bulkedit
The DSpace Batch Metadata Editor, which uses a CSV file to export/import item metadata.
org.dspace.app.checker - package org.dspace.app.checker
org.dspace.app.checker provides user interfaces to the org.dspace.checker package.
org.dspace.app.configuration - package org.dspace.app.configuration
 
org.dspace.app.harvest - package org.dspace.app.harvest
 
org.dspace.app.itemexport - package org.dspace.app.itemexport
 
org.dspace.app.itemexport.factory - package org.dspace.app.itemexport.factory
 
org.dspace.app.itemexport.service - package org.dspace.app.itemexport.service
 
org.dspace.app.itemimport - package org.dspace.app.itemimport
 
org.dspace.app.itemimport.factory - package org.dspace.app.itemimport.factory
 
org.dspace.app.itemimport.service - package org.dspace.app.itemimport.service
 
org.dspace.app.itemmarking - package org.dspace.app.itemmarking
 
org.dspace.app.itemupdate - package org.dspace.app.itemupdate
 
org.dspace.app.launcher - package org.dspace.app.launcher
 
org.dspace.app.mediafilter - package org.dspace.app.mediafilter
 
org.dspace.app.mediafilter.factory - package org.dspace.app.mediafilter.factory
 
org.dspace.app.mediafilter.service - package org.dspace.app.mediafilter.service
 
org.dspace.app.packager - package org.dspace.app.packager
Tools for exporting and importing DSpace objects (Community, Collection, Item, etc.) wrapped in various kinds of packaging.
org.dspace.app.requestitem - package org.dspace.app.requestitem
 
org.dspace.app.requestitem.dao - package org.dspace.app.requestitem.dao
 
org.dspace.app.requestitem.dao.impl - package org.dspace.app.requestitem.dao.impl
 
org.dspace.app.requestitem.factory - package org.dspace.app.requestitem.factory
 
org.dspace.app.requestitem.service - package org.dspace.app.requestitem.service
 
org.dspace.app.sfx - package org.dspace.app.sfx
SFX/OpenURL link server support.
org.dspace.app.sfx.factory - package org.dspace.app.sfx.factory
 
org.dspace.app.sfx.service - package org.dspace.app.sfx.service
 
org.dspace.app.sherpa - package org.dspace.app.sherpa
 
org.dspace.app.sherpa.submit - package org.dspace.app.sherpa.submit
 
org.dspace.app.sitemap - package org.dspace.app.sitemap
 
org.dspace.app.statistics - package org.dspace.app.statistics
Defines usage event instrumentation points and provides implementations for testing.
org.dspace.app.util - package org.dspace.app.util
Miscellaneous utility classes.
org.dspace.app.util.dao - package org.dspace.app.util.dao
 
org.dspace.app.util.dao.impl - package org.dspace.app.util.dao.impl
 
org.dspace.app.util.factory - package org.dspace.app.util.factory
 
org.dspace.app.util.service - package org.dspace.app.util.service
 
org.dspace.authenticate - package org.dspace.authenticate
End-user authentication manager, interface and implementations.
org.dspace.authenticate.factory - package org.dspace.authenticate.factory
 
org.dspace.authenticate.service - package org.dspace.authenticate.service
 
org.dspace.authority - package org.dspace.authority
 
org.dspace.authority.factory - package org.dspace.authority.factory
 
org.dspace.authority.indexer - package org.dspace.authority.indexer
 
org.dspace.authority.orcid - package org.dspace.authority.orcid
 
org.dspace.authority.orcid.model - package org.dspace.authority.orcid.model
 
org.dspace.authority.orcid.xml - package org.dspace.authority.orcid.xml
 
org.dspace.authority.rest - package org.dspace.authority.rest
 
org.dspace.authority.service - package org.dspace.authority.service
 
org.dspace.authority.util - package org.dspace.authority.util
 
org.dspace.authorize - package org.dspace.authorize
Handles permissions for DSpace content.
org.dspace.authorize.dao - package org.dspace.authorize.dao
 
org.dspace.authorize.dao.impl - package org.dspace.authorize.dao.impl
 
org.dspace.authorize.factory - package org.dspace.authorize.factory
 
org.dspace.authorize.service - package org.dspace.authorize.service
 
org.dspace.browse - package org.dspace.browse
Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.
org.dspace.checker - package org.dspace.checker
Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.
org.dspace.checker.dao - package org.dspace.checker.dao
 
org.dspace.checker.dao.impl - package org.dspace.checker.dao.impl
Database access for the Checksum Checker tool, which looks for unexpected changes in Bitstream content.
org.dspace.checker.factory - package org.dspace.checker.factory
 
org.dspace.checker.service - package org.dspace.checker.service
 
org.dspace.content - package org.dspace.content
Provides an API for reading and manipulating content in the DSpace system.
org.dspace.content.authority - package org.dspace.content.authority
 
org.dspace.content.authority.factory - package org.dspace.content.authority.factory
 
org.dspace.content.authority.service - package org.dspace.content.authority.service
 
org.dspace.content.crosswalk - package org.dspace.content.crosswalk
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
org.dspace.content.dao - package org.dspace.content.dao
 
org.dspace.content.dao.impl - package org.dspace.content.dao.impl
 
org.dspace.content.factory - package org.dspace.content.factory
 
org.dspace.content.license - package org.dspace.content.license
 
org.dspace.content.packager - package org.dspace.content.packager
Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
org.dspace.content.service - package org.dspace.content.service
 
org.dspace.core - package org.dspace.core
Provides some basic functionality required throughout the DSpace system.
org.dspace.core.factory - package org.dspace.core.factory
 
org.dspace.core.service - package org.dspace.core.service
 
org.dspace.ctask.general - package org.dspace.ctask.general
 
org.dspace.curate - package org.dspace.curate
 
org.dspace.curate.factory - package org.dspace.curate.factory
 
org.dspace.curate.service - package org.dspace.curate.service
 
org.dspace.discovery - package org.dspace.discovery
 
org.dspace.discovery.configuration - package org.dspace.discovery.configuration
 
org.dspace.disseminate - package org.dspace.disseminate
 
org.dspace.disseminate.factory - package org.dspace.disseminate.factory
 
org.dspace.disseminate.service - package org.dspace.disseminate.service
 
org.dspace.embargo - package org.dspace.embargo
Embargo allows the deposit of Items whose content should not be made visible until later.
org.dspace.embargo.factory - package org.dspace.embargo.factory
 
org.dspace.embargo.service - package org.dspace.embargo.service
 
org.dspace.eperson - package org.dspace.eperson
Provides classes representing e-people and groups of e-people.
org.dspace.eperson.dao - package org.dspace.eperson.dao
 
org.dspace.eperson.dao.impl - package org.dspace.eperson.dao.impl
 
org.dspace.eperson.factory - package org.dspace.eperson.factory
 
org.dspace.eperson.service - package org.dspace.eperson.service
 
org.dspace.event - package org.dspace.event
 
org.dspace.event.factory - package org.dspace.event.factory
 
org.dspace.event.service - package org.dspace.event.service
 
org.dspace.google - package org.dspace.google
 
org.dspace.handle - package org.dspace.handle
Provides classes and methods to interface with the CNRI Handle System.
org.dspace.handle.dao - package org.dspace.handle.dao
 
org.dspace.handle.dao.impl - package org.dspace.handle.dao.impl
 
org.dspace.handle.factory - package org.dspace.handle.factory
 
org.dspace.handle.service - package org.dspace.handle.service
 
org.dspace.harvest - package org.dspace.harvest
 
org.dspace.harvest.dao - package org.dspace.harvest.dao
 
org.dspace.harvest.dao.impl - package org.dspace.harvest.dao.impl
 
org.dspace.harvest.factory - package org.dspace.harvest.factory
 
org.dspace.harvest.service - package org.dspace.harvest.service
 
org.dspace.health - package org.dspace.health
 
org.dspace.identifier - package org.dspace.identifier
Providers of durable unique identifiers (Handles, DOIs, etc.).
org.dspace.identifier.dao - package org.dspace.identifier.dao
 
org.dspace.identifier.dao.impl - package org.dspace.identifier.dao.impl
 
org.dspace.identifier.doi - package org.dspace.identifier.doi
Make requests to the DOI registration angencies, f.e.to EZID DOI service, and analyze the responses.
org.dspace.identifier.ezid - package org.dspace.identifier.ezid
 
org.dspace.identifier.factory - package org.dspace.identifier.factory
 
org.dspace.identifier.service - package org.dspace.identifier.service
 
org.dspace.importer.external - package org.dspace.importer.external
 
org.dspace.importer.external.datamodel - package org.dspace.importer.external.datamodel
 
org.dspace.importer.external.metadatamapping - package org.dspace.importer.external.metadatamapping
 
org.dspace.importer.external.metadatamapping.contributor - package org.dspace.importer.external.metadatamapping.contributor
 
org.dspace.importer.external.metadatamapping.processor - package org.dspace.importer.external.metadatamapping.processor
 
org.dspace.importer.external.metadatamapping.service - package org.dspace.importer.external.metadatamapping.service
 
org.dspace.importer.external.pubmed.metadatamapping - package org.dspace.importer.external.pubmed.metadatamapping
 
org.dspace.importer.external.pubmed.metadatamapping.service - package org.dspace.importer.external.pubmed.metadatamapping.service
 
org.dspace.importer.external.pubmed.service.other - package org.dspace.importer.external.pubmed.service.other
 
org.dspace.importer.external.service - package org.dspace.importer.external.service
 
org.dspace.importer.external.service.other - package org.dspace.importer.external.service.other
 
org.dspace.license - package org.dspace.license
 
org.dspace.license.factory - package org.dspace.license.factory
 
org.dspace.license.service - package org.dspace.license.service
 
org.dspace.plugin - package org.dspace.plugin
 
org.dspace.rdf - package org.dspace.rdf
 
org.dspace.rdf.conversion - package org.dspace.rdf.conversion
 
org.dspace.rdf.negotiation - package org.dspace.rdf.negotiation
 
org.dspace.rdf.storage - package org.dspace.rdf.storage
 
org.dspace.search - package org.dspace.search
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
org.dspace.service - package org.dspace.service
 
org.dspace.sort - package org.dspace.sort
 
org.dspace.statistics - package org.dspace.statistics
 
org.dspace.statistics.content - package org.dspace.statistics.content
 
org.dspace.statistics.content.filter - package org.dspace.statistics.content.filter
 
org.dspace.statistics.factory - package org.dspace.statistics.factory
 
org.dspace.statistics.service - package org.dspace.statistics.service
 
org.dspace.statistics.util - package org.dspace.statistics.util
Mostly classes for dealing with detection of spiders, and command line tools.
org.dspace.storage.bitstore - package org.dspace.storage.bitstore
Provides an API for storing, retrieving and deleting streams of bits in a transactionally safe fashion.
org.dspace.storage.bitstore.factory - package org.dspace.storage.bitstore.factory
 
org.dspace.storage.bitstore.service - package org.dspace.storage.bitstore.service
 
org.dspace.storage.rdbms - package org.dspace.storage.rdbms
 
org.dspace.storage.rdbms.hibernate.postgres - package org.dspace.storage.rdbms.hibernate.postgres
 
org.dspace.storage.rdbms.migration - package org.dspace.storage.rdbms.migration
 
org.dspace.storage.rdbms.xmlworkflow - package org.dspace.storage.rdbms.xmlworkflow
 
org.dspace.submit - package org.dspace.submit
 
org.dspace.submit.lookup - package org.dspace.submit.lookup
 
org.dspace.submit.step - package org.dspace.submit.step
 
org.dspace.submit.util - package org.dspace.submit.util
 
org.dspace.testing - package org.dspace.testing
 
org.dspace.text.filter - package org.dspace.text.filter
 
org.dspace.usage - package org.dspace.usage
Capture of "usage events".
org.dspace.util - package org.dspace.util
Generally useful classes, not particularly tied to any other package.
org.dspace.versioning - package org.dspace.versioning
 
org.dspace.versioning.dao - package org.dspace.versioning.dao
 
org.dspace.versioning.dao.impl - package org.dspace.versioning.dao.impl
 
org.dspace.versioning.factory - package org.dspace.versioning.factory
 
org.dspace.versioning.service - package org.dspace.versioning.service
 
org.dspace.vocabulary - package org.dspace.vocabulary
 
org.dspace.workflow - package org.dspace.workflow
DSpace's workflow system
org.dspace.workflow.factory - package org.dspace.workflow.factory
 
org.dspace.workflowbasic - package org.dspace.workflowbasic
 
org.dspace.workflowbasic.dao - package org.dspace.workflowbasic.dao
 
org.dspace.workflowbasic.dao.impl - package org.dspace.workflowbasic.dao.impl
 
org.dspace.workflowbasic.factory - package org.dspace.workflowbasic.factory
 
org.dspace.workflowbasic.service - package org.dspace.workflowbasic.service
 
org.dspace.xmlworkflow - package org.dspace.xmlworkflow
 
org.dspace.xmlworkflow.factory - package org.dspace.xmlworkflow.factory
 
org.dspace.xmlworkflow.migration - package org.dspace.xmlworkflow.migration
 
org.dspace.xmlworkflow.service - package org.dspace.xmlworkflow.service
 
org.dspace.xmlworkflow.state - package org.dspace.xmlworkflow.state
 
org.dspace.xmlworkflow.state.actions - package org.dspace.xmlworkflow.state.actions
 
org.dspace.xmlworkflow.state.actions.processingaction - package org.dspace.xmlworkflow.state.actions.processingaction
 
org.dspace.xmlworkflow.state.actions.userassignment - package org.dspace.xmlworkflow.state.actions.userassignment
 
org.dspace.xmlworkflow.storedcomponents - package org.dspace.xmlworkflow.storedcomponents
 
org.dspace.xmlworkflow.storedcomponents.dao - package org.dspace.xmlworkflow.storedcomponents.dao
 
org.dspace.xmlworkflow.storedcomponents.dao.impl - package org.dspace.xmlworkflow.storedcomponents.dao.impl
 
org.dspace.xmlworkflow.storedcomponents.service - package org.dspace.xmlworkflow.storedcomponents.service
 
OriginalBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalBitstreamFilter
 
OriginalWithDerivativesBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalWithDerivativesBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
 
orphanGroups - Static variable in class org.dspace.content.packager.PackageUtils
Lookaside list for translations we've already done, so we don't generate multiple names for the same group
osNs - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
OTHER_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
OTHER_NAMES - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
otherNames - Variable in class org.dspace.authority.orcid.model.BioName
 
OUTCOME_COMPLETE - Static variable in class org.dspace.xmlworkflow.state.actions.ActionResult
 
OUTCOME_REJECT - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
output(Writer) - Method in class org.dspace.app.util.SyndicationFeed
send the output to designated Writer
outputDir - Variable in class org.dspace.app.sitemap.AbstractGenerator
Directory files are written to
outputString() - Method in class org.dspace.app.util.SyndicationFeed
 
outputter - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
outputW3CDom() - Method in class org.dspace.app.util.SyndicationFeed
 
overrideContext(Context) - Method in class org.dspace.rdf.RDFizer
This method allows you to override the context used for conversion and to determine which DSpaceObjects should be deleted from the triplestore, consider well if this is really necessary.

P

PackageDisseminator - Interface in org.dspace.content.packager
Plugin Interface to produce Dissemination Information Package (DIP) of a DSpace object.
PackageException - Exception in org.dspace.content.packager
This is a superclass for exceptions representing a failure when importing or exporting a package.
PackageException() - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with no message.
PackageException(String) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with the given message.
PackageException(Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping the given underlying cause.
PackageException(String, Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping it around another exception.
PackageIngester - Interface in org.dspace.content.packager
Plugin Interface to interpret a Submission Information Package (SIP) and create (or replace) a DSpace Object from its contents.
PackageParameters - Class in org.dspace.content.packager
Parameter list for SIP and DIP packagers.
PackageParameters() - Constructor for class org.dspace.content.packager.PackageParameters
 
PackageParameters(Properties) - Constructor for class org.dspace.content.packager.PackageParameters
 
Packager - Class in org.dspace.app.packager
Command-line interface to the Packager plugin.
Packager() - Constructor for class org.dspace.app.packager.Packager
 
packageType - Variable in class org.dspace.app.packager.Packager
 
PackageUtils - Class in org.dspace.content.packager
Container class for code that is useful to many packagers.
PackageUtils() - Constructor for class org.dspace.content.packager.PackageUtils
 
PackageUtils.UnclosableInputStream - Class in org.dspace.content.packager
Stream wrapper that does not allow its wrapped stream to be closed.
PackageUtils.UnclosableInputStream(InputStream) - Constructor for class org.dspace.content.packager.PackageUtils.UnclosableInputStream
 
PackageValidationException - Exception in org.dspace.content.packager
This represents a failure when importing or exporting a package caused by invalid unacceptable package format or contents; for example, missing files that were mentioned in the manifest, or extra files not in manifest, or lack of a manifest.
PackageValidationException(String) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception with the given message.
PackageValidationException(Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception wrapping it around another exception.
PackageValidationException(String, Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
 
PANJABI - Static variable in class org.dspace.text.filter.Language
 
ParameterizedDisseminationCrosswalk - Interface in org.dspace.content.crosswalk
Translate DSpace native metadata into an external XML format, with parameters.
parameterNames - Variable in class org.dspace.rdf.negotiation.MediaRange
 
parameterValues - Variable in class org.dspace.rdf.negotiation.MediaRange
 
parent - Variable in class org.dspace.eperson.Group2GroupCache
 
PARENT_DIV_TYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
TYPE of the div containing AIP's parent handle in its mptr.
parentService - Variable in class org.dspace.identifier.IdentifierProvider
 
parse(String) - Static method in class org.dspace.app.itemupdate.ContentsEntry
Factory method parses a line from the Contents Entry file
parse(String) - Static method in class org.dspace.util.MultiFormatDateParser
Compare a string to each injected regular expression in entry order, and when it matches, attempt to parse it using the associated format.
parseComponents(String) - Method in class org.dspace.app.util.GoogleMetadata
Pull apart an individual field structure.
parseCompoundForm(String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Parses metadata field given in the form .[.|.*] checks for correct number of elements (2 or 3) and for empty strings
parseDate(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the standard date string requested at the command line and convert it into a Date object.
parseDuration(String) - Static method in class org.dspace.core.Utils
Utility method to parse durations defined as \d+[smhdwy] (seconds, minutes, hours, days, weeks, years)
parseEventType(String) - Static method in class org.dspace.event.Event
Interpret named event type.
parseFields(String) - Method in class org.dspace.app.util.GoogleMetadata
Build a Vector of fields that can be added to when expanding wildcards.
parseFile(String) - Method in interface org.dspace.app.sfx.service.SFXFileReaderService
Parses XML file and returns XML document.
parseFile(String) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
parseISO8601Date(String) - Static method in class org.dspace.core.Utils
Translates timestamp from an ISO 8601-standard format, which is commonly used in XML and RDF documents.
parseItem() - Method in class org.dspace.app.util.GoogleMetadata
Using metadata field mappings contained in the loaded configuration, parse through configured metadata fields, building valid Google metadata value strings.
parseLiteralGenerator(Model, Resource, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseLocales(String[]) - Static method in class org.dspace.core.I18nUtil
Creates array of Locales from text list of locale-specifications.
parseObject(Model, RDFNode, String, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseObjectType(String) - Static method in class org.dspace.event.Event
Translate a textual DSpace Object type name into an event subject-type mask.
parseOptions(String) - Method in class org.dspace.app.util.GoogleMetadata
Parse first-match path of metadata field-group options for the given configuration.
parsePackage(Context, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Parse a given input package, ultimately returning the METS manifest out of the package.
parsePredicate(Model, Resource, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parser - Variable in class org.dspace.content.packager.METSManifest
builder to use for mdRef streams, inherited from create()
parseResourceGenerator(Resource, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseSubject(Model, Resource, String, String, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DayTableEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in interface org.dspace.embargo.EmbargoSetter
Get lift date of embargo from the "terms" supplied in the metadata (or other available state) of this Item.
parseTransform(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
parseValueProcessor(Resource, String) - Method in class org.dspace.rdf.conversion.MetadataRDFMapping
 
parseWildcard(String) - Method in class org.dspace.app.util.GoogleMetadata
Expand any wildcard characters to an array of all matching fields for this item.
pass(List<int[]>) - Method in class org.dspace.event.Event
Test whether this event would pass through a list of filters.
passivateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
PassiveUsageEventListener - Class in org.dspace.usage
A null implementation of AbstractUsageEvent to absorb events harmlessly and cheaply.
PassiveUsageEventListener() - Constructor for class org.dspace.usage.PassiveUsageEventListener
 
PASSWORD - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
PASSWORD_DIGEST - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PASSWORD_HASH - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PASSWORD_MAP_FILE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
PASSWORD_SALT - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PasswordAuthentication - Class in org.dspace.authenticate
A stackable authentication method based on the DSpace internal "EPerson" database.
PasswordAuthentication() - Constructor for class org.dspace.authenticate.PasswordAuthentication
 
PasswordHash - Class in org.dspace.eperson
For handling digested secrets (such as passwords).
PasswordHash(String, byte[], byte[]) - Constructor for class org.dspace.eperson.PasswordHash
Construct a hash structure from existing data, just for passing around.
PasswordHash(String, String, String) - Constructor for class org.dspace.eperson.PasswordHash
Convenience: like PasswordHash.PasswordHash(String, byte[], byte[]) but with hexadecimal-encoded Strings.
PasswordHash(String) - Constructor for class org.dspace.eperson.PasswordHash
Construct a hash structure from a cleartext password using the configured digest algorithm.
PATENT_COUNTRY - Variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_NUMBER - Variable in class org.dspace.app.util.GoogleMetadata
 
path - Variable in class org.dspace.app.util.CollectionDropDown.CollectionPathEntry
 
path - Variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
PathsClassLoader - Class in org.dspace.core
Load classes from a custom class path.
pattern - Variable in class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
pattern - Static variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
pattern - Static variable in class org.dspace.rdf.conversion.DMRM
A pattern that contains $DSpaceValue as placeholder for the metadata value.
pauseScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
pauseScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Pause an active harvest scheduler.
PDF - Static variable in class org.dspace.app.mediafilter.ImageMagickPdfThumbnailFilter
 
PDF - Variable in class org.dspace.app.util.GoogleMetadata
 
PDF_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a PDF
PDFBoxThumbnail - Class in org.dspace.app.mediafilter
Create JPEG thumbnails from PDF cover page using PDFBox.
PDFBoxThumbnail() - Constructor for class org.dspace.app.mediafilter.PDFBoxThumbnail
 
PDFFilter - Class in org.dspace.app.mediafilter
 
PDFFilter() - Constructor for class org.dspace.app.mediafilter.PDFFilter
 
PDFPackager - Class in org.dspace.content.packager
Accept a PDF file by itself as a SIP.
PDFPackager() - Constructor for class org.dspace.content.packager.PDFPackager
 
perfList - Variable in class org.dspace.curate.Curator
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.AbstractTranslator
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BasicLinkChecker
Perform the link checking.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Perform the bitstream metadata creation.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ClamScan
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.MetadataWebService
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.ctask.general.NoOpCurationTask
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ProfileFormats
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.ctask.general.RequiredMetadata
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(Context, String) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(DSpaceObject) - Method in class org.dspace.curate.CitationPage
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in interface org.dspace.curate.CurationTask
Perform the curation task upon passed DSO
perform(Context, String) - Method in interface org.dspace.curate.CurationTask
Perform the curation task for passed id
perform(DSpaceObject) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task upon passed DSO
perform(Context, String) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task for passed id
performDso(DSpaceObject) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task upon passed DSO
performId(Context, String) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task for passed id
performItem(Item) - Method in class org.dspace.ctask.general.ProfileFormats
 
performItem(Item) - Method in class org.dspace.curate.AbstractCurationTask
Performs task upon a single DSpace Item.
performItem(Item) - Method in class org.dspace.curate.CitationPage
Performs task upon a single DSpace Item.
performObject(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
Performs task upon a single DSpaceObject.
permissionsPattern - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
PERSIAN - Static variable in class org.dspace.text.filter.Language
 
PERSONAL_DETAILS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
PersonAuthorityValue - Class in org.dspace.authority
 
PersonAuthorityValue() - Constructor for class org.dspace.authority.PersonAuthorityValue
 
PersonAuthorityValue(SolrDocument) - Constructor for class org.dspace.authority.PersonAuthorityValue
 
PGCRYPTO - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
PGCRYPTO_VERSION - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
phase1TransformationEngine - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
phase2TransformationEngine - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
PHONE_MAX_SIZE - Variable in class org.dspace.authenticate.ShibAuthentication
 
PING - Variable in class org.dspace.ctask.general.ClamScan
 
pingConfiguredSearchEngines() - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping all search engines configured in dspace.cfg.
pingSearchEngine(String) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping the given search engine.
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.AbstractTranslator
 
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.ClamScan
 
PLUGIN_PREFIX - Variable in class org.dspace.ctask.general.MicrosoftTranslator
 
PluginConfigurationError - Error in org.dspace.core
Indicates fatal error in PluginService configuration.
PluginConfigurationError(String) - Constructor for error org.dspace.core.PluginConfigurationError
 
PluginException - Exception in org.dspace.plugin
General exception class for all code that runs as a plugin in DSpace
PluginException() - Constructor for exception org.dspace.plugin.PluginException
basic constructor
PluginException(String) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception with the passed message
PluginException(String, Throwable) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception with the passed message to encapsulate the passed Throwable
PluginException(Throwable) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception to encapsulate the passed Throwable
PluginInstantiationException - Exception in org.dspace.core
This exception indicates a fatal error when instantiating a plugin class.
PluginInstantiationException(String) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
pluginNames - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
plugins - Variable in class org.dspace.rdf.conversion.RDFConverterImpl
 
pluginService - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
PluginService - Interface in org.dspace.core.service
A service to manage "plugins".
pluginService - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
pluginService - Variable in class org.dspace.harvest.OAIHarvester
 
PMID - Variable in class org.dspace.app.util.GoogleMetadata
 
podcastableMIMETypes - Variable in class org.dspace.app.util.SyndicationFeed
 
POLICY_EDITOR - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for editor policies
POLICY_NONE - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for no policy set
POLICY_OBSERVER - Static variable in interface org.dspace.eperson.service.SupervisorService
value to use for observer policies
PolicySet - Class in org.dspace.authorize
Was Hack/Tool to set policies for items, bundles, and bitstreams.
PolicySet() - Constructor for class org.dspace.authorize.PolicySet
 
pollEvent() - Method in class org.dspace.core.Context
Retrieves the first element in the events list & removes it from the list of events once retrieved
poolConfig - Variable in class org.dspace.event.EventServiceImpl
 
PoolTask - Class in org.dspace.xmlworkflow.storedcomponents
Pool task representing the database representation of a pool task for a step and an eperson
PoolTask() - Constructor for class org.dspace.xmlworkflow.storedcomponents.PoolTask
Protected constructor, create object using: DSpaceCRUDService.create(Context)
PoolTaskDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the PoolTask object.
poolTaskDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
PoolTaskDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the PoolTask object.
PoolTaskDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.PoolTaskDAOImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
PoolTaskService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the PoolTask object.
poolTaskService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
poolTaskService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
PoolTaskServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the PoolTask object.
PoolTaskServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
populate(HttpServletRequest, Context, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in class org.dspace.app.util.SyndicationFeed
Fills in the feed and entry-level metadata from DSpace objects.
populateHandleMetadata(Context, Item, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
populateHandleMetadata(Context, Item, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
populateMetadata(Context, Item) - Method in class org.dspace.content.InstallItemServiceImpl
 
port - Variable in class org.dspace.ctask.general.ClamScan
 
port - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
PORTUGUESE - Static variable in class org.dspace.text.filter.Language
 
post(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
post(DSpaceObject, String, String, String, EPerson) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
post(DSpaceObject, HttpServletRequest, EPerson) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
post(DSpaceObject, String, String, String, EPerson) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
post(DSpaceObject, HttpServletRequest, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
Deprecated. 
post(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
POSTGRES_VERSION - Static variable in class org.dspace.storage.rdbms.PostgresUtils
 
PostgreSQLCryptoChecker - Class in org.dspace.storage.rdbms
This is a FlywayCallback class which automatically verifies that "pgcrypto" is at the proper version before running any database migrations.
PostgreSQLCryptoChecker() - Constructor for class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
 
PostgresUtils - Class in org.dspace.storage.rdbms
Database utility class specific to Postgres.
PostgresUtils() - Constructor for class org.dspace.storage.rdbms.PostgresUtils
 
postProcessBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
postProcessBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
postSearch(DSpaceObject, HttpServletRequest, EPerson, List<String>, int, String, String, int, DSpaceObject) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postSearch(DSpaceObject, HttpServletRequest, EPerson, List<String>, int, String, String, int, DSpaceObject) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postView(DSpaceObject, HttpServletRequest, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
Store a usage event into Solr.
postView(DSpaceObject, String, String, String, EPerson) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postView(DSpaceObject, HttpServletRequest, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postView(DSpaceObject, String, String, String, EPerson) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
postWorkflow(UsageWorkflowEvent) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
postWorkflow(UsageWorkflowEvent) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
PowerPointFilter - Class in org.dspace.app.mediafilter
 
PowerPointFilter() - Constructor for class org.dspace.app.mediafilter.PowerPointFilter
 
powers - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
predicate - Static variable in class org.dspace.rdf.conversion.DMRM
The predicate of a DSpace metadata RDF mapping result.
preferList() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
preferList() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
ModsCrosswalk prefer's element form over list.
preferList() - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
return true if this crosswalk prefers the list form over an single element, otherwise false.
PREMISCrosswalk - Class in org.dspace.content.crosswalk
PREMIS Crosswalk
PREMISCrosswalk() - Constructor for class org.dspace.content.crosswalk.PREMISCrosswalk
 
prepareNextValue(String, MetadataValue) - Method in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
This method looks at the authority of a metadata.
prepareStats(Map<String, String>, boolean, boolean) - Static method in class org.dspace.app.statistics.ReportGenerator
a standard stats block preparation method for use when an aggregator has to be put out in its entirity.
prepareXwalk() - Method in class org.dspace.identifier.DataCiteXMLCreator
 
prepareXwalk() - Method in class org.dspace.identifier.doi.DataCiteConnector
 
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
preProcessBitstream(Context, Item, Bitstream, boolean) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
presentation - Variable in class org.dspace.content.authority.ChoiceAuthorityServiceImpl
 
PRESERVATION_BUNDLE_NAME - Static variable in class org.dspace.curate.CitationPage
The name of the bundle to move source documents into after they have been cited.
preserveManifest() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
PREVIOUS_BUTTON - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "<-Previous" button
print - Variable in class org.dspace.authority.UpdateAuthorities
 
printDSpaceInfoRecords(Context, List<Bitstream>, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Create a list of the found history records.
printHistoryRecords(List<MostRecentChecksum>, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterServiceImpl
Create a list of the found history records.
printStores(Context) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
printStores(Context) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Print out (log/out) a listing of the assetstores configured, and how many assets they contain
probe(Context, InputStream, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
process() - Method in class org.dspace.checker.CheckerCommand
Uses the options set up on this checker to determine a mode of execution, and then accepts bitstream ids from the dispatcher and checks their bitstreams against the db records.
process(Context, HttpServletRequest, HttpServletResponse, Collection) - Method in interface org.dspace.plugin.CollectionHomeProcessor
execute the process
process(Context, HttpServletRequest, HttpServletResponse, Community) - Method in interface org.dspace.plugin.CommunityHomeProcessor
execute the process
process(Context, HttpServletRequest, HttpServletResponse, Item) - Method in interface org.dspace.plugin.ItemHomeProcessor
execute the process
process(Context, HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.plugin.SiteHomeProcessor
execute the process
process(List<SolrDocument>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
Override to manage pages of documents
process(SolrDocument) - Method in class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
Override to manage individual documents
processArchive(Context, String, String, String, boolean, boolean) - Method in class org.dspace.app.itemupdate.ItemUpdate
 
processArgs(String[], UpdateAuthorities) - Static method in class org.dspace.authority.UpdateAuthorities
 
processAxis(Context, DatasetGenerator, List<StatisticsDataVisits.DatasetQuery>) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
processBitstream(Context, Item, Bitstream, FormatFilter) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
processBitstream(Context, Item, Bitstream, FormatFilter) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
A utility class that calls the virtual methods from the current MediaFilter class.
processBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process general case bitstream.
processCC(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.CCLicenseStep
Process the input from the CC license page
processCCWS(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.CCLicenseStep
Process the input from the CC license page using CC Web service
processCollectionFile(Context, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Read the collections file inside the item directory.
processContentFileEntry(Context, Item, String, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
each entry represents a bitstream....
processContentsFile(Context, Item, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Given a contents file and an item, stuffing it with bitstreams from the contents file Returns a List of Strings with lines from the contents file that request non-default bitstream permission
processDaily(Context, boolean) - Static method in class org.dspace.eperson.SubscribeCLITool
Process subscriptions.
processDeletedBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process bitstream that was marked 'deleted' in bitstream table.
processDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Does the work creating a List with all the Items in the Community or Collection It then kicks off a new Thread to export the items, zip the export directory and send confirmation email
processed - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
processed - Variable in class org.dspace.rdf.RDFizer
Set to remember with DSpaceObject were converted or deleted from the triplestore already.
processError(Document) - Method in class org.dspace.authority.orcid.xml.Converter
 
processError(Document) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
processFields(Node, Item) - Method in class org.dspace.app.sfx.SFXFileReaderServiceImpl
Process the field nodes, mapping each metadata field defined in the configuration file to an OpenURL parameter
processHandleFile(Context, Item, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Read in the handle file or return null if empty or doesn't exist
ProcessingAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
A class that that extends the action to support the common isAuthorized method
ProcessingAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
processingAction - Variable in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
processLogs(Context, String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
using the pre-configuration information passed here, analyse the logs and produce the aggregation file
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processMetadataValue(String) - Method in class org.dspace.importer.external.metadatamapping.processor.AuthorMetadataProcessorService
 
processMetadataValue(String) - Method in interface org.dspace.importer.external.metadatamapping.service.MetadataProcessorService
 
processNextStep(Context, EPerson, Workflow, ActionResult, XmlWorkflowItem, Step) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
processNullInfoBitstream(MostRecentChecksum) - Method in class org.dspace.checker.CheckerCommand
Process bitstream whose ID was not found in most_recent_checksum or bitstream table.
processOneItem(Context, Item, CommandLine, Date) - Static method in class org.dspace.embargo.EmbargoCLITool
 
processOptions(Context, Item, List<String>) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Process the Options to apply to the Item.
processOutcome(Context, EPerson, Workflow, Step, WorkflowActionConfig, ActionResult, XmlWorkflowItem, boolean) - Method in interface org.dspace.xmlworkflow.service.XmlWorkflowService
 
processOutcome(Context, EPerson, Workflow, Step, WorkflowActionConfig, ActionResult, XmlWorkflowItem, boolean) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
processRecord(Element, String) - Method in class org.dspace.harvest.OAIHarvester
Process an individual PMH record, making (or updating) a corresponding DSpace Item.
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processRemoveFile(Context, Item, UUID) - Method in class org.dspace.submit.step.UploadStep
Remove a file from an item
processReport(Context, String, String, String, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format this method is retained for backwards compatibility, but delegates the actual wprk to a new method
processReport(Context, Report, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format
processResponse(Document, Item, StringBuilder) - Method in class org.dspace.ctask.general.MetadataWebService
 
processSaveFileDescription(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process input from the "change file description" page
processSaveFileFormat(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process input from get file type page
processStartTime - Variable in class org.dspace.checker.SimpleDispatcher
Date this dispatcher started dispatching.
processUIImport(String, Collection, String[], String, String, Context, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Given a local file or public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpace
processUIImport(String, Collection, String[], String, String, Context, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
Given a public URL to a zip file that has the Simple Archive Format, this method imports the contents to DSpace
processUploadFile(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process the upload of a new file!
processUploadFile(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadWithEmbargoStep
Process the upload of a new file!
processVerifyPrune(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo, boolean, boolean, boolean) - Method in class org.dspace.submit.step.InitialQuestionsStep
Process input from "verify prune" page
PROFILE_1_0 - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
Unique identifier for the profile of the METS document.
PROFILE_LABEL - Static variable in class org.dspace.content.packager.DSpaceMETSDisseminator
Identifier for the package we produce, i.e.
PROFILE_START - Static variable in class org.dspace.content.packager.DSpaceMETSIngester
 
ProfileFormats - Class in org.dspace.ctask.general
ProfileFormats is a task that creates a distribution table of Bitstream formats for it's passed object.
ProfileFormats() - Constructor for class org.dspace.ctask.general.ProfileFormats
 
PROGRESS_BAR_PREFIX - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Prefix of all buttons in the Progress Bar
propertyNames() - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Returns an enumeration of all the keys in the DSpace configuration
propertyNames(String) - Static method in class org.dspace.core.ConfigurationManager
Deprecated.
Returns an enumeration of all the keys in a module configuration
props - Variable in class org.dspace.app.itemupdate.BitstreamFilter
 
PROVENANCE_TEXT - Static variable in class org.dspace.content.Collection
 
PROVENCAL - Static variable in class org.dspace.text.filter.Language
 
PROVENCAL_OCCITAN - Static variable in class org.dspace.text.filter.Language
 
PROVIDER_NAME_FIELD - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
providers - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
prune(Context, Map<ChecksumResultCode, Long>) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
prune() - Method in class org.dspace.checker.ResultsPruner
Prunes the results retaining results as configured by the interests registered with this object.
prune(Context, Map<ChecksumResultCode, Long>) - Method in interface org.dspace.checker.service.ChecksumHistoryService
Prune the history records from the database.
PUBLICATION_DATE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
publicFiltersClasses - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
PUBLISHER - Variable in class org.dspace.app.util.GoogleMetadata
 
PUBMED - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
PubmedDateMetadatumContributor<T> - Class in org.dspace.importer.external.pubmed.metadatamapping
Created by Philip Vissenaekens (philip at atmire dot com) Date: 06/07/15 Time: 13:48
PubmedDateMetadatumContributor() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
PubmedDateMetadatumContributor(MetadataFieldConfig, MetadataContributor, MetadataContributor, MetadataContributor) - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
PubmedFieldMapping - Class in org.dspace.importer.external.pubmed.metadatamapping
Created by jonas - jonas@atmire.com on 06/11/15.
PubmedFieldMapping() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedFieldMapping
 
PubmedFileDataLoader - Class in org.dspace.submit.lookup
 
PubmedFileDataLoader() - Constructor for class org.dspace.submit.lookup.PubmedFileDataLoader
 
PubmedFileDataLoader(String) - Constructor for class org.dspace.submit.lookup.PubmedFileDataLoader
 
PubmedLanguageMetadatumContributor<T> - Class in org.dspace.importer.external.pubmed.metadatamapping
Created by Philip Vissenaekens (philip at atmire dot com) Date: 07/07/15 Time: 15:08
PubmedLanguageMetadatumContributor() - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
PubmedLanguageMetadatumContributor(MetadataFieldConfig, MetadataContributor) - Constructor for class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
PubmedOnlineDataLoader - Class in org.dspace.submit.lookup
 
PubmedOnlineDataLoader() - Constructor for class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
pubmedService - Variable in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
PubmedService - Class in org.dspace.submit.lookup
 
PubmedService() - Constructor for class org.dspace.submit.lookup.PubmedService
 
PubMedToImport - Class in org.dspace.testing
Simple class to transform a medline.xml file from PubMed into DSpace import package(s) This is a distinctly incomplete implementation - it doesn't even attempt to map a number of fields, and has no means of customizing the mapping.
PubMedToImport() - Constructor for class org.dspace.testing.PubMedToImport
 
PubMedToImport.MockMetadataValue - Class in org.dspace.testing
 
PubMedToImport.MockMetadataValue() - Constructor for class org.dspace.testing.PubMedToImport.MockMetadataValue
 
PubmedUtils - Class in org.dspace.submit.lookup
 
PubmedUtils() - Constructor for class org.dspace.submit.lookup.PubmedUtils
 
put(Bitstream, InputStream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Store a stream of bits.
put(Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Store a stream of bits.
put(Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Store a stream of bits.

Q

QDCCrosswalk - Class in org.dspace.content.crosswalk
Configurable QDC Crosswalk
QDCCrosswalk() - Constructor for class org.dspace.content.crosswalk.QDCCrosswalk
 
qdtext - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
qualifier - Variable in class org.dspace.content.ItemComparator
Dublin Core qualifier
qualifier - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
qualityParam - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
query(String, String, String, List<BasicNameValuePair>, int, int) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
 
Query - Class in org.dspace.importer.external
Created by Roeland Dillen (roeland at atmire dot com) Date: 27/09/12 Time: 15:26
Query() - Constructor for class org.dspace.importer.external.Query
 
query(String, int) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
query(String, String, String, int, int, String, String, String, List<String>, String, boolean) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
query(String, int) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
query(String, String, String, int, int, String, String, String, List<String>, String, boolean) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryAuthorities(String, int) - Method in class org.dspace.authority.orcid.Orcid
 
queryAuthorities(String, int) - Method in class org.dspace.authority.rest.RestSource
TODO com.atmire.org.dspace.authority.rest.RestSource#queryAuthorities -> add field, so the source can decide whether to query /users or something else.
queryAuthorityID(String) - Method in class org.dspace.authority.orcid.Orcid
 
queryAuthorityID(String) - Method in class org.dspace.authority.rest.RestSource
 
queryBio(String, int, int) - Method in class org.dspace.authority.orcid.Orcid
 
queryFacetDate(String, String, int, String, String, String, boolean, Context) - Method in interface org.dspace.statistics.service.SolrLoggerService
Query used to get values grouped by the date.
queryFacetDate(String, String, int, String, String, String, boolean, Context) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryFacetField(StatisticsDataVisits.DatasetQuery, String, String) - Method in class org.dspace.statistics.content.StatisticsDataVisits
 
queryFacetField(String, String, String, int, boolean, List<String>) - Method in interface org.dspace.statistics.service.SolrLoggerService
Query used to get values grouped by the given facet field.
queryFacetField(String, String, String, int, boolean, List<String>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryFacetQuery(String, String, List<String>) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryFacetQuery(String, String, List<String>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryField(String, List, String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryField(String, List, String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queryTotal(String, String) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
queryTotal(String, String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
queue(Context, String, String) - Method in class org.dspace.curate.Curator
Places a curation request for the object identified by id on a managed queue named by the queueId.
queue - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.FlowStep
 
queueNames() - Method in class org.dspace.curate.FileTaskQueue
 
queueNames() - Method in interface org.dspace.curate.TaskQueue
Returns list of queue names.
quotedPair - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
quotedString - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
qvalue - Variable in class org.dspace.rdf.negotiation.MediaRange
 

R

RASTER_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a JPEG, PNG, or GIF
rawDelete(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
Internal method to remove the community and all its children from the database, and perform any pre/post-cleanup
rawDelete(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
RBITSTREAM - Static variable in class org.dspace.core.Constants
generating constants for the relevance array dynamically is simple: just 1 << TYPE
RBUNDLE - Static variable in class org.dspace.core.Constants
 
RCOLLECTION - Static variable in class org.dspace.core.Constants
 
RCOMMUNITY - Static variable in class org.dspace.core.Constants
 
RDFConfiguration - Class in org.dspace.rdf
 
RDFConfiguration() - Constructor for class org.dspace.rdf.RDFConfiguration
 
RDFConsumer - Class in org.dspace.rdf
 
RDFConsumer() - Constructor for class org.dspace.rdf.RDFConsumer
 
RDFConverter - Interface in org.dspace.rdf.conversion
 
RDFCONVERTER_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the class to use as RDFConverter.
RDFConverterImpl - Class in org.dspace.rdf.conversion
 
RDFConverterImpl() - Constructor for class org.dspace.rdf.conversion.RDFConverterImpl
 
RDFizer - Class in org.dspace.rdf
This class manages the handling of RDF data in DSpace.
RDFizer() - Constructor for class org.dspace.rdf.RDFizer
 
RDFizer.Callback - Class in org.dspace.rdf
 
RDFizer.Callback() - Constructor for class org.dspace.rdf.RDFizer.Callback
 
RDFStorage - Interface in org.dspace.rdf.storage
 
RDFSTORAGE_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the class to use as RDFStorage.
RDFStorageImpl - Class in org.dspace.rdf.storage
 
RDFStorageImpl() - Constructor for class org.dspace.rdf.storage.RDFStorageImpl
 
RDFUtil - Class in org.dspace.rdf
 
RDFUtil() - Constructor for class org.dspace.rdf.RDFUtil
 
RDFXML - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
READ - Static variable in class org.dspace.core.Constants
Action of reading, viewing or downloading something
READ_ONLY - Static variable in class org.dspace.core.Context
option flags
readConfig() - Static method in class org.dspace.app.statistics.LogAnalyser
Read in the current config file and populate the class globals.
readConfig(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Read in the given config file and populate the class globals.
readContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Rewrite of ItemImport's functionality but just the parsing of the file, not the processing of its elements.
readDate(Context, HttpServletRequest, Item, String, String, String) - Method in class org.dspace.submit.step.DescribeStep
Fill out a metadata date field with the value from a form.
readDeleteContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
 
reader - Variable in class org.dspace.ctask.general.RequiredMetadata
 
readFile(String, String) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
readInput(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read the input file and populate all the class globals with the contents The values that come from this file form the basis of the analysis report
readList - Variable in class org.dspace.curate.FileTaskQueue
 
readMap(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read in the action map file which converts log file line actions into actions which are more understandable to humans
readMapFile(String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
readNames(Context, HttpServletRequest, Item, String, String, String, boolean) - Method in class org.dspace.submit.step.DescribeStep
Set relevant metadata fields in an item from name values in the form.
readNewsFile(String) - Method in class org.dspace.core.NewsServiceImpl
 
readNewsFile(String) - Method in interface org.dspace.core.service.NewsService
Reads news from a text file.
readPatterns(File) - Static method in class org.dspace.statistics.util.SpiderDetector
Utility method which reads lines from a file & returns them in a Set.
readSeriesNumbers(Context, HttpServletRequest, Item, String, String, String, boolean) - Method in class org.dspace.submit.step.DescribeStep
Set relevant metadata fields in an item from series/number values in the form.
readText(Context, HttpServletRequest, Item, String, String, String, boolean, String, boolean) - Method in class org.dspace.submit.step.DescribeStep
Fill out an item's metadata values from a plain standard text field.
readTicket - Variable in class org.dspace.curate.FileTaskQueue
 
receiveEvent(Event) - Method in class org.dspace.google.GoogleRecorderEventListener
 
receiveEvent(Event) - Method in class org.dspace.statistics.ElasticSearchLoggerEventListener
 
receiveEvent(Event) - Method in class org.dspace.statistics.SolrLoggerUsageEventListener
 
receiveEvent(Event) - Method in class org.dspace.usage.LoggerUsageEventListener
 
receiveEvent(Event) - Method in class org.dspace.usage.PassiveUsageEventListener
Do nothing and return.
receiveEvent(Event) - Method in class org.dspace.usage.TabFileUsageEventListener
 
recordApproval(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
recordStart(Context, Item) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
recordStart(Context, Item, Action) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
recoverEmbargoDate(Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
recursiveModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if recursive mode is enabled.
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
Should a person have the option to repool the task the tasks will have to be regenerated
REGEX_PREFIX - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
regexConfig - Variable in class org.dspace.submit.lookup.MapConverterModifier
 
register() - Method in class org.dspace.app.util.AbstractDSpaceWebapp
Record that this application is running.
register(Context, Bundle, int, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
register(Context, int, String) - Method in class org.dspace.content.BitstreamServiceImpl
Register a new bitstream, with a new ID.
register(Context, Bundle, int, String) - Method in interface org.dspace.content.service.BitstreamService
Register a new bitstream, with a new ID.
register(Context, int, String) - Method in interface org.dspace.content.service.BitstreamService
Register a new bitstream, with a new ID.
register(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierProvider
Create and apply an identifier to a DSpaceObject.
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Create a specific identifier and apply it to an object.
register(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
register(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
 
register(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Register a specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for detecting and processing the appropriate identifier.
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
register(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
register(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
register(Context, Bitstream, int, String) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
Register a bitstream already in storage.
register(Context, Bitstream, int, String) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Register a bitstream already in storage.
registerAdd(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an added metadata value
registerBitstream(Context, Item, int, String, String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Register the bitstream file into DSpace
registerConstant(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an unchanged metadata value
registerDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
registerDOI(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to register a DOI.
REGISTERED_FLAG - Variable in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
This prefix string marks registered bitstreams in internal_id
REGISTERED_FLAG - Variable in class org.dspace.storage.bitstore.DSBitStoreService
 
registerHibernateType(int, String) - Method in class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect
 
registerNewEPerson(Context, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Register a new eperson object.
registerNewMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a new mapped Collection
registerOldMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an old mapped Collection
registerOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
registerRemove(BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a removed metadata value
registerUnderJavaType() - Method in class org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect.InternalPostgresUUIDType
 
RegistrationData - Class in org.dspace.eperson
Database entity representation of the registrationdata table
RegistrationData() - Constructor for class org.dspace.eperson.RegistrationData
Protected constructor, create object using: DSpaceCRUDService.create(Context)
RegistrationDataDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the RegistrationData object.
registrationDataDAO - Variable in class org.dspace.eperson.RegistrationDataServiceImpl
 
RegistrationDataDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the RegistrationData object.
RegistrationDataDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.RegistrationDataDAOImpl
 
registrationDataService - Variable in class org.dspace.eperson.AccountServiceImpl
 
RegistrationDataService - Interface in org.dspace.eperson.service
Service interface class for the RegistrationData object.
RegistrationDataServiceImpl - Class in org.dspace.eperson
Service implementation for the RegistrationData object.
RegistrationDataServiceImpl() - Constructor for class org.dspace.eperson.RegistrationDataServiceImpl
 
registry - Variable in class org.dspace.app.itemupdate.ActionManager
 
RegistryExportException - Exception in org.dspace.administer
 
RegistryExportException() - Constructor for exception org.dspace.administer.RegistryExportException
Create an empty authorize exception
RegistryExportException(String) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with only a message
RegistryExportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception and a message
RegistryExportException(Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception
RegistryImporter - Class in org.dspace.administer
 
RegistryImporter() - Constructor for class org.dspace.administer.RegistryImporter
 
RegistryImportException - Exception in org.dspace.administer
 
RegistryImportException() - Constructor for exception org.dspace.administer.RegistryImportException
Create an empty authorize exception
RegistryImportException(String) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with only a message
RegistryImportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception and a message
RegistryImportException(Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception
RegistryLoader - Class in org.dspace.administer
Loads the bitstream format and Dublin Core type registries into the database.
RegistryLoader() - Constructor for class org.dspace.administer.RegistryLoader
 
reindexBitstreamHits(boolean) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
reindexBitstreamHits(boolean) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
reIndexContent(Context, DSpaceObject) - Method in interface org.dspace.discovery.IndexingService
 
reIndexContent(Context, DSpaceObject) - Method in class org.dspace.discovery.SolrServiceImpl
reIndexContent removes something from the index, then re-indexes it
reinstate(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
reinstate(Context, Item) - Method in interface org.dspace.content.service.ItemService
Reinstate a withdrawn item
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
release(String, long, boolean) - Method in class org.dspace.curate.FileTaskQueue
 
release(String, long, boolean) - Method in interface org.dspace.curate.TaskQueue
Releases the lock upon the named queue, deleting it if removeEntries is set to true.
reloadSubmissionConfig(HttpServletRequest) - Method in class org.dspace.app.util.SubmissionInfo
Causes the SubmissionConfig to be completely reloaded from the XML configuration file (item-submission.xml).
REMOVE - Static variable in class org.dspace.core.Constants
Action of removing something from a container.
remove(Context, WorkspaceItem, Group) - Method in interface org.dspace.eperson.service.SupervisorService
removes the requested group from the requested workspace item in terms of supervision.
remove(Context, WorkspaceItem, Group) - Method in class org.dspace.eperson.SupervisorServiceImpl
 
REMOVE - Static variable in class org.dspace.event.Event
 
remove(Bitstream) - Method in interface org.dspace.storage.bitstore.BitStoreService
Remove an asset from the asset store.
remove(Bitstream) - Method in class org.dspace.storage.bitstore.DSBitStoreService
Remove an asset from the asset store.
remove(Bitstream) - Method in class org.dspace.storage.bitstore.S3BitStoreService
Remove an asset from the asset store.
remove(String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
remove(VersionHistory, Version) - Method in interface org.dspace.versioning.service.VersionHistoryService
 
remove(VersionHistory, Version) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
removeAdministrators(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeAdministrators(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
removeAdministrators(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the administrators group, if no group has already been created then return without error.
removeAdministrators(Context, Community) - Method in interface org.dspace.content.service.CommunityService
Remove the administrators group, if no group has already been created then return without error.
removeAllBitstreams(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Remove all bitstreams (files) associated with a DSpace object.
removeAllBundles(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeAllBundles(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove all bundles linked to this item.
removeAllPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPolicies(Context, DSpaceObject, boolean) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPolicies(Context, DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeAllPolicies(Context, DSpaceObject, boolean) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeAllPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.AuthorizeService
removes ALL policies for an object.
removeAllPolicies(Context, DSpaceObject, boolean) - Method in interface org.dspace.authorize.service.AuthorizeService
 
removeAllPolicies(Context, DSpaceObject) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeAllPolicies(Context, DSpaceObject, boolean) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeAllPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPoliciesByDSOAndType(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
removes policies
removeAllPoliciesByDSOAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeAllPoliciesByDSOAndTypeNotEqualsTo(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.AuthorizeService
removes ALL policies for an object that are not of the input type.
removeBitstream(Context, Bundle, Bitstream) - Method in class org.dspace.content.BundleServiceImpl
 
removeBitstream(Context, Bundle, Bitstream) - Method in interface org.dspace.content.service.BundleService
Remove a bitstream from this bundle - the bitstream is only deleted if this was the last reference to it
removeBundle(Context, Item, Bundle) - Method in class org.dspace.content.ItemServiceImpl
 
removeBundle(Context, Item, Bundle) - Method in interface org.dspace.content.service.ItemService
Remove a bundle.
removeClaimedUser(Context, XmlWorkflowItem, EPerson, String) - Method in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
removeClaimedUser(Context, XmlWorkflowItem, EPerson, String) - Method in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
removeCollection(Context, Community, Collection) - Method in class org.dspace.content.CommunityServiceImpl
 
removeCollection(Context, Community, Collection) - Method in interface org.dspace.content.service.CommunityService
Remove a collection.
removeDOIFromObject(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Removes a DOI out of the metadata of a DSpaceObject.
removeDsoAndTypeNotEqualsToPolicies(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoAndTypeNotEqualsToPolicies(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDsoGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeDsoGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeDSpaceLicense(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeDSpaceLicense(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove just the DSpace license from an item This is useful to update the current DSpace license, in case the user must accept the DSpace license again (either the item was rejected, or resumed after saving)
removeEperson(EPerson) - Method in class org.dspace.xmlworkflow.RoleMembers
 
removeEPersonPolicies(Context, DSpaceObject, EPerson) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeEPersonPolicies(Context, DSpaceObject, EPerson) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies from an eperson for a particular object that belong to an EPerson.
removeField(String) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
removeGroupItemPolicies(Context, Item, Group) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
removeGroupPolicies(Context, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeGroupPolicies(Context, DSpaceObject, Group) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removeGroupPolicies(Context, Group) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removeGroupPolicies(Context, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies relating to a particular group.
removeGroupPolicies(Context, DSpaceObject, Group) - Method in interface org.dspace.authorize.service.AuthorizeService
Removes all policies from a group for a particular object that belong to a Group.
removeGroupPolicies(Context, Group) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removeGroupPolicies(Context, Item, Group) - Method in class org.dspace.content.ItemServiceImpl
 
removeGroupPolicies(Context, Item, Group) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item's bitstreams and bundles that belong to a given Group
removeIndex(String) - Method in interface org.dspace.statistics.service.SolrLoggerService
Delete data from the index, as described by a query.
removeIndex(String) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
removeItem(Context, Collection, Item) - Method in class org.dspace.content.CollectionServiceImpl
 
removeItem(Context, Collection, Item) - Method in interface org.dspace.content.service.CollectionService
Remove an item.
removeItemValue(Context, Item, String) - Method in class org.dspace.license.LicenseMetadataValue
Removes the passed value from the set of values for the field in passed item.
RemoveLastDotModifier - Class in org.dspace.submit.lookup
 
RemoveLastDotModifier(String) - Constructor for class org.dspace.submit.lookup.RemoveLastDotModifier
 
removeLicense(Context, Item) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
removeLicense(Context, Item) - Method in interface org.dspace.license.service.CreativeCommonsService
 
removeLicenses(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeLicenses(Context, Item) - Method in interface org.dspace.content.service.ItemService
Remove all licenses from an item - it was rejected
removeMember(Context, Group, EPerson) - Method in class org.dspace.eperson.GroupServiceImpl
 
removeMember(Context, Group, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
removeMember(Context, Group, EPerson) - Method in interface org.dspace.eperson.service.GroupService
remove an eperson from a group
removeMember(Context, Group, Group) - Method in interface org.dspace.eperson.service.GroupService
remove group from this group
removeMetadata(MetadataValue) - Method in class org.dspace.content.DSpaceObject
 
removeMetadata(List<MetadataValue>) - Method in class org.dspace.content.DSpaceObject
 
removeMetadataValues(Context, T, List<MetadataValue>) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
removeMetadataValues(Context, T, List<MetadataValue>) - Method in interface org.dspace.content.service.DSpaceObjectService
 
removeObject(Context, DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSIngester
Remove an existing DSpace Object (called during a replace)
removePgCrypto(Connection) - Method in class org.dspace.storage.rdbms.PostgreSQLCryptoChecker
Remove pgcrypto (if necessary).
removePolicies(Context, DSpaceObject, String) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removePolicies(Context, DSpaceObject, int) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
 
removePolicies(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removePolicies(Context, DSpaceObject, String) - Method in interface org.dspace.authorize.service.ResourcePolicyService
 
removePoliciesActionFilter(Context, DSpaceObject, int) - Method in class org.dspace.authorize.AuthorizeServiceImpl
 
removePoliciesActionFilter(Context, DSpaceObject, int) - Method in interface org.dspace.authorize.service.AuthorizeService
Remove all policies from an object that match a given action.
removePolicy(Context, String) - Static method in class org.dspace.submit.step.AccessStep
 
removeSubcommunity(Context, Community, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
removeSubcommunity(Context, Community, Community) - Method in interface org.dspace.content.service.CommunityService
Remove a subcommunity.
removeSubmitters(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeSubmitters(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the submitters group, if no group has already been created then return without error.
removeTask(String) - Method in class org.dspace.curate.Curator
Removes a task from the set to be performed.
removeTemplateItem(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
removeTemplateItem(Context, Collection) - Method in interface org.dspace.content.service.CollectionService
Remove the template item for this collection, if there is one.
removeUserItemPolicies(Context, Item, EPerson) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
removeValue(String, Value) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
removeVersion(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
removeVersion(Context, Version) - Method in interface org.dspace.versioning.service.VersioningService
 
removeVersion(Context, Item) - Method in interface org.dspace.versioning.service.VersioningService
 
removeVersion(Context, Version) - Method in class org.dspace.versioning.VersioningServiceImpl
 
removeVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
 
render() - Method in class org.dspace.app.statistics.HTMLReport
return a string containing the report as generated by this class
render() - Method in interface org.dspace.app.statistics.Report
render the report
REPEC - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
replace(Context, PackageIngester, PackageParameters, String, DSpaceObject) - Method in class org.dspace.app.packager.Packager
Replace an one or more existing DSpace objects with the contents of specified package(s) based on the options passed to the 'packager' script.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace an existing DSpace object with the contents of a METS-based package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Replace an existing DSpace Object with contents of the ingested package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
Replace is not implemented.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractPackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
ReplaceAll() cannot be implemented for a PDF ingester, because there's only one PDF to ingest
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replaceAllBitstreamPolicies(Context, Bundle, List<ResourcePolicy>) - Method in class org.dspace.content.BundleServiceImpl
 
replaceAllBitstreamPolicies(Context, Item, List<ResourcePolicy>) - Method in class org.dspace.content.ItemServiceImpl
 
replaceAllBitstreamPolicies(Context, Bundle, List<ResourcePolicy>) - Method in interface org.dspace.content.service.BundleService
remove all of the policies for the bundle and bitstream contents and replace them with a new list of policies
replaceAllBitstreamPolicies(Context, Item, List<ResourcePolicy>) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item's bitstreams and bundles and replace them with a new list of policies
replaceAllItemPolicies(Context, Item, List<ResourcePolicy>) - Method in class org.dspace.content.ItemServiceImpl
 
replaceAllItemPolicies(Context, Item, List<ResourcePolicy>) - Method in interface org.dspace.content.service.ItemService
remove all of the policies for item and replace them with a new list of policies
replaceItems(Context, List<Collection>, String, String, boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
replaceItems(Context, List<Collection>, String, String, boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
replacement - Static variable in class org.dspace.rdf.conversion.DMRM
A regex that replaces previously matched subsequences of a metadata value.
replaceModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if replace mode is enabled.
replaceObject(Context, DSpaceObject, METSManifest, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace the contents of a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngester.
Report - Interface in org.dspace.app.statistics
Sn interface to a generic report generating class, and to provide the polymorphism necessary to allow the report generator to generate any number of different formats of report Note: This used to be an abstract class, but has been made an interface as there wasn't any logic contained within it.
report(String) - Method in class org.dspace.curate.AbstractCurationTask
Sends message to the reporting stream
report(String) - Method in class org.dspace.curate.Curator
Adds a message to the configured reporting stream.
report(ReportInfo) - Method in class org.dspace.health.Check
 
Report - Class in org.dspace.health
 
Report() - Constructor for class org.dspace.health.Report
 
report(String) - Method in class org.dspace.rdf.RDFizer
 
reporter - Variable in class org.dspace.curate.Curator
 
ReportGenerator - Class in org.dspace.app.statistics
This class performs the action of coordinating a usage report being generated using the standard internal aggregation file format as a basis.
ReportGenerator() - Constructor for class org.dspace.app.statistics.ReportGenerator
 
ReportInfo - Class in org.dspace.health
Information about a report run accessible by each check.
ReportInfo(int) - Constructor for class org.dspace.health.ReportInfo
 
ReportTools - Class in org.dspace.app.statistics
This class provides a number of tools that may be useful to the methods which generate the different types of report
ReportTools() - Constructor for class org.dspace.app.statistics.ReportTools
 
reqMap - Variable in class org.dspace.ctask.general.RequiredMetadata
 
request - Variable in class org.dspace.app.util.SyndicationFeed
 
RequestItem - Class in org.dspace.app.requestitem
Object representing an Item Request
RequestItem() - Constructor for class org.dspace.app.requestitem.RequestItem
RequestItemAuthor - Class in org.dspace.app.requestitem
Simple DTO to transfer data about the corresponding author for the Request Copy feature
RequestItemAuthor(String, String) - Constructor for class org.dspace.app.requestitem.RequestItemAuthor
 
RequestItemAuthor(EPerson) - Constructor for class org.dspace.app.requestitem.RequestItemAuthor
 
RequestItemAuthorExtractor - Interface in org.dspace.app.requestitem
Interface to abstract the strategy for select the author to contact for request copy
RequestItemDAO - Interface in org.dspace.app.requestitem.dao
Database Access Object interface class for the RequestItem object.
requestItemDAO - Variable in class org.dspace.app.requestitem.RequestItemServiceImpl
 
RequestItemDAOImpl - Class in org.dspace.app.requestitem.dao.impl
Hibernate implementation of the Database Access Object interface class for the RequestItem object.
RequestItemDAOImpl() - Constructor for class org.dspace.app.requestitem.dao.impl.RequestItemDAOImpl
 
RequestItemHelpdeskStrategy - Class in org.dspace.app.requestitem
RequestItem strategy to allow DSpace support team's helpdesk to receive requestItem request With this enabled, then the Item author/submitter doesn't receive the request, but the helpdesk instead does.
RequestItemHelpdeskStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemHelpdeskStrategy
 
RequestItemMetadataStrategy - Class in org.dspace.app.requestitem
Try to look to an item metadata for the corresponding author name and email.
RequestItemMetadataStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
RequestItemService - Interface in org.dspace.app.requestitem.service
Service interface class for the RequestItem object.
RequestItemServiceFactory - Class in org.dspace.app.requestitem.factory
Abstract factory to get services for the requestitem package, use RequestItemServiceFactory.getInstance() to retrieve an implementation
RequestItemServiceFactory() - Constructor for class org.dspace.app.requestitem.factory.RequestItemServiceFactory
 
RequestItemServiceFactoryImpl - Class in org.dspace.app.requestitem.factory
Factory implementation to get services for the requestitem package, use RequestItemServiceFactory.getInstance() to retrieve an implementation
RequestItemServiceFactoryImpl() - Constructor for class org.dspace.app.requestitem.factory.RequestItemServiceFactoryImpl
 
RequestItemServiceImpl - Class in org.dspace.app.requestitem
Service implementation for the RequestItem object.
RequestItemServiceImpl() - Constructor for class org.dspace.app.requestitem.RequestItemServiceImpl
 
RequestItemSubmitterStrategy - Class in org.dspace.app.requestitem
Basic strategy that looks to the original submitter.
RequestItemSubmitterStrategy() - Constructor for class org.dspace.app.requestitem.RequestItemSubmitterStrategy
 
REQUIRE_CERTIFICATE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
requireAdminRole(Context) - Static method in class org.dspace.app.util.AuthorizeUtil
Throw an AuthorizeException if the current user is not a System Admin
RequiredMetadata - Class in org.dspace.ctask.general
RequiredMetadata task compares item metadata with fields marked as required in input-forms.xml.
RequiredMetadata() - Constructor for class org.dspace.ctask.general.RequiredMetadata
 
requiresIndexing(String, Date) - Method in class org.dspace.discovery.SolrServiceImpl
Is stale checks the lastModified time stamp in the database and the index to determine if the index is stale.
requiresUI() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
resBuilder - Variable in class org.dspace.curate.CitationPage
A StringBuilder to handle result string building process.
RESEARCHER_URL - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
RESEARCHER_URLS - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
researcherUrls - Variable in class org.dspace.authority.orcid.model.Bio
 
reserve(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierProvider
Set an object's identifier.
reserve(Context, DSpaceObject) - Method in class org.dspace.identifier.IdentifierServiceImpl
Reserves identifiers for the item
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
reserve(Context, DSpaceObject) - Method in interface org.dspace.identifier.service.IdentifierService
Reserves any identifiers necessary based on the capabilities of all providers in the service.
reserve(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.service.IdentifierService
Used to Reserve a Specific Identifier (for example a Handle, hdl:1234.5/6) The provider is responsible for Detecting and Processing the appropriate identifier, all Providers are interrogated, multiple providers can process the same identifier.
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
reserve(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
RESERVE_FIRST - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
Some registration agencies request that a DOI gets reserved before it can be registered.
reserveDOI(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
reserveDOI(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to reserve a DOI.
reserveOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
reset() - Method in class org.dspace.core.Email
"Reset" the message.
resetCounter() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Resets the unique ID counter used by gensym() method to determine the @ID values of METS tags.
resetScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
resetScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.IdentifierProvider
Find the object named by a given identifier.
resolve(Context, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
resolve(Context, String) - Method in interface org.dspace.identifier.service.IdentifierService
This will resolve a DSpaceObject based on a provided Identifier.
resolve(Context, String, String...) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
resolve(Context, String, String...) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
resolveCommunity(Context, String) - Method in class org.dspace.administer.CommunityFiliator
 
resolveContacts(Context, List<String>, BasicWorkflowItem) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
ResolvedTask - Class in org.dspace.curate
ResolvedTask wraps an implementation of one of the CurationTask or ScriptedTask interfaces and provides for uniform invocation based on CurationTask methods.
ResolvedTask(String, CurationTask) - Constructor for class org.dspace.curate.ResolvedTask
 
ResolvedTask(String, ScriptedTask) - Constructor for class org.dspace.curate.ResolvedTask
 
resolveHandle(String) - Method in class org.dspace.rdf.RDFizer
 
resolveMetadata(String, int) - Method in class org.dspace.app.util.GoogleMetadata
Aggregate an array of DCValues present on the current item that pass the configuration filter.
resolveMetadataField(String) - Method in class org.dspace.app.util.GoogleMetadata
A singular version of resolveMetadata to return only one field value instead of an aggregate.
resolveMetadataFields(String) - Method in class org.dspace.app.util.GoogleMetadata
A plural version of resolveMetadata for aggregate fields.
resolver - Variable in class org.dspace.curate.Curator
 
RESOLVER - Static variable in class org.dspace.identifier.DOI
 
resolveScope(Context, String) - Method in class org.dspace.app.util.OpenSearchServiceImpl
 
resolveScope(Context, String) - Method in interface org.dspace.app.util.service.OpenSearchService
 
resolveTask(String) - Method in class org.dspace.curate.TaskResolver
Returns a task implementation for a given task name, or null if no implementation could be obtained.
resolveToDOI(String) - Method in class org.dspace.identifier.doi.DOIOrganiser
Finds the TableRow in the Doi table that belongs to the specified DspaceObject.
resolveToObject(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveToObject(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return the object which handle maps to, or null.
resolveToSolrQuery(Context, DiscoverQuery, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
resolveToURL(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveToURL(Context, String) - Method in interface org.dspace.handle.service.HandleService
Return the local URL for handle, or null if handle cannot be found.
resolveURL(HttpServletRequest, DSpaceObject) - Method in class org.dspace.app.util.SyndicationFeed
 
resolveUrlToHandle(Context, String) - Method in class org.dspace.handle.HandleServiceImpl
 
resolveUrlToHandle(Context, String) - Method in interface org.dspace.handle.service.HandleService
Try to detect a handle in a URL.
RESOURCE_ID_FIELD - Static variable in class org.dspace.discovery.SolrServiceImpl
 
RESOURCE_NAME - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
RESOURCE_PASSWORD - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
RESOURCE_TYPE_FIELD - Static variable in class org.dspace.discovery.SolrServiceImpl
 
ResourceGenerator - Static variable in class org.dspace.rdf.conversion.DMRM
Generates an IRI used for a rdfs:Resource depending on the converted DSpace Object and one of its metadata values.
ResourcePolicy - Class in org.dspace.authorize
Database entity representation of the ResourcePolicy table
ResourcePolicy() - Constructor for class org.dspace.authorize.ResourcePolicy
Protected constructor, create object using: DSpaceCRUDService.create(Context)
ResourcePolicyDAO - Interface in org.dspace.authorize.dao
Database Access Object interface class for the ResourcePolicy object.
resourcePolicyDAO - Variable in class org.dspace.authorize.ResourcePolicyServiceImpl
 
ResourcePolicyDAOImpl - Class in org.dspace.authorize.dao.impl
Hibernate implementation of the Database Access Object interface class for the ResourcePolicy object.
ResourcePolicyDAOImpl() - Constructor for class org.dspace.authorize.dao.impl.ResourcePolicyDAOImpl
 
resourcePolicyService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
resourcePolicyService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
ResourcePolicyService - Interface in org.dspace.authorize.service
Service interface class for the ResourcePolicy object.
resourcePolicyService - Variable in class org.dspace.content.BundleServiceImpl
 
resourcePolicyService - Variable in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
resourcePolicyService - Variable in class org.dspace.content.ItemServiceImpl
 
resourcePolicyService - Variable in class org.dspace.embargo.DefaultEmbargoSetter
 
resourcePolicyService - Variable in class org.dspace.eperson.SupervisorServiceImpl
 
resourcePolicyService - Static variable in class org.dspace.submit.step.AccessStep
 
resourcePolicyService - Variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
ResourcePolicyServiceImpl - Class in org.dspace.authorize
Service implementation for the ResourcePolicy object.
ResourcePolicyServiceImpl() - Constructor for class org.dspace.authorize.ResourcePolicyServiceImpl
 
RestartWorkflow - Class in org.dspace.xmlworkflow.migration
A utility class that will send all the worklfow items back to their submitters
RestartWorkflow() - Constructor for class org.dspace.xmlworkflow.migration.RestartWorkflow
 
RESTConnector - Class in org.dspace.authority.rest
 
RESTConnector(String) - Constructor for class org.dspace.authority.rest.RESTConnector
 
restConnector - Variable in class org.dspace.authority.rest.RestSource
 
restoreAuthSystemState() - Method in class org.dspace.core.Context
Restore the previous Authorisation System State.
restoreItAsCanonical(Context, DSpaceObject, String, Item, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
restoreItAsVersion(Context, Item, String, int) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
restoreItAsVersion(Context, DSpaceObject, String, Item, String, VersionHistory) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
restoreItem(Context, InProgressSubmission, String) - Method in class org.dspace.content.InstallItemServiceImpl
 
restoreItem(Context, InProgressSubmission, String) - Method in interface org.dspace.content.service.InstallItemService
Turn an InProgressSubmission into a fully-archived Item, for a "restore" operation such as ingestion of an AIP to recreate an archive.
restoreModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if restore mode is enabled.
restoreVersion(Context, Version) - Method in interface org.dspace.versioning.service.VersioningService
 
restoreVersion(Context, Version, String) - Method in interface org.dspace.versioning.service.VersioningService
 
restoreVersion(Context, Version) - Method in class org.dspace.versioning.VersioningServiceImpl
 
restoreVersion(Context, Version, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
RestSource - Class in org.dspace.authority.rest
 
RestSource(String) - Constructor for class org.dspace.authority.rest.RestSource
 
RESULT - Static variable in class org.dspace.content.authority.SHERPARoMEOPublisher
 
result - Variable in class org.dspace.ctask.general.NoOpCurationTask
 
result - Variable in class org.dspace.curate.CitationPage
 
Result - Static variable in class org.dspace.rdf.conversion.DMRM
A reified statement that describes the result of the DSpaceMetadataRDFMapping.
results - Variable in class org.dspace.ctask.general.AbstractTranslator
 
results - Variable in class org.dspace.ctask.general.BitstreamsIntoMetadata
 
results - Variable in class org.dspace.ctask.general.ClamScan
 
results - Variable in class org.dspace.rdf.conversion.MetadataRDFMapping
 
RESULTS_PER_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
ResultsLogger - Class in org.dspace.checker
Collects results from a Checksum process and outputs them to a Log4j Logger.
ResultsLogger(Date) - Constructor for class org.dspace.checker.ResultsLogger
Main constructor.
ResultsPruner - Class in org.dspace.checker
Manages the deletion of results from the checksum history.
ResultsPruner(Context) - Constructor for class org.dspace.checker.ResultsPruner
Default Constructor
resultToDCValueMapping(RecordType) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
resultToDCValueMapping(RecordType) - Method in interface org.dspace.importer.external.metadatamapping.MetadataFieldMapping
 
resumeScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
resumeScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Resume a paused harvest scheduler.
rethinkGroupCache(Context, boolean) - Method in class org.dspace.eperson.GroupServiceImpl
Regenerate the group cache AKA the group2groupcache table in the database - meant to be called when a group is added or removed from another group
retrieve(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
retrieve(Context, Bitstream) - Method in interface org.dspace.content.service.BitstreamService
Retrieve the contents of the bitstream
retrieve(Context, Bitstream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
retrieve(Context, Bitstream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Retrieve the bits for the bitstream with ID.
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.HandleIdentifierProvider
 
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
retrieveHandleOutOfUrl(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
retrieveResult(Context, DiscoverQuery, QueryResponse) - Method in class org.dspace.discovery.SolrServiceImpl
 
retry - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
retry(Callable<T>) - Method in class org.dspace.importer.external.service.other.MetadataSource
Command pattern implementation.
returnDispatcher(String, Dispatcher) - Method in class org.dspace.event.EventServiceImpl
 
returnDispatcher(String, Dispatcher) - Method in interface org.dspace.event.service.EventService
 
returnToWorkspace(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
Return the workflow item to the workspace of the submitter.
returnToWorkspace(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
Return the workflow item to the workspace of the submitter.
reverseDns(String) - Static method in class org.dspace.statistics.util.DnsLookup
Resolve an IP address to a host name.
ReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an accept/reject action
ReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
RITEM - Static variable in class org.dspace.core.Constants
 
Role - Class in org.dspace.xmlworkflow
The role that is responsible for a certain step Can either be on a group in the repo, or a collection group or an item role will check for workflowItemRoles
Role(String, String, String, boolean, Role.Scope) - Constructor for class org.dspace.xmlworkflow.Role
 
Role.Scope - Enum in org.dspace.xmlworkflow
 
RoleCrosswalk - Class in org.dspace.content.crosswalk
Role Crosswalk
RoleCrosswalk() - Constructor for class org.dspace.content.crosswalk.RoleCrosswalk
 
RoleDisseminator - Class in org.dspace.content.packager
Plugin to export all Group and EPerson objects in XML, perhaps for reloading.
RoleDisseminator() - Constructor for class org.dspace.content.packager.RoleDisseminator
 
RoleDisseminator.Serializer - Class in org.dspace.content.packager
Embody a thread for serializing users and groups.
RoleIngester - Class in org.dspace.content.packager
Create EPersons and Groups from a file of external representations.
RoleIngester() - Constructor for class org.dspace.content.packager.RoleIngester
 
RoleMembers - Class in org.dspace.xmlworkflow
The members from a role, can either contains a list of epersons or groups
RoleMembers() - Constructor for class org.dspace.xmlworkflow.RoleMembers
 
rollback() - Method in interface org.dspace.core.DBConnection
 
rollback() - Method in class org.dspace.core.HibernateDBConnection
 
ROMANIAN - Static variable in class org.dspace.text.filter.Language
 
ROWS_PER_FILE - Static variable in class org.dspace.util.SolrImportExport
 
run() - Method in class org.dspace.authority.UpdateAuthorities
 
run() - Method in class org.dspace.content.packager.RoleDisseminator.Serializer
 
run(DSpaceObject) - Method in class org.dspace.curate.Curator.TaskRunner
 
run(Context, String) - Method in class org.dspace.curate.Curator.TaskRunner
 
run() - Method in class org.dspace.harvest.HarvestScheduler
 
run() - Method in class org.dspace.harvest.HarvestThread
 
run(ReportInfo) - Method in class org.dspace.health.Check
 
run(ReportInfo) - Method in class org.dspace.health.ChecksumCheck
 
run(ReportInfo) - Method in class org.dspace.health.EmbargoCheck
 
run(ReportInfo) - Method in class org.dspace.health.InfoCheck
 
run(ReportInfo) - Method in class org.dspace.health.ItemCheck
 
run(ReportInfo) - Method in class org.dspace.health.LogAnalyserCheck
 
run(List<Integer>, ReportInfo) - Method in class org.dspace.health.Report
 
run(ReportInfo) - Method in class org.dspace.health.UserCheck
 
runCLI(Context, DOIOrganiser, String[]) - Static method in class org.dspace.identifier.doi.DOIOrganiser
 
runCLI(String[]) - Method in class org.dspace.rdf.RDFizer
 
runHarvest() - Method in class org.dspace.harvest.OAIHarvester
Performs a harvest cycle on this collection.
runImport(boolean, boolean, boolean, boolean) - Method in class org.dspace.app.bulkedit.MetadataImport
Run an import.

S

S3BitStoreService - Class in org.dspace.storage.bitstore
Asset store using Amazon's Simple Storage Service (S3).
S3BitStoreService() - Constructor for class org.dspace.storage.bitstore.S3BitStoreService
 
SampleAuthority - Class in org.dspace.content.authority
This is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.
SampleAuthority() - Constructor for class org.dspace.content.authority.SampleAuthority
 
SampleStep - Class in org.dspace.submit.step
This is a Sample Step class which can be used as template for creating new custom Step processing classes!
SampleStep() - Constructor for class org.dspace.submit.step.SampleStep
 
save(String) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Save the CSV file to the given filename
save(Context, T) - Method in class org.dspace.core.AbstractHibernateDAO
 
save(Context, T) - Method in interface org.dspace.core.GenericDAO
 
saveDOIToObject(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
Adds a DOI to the metadata of an item.
saveOrCancelEditPolicy(Context, HttpServletRequest, SubmissionInfo, String, DSpaceObject, String, Group, String) - Static method in class org.dspace.submit.step.AccessStep
 
saveRegistry(String, String) - Static method in class org.dspace.administer.MetadataExporter
 
saveSchema(Context, XMLSerializer, String) - Static method in class org.dspace.administer.MetadataExporter
Serialize the schema registry.
scan(Bitstream, InputStream, String) - Method in class org.dspace.ctask.general.ClamScan
 
SCAN_FAIL_MESSAGE - Variable in class org.dspace.ctask.general.ClamScan
 
scanHandles(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
scanNAs(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
scheduleLoop() - Method in class org.dspace.harvest.HarvestScheduler
 
SCHEMA - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the schema
schema - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
SCHEME - Variable in class org.dspace.identifier.doi.DataCiteConnector
Stores the scheme used to connect to the DataCite server.
SCHEME - Static variable in class org.dspace.identifier.DOI
 
SCOPUSEID - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
ScoreEvaluationAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for the score evaluation action This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreEvaluationAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
ScoreReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
SCOTS - Static variable in class org.dspace.text.filter.Language
 
SCOTTISH_GAELIC - Static variable in class org.dspace.text.filter.Language
 
scriptDir - Variable in class org.dspace.curate.TaskResolver
 
ScriptedTask - Interface in org.dspace.curate
ScriptedTask describes a rather generic ability to perform an operation upon a DSpace object.
ScriptLauncher - Class in org.dspace.app.launcher
A DSpace script launcher.
ScriptLauncher() - Constructor for class org.dspace.app.launcher.ScriptLauncher
 
search(SolrQuery) - Method in interface org.dspace.authority.AuthoritySearchService
 
search(SolrQuery) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
 
search(Context, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
Convenient method to call @see #search(Context, DSpaceObject, DiscoverQuery) with a null DSpace Object as scope (i.e.
search(Context, DSpaceObject, DiscoverQuery) - Method in interface org.dspace.discovery.SearchService
Convenient method to call @see #search(Context, DSpaceObject, DiscoverQuery, boolean) with includeWithdrawn=false
search(Context, DiscoverQuery, boolean) - Method in interface org.dspace.discovery.SearchService
 
search(Context, DSpaceObject, DiscoverQuery, boolean) - Method in interface org.dspace.discovery.SearchService
 
search(Context, String, String, boolean, int, int, String...) - Method in interface org.dspace.discovery.SearchService
 
search(Context, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, DSpaceObject, DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, DSpaceObject, DiscoverQuery, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, DiscoverQuery, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, String, int, int, String...) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, String, String, boolean, int, int, String...) - Method in class org.dspace.discovery.SolrServiceImpl
 
search(Context, String, List<MetadataField>, List<MetadataField>, int, int) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
search(Context, String, List<MetadataField>, List<MetadataField>, int, int) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
search(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
search(Context, String, int, int) - Method in class org.dspace.eperson.EPersonServiceImpl
 
search(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
search(Context, String, int, int) - Method in class org.dspace.eperson.GroupServiceImpl
 
search(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String, int, int) - Method in interface org.dspace.eperson.service.EPersonService
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Find the groups that match the search query across eperson_group_id or name
search(Context, String, int, int) - Method in interface org.dspace.eperson.service.GroupService
Find the groups that match the search query across eperson_group_id or name
search(Context, String, String, int) - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
search(String, String, int) - Method in class org.dspace.submit.lookup.ArXivService
 
search(Context, String, String, int) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
search(String, String) - Method in class org.dspace.submit.lookup.CiNiiService
Get metadata by searching CiNii RDF API with CiNii NAID
search(Context, String, String, int) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
search(Context, Set<String>, String) - Method in class org.dspace.submit.lookup.CrossRefService
 
search(Context, String, String, int, int, String) - Method in class org.dspace.submit.lookup.CrossRefService
 
search(Context, String, String, int) - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
search(String, String, int) - Method in class org.dspace.submit.lookup.PubmedService
 
search(String) - Method in class org.dspace.submit.lookup.PubmedService
 
search(String, String) - Method in class org.dspace.submit.lookup.PubmedService
 
search(Context, String, String, int) - Method in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
SEARCH_RESULTS_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
searchAsInputStream(DiscoverQuery) - Method in class org.dspace.discovery.SolrServiceImpl
Simple means to return the search result as an InputStream
searchByJournalISSN(String) - Method in class org.dspace.app.sherpa.SHERPAService
 
searchByTerm(String, String, int) - Method in class org.dspace.submit.lookup.ArXivService
 
searchByTerm(String, String, int, int, String) - Method in class org.dspace.submit.lookup.CiNiiService
 
searchJSON(Context, DiscoverQuery, String) - Method in interface org.dspace.discovery.SearchService
 
searchJSON(Context, DiscoverQuery, DSpaceObject, String) - Method in interface org.dspace.discovery.SearchService
 
searchJSON(Context, DiscoverQuery, DSpaceObject, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
searchJSON(Context, DiscoverQuery, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
searchProvider - Variable in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
searchProvider - Variable in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
searchProvider - Variable in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
searchProvider - Variable in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
searchProviders - Variable in class org.dspace.submit.lookup.SubmissionLookupService
 
searchRelatedJournals(Context, Item) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
searchRelatedJournalsByISSN(String) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
searchResultCount(Context, String, List<MetadataField>) - Method in interface org.dspace.eperson.dao.EPersonDAO
 
searchResultCount(Context, String, List<MetadataField>) - Method in class org.dspace.eperson.dao.impl.EPersonDAOImpl
 
searchResultCount(Context, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
searchResultCount(Context, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
searchResultCount(Context, String) - Method in interface org.dspace.eperson.service.EPersonService
Returns the total number of epeople returned by a specific query, without the overhead of creating the EPerson objects to store the results.
searchResultCount(Context, String) - Method in interface org.dspace.eperson.service.GroupService
Returns the total number of groups returned by a specific query, without the overhead of creating the Group objects to store the results.
SearchService - Interface in org.dspace.discovery
Search interface that discovery uses
SearchServiceException - Exception in org.dspace.discovery
Exception used by discovery when discovery search exceptions occur
SearchServiceException() - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(String) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(String, Throwable) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchServiceException(Throwable) - Constructor for exception org.dspace.discovery.SearchServiceException
 
SearchUtils - Class in org.dspace.discovery
Util methods used by discovery
SearchUtils() - Constructor for class org.dspace.discovery.SearchUtils
 
sectionHeader(String) - Method in class org.dspace.app.statistics.HTMLReport
output the section header in HTML format
sectionHeader(String) - Method in interface org.dspace.app.statistics.Report
output the section header in the relevant format
SELECT_CHANGE - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "Select" list
SELECT_COLLECTION_STEP - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
SelectCollectionStep - Class in org.dspace.submit.step
SelectCollection Step which processes the collection that the user selected in that step of the DSpace Submission process
SelectCollectionStep() - Constructor for class org.dspace.submit.step.SelectCollectionStep
 
SelectReviewerAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for an action where an assigned user can assign another user to review the item
SelectReviewerAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
SELF_REGISTERED - Static variable in class org.dspace.content.packager.RoleDisseminator
 
SelfNamedPlugin - Class in org.dspace.core
Simple lightweight "framework" for managing plugins.
SelfNamedPlugin() - Constructor for class org.dspace.core.SelfNamedPlugin
 
SelfRegisterInputFormats - Interface in org.dspace.app.mediafilter
Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)
send() - Method in class org.dspace.core.Email
Sends the email.
sendAlert(HttpServletRequest, Exception) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Send an alert to the designated "alert recipient" - that is, when a database error or internal error occurs, this person is sent an e-mail with details.
sendDOIGetRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendDOIPostRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendEmail(Context, String, boolean, RegistrationData) - Method in class org.dspace.eperson.AccountServiceImpl
Send a DSpace message to the given email address.
sendEmail(Context, EPerson, List<Collection>, boolean) - Static method in class org.dspace.eperson.SubscribeCLITool
Sends an email to the given e-person with details of new items in the given collections, items that appeared yesterday.
sendForgotPasswordInfo(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Email forgot password info to the given email address.
sendForgotPasswordInfo(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
sendGetRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendHttpRequest(HttpUriRequest, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendInfo(Context, String, boolean, boolean) - Method in class org.dspace.eperson.AccountServiceImpl
 
sendMetadataDeleteRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataGetRequest(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataPostRequest(String, Element) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendMetadataPostRequest(String, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
sendRedirect(HttpServletResponse, String, String, int, boolean) - Static method in class org.dspace.rdf.negotiation.Negotiator
 
sendRegistrationInfo(Context, String) - Method in class org.dspace.eperson.AccountServiceImpl
Email registration info to the given email address.
sendRegistrationInfo(Context, String) - Method in interface org.dspace.eperson.service.AccountService
 
sendReport(File, int) - Method in class org.dspace.checker.DailyReportEmailer
Send the report through email.
sendWorkflowItemBackSubmission(Context, T, EPerson, String, String) - Method in interface org.dspace.workflow.WorkflowService
 
sendWorkflowItemBackSubmission(Context, BasicWorkflowItem, EPerson, String, String) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
sendWorkflowItemBackSubmission(Context, XmlWorkflowItem, EPerson, String, String) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
SENTINEL - Static variable in interface org.dspace.checker.BitstreamDispatcher
This value should be returned by next() to indicate that there are no more values.
SEPARATOR - Static variable in class org.dspace.content.packager.PackageParameters
 
SEPARATOR_REGEX - Static variable in class org.dspace.content.packager.PackageParameters
 
SEPARATOR_VALUE - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
SEPARATOR_VALUE_REGEX - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
separators - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
sequenceExists(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
 
serviceFactory - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
setAccept_request(boolean) - Method in class org.dspace.app.requestitem.RequestItem
 
setAcceptableFilenames(List<String>) - Method in class org.dspace.core.NewsServiceImpl
 
setAction(int) - Method in class org.dspace.authorize.ResourcePolicy
set the action this policy authorizes
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setActionUI(ActionInterface) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setActualEndDate(Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setActualStartDate(Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setAddress(String) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
setAddress(String) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
setAlterProvenance(boolean) - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate
setAND(String) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
setApiKey(String) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
setAppend(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setAppId(String) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
setAppName(String) - Method in class org.dspace.app.util.WebApp
 
setArchived(boolean) - Method in class org.dspace.content.Item
Set the "is_archived" flag.
setArXivService(ArXivService) - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
setAscending(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the results should be sorted in ascending order (on the given sort column) or descending order.
setAscending(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setAscending(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setAuthority(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setAuthority(String) - Method in class org.dspace.browse.BrowseInfo
 
setAuthority(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setAuthority(String) - Method in class org.dspace.content.MetadataValue
Set the metadata authority
setAuthorityValue(String) - Method in interface org.dspace.browse.BrowseDAO
 
setAuthorityValue(String) - Method in class org.dspace.browse.BrowserScope
 
setAuthorityValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setAvailableImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
setAwsAccessKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setAwsRegionName(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setAwsSecretKey(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setBaseAddress(String) - Method in class org.dspace.importer.external.pubmed.service.other.ImportMetadataSourceServiceImpl
 
setBaseDir(File) - Method in class org.dspace.storage.bitstore.DSBitStoreService
 
setBiography(String) - Method in class org.dspace.authority.orcid.model.Bio
 
setBiography(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setBitSet(String) - Method in class org.dspace.event.Event
Keeps track of which consumers the event has been consumed by.
setBitstream(Bitstream) - Method in class org.dspace.app.util.SubmissionInfo
Sets the current bitstream we're working with (This is used during upload processes, or user interfaces that are dealing with bitstreams)
setBitstream(Bitstream) - Method in class org.dspace.checker.ChecksumHistory
 
setBitstreamFilter(BitstreamFilter) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Set filter
setBitstreamFound(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setBitstreamFromBytes(Context, Item, Bundle, String, BitstreamFormat, byte[]) - Method in class org.dspace.license.CreativeCommonsServiceImpl
This helper method takes some bytes and stores them as a bitstream for an item, under the CC bundle, with the given bitstream name
setBrowseContainer(DSpaceObject) - Method in class org.dspace.browse.BrowseInfo
Set the DSpaceObject that is the container for this browse.
setBrowseContainer(DSpaceObject) - Method in class org.dspace.browse.BrowserScope
Set the DSpaceObject that is the container for this browse.
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowserScope
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowserScope
 
setBucketName(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setBundle(Bundle) - Method in class org.dspace.app.util.SubmissionInfo
Sets the current bundle we're working with (This is used during upload processes, or user interfaces that are dealing with bundles/bitstreams)
setCanLogIn(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user can log in
setCharset(String) - Method in class org.dspace.core.Email
 
setChecksum(String) - Method in class org.dspace.content.Bitstream
 
setChecksumAlgorithm(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setChecksumAlgorithm(String) - Method in class org.dspace.content.Bitstream
 
setChecksumCalculated(String) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum calculated.
setChecksumExpected(String) - Method in class org.dspace.checker.ChecksumHistory
Set the expected checksum.
setChecksumResult(ChecksumResult) - Method in class org.dspace.checker.MostRecentChecksum
 
setChild(Group) - Method in class org.dspace.eperson.Group2GroupCache
 
setChildNodes(List<ControlledVocabulary>) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setCiNiiService(CiNiiService) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
setCitation(String) - Method in class org.dspace.authority.orcid.model.Citation
 
setCitation(Citation) - Method in class org.dspace.authority.orcid.model.Work
 
setCitation(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setClassInfo(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setCloudCase(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setClusterName(String) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
setClusterName(String) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
setColLabel(int, String) - Method in class org.dspace.statistics.Dataset
 
setColLabelAttr(int, String, String) - Method in class org.dspace.statistics.Dataset
 
setColLabelAttr(int, Map<String, String>) - Method in class org.dspace.statistics.Dataset
 
setCollection(Collection) - Method in class org.dspace.browse.BrowserScope
 
setCollection(Collection) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setCollection(Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setCollection(Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setCollectionHandle(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets the handle of the collection to which this item is being submitted
setCollector(ChecksumResultsCollector) - Method in class org.dspace.checker.CheckerCommand
Set the collector that holds/logs the results for this process run.
setColTitle(String) - Method in class org.dspace.statistics.Dataset
 
setCommunity(Community) - Method in class org.dspace.browse.BrowserScope
 
setConfidence(int) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setConfidence(int) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setConfidence(int) - Method in class org.dspace.content.MetadataValue
Set the metadata confidence
setConfiguration(SHERPASubmitConfigurationService) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.IdentifierProvider
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
setConfigurationService(ConfigurationService) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
setConfigurationService(ConfigurationService) - Method in class org.dspace.submit.lookup.MapConverterModifier
 
setContactDetails(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setContainerID(UUID) - Method in interface org.dspace.browse.BrowseDAO
Set the database id of the container object.
setContainerID(UUID) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContainerIDField(String) - Method in interface org.dspace.browse.BrowseDAO
set the name of the field in which to look for the container id.
setContainerIDField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContainerTable(String) - Method in interface org.dspace.browse.BrowseDAO
If we have specified a container id and container field, we must also specify a container table.
setContainerTable(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setContent(String) - Method in class org.dspace.core.Email
Set the content of the message.
setContext(Context) - Method in class org.dspace.browse.BrowserScope
 
setContext(Context) - Method in interface org.dspace.browse.ItemCountDAO
Set the DSpace Context to use during data access
setContext(Context) - Method in class org.dspace.browse.ItemCountDAOSolr
Set the dspace context to use
setContext(Context) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setContext(Context) - Method in class org.dspace.usage.UsageEvent
 
setContributorAttributes(Set<ContributorAttribute>) - Method in class org.dspace.authority.orcid.model.Contributor
 
setContributors(Set<Contributor>) - Method in class org.dspace.authority.orcid.model.Work
 
setContributors(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setConverterNameFile(String) - Method in class org.dspace.submit.lookup.MapConverterModifier
 
setCount(Integer) - Method in class org.dspace.statistics.DataTermsFacet.TermsFacet
 
setCount(long) - Method in class org.dspace.statistics.ObjectCount
 
setCountry(String) - Method in class org.dspace.authority.orcid.model.Bio
 
setCountValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of columns that we will be counting over.
setCountValues(String[]) - Method in class org.dspace.browse.SolrBrowseDAO
 
setCreationDate(Date) - Method in class org.dspace.authority.AuthorityValue
 
setCreationDate(String) - Method in class org.dspace.authority.AuthorityValue
 
setCreditName(String) - Method in class org.dspace.authority.orcid.model.BioName
 
setCreditName(String) - Method in class org.dspace.authority.orcid.model.Contributor
 
setCrossrefService(CrossRefService) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
setCrosswalk(Map<String, String>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Provide a map from DSO metadata keys to EZID keys.
setCrosswalkTransform(Map<String, Transform>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Provide a map from DSO metadata keys to classes which can transform their values to something acceptable to EZID.
setCurrentChecksum(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setCurrentLocale(Locale) - Method in class org.dspace.core.Context
set the current Locale
setCurrentPage(HttpServletRequest, int) - Static method in class org.dspace.submit.AbstractProcessingStep
Set which page a user is currently viewing
setCurrentUser(EPerson) - Method in class org.dspace.core.Context
Set the current user.
setCurrentUser(int) - Method in class org.dspace.event.Event
 
setCuttingLevel(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setDatabaseDriver(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
setDatabaseUrl(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
setDATACITE_DOI_PATH(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the path on the DataCite server to register DOIs.
setDATACITE_HOST(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the hostname of the DataCite server.
setDATACITE_METADATA_PATH(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the path to register metadata on DataCite server.
setDATACITE_SCHEME(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Used to set the scheme to connect the DataCite server.
setDataLoaders(Map<String, DataLoader>) - Method in class org.dspace.app.itemimport.BTEBatchImportService
Setter method for dataLoaders parameter
setDataloadersMap(Map<String, DataLoader>) - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
setDataset(Dataset) - Method in class org.dspace.statistics.content.StatisticsData
Jam an existing query result in.
setDataset(Dataset) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setDatasetType(int) - Method in class org.dspace.statistics.content.DatasetGenerator
 
setDateFormatsToAttempt(List<String>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
setDateInterval(String, String, String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
Sets the date interval.
setDateInterval(String, Date, Date) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setDatePattern(String) - Method in class org.dspace.app.util.DailyFileAppender
 
setDateType(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setDay(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
setDecision_date(Date) - Method in class org.dspace.app.requestitem.RequestItem
 
setDefaultDuration(long) - Method in class org.dspace.checker.ResultsPruner
The default duration before records are removed from the checksum history table.
setDefaultFilterQueries(List<String>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setDefaultRpp(int) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setDefaultSort(DiscoverySortFieldConfiguration) - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
setDefaultSortOrder(DiscoverySortConfiguration.SORT_ORDER) - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
setDefaultValue(String) - Method in class org.dspace.submit.lookup.MapConverterModifier
 
setDeleted() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setDeleted(boolean) - Method in class org.dspace.authority.AuthorityValue
 
setDeleted(boolean) - Method in class org.dspace.content.Bitstream
 
setDescription(String) - Method in class org.dspace.authority.orcid.model.Work
 
setDescription(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setDescription(Context, String) - Method in class org.dspace.content.Bitstream
Set the description of the bitstream
setDescription(String) - Method in class org.dspace.content.BitstreamFormat
Set the description of the bitstream format
setDescription(String) - Method in class org.dspace.license.CCLicenseField
 
setDetailFields(List<String>) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
setDiscoverable(boolean) - Method in class org.dspace.content.Item
Set the "discoverable" flag.
setDispatcher(BitstreamDispatcher) - Method in class org.dspace.checker.CheckerCommand
Set the dispatcher to be used by this run of the checker.
setDispatcher(String) - Method in class org.dspace.core.Context
Select an event dispatcher, null selects the default
setDispatcher(int) - Method in class org.dspace.event.Event
Set the identifier of the dispatcher that first processed this event.
setDisplayBitstreamViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisplayedValue(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setDisplayItemViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisplayScore(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setDisplayTotalViews(boolean) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.DataCiteXMLCreator
Set the name of the dissemination crosswalk used to convert the metadata into DataCite Metadata Schema.
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.doi.DataCiteConnector
Set the name of the dissemination crosswalk used to convert the metadata into DataCite Metadata Schema.
setDisseminationCrosswalkName(String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setDistinct(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether this is a distinct value browse or not
setDistinct(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setDoi(String) - Method in class org.dspace.identifier.DOI
 
setDOIConnector(DOIConnector) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
setDOIConnector(DOIConnector) - Method in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
setDryrun(boolean) - Method in class org.dspace.rdf.RDFizer
Set this true to prevent any changes on the triple store.
setDso(DSpaceObject, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDso(DSpaceObject, int, int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDsoLength(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setDsoType(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setdSpaceObject(DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicy
 
setDSpaceObject(DSpaceObject) - Method in class org.dspace.content.MetadataValue
Set the dspaceObject ID.
setDSpaceObject(DSpaceObject) - Method in class org.dspace.handle.Handle
 
setDSpaceObject(DSpaceObject) - Method in class org.dspace.identifier.DOI
 
setDSpaceObjectFilter(int) - Method in class org.dspace.discovery.DiscoverQuery
Sets the DSpace object filter, must be an DSpace Object type integer can be used to only return objects from a certain DSpace Object type
setDto(ItemSubmissionLookupDTO) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setDtoList(List<ItemSubmissionLookupDTO>) - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
setDtoList(List<ItemSubmissionLookupDTO>) - Method in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
setElement(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setElement(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setElement(String) - Method in class org.dspace.content.MetadataField
Set the element name.
setElement(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
setElement(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
setEmail(String) - Method in class org.dspace.authority.orcid.model.Contributor
 
setEmail(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's email
setEmailMetadata(String) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
setEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Enforce embargo by turning off all read access to bitstreams in this Item.
setEmbargo(Context, Item) - Method in class org.dspace.embargo.EmbargoServiceImpl
 
setEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoSetter
Enforce embargo by (for example) turning off all read access to bitstreams in this Item.
setEmbargo(Context, Item) - Method in interface org.dspace.embargo.service.EmbargoService
Put an Item under embargo until the specified lift date.
setEnableBrowseFrequencies(boolean) - Method in interface org.dspace.browse.BrowseDAO
 
setEnableBrowseFrequencies(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setEndDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the end date for the report
setEndDate(Date) - Method in interface org.dspace.app.statistics.Report
set the end date for the report
setEndDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set end date for the policy
setEndDate(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setEndDate(Date) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the end date as a Date object.
setEndStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the end date as a string expression.
setEPerson(Context, String) - Method in class org.dspace.app.itemupdate.ItemUpdate
 
setEPerson(EPerson) - Method in class org.dspace.authorize.ResourcePolicy
assign an EPerson to this policy
setePerson(EPerson) - Method in class org.dspace.versioning.Version
 
setEperson(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setEPerson(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setEpersonOwners(EPerson...) - Method in class org.dspace.usage.UsageWorkflowEvent
 
setEqualsComparator(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the query should use an equals comparator when doing less than or greater than comparisons.
setEqualsComparator(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setError(Exception) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
setEtAl(int) - Method in class org.dspace.browse.BrowseInfo
set the number of metadata fields at which to truncate with "et al"
setEtAl(int) - Method in class org.dspace.browse.BrowserScope
 
setEventService(EventService) - Method in class org.dspace.usage.AbstractUsageEventListener
 
setExpectedChecksum(String) - Method in class org.dspace.checker.MostRecentChecksum
 
setExplanation(String) - Method in class org.dspace.app.statistics.Statistics
set the explanatory or clarification information for this block of stats
setExpr(XPathExpression) - Method in class org.dspace.ctask.general.MetadataWebServiceDataInfo
 
setExtensions(List<String>) - Method in class org.dspace.content.BitstreamFormat
Set the filename extensions associated with this format
setExternalIdentifiers(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setExternalIdentifiers(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setExtraLogInfo(String) - Method in class org.dspace.core.Context
Set extra information that should be added to any message logged in the scope of this context.
setExtraLogInfo(String) - Method in class org.dspace.event.Event
 
setExtraMetadataToKeep(List<String>) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setEZID_HOST(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setEZID_PATH(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setEZID_SCHEME(String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
 
setFacetField(String) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setFacetLimit(int) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setFacetLimit(int) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setFacetMinCount(int) - Method in class org.dspace.discovery.DiscoverQuery
Set the minimum number of values that need to be present before a valid facet value has been found
setFacetOffset(int) - Method in class org.dspace.discovery.DiscoverQuery
Sets the facet field offset, one facet offset will be used for all the facet fields
setFamilyName(String) - Method in class org.dspace.authority.orcid.model.BioName
 
setField(String) - Method in class org.dspace.authority.AuthorityValue
 
setField(String) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
setField(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
setField(MetadataFieldConfig) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
setField(String) - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
setFieldDefaults(Map<String, AuthorityValue>) - Method in class org.dspace.authority.AuthorityTypes
 
setFieldKeys(List<String>) - Method in class org.dspace.submit.lookup.MapConverterModifier
 
setFieldKeys(List<String>) - Method in class org.dspace.submit.lookup.RemoveLastDotModifier
 
setFieldMap(Map<String, String>) - Method in class org.dspace.submit.lookup.ArXivFileDataLoader
 
setFieldMap(Map<String, String>) - Method in class org.dspace.submit.lookup.CiNiiFileDataLoader
 
setFieldMap(Map<String, String>) - Method in class org.dspace.submit.lookup.CrossRefFileDataLoader
 
setFieldMap(Map<String, String>) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
setFieldMap(Map<String, String>) - Method in class org.dspace.submit.lookup.PubmedFileDataLoader
 
setFile(String) - Method in class org.dspace.app.util.DailyFileAppender
 
setFile(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setFile(String, String) - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
setFileName(String) - Method in class org.dspace.browse.BrowseOutput
 
setFilterClasses(List<FormatFilter>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setFilterClasses(List<FormatFilter>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setFilterFormats(Map<String, List<String>>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setFilterFormats(Map<String, List<String>>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setFilterMappingTables(String, String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the mapping tables to use for filtering
setFilterMappingTables(String, String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterQuery(String) - Method in class org.dspace.discovery.DiscoverFilterQuery
 
setFilters(List<StatisticsFilter>) - Method in class org.dspace.statistics.content.StatisticsBSAdapter
 
setFilterValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value to which all our browse results should be constrained.
setFilterValue(String) - Method in class org.dspace.browse.BrowserScope
Used for second-level item browses, to only display items that match the value
setFilterValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterValueField(String) - Method in interface org.dspace.browse.BrowseDAO
Set he name of the field in which the value to constrain results is contained
setFilterValueField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFilterValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setFilterValuePartial(boolean) - Method in interface org.dspace.browse.BrowseDAO
Sets whether we will treat the filter value as partial (like match), or exact
setFilterValuePartial(boolean) - Method in class org.dspace.browse.BrowserScope
Should the filter value be treated as partial, or exact
setFilterValuePartial(boolean) - Method in class org.dspace.browse.SolrBrowseDAO
 
setFinished(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setFirstName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setFirstName(Context, String) - Method in class org.dspace.eperson.EPerson
Set the eperson's first name
setFirstStep(Step) - Method in class org.dspace.xmlworkflow.state.Workflow
 
setFloor(int) - Method in class org.dspace.app.statistics.Statistics
set the floor value used in this stat block
setFocus(String) - Method in class org.dspace.browse.BrowseInfo
 
setFocusItem(int) - Method in class org.dspace.browse.BrowseInfo
 
setFontFrom(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setFontTo(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setForce(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setForce(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setFormat(Context, BitstreamFormat) - Method in class org.dspace.content.Bitstream
Set the format of the bitstream.
setFormat(Context, Bitstream, BitstreamFormat) - Method in class org.dspace.content.BitstreamServiceImpl
 
setFormat(Context, Bitstream, BitstreamFormat) - Method in interface org.dspace.content.service.BitstreamService
Set the format of the bitstream.
setFormat(String) - Method in class org.dspace.statistics.Dataset
 
setFormatToMIMEType(Context, Bitstream, String) - Method in class org.dspace.content.packager.PDFPackager
 
setFormName(String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setFullNameMatadata(String) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
 
setGenerateDataciteXML(boolean) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setGenerateQueryForItem(GenerateQueryService) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
setGivenNames(String) - Method in class org.dspace.authority.orcid.model.BioName
 
setGroup(Group) - Method in class org.dspace.authorize.ResourcePolicy
sets ID for Group referred to by this policy
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setGroupOwners(Group...) - Method in class org.dspace.usage.UsageWorkflowEvent
 
setHandle(String) - Method in class org.dspace.handle.Handle
 
setHarvestDate(Date) - Method in class org.dspace.harvest.HarvestedItem
 
setHarvestMessage(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestMetadataConfig(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestParams(int, String, String, String) - Method in class org.dspace.harvest.HarvestedCollection
A function to set all harvesting-related parameters at once
setHarvestStartTime(Date) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestStatus(int) - Method in class org.dspace.harvest.HarvestedCollection
Sets the current status of the collection.
setHarvestType(int) - Method in class org.dspace.harvest.HarvestedCollection
 
setHaveNA(byte[], boolean) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
setHitHighlightingConfiguration(DiscoveryHitHighlightingConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setId(String) - Method in class org.dspace.authority.AuthorityValue
 
setId(String) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setId(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setId(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setId_common_name(String) - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
setId_orcid(String) - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
setId_reference(String) - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
setId_url(String) - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
setIdentifiers(Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
setIdentifiers(Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
setIgnoreAuthorization(boolean) - Method in class org.dspace.core.Context
Deprecated.
use turnOffAuthorisationSystem() for make the change and restoreAuthSystemState() when change are not more required
setIgnoredMetadataFields(Set<String>) - Method in class org.dspace.versioning.AbstractVersionProvider
 
setImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setImportSources(List<Imports>) - Method in class org.dspace.importer.external.service.ImportService
 
setIncludeTotal(boolean) - Method in class org.dspace.statistics.content.DatasetGenerator
 
setIncoming(int) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
setIndexFieldName(String) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setIndexFieldName(String) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setIndexName(String) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
setIndexName(String) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
setIndexType(String) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
setIndexType(String) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
setInfoFound(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setIngestionLicense(String) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom ingestion license for this Crosswalk.
setInstitution(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setInternal(boolean) - Method in class org.dspace.content.BitstreamFormat
Set whether the bitstream format is an internal format
setInternalId(String) - Method in class org.dspace.content.Bitstream
 
setInterrupt(int) - Static method in class org.dspace.harvest.HarvestScheduler
 
setInterrupt(int, UUID) - Static method in class org.dspace.harvest.HarvestScheduler
 
setInvoked(Curator.Invoked) - Method in class org.dspace.curate.Curator
Assigns invocation mode.
setIp(String) - Method in class org.dspace.usage.UsageEvent
 
setIssnItemExtractors(List<ISSNItemExtractor>) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
setIsui(Integer) - Method in class org.dspace.app.util.WebApp
 
setItem(Item) - Method in class org.dspace.app.bulkedit.BulkEditChange
Store the item - used when a new item is created
setItem(Item) - Method in class org.dspace.versioning.Version
 
setItem(Item) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setItems(List<ItemSubmissionLookupDTO>) - Method in class org.dspace.submit.util.SubmissionLookupDTO
 
setItemService(ItemService) - Method in class org.dspace.identifier.EZIDIdentifierProvider
Method should never be used aside from the unit tests where we can cannot autowire this class.
setJumpToField(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets metadata field which JSP should "jump to" (i.e.
setJumpToField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the focus field upon which we will match a value from which to start the browse.
setJumpToField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setJumpToItem(int) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value upon which to start the browse from.
setJumpToValue(String) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValue(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setJumpToValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setKeepExistingModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable 'keep-existing' mode.
setKey(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setKeywords(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setLabel(String) - Method in class org.dspace.license.CCLicenseField
 
setLabel(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setLanguage(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setLanguage(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setLanguage(String) - Method in class org.dspace.content.DCLanguage
Set the language and country
setLanguage(String) - Method in class org.dspace.content.MetadataValue
Set the language (e.g.
setLanguage(Context, String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's language.
setLanguage(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
setLastActive(Date) - Method in class org.dspace.eperson.EPerson
Stamp the EPerson's last-active date.
setLastHarvested(Date) - Method in class org.dspace.harvest.HarvestedCollection
 
setLastModified(String) - Method in class org.dspace.authority.AuthorityValue
 
setLastModified(Date) - Method in class org.dspace.authority.AuthorityValue
 
setLastModified(Date) - Method in class org.dspace.content.Item
 
setLastName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setLastName(Context, String) - Method in class org.dspace.eperson.EPerson
Set the eperson's last name
setLicense(Context, String) - Method in class org.dspace.content.Collection
Set the license for this collection.
setLicense(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
setLicense(Context, Item, InputStream, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
setLicense(Context, Item, String) - Method in interface org.dspace.license.service.CreativeCommonsService
This is a bit of the "do-the-right-thing" method for CC stuff in an item
setLicense(Context, Item, InputStream, String) - Method in interface org.dspace.license.service.CreativeCommonsService
Used by DSpaceMetsIngester
setLicenseId(String) - Method in class org.dspace.license.CCLicense
 
setLicenseName(String) - Method in class org.dspace.license.CCLicense
 
setLicenseRDF(Context, Item, String) - Method in class org.dspace.license.CreativeCommonsServiceImpl
 
setLicenseRDF(Context, Item, String) - Method in interface org.dspace.license.service.CreativeCommonsService
setLicenseRDF CC Web Service method for setting the RDF bitstream
setLimit(int) - Method in interface org.dspace.browse.BrowseDAO
Set the limit for how many results should be returned.
setLimit(int) - Method in class org.dspace.browse.SolrBrowseDAO
 
setLink(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setLocale(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setLogo(Bitstream) - Method in class org.dspace.content.Collection
 
setLogo(Context, Collection, InputStream) - Method in class org.dspace.content.CollectionServiceImpl
 
setLogo(Context, Community, InputStream) - Method in class org.dspace.content.CommunityServiceImpl
 
setLogo(Context, Collection, InputStream) - Method in interface org.dspace.content.service.CollectionService
Give the collection a logo.
setLogo(Context, Community, InputStream) - Method in interface org.dspace.content.service.CommunityService
Give the community a logo.
setMainTitle(String, String) - Method in class org.dspace.app.statistics.HTMLReport
set the main title for the report
setMainTitle(String, String) - Method in interface org.dspace.app.statistics.Report
set the main title for the report
setMap(Map<String, DiscoveryConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
setMapping(Map<String, ItemMarkingInfo>) - Method in class org.dspace.app.itemmarking.ItemMarkingCollectionStrategy
 
setMapping(Map<String, ItemMarkingInfo>) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
setMatchedPrevChecksum(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setMax(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMax(int) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setMax(int) - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
setMax(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setMax(int) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setMax2Process(int) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setMax2Process(int) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setMaxConnections(int) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
setMaxLogs(int) - Method in class org.dspace.app.util.DailyFileAppender
 
setMaxNumberOfTries(int) - Method in class org.dspace.app.sherpa.SHERPAService
 
setMaxResults(int) - Method in class org.dspace.discovery.DiscoverQuery
Sets the maximum number of results by this query
setMaxResults(int) - Method in class org.dspace.discovery.DiscoverResult
 
setMaxResults(int) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
setMaxResults(int) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
setMaxRetry(int) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
setMaxSize(int) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
 
setMdType(MdWrap, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMdType(MdRef, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMergeFieldMap(Map<String, List<String>>) - Method in class org.dspace.submit.lookup.FieldMergeModifier
 
setMetadata(Context, Collection, String, String) - Method in class org.dspace.content.CollectionServiceImpl
 
setMetadata(Context, Community, String, String) - Method in class org.dspace.content.CommunityServiceImpl
 
setMetadata(List<MetadataValue>) - Method in class org.dspace.content.DSpaceObject
 
setMetadata(Context, Collection, String, String) - Method in interface org.dspace.content.service.CollectionService
Deprecated.
setMetadata(Context, Community, String, String) - Method in interface org.dspace.content.service.CommunityService
Deprecated.
setMetadata(Context, EPerson, String, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
setMetadata(Context, EPerson, String, String) - Method in interface org.dspace.eperson.service.EPersonService
Deprecated.
setMetadata(String) - Method in class org.dspace.sort.SortOption
 
setMetadataField(String) - Method in class org.dspace.app.itemmarking.ItemMarkingMetadataStrategy
 
setMetadataField(MetadataField) - Method in class org.dspace.content.MetadataValue
 
setMetadataField(String) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
setMetadataFieldMap(Map<MetadataFieldConfig, MetadataContributor<RecordType>>) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
setMetadataFieldMap(Map) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedFieldMapping
 
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
setMetadataFieldMapping(MetadataFieldMapping<RecordType, MetadataContributor<RecordType>>) - Method in interface org.dspace.importer.external.metadatamapping.contributor.MetadataContributor
 
setMetadataFieldMapping(MetadataFieldMapping<OMElement, MetadataContributor<OMElement>>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
setMetadataFieldMapping(MetadataFieldMapping<T, MetadataContributor<T>>) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedLanguageMetadatumContributor
 
setMetadataFieldMapping(MetadataFieldMapping<RecordType, MetadataContributor<RecordType>>) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
setMetadataFields(List<DiscoveryHitHighlightFieldConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightingConfiguration
 
setMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setMetadataList(List<String>) - Method in class org.dspace.app.sherpa.submit.MetadataAuthorityISSNExtractor
 
setMetadataList(List<String>) - Method in class org.dspace.app.sherpa.submit.MetadataValueISSNExtractor
 
setMetadataModified() - Method in class org.dspace.content.DSpaceObject
 
setMetadataProcessorMap(Map<MetadataFieldConfig, MetadataProcessorService>) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
setMetadataSchema(MetadataSchema) - Method in class org.dspace.content.MetadataField
Set the schema record key.
setMetadataSingleValue(Context, T, String, String, String, String, String) - Method in class org.dspace.content.DSpaceObjectServiceImpl
Set first metadata field value
setMetadataSingleValue(Context, T, String, String, String, String, String) - Method in interface org.dspace.content.service.DSpaceObjectService
Set first metadata field value
setMetadataSortField(String) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setMetadatumContributors(LinkedList<MetadataContributor>) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
setMIMEType(String) - Method in class org.dspace.content.BitstreamFormat
Set the MIME type of the bitstream format
setMinimumAcceptanceScore(int) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
setMinTermFrequency(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMinWordLength(int) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setMissingFields(List<String>) - Method in class org.dspace.app.util.SubmissionInfo
Sets the form related indices of the required fields which were not filled out by the user.
setMode(DatasetSearchGenerator.Mode) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setModified() - Method in class org.dspace.content.DSpaceObject
 
setMonth(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
setMoreBoxesFor(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets the metadata field which user has requested more input boxes be displayed (by pressing "Add More" on one of the "Describe" pages)
setMoreLikeThisConfiguration(DiscoveryMoreLikeThisConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setMultipleFiles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one file.
setMultipleFiles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleFiles(boolean) - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
setMultipleFiles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setMultipleTitles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one title.
setMultipleTitles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleTitles(boolean) - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
setMultipleTitles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setName(BioName) - Method in class org.dspace.authority.orcid.model.Bio
 
setName(String) - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
setName(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setName(Context, String) - Method in class org.dspace.content.Bitstream
Set the name of the bitstream
setName(Context, String) - Method in class org.dspace.content.Bundle
Set the name of the bundle
setName(String) - Method in class org.dspace.content.MetadataSchema
Set the schema name.
setName - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.TaskSet
 
setName(Group, String) - Method in class org.dspace.eperson.GroupServiceImpl
 
setName(Group, String) - Method in interface org.dspace.eperson.service.GroupService
set name of group
setName(String) - Method in class org.dspace.sort.SortOption
 
setName(String) - Method in class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
setNameLength(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setNamespace(String) - Method in class org.dspace.content.MetadataSchema
Set the schema namespace.
setNetid(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's netid
setNextOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setNonAvailableImageName(String) - Method in class org.dspace.app.itemmarking.ItemMarkingAvailabilityBitstreamStrategy
 
setNOT(String) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
setNumber(int) - Method in class org.dspace.sort.SortOption
 
setOaiID(String) - Method in class org.dspace.harvest.HarvestedItem
Set the oai_id associated with this item
setOaiSetId(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setOaiSource(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setObject(DSpaceObject) - Method in class org.dspace.usage.UsageEvent
 
setOffset(int) - Method in interface org.dspace.browse.BrowseDAO
Get the offset from the first result from which to return results.
setOffset(int) - Method in class org.dspace.browse.BrowserScope
 
setOffset(int) - Method in class org.dspace.browse.SolrBrowseDAO
 
setOffset(int) - Method in class org.dspace.discovery.DiscoverFacetField
 
setOR(String) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
setOrcid(String) - Method in class org.dspace.authority.orcid.model.Bio
 
setOrcid(String) - Method in class org.dspace.authority.orcid.model.Contributor
 
setOrcid_id(String) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
setOrder(String) - Method in class org.dspace.browse.BrowserScope
 
setOrder(Context, Bundle, UUID[]) - Method in class org.dspace.content.BundleServiceImpl
 
setOrder(Context, Bundle, UUID[]) - Method in interface org.dspace.content.service.BundleService
Changes bitstream order according to the array
setOrder(int) - Method in class org.dspace.license.CCLicense
 
setOrderField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the database field which will be used to sort result sets on
setOrderField(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setOrdering(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setOriginal(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setOtherNames(List<String>) - Method in class org.dspace.authority.orcid.model.BioName
 
setOutput(String) - Method in class org.dspace.app.statistics.HTMLReport
 
setOutputMap(Map<String, String>) - Method in class org.dspace.app.itemimport.BTEBatchImportService
Setter method for the outputMapping
setOutputMap(Map<String, String>) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
setOwner(EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowItem
set owner of WorkflowItem
setOwner(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setOwningCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Set the owning collection of an item
setOwningCollection(Collection) - Method in class org.dspace.content.Item
Set the owning Collection for the item
setOwningDso(DSpaceObject) - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
 
setPackagingParameters(PackageParameters) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom packaging parameters for this Crosswalk.
setPage(int) - Method in class org.dspace.usage.UsageSearchEvent
 
setPageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the page reached column (which represents the page reached within a stage/step)
setParameters(String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
set the passed parameters up as global class variables.
setParameters(String) - Static method in class org.dspace.app.statistics.ReportGenerator
set the passed parameters up as global class variables.
setParameters(MultiValueMap) - Method in class org.dspace.importer.external.Query
 
setParent(Group) - Method in class org.dspace.eperson.Group2GroupCache
 
setParent(WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
setParentService(IdentifierService) - Method in class org.dspace.identifier.IdentifierProvider
 
setPassword(EPerson, String) - Method in class org.dspace.eperson.EPersonServiceImpl
 
setPassword(EPerson, String) - Method in interface org.dspace.eperson.service.EPersonService
Set the EPerson's password.
setPasswordHash(EPerson, PasswordHash) - Method in class org.dspace.eperson.EPersonServiceImpl
 
setPasswordHash(EPerson, PasswordHash) - Method in interface org.dspace.eperson.service.EPersonService
Set the EPerson's password hash.
setPatterns(Map<String, String>) - Method in class org.dspace.util.MultiFormatDateParser
 
setPercentage(boolean) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setPermission(Context, Group, int, Bitstream) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
Set the Permission on a Bitstream.
setPersonalDetails(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setPhase1TransformationEngine(TransformationEngine) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
setPhase2TransformationEngine(TransformationEngine) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
setPlace(int) - Method in class org.dspace.content.MetadataValue
Set the place ordering.
setPluginInstanceName(String) - Method in class org.dspace.core.SelfNamedPlugin
Set the name under which this plugin was instantiated.
setPolicies(Context, int, UUID, int, int, UUID, boolean, boolean) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPolicies(Context, int, UUID, int, int, UUID, boolean, boolean, String, String, Date, Date) - Static method in class org.dspace.authorize.PolicySet
 
setPoliciesFilter(Context, int, UUID, int, int, UUID, boolean, boolean, String) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPoliciesFilter(Context, int, UUID, int, int, UUID, boolean, boolean, String, String, String, Date, Date) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPort(int) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
setPort(int) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
setPrefixToNamespaceMapping(Map<String, String>) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
setPrevOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setPrimaryBitstreamID(Bitstream) - Method in class org.dspace.content.Bundle
Set the primary bitstream ID of the bundle
setPrint(PrintWriter) - Method in class org.dspace.authority.UpdateAuthorities
 
setPrint(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setProcessEndDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process end date.
setProcessEndDate(Date) - Method in class org.dspace.checker.MostRecentChecksum
 
setProcessingAction(UserSelectionAction) - Method in class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
setProcessingAction(Action) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setProcessStartDate(Date) - Method in class org.dspace.checker.CheckerCommand
Set time at which checker process began.
setProcessStartDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process start date.
setProcessStartDate(Date) - Method in class org.dspace.checker.MostRecentChecksum
 
setProvider(DefaultItemVersionProvider) - Method in class org.dspace.versioning.VersioningServiceImpl
 
setProviderName(String) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
setProviders(List<IdentifierProvider>) - Method in class org.dspace.identifier.IdentifierServiceImpl
 
setProviders(List<DataLoader>) - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
 
setProvidersErr(List<String>) - Method in class org.dspace.submit.lookup.LookupProvidersCheck
 
setProvidersOk(List<String>) - Method in class org.dspace.submit.lookup.LookupProvidersCheck
 
setPublicationDate(String) - Method in class org.dspace.authority.orcid.model.Work
 
setPublicationDate(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setPublishedBefore(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission has been published or publicly distributed before
setPublishedBefore(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setPublishedBefore(boolean) - Method in class org.dspace.workflowbasic.BasicWorkflowItem
 
setPublishedBefore(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setPubmedService(PubmedService) - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
setQualifier(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setQualifier(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setQualifier(String) - Method in class org.dspace.content.MetadataField
Set the qualifier.
setQualifier(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
setQualifier(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
setQuery(String) - Method in class org.dspace.discovery.DiscoverQuery
 
setQuery(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
setQuiet(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setQuiet(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setQuiet(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setQuiet(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setRandomColors(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setRecentSubmissionConfiguration(DiscoveryRecentSubmissionsConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setRecursiveModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable recursive mode.
setReference(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setRegex(String) - Static method in class org.dspace.app.statistics.LogAnalyser
set up the regular expressions to be used by this analyser.
setReindexDiscovery(boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Whether or not to tell Discovery to reindex itself based on the updated database.
setReinstated() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setReplaceModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable replace mode.
setReplyTo(String) - Method in class org.dspace.core.Email
Set the reply-to email address
setReporter(String) - Method in class org.dspace.curate.Curator
Sets the reporting stream for this curator.
setReportVerbose(boolean) - Method in class org.dspace.checker.CheckerCommand
Set report errors only
setRequest(HttpServletRequest) - Method in class org.dspace.usage.UsageEvent
 
setRequestFactory(EZIDRequestFactory) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
setRequireCertificate(boolean) - Method in class org.dspace.eperson.EPerson
Set require cert yes/no
setRequiresUI(boolean) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setResearcherUrls(Node, Bio) - Method in class org.dspace.authority.orcid.xml.XMLtoBio
 
setResourceTypeId(Integer) - Method in class org.dspace.handle.Handle
 
setRestoreModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable restore mode.
setResult(ChecksumResult) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum processing result.
setResult(String) - Method in class org.dspace.curate.AbstractCurationTask
Assigns the result of the task performance
setResult(String, String) - Method in class org.dspace.curate.Curator
Assigns a result to the performance of the named task.
setResult(String) - Method in class org.dspace.curate.Curator.TaskRunner
 
setResultName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the results column
setResultsPerPage(int) - Method in class org.dspace.browse.BrowseInfo
 
setResultsPerPage(int) - Method in class org.dspace.browse.BrowserScope
 
setResume(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setResume(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setRetrievePageViews(boolean) - Method in class org.dspace.statistics.content.DatasetSearchGenerator
 
setRole(ContributorAttributeRole) - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setRowLabel(int, String) - Method in class org.dspace.statistics.Dataset
 
setRowLabelAttr(int, String, String) - Method in class org.dspace.statistics.Dataset
 
setRowLabelAttr(int, Map<String, String>) - Method in class org.dspace.statistics.Dataset
 
setRowTitle(String) - Method in class org.dspace.statistics.Dataset
 
setRpDescription(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setRpName(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setRpp(int) - Method in class org.dspace.usage.UsageSearchEvent
 
setRpType(String) - Method in class org.dspace.authorize.ResourcePolicy
 
setSchema(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setSchema(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setSchema(String) - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
setSchema(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
setSchema(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
setScopeNote(String) - Method in class org.dspace.content.MetadataField
Set the scope note.
setSearchFilters(List<DiscoverySearchFilter>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSearchProvider(boolean) - Method in class org.dspace.submit.lookup.ArXivOnlineDataLoader
 
setSearchProvider(boolean) - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
 
setSearchProvider(boolean) - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
 
setSearchProvider(boolean) - Method in class org.dspace.submit.lookup.PubmedOnlineDataLoader
 
setSearchSortConfiguration(DiscoverySortConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSearchTerms(Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.MultipleSubmissionLookupDataLoader
 
setSearchTerms(Map<String, Set<String>>) - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
 
setSearchTime(int) - Method in class org.dspace.discovery.DiscoverResult
 
setSectionHeader(String) - Method in class org.dspace.app.statistics.Statistics
set the header for this particular stats block
setSelectValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of values to select on.
setSelectValues(String[]) - Method in class org.dspace.browse.SolrBrowseDAO
 
setSelfRegistered(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user self-registered
setSeparate(Boolean) - Method in class org.dspace.statistics.content.DSORepresentation
 
setSeparator(String) - Method in class org.dspace.importer.external.metadatamapping.contributor.CombinedMetadatumContributor
 
setSeparator(String) - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
setSequence(ContributorAttributeSequence) - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
setSequenceID(int) - Method in class org.dspace.content.Bitstream
Set the sequence ID of this bitstream
setSherpaService(SHERPAService) - Method in class org.dspace.app.sherpa.submit.SHERPASubmitService
 
setShortDescription(Context, String) - Method in class org.dspace.content.BitstreamFormat
 
setShortDescription(Context, BitstreamFormat, String) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
setShortDescription(Context, BitstreamFormat, String) - Method in interface org.dspace.content.service.BitstreamFormatService
Set the short description of the bitstream format
setShouldCenter(boolean) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setSidebarFacets(List<DiscoverySearchFilterFacet>) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSimilarityMetadataFields(List<String>) - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
 
setSizeBytes(long) - Method in class org.dspace.content.Bitstream
 
setSkipFirstNodeLevel(boolean) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setSkipList(List<String>) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setSkipList(List<String>) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setSleepBetweenTimeouts(long) - Method in class org.dspace.app.sherpa.SHERPAService
 
setSnippets(int) - Method in class org.dspace.discovery.configuration.DiscoveryHitHighlightFieldConfiguration
Set the maximum number of highlighted snippets to generate per field
setSortBy(int) - Method in class org.dspace.browse.BrowserScope
 
setSortBy(String) - Method in class org.dspace.usage.UsageSearchEvent
 
setSortField(String, DiscoverQuery.SORT_ORDER) - Method in class org.dspace.discovery.DiscoverQuery
 
setSortFields(List<DiscoverySortFieldConfiguration>) - Method in class org.dspace.discovery.configuration.DiscoverySortConfiguration
 
setSortOption(SortOption) - Method in class org.dspace.browse.BrowseInfo
 
setSortOrder(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setSortOrder(String) - Method in class org.dspace.usage.UsageSearchEvent
 
setSortOrderFilterPage(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setSortOrderSidebar(DiscoveryConfigurationParameters.SORT) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilterFacet
 
setSource(Context, String) - Method in class org.dspace.content.Bitstream
Set the source of the bitstream
setSpecialGroup(UUID) - Method in class org.dspace.core.Context
 
setSpellCheck(boolean) - Method in class org.dspace.discovery.DiscoverQuery
 
setSpellCheckEnabled(boolean) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setSpellCheckQuery(String) - Method in class org.dspace.discovery.DiscoverResult
 
setSplitter(String) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setStageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the stage reached column
setStart(int) - Method in class org.dspace.discovery.DiscoverQuery
 
setStart(int) - Method in class org.dspace.discovery.DiscoverResult
 
setStartDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the starting date for the report
setStartDate(Date) - Method in interface org.dspace.app.statistics.Report
set the starting date for the report
setStartDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set the start date for the policy
setStartDate(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setStartDate(Date) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the start date as a Date object.
setStarted(Date) - Method in class org.dspace.app.util.WebApp
 
setStartStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the start date as a string expression.
setStartsWith(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setStartsWith(String) - Method in class org.dspace.browse.BrowserScope
 
setState(int) - Method in class org.dspace.workflowbasic.BasicWorkflowItem
Set state of WorkflowItem
setStatName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the statistic column
setStatus(Integer) - Method in class org.dspace.identifier.DOI
 
setStdout(boolean) - Method in class org.dspace.rdf.RDFizer
Set this to true to print all generated data to stdout.
setStep(Step) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setStepNumber(int) - Method in class org.dspace.app.util.SubmissionStepConfig
Sets the number of this step in the current Submission process config.
setStoreNumber(int) - Method in class org.dspace.content.Bitstream
Set the asset store number where this bitstream is stored
setStores(Map<Integer, BitStoreService>) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
setSubfolder(String) - Method in class org.dspace.storage.bitstore.S3BitStoreService
 
setSubject(String) - Method in class org.dspace.core.Email
Set the subject of the message
setSubmissionItem(InProgressSubmission) - Method in class org.dspace.app.util.SubmissionInfo
Updates the current in progress submission item
setSubmitter(EPerson) - Method in class org.dspace.content.Item
Set the e-person that originally submitted this item.
setSubtitle(String) - Method in class org.dspace.authority.orcid.model.WorkTitle
 
setSummary(String) - Method in class org.dspace.versioning.Version
 
setSupportLevel(int) - Method in class org.dspace.content.BitstreamFormat
 
setSupportLevel(BitstreamFormat, int) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
setSupportLevel(BitstreamFormat, int) - Method in interface org.dspace.content.service.BitstreamFormatService
Set the support level for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
setTable(String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the table to query
setTable(String) - Method in class org.dspace.browse.SolrBrowseDAO
 
setTagCloudConfiguration(TagCloudConfiguration) - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
setTagCloudFacetConfiguration(TagCloudFacetConfiguration) - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
 
setTagCloudFacets(List<DiscoverySearchFilterFacet>) - Method in class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
setter - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
setTerm(String) - Method in class org.dspace.statistics.DataTermsFacet.TermsFacet
 
setTest(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setTest(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setThumb(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setTimeout(int) - Method in class org.dspace.app.sherpa.SHERPAService
 
setTimeout(int) - Method in class org.dspace.submit.lookup.ArXivService
How long to wait for a connection to be established.
setTimeout(int) - Method in class org.dspace.submit.lookup.CiNiiService
 
setTimeout(int) - Method in class org.dspace.submit.lookup.CrossRefService
 
setTimeout(int) - Method in class org.dspace.submit.lookup.PubmedService
 
setTitle(String) - Method in class org.dspace.authority.orcid.model.WorkTitle
 
setTitle(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setTitle(String) - Method in class org.dspace.statistics.content.StatisticsDisplay
 
setToBeProcessed(boolean) - Method in class org.dspace.checker.MostRecentChecksum
 
setToIgnoreMetadataFields(Map<Integer, List<String>>) - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
 
setTooltip(String) - Method in class org.dspace.app.itemmarking.ItemMarkingInfo
 
setTotalSearchResults(long) - Method in class org.dspace.discovery.DiscoverResult
 
setTotalTags(int) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setTransactionID(String) - Method in class org.dspace.event.Event
Sets value of transactionID element of the event.
setTransactionScope(Curator.TxScope) - Method in class org.dspace.curate.Curator
Defines the transactional scope of curator executions.
setTransformationEngine(TransformationEngine) - Method in class org.dspace.app.itemimport.BTEBatchImportService
 
setTranslatedTitle(String, String) - Method in class org.dspace.authority.orcid.model.WorkTitle
 
setType(String) - Method in class org.dspace.app.util.SyndicationFeed
Sets the feed type for XML delivery, e.g.
setType(CitationType) - Method in class org.dspace.authority.orcid.model.Citation
 
setType(String) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
setType(String) - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 
setType(String) - Method in class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
setType(String) - Method in class org.dspace.license.CCLicenseField
 
setType(String) - Method in class org.dspace.sort.SortOption
 
setType(String) - Method in class org.dspace.statistics.content.DatasetTimeGenerator
 
setType(String) - Method in class org.dspace.statistics.content.DatasetTypeGenerator
 
setType(Integer) - Method in class org.dspace.statistics.content.DSORepresentation
 
setTypes(List<AuthorityValue>) - Method in class org.dspace.authority.AuthorityTypes
 
setTypeStr(String) - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Set the range granularity: DAY, MONTH, or YEAR.
setUnits(String) - Method in class org.dspace.app.statistics.Stat
set the units of this statistic
setUrl(String) - Method in class org.dspace.app.util.WebApp
 
setUrl(String) - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
setUrl(String) - Method in class org.dspace.authority.orcid.model.Work
 
setUrl(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setUseAsHomePage(boolean) - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
 
setUseCollectionTemplate(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable Collection Template for Item ingestion.
setUser(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setUserAgent(String) - Method in class org.dspace.usage.UsageEvent
 
setUserFormatDescription(Context, String) - Method in class org.dspace.content.Bitstream
Set the user's format description.
setUserFormatDescription(Context, Bitstream, String) - Method in class org.dspace.content.BitstreamServiceImpl
 
setUserFormatDescription(Context, Bitstream, String) - Method in interface org.dspace.content.service.BitstreamService
Set the user's format description.
setUserName(String) - Method in class org.dspace.storage.rdbms.DatabaseConfigVO
 
setUseWorkflow(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setUseWorkflow(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setUseWorkflowSendEmail(boolean) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
setUseWorkflowSendEmail(boolean) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
setValue(String) - Method in class org.dspace.app.bulkedit.BulkEditMetadataValue
 
setValue(String) - Method in class org.dspace.authority.AuthorityValue
 
setValue(String) - Method in class org.dspace.authority.PersonAuthorityValue
 
setValue(String) - Method in class org.dspace.browse.BrowseInfo
 
setValue(String) - Method in class org.dspace.content.crosswalk.MockMetadataValue
 
setValue(String) - Method in class org.dspace.content.MetadataValue
Set the metadata value
setValue(String) - Method in class org.dspace.importer.external.metadatamapping.MetadatumDTO
 
setValue(String) - Method in class org.dspace.statistics.ObjectCount
 
setValue(String) - Method in class org.dspace.vocabulary.ControlledVocabulary
 
setValues(SolrDocument) - Method in class org.dspace.authority.AuthorityValue
Initialize this instance based on a solr record
setValues(SolrDocument) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
setValues(Bio) - Method in class org.dspace.authority.orcid.OrcidAuthorityValue
 
setValues(SolrDocument) - Method in class org.dspace.authority.PersonAuthorityValue
 
setVerbose(boolean) - Method in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
setVerbose(boolean) - Method in interface org.dspace.app.mediafilter.service.MediaFilterService
 
setVerbose(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setVerbose(boolean) - Method in class org.dspace.rdf.RDFizer
Set this to true to print verbose information to System.err.
setVersionDate(Date) - Method in class org.dspace.versioning.Version
 
setVersionHistory(VersionHistory) - Method in class org.dspace.versioning.Version
 
setVersionNumber(int) - Method in class org.dspace.versioning.Version
 
setVocabulary(String) - Method in class org.dspace.app.util.DCInput
Set the name of the controlled vocabulary that is associated with this field
setWarning(String) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
setWhitespaceAfter(boolean) - Method in class org.dspace.submit.lookup.ValueConcatenationModifier
 
setWidth(String) - Method in class org.dspace.discovery.configuration.TagCloudConfiguration
 
setWithdrawn() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been withdrawn
setWithHost(boolean) - Method in class org.dspace.app.util.DailyFileAppender
 
setWorkExternalIdentifier(WorkExternalIdentifier) - Method in class org.dspace.authority.orcid.model.Work
 
setWorkExternalIdentifierType(WorkExternalIdentifierType) - Method in class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
setWorkflowEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable workflow for Item ingestion.
setWorkflowGroup(int, Group) - Method in class org.dspace.content.Collection
 
setWorkflowGroup(Collection, int, Group) - Method in class org.dspace.content.CollectionServiceImpl
 
setWorkflowGroup(Collection, int, Group) - Method in interface org.dspace.content.service.CollectionService
Set the workflow group corresponding to a particular workflow step.
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowItem(XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setWorkSource(String) - Method in class org.dspace.authority.orcid.model.Work
 
setWorkSource(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setWorkTitle(WorkTitle) - Method in class org.dspace.authority.orcid.model.Work
 
setWorkType(WorkType) - Method in class org.dspace.authority.orcid.model.Work
 
setWorkType(Node, Work) - Method in class org.dspace.authority.orcid.xml.XMLtoWork
 
setXforwardedfor(String) - Method in class org.dspace.usage.UsageEvent
 
setYear(MetadataContributor) - Method in class org.dspace.importer.external.pubmed.metadatamapping.PubmedDateMetadatumContributor
 
SFXFileReaderService - Interface in org.dspace.app.sfx.service
XML configuration file reader for DSpace metadata fields (DC) mapping to OpenURL parameters.
SFXFileReaderServiceImpl - Class in org.dspace.app.sfx
XML configuration file reader for DSpace metadata fields (DC) mapping to OpenURL parameters.
SFXFileReaderServiceImpl() - Constructor for class org.dspace.app.sfx.SFXFileReaderServiceImpl
 
SfxServiceFactory - Class in org.dspace.app.sfx.factory
Abstract factory to get services for the sfx package, use SfxServiceFactory.getInstance() to retrieve an implementation
SfxServiceFactory() - Constructor for class org.dspace.app.sfx.factory.SfxServiceFactory
 
SfxServiceFactoryImpl - Class in org.dspace.app.sfx.factory
Factory implementation to get services for the sfx package, use SfxServiceFactory.getInstance() to retrieve an implementation
SfxServiceFactoryImpl() - Constructor for class org.dspace.app.sfx.factory.SfxServiceFactoryImpl
 
shardSolrIndex() - Method in interface org.dspace.statistics.service.SolrLoggerService
 
shardSolrIndex() - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
SHERPAJournal - Class in org.dspace.app.sherpa
POJO representation for a SHERPA journal
SHERPAJournal(String, String, String, String) - Constructor for class org.dspace.app.sherpa.SHERPAJournal
 
SHERPAPublisher - Class in org.dspace.app.sherpa
POJO representation for a SHERPA Publisher record
SHERPAPublisher(String, String, String, String, List<String>, String, List<String>, String, List<String>, List<String>, String, String, String, List<String[]>, String, String, String) - Constructor for class org.dspace.app.sherpa.SHERPAPublisher
 
SHERPAResponse - Class in org.dspace.app.sherpa
JAVA representation for a SHERPA API Response
SHERPAResponse(InputStream) - Constructor for class org.dspace.app.sherpa.SHERPAResponse
 
SHERPAResponse(String) - Constructor for class org.dspace.app.sherpa.SHERPAResponse
 
SHERPARoMEOJournalTitle - Class in org.dspace.content.authority
Sample Journal-name authority based on SHERPA/RoMEO WARNING: This is a very crude and incomplete implementation, done mainly as a proof-of-concept.
SHERPARoMEOJournalTitle() - Constructor for class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
SHERPARoMEOProtocol - Class in org.dspace.content.authority
Choice Authority based on SHERPA/RoMEO - for Publishers and Journals See the subclasses SHERPARoMEOPublisher and SHERPARoMEOJournalTitle for actual choice plugin implementations.
SHERPARoMEOProtocol() - Constructor for class org.dspace.content.authority.SHERPARoMEOProtocol
 
SHERPARoMEOPublisher - Class in org.dspace.content.authority
Sample Publisher name authority based on SHERPA/RoMEO WARNING: This is a very crude and incomplete implementation, done mainly as a proof-of-concept.
SHERPARoMEOPublisher() - Constructor for class org.dspace.content.authority.SHERPARoMEOPublisher
 
SHERPAService - Class in org.dspace.app.sherpa
 
SHERPAService() - Constructor for class org.dspace.app.sherpa.SHERPAService
 
SHERPASubmitConfigurationService - Class in org.dspace.app.sherpa.submit
 
SHERPASubmitConfigurationService() - Constructor for class org.dspace.app.sherpa.submit.SHERPASubmitConfigurationService
 
SHERPASubmitService - Class in org.dspace.app.sherpa.submit
 
SHERPASubmitService() - Constructor for class org.dspace.app.sherpa.submit.SHERPASubmitService
 
SHETLAND_ENGLISH - Static variable in class org.dspace.text.filter.Language
 
ShibAuthentication - Class in org.dspace.authenticate
Shibboleth authentication for DSpace Shibboleth is a distributed authentication system for securely authenticating users and passing attributes about the user from one or more identity providers.
ShibAuthentication() - Constructor for class org.dspace.authenticate.ShibAuthentication
 
SHORT_DESCRIPTION - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
SHORT_DESCRIPTION - Static variable in class org.dspace.content.Collection
 
SHORT_DESCRIPTION - Static variable in class org.dspace.content.Community
 
shutdown() - Method in interface org.dspace.core.DBConnection
 
shutdown() - Method in class org.dspace.core.HibernateDBConnection
 
shutdown() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
shutDownDatabase() - Method in class org.dspace.core.Context
 
SIDEBAR_TEXT - Static variable in class org.dspace.content.Collection
 
SIDEBAR_TEXT - Static variable in class org.dspace.content.Community
 
SidebarFacetConfiguration - Class in org.dspace.discovery.configuration
 
SidebarFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.SidebarFacetConfiguration
 
SIMPLE_RELATIONS_COLLECTION2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COLLECTION2ITEM_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2COLLECTION_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2SITE_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_COMMUNITY2SUBCOMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_ITEM2BITSTREAM_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_ITEM2COLLECTION_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_PREFIXES_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_SITE2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SIMPLE_RELATIONS_SUBCOMMUNITY2COMMUNITY_KEY - Static variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SimpleDCDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Disseminator for Simple Dublin Core metadata in XML format.
SimpleDCDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
SimpleDispatcher - Class in org.dspace.checker
An implementation of the selection strategy that selects bitstreams in the order that they were last checked, looping endlessly.
SimpleDispatcher(Context, Date, boolean) - Constructor for class org.dspace.checker.SimpleDispatcher
Creates a new SimpleDispatcher.
SimpleDSORelationsConverterPlugin - Class in org.dspace.rdf.conversion
 
SimpleDSORelationsConverterPlugin() - Constructor for class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SimpleDSpaceObjectLicenseFormatter - Class in org.dspace.content.license
This is a simple implementation of the LicenseArgumentFormatter for a DSpaceObject.
SimpleDSpaceObjectLicenseFormatter() - Constructor for class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
SimpleReporterService - Interface in org.dspace.checker.service
Simple Reporting Class which can return several different reports.
SimpleReporterServiceImpl - Class in org.dspace.checker
Simple Reporter implementation.
SimpleReporterServiceImpl() - Constructor for class org.dspace.checker.SimpleReporterServiceImpl
Main Constructor.
SimpleXpathMetadatumContributor - Class in org.dspace.importer.external.metadatamapping.contributor
Created by Roeland Dillen (roeland at atmire dot com) Date: 11/01/13 Time: 09:21
SimpleXpathMetadatumContributor(String, Map<String, String>, MetadataFieldConfig) - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
SimpleXpathMetadatumContributor() - Constructor for class org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
 
simplyCopyValue(String, BulkEditMetadataValue) - Method in class org.dspace.app.bulkedit.MetadataImport
 
SINGLE - Variable in class org.dspace.app.util.GoogleMetadata
 
singleResult(Criteria) - Method in class org.dspace.core.AbstractHibernateDAO
Retrieve a single result from the query.
SingleUserReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action where a single user has been assigned and he can either accept/reject the workflow item or reject the task
SingleUserReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
Site - Class in org.dspace.content
Represents the root of the DSpace Archive.
Site() - Constructor for class org.dspace.content.Site
Protected constructor, create object using: SiteService.createSite(Context)
SITE - Static variable in class org.dspace.core.Constants
DSpace site type
SITE - Static variable in class org.dspace.event.Event
 
site2community - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
site2Metadata(Site) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace site.
SiteDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the Site object.
siteDAO - Variable in class org.dspace.content.SiteServiceImpl
 
SiteDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the Site object.
SiteDAOImpl() - Constructor for class org.dspace.content.dao.impl.SiteDAOImpl
 
SiteHomeProcessor - Interface in org.dspace.plugin
Interface that must be implemented by any plugin wanting to be called at the inception of the Site home page (in index.jsp "welcome servlet").
SitemapsOrgGenerator - Class in org.dspace.app.sitemap
Class for generating Sitemaps to improve search engine coverage of the DSpace site and limit the server load caused by crawlers.
SitemapsOrgGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.SitemapsOrgGenerator
Construct a sitemaps.org protocol sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
siteService - Variable in class org.dspace.content.CommunityServiceImpl
 
siteService - Variable in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
 
siteService - Variable in class org.dspace.content.packager.AbstractMETSDisseminator
 
siteService - Static variable in class org.dspace.content.packager.PackageUtils
 
SiteService - Interface in org.dspace.content.service
Service interface class for the Site object.
siteService - Variable in class org.dspace.handle.HandleServiceImpl
 
siteService - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
siteService - Variable in class org.dspace.rdf.RDFConsumer
 
siteService - Variable in class org.dspace.rdf.storage.HandleURIGenerator
 
siteService - Variable in class org.dspace.rdf.storage.LocalURIGenerator
 
siteService - Variable in class org.dspace.storage.rdbms.SiteServiceInitializer
 
SiteServiceImpl - Class in org.dspace.content
Service implementation for the Site object.
SiteServiceImpl() - Constructor for class org.dspace.content.SiteServiceImpl
 
SiteServiceInitializer - Class in org.dspace.storage.rdbms
Callback method to ensure that the Site object is created (if no site exists) after the database migration completes.
SiteServiceInitializer() - Constructor for class org.dspace.storage.rdbms.SiteServiceInitializer
 
SkipInitialQuestionsStep - Class in org.dspace.submit.step
This is a Simple Step class that need to be used when you want skip the initial questions step!
SkipInitialQuestionsStep() - Constructor for class org.dspace.submit.step.SkipInitialQuestionsStep
 
skipList - Variable in class org.dspace.app.mediafilter.MediaFilterServiceImpl
 
SL_NAMESPACE_PREFIX - Static variable in class org.dspace.submit.lookup.SubmissionLookupService
 
socket - Variable in class org.dspace.ctask.general.ClamScan
 
solr - Variable in class org.dspace.authority.AuthoritySolrServiceImpl
Non-Static CommonsHttpSolrServer for processing indexing events.
solr - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
SolrAuthority - Class in org.dspace.content.authority
 
SolrAuthority() - Constructor for class org.dspace.content.authority.SolrAuthority
 
SolrBrowseDAO - Class in org.dspace.browse
 
SolrBrowseDAO(Context) - Constructor for class org.dspace.browse.SolrBrowseDAO
 
SolrImportExport - Class in org.dspace.util
Utility class to export, clear and import Solr indexes.
SolrImportExport() - Constructor for class org.dspace.util.SolrImportExport
 
SolrImportExportException - Exception in org.dspace.util
 
SolrImportExportException(String) - Constructor for exception org.dspace.util.SolrImportExportException
 
SolrImportExportException(String, Throwable) - Constructor for exception org.dspace.util.SolrImportExportException
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsBSAdapter
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsData
 
solrLoggerService - Variable in class org.dspace.statistics.content.StatisticsDataVisits
 
SolrLoggerService - Interface in org.dspace.statistics.service
Static holder for a HttpSolrClient connection pool to issue usage logging events to Solr from DSpace libraries, and some static query composers.
solrLoggerService - Variable in class org.dspace.statistics.SolrLoggerUsageEventListener
 
solrLoggerService - Variable in class org.dspace.statistics.StatisticsLoggingConsumer
 
solrLoggerService - Variable in class org.dspace.statistics.util.StatisticsImporter
 
SolrLoggerServiceImpl - Class in org.dspace.statistics
Static holder for a HttpSolrClient connection pool to issue usage logging events to Solr from DSpace libraries, and some static query composers.
SolrLoggerServiceImpl() - Constructor for class org.dspace.statistics.SolrLoggerServiceImpl
 
SolrLoggerServiceImpl.ResultProcessor - Class in org.dspace.statistics
 
SolrLoggerServiceImpl.ResultProcessor() - Constructor for class org.dspace.statistics.SolrLoggerServiceImpl.ResultProcessor
 
SolrLoggerServiceImpl.StatisticsType - Enum in org.dspace.statistics
 
SolrLoggerUsageEventListener - Class in org.dspace.statistics
Simple SolrLoggerUsageEvent facade to separate Solr specific logging implementation from DSpace.
SolrLoggerUsageEventListener() - Constructor for class org.dspace.statistics.SolrLoggerUsageEventListener
 
SolrServiceContentInOriginalBundleFilterPlugin - Class in org.dspace.discovery
This plugin adds three fields to the solr index to make a facet with/without content in the ORIGINAL Bundle possible (like full text, images...).
SolrServiceContentInOriginalBundleFilterPlugin() - Constructor for class org.dspace.discovery.SolrServiceContentInOriginalBundleFilterPlugin
 
SolrServiceImpl - Class in org.dspace.discovery
SolrIndexer contains the methods that index Items and their metadata, collections, communities, etc.
SolrServiceImpl() - Constructor for class org.dspace.discovery.SolrServiceImpl
 
SolrServiceIndexOutputPlugin - Class in org.dspace.discovery
Example class that prints out the handle of the DSpace Object currently being indexed
SolrServiceIndexOutputPlugin() - Constructor for class org.dspace.discovery.SolrServiceIndexOutputPlugin
 
SolrServiceIndexPlugin - Interface in org.dspace.discovery
Indexing plugin used when indexing the communities/collections/items into DSpace
SolrServiceMetadataBrowseIndexingPlugin - Class in org.dspace.discovery
A Solr Indexing plugin for the "metadata" browse index type.
SolrServiceMetadataBrowseIndexingPlugin() - Constructor for class org.dspace.discovery.SolrServiceMetadataBrowseIndexingPlugin
 
SolrServiceResourceRestrictionPlugin - Class in org.dspace.discovery
Restriction plugin that ensures that indexes all the resource policies.
SolrServiceResourceRestrictionPlugin() - Constructor for class org.dspace.discovery.SolrServiceResourceRestrictionPlugin
 
SolrServiceSearchPlugin - Interface in org.dspace.discovery
Plugin from which users can add additional search parameters for every search that occurs in discovery
SolrServiceSpellIndexingPlugin - Class in org.dspace.discovery
Created with IntelliJ IDEA.
SolrServiceSpellIndexingPlugin() - Constructor for class org.dspace.discovery.SolrServiceSpellIndexingPlugin
 
sortDatesDescending(Date[]) - Static method in class org.dspace.app.statistics.StatisticsLoader
Sort the date array in descending (reverse chronological) order.
SortException - Exception in org.dspace.sort
Just a quick SortException class to give us the relevant data type
SortException() - Constructor for exception org.dspace.sort.SortException
 
SortException(String) - Constructor for exception org.dspace.sort.SortException
 
SortException(String, Throwable) - Constructor for exception org.dspace.sort.SortException
 
SortException(Throwable) - Constructor for exception org.dspace.sort.SortException
 
SortOption - Class in org.dspace.sort
Class to mediate with the sort configuration
SortOption(int, String, String, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object with the given parameters
SortOption(int, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object using the definition from the configuration
source - Variable in class org.dspace.content.authority.SolrAuthority
 
SourceExceptionHandler<T extends MetadataSource> - Interface in org.dspace.importer.external
Created by: Antoine Snyers (antoine at atmire dot com) Date: 27 Oct 2014
SPANISH - Static variable in class org.dspace.text.filter.Language
 
SPARQL_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the public address of the SPARQL endpoint.
SpiderDetector - Class in org.dspace.statistics.util
SpiderDetector is used to find IP's that are spiders...
SpiderDetector() - Constructor for class org.dspace.statistics.util.SpiderDetector
 
SPLIT - Static variable in interface org.dspace.authority.service.AuthorityValueService
 
splitMetadata(String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
splitValue(String) - Method in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
sql(String) - Method in class org.dspace.browse.BrowseOutput
Pass in some SQL.
StandardInitialArticleWord - Class in org.dspace.text.filter
Implements existing DSpace initial article word behaviour Note: This only works for languages defined with ISO code entries.
StandardInitialArticleWord() - Constructor for class org.dspace.text.filter.StandardInitialArticleWord
 
start - Variable in class org.dspace.content.authority.Choices
Index of start of this result wrt.
start(Context, WorkspaceItem) - Method in interface org.dspace.workflow.WorkflowService
startWorkflow() begins a workflow - in a single transaction do away with the PersonalWorkspace entry and turn it into a WorkflowItem.
start(Context, WorkspaceItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
start(Context, WorkspaceItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
started - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
startNewFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
Start writing a new sitemap file.
startNewScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
startNewScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Start harvest scheduler.
StartSubmissionLookupStep - Class in org.dspace.submit.step
StartSubmissionLookupStep is used when you want enabled the user to auto fill the item in submission with metadata retrieved from external bibliographic services (like pubmed, arxiv, and so on...)
StartSubmissionLookupStep() - Constructor for class org.dspace.submit.step.StartSubmissionLookupStep
 
startWithoutNotify(Context, WorkspaceItem) - Method in interface org.dspace.workflow.WorkflowService
startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally
startWithoutNotify(Context, WorkspaceItem) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
startWithoutNotify(Context, WorkspaceItem) - Method in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally
Stat - Class in org.dspace.app.statistics
This is a primitive class to represent a single statistic, which will generally be a key value pair but with the capabilities for being sorted Note: this class has a natural ordering that is inconsistent with equals
statBlock(Statistics) - Method in class org.dspace.app.statistics.HTMLReport
output the report block based on the passed mapping, where the mapping sould be "name of report element" => "value", where both sides of the mapping should be Strings.
statBlock(Statistics) - Method in interface org.dspace.app.statistics.Report
output the report block based on the passed statistics object array
state2step(int) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
StaticDSOConverterPlugin - Class in org.dspace.rdf.conversion
 
StaticDSOConverterPlugin() - Constructor for class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
Statistics - Class in org.dspace.app.statistics
This class provides a wrapper for a related set of statistics.
StatisticsBSAdapter - Class in org.dspace.statistics.content
Class that will hold the data needed to show statistics in the browse and search pages.
StatisticsBSAdapter() - Constructor for class org.dspace.statistics.content.StatisticsBSAdapter
 
StatisticsClient - Class in org.dspace.statistics.util
Class to load intermediate statistics files into solr
StatisticsClient() - Constructor for class org.dspace.statistics.util.StatisticsClient
 
StatisticsData - Class in org.dspace.statistics.content
Abstract "factory" for statistical queries.
StatisticsData() - Constructor for class org.dspace.statistics.content.StatisticsData
Construct a blank query factory.
StatisticsData(Dataset) - Constructor for class org.dspace.statistics.content.StatisticsData
Wrap an existing Dataset in an unconfigured query factory.
StatisticsDataSearches - Class in org.dspace.statistics.content
A statistics data implementation that will query the statistics backend for search information
StatisticsDataSearches(DSpaceObject) - Constructor for class org.dspace.statistics.content.StatisticsDataSearches
 
StatisticsDataVisits - Class in org.dspace.statistics.content
Query factory associated with a DSpaceObject.
StatisticsDataVisits() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct a completely uninitialized query.
StatisticsDataVisits(DSpaceObject) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an empty query concerning a given DSpaceObject.
StatisticsDataVisits(DSpaceObject, Dataset) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an unconfigured query around a given DSO and Dataset.
StatisticsDataVisits(Dataset) - Constructor for class org.dspace.statistics.content.StatisticsDataVisits
Construct an unconfigured query around a given Dataset.
StatisticsDataVisits.DatasetQuery - Class in org.dspace.statistics.content
 
StatisticsDataVisits.DatasetQuery() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits.DatasetQuery
 
StatisticsDataVisits.Query - Class in org.dspace.statistics.content
 
StatisticsDataVisits.Query() - Constructor for class org.dspace.statistics.content.StatisticsDataVisits.Query
 
StatisticsDataWorkflow - Class in org.dspace.statistics.content
A workflow data implementation that will query the statistics backend for workflow information
StatisticsDataWorkflow(DSpaceObject, int) - Constructor for class org.dspace.statistics.content.StatisticsDataWorkflow
 
StatisticsDisplay - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics
StatisticsDisplay(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsDisplay
 
StatisticsFilter - Interface in org.dspace.statistics.content.filter
A wrapper for some kind of Solr filter expression.
StatisticsImporter - Class in org.dspace.statistics.util
Class to load intermediate statistics files (produced from log files by ClassicDSpaceLogConverter) into Solr.
StatisticsImporter(boolean) - Constructor for class org.dspace.statistics.util.StatisticsImporter
Constructor.
StatisticsImporterElasticSearch - Class in org.dspace.statistics.util
Class to load intermediate statistics files (produced from log files by ClassicDSpaceLogConverter) into Elastic Search
StatisticsImporterElasticSearch() - Constructor for class org.dspace.statistics.util.StatisticsImporterElasticSearch
 
StatisticsListing - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics as a list
StatisticsListing(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsListing
 
StatisticsLoader - Class in org.dspace.app.statistics
Helper class for loading the analysis / report files from the reports directory
StatisticsLoader() - Constructor for class org.dspace.app.statistics.StatisticsLoader
 
StatisticsLoggingConsumer - Class in org.dspace.statistics
StatisticsLogging Consumer for SolrLogger which captures Create, Update and Delete Events on DSpace Objects.
StatisticsLoggingConsumer() - Constructor for class org.dspace.statistics.StatisticsLoggingConsumer
 
StatisticsServiceFactory - Class in org.dspace.statistics.factory
Abstract factory to get services for the statistics package, use StatisticsServiceFactory.getInstance() to retrieve an implementation
StatisticsServiceFactory() - Constructor for class org.dspace.statistics.factory.StatisticsServiceFactory
 
StatisticsServiceFactoryImpl - Class in org.dspace.statistics.factory
Factory implementation to get services for the statistics package, use StatisticsServiceFactory.getInstance() to retrieve an implementation
StatisticsServiceFactoryImpl() - Constructor for class org.dspace.statistics.factory.StatisticsServiceFactoryImpl
 
StatisticsSolrDateFilter - Class in org.dspace.statistics.content.filter
Encapsulate a range of dates for Solr query filtering.
StatisticsSolrDateFilter() - Constructor for class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
 
StatisticsTable - Class in org.dspace.statistics.content
Encapsulates all data to render the statistics as a table
StatisticsTable(StatisticsData) - Constructor for class org.dspace.statistics.content.StatisticsTable
 
STATS - Variable in class org.dspace.ctask.general.ClamScan
 
status - Variable in class org.dspace.ctask.general.AbstractTranslator
 
status - Variable in class org.dspace.ctask.general.BitstreamsIntoMetadata
 
status - Variable in class org.dspace.ctask.general.ClamScan
 
status - Variable in class org.dspace.ctask.general.NoOpCurationTask
 
status - Variable in class org.dspace.curate.CitationPage
 
status - Static variable in class org.dspace.harvest.HarvestScheduler
 
STATUS_BUSY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_CANCEL_PRUNE - Static variable in class org.dspace.submit.step.InitialQuestionsStep
 
STATUS_COMPLETE - Static variable in class org.dspace.submit.AbstractProcessingStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required)
STATUS_CONTAINS_VIRUS - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_DUPLICATED_POLICY - Static variable in class org.dspace.submit.step.AccessStep
 
STATUS_EDIT_BITSTREAM - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_EDIT_COMPLETE - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_EDIT_POLICIES - Static variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
STATUS_EDIT_POLICIES_DUPLICATED_POLICY - Static variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
STATUS_EDIT_POLICIES_ERROR_SELECT_GROUP - Static variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
STATUS_EDIT_POLICY - Static variable in class org.dspace.submit.step.AccessStep
 
STATUS_EDIT_POLICY_DUPLICATED_POLICY - Static variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
STATUS_EDIT_POLICY_ERROR_SELECT_GROUP - Static variable in class org.dspace.submit.step.UploadWithEmbargoStep
 
STATUS_ERROR_FORMAT_DATE - Static variable in class org.dspace.submit.step.AccessStep
 
STATUS_ERROR_MISSING_DATE - Static variable in class org.dspace.submit.step.AccessStep
 
STATUS_ERROR_SELECT_GROUP - Static variable in class org.dspace.submit.step.AccessStep
 
STATUS_INTEGRITY_ERROR - Static variable in class org.dspace.submit.step.UploadStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_INVALID_COLLECTION - Static variable in class org.dspace.submit.step.SelectCollectionStep
 
STATUS_INVALID_COLLECTION - Static variable in class org.dspace.submit.step.StartSubmissionLookupStep
 
STATUS_LICENSE_REJECTED - Static variable in class org.dspace.submit.step.CCLicenseStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_LICENSE_REJECTED - Static variable in class org.dspace.submit.step.LicenseStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_MISSING_REQUIRED_FIELDS - Static variable in class org.dspace.submit.step.DescribeStep
 
STATUS_MORE_INPUT_REQUESTED - Static variable in class org.dspace.submit.step.DescribeStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_NO_COLLECTION - Static variable in class org.dspace.submit.step.SelectCollectionStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_NO_COLLECTION - Static variable in class org.dspace.submit.step.StartSubmissionLookupStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_NO_FILES_ERROR - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_NO_SUUID - Static variable in class org.dspace.submit.step.StartSubmissionLookupStep
 
STATUS_OAI_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_QUEUED - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_READY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_SUBMISSION_EXPIRED - Static variable in class org.dspace.submit.step.StartSubmissionLookupStep
 
STATUS_THESIS_REJECTED - Static variable in class org.dspace.submit.step.InitialQuestionsStep
 
STATUS_UNKNOWN_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_UNKNOWN_FORMAT - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_UPLOAD_ERROR - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_USER_INPUT_ERROR - Static variable in class org.dspace.submit.step.SampleStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_VERIFY_PRUNE - Static variable in class org.dspace.submit.step.InitialQuestionsStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_VIRUS_CHECKER_UNAVAILABLE - Static variable in class org.dspace.submit.step.UploadStep
 
stdout - Variable in class org.dspace.rdf.RDFizer
 
step - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.FlowStep
 
Step - Class in org.dspace.xmlworkflow.state
A class that contains all the data of an xlworkflow step
Step(String, Workflow, Role, UserSelectionActionConfig, List<String>, Map<Integer, String>, int) - Constructor for class org.dspace.xmlworkflow.state.Step
 
stepName2step(String) - Method in class org.dspace.curate.WorkflowCuratorServiceImpl
 
steps - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.TaskSet
 
stopScheduler() - Method in class org.dspace.harvest.HarvestSchedulingServiceImpl
 
stopScheduler() - Method in interface org.dspace.harvest.service.HarvestSchedulingService
Stop an active harvest scheduler.
STORAGE_GRAPHSTORE_AUTHENTICATION_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load whether HTTP authentication for the graph store endpoint is required.
STORAGE_GRAPHSTORE_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the address of the SPARQL 1.1 GRAPH STORE HTTP PROTOCOL endpoint.
STORAGE_GRAPHSTORE_LOGIN_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the username if authentication for the graph store endpoint is required.
STORAGE_GRAPHSTORE_PASSWORD_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the password if authentication for the graph store endpoint is required.
STORAGE_SPARQL_AUTHENTICATION_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load whether HTTP authentication for the internal SPARQL endpoint is required.
STORAGE_SPARQL_ENDPOINT_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the address of the SPARQL endpoint to use within DSpace.
STORAGE_SPARQL_LOGIN_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the username if authentication for the internal SPARQL endpoint is required.
STORAGE_SPARQL_PASSWORD_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the password if authentication for the internal SPARQL endpoint is required.
StorageServiceFactory - Class in org.dspace.storage.bitstore.factory
Abstract factory to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation
StorageServiceFactory() - Constructor for class org.dspace.storage.bitstore.factory.StorageServiceFactory
 
StorageServiceFactoryImpl - Class in org.dspace.storage.bitstore.factory
Factory implementation to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation
StorageServiceFactoryImpl() - Constructor for class org.dspace.storage.bitstore.factory.StorageServiceFactoryImpl
 
store(String, Model) - Method in interface org.dspace.rdf.storage.RDFStorage
Don't use this method directly, use RDFizer.convert(...) to convert and store DSpaceObjets.
store(String, Model) - Method in class org.dspace.rdf.storage.RDFStorageImpl
 
store(Context, Bitstream, InputStream) - Method in class org.dspace.storage.bitstore.BitstreamStorageServiceImpl
 
store(Context, Bitstream, InputStream) - Method in interface org.dspace.storage.bitstore.service.BitstreamStorageService
Store a stream of bits.
STORE_SEPARATOR - Static variable in class org.dspace.discovery.SolrServiceImpl
 
storeDTOs(HttpServletRequest, String, SubmissionLookupDTO) - Method in class org.dspace.submit.lookup.SubmissionLookupService
 
storeHierarchy - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
storeOriginalURL(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Put the original request URL into the request object as an attribute for later use.
storeParents(XContentBuilder, HashMap<String, ArrayList<String>>) - Method in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
storeParents(XContentBuilder, HashMap<String, ArrayList<String>>) - Method in interface org.dspace.statistics.service.ElasticSearchLoggerService
 
storeParents(SolrInputDocument, DSpaceObject) - Method in interface org.dspace.statistics.service.SolrLoggerService
Method just used to log the parents.
storeParents(SolrInputDocument, DSpaceObject) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
STREAM_TYPE - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
The type of the stream.
StreamDisseminationCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface crosswalk metadata directly from a DSpace Object to an output stream, in a specific format.
StreamIngestionCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface can crosswalk metadata directly from a stream (assumed to be in a specific format) to the object.
stringToDate(String) - Method in class org.dspace.authority.AuthorityValue
 
StripDiacritics - Class in org.dspace.text.filter
Strips decomposed diacritic characters from the supplied string
StripDiacritics() - Constructor for class org.dspace.text.filter.StripDiacritics
 
StripLeadingNonAlphaNum - Class in org.dspace.text.filter
 
StripLeadingNonAlphaNum() - Constructor for class org.dspace.text.filter.StripLeadingNonAlphaNum
 
StructBuilder - Class in org.dspace.administer
This class deals with importing community and collection structures from an XML file.
StructBuilder() - Constructor for class org.dspace.administer.StructBuilder
 
SUB_INFO_SELECTED_RP - Static variable in class org.dspace.submit.step.AccessStep
 
subAppend(LoggingEvent) - Method in class org.dspace.app.util.DailyFileAppender
 
subcommunity2community - Variable in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
SUBDIR_LIMIT - Variable in class org.dspace.app.itemexport.ItemExportServiceImpl
 
subject - Static variable in class org.dspace.rdf.conversion.DMRM
The subject of a DSpace metadata RDF mapping result.
SUBJECT_MASK - Static variable in class org.dspace.event.Event
Index of filter parts in their array:
SUBMISSION_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view by the end user during submission.
SubmissionConfig - Class in org.dspace.app.util
Class representing a single Item Submission config definition, organized into steps.
SubmissionConfig(String, List<Map<String, String>>, boolean) - Constructor for class org.dspace.app.util.SubmissionConfig
Constructs a new Submission Configuration object, based on the XML configuration file (item-submission.xml)
SubmissionConfigReader - Class in org.dspace.app.util
Item Submission configuration generator for DSpace.
SubmissionConfigReader() - Constructor for class org.dspace.app.util.SubmissionConfigReader
Load Submission Configuration from the item-submission.xml configuration file
SubmissionInfo - Class in org.dspace.app.util
Information about an item being editing with the submission UI
SubmissionItemDataLoader - Class in org.dspace.submit.lookup
 
SubmissionItemDataLoader() - Constructor for class org.dspace.submit.lookup.SubmissionItemDataLoader
 
SubmissionLookupDataLoader - Interface in org.dspace.submit.lookup
 
SubmissionLookupDTO - Class in org.dspace.submit.util
 
SubmissionLookupDTO() - Constructor for class org.dspace.submit.util.SubmissionLookupDTO
 
SubmissionLookupOutputGenerator - Class in org.dspace.submit.lookup
 
SubmissionLookupOutputGenerator() - Constructor for class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
 
SubmissionLookupPublication - Class in org.dspace.submit.util
 
SubmissionLookupPublication(String) - Constructor for class org.dspace.submit.util.SubmissionLookupPublication
 
SubmissionLookupService - Class in org.dspace.submit.lookup
 
SubmissionLookupService() - Constructor for class org.dspace.submit.lookup.SubmissionLookupService
 
SubmissionLookupUtils - Class in org.dspace.submit.lookup
 
SubmissionLookupUtils() - Constructor for class org.dspace.submit.lookup.SubmissionLookupUtils
 
SubmissionStepConfig - Class in org.dspace.app.util
Class representing configuration for a single step within an Item Submission Process.
SubmissionStepConfig() - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating an empty SubmissionStepConfig object
SubmissionStepConfig(Map<String, String>) - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating a SubmissionStepConfig object based on the contents of a HashMap initialized by the SubmissionConfig object.
submit - Variable in class org.dspace.app.packager.Packager
 
SUBMIT_MORE_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to submit more files *
SUBMIT_SKIP_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to skip uploading a file *
SUBMIT_UPLOAD_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to upload a file *
subscribe(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Subscribe an e-person to a collection.
subscribe(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
SubscribeCLITool - Class in org.dspace.eperson
CLI tool used for sending new item e-mail alerts to users
SubscribeCLITool() - Constructor for class org.dspace.eperson.SubscribeCLITool
 
subscribeService - Variable in class org.dspace.content.CollectionServiceImpl
 
subscribeService - Variable in class org.dspace.eperson.EPersonServiceImpl
 
SubscribeService - Interface in org.dspace.eperson.service
Service interface class for the Subscription object.
SubscribeServiceImpl - Class in org.dspace.eperson
Class defining methods for sending new item e-mail alerts to users
SubscribeServiceImpl() - Constructor for class org.dspace.eperson.SubscribeServiceImpl
 
Subscription - Class in org.dspace.eperson
Database entity representation of the subscription table
Subscription() - Constructor for class org.dspace.eperson.Subscription
Protected constructor, create object using: SubscribeService.subscribe(Context, EPerson, Collection)
SubscriptionDAO - Interface in org.dspace.eperson.dao
Database Access Object interface class for the Subscription object.
subscriptionDAO - Variable in class org.dspace.eperson.SubscribeServiceImpl
 
SubscriptionDAOImpl - Class in org.dspace.eperson.dao.impl
Hibernate implementation of the Database Access Object interface class for the Subscription object.
SubscriptionDAOImpl() - Constructor for class org.dspace.eperson.dao.impl.SubscriptionDAOImpl
 
SUBTITLE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
subtype - Variable in class org.dspace.rdf.negotiation.MediaRange
 
subtypeIsWildcard() - Method in class org.dspace.rdf.negotiation.MediaRange
 
SUCCESS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
Authenticated OK, EPerson has been set.
suggestHierarchy - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
SupervisedItemService - Interface in org.dspace.content.service
Class to handle WorkspaceItems which are being supervised.
SupervisedItemServiceImpl - Class in org.dspace.content
 
SupervisedItemServiceImpl() - Constructor for class org.dspace.content.SupervisedItemServiceImpl
 
SupervisorService - Interface in org.dspace.eperson.service
Class to represent the supervisor, primarily for use in applying supervisor activities to the database, such as setting and unsetting supervision orders and so forth.
SupervisorServiceImpl - Class in org.dspace.eperson
 
SupervisorServiceImpl() - Constructor for class org.dspace.eperson.SupervisorServiceImpl
 
SUPPORTED - Static variable in class org.dspace.content.BitstreamFormat
The "supported" support level - for bitstream formats known to the system and fully supported.
supportLevelText - Variable in class org.dspace.content.BitstreamFormatServiceImpl
translate support-level ID to string.
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.DOIIdentifierProvider
This identifier provider supports identifiers of type DOI.
supports(String) - Method in class org.dspace.identifier.DOIIdentifierProvider
This identifier provider supports identifiers in the following format: doi:10.123/456 10.123/456 http://dx.doi.org/10.123/456
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.EZIDIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.HandleIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.IdentifierProvider
Can this provider provide identifiers of a given type?
supports(String) - Method in class org.dspace.identifier.IdentifierProvider
Can this provider provide identifiers of a given type?
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
supports(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
 
supports(Class<? extends Identifier>) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
supports(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
supports(int) - Method in interface org.dspace.rdf.conversion.ConverterPlugin
Returns all type of DSpaceObjects that are supported by this plugin.
supports(int) - Method in class org.dspace.rdf.conversion.MetadataConverterPlugin
 
supports(int) - Method in class org.dspace.rdf.conversion.SimpleDSORelationsConverterPlugin
 
supports(int) - Method in class org.dspace.rdf.conversion.StaticDSOConverterPlugin
 
SUPPRESS_UNDO_FILENAME - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
suspend(int) - Method in class org.dspace.curate.Curator.TaskRunner
 
Suspendable - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
svcUrl - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
SVG_MIMES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that refer to a SVG
SWEDISH - Static variable in class org.dspace.text.filter.Language
 
swordCompatibility(Context, String, String, HttpServletRequest) - Method in class org.dspace.authenticate.ShibAuthentication
Provide password-based authentication to enable sword compatibility.
SyndicationFeed - Class in org.dspace.app.util
Invoke ROME library to assemble a generic model of a syndication for the given list of Items and scope.
SyndicationFeed(String) - Constructor for class org.dspace.app.util.SyndicationFeed
Constructor.

T

TabFileUsageEventListener - Class in org.dspace.usage
Serialize UsageEvent data to a file as Tab delimited.
TabFileUsageEventListener() - Constructor for class org.dspace.usage.TabFileUsageEventListener
 
tableColumnExists(Connection, String, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database column exists in our database
tableExists(Connection, String) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database table exists in our database
tableExists(Connection, String, boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Determine if a particular database table exists in our database
tables() - Static method in class org.dspace.browse.BrowseIndex
Deprecated. 
TAGALOG - Static variable in class org.dspace.text.filter.Language
 
TagCloudConfiguration - Class in org.dspace.discovery.configuration
 
TagCloudConfiguration() - Constructor for class org.dspace.discovery.configuration.TagCloudConfiguration
 
TagCloudFacetConfiguration - Class in org.dspace.discovery.configuration
 
TagCloudFacetConfiguration() - Constructor for class org.dspace.discovery.configuration.TagCloudFacetConfiguration
 
targetFields - Variable in class org.dspace.app.itemupdate.UpdateMetadataAction
 
taskArrayProperty(String) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration Array property value for passed name, else null if no properties defined or no value for passed key.
taskBooleanProperty(String, boolean) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration boolean property value for passed name, else passed default value if no properties defined or no value for passed key.
taskId - Variable in class org.dspace.curate.AbstractCurationTask
 
taskIntProperty(String, int) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration integer property value for passed name, else passed default value if no properties defined or no value for passed key.
TaskListItem - Class in org.dspace.workflowbasic
Database entity representation of the TaskListItem table
TaskListItem() - Constructor for class org.dspace.workflowbasic.TaskListItem
Protected constructor, create object using: TaskListItemService.create(Context, BasicWorkflowItem, EPerson)
TaskListItemDAO - Interface in org.dspace.workflowbasic.dao
Database Access Object interface class for the TaskListItem object.
taskListItemDAO - Variable in class org.dspace.workflowbasic.TaskListItemServiceImpl
 
TaskListItemDAOImpl - Class in org.dspace.workflowbasic.dao.impl
Hibernate implementation of the Database Access Object interface class for the TaskListItem object.
TaskListItemDAOImpl() - Constructor for class org.dspace.workflowbasic.dao.impl.TaskListItemDAOImpl
 
taskListItemService - Variable in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
taskListItemService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
TaskListItemService - Interface in org.dspace.workflowbasic.service
Service interface class for the TaskListItem object.
TaskListItemServiceImpl - Class in org.dspace.workflowbasic
Service implementation for the TaskListItem object.
TaskListItemServiceImpl() - Constructor for class org.dspace.workflowbasic.TaskListItemServiceImpl
 
taskLongProperty(String, long) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration long property value for passed name, else passed default value if no properties defined or no value for passed key.
taskProperty(String) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration property value for passed name, else null if no properties defined or no value for passed key.
taskQ - Variable in class org.dspace.curate.Curator
 
TaskQueue - Interface in org.dspace.curate
TaskQueue objects manage access to named queues of task entries.
TaskQueueEntry - Class in org.dspace.curate
TaskQueueEntry defines the record or entry in the named task queues.
TaskQueueEntry(String, long, List<String>, String) - Constructor for class org.dspace.curate.TaskQueueEntry
TaskQueueEntry constructor with enumerated field values.
TaskQueueEntry(String) - Constructor for class org.dspace.curate.TaskQueueEntry
Constructor with a pipe-separated list of field values.
TaskResolver - Class in org.dspace.curate
TaskResolver takes a logical name of a curation task and attempts to deliver a suitable implementation object.
TaskResolver() - Constructor for class org.dspace.curate.TaskResolver
 
tasks - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl.FlowStep
 
TECH_REPORT_ID - Variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_INSTITUTION - Variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_NUMBER - Variable in class org.dspace.app.util.GoogleMetadata
 
tempDir - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
 
TEMPLATE_TYPE_SUFFIX - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
Suffix for Template objects (e.g.
templateParam - Variable in class org.dspace.ctask.general.MetadataWebService
 
templates - Variable in class org.dspace.license.CreativeCommonsServiceImpl
 
templates - Static variable in class org.dspace.license.LicenseCleanup
 
tempWorkDir - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
terms_element - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
terms_qualifier - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
terms_schema - Variable in class org.dspace.embargo.EmbargoServiceImpl
 
TestAuthority - Class in org.dspace.content.authority
This is a *very* stupid test fixture for authority control with AuthorityVariantsSupport.
TestAuthority() - Constructor for class org.dspace.content.authority.TestAuthority
 
TestConsumer - Class in org.dspace.event
Demonstration and test consumer for the event system.
TestConsumer() - Constructor for class org.dspace.event.TestConsumer
 
TEXT - Static variable in class org.dspace.sort.OrderFormat
 
text() - Method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
 
text() - Method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
 
TextFilter - Interface in org.dspace.text.filter
Define an interface for all browse ordering filters.
throwSourceException(int, Exception, String) - Method in class org.dspace.importer.external.service.other.MetadataSource
 
throwSourceExceptionHook() - Method in class org.dspace.importer.external.service.other.MetadataSource
 
Thumbnail - Class in org.dspace.content
Wrapper class for bitstreams with Thumbnails associated with them for convenience in the browse system
Thumbnail(Bitstream, Bitstream) - Constructor for class org.dspace.content.Thumbnail
Construct a new thumbnail using the two bitstreams
ThumbnailBitstreamFilter - Class in org.dspace.app.itemupdate
Bitstream filter targetting the THUMBNAIL bundle
ThumbnailBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.ThumbnailBitstreamFilter
 
till() - Method in class org.dspace.health.ReportInfo
 
timeout - Variable in class org.dspace.ctask.general.ClamScan
 
timeout - Variable in class org.dspace.submit.lookup.CiNiiService
 
timeout - Variable in class org.dspace.submit.lookup.CrossRefService
 
timeout - Variable in class org.dspace.submit.lookup.PubmedService
 
TITLE - Variable in class org.dspace.app.util.GoogleMetadata
 
TITLE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
TITLE - Static variable in class org.dspace.sort.OrderFormat
 
titleField - Variable in class org.dspace.app.util.SyndicationFeed
 
TO_BE_DELETED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
TO_BE_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
TO_BE_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
toConvert - Variable in class org.dspace.rdf.RDFConsumer
 
toCSV(List<String>, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Write this line out as a CSV formatted string, in the order given by the headings provided
toDate() - Method in class org.dspace.content.DCDate
Get the date as a Java Date object.
toDate(String) - Method in class org.dspace.discovery.SolrServiceImpl
Helper function to retrieve a date using a best guess of the potential date encodings on a field
toDCValue(MetadataFieldConfig, String) - Method in class org.dspace.importer.external.metadatamapping.AbstractMetadataFieldMapping
 
toDCValue(MetadataFieldConfig, String) - Method in interface org.dspace.importer.external.metadatamapping.MetadataFieldMapping
 
toDelete - Variable in class org.dspace.rdf.RDFConsumer
 
toExport - Variable in class org.dspace.app.bulkedit.MetadataExport
The items to export
toFilterQuery(Context, String, String, String) - Method in interface org.dspace.discovery.SearchService
Transforms the given string field and value into a filter query
toFilterQuery(Context, String, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
toHex(byte[]) - Static method in class org.dspace.core.Utils
Return a hex representation of the byte array
toHex(byte[]) - Static method in class org.dspace.curate.Utils
 
toJson() - Method in class org.dspace.statistics.DataTermsFacet
Render this data object into JSON format.
token - Static variable in class org.dspace.rdf.negotiation.MediaRange
 
tokenize(String) - Method in class org.dspace.ctask.general.MetadataWebService
 
topLink() - Method in class org.dspace.app.statistics.HTMLReport
provide a link back to the top of the page
toQuery() - Method in interface org.dspace.statistics.content.filter.StatisticsFilter
Convert this filter's configuration to a query string fragment.
toQuery() - Method in class org.dspace.statistics.content.filter.StatisticsSolrDateFilter
Convert the date range to a filter expression.
toSet() - Method in class org.dspace.statistics.util.IPTable
Convert to a Set.
toSortFieldIndex(String, String) - Method in interface org.dspace.discovery.SearchService
Transforms the metadata field of the given sort configuration into the indexed field which we can then use in our solr queries
toSortFieldIndex(String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
toString() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Return the csv file as one long formatted string
toString() - Method in class org.dspace.app.itemupdate.ContentsEntry
 
toString() - Method in class org.dspace.authority.AuthorityValue
 
toString() - Method in class org.dspace.authority.orcid.model.Bio
 
toString() - Method in class org.dspace.authority.orcid.model.BioExternalIdentifier
 
toString() - Method in class org.dspace.authority.orcid.model.BioName
 
toString() - Method in class org.dspace.authority.orcid.model.BioResearcherUrl
 
toString() - Method in class org.dspace.authority.orcid.model.Citation
 
toString() - Method in class org.dspace.authority.orcid.model.Contributor
 
toString() - Method in class org.dspace.authority.orcid.model.ContributorAttribute
 
toString() - Method in class org.dspace.authority.orcid.model.Work
 
toString() - Method in class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
toString() - Method in class org.dspace.authority.orcid.model.WorkTitle
 
toString() - Method in class org.dspace.authority.PersonAuthorityValue
 
toString() - Method in class org.dspace.browse.BrowseInfo
Utility method for obtaining a string representation of the browse.
toString() - Method in class org.dspace.content.DCDate
Get the date as a string to put back in the Dublin Core.
toString() - Method in class org.dspace.content.DCLanguage
Write the language out to the database
toString() - Method in class org.dspace.content.DCPersonName
Return a string for writing the name to the database
toString() - Method in class org.dspace.content.DCSeriesNumber
Write as raw DC value
toString(char) - Method in class org.dspace.content.MetadataField
 
toString() - Method in class org.dspace.content.MetadataField
 
toString() - Method in exception org.dspace.content.packager.PackageException
 
toString() - Method in class org.dspace.curate.TaskQueueEntry
Returns a string representation of the entry
toString() - Method in class org.dspace.event.Event
 
toString() - Method in class org.dspace.health.Report
 
toString() - Method in class org.dspace.importer.external.datamodel.ImportRecord
 
toString() - Method in class org.dspace.importer.external.metadatamapping.MetadataFieldConfig
 
toString(UUID) - Static method in class org.dspace.util.UUIDUtils
 
toString() - Method in exception org.dspace.workflow.WorkflowException
 
toString() - Method in exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
total - Variable in class org.dspace.content.authority.Choices
Count of total results available
TOTAL_VISITS - Static variable in class org.dspace.statistics.content.StatisticsBSAdapter
visitType is TOTAL
toTranslate - Variable in class org.dspace.ctask.general.AbstractTranslator
 
tqDir - Variable in class org.dspace.curate.FileTaskQueue
 
transform(String, String) - Method in class org.dspace.ctask.general.MetadataWebService
 
transform(String) - Method in class org.dspace.identifier.ezid.DateToYear
 
Transform - Interface in org.dspace.identifier.ezid
Convert metadata strings to other forms.
transform(String) - Method in interface org.dspace.identifier.ezid.Transform
Convert the input form to the desired output form.
transformAuthorityValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformDisplayedValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformer - Variable in class org.dspace.app.itemupdate.ItemArchive
 
transformFacetField(DiscoverFacetField, String, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformSortValue(Context, String, String) - Method in class org.dspace.discovery.SolrServiceImpl
 
transformSourceRecords(RecordType) - Method in class org.dspace.importer.external.service.AbstractImportMetadataSourceService
 
translate(String) - Static method in class org.dspace.app.statistics.ReportGenerator
look the given text up in the action map table and return a translated value if one exists.
TRANSLATED_TITLES - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
TRANSLATED_TITLES_LANGUAGE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
translateGroupNameForExport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
When DSpace creates Default Group Names they are of a very specific format, for example: COMMUNITY_[ID]_ADMIN COLLECTION_[ID]_ADMIN COLLECTION_[ID]_SUBMIT COLLECTION_[ID]_WORKFLOW_STEP_#
translateGroupNameForImport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
This method does the exact opposite of the translateGroupNameForExport() method.
translateText(String, String, String) - Method in class org.dspace.ctask.general.AbstractTranslator
 
translateText(String, String, String) - Method in class org.dspace.ctask.general.MicrosoftTranslator
 
trimSlashes(String) - Static method in class org.dspace.authority.rest.RESTConnector
 
trMap - Variable in class org.dspace.curate.Curator
 
tsMap - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
ttPattern - Variable in class org.dspace.ctask.general.MetadataWebService
 
TURKISH - Static variable in class org.dspace.text.filter.Language
 
turnOffAuthorisationSystem() - Method in class org.dspace.core.Context
Turn Off the Authorisation System for this context and store this change in a history for future use.
TURTLE - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
txScope - Variable in class org.dspace.curate.Curator
 
TYPE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
type - Variable in class org.dspace.discovery.configuration.DiscoverySearchFilter
 
type - Variable in class org.dspace.rdf.negotiation.MediaRange
 
TYPE - Static variable in interface org.dspace.submit.lookup.SubmissionLookupDataLoader
 
TYPE_AC - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_AUTHORITY - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_CUSTOM - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_DATE - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_DMD - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_DMDREF - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_FULL - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_HIERARCHICAL - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_INHERITED - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_NONE - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_STANDARD - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_SUBMISSION - Static variable in class org.dspace.authorize.ResourcePolicy
 
TYPE_TEXT - Static variable in class org.dspace.discovery.configuration.DiscoveryConfigurationParameters
 
TYPE_WORKFLOW - Static variable in class org.dspace.authorize.ResourcePolicy
 
typeIsWildcard() - Method in class org.dspace.rdf.negotiation.MediaRange
 
types - Variable in class org.dspace.authority.AuthorityTypes
 
typeText - Static variable in class org.dspace.core.Constants
lets you look up type names from the type IDs

U

uiType - Variable in class org.dspace.app.util.SyndicationFeed
 
UITYPE_JSPUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
UITYPE_XMLUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
uiUrl - Variable in class org.dspace.app.util.OpenSearchServiceImpl
 
UNAUTHORIZED_METADATA_MANIPULATION - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
DSpace did not allowed to manipulate the metadata of an DSpaceObject.
unbindHandle(Context, DSpaceObject) - Method in class org.dspace.handle.HandleServiceImpl
 
unbindHandle(Context, DSpaceObject) - Method in interface org.dspace.handle.service.HandleService
Removes binding of Handle to a DSpace object, while leaving the Handle in the table so it doesn't get reallocated.
unclaim(Context, BasicWorkflowItem, EPerson) - Method in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
unclaim(Context, BasicWorkflowItem, EPerson) - Method in interface org.dspace.workflowbasic.service.BasicWorkflowService
unclaim() returns an owned task/item to the pool
undoActionList - Variable in class org.dspace.app.itemupdate.ItemUpdate
 
undoAddContents - Variable in class org.dspace.app.itemupdate.ItemArchive
 
undoDtomList - Variable in class org.dspace.app.itemupdate.ItemArchive
 
unescapeLogField(String) - Static method in class org.dspace.core.LogManager
Unescape a log field.
unIndexContent(Context, DSpaceObject) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, DSpaceObject, boolean) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, String) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, String, boolean) - Method in interface org.dspace.discovery.IndexingService
 
unIndexContent(Context, DSpaceObject) - Method in class org.dspace.discovery.SolrServiceImpl
unIndex removes an Item, Collection, or Community
unIndexContent(Context, DSpaceObject, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
unIndex removes an Item, Collection, or Community
unIndexContent(Context, String) - Method in class org.dspace.discovery.SolrServiceImpl
Unindex a Document in the Lucene index.
unIndexContent(Context, String, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Unindex a Document in the Lucene Index.
uniqueNamespace(Context, int, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Return true if and only if the passed name appears within the allowed number of times in the current schema.
uniqueNamespace(Context, int, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
uniqueNamespace(Context, int, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
Return true if and only if the passed name appears within the allowed number of times in the current schema.
uniqueResult(Criteria) - Method in class org.dspace.core.AbstractHibernateDAO
Retrieve a unique result from the query.
uniqueResult(Query) - Method in class org.dspace.core.AbstractHibernateDAO
 
uniqueShortName(Context, int, String) - Method in class org.dspace.content.dao.impl.MetadataSchemaDAOImpl
Return true if and only if the passed name is unique.
uniqueShortName(Context, int, String) - Method in interface org.dspace.content.dao.MetadataSchemaDAO
 
uniqueShortName(Context, int, String) - Method in class org.dspace.content.MetadataSchemaServiceImpl
Return true if and only if the passed name is unique.
UNKNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "unknown" support level - for bitstream formats that are unknown to the system
UNKNOWN_FIELD_PREFIX - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Optional.
UNLIMITED_FRAGMENT_LENGTH - Static variable in class org.dspace.discovery.DiscoverHitHighlightingField
 
unParseDate(Date) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the date object and convert it into a string of the form YYYY-MM-DD
UNRECOGNIZED - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
An identifier supplied as DOI could not be recognized.
unsetPrimaryBitstreamID() - Method in class org.dspace.content.Bundle
Unset the primary bitstream ID of the bundle
UNSPECIFIED - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
unsubscribe(Context, EPerson, Collection) - Method in interface org.dspace.eperson.service.SubscribeService
Unsubscribe an e-person to a collection.
unsubscribe(Context, EPerson, Collection) - Method in class org.dspace.eperson.SubscribeServiceImpl
 
unzip(File) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(File, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(String, String) - Method in class org.dspace.app.itemimport.ItemImportServiceImpl
 
unzip(File) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
unzip(File, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
unzip(String, String) - Method in interface org.dspace.app.itemimport.service.ItemImportService
 
update(Context, RequestItem) - Method in class org.dspace.app.requestitem.RequestItemServiceImpl
 
update(Context, RequestItem) - Method in interface org.dspace.app.requestitem.service.RequestItemService
Save updates to the record.
update() - Method in class org.dspace.authority.AuthorityValue
 
update(AuthorityValue) - Method in class org.dspace.authority.AuthorityValueServiceImpl
 
update(AuthorityValue) - Method in interface org.dspace.authority.service.AuthorityValueService
 
update(Context, ResourcePolicy) - Method in class org.dspace.authorize.ResourcePolicyServiceImpl
Update the ResourcePolicy
update(Context, MostRecentChecksum) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
 
update(Context, MostRecentChecksum) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
update(Context, BitstreamFormat) - Method in class org.dspace.content.BitstreamFormatServiceImpl
 
update(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
update(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
update(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
update(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
update(Context, T) - Method in class org.dspace.content.DSpaceObjectServiceImpl
 
update(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
update(Context, MetadataField) - Method in class org.dspace.content.MetadataFieldServiceImpl
 
update(Context, MetadataSchema) - Method in class org.dspace.content.MetadataSchemaServiceImpl
 
update(Context, MetadataValue) - Method in class org.dspace.content.MetadataValueServiceImpl
 
update(Context, MetadataValue, boolean) - Method in class org.dspace.content.MetadataValueServiceImpl
 
update(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
update(Context, T) - Method in interface org.dspace.content.service.InProgressSubmissionService
Update the submission, including the unarchived item.
update(Context, MetadataField) - Method in interface org.dspace.content.service.MetadataFieldService
Update the metadata field in the database.
update(Context, MetadataSchema) - Method in interface org.dspace.content.service.MetadataSchemaService
Update the metadata schema in the database.
update(Context, MetadataValue) - Method in interface org.dspace.content.service.MetadataValueService
Update the metadata value in the database.
update(Context, MetadataValue, boolean) - Method in interface org.dspace.content.service.MetadataValueService
 
update(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
update(Context, WorkspaceItem) - Method in class org.dspace.content.WorkspaceItemServiceImpl
 
update(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
update(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
Update the group - writing out group object and EPerson list if necessary
update(Context, RegistrationData) - Method in class org.dspace.eperson.RegistrationDataServiceImpl
 
update(Context, HarvestedCollection) - Method in class org.dspace.harvest.HarvestedCollectionServiceImpl
 
update(Context, HarvestedItem) - Method in class org.dspace.harvest.HarvestedItemServiceImpl
 
update(Context, HarvestedCollection) - Method in interface org.dspace.harvest.service.HarvestedCollectionService
 
update(Context, HarvestedItem) - Method in interface org.dspace.harvest.service.HarvestedItemService
 
update(DOI) - Method in class org.dspace.identifier.doi.DOIOrganiser
 
update(Context, DOI) - Method in class org.dspace.identifier.DOIServiceImpl
 
update(Context, DOI) - Method in interface org.dspace.identifier.service.DOIService
 
update(Context, T) - Method in interface org.dspace.service.DSpaceCRUDService
 
update(String, String, List<String>, List<List<Object>>) - Method in interface org.dspace.statistics.service.SolrLoggerService
 
update(String, String, List<String>, List<List<Object>>) - Method in class org.dspace.statistics.SolrLoggerServiceImpl
 
update(Context, VersionHistory) - Method in class org.dspace.versioning.VersionHistoryServiceImpl
 
update(Context, BasicWorkflowItem) - Method in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
update(Context, TaskListItem) - Method in interface org.dspace.workflowbasic.service.TaskListItemService
 
update(Context, TaskListItem) - Method in class org.dspace.workflowbasic.TaskListItemServiceImpl
 
update(Context, ClaimedTask) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTaskServiceImpl
 
update(Context, CollectionRole) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRoleServiceImpl
 
update(Context, InProgressUser) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUserServiceImpl
 
update(Context, PoolTask) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTaskServiceImpl
 
update(Context, CollectionRole) - Method in interface org.dspace.xmlworkflow.storedcomponents.service.CollectionRoleService
 
update(Context, WorkflowItemRole) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
update(Context, XmlWorkflowItem) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
UPDATE_BEFORE_REGISTRATION - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UPDATE_REGISTERED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UPDATE_RESERVED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
 
UpdateAction - Interface in org.dspace.app.itemupdate
Interface for actions to update an item
UpdateAuthorities - Class in org.dspace.authority
 
UpdateAuthorities(Context) - Constructor for class org.dspace.authority.UpdateAuthorities
 
UpdateBitstreamsAction - Class in org.dspace.app.itemupdate
Base class for Bitstream actions
UpdateBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
updateDatabase() - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDatabase(DataSource, Connection) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDatabase(DataSource, Connection, String, boolean) - Static method in class org.dspace.storage.rdbms.DatabaseUtils
Ensures the current database is up-to-date with regards to the latest DSpace DB schema.
updateDSpaceObject(Context, DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Commit all recent changes to DSpaceObject.
updateEPerson(Context, HttpServletRequest, EPerson) - Method in class org.dspace.authenticate.ShibAuthentication
After we successfully authenticated a user, this method will update the user's attributes.
updateField(String, List<Value>) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
UpdateHandlePrefix - Class in org.dspace.handle
A script to update the handle values in the database.
UpdateHandlePrefix() - Constructor for class org.dspace.handle.UpdateHandlePrefix
 
updateHandlesWithNewPrefix(Context, String, String) - Method in interface org.dspace.handle.dao.HandleDAO
 
updateHandlesWithNewPrefix(Context, String, String) - Method in class org.dspace.handle.dao.impl.HandleDAOImpl
 
updateHandlesWithNewPrefix(Context, String, String) - Method in class org.dspace.handle.HandleServiceImpl
 
updateHandlesWithNewPrefix(Context, String, String) - Method in interface org.dspace.handle.service.HandleService
 
updateIndex(Context) - Method in interface org.dspace.discovery.IndexingService
 
updateIndex(Context, boolean) - Method in interface org.dspace.discovery.IndexingService
 
updateIndex(Context) - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all Items, Collections and Communities.
updateIndex(Context, boolean) - Method in class org.dspace.discovery.SolrServiceImpl
Iterates over all Items, Collections and Communities.
updateItem(Context, Item, MetadataValue) - Method in class org.dspace.authority.AuthorityValue
Replace an item's DCValue with this authority
updateItems(AuthorityValue) - Method in class org.dspace.authority.UpdateAuthorities
 
updateItemState(Context, Item, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
 
updateItemState(Context, Item, Item) - Method in interface org.dspace.versioning.ItemVersionProvider
 
updateLastModified(Context, Bitstream) - Method in class org.dspace.content.BitstreamServiceImpl
 
updateLastModified(Context, Bundle) - Method in class org.dspace.content.BundleServiceImpl
 
updateLastModified(Context, Collection) - Method in class org.dspace.content.CollectionServiceImpl
 
updateLastModified(Context, Community) - Method in class org.dspace.content.CommunityServiceImpl
 
updateLastModified(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
updateLastModified(Context, T) - Method in interface org.dspace.content.service.DSpaceObjectService
 
updateLastModified(Context, Site) - Method in class org.dspace.content.SiteServiceImpl
 
updateLastModified(Context, EPerson) - Method in class org.dspace.eperson.EPersonServiceImpl
 
updateLastModified(Context, Group) - Method in class org.dspace.eperson.GroupServiceImpl
 
updateLastModifiedDate() - Method in class org.dspace.authority.AuthorityValue
 
updateMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
 
updateMetadata(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
Sends a request to the DOI registry to update metadata for a DOI.
updateMetadata(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
UpdateMetadataAction - Class in org.dspace.app.itemupdate
This abstract subclass for metadata actions maintains a collection for the target metadata fields expressed as a string in the compound notation ( .. ) on which to apply the action when the method execute is called.
UpdateMetadataAction() - Constructor for class org.dspace.app.itemupdate.UpdateMetadataAction
 
updateMetadataOnline(Context, DSpaceObject, String) - Method in class org.dspace.identifier.DOIIdentifierProvider
 
updateMissingBitstreams(Context) - Method in class org.dspace.checker.ChecksumHistoryServiceImpl
 
updateMissingBitstreams(Context) - Method in class org.dspace.checker.MostRecentChecksumServiceImpl
Queries the bitstream table for bitstream IDs that are not yet in the most_recent_checksum table, and inserts them into the most_recent_checksum and checksum_history tables.
updateMissingBitstreams(Context) - Method in interface org.dspace.checker.service.ChecksumHistoryService
 
updateMissingBitstreams(Context) - Method in interface org.dspace.checker.service.MostRecentChecksumService
 
updateRemovedBitstreamFormat(Context, BitstreamFormat, BitstreamFormat) - Method in interface org.dspace.content.dao.BitstreamFormatDAO
 
updateRemovedBitstreamFormat(Context, BitstreamFormat, BitstreamFormat) - Method in class org.dspace.content.dao.impl.BitstreamFormatDAOImpl
 
updateValue(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
updateValue(String, Value, Value) - Method in class org.dspace.submit.util.SubmissionLookupPublication
 
updateVersion(Context, Item, String) - Method in interface org.dspace.versioning.service.VersioningService
 
updateVersion(Context, Item, String) - Method in class org.dspace.versioning.VersioningServiceImpl
 
UploadStep - Class in org.dspace.submit.step
Upload step for DSpace.
UploadStep() - Constructor for class org.dspace.submit.step.UploadStep
 
UploadWithEmbargoStep - Class in org.dspace.submit.step
Upload step with the advanced embargo system for DSpace.
UploadWithEmbargoStep() - Constructor for class org.dspace.submit.step.UploadWithEmbargoStep
 
URDU - Static variable in class org.dspace.text.filter.Language
 
urgent(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message that must be displayed to the user, irrespective of the verbosity.
URIGenerator - Interface in org.dspace.rdf.storage
Please use RDFUtil.generateIdentifier(Context, DSpaceObject) and org.dspace.rdf.RDFUtil#generateGraphURI(Context, DSpaceObject) to get URIs for RDF data.
URIGENERATOR_KEY - Static variable in class org.dspace.rdf.RDFConfiguration
Property key to load the class to use as URIGenerator.
url - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
url - Variable in class org.dspace.authority.orcid.model.BioResearcherUrl
 
URL - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
URL - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
url - Static variable in class org.dspace.content.authority.LCNameAuthority
 
URL_NAME - Variable in class org.dspace.authority.orcid.xml.XMLtoBio
 
urlOfBitstream(HttpServletRequest, Bitstream) - Method in class org.dspace.app.util.SyndicationFeed
 
urlsWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of URLs written to current file
urlTemplate - Variable in class org.dspace.ctask.general.MetadataWebService
 
usage() - Static method in class org.dspace.administer.MetadataExporter
Print the usage message to stdout
usage() - Static method in class org.dspace.administer.MetadataImporter
Print the usage message to stdout
usage() - Static method in class org.dspace.app.statistics.LogAnalyser
print out the usage information for this class to the standard out
usage() - Static method in class org.dspace.app.statistics.ReportGenerator
output the usage information to the terminal
usage(Options) - Static method in class org.dspace.rdf.RDFizer
 
usageError(String) - Static method in class org.dspace.app.packager.Packager
 
UsageEvent - Class in org.dspace.usage
 
UsageEvent(UsageEvent.Action, HttpServletRequest, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageEvent
 
UsageEvent(UsageEvent.Action, String, String, String, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageEvent
 
UsageEvent.Action - Enum in org.dspace.usage
 
UsageSearchEvent - Class in org.dspace.usage
Extends the standard usage event to contain search information search information includes the query(s) used & the scope
UsageSearchEvent(UsageEvent.Action, HttpServletRequest, Context, DSpaceObject, List<String>, DSpaceObject) - Constructor for class org.dspace.usage.UsageSearchEvent
 
UsageWorkflowEvent - Class in org.dspace.usage
Extends the standard usage event to contain workflow information
UsageWorkflowEvent(Context, Item, InProgressSubmission, String, String, Collection, EPerson) - Constructor for class org.dspace.usage.UsageWorkflowEvent
 
useCache - Variable in class org.dspace.authority.indexer.DSpaceAuthorityIndexer
 
useCollectionTemplate() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
useCollectionTemplate() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if Items should use a Collection's template when they are created.
useCompression() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return whether the written sitemap files and index should be GZIP-compressed.
useCompression() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
useCompression() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
useEqualsComparator() - Method in interface org.dspace.browse.BrowseDAO
Does the query use the equals comparator when doing less than or greater than comparisons.
useEqualsComparator() - Method in class org.dspace.browse.SolrBrowseDAO
 
useProxies - Static variable in class org.dspace.authenticate.IPAuthentication
Whether to look for x-forwarded headers for logging IP addresses
useProxies - Variable in class org.dspace.statistics.ElasticSearchLoggerServiceImpl
 
useProxies - Variable in class org.dspace.statistics.SolrLoggerServiceImpl
 
UserCheck - Class in org.dspace.health
 
UserCheck() - Constructor for class org.dspace.health.UserCheck
 
userInteractionEnabled - Variable in class org.dspace.app.packager.Packager
 
USERNAME - Variable in class org.dspace.identifier.doi.DataCiteConnector
 
UserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
An abstract class representing the processing side of a user selection action.
UserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
UserSelectionActionConfig - Class in org.dspace.xmlworkflow.state.actions
A class containing the user selection action configuration
UserSelectionActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
A boolean indicating wether or not the task pool is used for this type of user selection
useWorkflow - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
useWorkflowSendEmail - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
useWorkflowSendEmail - Static variable in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
Util - Class in org.dspace.app.util
Miscellaneous utility methods
Util() - Constructor for class org.dspace.app.util.Util
 
Utils - Class in org.dspace.core
Utility functions for DSpace.
Utils - Class in org.dspace.curate
Utils contains a few commonly occurring methods.
Utils() - Constructor for class org.dspace.curate.Utils
 
UtilServiceFactory - Class in org.dspace.app.util.factory
Abstract factory to get services for the util package, use UtilServiceFactory.getInstance() to retrieve an implementation
UtilServiceFactory() - Constructor for class org.dspace.app.util.factory.UtilServiceFactory
 
UtilServiceFactoryImpl - Class in org.dspace.app.util.factory
Factory implementation to get services for the util package, use UtilServiceFactory.getInstance() to retrieve an implementation
UtilServiceFactoryImpl() - Constructor for class org.dspace.app.util.factory.UtilServiceFactoryImpl
 
UUIDUtils - Class in org.dspace.util
Utility class to read UUIDs
UUIDUtils() - Constructor for class org.dspace.util.UUIDUtils
 

V

V1_3_9__Drop_constraint_for_DSpace_1_4_schema - Class in org.dspace.storage.rdbms.migration
This class is in support of the "V1.4__Upgrade_to_DSpace_1.4_schema.sql" It simply drops the database constraint associated with the "name" column of the "community" table.
V1_3_9__Drop_constraint_for_DSpace_1_4_schema() - Constructor for class org.dspace.storage.rdbms.migration.V1_3_9__Drop_constraint_for_DSpace_1_4_schema
 
V1_5_9__Drop_constraint_for_DSpace_1_6_schema - Class in org.dspace.storage.rdbms.migration
This class is in support of the "V1.6__Upgrade_to_DSpace_1.6_schema.sql" It simply drops a few database constraints.
V1_5_9__Drop_constraint_for_DSpace_1_6_schema() - Constructor for class org.dspace.storage.rdbms.migration.V1_5_9__Drop_constraint_for_DSpace_1_6_schema
 
V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint - Class in org.dspace.storage.rdbms.migration
This class is in support of the DS-1582 Metadata for All Objects feature.
V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint() - Constructor for class org.dspace.storage.rdbms.migration.V5_0_2014_09_25__DS_1582_Metadata_For_All_Objects_drop_constraint
 
V5_0_2014_11_04__Enable_XMLWorkflow_Migration - Class in org.dspace.storage.rdbms.xmlworkflow
This class automatically migrates your DSpace Database to use the XML-based Configurable Workflow system whenever it is enabled.
V5_0_2014_11_04__Enable_XMLWorkflow_Migration() - Constructor for class org.dspace.storage.rdbms.xmlworkflow.V5_0_2014_11_04__Enable_XMLWorkflow_Migration
 
V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration - Class in org.dspace.storage.rdbms.migration
Migration class that will drop the public key for the dspace objects, the integer based key will be moved to a UUID
V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2015_03_06__DS_2701_Dso_Uuid_Migration
 
V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration - Class in org.dspace.storage.rdbms.migration
User: kevin (kevin at atmire.com) Date: 1/09/15 Time: 12:08
V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2015_08_31__DS_2701_Hibernate_Workflow_Migration
 
V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration - Class in org.dspace.storage.rdbms.xmlworkflow
User: kevin (kevin at atmire.com) Date: 1/09/15 Time: 11:34
V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration() - Constructor for class org.dspace.storage.rdbms.xmlworkflow.V6_0_2015_09_01__DS_2701_Enable_XMLWorkflow_Migration
 
V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables - Class in org.dspace.storage.rdbms.migration
This Flyway Java migration deletes any legacy DBMS browse tables found in the database.
V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables() - Constructor for class org.dspace.storage.rdbms.migration.V6_0_2016_01_26__DS_2188_Remove_DBMS_Browse_Tables
 
VALID_TYPES - Variable in class org.dspace.disseminate.CitationDocumentServiceImpl
A set of MIME types that can have a citation page added to them.
validate(String) - Method in class org.dspace.core.NewsServiceImpl
 
validate(String) - Method in interface org.dspace.core.service.NewsService
Check if the newsName is a valid one
validateObject(String, PooledObject<Dispatcher>) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
value - Variable in class org.dspace.content.authority.Choice
The canonical text value to insert into MetadataValue's text field
value - Variable in class org.dspace.testing.PubMedToImport.MockMetadataValue
 
ValueConcatenationModifier - Class in org.dspace.submit.lookup
 
ValueConcatenationModifier() - Constructor for class org.dspace.submit.lookup.ValueConcatenationModifier
 
ValueModifier - Static variable in class org.dspace.rdf.conversion.DMRM
A regular expression to be used with java, composed of a matching and a replaying expression.
valueOf(String) - Static method in enum org.dspace.authority.orcid.model.CitationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.authority.orcid.model.ContributorAttributeRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.authority.orcid.model.ContributorAttributeSequence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.authority.orcid.model.WorkExternalIdentifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.authority.orcid.model.WorkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.checker.ChecksumResultCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.Curator.Invoked
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.Curator.TxScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.configuration.DiscoverySortConfiguration.SORT_ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.discovery.DiscoverQuery.SORT_ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.statistics.service.ElasticSearchLoggerService.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.usage.UsageEvent.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns the enum constant of this type with the specified name.
ValueProcessor - Static variable in class org.dspace.rdf.conversion.DMRM
Processes a metadata value into an RDF value or an IRI.
values() - Static method in enum org.dspace.authority.orcid.model.CitationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.authority.orcid.model.ContributorAttributeRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.authority.orcid.model.ContributorAttributeSequence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.authority.orcid.model.WorkExternalIdentifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.authority.orcid.model.WorkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.checker.ChecksumResultCode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.dspace.content.authority.Choices
The set of values returned by the authority
values - Static variable in class org.dspace.content.authority.SampleAuthority
 
values() - Static method in enum org.dspace.curate.Curator.Invoked
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.curate.Curator.TxScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.configuration.DiscoverySortConfiguration.SORT_ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.discovery.DiscoverQuery.SORT_ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.statistics.content.DatasetSearchGenerator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.statistics.service.ElasticSearchLoggerService.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.statistics.SolrLoggerServiceImpl.StatisticsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.usage.UsageEvent.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valueSeparator - Variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator (defaults to double pipe '||')
valueToCSV(List<String>, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Internal method to create a CSV formatted String joining a given set of elements
VARIANTS_STORE_SEPARATOR - Static variable in class org.dspace.discovery.SolrServiceImpl
 
verbose - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
verbose(boolean) - Method in class org.dspace.health.ReportInfo
 
verbose() - Method in class org.dspace.health.ReportInfo
 
verbose - Variable in class org.dspace.rdf.RDFizer
 
verifyOAIharvester() - Method in class org.dspace.harvest.OAIHarvester
Verify OAI settings for the current collection
verifyOAIharvester(String, String, String, boolean) - Static method in class org.dspace.harvest.OAIHarvester
Verify the existence of an OAI server with the specified set and supporting the provided metadata formats.
VerifyStep - Class in org.dspace.submit.step
Verify step for DSpace.
VerifyStep() - Constructor for class org.dspace.submit.step.VerifyStep
 
Version - Class in org.dspace.app.util
Display information about this DSpace, its environment, and how it was built.
Version() - Constructor for class org.dspace.app.util.Version
 
Version - Class in org.dspace.versioning
 
Version() - Constructor for class org.dspace.versioning.Version
VersionDAO - Interface in org.dspace.versioning.dao
Database Access Object interface class for the Version object.
versionDAO - Variable in class org.dspace.versioning.VersioningServiceImpl
 
VersionDAOImpl - Class in org.dspace.versioning.dao.impl
Hibernate implementation of the Database Access Object interface class for the Version object.
VersionDAOImpl() - Constructor for class org.dspace.versioning.dao.impl.VersionDAOImpl
 
VersionedDOIIdentifierProvider - Class in org.dspace.identifier
 
VersionedDOIIdentifierProvider() - Constructor for class org.dspace.identifier.VersionedDOIIdentifierProvider
 
VersionedHandleIdentifierProvider - Class in org.dspace.identifier
 
VersionedHandleIdentifierProvider() - Constructor for class org.dspace.identifier.VersionedHandleIdentifierProvider
 
VersionedHandleIdentifierProviderWithCanonicalHandles - Class in org.dspace.identifier
 
VersionedHandleIdentifierProviderWithCanonicalHandles() - Constructor for class org.dspace.identifier.VersionedHandleIdentifierProviderWithCanonicalHandles
 
VersionHistory - Class in org.dspace.versioning
 
VersionHistory() - Constructor for class org.dspace.versioning.VersionHistory
Protected constructor, create object using: DSpaceCRUDService.create(Context)
VersionHistoryDAO - Interface in org.dspace.versioning.dao
Database Access Object interface class for the VersionHistory object.
versionHistoryDAO - Variable in class org.dspace.versioning.VersionHistoryServiceImpl
 
VersionHistoryDAOImpl - Class in org.dspace.versioning.dao.impl
Hibernate implementation of the Database Access Object interface class for the VersionHistory object.
VersionHistoryDAOImpl() - Constructor for class org.dspace.versioning.dao.impl.VersionHistoryDAOImpl
 
versionHistoryService - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
versionHistoryService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
versionHistoryService - Variable in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
VersionHistoryService - Interface in org.dspace.versioning.service
 
VersionHistoryServiceImpl - Class in org.dspace.versioning
 
VersionHistoryServiceImpl() - Constructor for class org.dspace.versioning.VersionHistoryServiceImpl
 
VersioningConsumer - Class in org.dspace.versioning
 
VersioningConsumer() - Constructor for class org.dspace.versioning.VersioningConsumer
 
versioningService - Variable in class org.dspace.content.ItemServiceImpl
 
versioningService - Variable in class org.dspace.identifier.VersionedDOIIdentifierProvider
 
versioningService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
VersioningService - Interface in org.dspace.versioning.service
 
VersioningServiceImpl - Class in org.dspace.versioning
 
VersioningServiceImpl() - Constructor for class org.dspace.versioning.VersioningServiceImpl
 
versionService - Variable in class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
VersionServiceFactory - Class in org.dspace.versioning.factory
Abstract factory to get services for the versioning package, use VersionServiceFactory.getInstance() to retrieve an implementation
VersionServiceFactory() - Constructor for class org.dspace.versioning.factory.VersionServiceFactory
 
VersionServiceFactoryImpl - Class in org.dspace.versioning.factory
Factory implementation to get services for the versioning package, use VersionServiceFactory.getInstance() to retrieve an implementation
VersionServiceFactoryImpl() - Constructor for class org.dspace.versioning.factory.VersionServiceFactoryImpl
 
visit(DSpaceObject) - Method in class org.dspace.curate.Curator
Record a 'visit' to a DSpace object and enforce any policies set on this curator.
vocabulary - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
vocabularyName - Variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
VOLUME - Variable in class org.dspace.app.util.GoogleMetadata
 

W

w3dtfFormat - Variable in class org.dspace.app.sitemap.SitemapsOrgGenerator
The correct date format
WALLOON - Static variable in class org.dspace.text.filter.Language
 
warning - Variable in class org.dspace.importer.external.service.other.MetadataSource
 
wasAddPolicyPressed(String) - Method in class org.dspace.submit.step.AccessStep
 
wasCached() - Method in class org.dspace.browse.BrowseInfo
True if this browse was cached.
wasEditPolicyPressed(Context, String, SubmissionInfo) - Static method in class org.dspace.submit.step.AccessStep
 
wasRemovePolicyPressed(String) - Static method in class org.dspace.submit.step.AccessStep
 
webApp - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
WebApp - Class in org.dspace.app.util
Database entity representation of the webApp table
WebApp() - Constructor for class org.dspace.app.util.WebApp
Protected constructor, create object using: WebAppService.create(Context, String, String, Date, int)
WebAppDAO - Interface in org.dspace.app.util.dao
Database Access Object interface class for the WebApp object.
webAppDAO - Variable in class org.dspace.app.util.WebAppServiceImpl
 
WebAppDAOImpl - Class in org.dspace.app.util.dao.impl
Hibernate implementation of the Database Access Object interface class for the WebApp object.
WebAppDAOImpl() - Constructor for class org.dspace.app.util.dao.impl.WebAppDAOImpl
 
webAppService - Variable in class org.dspace.app.util.AbstractDSpaceWebapp
 
WebAppService - Interface in org.dspace.app.util.service
Service interface class for the WebApp object.
WebAppServiceImpl - Class in org.dspace.app.util
Service implementation for the WebApp object.
WebAppServiceImpl() - Constructor for class org.dspace.app.util.WebAppServiceImpl
 
WELSH - Static variable in class org.dspace.text.filter.Language
 
WFSTATE_ARCHIVE - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP1 - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP1POOL - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP2 - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP2POOL - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP3 - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_STEP3POOL - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
WFSTATE_SUBMIT - Static variable in interface org.dspace.workflowbasic.service.BasicWorkflowService
 
width - Static variable in class org.dspace.app.mediafilter.ImageMagickThumbnailFilter
 
WILDCARD - Static variable in class org.dspace.rdf.negotiation.Negotiator
 
willRemoveDate - Variable in class org.dspace.submit.step.InitialQuestionsStep
 
willRemoveFiles - Variable in class org.dspace.submit.step.InitialQuestionsStep
 
willRemoveTitles - Variable in class org.dspace.submit.step.InitialQuestionsStep
Global flags to determine if we need to prune anything
witems - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
withdraw(Context, Item) - Method in class org.dspace.content.ItemServiceImpl
 
withdraw(Context, Item) - Method in interface org.dspace.content.service.ItemService
Withdraw the item from the archive.
withdraw(String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Remove a public identifier from view.
withdraw(String, String) - Method in class org.dspace.identifier.ezid.EZIDRequest
Remove a public identifier from view, with a reason.
withdrawn - Variable in class org.dspace.search.HarvestedItemInfo
True if this item has been withdrawn
WordFilter - Class in org.dspace.app.mediafilter
 
WordFilter() - Constructor for class org.dspace.app.mediafilter.WordFilter
 
Work - Class in org.dspace.authority.orcid.model
 
Work() - Constructor for class org.dspace.authority.orcid.model.Work
 
WORK_CITATION - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_CONTRIBUTOR - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_EXTERNAL_IDENTIFIER - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_EXTERNAL_IDENTIFIER_ID - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_EXTERNAL_IDENTIFIER_TYPE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_EXTERNAL_IDENTIFIERS - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_SOURCE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_TITLE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WORK_TYPE - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
WorkExternalIdentifier - Class in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118807
WorkExternalIdentifier(WorkExternalIdentifierType, String) - Constructor for class org.dspace.authority.orcid.model.WorkExternalIdentifier
 
WorkExternalIdentifierType - Enum in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118807
Workflow - Class in org.dspace.xmlworkflow.state
Class that contains all the steps & roles involved in a certain configured workflow
Workflow(String, LinkedHashMap<String, Role>) - Constructor for class org.dspace.xmlworkflow.state.Workflow
 
WORKFLOW_ABORT - Static variable in class org.dspace.core.Constants
Action of performing a workflow
WORKFLOW_SCHEMA - Static variable in interface org.dspace.xmlworkflow.service.WorkflowRequirementsService
 
WORKFLOW_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view during workflow processing.
WORKFLOW_STEP_1 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 1
WORKFLOW_STEP_2 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 2
WORKFLOW_STEP_3 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 3
WorkflowActionConfig - Class in org.dspace.xmlworkflow.state.actions
Configuration class for an action
WorkflowActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
workflowCache - Variable in class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
WorkflowConfigurationException - Exception in org.dspace.xmlworkflow
Exception for problems with the configuration xml
WorkflowConfigurationException(String) - Constructor for exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
WorkflowCuratorService - Interface in org.dspace.curate.service
WorkflowCurator manages interactions between curation and workflow.
workflowCuratorService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
WorkflowCuratorServiceImpl - Class in org.dspace.curate
WorkflowCurator manages interactions between curation and workflow.
WorkflowCuratorServiceImpl() - Constructor for class org.dspace.curate.WorkflowCuratorServiceImpl
 
WorkflowCuratorServiceImpl.FlowStep - Class in org.dspace.curate
 
WorkflowCuratorServiceImpl.FlowStep(String, String) - Constructor for class org.dspace.curate.WorkflowCuratorServiceImpl.FlowStep
 
WorkflowCuratorServiceImpl.Task - Class in org.dspace.curate
 
WorkflowCuratorServiceImpl.Task(String) - Constructor for class org.dspace.curate.WorkflowCuratorServiceImpl.Task
 
WorkflowCuratorServiceImpl.TaskSet - Class in org.dspace.curate
 
WorkflowCuratorServiceImpl.TaskSet(String) - Constructor for class org.dspace.curate.WorkflowCuratorServiceImpl.TaskSet
 
workflowEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if workflow is enabled for Item ingestion.
WorkflowException - Exception in org.dspace.workflow
Exception for problems with the execution of the actions and steps
WorkflowException(Throwable) - Constructor for exception org.dspace.workflow.WorkflowException
 
WorkflowException(String) - Constructor for exception org.dspace.workflow.WorkflowException
 
workflowFactory - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
WorkflowItem - Interface in org.dspace.workflow
Interface representing a workflowitem, each workflowItem implementation must implement this interface.
workflowItemDAO - Variable in class org.dspace.workflowbasic.BasicWorkflowItemServiceImpl
 
WorkflowItemRole - Class in org.dspace.xmlworkflow.storedcomponents
Represents a workflow assignments database representation.
WorkflowItemRole() - Constructor for class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
Protected constructor, create object using: DSpaceCRUDService.create(Context)
WorkflowItemRoleDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the WorkflowItemRole object.
WorkflowItemRoleDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the WorkflowItemRole object.
WorkflowItemRoleDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.WorkflowItemRoleDAOImpl
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
WorkflowItemRoleService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the WorkflowItemRole object.
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
workflowItemRoleService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkflowItemRoleServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the WorkflowItemRole object.
WorkflowItemRoleServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRoleServiceImpl
 
workflowItemService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
workflowItemService - Variable in class org.dspace.rdf.RDFConsumer
 
WorkflowItemService<T extends WorkflowItem> - Interface in org.dspace.workflow
Service interface class for the Workflow items.
workflowItemService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
WorkflowRequirementsService - Interface in org.dspace.xmlworkflow.service
A class that contains utililty methods related to the workflow The adding/removing from claimed users and ensuring that if multiple users have to perform these steps that a count is kept so that no more then the allowed user count are allowed to perform their actions
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
workflowRequirementsService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkflowRequirementsServiceImpl - Class in org.dspace.xmlworkflow
A class that contains utililty methods related to the workflow The adding/removing from claimed users and ensuring that if multiple users have to perform these steps that a count is kept so that no more then the allowed user count are allowed to perform their actions
WorkflowRequirementsServiceImpl() - Constructor for class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
workflowService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
workflowService - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
WorkflowService<T extends WorkflowItem> - Interface in org.dspace.workflow
Service interface class for the WorkflowService framework.
workflowServiceFactory - Variable in class org.dspace.curate.WorkflowCuratorServiceImpl
 
WorkflowServiceFactory - Class in org.dspace.workflow.factory
Abstract factory to get services for the workflow package, use WorkflowServiceFactory.getInstance() to retrieve an implementation
WorkflowServiceFactory() - Constructor for class org.dspace.workflow.factory.WorkflowServiceFactory
 
workflowText - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
Symbolic names of workflow steps.
WorkflowUtils - Class in org.dspace.xmlworkflow
Utilty methods for the xml workflow
WorkflowUtils() - Constructor for class org.dspace.xmlworkflow.WorkflowUtils
 
WorkspaceItem - Class in org.dspace.content
Class representing an item in the process of being submitted by a user
WorkspaceItem() - Constructor for class org.dspace.content.WorkspaceItem
WorkspaceItemDAO - Interface in org.dspace.content.dao
Database Access Object interface class for the WorkspaceItem object.
workspaceItemDAO - Variable in class org.dspace.content.WorkspaceItemServiceImpl
 
WorkspaceItemDAOImpl - Class in org.dspace.content.dao.impl
Hibernate implementation of the Database Access Object interface class for the WorkspaceItem object.
WorkspaceItemDAOImpl() - Constructor for class org.dspace.content.dao.impl.WorkspaceItemDAOImpl
 
workspaceItemService - Variable in class org.dspace.app.bulkedit.MetadataImport
 
workspaceItemService - Variable in class org.dspace.app.itemimport.ItemImportServiceImpl
 
workspaceItemService - Variable in class org.dspace.authorize.AuthorizeServiceImpl
 
workspaceItemService - Variable in class org.dspace.content.CollectionServiceImpl
 
workspaceItemService - Variable in class org.dspace.content.packager.AbstractMETSIngester
 
workspaceItemService - Static variable in class org.dspace.content.packager.PackageUtils
 
workspaceItemService - Variable in class org.dspace.content.packager.PDFPackager
 
WorkspaceItemService - Interface in org.dspace.content.service
Service interface class for the WorkspaceItem object.
workspaceItemService - Variable in class org.dspace.content.SupervisedItemServiceImpl
 
workspaceItemService - Variable in class org.dspace.harvest.OAIHarvester
 
workspaceItemService - Variable in class org.dspace.rdf.RDFConsumer
 
workspaceItemService - Variable in class org.dspace.submit.lookup.DSpaceWorkspaceItemOutputGenerator
 
workspaceItemService - Variable in class org.dspace.submit.step.InitialQuestionsStep
 
workspaceItemService - Variable in class org.dspace.submit.step.SelectCollectionStep
 
workspaceItemService - Variable in class org.dspace.versioning.DefaultItemVersionProvider
 
workspaceItemService - Variable in class org.dspace.workflowbasic.BasicWorkflowServiceImpl
 
workspaceItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
WorkspaceItemServiceImpl - Class in org.dspace.content
Service implementation for the WorkspaceItem object.
WorkspaceItemServiceImpl() - Constructor for class org.dspace.content.WorkspaceItemServiceImpl
 
WorkTitle - Class in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118807
WorkTitle(String, String, Map<String, String>) - Constructor for class org.dspace.authority.orcid.model.WorkTitle
 
WorkType - Enum in org.dspace.authority.orcid.model
http://support.orcid.org/knowledgebase/articles/118795
wrap(Dispatcher) - Method in class org.dspace.event.EventServiceImpl.DispatcherPoolFactory
 
WRITE - Static variable in class org.dspace.core.Constants
Action of modifying something
writeBitstreams(Context, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Create both the bitstreams and the contents file.
writeDocument(Document, Transformer, OutputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
write xml document to output stream
writeDocument(SolrInputDocument) - Method in class org.dspace.authority.AuthoritySolrServiceImpl
Write the document to the solr index
writeDocument(SolrInputDocument, List<BitstreamContentStream>) - Method in class org.dspace.discovery.SolrServiceImpl
Write the document to the index under the appropriate handle.
writeDublinCore(DocumentBuilder, List<DtoMetadata>) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Write dublin_core.xml
writeEPerson(EPerson, XMLStreamWriter, boolean) - Method in class org.dspace.content.packager.RoleDisseminator
Emit XML describing a single EPerson.
writeGroup(Context, DSpaceObject, Group, XMLStreamWriter) - Method in class org.dspace.content.packager.RoleDisseminator
Emit XML describing a single Group.
writeHandle(Context, Item, File) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.AbstractGenerator
Write the index file.
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
writeLicenseFile(String, String) - Method in class org.dspace.core.LicenseServiceImpl
 
writeLicenseFile(String, String) - Method in interface org.dspace.core.service.LicenseService
Writes license to a text file.
writeMetadata(Context, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
Discover the different schemas in use and output a separate metadata XML file for each schema.
writeMetadata(Context, String, Item, File, boolean) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
writeNewsFile(String, String) - Method in class org.dspace.core.NewsServiceImpl
 
writeNewsFile(String, String) - Method in interface org.dspace.core.service.NewsService
Writes news to a text file.
writeToStream(Context, DSpaceObject, OutputStream, boolean) - Method in class org.dspace.content.packager.RoleDisseminator
Serialize users and groups to a stream.
writeUndo(File) - Method in class org.dspace.app.itemupdate.ItemArchive
write undo directory and files to Disk in archive format
writeZipPackage(Context, DSpaceObject, PackageParameters, OutputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Make a Zipped up METS package for the given DSpace Object

X

X509Authentication - Class in org.dspace.authenticate
Implicit authentication method that gets credentials from the X.509 client certificate supplied by the HTTPS client when connecting to this server.
X509Authentication() - Constructor for class org.dspace.authenticate.X509Authentication
 
XHTMLHeadDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk for creating appropriate <meta> elements to appear in the item display page for a particular item, for improving automated processing of the page (e.g.
XHTMLHeadDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
xlinkNS - Static variable in class org.dspace.content.packager.METSManifest
XLink namespace -- includes "xlink" prefix prefix for use in XPaths
XMLErrors - Class in org.dspace.authority.orcid.xml
 
XMLErrors() - Constructor for class org.dspace.authority.orcid.xml.XMLErrors
 
XMLtoBio - Class in org.dspace.authority.orcid.xml
 
XMLtoBio() - Constructor for class org.dspace.authority.orcid.xml.XMLtoBio
 
XMLtoWork - Class in org.dspace.authority.orcid.xml
 
XMLtoWork() - Constructor for class org.dspace.authority.orcid.xml.XMLtoWork
 
XMLUIStartSubmissionLookupStep - Class in org.dspace.submit.step
Created by jonas - jonas@atmire.com on 06/11/15.
XMLUIStartSubmissionLookupStep() - Constructor for class org.dspace.submit.step.XMLUIStartSubmissionLookupStep
 
XMLUtils - Class in org.dspace.app.util
Simple class to read information from small XML using DOM manipulation
XMLUtils() - Constructor for class org.dspace.app.util.XMLUtils
 
XMLUtils - Class in org.dspace.authority.util
 
XMLUtils() - Constructor for class org.dspace.authority.util.XMLUtils
 
XmlWorkflowFactory - Interface in org.dspace.xmlworkflow.factory
The xmlworkflowfactory is responsible for parsing the workflow xml file and is used to retrieve the workflow for a certain collection
xmlWorkflowFactory - Variable in class org.dspace.xmlworkflow.state.Step
 
xmlWorkflowFactory - Variable in class org.dspace.xmlworkflow.state.Workflow
 
xmlWorkflowFactory - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
 
xmlWorkflowFactory - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XmlWorkflowFactoryImpl - Class in org.dspace.xmlworkflow
The workflowfactory is responsible for parsing the workflow xml file and is used to retrieve the workflow for a certain collection
XmlWorkflowFactoryImpl() - Constructor for class org.dspace.xmlworkflow.XmlWorkflowFactoryImpl
 
XmlWorkflowItem - Class in org.dspace.xmlworkflow.storedcomponents
Class representing an item going through the workflow process in DSpace
XmlWorkflowItem() - Constructor for class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Protected constructor, create object using: WorkflowItemService.create(Context, Item, Collection)
XmlWorkflowItemDAO - Interface in org.dspace.xmlworkflow.storedcomponents.dao
Database Access Object interface class for the XmlWorkflowItem object.
xmlWorkflowItemDAO - Variable in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
XmlWorkflowItemDAOImpl - Class in org.dspace.xmlworkflow.storedcomponents.dao.impl
Hibernate implementation of the Database Access Object interface class for the XmlWorkflowItem object.
XmlWorkflowItemDAOImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.dao.impl.XmlWorkflowItemDAOImpl
 
XmlWorkflowItemService - Interface in org.dspace.xmlworkflow.storedcomponents.service
Service interface class for the XmlWorkflowItem object.
xmlWorkflowItemService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
xmlWorkflowItemService - Variable in class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XmlWorkflowItemServiceImpl - Class in org.dspace.xmlworkflow.storedcomponents
Service implementation for the XmlWorkflowItem object.
XmlWorkflowItemServiceImpl() - Constructor for class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItemServiceImpl
 
XmlWorkflowService - Interface in org.dspace.xmlworkflow.service
When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
xmlWorkflowService - Variable in class org.dspace.xmlworkflow.WorkflowRequirementsServiceImpl
 
XmlWorkflowServiceFactory - Class in org.dspace.xmlworkflow.factory
Abstract factory to get services for the xmlworkflow package, use XmlWorkflowServiceFactory.getInstance() to retrieve an implementation
XmlWorkflowServiceFactory() - Constructor for class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactory
 
XmlWorkflowServiceFactoryImpl - Class in org.dspace.xmlworkflow.factory
Factory implementation to get services for the xmlworkflow package, use XmlWorkflowServiceFactory.getInstance() to retrieve an implementation
XmlWorkflowServiceFactoryImpl() - Constructor for class org.dspace.xmlworkflow.factory.XmlWorkflowServiceFactoryImpl
 
XmlWorkflowServiceImpl - Class in org.dspace.xmlworkflow
When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
XmlWorkflowServiceImpl() - Constructor for class org.dspace.xmlworkflow.XmlWorkflowServiceImpl
 
XPATH_EXPRESSION - Static variable in interface org.apache.solr.handler.extraction.ExtractingParams
Restrict the extracted parts of a document to be indexed by passing in an XPath expression.
xpathTemplate - Static variable in class org.dspace.content.authority.DSpaceControlledVocabulary
 
XSI_NS - Static variable in interface org.dspace.content.crosswalk.DisseminationCrosswalk
XSI namespace, required for xsi:schemalocation attributes
XSLTCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven Crosswalk
XSLTCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTCrosswalk
 
XSLTDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven dissemination Crosswalk
XSLTDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
XSLTIngestionCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven ingestion Crosswalk
XSLTIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 
xwalk - Variable in class org.dspace.identifier.DataCiteXMLCreator
DisseminationCrosswalk to map local metadata into DataCite metadata.
xwalk - Variable in class org.dspace.identifier.doi.DataCiteConnector
DisseminationCrosswalk to map local metadata into DataCite metadata.

Y

YEAR - Variable in class org.dspace.authority.orcid.xml.XMLtoWork
 
YIDDISH - Static variable in class org.dspace.text.filter.Language
 

Z

zip(String, String) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
zip(String, String) - Method in interface org.dspace.app.itemexport.service.ItemExportService
 
zipFiles(File, String, String, ZipOutputStream) - Method in class org.dspace.app.itemexport.ItemExportServiceImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2016 DuraSpace. All Rights Reserved.