- abort() - Method in class org.dspace.core.Context
-
Close the context, without committing any of the changes performed using
this context.
- abort(Context, WorkflowItem, EPerson) - Static method in class org.dspace.workflow.WorkflowManager
-
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, XmlWorkflowItem, EPerson) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- ABSTRACT - Static 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.
- AbstractMETSDisseminator - Class in org.dspace.content.packager
-
- 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
-
- 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
-
- 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)
- 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
-
- AccountManager - Class in org.dspace.eperson
-
Methods for handling registration by email and forgotten passwords.
- AccountManager() - Constructor for class org.dspace.eperson.AccountManager
-
Protected Constructor
- 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
-
- 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 occured 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
-
- activateOptions() - Method in class org.dspace.app.util.DailyFileAppender
-
- activeThreads - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
-
- add(String, String) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
-
Add a new metadata value to this line
- 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, int, int, int) - Static method in class org.dspace.eperson.Supervisor
-
adds a supervision order to the database
- 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(Version) - Method in interface org.dspace.versioning.VersionHistory
-
- add(Version) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- 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(Bitstream) - Method in class org.dspace.content.Bundle
-
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
- addBundle(Bundle) - Method in class org.dspace.content.Item
-
Add an existing bundle to this item.
- addClaimedUser(Context, XmlWorkflowItem, Step, EPerson) - Static method in class org.dspace.xmlworkflow.WorkflowRequirementsManager
-
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
- addCollection(Collection) - Method in class org.dspace.content.Community
-
Add an exisiting collection to the community
- 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.
- 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 !
- 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
-
- addDC(String, String, String, String[]) - Method in class org.dspace.content.Item
-
Deprecated.
- addDC(String, String, String, String) - Method in class org.dspace.content.Item
-
Deprecated.
- 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.
- 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
-
- 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) - Static 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.
- 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) - Static method in class org.dspace.xmlworkflow.WorkflowRequirementsManager
-
Adds a finished user in the metadata
this method will also remove the user from the inprogress metadata
- addGroup(Group) - Method in class org.dspace.xmlworkflow.RoleMembers
-
- addHighlightedResult(DSpaceObject, DiscoverResult.DSpaceObjectHighlightResult) - Method in class org.dspace.discovery.DiscoverResult
-
- addHitHighlightingField(DiscoverHitHighlightingField) - Method in class org.dspace.discovery.DiscoverQuery
-
- addInterested(String, 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(String, 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(Item) - Method in class org.dspace.content.Collection
-
Add an item to the collection.
- addItemValue(Item, String) - Method in class org.dspace.license.CreativeCommons.MdField
-
Adds passed value to the set of values for the field in passed item.
- additionalIndex(Context, DSpaceObject, SolrInputDocument) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- 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.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
-
- 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.
- addLogoBitstream(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.
- addMember(EPerson) - Method in class org.dspace.eperson.Group
-
add an eperson member
- addMember(Group) - Method in class org.dspace.eperson.Group
-
add group to this group
- addMetadata(String, String, String, String, String[]) - Method in class org.dspace.content.Item
-
Add metadata fields.
- addMetadata(String, String, String, String, String[], String[], int[]) - Method in class org.dspace.content.Item
-
Add metadata fields.
- addMetadata(String, String, String, String, String) - Method in class org.dspace.content.Item
-
Add a single metadata field.
- addMetadata(String, String, String, String, String, String, int) - Method in class org.dspace.content.Item
-
Add a single metadata field.
- AddMetadataAction - Class in org.dspace.app.itemupdate
-
Action to add metadata to item
- AddMetadataAction() - Constructor for class org.dspace.app.itemupdate.AddMetadataAction
-
- addModule(Module) - Method in class org.dspace.app.util.SyndicationFeed
-
Add a ROME plugin module (e.g.
- 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).
- addPolicies(Context, List<ResourcePolicy>, DSpaceObject) - Static method in class org.dspace.authorize.AuthorizeManager
-
Copies policies from a list of resource policies to a given DSpaceObject
- addPolicy(Context, DSpaceObject, int, EPerson) - Static method in class org.dspace.authorize.AuthorizeManager
-
Add a policy for an individual eperson
- addPolicy(Context, DSpaceObject, int, EPerson, String) - Static method in class org.dspace.authorize.AuthorizeManager
-
Add a policy for an individual eperson
- addPolicy(Context, DSpaceObject, int, Group) - Static method in class org.dspace.authorize.AuthorizeManager
-
Add a policy for a group
- addPolicy(Context, DSpaceObject, int, Group, String) - Static method in class org.dspace.authorize.AuthorizeManager
-
Add a policy for a group
- 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
- address - Static variable in class org.dspace.statistics.ElasticSearchLogger
-
- addSearchDocument(DSpaceObject, DiscoverResult.SearchDocument) - Method in class org.dspace.discovery.DiscoverResult
-
- addSearchField(String) - Method in class org.dspace.discovery.DiscoverQuery
-
- addSearchField(String, String...) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
-
- 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(Community) - Method in class org.dspace.content.Community
-
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.
- 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(int) - Static method in class org.dspace.harvest.OAIHarvester.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
-
- addToIngestedList(DSpaceObject) - Method in class org.dspace.content.packager.AbstractPackageIngester
-
Add 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(int) - 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(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(Collection) - Method in class org.dspace.content.Item
-
- adjustItemPolicies(Collection) - Method in class org.dspace.content.Item
-
- ADMIN - Static variable in class org.dspace.core.Constants
-
Administrative actions - System Admin, Community Admin, Collection Admin
- advance(Context, WorkflowItem, EPerson) - Static method in class org.dspace.workflow.WorkflowManager
-
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, WorkflowItem, EPerson, boolean, boolean) - Static method in class org.dspace.workflow.WorkflowManager
-
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
- AFRIKAANS - Static variable in class org.dspace.text.filter.Language
-
- afterDate(Date) - Method in class org.dspace.app.statistics.LogLine
-
find out if this log file line is after the given date
- 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
- 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
-
- 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...) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- allMemberGroupIDs(Context, EPerson) - Static method in class org.dspace.eperson.Group
-
get Set of Integers all of the group memberships for an eperson
- allMemberGroups(Context, EPerson) - Static method in class org.dspace.eperson.Group
-
Get all of the groups that an eperson is a member of.
- allMemberIDs(Context, Group) - Static method in class org.dspace.eperson.Group
-
Get Set of all Integers all of the epeople
members for a group
- allMembers(Context, Group) - Static method in class org.dspace.eperson.Group
-
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) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Predicate, can user set EPerson password.
- 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.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 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
- ANY - Static variable in class org.dspace.content.Item
-
Wild card for Dublin Core metadata qualifiers/languages
- 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
-
- APISpringLoader - Class in org.dspace.app.configuration
-
- APISpringLoader() - Constructor for class org.dspace.app.configuration.APISpringLoader
-
- appendMetadata(Item, DtoMetadata, boolean, String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
-
Append text to value metadata field to item
- applyFiltersAllItems(Context) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
- applyFiltersCollection(Context, Collection) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
- applyFiltersCommunity(Context, Community) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
- applyFiltersItem(Context, Item) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
- applyOffsetAndLimit(StringBuffer, List<Serializable>, int, int) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
- ARABIC - Static variable in class org.dspace.text.filter.Language
-
- archive(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
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 - 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) - Static method in class org.dspace.app.itemexport.ItemExport
-
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) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Test credentials for authenticity.
- 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.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 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) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Test credentials for authenticity, using only Implicit methods.
- AUTHENTICATION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
-
Error while authenticating against the registration agency.
- AuthenticationManager - Class in org.dspace.authenticate
-
Access point for the stackable authentication methods.
- AuthenticationManager() - Constructor for class org.dspace.authenticate.AuthenticationManager
-
- AuthenticationMethod - Interface in org.dspace.authenticate
-
Implement this interface to participate in the stackable
authentication mechanism.
- authenticationMethodIterator() - Static method in class org.dspace.authenticate.AuthenticationManager
-
Get stack of authentication methods.
- AUTHOR - Static variable in class org.dspace.sort.OrderFormat
-
- authority - Variable in class org.dspace.content.authority.Choice
-
Authority key for this value
- authority - Variable in class org.dspace.content.DCValue
-
Deprecated.
Authority control key
- authority - Variable in class org.dspace.content.MetadataValue
-
Authority key, if any
- AUTHORITY - Static variable in class org.dspace.sort.OrderFormat
-
- AUTHORITY_SEPARATOR - Static variable in class org.dspace.discovery.SolrServiceImpl
-
- authoritySeparator - Static variable in class org.dspace.app.bulkedit.DSpaceCSV
-
The authority separator (defaults to double colon '::')
- AuthorityVariantsSupport - Interface in org.dspace.content.authority
-
- authorizeAction(Context, DSpaceObject, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
Checks that the context's current user can perform the given action on
the given object.
- authorizeAction(Context, DSpaceObject, int, boolean) - Static method in class org.dspace.authorize.AuthorizeManager
-
Checks that the context's current user can perform the given action on
the given object.
- authorizeActionBoolean(Context, DSpaceObject, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
same authorize, returns boolean for those who don't want to deal with
catching exceptions.
- authorizeActionBoolean(Context, DSpaceObject, int, boolean) - Static method in class org.dspace.authorize.AuthorizeManager
-
same authorize, returns boolean for those who don't want to deal with
catching exceptions.
- authorizeAnyOf(Context, DSpaceObject, int[]) - Static method in class org.dspace.authorize.AuthorizeManager
-
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(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?
- AuthorizeManager - Class in org.dspace.authorize
-
AuthorizeManager handles all authorization checks for DSpace.
- AuthorizeManager() - Constructor for class org.dspace.authorize.AuthorizeManager
-
- 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
- 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?
- AUTHORS - Static 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
-
- cache(Object, int) - Method in class org.dspace.core.Context
-
Store an object in the object cache.
- 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) - Static method in class org.dspace.app.itemexport.ItemExport
-
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() - Method in class org.dspace.content.Collection
-
- canEdit(boolean) - Method in class org.dspace.content.Collection
-
- canEdit() - Method in class org.dspace.content.Community
-
- canEdit() - Method in class org.dspace.content.Item
-
return TRUE if context's user can edit item, false otherwise
- canEditBoolean() - Method in class org.dspace.content.Collection
-
- canEditBoolean(boolean) - Method in class org.dspace.content.Collection
-
- canEditBoolean() - Method in class org.dspace.content.Community
-
return TRUE if context's user can edit community, false otherwise
- 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?
- canSelfRegister(Context, HttpServletRequest, String) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Predicate, can a new EPerson be created.
- 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.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 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.
- CATALAN - Static variable in class org.dspace.text.filter.Language
-
- CC_BUNDLE_NAME - Static variable in class org.dspace.license.CreativeCommons
-
The Bundle Name
- ccItemValue(Item) - Method in class org.dspace.license.CreativeCommons.MdField
-
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.
- 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
- checkConfiguration() - Static method in class org.dspace.core.PluginManager
-
Validate the entries in the DSpace Configuration relevant to
PluginManager.
- 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 interface org.dspace.embargo.EmbargoSetter
-
Check that embargo is properly set on Item.
- 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() - 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
-
- checkForm(HttpServletRequest) - Static method in class org.dspace.submit.step.AccessStep
-
- checkItemMetadata(Item) - Static method in class org.dspace.content.packager.PackageUtils
-
Test that item has adequate metadata.
- checkPassword(String) - Method in class org.dspace.eperson.EPerson
-
Check EPerson's password.
- checkpointDatabase() - Method in class org.dspace.handle.HandlePlugin
-
HandleStorage interface method - not implemented.
- checkpointDatabase() - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
HandleStorage interface method - not implemented.
- 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.
- CHECKSUM_ALGORITHM_INVALID - Static variable in class org.dspace.checker.ChecksumCheckResults
-
No match between requested algorithm and previously used algorithm.
- CHECKSUM_MATCH - Static variable in class org.dspace.checker.ChecksumCheckResults
-
Bitstream tallies with recorded checksum result.
- CHECKSUM_NO_MATCH - Static variable in class org.dspace.checker.ChecksumCheckResults
-
Bitstream digest does not tally with recorded checksum result.
- CHECKSUM_PREV_NOT_FOUND - Static variable in class org.dspace.checker.ChecksumCheckResults
-
Previous checksum result not found.
- ChecksumChecker - Class in org.dspace.app.checker
-
Command line access to the checksum checker.
- ChecksumCheckResults - Class in org.dspace.checker
-
Enumeration of ChecksumCheckResults containing constants for checksum
comparison result that must correspond to values in checksum_result table.
- ChecksumCheckResults() - Constructor for class org.dspace.checker.ChecksumCheckResults
-
- ChecksumHistory - Class in org.dspace.checker
-
Represents a history record for the bitstream.
- ChecksumHistory() - Constructor for class org.dspace.checker.ChecksumHistory
-
- ChecksumHistory(int) - Constructor for class org.dspace.checker.ChecksumHistory
-
Minimal Constructor.
- ChecksumHistory(int, Date, Date, String, String, String) - Constructor for class org.dspace.checker.ChecksumHistory
-
* Full history info Constructor.
- ChecksumHistoryDAO - Class in org.dspace.checker
-
This is the data access for the checksum history information.
- ChecksumHistoryDAO() - Constructor for class org.dspace.checker.ChecksumHistoryDAO
-
- ChecksumResultDAO - Class in org.dspace.checker
-
Database Access for the checksum results information.
- ChecksumResultDAO() - Constructor for class org.dspace.checker.ChecksumResultDAO
-
Default constructor
- ChecksumResultsCollector - Interface in org.dspace.checker
-
Component that receives BitstreamInfo results from a checker.
- checkURL(String, StringBuilder) - Method in class org.dspace.ctask.general.BasicLinkChecker
-
Check the URL and perform appropriate reporting
- 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
-
- ChoiceAuthority - Interface in org.dspace.content.authority
-
Plugin interface that supplies an authority control mechanism for
one metadata field.
- ChoiceAuthorityManager - 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
- 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 - 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
-
- claim(Context, WorkflowItem, EPerson) - Static method in class org.dspace.workflow.WorkflowManager
-
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
- 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
- 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.
- cleanIndex(Context) - Static method in class org.dspace.search.DSIndexer
-
Deprecated.
Iterates over all documents in the Lucene index and verifies they
are in database, if not, they are removed.
- cleanup(Statement, Connection) - Method in class org.dspace.checker.DAOSupport
-
Utility method that cleans up the statement and connection.
- cleanup(Statement, Connection, ResultSet) - Method in class org.dspace.checker.DAOSupport
-
Utility method that cleans up the statement and connection.
- cleanup(Statement) - Method in class org.dspace.checker.DAOSupport
-
- cleanup(Connection) - Method in class org.dspace.checker.DAOSupport
-
- cleanup(boolean, boolean) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
-
Clean up the bitstream storage area.
- Cleanup - Class in org.dspace.storage.bitstore
-
Cleans up asset store.
- Cleanup() - Constructor for class org.dspace.storage.bitstore.Cleanup
-
- clear() - Method in class org.dspace.curate.Curator
-
Removes all configured tasks from the Curator.
- clearAllMetadata(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
-
Remove all the objects from the object cache
- clearDatabase() - Method in class org.dspace.browse.IndexBrowse
-
delete all the existing browse tables
- clearDC(String, String, String) - Method in class org.dspace.content.Item
-
Deprecated.
- 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.
- clearInProgressUsers(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.WorkflowRequirementsManager
-
- clearMetadata(String, String, String, String) - Method in class org.dspace.content.Item
-
Clear metadata values.
- clone(Context, int) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
-
- close() - Method in class org.dspace.content.ItemIterator
-
Dispose of this Iterator, and it's underlying resources
- 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.
- close() - Static method in class org.dspace.search.DSQuery
-
Deprecated.
Close any IndexSearcher that is currently open.
- close() - Method in class org.dspace.storage.rdbms.TableRowIterator
-
Close the Iterator and release any associated resources
- closeCurrentFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
-
Finish with the current sitemap file.
- clusterName - Static variable in class org.dspace.statistics.ElasticSearchLogger
-
- 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(BitstreamInfo) - Method in interface org.dspace.checker.ChecksumResultsCollector
-
Collects results.
- collect(BitstreamInfo) - Method in class org.dspace.checker.ResultsLogger
-
Collect a result for logging.
- Collection - Class in org.dspace.content
-
Class representing a collection.
- COLLECTION - Static variable in class org.dspace.core.Constants
-
Type of collection objects
- 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
- collectionCount(Collection, int) - Method in interface org.dspace.browse.ItemCountDAO
-
Set the given count as the number of items in the given collection
- collectionCount(Collection, int) - Method in class org.dspace.browse.ItemCountDAOOracle
-
Store the count of the given collection
- collectionCount(Collection, int) - Method in class org.dspace.browse.ItemCountDAOPostgres
-
Store the count of the given collection
- collectionCount(Collection, int) - Method in class org.dspace.browse.ItemCountDAOSolr
-
Throw an ItemCountException as caching is not supported by ItemCountDAOSolr.
- CollectionDropDown - Class in org.dspace.app.util
-
Utility class for lists of collections.
- CollectionDropDown() - Constructor for class org.dspace.app.util.CollectionDropDown
-
- 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).
- 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.
- ColumnInfo - Class in org.dspace.storage.rdbms
-
Represents a column in an RDBMS table.
- 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.core.Context
-
Commit any transaction that is currently in progress, but do not close
the context.
- commit() - Method in interface org.dspace.discovery.IndexingService
-
- commit() - Method in class org.dspace.discovery.SolrServiceImpl
-
- commit() - Method in class org.dspace.statistics.SolrLogger.ResultProcessor
-
- Community - Class in org.dspace.content
-
Class representing a community
- COMMUNITY - Static variable in class org.dspace.core.Constants
-
Type of community objects
- community2Metadata(Community) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
-
Generate a list of metadata elements for the given DSpace
community.
- communityCount(Community, int) - Method in interface org.dspace.browse.ItemCountDAO
-
Set the given count as the number of items in the given community
- communityCount(Community, int) - Method in class org.dspace.browse.ItemCountDAOOracle
-
Store the count of the given community
- communityCount(Community, int) - Method in class org.dspace.browse.ItemCountDAOPostgres
-
Store the count of the given community
- communityCount(Community, int) - Method in class org.dspace.browse.ItemCountDAOSolr
-
Throw an ItemCountException as caching is not supported by ItemCountDAOSolr.
- 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).
- compare(Object, Object) - Method in class org.dspace.content.ItemComparator
-
Compare two Items by checking their DCValues for element, qualifier, and
language.
- 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.
- 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 class org.dspace.app.itemexport.ItemExport
-
used for export download
- CONFERENCE - Static 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
- confidence - Variable in class org.dspace.content.DCValue
-
Deprecated.
Authority control confidence
- confidence - Variable in class org.dspace.content.MetadataValue
-
Authority confidence value -- see Choices class for values
- 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 - Static variable in class org.dspace.content.crosswalk.XSLTCrosswalk
-
Prefix for all lines in the config file for XSLT plugins.
- ConfigurationManager - Class in org.dspace.core
-
Class for reading the DSpace system configuration.
- ConfigurationManager() - Constructor for class org.dspace.core.ConfigurationManager
-
- configurationService - Variable in class org.dspace.identifier.doi.DataCiteConnector
-
- configurationService - Variable in class org.dspace.identifier.IdentifierProvider
-
- 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.browse.BrowseConsumer
-
- 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.search.SearchConsumer
-
Deprecated.
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.statistics.StatisticsLoggingConsumer
-
- consume(Context, Event) - Method in class org.dspace.versioning.VersioningConsumer
-
- Consumer - Interface in org.dspace.event
-
Interface for content event consumers.
- 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.
- 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) - 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).
- 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:
- context - Variable in class org.dspace.content.dao.ItemDAO
-
- Context - Class in org.dspace.core
-
Class representing the context of a particular DSpace operation.
- 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.search.HarvestedItemInfo
-
Context used when creating this object
- contextDestroyed(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
-
Clean up resources used by the application when stopped
- contextInitialized(ServletContextEvent) - Method in class org.dspace.app.util.DSpaceContextListener
-
Initialize any resources required by the application.
- 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
-
- CONVERSION_ERROR - Static variable in exception org.dspace.identifier.doi.DOIIdentifierException
-
An error arose while metadata conversion.
- convert(String, String) - Method in class org.dspace.statistics.util.ClassicDSpaceLogConverter
-
Convert a classic log file
- convertArxixDomToRecord(Element) - Static method in class org.dspace.submit.lookup.ArxivUtils
-
- convertCiNiiDomToRecord(Element) - Static method in class org.dspace.submit.lookup.CiNiiUtils
-
- convertCrossRefDomToRecord(Element) - Static method in class org.dspace.submit.lookup.CrossRefUtils
-
- 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
-
- convertPubmedDomToRecord(Element) - Static method in class org.dspace.submit.lookup.PubmedUtils
-
- 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(Bitstream) - Static method in class org.dspace.license.LicenseCleanup
-
Fast stream copy routine
- copyMetadata(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
-
- countAll(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
return all workflowitems
- countAllInCollection(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
return all workflowitems
- countItems() - Method in class org.dspace.content.Collection
-
counts items in this collection
- countItems() - Method in class org.dspace.content.Community
-
counts items in this community
- create(Context) - Static method in class org.dspace.administer.DCType
-
Deprecated.
- 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) - Static method in class org.dspace.authorize.ResourcePolicy
-
Create a new ResourcePolicy
- create(Context) - Static method in class org.dspace.content.BitstreamFormat
-
Create a new bitstream format
- create(Community, Context) - Static method in class org.dspace.content.Community
-
Create a new top-level community, with a new ID.
- create(Community, Context, String) - Static method in class org.dspace.content.Community
-
Create a new top-level community, with a new ID.
- create(Context) - Method in class org.dspace.content.MetadataField
-
Creates a new metadata field.
- create(Context) - Method in class org.dspace.content.MetadataSchema
-
Creates a new metadata schema in the database, out of this object.
- create(Context) - Method in class org.dspace.content.MetadataValue
-
Creates a new metadata value.
- 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, Collection, boolean) - Static method in class org.dspace.content.WorkspaceItem
-
Create a new workspace item, with a new ID.
- create(Context) - Static method in class org.dspace.eperson.EPerson
-
Create a new eperson
- create(Context) - Static method in class org.dspace.eperson.Group
-
Create a new group
- CREATE - Static variable in class org.dspace.event.Event
-
Event (Action) types
- create(Context, int) - Static method in class org.dspace.harvest.HarvestedCollection
-
Create a new harvest instance row for a specified collection.
- create(Context, int, String) - Static method in class org.dspace.harvest.HarvestedItem
-
Create a new harvested item row for a specified item id.
- create(String, Map<String, String>) - Method in class org.dspace.identifier.ezid.EZIDRequest
-
Create an identifier with a given name.
- create(Context, String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Create a new row in the given table, and assigns a unique id.
- create(Context) - Method in class org.dspace.versioning.VersionDAO
-
- create(Context) - Method in class org.dspace.versioning.VersionHistoryDAO
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
- create(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
- CreateAdministrator - Class in org.dspace.administer
-
A command-line tool for creating an initial administrator for setting up a
DSpace site.
- createAdministrators() - Method in class org.dspace.content.Collection
-
Create a default administrators group if one does not already exist.
- createAdministrators() - Method in class org.dspace.content.Community
-
Create a default administrators group if one does not already exist.
- createBitstream(InputStream) - Method in class org.dspace.content.Bundle
-
Create a new bitstream in this bundle.
- createBitstream(Context, Bitstream) - Method in class org.dspace.versioning.AbstractVersionProvider
-
- createBundle(String) - Method in class org.dspace.content.Item
-
Create a bundle in this item, with immediate effect
- createBundlesAndAddBitstreams(Context, Item, Item) - Method in class org.dspace.versioning.AbstractVersionProvider
-
- createCollection() - Method in class org.dspace.content.Community
-
Create a new collection within this community.
- createCollection(String) - Method in class org.dspace.content.Community
-
Create a new collection within this community.
- createCollectionView(String, String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create the View of the full item index as seen from a collection.
- createCollectionView(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createCollectionView(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createCollectionView(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createCollectionWorkflowRole(Context, int, String, Group) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
-
WORKFLOW ROLE MANAGEMENT
- createCommunityView(String, String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create the View of the full item index as seen from a community
If the boolean execute is true this operation should be carried out, and if it is false
it should not.
- createCommunityView(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createCommunityView(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createCommunityView(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createComponents(String, Reader) - Method in class org.dspace.search.DSAnalyzer
-
Deprecated.
- createComponents(String, Reader) - Method in class org.dspace.search.DSNonStemmingAnalyzer
-
Deprecated.
Create a token stream for this analyzer.
- createDatabaseIndices(String, List<Integer>, boolean, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create any indices that the implementing DAO sees fit to maximise performance.
- createDatabaseIndices(String, List<Integer>, boolean, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createDatabaseIndices(String, List<Integer>, boolean, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createDatabaseIndices(String, List<Integer>, boolean, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- 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
-
- createDIM(DSpaceObject, DCValue[]) - 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.
- createDistinctMap(String, String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create a table to hold a mapping between an item and a distinct metadata value that can appear
across multiple items (for example, author names).
- createDistinctMap(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createDistinctMap(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createDistinctMap(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createDistinctTable(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create the table which will hold the distinct metadata values that appear in multiple
items.
- createDistinctTable(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createDistinctTable(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createDistinctTable(String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createDownloadableExport(DSpaceObject, Context, boolean) - Static method in class org.dspace.app.itemexport.ItemExport
-
Convenience methot to create export a single Community, Collection, or
Item
- createDownloadableExport(List<DSpaceObject>, Context, boolean) - Static method in class org.dspace.app.itemexport.ItemExport
-
Convenience method to export a List of dspace objects (Community,
Collection or Item)
- createDownloadableExport(DSpaceObject, Context, String, boolean) - Static method in class org.dspace.app.itemexport.ItemExport
-
Convenience methot to create export a single Community, Collection, or
Item
- createDownloadableExport(List<DSpaceObject>, Context, String, boolean) - Static method in class org.dspace.app.itemexport.ItemExport
-
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.
- createHandle(Context, DSpaceObject) - Static method in class org.dspace.handle.HandleManager
-
Creates a new handle in the database.
- createHandle(Context, DSpaceObject, String) - Static method in class org.dspace.handle.HandleManager
-
Creates a handle entry, but with a handle supplied by the caller (new
Handle not generated)
- createHandle(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
-
HandleStorage interface method - not implemented.
- createHandle(byte[], HandleValue[]) - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
HandleStorage interface method - not implemented.
- createId(int) - Static method in class org.dspace.identifier.HandleIdentifierProvider
-
Create a new handle id.
- createId(int) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
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
- createIndex(Context) - Static method in class org.dspace.search.DSIndexer
-
Deprecated.
create full index - wiping old index
- createMapIndices(String, String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create any indices that the implementing DAO sees fit to maximise performance.
- createMapIndices(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createMapIndices(String, String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createMapIndices(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createMissingMetadataFields(Context, Item) - Static method in class org.dspace.content.packager.DSpaceAIPIngester
-
Verifies that all the unsaved, crosswalked metadata fields that have
been added to an Item actually exist in our Database.
- createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.HandleIdentifierProvider
-
- createNewIdentifier(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- createNewItemAndAddItInWorkspace(Context, Item) - Method in class org.dspace.versioning.DefaultItemVersionProvider
-
- createNewItemAndAddItInWorkspace(Context, Item) - Method in interface org.dspace.versioning.ItemVersionProvider
-
- createNewVersion(Context, int) - Method in interface org.dspace.versioning.VersioningService
-
- createNewVersion(Context, int, String) - Method in interface org.dspace.versioning.VersioningService
-
- createNewVersion(Context, int) - Method in class org.dspace.versioning.VersioningServiceImpl
-
Service Methods
- createNewVersion(Context, int, String) - Method in class org.dspace.versioning.VersioningServiceImpl
-
- createNodeClient(ElasticSearchLogger.ClientType) - Method in class org.dspace.statistics.ElasticSearchLogger
-
- createOrModifyPolicy(ResourcePolicy, Context, String, int, EPerson, Date, int, String, DSpaceObject) - Static method in class org.dspace.authorize.AuthorizeManager
-
- 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) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- createPoolTasks(Context, XmlWorkflowItem, RoleMembers, Step, WorkflowActionConfig) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- createPrimaryTable(String, List<Integer>, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create the main index table.
- createPrimaryTable(String, List<Integer>, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createPrimaryTable(String, List<Integer>, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createPrimaryTable(String, List, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createSequence(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Create the sequence with the given name.
- createSequence(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- createSequence(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- createSequence(String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- createSingleBitstream(InputStream, String) - Method in class org.dspace.content.Item
-
Create a single bitstream in a new bundle.
- createSingleBitstream(InputStream) - Method in class org.dspace.content.Item
-
Convenience method, calls createSingleBitstream() with name "ORIGINAL"
- 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) - Static method in class org.dspace.xmlworkflow.WorkflowFactory
-
- createSubcommunity() - Method in class org.dspace.content.Community
-
Create a new sub-community within this community.
- createSubcommunity(String) - Method in class org.dspace.content.Community
-
Create a new sub-community within this community.
- createSubmitters() - Method in class org.dspace.content.Collection
-
Create a default submitters group if one does not already exist.
- createTemplateItem() - Method in class org.dspace.content.Collection
-
Create an empty template item for this collection.
- createTransportClient() - Method in class org.dspace.statistics.ElasticSearchLogger
-
- createVersion(Context, VersionHistory, Item, String, Date, int) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- createVersion(Context, VersionHistory, Item, String, Date) - Method in class org.dspace.versioning.VersioningServiceImpl
-
- createWorkflowActionConfig(String) - Static method in class org.dspace.xmlworkflow.WorkflowFactory
-
- createWorkflowGroup(int) - Method in class org.dspace.content.Collection
-
Create a workflow group for the given step if one does not already exist.
- CreativeCommons - Class in org.dspace.license
-
- CreativeCommons() - Constructor for class org.dspace.license.CreativeCommons
-
- CreativeCommons.MdField - Class in org.dspace.license
-
Helper class for using CC-related Metadata fields
- CreativeCommons.MdField(String) - Constructor for class org.dspace.license.CreativeCommons.MdField
-
- 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
-
- 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
-
- 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 - 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.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.
- 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) - Static method in class org.dspace.curate.WorkflowCurator
-
Determines and executes curation of a Workflow item.
- curate(Curator, Context, WorkflowItem) - Static method in class org.dspace.curate.WorkflowCurator
-
- CURATE_ERROR - Static variable in class org.dspace.curate.Curator
-
task encountered a 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
- 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.
- 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.TxScope - Enum in org.dspace.curate
-
- currentOutput - Variable in class org.dspace.app.sitemap.AbstractGenerator
-
Current output
- 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
-
- DAOSupport - Class in org.dspace.checker
-
Database Helper Class to cleanup database resources
- DAOSupport() - Constructor for class org.dspace.checker.DAOSupport
-
- DatabaseManager - Class in org.dspace.storage.rdbms
-
Executes SQL queries.
- DatabaseManager() - Constructor for class org.dspace.storage.rdbms.DatabaseManager
-
Protected Constructor to prevent instantiation except by derived classes.
- 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
-
- 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
-
- DataSourceInit - Class in org.dspace.storage.rdbms
-
- DataSourceInit() - Constructor for class org.dspace.storage.rdbms.DataSourceInit
-
- 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 - Static 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.ElasticSearchLogger
-
- DATE_FORMAT_8601 - Static variable in class org.dspace.statistics.SolrLogger
-
- DATE_FORMAT_DCDATE - Static variable in class org.dspace.statistics.ElasticSearchLogger
-
- DATE_FORMAT_DCDATE - Static variable in class org.dspace.statistics.SolrLogger
-
- DATE_RANGE_BITSTREAMS - Static variable in class org.dspace.checker.ReporterDAO
-
Select the most recent bitstream information for a given date range with
the specified status.
- DATE_RANGE_NOT_PROCESSED_BITSTREAMS - Static variable in class org.dspace.checker.ReporterDAO
-
Find all bitstreams that were set to not be processed for the specified
date range.
- DATE_RANGE_NOT_PROCESSED_BITSTREAMS_ORACLE - Static variable in class org.dspace.checker.ReporterDAO
-
- 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
-
- DayTableEmbargoSetter - Class in org.dspace.embargo
-
Plugin implementation of the embargo setting function.
- DayTableEmbargoSetter() - Constructor for class org.dspace.embargo.DayTableEmbargoSetter
-
- DC_SCHEMA - Static variable in class org.dspace.content.MetadataSchema
-
Short Name of built-in Dublin Core schema.
- DC_SCHEMA_ID - Static variable in class org.dspace.content.MetadataSchema
-
Numeric Identifier of built-in Dublin Core schema.
- 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
- 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
- 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
- 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.
- DCType - Class in org.dspace.administer
-
Deprecated.
- DCType(Context, MetadataField) - Constructor for class org.dspace.administer.DCType
-
Deprecated.
- DCType(Context) - Constructor for class org.dspace.administer.DCType
-
Deprecated.
- DCValue - Class in org.dspace.content
-
Deprecated.
- DCValue() - Constructor for class org.dspace.content.DCValue
-
Deprecated.
- decache() - Method in class org.dspace.content.Item
-
Remove item and all its sub-structure from the context cache.
- 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_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 class org.dspace.event.EventManager
-
- DEFAULT_ENCODING - Static variable in class org.dspace.core.Constants
-
- DEFAULT_ITEM_READ - Static variable in class org.dspace.core.Constants
-
Default Read policies for Items submitted to container
- 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
-
- DefaultItemVersionProvider - Class in org.dspace.versioning
-
- DefaultItemVersionProvider() - Constructor for class org.dspace.versioning.DefaultItemVersionProvider
-
- DEFAULTLOCALE - Static variable in class org.dspace.core.I18nUtil
-
- defaultSelected - Variable in class org.dspace.content.authority.Choices
-
Index of value to be selected by default, if any.
- defiliate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
-
- delete() - Method in class org.dspace.administer.DCType
-
Deprecated.
- delete() - Method in class org.dspace.authorize.ResourcePolicy
-
Delete an ResourcePolicy
- delete() - Method in class org.dspace.browse.IndexBrowse
-
- delete() - Method in class org.dspace.content.BitstreamFormat
-
Delete this bitstream format.
- delete() - Method in class org.dspace.content.Community
-
Delete the community, including the metadata and logo.
- delete(Context) - Method in class org.dspace.content.MetadataField
-
Delete the metadata field.
- delete(Context) - Method in class org.dspace.content.MetadataSchema
-
Delete the metadata schema.
- delete(Context) - Method in class org.dspace.content.MetadataValue
-
Delete the metadata field.
- DELETE - Static variable in class org.dspace.core.Constants
-
Action of deleting something.
- delete() - Method in class org.dspace.eperson.EPerson
-
Delete an eperson
- delete() - Method in class org.dspace.eperson.Group
-
Delete a group
- DELETE - Static variable in class org.dspace.event.Event
-
- delete() - Method in class org.dspace.harvest.HarvestedCollection
-
- delete() - Method in class org.dspace.harvest.HarvestedItem
-
- 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 interface org.dspace.identifier.IdentifierService
-
Delete (Unbind) all identifiers registered for a specific DSpace item.
- delete(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.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) - Method in class org.dspace.identifier.IdentifierServiceImpl
-
- delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.IdentifierServiceImpl
-
- delete(Context, DSpaceObject, String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- delete(Context, DSpaceObject) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- delete(Context, int) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
-
Remove a bitstream from the asset store.
- delete(Context, String, int) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Delete a table row via its primary key.
- delete(Context, TableRow) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Delete row from the RDBMS.
- delete(Context, int) - Method in class org.dspace.versioning.VersionDAO
-
- delete(Context, int, VersionDAO) - Method in class org.dspace.versioning.VersionHistoryDAO
-
- delete() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
-
- delete() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
-
- delete() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- delete() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- delete() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
- DELETE_CONTENTS_FILE - Static variable in class org.dspace.app.itemupdate.ItemUpdate
-
- deleteAll() - Method in class org.dspace.content.WorkspaceItem
-
Delete the workspace item.
- deleteAllPooledTasks(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- deleteAllRecords() - Method in class org.dspace.handle.HandlePlugin
-
HandleStorage interface method - not implemented.
- deleteAllRecords() - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
HandleStorage interface method - not implemented.
- deleteAllTasks(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
Deletes all tasks from this workflowflowitem
- deleteBitstreamInfo(int, Connection) - Method in class org.dspace.checker.BitstreamInfoDAO
-
Deletes the bitstream from the most_recent_checksum table if it exist.
- deleteBitstreamInfoWithHistory(int) - Method in class org.dspace.checker.BitstreamInfoDAO
-
- 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
-
- deleteByItemID(String, int) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Delete the record for the given item id from the specified table.
- deleteByItemID(String, int) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- deleteByItemID(String, int) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- deleteByItemID(String, int) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- deleteByValue(Context, String, String, Object) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Delete all table rows with the given value.
- deleteClaimedTask(Context, XmlWorkflowItem, ClaimedTask) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- deleteCommunityMappings(int) - Method in interface org.dspace.browse.BrowseCreateDAO
-
- deleteCommunityMappings(int) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- deleteCommunityMappings(int) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- deleteCommunityMappings(int) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- DELETED - Static variable in class org.dspace.identifier.DOIIdentifierProvider
-
- 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.
- deleteHandle(byte[]) - Method in class org.dspace.handle.HandlePlugin
-
HandleStorage interface method - not implemented.
- deleteHandle(byte[]) - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
HandleStorage interface method - not implemented.
- deleteHistoryByDateAndCode(Date, String, Connection) - Method in class org.dspace.checker.ChecksumHistoryDAO
-
Delete the history records from the database.
- deleteHistoryForBitstreamInfo(int, Connection) - Method in class org.dspace.checker.ChecksumHistoryDAO
-
Deletes the bitstream from the bitstream_history table if it exist.
- deleteIP(String) - Static method in class org.dspace.statistics.SolrLogger
-
- deleteMappingsByItemID(String, int) - Method in interface org.dspace.browse.BrowseCreateDAO
-
- deleteMappingsByItemID(String, int) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- deleteMappingsByItemID(String, int) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- deleteMappingsByItemID(String, int) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- DeleteMetadataAction - Class in org.dspace.app.itemupdate
-
Action to delete metadata
- DeleteMetadataAction() - Constructor for class org.dspace.app.itemupdate.DeleteMetadataAction
-
- deleteMetadataByValue(Item, DtoMetadata, boolean) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
-
Working around Item API to delete a value-specific DCValue
For a given element/qualifier/lang:
get all DCValues
clear (i.e.
- deleteOldExportArchives(int) - Static method in class org.dspace.app.itemexport.ItemExport
-
A clean up method that is ran before a new export archive is created.
- deleteOldExportArchives() - Static method in class org.dspace.app.itemexport.ItemExport
-
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) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- deleteRobotsByIP() - Static method in class org.dspace.statistics.SolrLogger
-
- deleteRobotsByIsBotFlag() - Static method in class org.dspace.statistics.SolrLogger
-
- deleteRoleGroup(Context, Collection, String) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
-
- deleteToken(Context, String) - Static method in class org.dspace.eperson.AccountManager
-
Delete token.
- deleteVersionedItem(Context, Version, VersionHistory) - Method in class org.dspace.versioning.DefaultItemVersionProvider
-
- deleteVersionedItem(Context, Version, VersionHistory) - Method in interface org.dspace.versioning.ItemVersionProvider
-
- deleteWrapper() - Method in interface org.dspace.content.InProgressSubmission
-
Deletes submission wrapper, doesn't delete item contents
- deleteWrapper() - Method in class org.dspace.content.WorkspaceItem
-
- deleteWrapper() - Method in class org.dspace.workflow.WorkflowItem
-
delete the WorkflowItem, retaining the Item
- deleteWrapper() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
delete the WorkflowItem, retaining the Item
- 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
- 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
-
- 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
-
- displayDate(boolean, boolean, Locale) - Method in class org.dspace.content.DCDate
-
Format a human-readable version of the DCDate, with optional time.
- displayLocalDate(boolean, Locale) - Method in class org.dspace.content.DCDate
-
- 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(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
-
Execute crosswalk, returning one XML root element as
a JDOM Element object.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
-
Execute crosswalk, returning one XML root element as
a JDOM Element object.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
-
- disseminateElement(DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
-
Execute crosswalk, returning one XML root element as
a JDOM Element object.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
-
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
-
Actually Disseminate into METSRights schema.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
-
Disseminate an Item, Collection, or Community to MODS.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
-
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
-
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
-
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
-
Execute crosswalk, returning one XML root element as
a JDOM Element object.
- disseminateElement(DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
-
- disseminateElement(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(DSpaceObject) - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
-
Disseminate the DSpace item, collection, or community.
- disseminateList() - Method in class org.dspace.app.util.GoogleMetadata
-
Produce meta elements that can easily be put into the head.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
-
Execute crosswalk, returning List of XML elements.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
-
Execute crosswalk, returning List of XML elements.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
-
- disseminateList(DSpaceObject) - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
-
Execute crosswalk, returning List of XML elements.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
-
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
-
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
-
Returns object's metadata in MODS format, as List of XML structure nodes.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
-
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
-
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
-
Returns object's metadata in MODS format, as XML structure node.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
-
Execute crosswalk, returning List of XML elements.
- disseminateList(DSpaceObject) - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
-
Returns object's metadata as XML elements.
- disseminateList(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(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
-
- DisseminationCrosswalk - Interface in org.dspace.content.crosswalk
-
Dissemination Crosswalk plugin -- translate DSpace native
metadata into an external XML format.
- DISSERTATION_ID - Static variable in class org.dspace.app.util.GoogleMetadata
-
- DISSERTATION_INSTITUTION - Static variable in class org.dspace.app.util.GoogleMetadata
-
- DISSERTATION_NAME - Static 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.
- 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
-
- doCMDLineQuery(String) - Static method in class org.dspace.search.DSQuery
-
Deprecated.
Do a query, printing results to stdout largely for testing, but it is
useful
- 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.BrowseDAOOracle
-
- doCountQuery() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- doCountQuery() - Method in class org.dspace.browse.SolrBrowseDAO
-
- doCuration(Context, WorkflowItem) - Static method in class org.dspace.curate.WorkflowCurator
-
Determines and executes curation on a Workflow item.
- 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.BrowseDAOOracle
-
- doDistinctOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
-
- doDistinctOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.SolrBrowseDAO
-
- DOI - Static variable in class org.dspace.app.util.GoogleMetadata
-
- DOI - Class in org.dspace.identifier
-
DOI identifiers.
- DOI() - Constructor for class org.dspace.identifier.DOI
-
- 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_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
-
- DOIFromExternalFormat(String) - Static method in class org.dspace.identifier.DOI
-
- 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
-
- DOIToExternalForm(String) - Static method in class org.dspace.identifier.DOI
-
This method helps to convert a DOI into a URL.
- 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.BrowseDAOOracle
-
- doMaxQuery(String, String, int) - Method in class org.dspace.browse.BrowseDAOPostgres
-
- doMaxQuery(String, String, int) - Method in class org.dspace.browse.SolrBrowseDAO
-
- doNodes(Node, Item) - Static method in class org.dspace.app.sfx.SFXFileReader
-
Process the item, mapping each of its metadata fields defined in the
configuration file to an OpenURL parameter
- 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.BrowseDAOOracle
-
- doOffsetQuery(String, String, boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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)
- 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.BrowseDAOOracle
-
- doQuery() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- doQuery() - Method in class org.dspace.browse.SolrBrowseDAO
-
- doQuery(Context, QueryArgs) - Static method in class org.dspace.search.DSQuery
-
Deprecated.
Do a query, returning a QueryResults object
- doQuery(Context, QueryArgs, Collection) - Static method in class org.dspace.search.DSQuery
-
Deprecated.
Do a query, restricted to a collection
- doQuery(Context, QueryArgs, Community) - Static method in class org.dspace.search.DSQuery
-
Deprecated.
Do a query, restricted to a community
- doState(Context, EPerson, HttpServletRequest, int, Workflow, WorkflowActionConfig) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- 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.BrowseDAOOracle
-
- doValueQuery() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- doValueQuery() - Method in class org.dspace.browse.SolrBrowseDAO
-
- dropIndexAndRelated(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Drop the given table name, and all other resources that are attached to it.
- dropIndexAndRelated(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- dropIndexAndRelated(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- dropIndexAndRelated(String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- dropSequence(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Drop the given sequence name.
- dropSequence(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- dropSequence(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- dropSequence(String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- dropView(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Drop the given view name.
- dropView(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- dropView(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- dropView(String, boolean) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- DSAnalyzer - Class in org.dspace.search
-
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
- DSAnalyzer(Version) - Constructor for class org.dspace.search.DSAnalyzer
-
Deprecated.
Builds an analyzer
- DSIndexer - Class in org.dspace.search
-
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
- DSIndexer() - Constructor for class org.dspace.search.DSIndexer
-
Deprecated.
- DSNonStemmingAnalyzer - Class in org.dspace.search
-
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
- DSNonStemmingAnalyzer(Version) - Constructor for class org.dspace.search.DSNonStemmingAnalyzer
-
Deprecated.
Builds an analyzer
- 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_CONFIG_PARAMETER - Static variable in class org.dspace.app.util.DSpaceContextListener
-
Name of the context parameter giving the path to the DSpace configuration file.
- 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
-
- DSpaceBitstreamInfo - Class in org.dspace.checker
-
Value Object that holds bitstream information that will be used for dspace
bitstream.
- DSpaceBitstreamInfo(int) - Constructor for class org.dspace.checker.DSpaceBitstreamInfo
-
Minimal constructor.
- DSpaceBitstreamInfo(boolean, int, long, String, int, String, String, String, String, String, String, String) - Constructor for class org.dspace.checker.DSpaceBitstreamInfo
-
Complete constructor.
- 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
-
- 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(int) - 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
- 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
-
- 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
-
- DSQuery - Class in org.dspace.search
-
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
- DSQuery() - Constructor for class org.dspace.search.DSQuery
-
Deprecated.
- DSROLES_NS - Static variable in class org.dspace.content.packager.RoleDisseminator
-
DSpace Roles XML Namespace in JDOM form.
- DSTokenizer - Class in org.dspace.search
-
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
- DSTokenizer(Version, Reader) - Constructor for class org.dspace.search.DSTokenizer
-
Deprecated.
Construct a new LowerCaseTokenizer.
- DUBLIN_CORE_XML - Static variable in class org.dspace.app.itemupdate.ItemArchive
-
- DUTCH - Static variable in class org.dspace.text.filter.Language
-
- GALICIAN - Static variable in class org.dspace.text.filter.Language
-
- generate(Choices, String, ContentHandler) - Static method in class org.dspace.content.authority.ChoicesXMLGenerator
-
- generateAutomaticPolicies(Context, Date, String, DSpaceObject, Collection) - Static method in class org.dspace.authorize.AuthorizeManager
-
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.
- generateHexKey() - Static method in class org.dspace.core.Utils
-
Generate a unique key.
- 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
-
- 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.
- generateTasks() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
-
- 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.identifier.ezid.EZIDResponse
-
Look up the value of a given response datum.
- GET_OLDEST_BITSTREAM - Static variable in class org.dspace.checker.BitstreamInfoDAO
-
This selects the next bitstream in order of last processing end date.
- GET_OLDEST_BITSTREAM_DATE - Static variable in class org.dspace.checker.BitstreamInfoDAO
-
Selects the next bitstream in order of last processing end date, ensuring
that no bitstream is checked more than once since the date parameter
used.
- GET_OLDEST_BITSTREAM_DATE_ORACLE - Static variable in class org.dspace.checker.BitstreamInfoDAO
-
- GET_OLDEST_BITSTREAM_ORACLE - Static variable in class org.dspace.checker.BitstreamInfoDAO
-
- getAbstractHTMLURL() - Method in class org.dspace.app.util.GoogleMetadata
-
- 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.InProgressUser
-
- getActionID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- getActionText() - Method in class org.dspace.authorize.ResourcePolicy
-
- 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() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- 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(int) - Method in class org.dspace.content.Bundle
-
- getAdminObject(int) - Method in class org.dspace.content.Collection
-
- getAdminObject(int) - Method in class org.dspace.content.Community
-
- getAdminObject(int) - Method in class org.dspace.content.DSpaceObject
-
Return the dspace object where an ADMIN action right is sufficient to
grant the initial authorize check.
- getAdminObject(int) - Method in class org.dspace.content.Item
-
- getAlgorithm() - Method in class org.dspace.eperson.PasswordHash
-
Get the value of algorithm
- getAlias() - Method in class org.dspace.app.sherpa.SHERPAPublisher
-
- getAll(Context) - Static method in class org.dspace.content.SupervisedItem
-
Get all workspace items which are being supervised
- getAllCollections() - Method in class org.dspace.content.Community
-
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
-
- getAllItems() - Method in class org.dspace.content.Collection
-
Get all the items in this collection.
- getAllParents() - Method in class org.dspace.content.Community
-
Return an array of parent communities of this community, in ascending
order.
- getAllPluginNames(Class) - Static method in class org.dspace.core.PluginManager
-
Returns all of the names under which a named plugin implementing
the interface intface can be requested (with getNamedPlugin()).
- getAllPluginNames(String, Class) - Static method in class org.dspace.core.PluginManager
-
Returns all of the names under which a named plugin implementing
the interface intface can be requested (with getNamedPlugin()).
- getAllUniqueMembers(Context) - Method in class org.dspace.xmlworkflow.RoleMembers
-
- getAlterProvenance() - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
-
- getAnalysisFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
-
Get the analysis file for a given date.
- getApiKey() - Method in class org.dspace.submit.lookup.CrossRefOnlineDataLoader
-
- getAppId() - Method in class org.dspace.submit.lookup.CiNiiOnlineDataLoader
-
- getApps() - Static method in class org.dspace.app.util.AbstractDSpaceWebapp
-
Return the list of running applications.
- 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) - Static method in class org.dspace.app.sfx.SFXFileReader
-
Returns the value of the node's attribute named
- getAuthority() - Method in class org.dspace.browse.BrowseInfo
-
- getAuthority() - Method in class org.dspace.content.MetadataValue
-
Get the metadata authority
- getAuthorityKey() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
-
- getAuthorityMetadata() - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
Return the list of metadata field with authority control.
- getAuthorityValue() - Method in interface org.dspace.browse.BrowseDAO
-
- getAuthorityValue() - Method in class org.dspace.browse.BrowseDAOOracle
-
- getAuthorityValue() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- getAuthorityValue() - Method in class org.dspace.browse.BrowserScope
-
- getAuthorityValue() - Method in class org.dspace.browse.SolrBrowseDAO
-
- getAuthorizedGroups(Context, DSpaceObject, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
Returns all groups authorized to perform an action on an object.
- getAuthors() - Method in class org.dspace.app.util.GoogleMetadata
-
- getAvailableSubscriptions(Context) - Static method in class org.dspace.eperson.Subscribe
-
Find out which collections the currently logged in e-person can subscribe to
- getAvailableSubscriptions(Context, EPerson) - Static method in class org.dspace.eperson.Subscribe
-
Find out which collections an e-person can subscribe to
- getBadHeader() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
-
Get the heading that was invalid
- getBestMatch(String, String, int, 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, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Wrapper that calls getBestMatch method of the plugin corresponding to
the metadata field defined by single field key.
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.DCInputAuthority
-
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
-
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.LCNameAuthority
-
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.SampleAuthority
-
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
-
- getBestMatch(String, String, int, String) - Method in class org.dspace.content.authority.TestAuthority
-
- getBitSet() - Method in class org.dspace.event.Event
-
- 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(int) - Method in class org.dspace.checker.BitstreamDAO
-
Retrieves the bitstream from the bitstore.
- getBitstreamByFormat(Item, BitstreamFormat, String) - Static method in class org.dspace.content.packager.PackageUtils
-
Find bitstream by its format, looking in a specific bundle.
- getBitstreamByName(String) - Method in class org.dspace.content.Bundle
-
- 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.
- getBitstreamFilter() - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
-
Get filter
- getBitstreamFormatId() - Method in class org.dspace.checker.BitstreamInfo
-
Get the Bitstream Format id.
- getBitstreamFormatId() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the Bitstream Format id.
- getBitstreamFound() - Method in class org.dspace.checker.BitstreamInfo
-
bitstreamFound accessor.
- getBitstreamId() - Method in class org.dspace.checker.BitstreamInfo
-
Get the Bitstream id.
- getBitstreamId() - Method in class org.dspace.checker.ChecksumHistory
-
- getBitstreamId() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the Bitstream id.
- getBitstreamNotFoundReport(Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.SimpleReporter
-
The report of bitstreams for the specified date range where it was
determined the bitstreams can no longer be found.
- getBitstreamNotFoundReport(Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterImpl
-
Send the bitstream not found report for the specified date range.
- getBitstreamPolicies() - Method in class org.dspace.content.Bundle
-
- getBitstreamProvenanceMessage(Item) - Static method in class org.dspace.content.InstallItem
-
Generate provenance-worthy description of the bitstreams contained in an
item.
- getBitstreamResultTypeReport(Date, Date, String) - Method in class org.dspace.checker.ReporterDAO
-
Select the most recent bitstream for a given date range with the
specified status.
- getBitstreams() - Method in class org.dspace.content.Bundle
-
Get the bitstreams in this bundle
- getBlurredInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
-
- getBlurredInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- getBlurredInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- getBooleanColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the boolean value of column.
- 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
-
Get a configuration property as a boolean.
- getBooleanProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
-
Get a module configuration property as a boolean.
- getBooleanProperty(String, boolean) - Static method in class org.dspace.core.ConfigurationManager
-
Get a configuration property as a boolean, with default.
- getBooleanProperty(String, String, boolean) - Static method in class org.dspace.core.ConfigurationManager
-
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
-
- 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 interface org.dspace.app.mediafilter.FormatFilter
-
- getBundleName() - Method in class org.dspace.app.mediafilter.HTMLFilter
-
- getBundleName() - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- 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() - Method in class org.dspace.app.mediafilter.XPDF2Text
-
- getBundleName() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- 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() - Method in class org.dspace.content.Bundle
-
- 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(String) - Method in class org.dspace.content.Item
-
Get the bundles matching a bundle name (name corresponds roughly to type)
- 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
-
- getCacheSize() - Method in class org.dspace.core.Context
-
Get the count of cached objects, which you can use to instrument an
application to track whether it is "leaking" heap space by letting cached
objects build up.
- getCalculatedChecksum() - Method in class org.dspace.checker.BitstreamInfo
-
calculatedChecksum accessor.
- getCanonical(Item) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- getCanonical(String) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- getCanonicalForm(String) - Static method in class org.dspace.handle.HandleManager
-
Transforms handle into the canonical form hdl:handle.
- getCanonicalForm(String) - Static method in class org.dspace.identifier.HandleIdentifierProvider
-
- getCanonicalForm(String) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- getCanonicalizedName() - Method in class org.dspace.storage.rdbms.ColumnInfo
-
Return the column name.
- getCCField(String) - Static method in class org.dspace.license.CreativeCommons
-
Returns a metadata field handle for given field Id
- getChangedChecksumReport(Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.SimpleReporter
-
The a report of bitstreams found where the checksum has been changed
since the last check for the specified date range.
- getChangedChecksumReport(Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterImpl
-
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
- getChecksumAlgorithm() - Method in class org.dspace.checker.BitstreamInfo
-
Get the checksum algorithm.
- getChecksumAlgorithm() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the checksum algorithm.
- getChecksumAlgorithm() - Method in class org.dspace.content.Bitstream
-
Get the algorithm used to calculate the checksum
- getChecksumCalculated() - Method in class org.dspace.checker.ChecksumHistory
-
- getChecksumCheckResult() - Method in class org.dspace.checker.BitstreamInfo
-
Gets checksumCheckResult.
- getChecksumCheckStr(String) - Method in class org.dspace.checker.ChecksumResultDAO
-
Get the result description for the given result code
- getChecksumExpected() - Method in class org.dspace.checker.ChecksumHistory
-
Get the extpected checksum.
- 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>.
- getClient() - Method in class org.dspace.statistics.ElasticSearchLogger
-
- getClient(ElasticSearchLogger.ClientType) - Method in class org.dspace.statistics.ElasticSearchLogger
-
- getClusterName() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- 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 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.workflow.WorkflowItem
-
- getCollection() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
- getCollectionAndRepositoryRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
-
- getCollectionBitstreams(int) - Method in class org.dspace.checker.BitstreamInfoDAO
-
Get the bitstream ids for a given collection
- getCollectionHandle() - Method in class org.dspace.app.util.SubmissionInfo
-
Gets the handle of the collection to which this item is being submitted
- getCollectionId() - Method in class org.dspace.harvest.HarvestedCollection
-
- getCollectionId() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
-
- getCollectionLocations(Collection) - Method in class org.dspace.discovery.SolrServiceImpl
-
- getCollectionRoles(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
-
- 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.
- getCollectionsNotLinked() - Method in class org.dspace.content.Item
-
Get the collections this item is not in.
- 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
- getCommunities() - Method in class org.dspace.content.Collection
-
Get the communities this collection appears in
- getCommunities() - Method in class org.dspace.content.Item
-
Get the communities this item is in.
- getCommunity() - Method in class org.dspace.browse.BrowserScope
-
- getCommunityBitstreams(int) - Method in class org.dspace.checker.BitstreamInfoDAO
-
Get the bitstream ids for a given community
- 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.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.
- getConfigFile() - Static method in class org.dspace.app.statistics.LogAnalyser
-
get the current config file name
- getConfigurationFile() - Static method in class org.dspace.core.ConfigurationManager
-
Deprecated.
Please remove all direct usage of the configuration file.
- 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.ElasticSearchLogger
-
- getConnection() - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Obtain an RDBMS connection.
- 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) - Static method in class org.dspace.event.EventManager
-
- getConsumers() - Method in class org.dspace.event.Dispatcher
-
- getContainerID() - Method in interface org.dspace.browse.BrowseDAO
-
Get the database ID of the container object.
- getContainerID() - Method in class org.dspace.browse.BrowseDAOOracle
-
- getContainerID() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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.BrowseDAOOracle
-
- getContainerIDField() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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.BrowseDAOOracle
-
- getContainerTable() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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) - Static method in class org.dspace.app.util.OpenSearch
-
Returns a mime-type associated with passed format
- getContentType() - Method in class org.dspace.core.Email.InputStreamDataSource
-
- 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.
- getControlledVocabulariesDisplayValueLocalized(Item, DCValue[], 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
- 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.ItemCountDAOOracle
-
Get the count of the items in the given container.
- getCount(DSpaceObject) - Method in class org.dspace.browse.ItemCountDAOPostgres
-
Get the count of the items in the given 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
-
- 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.BrowseDAOOracle
-
- getCountValues() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- getCountValues() - Method in class org.dspace.browse.SolrBrowseDAO
-
- getCreateInstance(Context) - Static method in class org.dspace.browse.BrowseDAOFactory
-
Get an instance of the relevant Write Only DAO class, which will
conform to the BrowseCreateDAO interface
- 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.
- getCurrentItem() - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
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
-
- 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() - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
- getDatasource() - Static method in class org.dspace.storage.rdbms.DataSourceInit
-
- getDataType() - Method in class org.dspace.browse.BrowseIndex
-
- 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
-
- getDateColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the date value of column.
- getDatedded() - Method in class org.dspace.app.sherpa.SHERPAPublisher
-
- 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
-
- getDay() - Method in class org.dspace.content.DCDate
-
Get the day, adjusting for current time zone.
- getDayUTC() - Method in class org.dspace.content.DCDate
-
Get the day in UTC.
- getDBConnection() - Method in class org.dspace.core.Context
-
Get the database connection associated with the context
- getDC(String, String, String) - Method in class org.dspace.content.Item
-
Deprecated.
- getDCValueString(DCValue) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
-
Get display of DCValue
- 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.
- 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() - 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() - Static method in class org.dspace.core.ConfigurationManager
-
- getDefaultSubmissionLicense() - Static method in class org.dspace.core.LicenseManager
-
Get the site-wide default license that submitters need to grant
- getDeleteConstraints() - Method in class org.dspace.eperson.EPerson
-
Check for presence of EPerson in tables that have constraints on
EPersons.
- getDeleted() - Method in class org.dspace.checker.BitstreamInfo
-
Get the deleted flag.
- getDeleted() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the deleted flag.
- getDeletedBitstreamReport(Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.SimpleReporter
-
Returns the bitstreams set found to be deleted for the specified date
range.
- getDeletedBitstreamReport(Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterImpl
-
Sends the Deleted bitstream report to an administrator.
- getDescription() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
-
- 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.JPEGFilter
-
- 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() - Method in class org.dspace.app.mediafilter.XPDF2Text
-
- getDescription() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- getDescription(String) - Static method in class org.dspace.app.util.OpenSearch
-
Returns OpenSearch Servic Document as a string
- 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) - Static method in class org.dspace.app.util.OpenSearch
-
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(InputStream) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
-
- getDestinationStream(InputStream) - Method in interface org.dspace.app.mediafilter.FormatFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.HTMLFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.PDFFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.PowerPointFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.WordFilter
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.XPDF2Text
-
- getDestinationStream(InputStream) - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- 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
-
- 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) - Static method in class org.dspace.event.EventManager
-
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
-
- getDistinctID(String, String, String, String) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Get the browse index's internal id for the location of the given string
and sort value in the given table.
- getDistinctID(String, String, String, String) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- getDistinctID(String, String, String, String) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- getDistinctID(String, String, String, String) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- 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.
- getDOI() - Method in class org.dspace.app.util.GoogleMetadata
-
- getDOIByObject(Context, DSpaceObject) - Static method in class org.dspace.identifier.DOIIdentifierProvider
-
Search the database for a DOI, using the type and id of an DSpaceObject.
- getDOIOutOfObject(DSpaceObject) - Static method in class org.dspace.identifier.DOIIdentifierProvider
-
Loads a DOI out of the metadata of an DSpaceObject.
- getDOIsByStatus(Integer...) - Method in class org.dspace.identifier.doi.DOIOrganiser
-
- getDoubleColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the double value of column.
- getDso() - Method in class org.dspace.discovery.DiscoverResult.DSpaceObjectHighlightResult
-
- getDsoId() - 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
-
- 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
- getDspaceObjects() - Method in class org.dspace.discovery.DiscoverResult
-
- getDspaceObjectStringRepresentation(DSpaceObject) - Static method in class org.dspace.discovery.DiscoverResult.SearchDocument
-
- getDtoList() - Method in class org.dspace.submit.lookup.SubmissionItemDataLoader
-
- getDtoList() - Method in class org.dspace.submit.lookup.SubmissionLookupOutputGenerator
-
- getElement() - Method in class org.dspace.administer.DCType
-
Deprecated.
Get the DC element
- getElement(Node) - Static method in class org.dspace.app.sfx.SFXFileReader
-
Returns element node
- getElement() - Method in class org.dspace.app.util.DCInput
-
Get the DC element for this form row.
- getElement() - Method in class org.dspace.content.MetadataField
-
Get the element name.
- getElementAttribute(Element, String, String) - Static method in class org.dspace.app.util.XMLUtils
-
- 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
-
- 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(String) - Static method in class org.dspace.core.Email
-
Get the template for an email message.
- getEmail(Context, String) - Static method in class org.dspace.eperson.AccountManager
-
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
- getEmailFilename(Locale, String) - Static method in class org.dspace.core.I18nUtil
-
Get the appropriate localized version of an email template according to language settings
- getEmbargoTermsAsDate(Context, Item) - Static method in class org.dspace.embargo.EmbargoManager
-
Get the embargo lift date for an Item, if any.
- getEmbargoUntil(HttpServletRequest) - Static method in class org.dspace.submit.step.AccessStep
-
- 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
-
get EPerson this policy relates to
- getEPerson(Context, String) - Static method in class org.dspace.eperson.AccountManager
-
Return the EPerson corresponding to token, where token was emailed to the
person by either the sendRegistrationInfo or sendForgotPasswordInfo
methods.
- getEperson() - Method in interface org.dspace.versioning.Version
-
- getEperson() - Method in class org.dspace.versioning.VersionImpl
-
- getEPerson() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
- getEPersonID() - Method in class org.dspace.authorize.ResourcePolicy
-
- getEpersonId() - Method in class org.dspace.curate.TaskQueueEntry
-
Returns the epersonId (email) of the agent who enqueued this task entry.
- getEpersonID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- getEPersonLocale(EPerson) - Static method in class org.dspace.core.I18nUtil
-
Get the Locale for a specified EPerson.
- getEPersonName(EPerson) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- getEpersonOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
-
- getEPersons() - Method in class org.dspace.xmlworkflow.RoleMembers
-
- 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() - 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.search.QueryResults
-
Deprecated.
get error message
- getEtAl() - Method in class org.dspace.browse.BrowseInfo
-
- getEtAl() - Method in class org.dspace.browse.BrowserScope
-
- getEtAl() - Method in class org.dspace.search.QueryArgs
-
Deprecated.
- getEtAl() - Method in class org.dspace.search.QueryResults
-
Deprecated.
- 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.
- getEventType() - Method in class org.dspace.event.Event
-
- getEventTypeAsString() - Method in class org.dspace.event.Event
-
Get the text name of event (action) type.
- getExplanation() - Method in class org.dspace.app.statistics.Statistics
-
get the explanation or clarification information for this block of stats
- getExportDownloadDirectory(int) - Static method in class org.dspace.app.itemexport.ItemExport
-
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) - Static method in class org.dspace.app.itemexport.ItemExport
-
Used to read the export archived.
- getExportFileLastModified(String) - Static method in class org.dspace.app.itemexport.ItemExport
-
- getExportFileSize(String) - Static method in class org.dspace.app.itemexport.ItemExport
-
Get the file size of the export archive represented by the file name.
- getExportsAvailable(EPerson) - Static method in class org.dspace.app.itemexport.ItemExport
-
Reads the download directory for the eperson to see if any export
archives are available
- getExportWorkDirectory() - Static method in class org.dspace.app.itemexport.ItemExport
-
Returns config file entry for org.dspace.app.itemexport.work.dir
- 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
-
- 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
-
- getField() - Method in class org.dspace.content.DCValue
-
Deprecated.
Get the field in dot notation.
- 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.submit.lookup.ValueConcatenationModifier
-
- getFieldID() - Method in class org.dspace.content.MetadataField
-
Get the metadata field id.
- getFieldId() - Method in class org.dspace.content.MetadataValue
-
Get the field ID the metadata value represents.
- 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
-
- 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 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.JPEGFilter
-
- 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
-
- getFilteredName(String) - Method in class org.dspace.app.mediafilter.XPDF2Text
-
- getFilteredName(String) - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- 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.BrowseDAOOracle
-
- getFilterValue() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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.BrowseDAOOracle
-
- getFilterValueField() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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(int, String) - Method in class org.dspace.content.dao.ItemDAO
-
- getFirstBitstream(int, String) - Method in class org.dspace.content.dao.ItemDAOOracle
-
- getFirstBitstream(int, String) - Method in class org.dspace.content.dao.ItemDAOPostgres
-
- 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() - Method in interface org.dspace.versioning.VersionHistory
-
- getFirstVersion() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- getFloor() - Method in class org.dspace.app.statistics.Statistics
-
get the floor value used in this stat block
- getFocus() - Method in class org.dspace.browse.BrowseInfo
-
- getFocusItem() - Method in class org.dspace.browse.BrowseInfo
-
- getFormat() - Method in class org.dspace.content.Bitstream
-
Get the format of the bitstream
- getFormat() - Method in class org.dspace.statistics.Dataset
-
- getFormatDescription() - 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.
- getFormats() - Static method in class org.dspace.app.util.OpenSearch
-
Returns list of supported formats
- getFormatString() - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
-
- 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.JPEGFilter
-
- 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
-
- getFormatString() - Method in class org.dspace.app.mediafilter.XPDF2Text
-
- getFormatString() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- getFormName() - Method in class org.dspace.app.util.DCInputSet
-
Return the name of the form that defines this input set
- 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.
- getGroup() - Method in class org.dspace.authorize.ResourcePolicy
-
gets Group for this policy
- getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
-
- getGroup() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
- getGroupID() - Method in class org.dspace.authorize.ResourcePolicy
-
gets ID for Group referred to by this policy
- getGroupID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- getGroupOwners() - Method in class org.dspace.usage.UsageWorkflowEvent
-
- getGroups() - Method in class org.dspace.xmlworkflow.RoleMembers
-
- getHandle() - Method in class org.dspace.browse.BrowseItem
-
- getHandle() - Method in class org.dspace.content.Bitstream
-
- getHandle() - Method in class org.dspace.content.Bundle
-
- getHandle() - Method in class org.dspace.content.Collection
-
- getHandle() - Method in class org.dspace.content.Community
-
- getHandle() - Method in class org.dspace.content.DSpaceObject
-
Get the Handle of the object.
- getHandle() - Method in class org.dspace.content.Item
-
- getHandle() - Method in class org.dspace.content.Site
-
Get the Handle of the object.
- getHandle() - Method in class org.dspace.eperson.EPerson
-
Get the e-person's handle
- getHandle() - Method in class org.dspace.eperson.Group
-
- getHandleInternal(Context, int, int) - Static method in class org.dspace.identifier.HandleIdentifierProvider
-
Return the handle for an Object, or null if the Object has no handle.
- getHandleInternal(Context, int, int) - Static method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
Return the handle for an Object, or null if the Object has no handle.
- getHandlesForNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
-
Return all handles in local storage which start with the naming authority
handle.
- getHandlesForNA(byte[]) - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
Return all handles in local storage which start with the naming authority
handle.
- getHandlesForPrefix(Context, String) - Static method in class org.dspace.handle.HandleManager
-
Return all the handles which start with prefix.
- 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
-
- getHarvestMessage() - Method in class org.dspace.harvest.HarvestedCollection
-
- getHarvestMetadataConfig() - Method in class org.dspace.harvest.HarvestedCollection
-
- 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
- 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
- getHitCount() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get total number of hits found by search engine, not just number of
returned results
- getHitHandles() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get the List of handles corresponding to hits
- 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
-
- getHitIds() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get the List of handles corresponding to hits
- getHitTypes() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get the List of types corresponding to handles
- 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
-
- getID() - Method in class org.dspace.administer.DCType
-
Deprecated.
Get the internal identifier of this metadata field
- getID() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
-
Get the item ID that this line represents
- getId() - Method in class org.dspace.app.util.SubmissionStepConfig
-
Get the ID for this step.
- getID() - Method in class org.dspace.authorize.ResourcePolicy
-
Get the ResourcePolicy's internal identifier
- getID() - Method in class org.dspace.browse.BrowseItem
-
get the database id of the item
- getID() - Method in class org.dspace.content.Bitstream
-
Get the internal identifier of this bitstream
- getID() - Method in class org.dspace.content.BitstreamFormat
-
Get the internal identifier of this bitstream format
- getID() - Method in class org.dspace.content.Bundle
-
Get the internal identifier of this bundle
- getID() - Method in class org.dspace.content.Collection
-
Get the internal ID of this collection
- getID() - Method in class org.dspace.content.Community
-
Get the internal ID of this collection
- 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.Item
-
Get the internal ID of this item.
- getID() - Method in class org.dspace.content.Site
-
Get the internal ID (database primary key) of this object
- 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.EPerson
-
Get the e-person's internal identifier
- getID() - Method in class org.dspace.eperson.Group
-
get the ID of the group object
- getId() - Method in class org.dspace.license.CCLicenseField
-
- getId() - Method in class org.dspace.statistics.content.StatisticsDisplay
-
- getId() - Method in class org.dspace.vocabulary.ControlledVocabulary
-
- getID() - Method in class org.dspace.workflow.WorkflowItem
-
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.XmlWorkflowItem
-
Get the internal ID of this workflow item
- getIdentifier() - Method in class org.dspace.event.Dispatcher
-
- getIdentifiers() - Method in class org.dspace.submit.lookup.NetworkSubmissionLookupDataLoader
-
- getIdentifiers() - Method in class org.dspace.submit.lookup.SubmissionLookupService
-
- getIgnoredMetadataFields(int) - Static method in class org.dspace.discovery.SearchUtils
-
- getIgnoredMetadataFields() - Method in class org.dspace.versioning.AbstractVersionProvider
-
- getIgnoreSpiderIPs() - Static method in class org.dspace.statistics.SolrLogger
-
Returns in a filterQuery string all the ip addresses that should be ignored
- 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() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- getIndexReader() - Static method in class org.dspace.search.DSQuery
-
Deprecated.
get an IndexReader.
- getIndexType() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- getInfoFound() - Method in class org.dspace.checker.BitstreamInfo
-
infoFound accessor.
- getIngestedList() - Method in class org.dspace.content.packager.AbstractPackageIngester
-
Return List of all DSpaceObjects which have been ingested/replaced by
this instance of the Ingester.
- getIngestionLicense() - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
-
Get custom ingestion license for this Crosswalk.
- getInputDescriptions() - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- getInputDescriptions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
-
- getInputDescriptions() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- getInputExtensions() - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- getInputExtensions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
-
- getInputExtensions() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- 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.JPEGFilter
-
- getInputMIMETypes() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
-
- getInputMIMETypes() - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- 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
- 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(Context) - Static method in class org.dspace.content.dao.ItemDAOFactory
-
- getInstance(String, String, String) - Method in class org.dspace.identifier.ezid.EZIDRequestFactory
-
Configure an EZID request.
- getInstance() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- getIntColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the integer value of column.
- getInternalId() - Method in class org.dspace.checker.BitstreamInfo
-
Get the Internal Id.
- getInternalId() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the Internal Id.
- 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
-
Get a configuration property as an integer
- getIntProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
-
Get a module configuration property as an integer
- getIntProperty(String, int) - Static method in class org.dspace.core.ConfigurationManager
-
Get a configuration property as an integer, with default
- getIntProperty(String, String, int) - Static method in class org.dspace.core.ConfigurationManager
-
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
-
- getIssue() - Method in class org.dspace.app.util.GoogleMetadata
-
- 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 interface org.dspace.content.InProgressSubmission
-
Get the incomplete item object
- getItem() - Method in class org.dspace.content.WorkspaceItem
-
- getItem() - Method in interface org.dspace.versioning.Version
-
- getItem() - Method in class org.dspace.versioning.VersionImpl
-
- getItem() - Method in class org.dspace.workflow.WorkflowItem
-
- getItem() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
- getItemBitstreams(int) - Method in class org.dspace.checker.BitstreamInfoDAO
-
Get the bitstream ids for a given Item
- getItemBrowseIndex() - Static method in class org.dspace.browse.BrowseIndex
-
Get the internally defined browse index for archived items.
- getItemByOAIId(Context, String, int) - Static method in class org.dspace.harvest.HarvestedItem
-
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.
- getItemId() - Method in class org.dspace.content.MetadataValue
-
Get the item ID.
- getItemID() - Method in class org.dspace.harvest.HarvestedItem
-
- getItemID() - Method in interface org.dspace.versioning.Version
-
- getItemID() - Method in class org.dspace.versioning.VersionImpl
-
- getItemInfo(Context, String) - Static method in class org.dspace.app.statistics.ReportGenerator
-
get the information for the item with the given handle
- getItemInstance(Context) - Static method in class org.dspace.browse.BrowseDAOFactory
-
Get an instance of the relevant Read Only DAO class, which will
conform to the BrowseItemDAO interface
- getItemLocations(Item) - Method in class org.dspace.discovery.SolrServiceImpl
-
- getItemResults() - Method in class org.dspace.browse.BrowseInfo
-
Deprecated.
- getItemResults(Context) - Method in class org.dspace.browse.BrowseInfo
-
Return the results of the Browse as an Item array.
- 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
- getItems() - Method in class org.dspace.content.Collection
-
Get the in_archive items in this collection.
- getItems(Integer, Integer) - Method in class org.dspace.content.Collection
-
Get the in_archive items in this collection.
- getItemTitle(WorkflowItem) - Static method in class org.dspace.workflow.WorkflowManager
-
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
-
- 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.BrowseDAOOracle
-
- getJumpToField() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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.BrowseDAOOracle
-
- getJumpToValue() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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
-
- 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(String, String, String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Wrapper that calls getLabel method of the plugin corresponding to
the metadata field defined by schema,element,qualifier.
- getLabel(String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
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.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(String, String, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
-
- getLabel(String, String, String) - Method in class org.dspace.content.authority.TestAuthority
-
- getLabel() - Method in class org.dspace.license.CCLicenseField
-
- getLabel() - Method in class org.dspace.vocabulary.ControlledVocabulary
-
- getLanguage() - Method in class org.dspace.app.util.GoogleMetadata
-
- 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(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.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.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() - Method in interface org.dspace.versioning.VersionHistory
-
- getLatestVersion() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- 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
-
- 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() - Method in class org.dspace.content.Collection
-
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(Item) - Static method in class org.dspace.license.CreativeCommons
-
- getLicenseRdfBitstream(Item) - Static method in class org.dspace.license.CreativeCommons
-
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.
- 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) - Static method in class org.dspace.core.ConfigurationManager
-
- getLicenseText(String) - Static method in class org.dspace.core.LicenseManager
-
Get the License
- getLicenseText(Item) - Static method in class org.dspace.license.CreativeCommons
-
- getLicenseTextBitstream(Item) - Static method in class org.dspace.license.CreativeCommons
-
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(Item) - Static method in class org.dspace.license.CreativeCommons
-
- 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.BrowseDAOOracle
-
- getLimit() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- getLimit() - Method in class org.dspace.browse.SolrBrowseDAO
-
- getLimit() - Method in class org.dspace.discovery.DiscoverFacetField
-
- getLinkType(String) - Method in class org.dspace.browse.CrossLinks
-
Get the type of link that the bit of metadata has.
- 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.
- getLongColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the long value of column.
- getLongProperty(String) - Static method in class org.dspace.core.ConfigurationManager
-
Get a configuration property as a long
- getLongProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
-
Get a module configuration property as a long
- getLongProperty(String, int) - Static method in class org.dspace.core.ConfigurationManager
-
Get a configuration property as an long, with default
- getLongProperty(String, String, int) - Static method in class org.dspace.core.ConfigurationManager
-
Get a configuration property as an long, with default
- getLookupItem(String) - Method in class org.dspace.submit.util.SubmissionLookupDTO
-
- getManager() - Static method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Factory method
- getManager() - Static method in class org.dspace.content.authority.MetadataAuthorityManager
-
- 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
-
- getMappings() - Method in class org.dspace.app.util.GoogleMetadata
-
Fetch all metadata mappings
Usage: GoogleMetadata gmd = new GoogleMetadata(item); for(Entry mapping : googlemd.getMappings()) { ...
- getMapTableName() - Method in class org.dspace.browse.BrowseIndex
-
Get the default name of the distinct map table.
- getMatches(String, String, int, 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, int, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Wrapper that calls getMatches method of the plugin corresponding to
the metadata field defined by schema,element,qualifier.
- getMatches(String, String, int, int, int, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Wrapper calls getMatches method of the plugin corresponding to
the metadata field defined by single field key.
- getMatches(String, String, int, int, int, String) - Method in class org.dspace.content.authority.DCInputAuthority
-
- getMatches(String, String, int, int, int, String) - Method in class org.dspace.content.authority.DSpaceControlledVocabulary
-
- getMatches(String, String, int, 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, int, int, int, String) - Method in class org.dspace.content.authority.SampleAuthority
-
- getMatches(String, int, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
-
- getMatches(String, String, int, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOJournalTitle
-
- getMatches(String, int, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
-
- getMatches(String, int, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
-
- getMatches(String, String, int, int, int, String) - Method in class org.dspace.content.authority.SHERPARoMEOPublisher
-
- getMatches(String, String, int, 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.
- 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
-
- 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.
- getMdType(Element) - Method in class org.dspace.content.packager.METSManifest
-
Get the metadata type from within a *mdSec element.
- 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
-
et 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(String, String, String, String) - Method in class org.dspace.browse.BrowseItem
-
Get String array of metadata values matching the given parameters
- getMetadata(int) - Method in class org.dspace.browse.ItemListConfig
-
What metadata is to go in the given column number?
- getMetadata(String) - Method in class org.dspace.content.Collection
-
Get the value of a metadata field
- getMetadata(String) - Method in class org.dspace.content.Community
-
Get the value of a metadata field
- getMetadata(String, String, String, String) - Method in class org.dspace.content.Item
-
Get metadata for the item in a chosen schema.
- getMetadata(String) - Method in class org.dspace.content.Item
-
Retrieve metadata field values from a given metadata string
of the form .[.|.*]
- getMetadata(String) - Method in class org.dspace.eperson.EPerson
-
Get the value of a metadata field
- getMetadata() - Method in class org.dspace.sort.SortOption
-
- getMetadataCount() - Method in class org.dspace.browse.BrowseIndex
-
- getMetadataField() - Method in class org.dspace.discovery.configuration.DiscoverySortFieldConfiguration
-
- 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
-
- getMetadataSortField() - Method in class org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration
-
- getMetadataStorageInfo() - Static method in class org.dspace.statistics.SolrLogger
-
- 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(String, String, String) - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
Give the minimal level of confidence required to consider valid an authority value
for the given metadata.
- 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.
- 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
-
- getMyContext() - Method in class org.dspace.versioning.VersionImpl
-
- getMyDSpaceLink() - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
-
- getMyRow() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- getMyRow() - Method in class org.dspace.versioning.VersionImpl
-
- getName() - Method in class org.dspace.app.sherpa.SHERPAPublisher
-
- getName() - Method in class org.dspace.browse.BrowseIndex
-
- getName() - Method in class org.dspace.browse.BrowseItem
-
- getName() - Method in class org.dspace.checker.BitstreamInfo
-
Get the name of the bitstream.
- getName() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the name of the bitstream.
- getName(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Set the name of the bitstream.
- 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
-
Get a proper name for the object.
- getName() - Method in class org.dspace.content.Item
-
- getName() - Method in class org.dspace.content.MetadataSchema
-
Get the schema name.
- getName() - Method in class org.dspace.content.Site
-
- 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
-
get name of 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.storage.rdbms.ColumnInfo
-
Return the column name.
- getName() - Method in class org.dspace.xmlworkflow.Role
-
- getNamedBitstream(int, String, String) - Method in class org.dspace.content.dao.ItemDAO
-
- getNamedBitstream(int, String, String) - Method in class org.dspace.content.dao.ItemDAOOracle
-
- getNamedBitstream(int, String, String) - Method in class org.dspace.content.dao.ItemDAOPostgres
-
- getNamedPlugin(Class, String) - Static method in class org.dspace.core.PluginManager
-
Returns an instance of a plugin that implements the interface
intface and is bound to a name matching name.
- getNamedPlugin(String, Class, String) - Static method in class org.dspace.core.PluginManager
-
Returns an instance of a plugin that implements the interface
intface 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
-
- getNbCols() - Method in class org.dspace.statistics.Dataset
-
- 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() - Static method in class org.dspace.core.ConfigurationManager
-
- getNewsFilePath() - Static method in class org.dspace.core.NewsManager
-
Get the path for the news files.
- getNext(Version) - Method in interface org.dspace.versioning.VersionHistory
-
- getNext(Version) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- 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
-
- getNextVersionNumer(Version) - Method in class org.dspace.identifier.VersionedHandleIdentifierProvider
-
- getNextVersionNumer(Version) - Method in class org.dspace.versioning.VersioningServiceImpl
-
- getNonInternalBitstreams() - Method in class org.dspace.content.Item
-
Get all non-internal bitstreams in the item.
- getNormalizedInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
-
- getNormalizedInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.JPEGFilter
-
- getNormalizedInstance(BufferedImage) - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
- getNotProcessedBitstreamsReport(Date, Date) - Method in class org.dspace.checker.ReporterDAO
-
Find all bitstreams that were set to not be processed for the specified
date range.
- getNotToBeProcessedReport(Date, Date, OutputStreamWriter) - Method in interface org.dspace.checker.SimpleReporter
-
The bitstreams that were set to not be processed report for the specified
date range.
- getNotToBeProcessedReport(Date, Date, OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterImpl
-
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, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- getNumberOfInProgressUsers(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- 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.
- 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) - Static 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
-
- 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.BrowseDAOOracle
-
- getOffset() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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
-
- getOldestBitstream() - Method in class org.dspace.checker.BitstreamInfoDAO
-
Get the oldest bitstream in the most recent checksum table.
- getOldestBitstream(Timestamp) - Method in class org.dspace.checker.BitstreamInfoDAO
-
Returns the oldest bitstream that in the set of bitstreams that are less
than the specified date.
- 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
-
- 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.BrowseDAOOracle
-
- getOrderField() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- getOrderField() - Method in class org.dspace.browse.SolrBrowseDAO
-
- 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.
- getOutFile() - Method in class org.dspace.browse.IndexBrowse
-
- 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) - Static method in class org.dspace.workflow.WorkflowManager
-
getOwnedTasks() returns a List of WorkflowItems containing the tasks
claimed and owned by an EPerson.
- getOwner() - Method in class org.dspace.workflow.WorkflowItem
-
get owner of WorkflowItem
- getOwnerID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
-
- getOwningCollection() - Method in class org.dspace.content.Item
-
Get the owning Collection for the item
- 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
- getPageSize() - Method in class org.dspace.search.QueryArgs
-
Deprecated.
get the count of hits to return
- getPageSize() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get length of 'page' of results
- 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
- 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.
- getParams() - Method in class org.dspace.app.statistics.LogLine
-
get the parameters associated with the action
- getParent() - Method in class org.dspace.xmlworkflow.state.actions.Action
-
- getParentCommunity() - Method in class org.dspace.content.Community
-
Return the parent community of this community, or null if the community
is top-level
- getParentObject() - Method in class org.dspace.content.Bitstream
-
Get the parent object of a bitstream.
- getParentObject() - Method in class org.dspace.content.Bundle
-
- getParentObject() - Method in class org.dspace.content.Collection
-
- getParentObject() - Method in class org.dspace.content.Community
-
- getParentObject() - Method in class org.dspace.content.DSpaceObject
-
Return the dspace object that "own" the current object in the hierarchy.
- getParentObject() - Method in class org.dspace.content.Item
-
- getParentObject(Context, METSManifest) - Method in class org.dspace.content.packager.AbstractMETSIngester
-
Determines what parent DSpace object is referenced in this METS doc.
- getParentObject() - Method in class org.dspace.eperson.Group
-
- 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.ElasticSearchLogger
-
- getPassword() - Method in class org.dspace.identifier.doi.DataCiteConnector
-
- getPasswordHash() - Method in class org.dspace.eperson.EPerson
-
Return the EPerson's password hash.
- getPatentCountry() - Method in class org.dspace.app.util.GoogleMetadata
-
- getPatentNumber() - Method in class org.dspace.app.util.GoogleMetadata
-
- getPDFURL() - Method in class org.dspace.app.util.GoogleMetadata
-
- 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) - Static method in class org.dspace.core.PluginManager
-
Returns instances of all plugins that implement the interface
intface, in an Array.
- getPluginSequence(String, Class) - Static method in class org.dspace.core.PluginManager
-
Returns instances of all plugins that implement the interface
intface, in an Array.
- getPmid() - Method in class org.dspace.app.util.GoogleMetadata
-
- getPolicies(Context, DSpaceObject) - Static method in class org.dspace.authorize.AuthorizeManager
-
Return a List of the policies for an object
- getPoliciesActionFilter(Context, DSpaceObject, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
Return a list of policies for an object that match the action
- getPoliciesForGroup(Context, Group) - Static method in class org.dspace.authorize.AuthorizeManager
-
Return a List of the policies for a group
- getPooledTasks(Context, EPerson) - Static method in class org.dspace.workflow.WorkflowManager
-
getPooledTasks() returns a List of WorkflowItems an EPerson could claim
(as a reviewer, etc.) for display on a user's MyDSpace page.
- getPort() - Static method in class org.dspace.statistics.ElasticSearchLogger
-
- getPositionIncrementGap(String) - Method in class org.dspace.search.DSAnalyzer
-
Deprecated.
- 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() - Static method in class org.dspace.handle.HandleManager
-
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
- getPrefixes(String) - Method in class org.dspace.ctask.general.MetadataWebService
-
- getPrerestriction() - Method in class org.dspace.app.sherpa.SHERPAPublisher
-
- getPresentation(String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
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(Version) - Method in interface org.dspace.versioning.VersionHistory
-
- getPrevious(Version) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- getPrevOffset() - Method in class org.dspace.browse.BrowseInfo
-
- getPrimaryBitstream(int, String) - Method in class org.dspace.content.dao.ItemDAO
-
- getPrimaryBitstream(int, String) - Method in class org.dspace.content.dao.ItemDAOOracle
-
- getPrimaryBitstream(int, String) - Method in class org.dspace.content.dao.ItemDAOPostgres
-
- getPrimaryBitstreamID() - Method in class org.dspace.content.Bundle
-
Get the primary bitstream ID of the bundle
- getPrimaryKeyColumn(TableRow) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Return the name of the primary key column.
- getPrimaryKeyColumn(String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Return the name of the primary key column in the given table.
- getPrimaryOrLogoBitstream() - Method in class org.dspace.content.packager.METSManifest
-
Returns file element corresponding to primary bitstream.
- 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.BitstreamInfo
-
The date and time this bitstream is finished being processed.
- getProcessEndDate() - Method in class org.dspace.checker.ChecksumHistory
-
Get the process end date.
- 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.BitstreamInfo
-
The start date and time this bitstream is being processed.
- 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.
- 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
-
Returns all properties in main configuration
- getProperties(String) - Static method in class org.dspace.core.ConfigurationManager
-
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
-
Get a configuration property
- getProperty(String, String) - Static method in class org.dspace.core.ConfigurationManager
-
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(String) - Static method in class org.dspace.checker.ResultsPruner
-
Factory method for ResultsPruners
- getPruner(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
-
- getPublications() - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
-
- 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.administer.DCType
-
Deprecated.
Get the DC qualifier, if any.
- getQualifier() - Method in class org.dspace.app.util.DCInput
-
Get the DC qualifier for this form row.
- getQualifier() - Method in class org.dspace.content.MetadataField
-
Get the qualifier.
- 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.search.QueryArgs
-
Deprecated.
retrieve the query string
- 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
- getQueryResultName() - Method in class org.dspace.statistics.content.StatisticsDataVisits.Query
-
- getQueryTime() - Method in class org.dspace.search.QueryResults
-
Deprecated.
- getRawHandleValues(byte[], int[], byte[][]) - Method in class org.dspace.handle.HandlePlugin
-
Return the raw values for this handle.
- getRawHandleValues(byte[], int[], byte[][]) - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
Return the raw values for this handle.
- getRdf() - Method in class org.dspace.license.CCLookup
-
- getReason() - Method in exception org.dspace.app.itemexport.ItemExportException
-
- getRecentSubmissionConfiguration() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
-
- 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
- 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.
- getReportFor(String) - Static method in class org.dspace.app.statistics.StatisticsLoader
-
Get the report file for a given date.
- getRequest() - Method in class org.dspace.usage.UsageEvent
-
- getRequestItemAuthor(Context, Item) - Method in interface org.dspace.app.requestitem.RequestItemAuthorExtractor
-
- getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemMetadataStrategy
-
- getRequestItemAuthor(Context, Item) - Method in class org.dspace.app.requestitem.RequestItemSubmitterStrategy
-
- 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
-
- getResourceID() - Method in class org.dspace.authorize.ResourcePolicy
-
Get the ID of a resource pointed to by the policy (is null if policy
doesn't apply to a single resource.)
- getResourcePaths(ConfigurationService) - Method in class org.dspace.app.configuration.APISpringLoader
-
- getResourcePrefix() - Method in class org.dspace.usage.AbstractUsageEventListener
-
Currently consumes events generated for
all resources.
- getResourceType() - Method in class org.dspace.authorize.ResourcePolicy
-
Get the type of the objects referred to by policy
- 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
-
- getResultCount() - Method in class org.dspace.browse.BrowseInfo
-
Return the number of results.
- getResultName() - Method in class org.dspace.app.statistics.Statistics
-
get the name of the result set
- getResults() - Method in class org.dspace.browse.BrowseInfo
-
The results of the Browse.
- getResultsDoc(String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Static method in class org.dspace.app.util.OpenSearch
-
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(String, String, int, int, int, DSpaceObject, DSpaceObject[], Map<String, String>) - Static method in class org.dspace.app.util.OpenSearch
-
Returns a formatted set of search results as a string
- 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.xmlworkflow.state.Step
-
- getRoleGroup(Context, int, 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
-
- 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.BrandedPreviewJPEGFilter
-
Convenience method that returns a scaled instance of the
provided BufferedImage.
- 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.
- getScaledInstance(BufferedImage, int, int, Object, boolean) - Method in class org.dspace.app.mediafilter.XPDF2Thumbnail
-
Convenience method that returns a scaled instance of the
provided BufferedImage.
- getSchema() - Method in class org.dspace.app.util.DCInput
-
Get the DC namespace prefix for this form row.
- getSchemaID() - Method in class org.dspace.content.MetadataField
-
Get the schema record key.
- 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.
- 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.administer.DCType
-
Deprecated.
Get the scope note - information about the DC type and its use
- 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
- getSearcher(Context) - Static method in class org.dspace.search.DSQuery
-
Deprecated.
get an IndexSearcher, hopefully a cached one (gives much better
performance.) checks to see if the index has been modified - if so, it
creates a new IndexSearcher
- getSearchFields() - Method in class org.dspace.discovery.DiscoverQuery
-
- getSearchFields() - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
-
- getSearchFieldValues(String) - Method in class org.dspace.discovery.DiscoverResult.SearchDocument
-
- getSearchFilters() - Method in class org.dspace.discovery.configuration.DiscoveryConfiguration
-
- getSearchProviders() - Method in class org.dspace.submit.lookup.SubmissionLookupService
-
- 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.BrowseDAOOracle
-
- getSelectValues() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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.submit.lookup.ValueConcatenationModifier
-
- 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
- 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
-
- getSimilarityMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryMoreLikeThisConfiguration
-
- 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) - Static method in class org.dspace.core.PluginManager
-
Returns an instance of the singleton (single) plugin implementing
the given interface.
- getSinglePlugin(String, Class) - Static method in class org.dspace.core.PluginManager
-
Returns an instance of the singleton (single) plugin implementing
the given interface.
- getSiteHandle() - Static method in class org.dspace.content.Site
-
Static method to return site Handle without creating a Site.
- getSize() - Method in class org.dspace.checker.BitstreamInfo
-
Get the size.
- getSize() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the size.
- 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.discovery.SolrServiceImpl
-
- getSortBy() - Method in class org.dspace.browse.BrowserScope
-
- getSortBy() - Method in class org.dspace.usage.UsageSearchEvent
-
- getSortColumnMaxChars() - Method in interface org.dspace.browse.BrowseDAOUtils
-
Get the size to use for the sort columns in characters
- getSortColumnMaxChars() - Method in class org.dspace.browse.BrowseDAOUtilsDefault
-
Get the size to use for the sort columns in characters
- 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() - Method in class org.dspace.search.QueryArgs
-
Deprecated.
- 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.DiscoverySearchFilterFacet
-
- 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.search.QueryArgs
-
Deprecated.
- getSortOrder() - Method in class org.dspace.usage.UsageSearchEvent
-
- getSortValue() - Method in class org.dspace.discovery.DiscoverResult.FacetResult
-
- getSource() - Method in class org.dspace.checker.BitstreamInfo
-
Get the source.
- getSource() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the source.
- 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) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Get list of extra groups that user implicitly belongs to.
- 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.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 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
-
- getStageReached() - Method in class org.dspace.content.WorkspaceItem
-
Get the value of the stage reached column
- 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.browse.IndexBrowse
-
- getStart() - Method in class org.dspace.discovery.DiscoverQuery
-
- getStart() - Method in class org.dspace.discovery.DiscoverResult
-
- getStart() - Method in class org.dspace.search.QueryArgs
-
Deprecated.
read the search's starting offset
- getStart() - Method in class org.dspace.search.QueryResults
-
Deprecated.
get start of 'page' of results
- 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?
- getStartsWith() - Method in class org.dspace.browse.BrowserScope
-
- getState() - Method in class org.dspace.workflow.WorkflowItem
-
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.OAIHarvester.HarvestScheduler
-
- 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.
- getStorage() - Method in class org.dspace.submit.util.SubmissionLookupPublication
-
- getStoredChecksum() - Method in class org.dspace.checker.BitstreamInfo
-
Get the checksum.
- getStoredChecksum() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the checksum.
- 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.checker.BitstreamInfo
-
Get the bitstream store number.
- getStoreNumber() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the store number.
- getStoreNumber() - Method in class org.dspace.content.Bitstream
-
Get the asset store number where this bitstream is stored
- getStringColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return the String value of column.
- 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
- getSubcommunities() - Method in class org.dspace.content.Community
-
Get the immediate sub-communities of this community.
- 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.workflow.WorkflowItem
-
- getSubmitter() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
- getSubmitterName(WorkflowItem) - Static method in class org.dspace.workflow.WorkflowManager
-
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.
- getSubscriptions(Context, EPerson) - Static method in class org.dspace.eperson.Subscribe
-
Find out which collections an e-person is subscribed to
- getSummary() - Method in interface org.dspace.versioning.Version
-
- getSummary() - Method in class org.dspace.versioning.VersionImpl
-
- getSupervisorGroups(Context, int) - Method in class org.dspace.content.SupervisedItem
-
Gets all the groups that are supervising a particular workspace item
- getSupervisorGroups() - Method in class org.dspace.content.SupervisedItem
-
Gets all the groups that are supervising a this workspace item
- 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) - Static method in class org.dspace.content.BitstreamFormat
-
If you know the support level string, look up the corresponding type ID
constant.
- getSupportLevelText() - Method in class org.dspace.content.BitstreamFormat
-
Get the support level text for this bitstream format - one of
UNKNOWN,KNOWN or SUPPORTED.
- 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.BrowseDAOOracle
-
- getTable() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- getTable() - Method in class org.dspace.browse.SolrBrowseDAO
-
- getTable() - Method in class org.dspace.storage.rdbms.TableRow
-
Return the name of the table containing this row, or null if this row is
not associated with a database table.
- getTableName(int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.browse.BrowseIndex
-
- getTableName(boolean, boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
-
- getTableName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
-
- 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
-
- getTables() - Method in exception org.dspace.eperson.EPersonDeletionException
-
Return the list of offending tables.
- getTargetFields() - Method in class org.dspace.app.itemupdate.UpdateMetadataAction
-
Get target fields
- 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.
- getTerm() - Method in class org.dspace.statistics.DataTermsFacet.TermsFacet
-
- getThumb() - Method in class org.dspace.content.Thumbnail
-
- getThumbnail() - Method in class org.dspace.browse.BrowseItem
-
Get a thumbnail object out of the item.
- getThumbnail(Context, int, boolean) - Static method in class org.dspace.content.service.ItemService
-
- 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.statistics.content.StatisticsDisplay
-
- getToBeProcessed() - Method in class org.dspace.checker.BitstreamInfo
-
Gets toBeProcessed.
- getToIgnoreMetadataFields() - Method in class org.dspace.discovery.configuration.DiscoveryConfigurationService
-
- 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
- getTotalPublication(List<DataLoader>) - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
-
- getTotalSearchResults() - Method in class org.dspace.discovery.DiscoverResult
-
- 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
-
- getTransactionID() - Method in class org.dspace.event.Event
-
- getTransformationEngine() - Method in class org.dspace.app.itemimport.BTEBatchImportService
-
- getTransformer(String) - Method in class org.dspace.content.crosswalk.XSLTCrosswalk
-
Initialize the Transformation stylesheet from configured stylesheet file.
- getType() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
-
Get the type of the exception
- getType() - Method in class org.dspace.browse.BrowseItem
-
Get the type of object.
- getType(boolean) - Method in class org.dspace.browse.BrowseItem
-
Deprecated.
- 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 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.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() - Method in class org.dspace.storage.rdbms.ColumnInfo
-
Return the JDBC type.
- 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.
- getTypeText() - Method in class org.dspace.content.DSpaceObject
-
Provide the text name of the type of this DSpaceObject.
- getUncheckedBitstreamsReport(OutputStreamWriter) - Method in interface org.dspace.checker.SimpleReporter
-
The bitstreams that are not known to the checksum checker.
- getUncheckedBitstreamsReport(OutputStreamWriter) - Method in class org.dspace.checker.SimpleReporterImpl
-
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
- getUnknownBitstreams() - Method in class org.dspace.checker.ReporterDAO
-
Find all bitstreams that the checksum checker is currently not aware of
- getUpdateAction(Class<? extends UpdateAction>) - Method in class org.dspace.app.itemupdate.ActionManager
-
- 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.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
- getUserAgent() - Method in class org.dspace.usage.UsageEvent
-
- getUserFormatDescription() - Method in class org.dspace.checker.BitstreamInfo
-
Get the user format description.
- getUserFormatDescription() - Method in class org.dspace.checker.DSpaceBitstreamInfo
-
Get the user format description.
- getUserFormatDescription() - Method in class org.dspace.content.Bitstream
-
Get the user's format description.
- getUserID() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- getUsername() - Method in class org.dspace.identifier.doi.DataCiteConnector
-
- getUserSelectionMethod() - Method in class org.dspace.xmlworkflow.state.Step
-
- getUtils(Context) - Static method in class org.dspace.browse.BrowseDAOFactory
-
Get an instance of the relevant DAO Utilities class, which will
conform to the BrowseDAOUtils interface
- getUUID() - Method in class org.dspace.submit.util.ItemSubmissionLookupDTO
-
- getValue(Node) - Static method in class org.dspace.app.sfx.SFXFileReader
-
Returns the value found in the Text node (if any) in the
node list that's passed in.
- getValue() - Method in class org.dspace.app.statistics.Stat
-
get the value of the statistic
- getValue() - Method in class org.dspace.browse.BrowseInfo
-
- getValue() - Method in class org.dspace.content.MetadataValue
-
Get the metadata value.
- 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
- getValueColumnMaxChars() - Method in interface org.dspace.browse.BrowseDAOUtils
-
Get the size to use for the 'value' columns in characters
- getValueColumnMaxChars() - Method in class org.dspace.browse.BrowseDAOUtilsDefault
-
Get the size to use for the 'value' columns in characters
- getValueId() - Method in class org.dspace.content.MetadataValue
-
Get the value ID.
- 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(String, String, String, String, String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Wrapper to call plugin's getVariants().
- getVariants(String, String) - Method in class org.dspace.content.authority.TestAuthority
-
- getVersion(Item) - Method in interface org.dspace.versioning.VersionHistory
-
- getVersion(Item) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- getVersion(Context, int) - Method in interface org.dspace.versioning.VersioningService
-
- getVersion(Context, Item) - Method in interface org.dspace.versioning.VersioningService
-
- getVersion(Context, int) - Method in class org.dspace.versioning.VersioningServiceImpl
-
- getVersion(Context, Item) - Method in class org.dspace.versioning.VersioningServiceImpl
-
- getVersionDAO() - Method in class org.dspace.versioning.VersioningServiceImpl
-
- getVersionDate() - Method in interface org.dspace.versioning.Version
-
- getVersionDate() - Method in class org.dspace.versioning.VersionImpl
-
- getVersionHistoryDAO() - Method in class org.dspace.versioning.VersioningServiceImpl
-
- getVersionHistoryID() - Method in interface org.dspace.versioning.Version
-
- getVersionHistoryId() - Method in interface org.dspace.versioning.VersionHistory
-
- getVersionHistoryId() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- getVersionHistoryID() - Method in class org.dspace.versioning.VersionImpl
-
- getVersionId() - Method in interface org.dspace.versioning.Version
-
- getVersionId() - Method in class org.dspace.versioning.VersionImpl
-
- getVersionNumber() - Method in interface org.dspace.versioning.Version
-
- getVersionNumber() - Method in class org.dspace.versioning.VersionImpl
-
- getVersions() - Method in interface org.dspace.versioning.VersionHistory
-
- getVersions() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- 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.
- 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
-
- getWorkflow() - Method in class org.dspace.xmlworkflow.state.Step
-
- getWorkflow(Collection) - Static method in class org.dspace.xmlworkflow.WorkflowFactory
-
- getWorkflowGroup(int) - Method in class org.dspace.content.Collection
-
Get the the workflow group corresponding to a particular workflow step.
- getWorkflowID(String) - Static method in class org.dspace.workflow.WorkflowManager
-
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.InProgressUser
-
- getWorkflowID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- getWorkflowItem() - Method in class org.dspace.usage.UsageWorkflowEvent
-
- getWorkflowItemID() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
-
- getWorkflowItemID() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
-
- getWorkflowItemID() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
-
- getWorkflowItemId() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
-
- getWorkflowStep() - Method in class org.dspace.usage.UsageWorkflowEvent
-
- getWorkflowText(int) - Static method in class org.dspace.workflow.WorkflowManager
-
Get the text representing the given workflow state
- getXforwarderfor() - Method in class org.dspace.usage.UsageEvent
-
- 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.
- getYear() - Method in class org.dspace.content.DCDate
-
Get the year, adjusting for current time zone.
- getYearUTC() - Method in class org.dspace.content.DCDate
-
Get the year in UTC.
- getZetopub() - Method in class org.dspace.app.sherpa.SHERPAJournal
-
- GoogleMetadata - Class in org.dspace.app.util
-
- GoogleMetadata(Context, Item) - Constructor for class org.dspace.app.util.GoogleMetadata
-
Wrap the item, parse all configured fields and generate metadata field
values.
- grantLicense(Context, Item, String) - Static method in class org.dspace.content.LicenseUtils
-
Store a copy of the license a user granted in the item.
- 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_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
-
- GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
-
- guessFormat(Context, Bitstream) - Static method in class org.dspace.content.FormatIdentifier
-
Attempt to identify the format of a particular bitstream.
- 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 - 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 - Static variable in class org.dspace.eperson.Group
-
- 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 - Interface in org.dspace.identifier
-
- 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
-
- ignoreAuthorization() - Method in class org.dspace.core.Context
-
Find out if the authorisation system should be ignored for this context.
- 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.
- IndexBrowse - Class in org.dspace.browse
-
Tool to create Browse indexes.
- IndexBrowse() - Constructor for class org.dspace.browse.IndexBrowse
-
Construct a new index browse.
- IndexBrowse(Context) - Constructor for class org.dspace.browse.IndexBrowse
-
Create a new IndexBrowse object.
- 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(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
-
- indexContent(Context, DSpaceObject) - Static method in class org.dspace.search.DSIndexer
-
Deprecated.
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) - Static method in class org.dspace.search.DSIndexer
-
Deprecated.
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.
- 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 - Interface in org.dspace.discovery
-
Interface used for indexing dspaceobject into discovery
- indexItem(Item) - Method in class org.dspace.browse.IndexBrowse
-
Index the given item
- indexName - Static variable in class org.dspace.statistics.ElasticSearchLogger
-
- indexType - Static variable in class org.dspace.statistics.ElasticSearchLogger
-
- 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) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
-
Ingest a whole document.
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
-
Fields correspond directly to Item.addMetadata() calls so
they are simply executed.
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
-
Ingest a whole document.
- ingest(Context, DSpaceObject, List<Element>) - 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>) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
-
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.DIMIngestionCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - Method in interface org.dspace.content.crosswalk.IngestionCrosswalk
-
Crosswalk metadata from external XML representation to DSpace
internal representations.
- ingest(Context, DSpaceObject, Element) - 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) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
-
Ingest a whole XML document, starting at specified root.
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
-
Ingest a List of XML elements
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - 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>) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
-
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
-
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.OREIngestionCrosswalk
-
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
-
- ingest(Context, DSpaceObject, Element) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.QDCCrosswalk
-
- ingest(Context, DSpaceObject, List<Element>) - Method in class org.dspace.content.crosswalk.RoleCrosswalk
-
Ingest a List of XML elements
- ingest(Context, DSpaceObject, Element) - 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>) - Method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
-
Translate metadata with XSL stylesheet and ingest it.
- ingest(Context, DSpaceObject, Element) - 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) - 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>) - 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) - Static method in class org.dspace.content.packager.RoleIngester
-
Ingest roles from an InputStream.
- inheritCollectionDefaultPolicies(Collection) - Method in class org.dspace.content.Bundle
-
remove all policies on the bundle and its contents, and replace them with
the DEFAULT_BITSTREAM_READ policies belonging to the collection.
- inheritCollectionDefaultPolicies(Collection) - Method in class org.dspace.content.Item
-
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) - Static method in class org.dspace.authorize.AuthorizeManager
-
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(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(StreamTable) - Method in class org.dspace.handle.HandlePlugin
-
HandleStorage interface method - not implemented.
- init(StreamTable) - Method in class org.dspace.handle.MultiRemoteDSpaceRepositoryHandlePlugin
-
HandleStorage interface method - not implemented.
- init() - Method in class org.dspace.submit.lookup.MapConverterModifier
-
- initApi() - Method in class org.dspace.ctask.general.AbstractTranslator
-
- initApi() - Method in class org.dspace.ctask.general.MicrosoftTranslator
-
- initBrowse() - Method in class org.dspace.browse.IndexBrowse
-
index everything
- initEPerson(Context, HttpServletRequest, EPerson) - Static method in class org.dspace.authenticate.AuthenticationManager
-
Initialize a new e-person record for a self-registered new user.
- 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.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 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.
- 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() - Method in class org.dspace.browse.BrowseConsumer
-
- 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.search.SearchConsumer
-
Deprecated.
- initialize() - Method in class org.dspace.statistics.StatisticsLoggingConsumer
-
- initialize() - Method in class org.dspace.versioning.VersioningConsumer
-
- InitializeBrowseDatabase - Class in org.dspace.browse
-
Command-line executed class for initializing the Browse tables of the DSpace database.
- InitializeBrowseDatabase() - Constructor for class org.dspace.browse.InitializeBrowseDatabase
-
- InitializeDatabase - Class in org.dspace.storage.rdbms
-
Command-line executed class for initializing the DSpace database.
- InitializeDatabase() - Constructor for class org.dspace.storage.rdbms.InitializeDatabase
-
- initializeElasticSearch() - Method in class org.dspace.statistics.ElasticSearchLogger
-
- 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
-
- 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)
- InProgressUser - Class in org.dspace.xmlworkflow.storedcomponents
-
Claimed task representing the database representation of an action claimed by an eperson
- INPUT_FORMATS_SUFFIX - Static variable in class org.dspace.app.mediafilter.MediaFilterManager
-
- insert(Context, TableRow) - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
Insert a table row into the RDBMS.
- insertDistinctRecord(String, String, String, String) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Insert the given value and sort value into the distinct index table.
- insertDistinctRecord(String, String, String, String) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- insertDistinctRecord(String, String, String, String) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- insertDistinctRecord(String, String, String, String) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- insertHistory(BitstreamInfo) - Method in class org.dspace.checker.ChecksumHistoryDAO
-
Inserts results of checksum check into checksum_history table for a given
bitstream.
- insertIndex(String, int, Map<Integer, String>) - Method in interface org.dspace.browse.BrowseCreateDAO
-
Insert an index record into the given table for the given item id.
- insertIndex(String, int, Map<Integer, String>) - Method in class org.dspace.browse.BrowseCreateDAOOracle
-
- insertIndex(String, int, Map<Integer, String>) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
-
- insertIndex(String, int, Map) - Method in class org.dspace.browse.SolrBrowseCreateDAO
-
- inSkipList(String) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
-
Check whether or not to skip processing the given identifier.
- inSpecialGroup(int) - Method in class org.dspace.core.Context
-
test if member of special group
- INSTALL - Static variable in class org.dspace.event.Event
-
- InstallItem - Class in org.dspace.content
-
Support to install an Item in the archive.
- InstallItem() - Constructor for class org.dspace.content.InstallItem
-
- installItem(Context, InProgressSubmission) - Static method in class org.dspace.content.InstallItem
-
Take an InProgressSubmission and turn it into a fully-archived Item,
creating a new Handle.
- installItem(Context, InProgressSubmission, String) - Static method in class org.dspace.content.InstallItem
-
Take an InProgressSubmission and turn it into a fully-archived Item.
- installScript(String, String) - Method in class org.dspace.curate.TaskResolver
-
Installs a task script.
- 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.IndexBrowse
-
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.
- 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
-
- 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
-
- isAction(String) - Method in class org.dspace.app.statistics.LogLine
-
find out if the log line is of the given action.
- isAdmin(Context, DSpaceObject) - Static method in class org.dspace.authorize.AuthorizeManager
-
Check to see if the current user is an Administrator of a given object
within DSpace.
- isAdmin(Context) - Static method in class org.dspace.authorize.AuthorizeManager
-
Check to see if the current user is a System Admin.
- isAllowedFor(String) - Method in class org.dspace.app.util.DCInput
-
Decides if this field is valid for the document type
- isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, ResourcePolicy) - Static method in class org.dspace.authorize.AuthorizeManager
-
- isAnIdenticalPolicyAlreadyInPlace(Context, DSpaceObject, int, int, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
Is a policy with the specified parameters already in place?
- isAnIdenticalPolicyAlreadyInPlace(Context, int, int, int, int, int) - Static method in class org.dspace.authorize.AuthorizeManager
-
Is a policy with the specified parameters already in place?
- isAppend() - Method in class org.dspace.browse.BrowseOutput
-
- isArchived() - Method in class org.dspace.browse.BrowseItem
-
- 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.BrowseDAOOracle
-
- isAscending() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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(String, String, String) - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
Predicate - is field authority-controlled?
- isAuthorityControlled(String) - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
Predicate - is field authority-controlled?
- isAuthorityIndex() - Method in class org.dspace.browse.BrowseIndex
-
Is the browse index authority value?
- isAuthorityRequired(String, String, String) - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
Predicate - is authority value required for field?
- isAuthorityRequired(String) - Method in class org.dspace.content.authority.MetadataAuthorityManager
-
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
-
- ISBN - Static variable in class org.dspace.app.util.GoogleMetadata
-
- isChoicesConfigured(String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
Predicate, is there a Choices configuration of any kind for the
given metadata field?
- isClosed(String) - Method in class org.dspace.content.authority.ChoiceAuthorityManager
-
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
.....
- isColumnNull(String) - Method in class org.dspace.storage.rdbms.TableRow
-
Return true if the column is an SQL NULL.
- isConfigured() - Static method in class org.dspace.core.ConfigurationManager
-
Identify if DSpace is properly configured
- isConfigured(String) - Static method in class org.dspace.core.ConfigurationManager
-
- isContainer(DSpaceObject) - Static method in class org.dspace.curate.Curator
-
Returns whether a given DSO is a 'container' - collection or community
- 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() - Method in class org.dspace.authorize.ResourcePolicy
-
figures out if the date is valid for the policy
- 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?
- isDiscoverable() - Method in class org.dspace.browse.BrowseItem
-
- 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
-
- 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.BrowseDAOOracle
-
- isDistinct() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- 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, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
-
- isDOIRegistered(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
-
- isDOIRegistered(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
-
- isDOIReserved(Context, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
-
- isDOIReserved(Context, DSpaceObject, String) - Method in class org.dspace.identifier.doi.DataCiteConnector
-
- isDOIReserved(Context, String) - Method in interface org.dspace.identifier.doi.DOIConnector
-
- isDOIReserved(Context, DSpaceObject, String) - Method in interface org.dspace.identifier.doi.DOIConnector
-
- isEmpty() - Method in class org.dspace.eperson.Group
-
Return true if group has no direct or indirect members
- isEmpty() - Method in interface org.dspace.versioning.VersionHistory
-
- isEmpty() - Method in class org.dspace.versioning.VersionHistoryImpl
-
- isEmptyTextNode(Node) - Static method in class org.dspace.app.sfx.SFXFileReader
-
Is Empty text Node
- isEnableBrowseFrequencies() - Method in interface org.dspace.browse.BrowseDAO
-
- isEnableBrowseFrequencies() - Method in class org.dspace.browse.BrowseDAOOracle
-
- isEnableBrowseFrequencies() - Method in class org.dspace.browse.BrowseDAOPostgres
-
- isEnableBrowseFrequencies() - Method in class org.dspace.browse.SolrBrowseDAO
-
- isEnabled() - Static method in class org.dspace.license.CreativeCommons
-
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
- isFile() - Method in class org.dspace.browse.BrowseOutput
-
- isFileOut() - Method in class org.dspace.browse.IndexBrowse
-
- 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(Version) - Method in interface org.dspace.versioning.VersionHistory
-
- isFirstVersion(Version) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- isHarvestable(Context, int) - Static method in class org.dspace.harvest.HarvestedCollection
-
Returns whether the specified collection is harvestable, i.e.
- isHarvestable() - Method in class org.dspace.harvest.HarvestedCollection
-
Returns whether this harvest instance is actually harvestable, i.e.
- isHidden(Context, String, String, String) - Static method in class org.dspace.app.util.MetadataExposure
-
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(Collection) - Method in class org.dspace.content.Item
-
See whether this Item is contained by a given Collection.
- isIncludeTotal() - Method in class org.dspace.statistics.content.DatasetGenerator
-
- 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?
- isLast() - Method in class org.dspace.browse.BrowseInfo
-
True if these are the last results from the browse.
- isLastVersion(Version) - Method in interface org.dspace.versioning.VersionHistory
-
- isLastVersion(Version) - Method in class org.dspace.versioning.VersionHistoryImpl
-
- isLevel(String) - Method in class org.dspace.app.statistics.LogLine
-
find out if the log line is of the given level.
- isMember(EPerson) - Method in class org.dspace.eperson.Group
-
check to see if an eperson is a direct member.
- isMember(Group) - Method in class org.dspace.eperson.Group
-
Check to see if g is a direct group member.
- isMember(Context, int) - Static method in class org.dspace.eperson.Group
-
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?
- isMetaInfoBundle(Bundle) - Static method in class org.dspace.content.packager.PackageUtils
-
Predicate, does this bundle container meta-information.
- 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
-
- isOracle() - Static method in class org.dspace.storage.rdbms.DatabaseManager
-
- isOrder(Context, int, int) - Static method in class org.dspace.eperson.Supervisor
-
finds out if there is a supervision order that matches this set
of values
- isOwningCollection(Collection) - Method in class org.dspace.content.Item
-
Return true if this Collection 'owns' this item
- isPercentage() - Method in class org.dspace.statistics.content.DatasetSearchGenerator
-
- isPrimaryKey() - Method in class org.dspace.storage.rdbms.ColumnInfo
-
Return true if this column is a primary key.
- isPrint() - Method in class org.dspace.browse.BrowseOutput
-
- 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.workflow.WorkflowItem
-
- isPublishedBefore() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
-
- 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, int) - Static method in class org.dspace.harvest.HarvestedCollection
-
Returns whether the specified collection is ready for immediate harvest.
- isReady() - Method in class org.dspace.harvest.HarvestedCollection
-
- isRegisteredBitstream() - Method in class org.dspace.content.Bitstream
-
Determine if this bitstream is registered (available elsewhere on
filesystem than in assetstore).
- isRegisteredBitstream(String) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
-
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
- 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?
- 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
-
- isSkipFirstNodeLevel() - Method in class org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
-
- ISSN - Static 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
-
- isSubscribed(Context, EPerson, Collection) - Static method in class org.dspace.eperson.Subscribe
-
Is that e-person subscribed to that collection?
- isSuccess() - Method in class org.dspace.identifier.ezid.EZIDResponse
-
Did the EZID request succeed?
- isSuccess() - Method in class org.dspace.license.CCLookup
-
- ISSUE - Static 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.
- isTokenChar(int) - Method in class org.dspace.search.DSTokenizer
-
Deprecated.
- 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
-
- 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.ElasticSearchLogger
-
- isUseProxies() - Static method in class org.dspace.statistics.SolrLogger
-
- isValid() - Method in class org.dspace.core.Context
-
Find out if this context is valid.
- 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() - Method in class org.dspace.browse.BrowseOutput
-
- isVerbose() - Method in class org.dspace.browse.IndexBrowse
-
- 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.browse.BrowseItem
-
- 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 - Class in org.dspace.content
-
Class representing an item in DSpace.
- ITEM - Static variable in class org.dspace.core.Constants
-
Type of item objects
- item - Variable in class org.dspace.search.HarvestedItemInfo
-
The item.
- item2Metadata(Item) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
-
Generate a list of metadata elements for the given DSpace item.
- ITEM_ID - Static variable in class org.dspace.versioning.VersionDAO
-
- 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
- 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
-
- ItemCountDAOOracle - Class in org.dspace.browse
-
Oracle driver implementing ItemCountDAO interface to cache item
count information in communities and collections
- ItemCountDAOOracle() - Constructor for class org.dspace.browse.ItemCountDAOOracle
-
- ItemCountDAOPostgres - Class in org.dspace.browse
-
Postgres driver implementing ItemCountDAO interface to cache item
count information in communities and collections
- ItemCountDAOPostgres() - Constructor for class org.dspace.browse.ItemCountDAOPostgres
-
- 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 - Class in org.dspace.content.dao
-
- ItemDAO(Context) - Constructor for class org.dspace.content.dao.ItemDAO
-
- ItemDAOFactory - Class in org.dspace.content.dao
-
Created by IntelliJ IDEA.
- ItemDAOFactory() - Constructor for class org.dspace.content.dao.ItemDAOFactory
-
- ItemDAOOracle - Class in org.dspace.content.dao
-
- ItemDAOPostgres - Class in org.dspace.content.dao
-
- ItemExport - Class in org.dspace.app.itemexport
-
Item exporter to create simple AIPs for DSpace content.
- ItemExport() - Constructor for class org.dspace.app.itemexport.ItemExport
-
- 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
-
- 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)
- ItemImport - Class in org.dspace.app.itemimport
-
Import items into DSpace.
- ItemImport() - Constructor for class org.dspace.app.itemimport.ItemImport
-
- ItemIterator - Class in org.dspace.content
-
Specialized iterator for DSpace Items.
- ItemIterator(Context, TableRowIterator) - Constructor for class org.dspace.content.ItemIterator
-
Construct an item iterator using a set of TableRow objects from
the item table
- ItemIterator(Context, List<Integer>) - Constructor for class org.dspace.content.ItemIterator
-
Construct an item iterator using an array list of item ids
- 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.
- itemRemoved(Item) - Method in class org.dspace.browse.IndexBrowse
-
remove all the indices for the given item
- itemRemoved(int) - Method in class org.dspace.browse.IndexBrowse
-
- ItemService - Class in org.dspace.content.service
-
- ItemService() - Constructor for class org.dspace.content.service.ItemService
-
- 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
-
- ItemVersionProvider - Interface in org.dspace.versioning
-
- 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