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

A

abort() - Method in class org.dspace.core.Context
Close the context, without committing any of the changes performed using this context.
abort(Context, 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
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
 
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
Base class for disseminator of METS (Metadata Encoding & Transmission Standard) Package.
See http://www.loc.gov/standards/mets/
AbstractMETSDisseminator() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator
 
AbstractMETSDisseminator.MdStreamCache - Class in org.dspace.content.packager
Wrapper for a table of streams to add to the package, such as mdRef'd metadata.
AbstractMETSDisseminator.MdStreamCache() - Constructor for class org.dspace.content.packager.AbstractMETSDisseminator.MdStreamCache
 
AbstractMETSIngester - Class in org.dspace.content.packager
Base class for package ingester of METS (Metadata Encoding & Transmission Standard) Packages.
See http://www.loc.gov/standards/mets/.
AbstractMETSIngester() - Constructor for class org.dspace.content.packager.AbstractMETSIngester
 
AbstractMETSIngester.MdrefManager - Class in org.dspace.content.packager
An instance of ZipMdrefManager holds the state needed to retrieve the contents of an external metadata stream referenced by an mdRef element in a Zipped up METS manifest.
AbstractPackageDisseminator - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Disseminator, which implements a few helper/utility methods that most (all?) PackageDisseminators may find useful.
AbstractPackageDisseminator() - Constructor for class org.dspace.content.packager.AbstractPackageDisseminator
 
AbstractPackageIngester - Class in org.dspace.content.packager
An abstract implementation of a DSpace Package Ingester, which implements a few helper/utility methods that most (all?) PackageIngesters may find useful.
AbstractPackageIngester() - Constructor for class org.dspace.content.packager.AbstractPackageIngester
 
AbstractPackagerWrappingCrosswalk - Class in org.dspace.content.crosswalk
Packager Wrapping Crosswalk plugin
AbstractPackagerWrappingCrosswalk() - Constructor for class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
 
AbstractProcessingStep - Class in org.dspace.submit
Abstract processing class for DSpace Submission Steps.
AbstractProcessingStep() - Constructor for class org.dspace.submit.AbstractProcessingStep
 
AbstractTextFilterOFD - Class in org.dspace.sort
Helper class for creating order delegates.
AbstractTextFilterOFD() - Constructor for class org.dspace.sort.AbstractTextFilterOFD
 
AbstractTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates stuff
AbstractTranslator() - Constructor for class org.dspace.ctask.general.AbstractTranslator
 
AbstractUsageEventListener - Class in org.dspace.usage
AbstractUsageEventListener is used as the base class for listening events running in the EventService.
AbstractUsageEventListener() - Constructor for class org.dspace.usage.AbstractUsageEventListener
 
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
 
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
 
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
 
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.
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.
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.
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
 
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.
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, Group) - 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().
addRecipient(String) - Method in class org.dspace.core.Email
Add a recipient
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.
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.
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
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.LDAPHierarchicalAuthentication
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
APISpringLoader - Class in org.dspace.app.configuration
User: kevin (kevin at atmire.com) Date: 3-aug-2011 Time: 11:31:21
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
 
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.
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.LDAPHierarchicalAuthentication
 
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(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.
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
 
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
 

B

BAD_ARGS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User or password is not appropriate for this method.
BAD_CREDENTIALS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User exists, but credentials (e.g. passwd) don't match.
BALUCHI - Static variable in class org.dspace.text.filter.Language
 
BasicDispatcher - Class in org.dspace.event
BasicDispatcher implements the primary task of a Dispatcher: it delivers a filtered list of events, synchronously, to a configured list of consumers.
BasicDispatcher(String) - Constructor for class org.dspace.event.BasicDispatcher
 
BasicLinkChecker - Class in org.dspace.ctask.general
A basic link checker that is designed to be extended.
BasicLinkChecker() - Constructor for class org.dspace.ctask.general.BasicLinkChecker
 
BASQUE - Static variable in class org.dspace.text.filter.Language
 
beforeDate(Date) - Method in class org.dspace.app.statistics.LogLine
find out if this log file line is before the given date
Bitstream - Class in org.dspace.content
Class representing bitstreams stored in the DSpace system.
BITSTREAM - Static variable in class org.dspace.core.Constants
Type of bitstream objects
BITSTREAM_INFO_NOT_FOUND - Static variable in class org.dspace.checker.ChecksumCheckResults
BitstreamInfo not found result.
BITSTREAM_MARKED_DELETED - Static variable in class org.dspace.checker.ChecksumCheckResults
Bitstream marked as deleted result.
BITSTREAM_NOT_FOUND - Static variable in class org.dspace.checker.ChecksumCheckResults
Bitstream not found result.
BITSTREAM_NOT_PROCESSED - Static variable in class org.dspace.checker.ChecksumCheckResults
Bitstream not to be processed result.
BitstreamDAO - Class in org.dspace.checker
Data Access Object for Bitstreams.
BitstreamDAO() - Constructor for class org.dspace.checker.BitstreamDAO
Default Constructor
BitstreamDispatcher - Interface in org.dspace.checker
BitstreamDispatchers are strategy objects that hand bitstream ids out to workers.
BitstreamFilter - Class in org.dspace.app.itemupdate
Filter interface to be used by ItemUpdate to determine which bitstreams in an Item acceptable for removal.
BitstreamFilter() - Constructor for class org.dspace.app.itemupdate.BitstreamFilter
 
BitstreamFilterByBundleName - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by bundle name
BitstreamFilterByBundleName() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
BitstreamFilterByFilename - Class in org.dspace.app.itemupdate
BitstreamFilter implementation to filter by filename pattern
BitstreamFilterByFilename() - Constructor for class org.dspace.app.itemupdate.BitstreamFilterByFilename
 
BitstreamFilterException - Exception in org.dspace.app.itemupdate
Exception class for BitstreamFilters
BitstreamFilterException() - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(String) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFilterException(Exception) - Constructor for exception org.dspace.app.itemupdate.BitstreamFilterException
 
BitstreamFormat - Class in org.dspace.content
Class representing a particular bitstream format.
BitstreamInfo - Class in org.dspace.checker
Value Object that holds bitstream information that will be used for checksum processing.
BitstreamInfo(int) - Constructor for class org.dspace.checker.BitstreamInfo
Minimal constructor.
BitstreamInfo(boolean, int, long, String, int, String, String, String, String, String, String, Date, boolean, Date) - Constructor for class org.dspace.checker.BitstreamInfo
Complete constructor.
BitstreamInfoDAO - Class in org.dspace.checker
Database Access Object for bitstream information (metadata).
BitstreamInfoDAO() - Constructor for class org.dspace.checker.BitstreamInfoDAO
Default constructor
BitstreamsIntoMetadata - Class in org.dspace.ctask.general
A curation job to take bitstream URLs and place them into metadata elements.
BitstreamsIntoMetadata() - Constructor for class org.dspace.ctask.general.BitstreamsIntoMetadata
 
BitstreamStorageManager - Class in org.dspace.storage.bitstore
Stores, retrieves and deletes bitstreams.
BitstreamStorageManager() - Constructor for class org.dspace.storage.bitstore.BitstreamStorageManager
 
blockExplanation(String) - Method in class org.dspace.app.statistics.HTMLReport
output the explanation of the report block in HTML format
blockExplanation(String) - Method in interface org.dspace.app.statistics.Report
output the explanation of the stat block in the relevant format
BRAHUI - Static variable in class org.dspace.text.filter.Language
 
Brand - Class in org.dspace.app.mediafilter
Class to attach a footer to an image using ImageMagick.
Brand(int, int, Font, int) - Constructor for class org.dspace.app.mediafilter.Brand
Constructor to set up footer image attributes.
BrandedPreviewJPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
BrandedPreviewJPEGFilter() - Constructor for class org.dspace.app.mediafilter.BrandedPreviewJPEGFilter
 
browse(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a standard browse, which will return a BrowseInfo object that represents the results for the current page, the total number of results, the range, and information to construct previous and next links on any web page
BrowseConsumer - Class in org.dspace.browse
Class for updating browse system from content events.
BrowseConsumer() - Constructor for class org.dspace.browse.BrowseConsumer
 
BrowseCreateDAO - Interface in org.dspace.browse
Interface for any class wishing to provide a browse storage later.
BrowseCreateDAOOracle - Class in org.dspace.browse
This class implements the BrowseCreateDAO interface for the Oracle database as associated with the default DSpace installation.
BrowseCreateDAOOracle(Context) - Constructor for class org.dspace.browse.BrowseCreateDAOOracle
Required constructor for classes implementing the BrowseCreateDAO interface.
BrowseCreateDAOPostgres - Class in org.dspace.browse
This class implements the BrowseCreateDAO interface for the PostgreSQL database as associated with the default DSpace installation.
BrowseCreateDAOPostgres(Context) - Constructor for class org.dspace.browse.BrowseCreateDAOPostgres
Required constructor for classes implementing the BrowseCreateDAO interface.
BrowseDAO - Interface in org.dspace.browse
Interface for any class wishing to interact with the Browse storage layer for Read Only operations.
BrowseDAOFactory - Class in org.dspace.browse
Factory class to generate DAOs based on the configuration
BrowseDAOFactory() - Constructor for class org.dspace.browse.BrowseDAOFactory
 
BrowseDAOOracle - Class in org.dspace.browse
This class is the Oracle driver class for reading information from the Browse tables.
BrowseDAOOracle(Context) - Constructor for class org.dspace.browse.BrowseDAOOracle
 
BrowseDAOPostgres - Class in org.dspace.browse
This class is the PostgreSQL driver class for reading information from the Browse tables.
BrowseDAOPostgres(Context) - Constructor for class org.dspace.browse.BrowseDAOPostgres
Required constructor for use by BrowseDAOFactory
BrowseDAOUtils - Interface in org.dspace.browse
Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
BrowseDAOUtilsDefault - Class in org.dspace.browse
Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
BrowseDAOUtilsDefault() - Constructor for class org.dspace.browse.BrowseDAOUtilsDefault
Create a new instance of the Default set of utils to use with the database.
BrowseDAOUtilsOracle - Class in org.dspace.browse
Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
BrowseDAOUtilsOracle() - Constructor for class org.dspace.browse.BrowseDAOUtilsOracle
Create a new instance of the Oracle specific set of utilities.
BrowseDAOUtilsPostgres - Class in org.dspace.browse
Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
BrowseDAOUtilsPostgres() - Constructor for class org.dspace.browse.BrowseDAOUtilsPostgres
This is really just a type cast at the moment so we have a Postgres specific set of utils.
BrowseEngine - Class in org.dspace.browse
This class does most of the actual grunt work of preparing a browse result.
BrowseEngine(Context) - Constructor for class org.dspace.browse.BrowseEngine
Create a new instance of the Browse engine, using the given DSpace Context object.
BrowseException - Exception in org.dspace.browse
Just a quick BrowseException class to give us the relevant data type
BrowseException() - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(String, Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseException(Throwable) - Constructor for exception org.dspace.browse.BrowseException
 
BrowseIndex - Class in org.dspace.browse
This class holds all the information about a specifically configured BrowseIndex.
BrowseInfo - Class in org.dspace.browse
The results of a Browse, including all the contextual information about the query, as well as the results and associated information to create pageable navigation.
BrowseInfo(List, int, int, int) - Constructor for class org.dspace.browse.BrowseInfo
Constructor FIXME: Unable to generify due to mixed usage
BrowseItem - Class in org.dspace.browse
Entity class to represent an item that is being used to generate Browse results.
BrowseItem(Context, int, boolean, boolean) - Constructor for class org.dspace.browse.BrowseItem
Construct a new browse item with the given context and the database id
BrowseItemDAO - Interface in org.dspace.browse
 
BrowseItemDAOOracle - Class in org.dspace.browse
 
BrowseItemDAOOracle(Context) - Constructor for class org.dspace.browse.BrowseItemDAOOracle
 
BrowseItemDAOPostgres - Class in org.dspace.browse
 
BrowseItemDAOPostgres(Context) - Constructor for class org.dspace.browse.BrowseItemDAOPostgres
 
browseMini(BrowserScope) - Method in class org.dspace.browse.BrowseEngine
Perform a limited browse, which only returns the results requested, without any extraneous information.
BrowseOutput - Class in org.dspace.browse
Utility class to provide a wrapper for the various output possibilities from the IndexBrowse class.
BrowseOutput() - Constructor for class org.dspace.browse.BrowseOutput
Constructor.
BrowserScope - Class in org.dspace.browse
A class which represents the initial request to the browse system.
BrowserScope(Context) - Constructor for class org.dspace.browse.BrowserScope
Construct a new BrowserScope using the given Context
bufferedCopy(InputStream, OutputStream) - Static method in class org.dspace.core.Utils
Copy stream-data from source to destination, with buffering.
buildHTTPQuery(HttpServletRequest) - Method in class org.dspace.search.QueryArgs
Builds an HTTP query string for some parameters with the value taken from the request context passed in.
buildItemCounts() - Method in class org.dspace.browse.ItemCounter
This method does the grunt work of drilling through and iterating over all of the communities and collections in the system and obtaining and caching the item counts for each one.
buildQuery(HttpServletRequest) - Method in class org.dspace.search.QueryArgs
Builds an advanced-query description string.
buildQueryMap(HttpServletRequest) - Method in class org.dspace.search.QueryArgs
Constructs a HashMap with the keys field{1,2,3}, query{1,2,3} and conjunction{1,2} taking the values from the passed-in argument defaulting to "".
BulkEditChange - Class in org.dspace.app.bulkedit
Utility class to store changes to item that may occur during a batch edit.
BulkEditChange() - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a change holder for a new item
BulkEditChange(Item) - Constructor for class org.dspace.app.bulkedit.BulkEditChange
Initialise a new change holder for an existing item
Bundle - Class in org.dspace.content
Class representing bundles of bitstreams stored in the DSpace system
BUNDLE - Static variable in class org.dspace.core.Constants
Type of bundle objects
bundleName - Variable in class org.dspace.app.itemupdate.BitstreamFilterByBundleName
 
bundleToFileGrp(String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Returns fileGrp's USE attribute value corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
bundleToFileGrp(String) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Returns name of METS fileGrp corresponding to a DSpace bundle name.
bytesWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of bytes written to current file

C

cache(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.LDAPHierarchicalAuthentication
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
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).
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
 
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.
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
 
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
 
cleanIndex(Context) - Static method in class org.dspace.search.DSIndexer
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.
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
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.
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
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).
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.
commit() - Method in class org.dspace.core.Context
Commit any transaction that is currently in progress, but do not close the context.
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
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
 
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.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.search.SearchConsumer
Consume a content event -- just build the sets of objects to add (new) to the index, update, and delete.
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.license.CCLookup
contains is the token in the licenses vector
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.
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
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
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(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) - 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.
createBundle(String) - Method in class org.dspace.content.Item
Create a bundle in this item, with immediate effect
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
 
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
 
createComponents(String, Reader) - Method in class org.dspace.search.DSAnalyzer
 
createComponents(String, Reader) - Method in class org.dspace.search.DSNonStemmingAnalyzer
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
 
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
 
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
 
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.
createIndex(Context) - Static method in class org.dspace.search.DSIndexer
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
 
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.
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
 
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
 
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.
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
 
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
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.
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 performance.
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

D

DailyFileAppender - Class in org.dspace.app.util
Special log appender for log4j.
DailyFileAppender() - Constructor for class org.dspace.app.util.DailyFileAppender
Default constructor.
DailyReportEmailer - Class in org.dspace.checker
The email reporter creates and sends emails to an administrator.
DailyReportEmailer() - Constructor for class org.dspace.checker.DailyReportEmailer
Default constructor.
DANISH - Static variable in class org.dspace.text.filter.Language
 
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.
DataSourceInit - Class in org.dspace.storage.rdbms
 
DataSourceInit() - Constructor for class org.dspace.storage.rdbms.DataSourceInit
 
DATE - Static variable in class org.dspace.app.util.GoogleMetadata
 
DATE - Static variable in class org.dspace.sort.OrderFormat
 
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
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
 
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(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() - 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.
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
 
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
 
deleteHandle(byte[]) - Method in class org.dspace.handle.HandlePlugin
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.
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
 
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.
deletePooledTask(Context, XmlWorkflowItem, PoolTask) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
 
deleteRoleGroup(Context, int, String) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
 
deleteToken(Context, String) - Static method in class org.dspace.eperson.AccountManager
Delete token.
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
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
 
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.
doCMDLineQuery(String) - Static method in class org.dspace.search.DSQuery
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
 
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
 
DOI - Static variable in class org.dspace.app.util.GoogleMetadata
 
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
 
doNodes(Node, Item) - Static method in class org.dspace.app.sfx.SFXFileReader
Process the item
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
 
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.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.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.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(Context, QueryArgs) - Static method in class org.dspace.search.DSQuery
Do a query, returning a QueryResults object
doQuery(Context, QueryArgs, Collection) - Static method in class org.dspace.search.DSQuery
Do a query, restricted to a collection
doQuery(Context, QueryArgs, Community) - Static method in class org.dspace.search.DSQuery
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
 
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
 
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
 
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
 
DSAnalyzer - Class in org.dspace.search
Custom Lucene Analyzer that combines the standard filter, lowercase filter, stemming and stopword filters.
DSAnalyzer(Version) - Constructor for class org.dspace.search.DSAnalyzer
Builds an analyzer
DSIndexer - Class in org.dspace.search
DSIndexer contains the methods that index Items and their metadata, collections, communities, etc.
DSIndexer() - Constructor for class org.dspace.search.DSIndexer
 
DSNonStemmingAnalyzer - Class in org.dspace.search
Custom Lucene Analyzer that combines the standard filter, lowercase filter and stopword filter.
DSNonStemmingAnalyzer(Version) - Constructor for class org.dspace.search.DSNonStemmingAnalyzer
Builds an analyzer
DSPACE_CONFIG_PARAMETER - Static variable in class org.dspace.app.util.DSpaceContextListener
The DSpace config parameter, this is where the path to the DSpace configuration file can be obtained
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
 
DSQuery - Class in org.dspace.search
DSIndexer contains various static methods for performing queries on indices, for collections and communities.
DSQuery() - Constructor for class org.dspace.search.DSQuery
 
DSROLES_NS - Static variable in class org.dspace.content.packager.RoleDisseminator
DSpace Roles XML Namespace in JDOM form.
DSTokenizer - Class in org.dspace.search
Customized Lucene Tokenizer, since the standard one rejects numbers from indexing/querying.
DSTokenizer(Version, Reader) - Constructor for class org.dspace.search.DSTokenizer
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
 

E

ELEMENT - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the element
element - Variable in class org.dspace.content.DCValue
Deprecated. The DC element
EMAIL - Static variable in class org.dspace.content.packager.RoleDisseminator
 
Email - Class in org.dspace.core
Class representing an e-mail message, also used to send e-mails.
EMAIL - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
emailErrorMessage(EPerson, String) - Static method in class org.dspace.app.itemexport.ItemExport
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
emailSuccessMessage(Context, EPerson, String) - Static method in class org.dspace.app.itemexport.ItemExport
Since the archive is created in a new thread we are unable to communicate with calling method about success or failure.
EmbargoLifter - Interface in org.dspace.embargo
Plugin interface for the embargo lifting function.
EmbargoManager - Class in org.dspace.embargo
Public interface to the embargo subsystem.
EmbargoManager() - Constructor for class org.dspace.embargo.EmbargoManager
 
EmbargoSetter - Interface in org.dspace.embargo
Plugin interface for the embargo setting function.
encodeBitstreamName(String, String) - Static method in class org.dspace.app.util.Util
Encode a bitstream name for inclusion in a URL in an HTML document.
encodeBitstreamName(String) - Static method in class org.dspace.app.util.Util
Version of encodeBitstreamName with one parameter, uses default encoding
end(Context) - Method in class org.dspace.browse.BrowseConsumer
 
end(Context) - Method in class org.dspace.checker.CheckerConsumer
Signal that there are no more events queued in this event stream.
end(Context) - Method in class org.dspace.eperson.EPersonConsumer
Handle the end of the event
end(Context) - Method in interface org.dspace.event.Consumer
Signal that there are no more events queued in this event stream and event processing for the preceding consume calls should be finished up.
end(Context) - Method in class org.dspace.event.TestConsumer
 
end(Context) - Method in class org.dspace.harvest.HarvestConsumer
Handle the end of the event
end(Context) - Method in class org.dspace.search.SearchConsumer
Process sets of objects to add, update, and delete in index.
ENGLISH - Static variable in class org.dspace.text.filter.Language
 
enqueue(String, TaskQueueEntry) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, Set<TaskQueueEntry>) - Method in class org.dspace.curate.FileTaskQueue
 
enqueue(String, TaskQueueEntry) - Method in interface org.dspace.curate.TaskQueue
Queues a single entry to a named queue.
enqueue(String, Set<TaskQueueEntry>) - Method in interface org.dspace.curate.TaskQueue
Queues a set of task entries to a named queue.
ENTRY - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the whole entry
EPERSON - Static variable in class org.dspace.content.packager.RoleDisseminator
 
EPERSON - Static variable in class org.dspace.core.Constants
Type of individual eperson objects
EPerson - Class in org.dspace.eperson
Class representing an e-person.
EPersonConsumer - Class in org.dspace.eperson
Class for handling updates to EPersons Recommended filter: EPerson+Create
EPersonConsumer() - Constructor for class org.dspace.eperson.EPersonConsumer
 
EPersonDeletionException - Exception in org.dspace.eperson
Exception indicating that an EPerson may not be deleted due to the presence of the EPerson's ID in certain tables
EPersonDeletionException() - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an empty EPersonDeletionException
EPersonDeletionException(List<String>) - Constructor for exception org.dspace.eperson.EPersonDeletionException
Create an EPersonDeletionException
EPERSONS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
equals(Object) - Method in class org.dspace.authorize.ResourcePolicy
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.checker.BitstreamInfo
Identity entirely dependent upon bitstreamId.
equals(Object) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Identity entirely dependent upon bitstreamId.
equals(Object) - Method in class org.dspace.content.Collection
Return true if other is the same Collection as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Community
Return true if other is the same Community as this object, false otherwise
equals(Object) - Method in class org.dspace.content.Item
Return true if other is the same Item as this object, false otherwise
equals(Object) - Method in class org.dspace.content.ItemComparator
Return true if the object is equal to this one, false otherwise.
equals(Object) - Method in class org.dspace.content.MetadataField
Return true if other is the same MetadataField as this object, false otherwise
equals(Object) - Method in class org.dspace.content.MetadataSchema
 
equals(Object) - Method in class org.dspace.content.MetadataValue
Return true if other is the same MetadataValue as this object, false otherwise
equals(Object) - Method in class org.dspace.content.WorkspaceItem
Decide if this WorkspaceItem is equal to another
equals(Object) - Method in class org.dspace.eperson.EPerson
Return true if this object equals obj, false otherwise.
equals(Object) - Method in class org.dspace.eperson.Group
Return true if other is the same Group as this object, false otherwise
equals(Object) - Method in class org.dspace.event.Event
Compare two events.
equals(Object) - Method in class org.dspace.storage.rdbms.ColumnInfo
 
equals(Object) - Method in class org.dspace.storage.rdbms.TableRow
Return true if this object equals obj, false otherwise.
escapedFieldSeparator - Static variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator in an escaped form for using in regexs
escapedValueSeparator - Static variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator in an escaped form for using in regexs
escapeLogField(String) - Static method in class org.dspace.core.LogManager
If any string within the log line contains a field separator (:) they need to be escaped so as the line may be parsed and analysed later.
ESPERANTO - Static variable in class org.dspace.text.filter.Language
 
Event - Class in org.dspace.event
An Event object represents a single action that changed one object in the DSpace data model.
Event(int, int, int, String) - Constructor for class org.dspace.event.Event
Constructor.
Event(int, int, int, int, int, String) - Constructor for class org.dspace.event.Event
Constructor.
EVENT_MASK - Static variable in class org.dspace.event.Event
 
EventManager - Class in org.dspace.event
Class for managing the content event environment.
EventManager() - Constructor for class org.dspace.event.EventManager
 
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddBitstreamsAction
Adds bitstreams from the archive as listed in the contents file.
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.AddMetadataAction
Adds metadata specified in the source archive
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsAction
Delete bitstream from item
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Delete bitstream
execute(Context, ItemArchive, boolean, boolean) - Method in class org.dspace.app.itemupdate.DeleteMetadataAction
Delete metadata from item
execute(Context, ItemArchive, boolean, boolean) - Method in interface org.dspace.app.itemupdate.UpdateAction
Action to update item
execute() - Method in class org.dspace.browse.IndexBrowse
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
execute(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
exists(Context) - Static method in class org.dspace.harvest.HarvestedCollection
 
exists(Context) - Static method in class org.dspace.harvest.HarvestedItem
 
export() - Method in class org.dspace.app.bulkedit.MetadataExport
Run the export
EXPORT_TOO_LARGE - Static variable in exception org.dspace.app.itemexport.ItemExportException
 
exportAsZip(Context, ItemIterator, String, String, int, boolean) - Static method in class org.dspace.app.itemexport.ItemExport
Method to perform an export and save it as a zip file.

F

fetchLicenseRdf(String) - Static method in class org.dspace.license.CreativeCommons
 
fetchLicenseRDF(String) - Static method in class org.dspace.license.CreativeCommons
 
fetchLicenseText(String) - Static method in class org.dspace.license.CreativeCommons
Get a few license-specific properties.
fieldSeparator - Static variable in class org.dspace.app.bulkedit.DSpaceCSV
The field separator (defaults to comma)
fileCount - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of files written so far
FileTaskQueue - Class in org.dspace.curate
FileTaskQueue provides a TaskQueue implementation based on flat files for the queues and semaphores.
FileTaskQueue() - Constructor for class org.dspace.curate.FileTaskQueue
 
filiate(Context, Community, Community) - Method in class org.dspace.administer.CommunityFiliator
 
filter(String) - Method in class org.dspace.browse.LocaleOrderingFilter
Uses a Locale dependent Collator to generate a sort string
filter(String, String) - Method in class org.dspace.browse.LocaleOrderingFilter
We don't need to use the language parameter, so map this to the standard sort string filter
filter(String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String, String) - Method in class org.dspace.text.filter.DecomposeDiactritics
 
filter(String) - Method in class org.dspace.text.filter.InitialArticleWord
When no language is passed, use null and let implementation decide what to do
filter(String, String) - Method in class org.dspace.text.filter.InitialArticleWord
Do an initial definite/indefinite article filter on the passed string.
filter(String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String, String) - Method in class org.dspace.text.filter.LowerCaseAndTrim
 
filter(String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String, String) - Method in class org.dspace.text.filter.StripDiacritics
 
filter(String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String, String) - Method in class org.dspace.text.filter.StripLeadingNonAlphaNum
 
filter(String) - Method in interface org.dspace.text.filter.TextFilter
 
filter(String, String) - Method in interface org.dspace.text.filter.TextFilter
 
FILTER_PLUGIN_SEPARATOR - Static variable in class org.dspace.app.mediafilter.MediaFilterManager
 
FILTER_PREFIX - Static variable in class org.dspace.app.mediafilter.MediaFilterManager
 
filterAliases - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
filterBitstream(Context, Item, Bitstream) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
Attempt to filter a bitstream.
filterItem(Context, Item) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
Iterate through the item's bitstreams in the ORIGINAL bundle, applying filters if possible.
filters - Variable in class org.dspace.sort.AbstractTextFilterOFD
 
FinalEditAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action that allows users to accept/reject a workflow item
FinalEditAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
finalize() - Method in class org.dspace.core.Context
 
finalize() - Method in class org.dspace.storage.rdbms.TableRowIterator
Finalize -- this method is called when this object is GC-ed.
find(Context, int) - Static method in class org.dspace.administer.DCType
Deprecated.  
find(Context, int) - Static method in class org.dspace.authorize.ResourcePolicy
Get an ResourcePolicy from the database.
find(Context, int) - Static method in class org.dspace.content.Bitstream
Get a bitstream from the database.
find(Context, int) - Static method in class org.dspace.content.BitstreamFormat
Get a bitstream format from the database.
find(Context, int) - Static method in class org.dspace.content.Bundle
Get a bundle from the database.
find(Context, int) - Static method in class org.dspace.content.Collection
Get a collection from the database.
find(Context, int) - Static method in class org.dspace.content.Community
Get a community from the database.
find(Context, int, int) - Static method in class org.dspace.content.DSpaceObject
Generic find for when the precise type of a DSO is not known, just the a pair of type number and database ID.
find(Context, int) - Static method in class org.dspace.content.Item
Get an item from the database.
find(Context, int) - Static method in class org.dspace.content.MetadataField
Find the field corresponding to the given numeric ID.
find(Context, int) - Static method in class org.dspace.content.MetadataSchema
Get the schema corresponding with this numeric ID.
find(Context, String) - Static method in class org.dspace.content.MetadataSchema
Get the schema corresponding with this short name.
find(Context, int) - Static method in class org.dspace.content.MetadataValue
Retrieves the metadata value from the database.
find(Context, int) - Static method in class org.dspace.content.Site
Get Site object corresponding to db id (which is ignored).
find(Context, int) - Static method in class org.dspace.content.WorkspaceItem
Get a workspace item from the database.
find(Context, int) - Static method in class org.dspace.eperson.EPerson
Get an EPerson from the database.
find(Context, int) - Static method in class org.dspace.eperson.Group
find the group by its ID
find(Context, int) - Static method in class org.dspace.harvest.HarvestedCollection
Find the harvest settings corresponding to this collection
find(Context, int) - Static method in class org.dspace.harvest.HarvestedItem
Find the harvest parameters corresponding to the specified DSpace item
find(Context, String, int) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Find a table row by its primary key.
find(Context, int) - Static method in class org.dspace.workflow.WorkflowItem
Get a workflow item from the database.
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
find(Context, int, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
find(Context, int, int, String, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
find(Context, int, String, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
find(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
find(Context, int, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
find(Context, XmlWorkflowItem) - Static method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
find(Context, int, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
find(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Get a workflow item from the database.
FIND_UNKNOWN_BITSTREAMS - Static variable in class org.dspace.checker.ReporterDAO
Find all bitstreams that the checksum checker is unaware of
findAll(Context) - Static method in class org.dspace.administer.DCType
Deprecated.  
findAll() - Method in interface org.dspace.browse.BrowseItemDAO
Get an array of all the items in the database
findAll() - Method in class org.dspace.browse.BrowseItemDAOOracle
 
findAll() - Method in class org.dspace.browse.BrowseItemDAOPostgres
 
findAll(Context) - Static method in class org.dspace.content.Bitstream
 
findAll(Context) - Static method in class org.dspace.content.BitstreamFormat
Retrieve all bitstream formats from the registry, ordered by ID
findAll(Context) - Static method in class org.dspace.content.Collection
Get all collections in the system.
findAll(Context) - Static method in class org.dspace.content.Community
Get a list of all communities in the system.
findAll(Context) - Static method in class org.dspace.content.Item
Get all the items in the archive.
findAll(Context) - Static method in class org.dspace.content.MetadataField
Retrieve all Dublin Core types from the registry
findAll(Context) - Static method in class org.dspace.content.MetadataSchema
Return all metadata schemas.
findAll(Context) - Static method in class org.dspace.content.WorkspaceItem
Get all workspace items in the whole system
findAll(Context, int) - Static method in class org.dspace.eperson.EPerson
Find all the epeople that match a particular query ID LASTNAME EMAIL NETID
findAll(Context, int) - Static method in class org.dspace.eperson.Group
Finds all groups in the site
findAll(Context) - Static method in class org.dspace.harvest.HarvestedCollection
Find all collections that are set up for harvesting return: list of collection id's
findAll(Context) - Static method in class org.dspace.workflow.WorkflowItem
return all workflowitems
findAll(Context) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
return all workflowitems
findAll(Context, int, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
return all workflowitems for a certain page
findAllForItem(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
findAllInCollection(Context, int, int, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
return all workflowitems for a certain page with a certain collection
findAllInSchema(Context, int) - Static method in class org.dspace.content.MetadataField
Return all metadata fields that are found in a given schema.
findAllInStep(Context, String) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
findAllTop(Context) - Static method in class org.dspace.content.Community
Get a list of all top-level communities in the system.
findAuthorized(Context, Community, int) - Static method in class org.dspace.content.Collection
return an array of collections that user has a given permission on (useful for trimming 'select to collection' list) or figuring out which collections a person is an editor for.
findByAuthorityValue(Context, String, String, String, String) - Static method in class org.dspace.content.Item
Find all the items in the archive with a given authority key value in the indicated metadata field.
findByBitstreamId(int) - Method in class org.dspace.checker.BitstreamInfoDAO
Find a bitstream by its id.
findByCollection(Context, Collection) - Static method in class org.dspace.content.WorkspaceItem
Get all workspace items for a particular collection.
findByCollection(Context, Collection) - Static method in class org.dspace.workflow.WorkflowItem
Get all workflow items for a particular collection.
findByCollection(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
findByCollection(Context, Collection) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Get all workflow items for a particular collection.
findByElement(Context, String, String) - Static method in class org.dspace.administer.DCType
Deprecated.  
findByElement(Context, int, String, String) - Static method in class org.dspace.content.MetadataField
Retrieves the metadata field from the database.
findByEmail(Context, String) - Static method in class org.dspace.eperson.EPerson
Find the eperson by their email address.
findbyEPerson(Context, EPerson) - Static method in class org.dspace.content.SupervisedItem
Get items being supervised by given EPerson
findByEPerson(Context, EPerson) - Static method in class org.dspace.content.WorkspaceItem
Get all workspace items for a particular e-person.
findByEPerson(Context, EPerson) - Static method in class org.dspace.workflow.WorkflowItem
Get all workflow items that were original submissions by a particular e-person.
findByEperson(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
findByEperson(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
findByEperson(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
findByEPerson(Context, EPerson) - Static method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
findByField(Context, int) - Static method in class org.dspace.content.MetadataValue
Retrieves the metadata values for a given field from the database.
findByItem(Context, Item) - Static method in class org.dspace.content.WorkspaceItem
Check to see if a particular item is currently still in a user's Workspace.
findByItem(Context, Item) - Static method in class org.dspace.workflow.WorkflowItem
Check to see if a particular item is currently under Workflow.
findByMetadataField(Context, String, String, String, String) - Static method in class org.dspace.content.Item
Returns an iterator of Items possessing the passed metadata field, or only those matching the passed value, if value is not Item.ANY
findByMIMEType(Context, String) - Static method in class org.dspace.content.BitstreamFormat
Find a bitstream format by its (unique) MIME type.
findByName(Context, String) - Static method in class org.dspace.eperson.Group
Find the group by its name - assumes name is unique
findByNamespace(Context, String) - Static method in class org.dspace.content.MetadataSchema
Get the schema object corresponding to this namespace URI.
findByNetid(Context, String) - Static method in class org.dspace.eperson.EPerson
Find the eperson by their netid.
findByShortDescription(Context, String) - Static method in class org.dspace.content.BitstreamFormat
Find a bitstream format by its (unique) short description
findByStatus(Context, int) - Static method in class org.dspace.harvest.HarvestedCollection
Find all collections with the specified status flag
findBySubmitter(Context, EPerson) - Static method in class org.dspace.content.Item
Find all the items in the archive by a given submitter.
findByUnique(Context, String, String, Object) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Find a table row by a unique value.
findByWorkflowId(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
findByWorkflowIdAndEPerson(Context, int, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
findByWorkflowIdAndEPerson(Context, int, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
findByWorkflowItem(Context, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
findByWorkflowItemAndEPerson(Context, int, int) - Static method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
findDepositLicense(Context, Item) - Static method in class org.dspace.content.packager.PackageUtils
Utility to find the license bitstream from an item
findHandle(Context, DSpaceObject) - Static method in class org.dspace.handle.HandleManager
Return the handle for an Object, or null if the Object has no handle.
findNewestHarvest(Context) - Static method in class org.dspace.harvest.HarvestedCollection
Find the collection that was harvested most recently.
findNonInternal(Context) - Static method in class org.dspace.content.BitstreamFormat
Retrieve all non-internal bitstream formats from the registry.
findOldestHarvest(Context) - Static method in class org.dspace.harvest.HarvestedCollection
Find the collection that was harvested the longest time ago.
findOrCreateBitstreamFormat(Context, String, String, String) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOrCreateBitstreamFormat(Context, String, String, String, int, boolean) - Static method in class org.dspace.content.packager.PackageUtils
Find or create a bitstream format to match the given short description.
findOriginalBitstream(Item, Bitstream) - Static method in class org.dspace.content.packager.AbstractMETSDisseminator
For a bitstream that's a thumbnail or extracted text, find the corresponding bitstream it was derived from, in the ORIGINAL bundle.
findReady(Context) - Static method in class org.dspace.harvest.HarvestedCollection
Find all collections that are ready for harvesting return: list of collection id's
findUnknown(Context) - Static method in class org.dspace.content.BitstreamFormat
Get the generic "unknown" bitstream format.
finish() - Method in class org.dspace.app.sitemap.AbstractGenerator
Complete writing sitemap files and write the index files.
finish(Context) - Method in class org.dspace.browse.BrowseConsumer
 
finish(Context) - Method in class org.dspace.checker.CheckerConsumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.eperson.EPersonConsumer
Finish the event
finish(Context) - Method in interface org.dspace.event.Consumer
Finish - free any allocated resources.
finish(Context) - Method in class org.dspace.event.TestConsumer
 
finish(Context) - Method in class org.dspace.harvest.HarvestConsumer
Finish the event
finish(Context) - Method in class org.dspace.search.SearchConsumer
 
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Subclass-dependent final processing on a Bitstream; could include fixing up the name, bundle, other attributes.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Nothing extra to do to bitstream after ingestion.
finishBitstream(Context, Bitstream, Element, METSManifest, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
Take a second pass over files to correct names of derived files (e.g.
finishCreateItem(Context, WorkspaceItem, String, PackageParameters) - Static method in class org.dspace.content.packager.PackageUtils
Perform any final tasks on a newly created WorkspaceItem in order to finish ingestion of an Item.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Hook for final "finishing" operations on the new Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPIngester
Last change to fix up a DSpace Object.
finishObject(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
FIRST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
FIRSTPAGE - Static variable in class org.dspace.app.util.GoogleMetadata
 
FixDefaultPolicies - Class in org.dspace.authorize
Command line tool to locate collections without default item and bitstream read policies, and assign them some.
FixDefaultPolicies() - Constructor for class org.dspace.authorize.FixDefaultPolicies
 
floorInfo(int) - Method in class org.dspace.app.statistics.HTMLReport
output the floor information in HTML format
floorInfo(int) - Method in interface org.dspace.app.statistics.Report
output the floor information in the relevant format
footer() - Method in class org.dspace.app.statistics.HTMLReport
output the final footers for this file
footer() - Method in interface org.dspace.app.statistics.Report
output the final footers for this file
FOREVER - Static variable in class org.dspace.embargo.EmbargoManager
Special date signalling an Item is to be embargoed forever.
formatFileSize(double) - Static method in class org.dspace.app.util.Util
Formats the file size.
FormatFilter - Interface in org.dspace.app.mediafilter
Public interface for any class which transforms or converts content/bitstreams from one format to another.
FormatIdentifier - Class in org.dspace.content
This class handles the recognition of bitstream formats, using the format registry in the database.
FormatIdentifier() - Constructor for class org.dspace.content.FormatIdentifier
 
formatISO8601Date(Date) - Static method in class org.dspace.core.Utils
Convert a Date to String in the ISO 8601 standard format.
FormattableArgument - Class in org.dspace.content.license
Wrapper class to make formattable any argument used in the license template.
FormattableArgument(String, Object) - Constructor for class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, int) - Method in class org.dspace.content.license.FormattableArgument
 
formatTo(Formatter, int, int, Object, String) - Method in interface org.dspace.content.license.LicenseArgumentFormatter
Format the object following the java.util.Formatter rules.
formatTo(Formatter, int, int, Object, String) - Method in class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
formKey(String, String, String) - Static method in class org.dspace.content.MetadataField
Return the HTML FORM key for the given field.
freeConnection(Connection) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Release resources associated with this connection.
FRENCH - Static variable in class org.dspace.text.filter.Language
 
FRISIAN - Static variable in class org.dspace.text.filter.Language
 
fromCache(Class<?>, int) - Method in class org.dspace.core.Context
Store an object in the object cache.
FULLTEXT - Static variable in class org.dspace.app.util.GoogleMetadata
 

G

GALICIAN - Static variable in class org.dspace.text.filter.Language
 
generate(Choices, String, ContentHandler) - Static method in class org.dspace.content.authority.ChoicesXMLGenerator
 
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
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_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
 
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
 
getAll(Context) - Static method in class org.dspace.content.SupervisedItem
Get all workspace items which are being supervised
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
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
 
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
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
 
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
 
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
 
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
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)
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.
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)
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.
getCanonicalForm(String) - Static method in class org.dspace.handle.HandleManager
Transforms handle into the canonical form hdl:handle.
getCanonicalizedName() - Method in class org.dspace.storage.rdbms.ColumnInfo
Return the column name.
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.
getChildObjDivs() - Method in class org.dspace.content.packager.METSManifest
Get an array of child object <div>s from the METS Manifest <structMap>.
getCodes() - Method in class org.dspace.curate.ResolvedTask
 
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
 
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
 
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.
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
 
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
 
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
 
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
 
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
 
getContentFiles() - Method in class org.dspace.content.packager.METSManifest
Gets all file elements which make up the item's content.
getContentType(String) - Static method in class org.dspace.app.util.OpenSearch
Returns a mime-type associated with passed format
getContext() - Method in class org.dspace.browse.BrowserScope
 
getContext() - Method in class org.dspace.usage.UsageEvent
 
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.ItemCounter
Get the count of the items in the given container.
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
 
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
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
 
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.
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
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
getDefaultDuration() - Method in class org.dspace.checker.ResultsPruner
The default amount of time before a result is removed.
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
getDefaultSortOption() - Static method in class org.dspace.sort.SortOption
Get the default sort option - initially, just the first one defined
getDefaultSubmissionLicense() - Static method in class org.dspace.core.ConfigurationManager
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
 
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
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".
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
 
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
 
getDoubleColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
Return the double value of column.
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.
getElementData(Node, String) - Static method in class org.dspace.administer.RegistryImporter
Get the CDATA of a particular element.
getEmail(String) - Static method in class org.dspace.core.ConfigurationManager
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
getEmbargoDate(Context, Item) - Static method in class org.dspace.embargo.EmbargoManager
Get the embargo lift date for an Item, if any.
getEndDate() - Method in class org.dspace.authorize.ResourcePolicy
Get end date for the policy
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 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
 
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
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
 
getEtAl() - Method in class org.dspace.search.QueryResults
 
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
 
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.
getFieldName(DCInput) - Static method in class org.dspace.submit.step.DescribeStep
Return the HTML / DRI field name for the given input.
getFile() - Method in class org.dspace.app.util.DailyFileAppender
 
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.
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
 
getFilters() - Method in class org.dspace.event.ConsumerProfile
 
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
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
 
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
 
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
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.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
 
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
 
getHandle() - Method in class org.dspace.eperson.Group
 
getHandlesForNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return all handles in local storage which start with the naming authority handle.
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
 
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
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
get total number of hits found by search engine, not just number of returned results
getHitHandles() - Method in class org.dspace.search.QueryResults
get the List of handles corresponding to hits
getHitIds() - Method in class org.dspace.search.QueryResults
get the List of handles corresponding to hits
getHitTypes() - Method in class org.dspace.search.QueryResults
get the List of types corresponding to handles
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.
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 e-person'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.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.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
 
getIndexColumn() - Method in class org.dspace.browse.BrowseIndex
Get the name of the primary key index column
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
 
getIndexReader() - Static method in class org.dspace.search.DSQuery
get an IndexReader.
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
 
getInputExtensions() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputExtensions() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputFormsFileName(Locale) - Static method in class org.dspace.core.I18nUtil
Get the appropriate localized version of input-forms.xml according to language settings
getInputMIMETypes() - Method in class org.dspace.app.mediafilter.JPEGFilter
 
getInputMIMETypes() - Method in interface org.dspace.app.mediafilter.SelfRegisterInputFormats
 
getInputs(String) - Method in class org.dspace.app.util.DCInputsReader
Returns the set of DC inputs used for a particular collection, or the default set if no inputs defined for the collection
getInputsReader() - Static method in class org.dspace.submit.step.DescribeStep
 
getInputsReader(String) - Static method in class org.dspace.submit.step.DescribeStep
 
getInputStream(Element) - Method in class org.dspace.content.packager.AbstractMETSIngester.MdrefManager
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
getInputStream(Element) - Method in interface org.dspace.content.packager.METSManifest.Mdref
Make the contents of an external resource mentioned in an mdRef element available as an InputStream.
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 database for the specific DSpace instance.
getInstance(Context) - Static method in class org.dspace.content.dao.ItemDAOFactory
 
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
getISBN() - Method in class org.dspace.app.util.GoogleMetadata
 
getISSN() - Method in class org.dspace.app.util.GoogleMetadata
 
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 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
 
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
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.
getItemTitle(WorkflowItem) - Static method in class org.dspace.workflow.WorkflowManager
get the title of the item in this workflow
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
 
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
 
getJumpToValueLang() - Method in class org.dspace.browse.BrowserScope
 
getKey() - Method in class org.dspace.app.statistics.Stat
get the key (text describing) the statistic
getKeywords() - Method in class org.dspace.app.util.GoogleMetadata
 
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() - Method in class org.dspace.license.CCLicenseField
 
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
 
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
 
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.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) - 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.
getLicenseMetadata(Item, String, String, String, String) - Static method in class org.dspace.license.CreativeCommons
 
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 has need to be supplied to the license template.
getLicenseText(String) - Static method in class org.dspace.core.ConfigurationManager
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.
getLicenseTokens() - Method in class org.dspace.license.CCLookup
getLicenseTokens
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
 
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
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
 
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 profferred 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
 
getMaxLogs() - Method in class org.dspace.app.util.DailyFileAppender
 
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
 
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
 
getMessage() - Method in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Get the exception message
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
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
 
getMetadataFields() - Method in class org.dspace.app.itemupdate.ItemArchive
Getter for list of metadata fields
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
 
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.
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
 
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)
getMyDSpaceLink() - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
 
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.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.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.
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.
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
Get the path for the news files.
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
 
getNonInternalBitstreams() - Method in class org.dspace.content.Item
Get all non-internal bitstreams in the item.
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.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.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
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
 
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
 
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 bistream that in the set of bitstreams that are less than the specified date.
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
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
 
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
 
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.
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
get the count of hits to return
getPageSize() - Method in class org.dspace.search.QueryResults
get length of 'page' of results
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>.
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
 
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.
getPositionIncrementGap(String) - Method in class org.dspace.search.DSAnalyzer
 
getPrefix() - Static method in class org.dspace.handle.HandleManager
Get the configured Handle prefix string, or a default
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.
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.
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
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
 
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.
getPublisher() - Method in class org.dspace.app.util.GoogleMetadata
 
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.
getQuery() - Method in class org.dspace.search.QueryArgs
retrieve the query string
getRawHandleValues(byte[], int[], byte[][]) - Method in class org.dspace.handle.HandlePlugin
Return the raw values for this handle.
getRdf() - Method in class org.dspace.license.CCLookup
 
getReason() - Method in exception org.dspace.app.itemexport.ItemExportException
 
getReference() - Method in class org.dspace.app.statistics.Stat
get the reference to related statistic information
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
 
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, QueryResults, 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, QueryResults, 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
 
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.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.
getSearcher(Context) - Static method in class org.dspace.search.DSQuery
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
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
 
getSelfRegistered() - Method in class org.dspace.eperson.EPerson
Can the user log in?
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
getSingle(Context, String, boolean) - Static method in class org.dspace.search.Harvest
Get harvested item info for a single item.
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
getSortBy() - Method in class org.dspace.browse.BrowserScope
 
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
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
 
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.search.QueryArgs
 
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.LDAPHierarchicalAuthentication
 
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
Grab the special groups to be automatically provisioned for the current user.
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
gets an array of all of the special groups that current user is a member of
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.search.QueryArgs
read the search's starting offset
getStart() - Method in class org.dspace.search.QueryResults
get start of 'page' of results
getStartDate() - Method in class org.dspace.authorize.ResourcePolicy
Get the start date of the policy
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
 
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.
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.
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
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
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.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
Deprecated. 1.5
getTableName(boolean, boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated. 1.5
getTableName(boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated. 1.5
getTableName() - Method in class org.dspace.browse.BrowseIndex
Get the default index table name.
getTableName(boolean, boolean, boolean) - Method in class org.dspace.browse.BrowseIndex
Deprecated. 1.5
getTables() - Method in exception org.dspace.eperson.EPersonDeletionException
Return the list of offending tables.
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.
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.util.GoogleMetadata
 
getToBeProcessed() - Method in class org.dspace.checker.BitstreamInfo
Gets toBeProcessed.
getTotal() - Method in class org.dspace.browse.BrowseInfo
Return the total number of items in the index.
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
 
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.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.storage.rdbms.ColumnInfo
Return the JDBC type.
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.
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.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
 
getUser() - Method in class org.dspace.app.statistics.LogLine
get the user performing the logged action
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
 
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
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.
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.
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().
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.
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
 
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
 
getWorkflowText(int) - Static method in class org.dspace.workflow.WorkflowManager
Get the text representing the given workflow state
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.
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
 
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.

H

handle - Variable in class org.dspace.search.HarvestedItemInfo
The Handle, with no prefix
HANDLE_PREFIX - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
HandleDispatcher - Class in org.dspace.checker
A BitstreamDispatcher that checks all the bitstreams contained within an item, collection or community referred to by Handle.
HandleDispatcher(BitstreamInfoDAO, String) - Constructor for class org.dspace.checker.HandleDispatcher
Main constructor.
handleItem(Item) - Static method in class org.dspace.license.LicenseCleanup
Process Item, correcting CC-License if encountered.
HandleManager - Class in org.dspace.handle
Interface to the CNRI Handle System .
HandlePlugin - Class in org.dspace.handle
Extension to the CNRI Handle Server that translates requests to resolve handles into DSpace API calls.
HandlePlugin() - Constructor for class org.dspace.handle.HandlePlugin
Constructor
Harvest - Class in org.dspace.app.harvest
Test class for harvested collections.
Harvest() - Constructor for class org.dspace.app.harvest.Harvest
 
Harvest - Class in org.dspace.search
Utility class for extracting information about items, possibly just within a certain community or collection, that have been created, modified or withdrawn within a particular range of dates.
Harvest() - Constructor for class org.dspace.search.Harvest
 
harvest(Context, DSpaceObject, String, String, int, int, boolean, boolean, boolean, boolean) - Static method in class org.dspace.search.Harvest
Obtain information about items that have been created, modified or withdrawn within a given date range.
HarvestConsumer - Class in org.dspace.harvest
Class for handling cleanup of harvest settings for collections and items
HarvestConsumer() - Constructor for class org.dspace.harvest.HarvestConsumer
 
HarvestedCollection - Class in org.dspace.harvest
 
HarvestedItem - Class in org.dspace.harvest
 
HarvestedItemInfo - Class in org.dspace.search
Simple container class containing information about a harvested DSpace item.
HarvestedItemInfo() - Constructor for class org.dspace.search.HarvestedItemInfo
 
HARVESTER_INTERRUPT_INSERT_THREAD - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_INTERRUPT_KILL_THREAD - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_INTERRUPT_NONE - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_INTERRUPT_PAUSE - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_INTERRUPT_RESUME - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_INTERRUPT_STOP - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_STATUS_PAUSED - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_STATUS_RUNNING - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_STATUS_SLEEPING - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
HARVESTER_STATUS_STOPPED - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
hasActions() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Decide if this CSV file has an 'action' (case-dependent!) header.
hasActions() - Method in class org.dspace.app.itemupdate.ActionManager
 
hasAuthority() - Method in class org.dspace.browse.BrowseInfo
Is there an authority key associated with this browse
hasChanges() - Method in class org.dspace.app.bulkedit.BulkEditChange
Have any changes actually been recorded, or is this empty?
hasColumn(String) - Method in class org.dspace.storage.rdbms.TableRow
Return true if this row contains a column with this name.
hasColumnChanged(String) - Method in class org.dspace.storage.rdbms.TableRow
Return true if this row contains this column and the value has been updated.
hasCustomLicense() - Method in class org.dspace.content.Collection
Find out if the collection has a custom license
hasFilterValue() - Method in class org.dspace.browse.BrowserScope
 
hasFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have a focus?
hashCode() - Method in class org.dspace.authorize.ResourcePolicy
Return a hash code for this object.
hashCode() - Method in class org.dspace.checker.BitstreamInfo
HashCode method uses bitstreamId as hashing function.
hashCode() - Method in class org.dspace.checker.DSpaceBitstreamInfo
HashCode method uses bitstreamId as hashing function.
hashCode() - Method in class org.dspace.content.Collection
 
hashCode() - Method in class org.dspace.content.Community
 
hashCode() - Method in class org.dspace.content.Item
 
hashCode() - Method in class org.dspace.content.ItemComparator
 
hashCode() - Method in class org.dspace.content.MetadataField
 
hashCode() - Method in class org.dspace.content.MetadataSchema
 
hashCode() - Method in class org.dspace.content.MetadataValue
 
hashCode() - Method in class org.dspace.content.WorkspaceItem
 
hashCode() - Method in class org.dspace.eperson.EPerson
Return a hash code for this object.
hashCode() - Method in class org.dspace.eperson.Group
 
hashCode() - Method in class org.dspace.event.Event
 
hashCode() - Method in class org.dspace.storage.rdbms.ColumnInfo
 
hashCode() - Method in class org.dspace.storage.rdbms.TableRow
Return a hash code for this object.
hasItemFocus() - Method in class org.dspace.browse.BrowseInfo
Does this browse have an item focus (as opposed to one of: no focus, a value focus)
hasJumpToItem() - Method in class org.dspace.browse.BrowserScope
 
hasJumpToValue() - Method in class org.dspace.browse.BrowserScope
 
hasLicense(Context, Item) - Static method in class org.dspace.license.CreativeCommons
 
hasLicense(Item, String, String, String, String) - Static method in class org.dspace.license.CreativeCommons
 
hasLink(String) - Method in class org.dspace.browse.CrossLinks
Is there a link for the given canonical form of metadata (i.e.
hasMoreSteps(int) - Method in class org.dspace.app.util.SubmissionConfig
Returns whether or not there are more steps which follow the specified "stepNum".
hasMultipleFiles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one associated bitstream.
hasMultipleFiles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleFiles() - Method in class org.dspace.workflow.WorkflowItem
 
hasMultipleFiles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasMultipleTitles() - Method in interface org.dspace.content.InProgressSubmission
Find out if the submission has (or is intended to have) more than one title.
hasMultipleTitles() - Method in class org.dspace.content.WorkspaceItem
 
hasMultipleTitles() - Method in class org.dspace.workflow.WorkflowItem
 
hasMultipleTitles() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
hasNamedPlugin(Class, String) - Static method in class org.dspace.core.PluginManager
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNamedPlugin(String, Class, String) - Static method in class org.dspace.core.PluginManager
Returns whether a plugin exists which implements the specified interface and has a specified name.
hasNext() - Method in class org.dspace.content.ItemIterator
Find out if there are any more items to iterate over
hasNext() - Method in class org.dspace.storage.rdbms.TableRowIterator
Return true if there are more rows, false otherwise
hasNextPage() - Method in class org.dspace.browse.BrowseInfo
Are there further results for the browse that haven't been returned yet?
hasPrevPage() - Method in class org.dspace.browse.BrowseInfo
Are there results prior to these that haven't been returned here?
hasResults() - Method in class org.dspace.browse.BrowseInfo
Are there results for this browse, or was the result set empty?
hasStartsWith() - Method in class org.dspace.browse.BrowserScope
 
hasStatus(int) - Static method in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
hasTask(String) - Method in class org.dspace.curate.Curator
Returns whether this curator has the specified task
hasUI() - Method in class org.dspace.xmlworkflow.state.Step
Boolean that returns whether or not the actions in this step have a ui
hasUploadedFiles() - Method in class org.dspace.content.Item
Check the bundle ORIGINAL to see if there are any uploaded files
hasValue() - Method in class org.dspace.browse.BrowseInfo
Is there a value associated with this browse
haveNA(byte[]) - Method in class org.dspace.handle.HandlePlugin
Return true if we have this handle in storage.
HAWAIIAN - Static variable in class org.dspace.text.filter.Language
 
HDR_BUNDLE - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_DESCRIPTION - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
HDR_PERMISSIONS - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
header() - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs
header(String) - Method in class org.dspace.app.statistics.HTMLReport
output any top headers that this page needs, and include a title argument (Title support currently not implemented)
header() - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
header(String) - Method in interface org.dspace.app.statistics.Report
output any top headers that this page needs
HEBREW - Static variable in class org.dspace.text.filter.Language
 
HTMLFilter - Class in org.dspace.app.mediafilter
 
HTMLFilter() - Constructor for class org.dspace.app.mediafilter.HTMLFilter
 
HTMLReport - Class in org.dspace.app.statistics
This class provides HTML reports for the ReportGenerator class
HTMLReport() - Constructor for class org.dspace.app.statistics.HTMLReport
constructor for HTML reporting
HTMLSitemapGenerator - Class in org.dspace.app.sitemap
Class for generating HTML "sitemaps" which contain links to various pages in a DSpace site.
HTMLSitemapGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.HTMLSitemapGenerator
Construct an HTML sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
HUNGARIAN - Static variable in class org.dspace.text.filter.Language
 

I

I18nUtil - Class in org.dspace.core
I18nUtil.java Some Utilities for i18n Support.
I18nUtil() - Constructor for class org.dspace.core.I18nUtil
 
IANA - Variable in class org.dspace.text.filter.Language
 
ICELANDIC - Static variable in class org.dspace.text.filter.Language
 
IConverter - Interface in org.dspace.content.crosswalk
 
ID - 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
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
 
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.
indexContent(Context, DSpaceObject) - Static method in class org.dspace.search.DSIndexer
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
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.
indexItem(Item) - Method in class org.dspace.browse.IndexBrowse
Index the given item
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.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.
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.LDAPHierarchicalAuthentication
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
Initialise 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.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.search.SearchConsumer
 
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
 
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
 
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
 
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.
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.
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
 
IRISH - Static variable in class org.dspace.text.filter.Language
 
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.
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
 
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?
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
 
isDistributive() - Method in class org.dspace.curate.ResolvedTask
Returns whether task should be distributed through containers
isEmpty() - Method in class org.dspace.eperson.Group
Return true if group has no direct or indirect members
isEmptyTextNode(Node) - Static method in class org.dspace.app.sfx.SFXFileReader
Is Empty text Node
isEnabled() - Static method in class org.dspace.license.CreativeCommons
Simple accessor for enabling of CC
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.
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
 
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.LDAPHierarchicalAuthentication
 
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.
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.
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.
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
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.
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
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?
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
 
ISSN - Static variable in class org.dspace.app.util.GoogleMetadata
 
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.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
Collects only characters which do not satisfy Character.isWhitespace(char).
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
 
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
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.
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
 
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
 
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
 
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
 
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

J

JOURNAL_TITLE - Static variable in class org.dspace.app.util.GoogleMetadata
 
JPEGFilter - Class in org.dspace.app.mediafilter
Filter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.
JPEGFilter() - Constructor for class org.dspace.app.mediafilter.JPEGFilter
 

K

keepExistingModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if 'keep-existing' mode is enabled.
keys() - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Get all the metadata keys that are represented in this line
KEYWORDS - Static variable in class org.dspace.app.util.GoogleMetadata
 
KNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "known" support level - for bitstream formats that are known to the system, but not fully supported

L

label - Variable in class org.dspace.content.authority.Choice
Label to display for this value (e.g.
LANGUAGE - Static variable in class org.dspace.app.util.GoogleMetadata
 
language - Variable in class org.dspace.content.DCValue
Deprecated. The language of the field, may be null
language - Variable in class org.dspace.content.MetadataValue
The language of the field, may be null
LANGUAGE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
LANGUAGE - Static variable in class org.dspace.eperson.EPerson
The e-mail field (for sorting)
Language - Class in org.dspace.text.filter
Define languages - both as IANA and ISO639-2 codes
LANGUAGE_QUALIFIER - Static variable in class org.dspace.submit.step.DescribeStep
 
LAST_NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
LAST_PAGE_REACHED - Static variable in class org.dspace.submit.AbstractProcessingStep
Flag which specifies that the LAST PAGE of a step has been reached.
LASTNAME - Static variable in class org.dspace.eperson.EPerson
The last name (for sorting)
LASTPAGE - Static variable in class org.dspace.app.util.GoogleMetadata
 
LCNameAuthority - Class in org.dspace.content.authority
Sample personal name authority based on Library of Congress Name Authority Also serves as an example of an SRU client as authority.
LCNameAuthority() - Constructor for class org.dspace.content.authority.LCNameAuthority
 
LDAPAuthentication - Class in org.dspace.authenticate
Authentication module to authenticate against a flat LDAP tree where all users are in the same unit.
LDAPAuthentication() - Constructor for class org.dspace.authenticate.LDAPAuthentication
 
LDAPHierarchicalAuthentication - Class in org.dspace.authenticate
This LDAP authentication method is more complex than the simple 'LDAPAuthentication' in that it allows authentication against structured hierarchical LDAP trees of users.
LDAPHierarchicalAuthentication() - Constructor for class org.dspace.authenticate.LDAPHierarchicalAuthentication
 
LICENSE_BITSTREAM_NAME - Static variable in class org.dspace.core.Constants
Magic name of item license, as bitstream in LICENSE_BUNDLE_NAME
LICENSE_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Magic name of bundle containing item license
LicenseArgumentFormatter - Interface in org.dspace.content.license
 
LicenseCleanup - Class in org.dspace.license
Cleanup class for CC Licenses, corrects XML formating errors by replacing the license_rdf bitstream.
LicenseCleanup() - Constructor for class org.dspace.license.LicenseCleanup
 
LicenseStep - Class in org.dspace.submit.step
License step for DSpace Submission Process.
LicenseStep() - Constructor for class org.dspace.submit.step.LicenseStep
 
LicenseStreamDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Export the object's DSpace deposit license.
LicenseStreamDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamDisseminationCrosswalk
 
LicenseStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
Accept a DSpace deposit license.
LicenseStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.LicenseStreamIngestionCrosswalk
 
LicenseUtils - Class in org.dspace.content
Utility class to manage generation and storing of the license text that the submitter has to grant/granted for archiving the item
LicenseUtils() - Constructor for class org.dspace.content.LicenseUtils
 
liftEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoLifter
Enforce lifting of embargo by turning read access to bitstreams in this Item back on.
liftEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoLifter
Implement the lifting of embargo in the "resource policies" (access control) by (for example) turning on default read access to all Bitstreams.
liftEmbargo(Context, Item) - Static method in class org.dspace.embargo.EmbargoManager
Lift the embargo on an item which is assumed to be under embargo.
LimitedCountDispatcher - Class in org.dspace.checker
Decorator that dispatches a specified number of bitstreams from a delegate dispatcher.
LimitedCountDispatcher() - Constructor for class org.dspace.checker.LimitedCountDispatcher
Default constructor uses PluginManager
LimitedCountDispatcher(BitstreamDispatcher, int) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedCountDispatcher(BitstreamDispatcher) - Constructor for class org.dspace.checker.LimitedCountDispatcher
Constructor.
LimitedDurationDispatcher - Class in org.dspace.checker
A delegating dispatcher that puts a time limit on the operation of another dispatcher.
LimitedDurationDispatcher(BitstreamDispatcher, Date) - Constructor for class org.dspace.checker.LimitedDurationDispatcher
Main constructor.
linkLicenseRefsToBitstreams(Context, PackageParameters, DSpaceObject, MdRef) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Cleanup our license file reference links, as Deposit Licenses & CC Licenses can be added two ways (and we only want to add them to zip package *once*): (1) Added as a normal Bitstream (assuming LICENSE and CC_LICENSE bundles will be included in pkg) (2) Added via a 'rightsMD' crosswalk (as they are rights information/metadata on an Item)
listAllCodes() - Method in class org.dspace.checker.ChecksumResultDAO
Get a list of all the possible result codes.
ListDispatcher - Class in org.dspace.checker
Really simple dispatcher that just iterates over a pre-defined list of ids.
ListDispatcher(List<Integer>) - Constructor for class org.dspace.checker.ListDispatcher
Main constructor.
load(HttpServletRequest, InProgressSubmission) - Static method in class org.dspace.app.util.SubmissionInfo
Loads all known submission information based on the given in progress submission and request object.
loadBitstreamFormats(Context, String) - Static method in class org.dspace.administer.RegistryLoader
Load Bitstream Format metadata
loadConfig(String) - Static method in class org.dspace.core.ConfigurationManager
Load the DSpace configuration properties.
loadData() - Method in class org.dspace.eperson.Group
Populate Group with eperson and group objects
loadDublinCore(DocumentBuilder, InputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Modification of method from ItemImporter.loadDublinCore as a Factory method
loadDublinCoreTypes(Context, String) - Static method in class org.dspace.administer.RegistryLoader
Load Dublin Core types
loadParameters(PreparedStatement, Object[]) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Iterate over the given parameters and add them to the given prepared statement.
loadRegistry(String, boolean) - Static method in class org.dspace.administer.MetadataImporter
Load the data from the specified file path into the database
loadSFXFile(String, Item) - Static method in class org.dspace.app.sfx.SFXFileReader
Loads the SFX configuraiton file
loadSql(String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Load SQL into the RDBMS.
loadSql(Reader) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Load SQL from a reader into the RDBMS.
loadXML(String) - Static method in class org.dspace.administer.RegistryImporter
Load in the XML from file.
LocaleOrderingFilter - Class in org.dspace.browse
Makes a sort string that is Locale dependent.
LocaleOrderingFilter() - Constructor for class org.dspace.browse.LocaleOrderingFilter
 
lock - Static variable in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
log(Logger) - Method in exception org.dspace.content.packager.PackageException
Write details of this exception to the indicated logger.
log - Static variable in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
log - Static variable in class org.dspace.xmlworkflow.WorkflowUtils
log4j category
LogAnalyser - Class in org.dspace.app.statistics
This class performs all the actual analysis of a given set of DSpace log files.
LogAnalyser() - Constructor for class org.dspace.app.statistics.LogAnalyser
 
logConfiguration() - Static method in class org.dspace.app.util.GoogleMetadata
Dump Metadata field mapping to log
LoggerUsageEventListener - Class in org.dspace.usage
 
LoggerUsageEventListener() - Constructor for class org.dspace.usage.LoggerUsageEventListener
 
loginPageTitle(Context) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get title of login page to which to redirect.
loginPageTitle(Context) - Method in class org.dspace.authenticate.IPAuthentication
 
loginPageTitle(Context) - Method in class org.dspace.authenticate.LDAPAuthentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageTitle(Context) - Method in class org.dspace.authenticate.LDAPHierarchicalAuthentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageTitle(Context) - Method in class org.dspace.authenticate.PasswordAuthentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageTitle(Context) - Method in class org.dspace.authenticate.ShibAuthentication
Get title of login page to which to redirect.
loginPageTitle(Context) - Method in class org.dspace.authenticate.X509Authentication
Returns message key for title of the "login" page, to use in a menu showing the choice of multiple login methods.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in interface org.dspace.authenticate.AuthenticationMethod
Get login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.IPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.LDAPAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.LDAPHierarchicalAuthentication
 
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.PasswordAuthentication
Returns URL of password-login servlet.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.ShibAuthentication
Get login page to which to redirect.
loginPageURL(Context, HttpServletRequest, HttpServletResponse) - Method in class org.dspace.authenticate.X509Authentication
Returns URL of password-login servlet.
LogLine - Class in org.dspace.app.statistics
This class represents a single log file line and the operations that can be performed on it The components that it represents are: Date, Level, User, Action, and additional Params
LogManager - Class in org.dspace.core
Class for generating standard log header
LogManager() - Constructor for class org.dspace.core.LogManager
 
LowerCaseAndTrim - Class in org.dspace.text.filter
Lowercase and trim leading / trailing whitespace
LowerCaseAndTrim() - Constructor for class org.dspace.text.filter.LowerCaseAndTrim
 

M

main(String[]) - Static method in class org.dspace.administer.CommunityFiliator
 
main(String[]) - Static method in class org.dspace.administer.CreateAdministrator
For invoking via the command line.
main(String[]) - Static method in class org.dspace.administer.MetadataExporter
 
main(String[]) - Static method in class org.dspace.administer.MetadataImporter
main method for reading user input from the command line
main(String[]) - Static method in class org.dspace.administer.RegistryLoader
For invoking via the command line
main(String[]) - Static method in class org.dspace.administer.StructBuilder
Main method to be run from the command line to import a structure into DSpace This is of the form: StructBuilder -f [xml source] -e [administrator email] -o [output file] The output file will contain exactly the same as the source xml document, but with the handle for each imported item added as an attribute.
main(String[]) - Static method in class org.dspace.administer.Upgrade101To11
For invoking via the command line
main(String[]) - Static method in class org.dspace.administer.Upgrade11To12
 
main(String[]) - Static method in class org.dspace.app.bulkedit.MetadataExport
main method to run the metadata exporter
main(String[]) - Static method in class org.dspace.app.bulkedit.MetadataImport
main method to run the metadata exporter
main(String[]) - Static method in class org.dspace.app.checker.ChecksumChecker
Command line access to the checksum package.
main(String[]) - Static method in class org.dspace.app.harvest.Harvest
 
main(String[]) - Static method in class org.dspace.app.itemexport.ItemExport
 
main(String[]) - Static method in class org.dspace.app.itemimport.ItemImport
 
main(String[]) - Static method in class org.dspace.app.itemupdate.ItemUpdate
 
main(String[]) - Static method in class org.dspace.app.launcher.ScriptLauncher
Execute the DSpace script launcher
main(String[]) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
 
main(String[]) - Static method in class org.dspace.app.packager.Packager
 
main(String[]) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
 
main(String[]) - Static method in class org.dspace.app.statistics.CreateStatReport
 
main(String[]) - Static method in class org.dspace.app.statistics.LogAnalyser
main method to be run from command line.
main(String[]) - Static method in class org.dspace.app.statistics.ReportGenerator
main method to be run from command line.
main(String[]) - Static method in class org.dspace.authorize.FixDefaultPolicies
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.authorize.PolicySet
Command line interface to setPolicies - run to see arguments
main(String[]) - Static method in class org.dspace.browse.IndexBrowse
Creates Browse indexes, destroying the old ones.
main(String[]) - Static method in class org.dspace.browse.ItemCounter
method invoked by CLI which will result in the number of items in each community and collection being cached.
main(String[]) - Static method in class org.dspace.checker.DailyReportEmailer
Allows users to have email sent to them.
main(String[]) - Static method in class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
Simple command-line rig for testing the DIM output of a stylesheet.
main(String[]) - Static method in class org.dspace.core.ConfigurationManager
Command-line interface for running configuration tasks.
main(String[]) - Static method in class org.dspace.core.Email
Test method to send an email to check email server settings
main(String[]) - Static method in class org.dspace.core.PluginManager
Invoking this class from the command line just runs checkConfiguration and shows the results.
main(String[]) - Static method in class org.dspace.curate.CurationCli
 
main(String[]) - Static method in class org.dspace.embargo.EmbargoManager
Command-line service to scan for every Item with an expired embargo, and then lift that embargo.
main(String[]) - Static method in class org.dspace.eperson.Subscribe
Method for invoking subscriptions via the command line
main(String[]) - Static method in class org.dspace.handle.UpdateHandlePrefix
 
main(String[]) - Static method in class org.dspace.license.LicenseCleanup
 
main(String[]) - Static method in class org.dspace.search.DSIndexer
When invoked as a command-line tool, creates, updates, removes content from the whole index
main(String[]) - Static method in class org.dspace.search.DSQuery
 
main(String[]) - Static method in class org.dspace.storage.bitstore.Cleanup
Cleans up asset store.
main(String[]) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Main method used to perform tests on the database
main(String[]) - Static method in class org.dspace.storage.rdbms.InitializeDatabase
 
main(String[]) - Static method in class org.dspace.testing.PubMedToImport
 
main(String[]) - Static method in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
MAIN_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
mainTitle() - Method in class org.dspace.app.statistics.HTMLReport
output the title in the relevant format.
mainTitle() - Method in interface org.dspace.app.statistics.Report
output the title in the relevant format.
makeAliases(String) - Static method in class org.dspace.content.crosswalk.XSLTCrosswalk
Derive list of plugin name from DSpace configuration entries for crosswalks.
makeBitstreamURL(Bitstream, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Get the URL by which the METS manifest refers to a Bitstream member within the same package.
makeChildDiv(String, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create a
element with which references a child object via its handle (and via a local file name, when recursively disseminating all child objects).
makeConsumerProfile(String) - Static method in class org.dspace.event.ConsumerProfile
Factory method, create new profile from configuration.
makeConversion(String) - Method in interface org.dspace.content.crosswalk.IConverter
Get an alternative format for the input string.
makeFieldKey(String, String, String) - Static method in class org.dspace.content.authority.ChoiceAuthorityManager
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFieldKey(String) - Static method in class org.dspace.content.authority.ChoiceAuthorityManager
Construct a single key from the "dot" notation e.g.
makeFieldKey(String, String, String) - Static method in class org.dspace.content.authority.MetadataAuthorityManager
Construct a single key from the tuple of schema/element/qualifier that describes a metadata field.
makeFileDiv(String, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
makeManifest(Context, DSpaceObject, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Write out a METS manifest.
makeMdSec(Context, DSpaceObject, Class, String, PackageParameters, AbstractMETSDisseminator.MdStreamCache) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create an element wrapped around a metadata reference (either mdWrap or mdRef); i.e.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceAIPDisseminator
Create the metsHdr element for the AIP METS Manifest.
makeMetsHdr(Context, DSpaceObject, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSDisseminator
Create metsHdr element - separate so subclasses can override.
makePersistentID(DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
makeSortString(String, String) - Method in class org.dspace.sort.AbstractTextFilterOFD
Prepare the appropriate sort string for the given value in the given language.
makeSortString(String, String, String) - Static method in class org.dspace.sort.OrderFormat
Generate a sort string for the given DC metadata
makeSortString(String, String) - Method in class org.dspace.sort.OrderFormatDate
 
makeSortString(String, String) - Method in interface org.dspace.sort.OrderFormatDelegate
Prepare the appropriate sort string for the given value in the given language.
MALAGASY - Static variable in class org.dspace.text.filter.Language
 
MALTESE - Static variable in class org.dspace.text.filter.Language
 
MANIFEST_FILE - Static variable in class org.dspace.content.packager.METSManifest
Canonical filename of METS manifest within a package or as a bitstream.
MARC21InitialArticleWord - Class in org.dspace.text.filter
Implements MARC 21 standards to disregard initial definite or indefinite article in sorting.
MARC21InitialArticleWord() - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
MARC21InitialArticleWord(boolean) - Constructor for class org.dspace.text.filter.MARC21InitialArticleWord
 
match(String) - Method in class org.dspace.authenticate.IPMatcher
Determine whether the given full IP falls within the range this IPMatcher was initialized with.
matchVersion - Variable in class org.dspace.search.DSAnalyzer
 
MEDIA_FILTER_PLUGINS_KEY - Static variable in class org.dspace.app.mediafilter.MediaFilterManager
 
MediaFilter - Class in org.dspace.app.mediafilter
Abstract class which defines the default settings for a *simple* Media or Format Filter.
MediaFilter() - Constructor for class org.dspace.app.mediafilter.MediaFilter
 
MediaFilterManager - Class in org.dspace.app.mediafilter
MediaFilterManager is the class that invokes the media/format filters over the repository's content.
MediaFilterManager() - Constructor for class org.dspace.app.mediafilter.MediaFilterManager
 
MEMBER - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUP - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBER_GROUPS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
MEMBERS - Static variable in class org.dspace.content.packager.RoleDisseminator
 
message(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message to be processed.
METADATA_BUNDLE_NAME - Static variable in class org.dspace.core.Constants
Bundle name for structured metadata bitstreams.
MetadataAuthorityManager - Class in org.dspace.content.authority
Broker for metadata authority settings configured for each metadata field.
MetadataExport - Class in org.dspace.app.bulkedit
Metadata exporter to allow the batch export of metadata into a file
MetadataExport(Context, ItemIterator, boolean) - Constructor for class org.dspace.app.bulkedit.MetadataExport
Set up a new metadata export
MetadataExport(Context, Community, boolean) - Constructor for class org.dspace.app.bulkedit.MetadataExport
Method to export a community (and sub-communities and collections)
MetadataExporter - Class in org.dspace.administer
 
MetadataExporter() - Constructor for class org.dspace.administer.MetadataExporter
 
MetadataExposure - Class in org.dspace.app.util
Static utility class to manage configuration for exposure (hiding) of certain Item metadata fields.
MetadataExposure() - Constructor for class org.dspace.app.util.MetadataExposure
 
MetadataField - Class in org.dspace.content
DSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier.
MetadataField() - Constructor for class org.dspace.content.MetadataField
Default constructor.
MetadataField(MetadataSchema) - Constructor for class org.dspace.content.MetadataField
Constructor creating a field within a schema.
MetadataField(MetadataSchema, String, String, String) - Constructor for class org.dspace.content.MetadataField
Full constructor for new metadata field elements.
MetadataField(int, int, String, String, String) - Constructor for class org.dspace.content.MetadataField
Full constructor for existing metadata field elements.
MetadataField(TableRow) - Constructor for class org.dspace.content.MetadataField
Constructor to load the object from the database.
MetadataImport - Class in org.dspace.app.bulkedit
Metadata importer to allow the batch import of metadata from a file
MetadataImport(Context, DSpaceCSV) - Constructor for class org.dspace.app.bulkedit.MetadataImport
Create an instance of the metadata importer.
MetadataImporter - Class in org.dspace.administer
 
MetadataImporter() - Constructor for class org.dspace.administer.MetadataImporter
 
MetadataImportException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportException(String) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportException(String, Exception) - Constructor for exception org.dspace.app.bulkedit.MetadataImportException
Instantiate a new MetadataImportException
MetadataImportInvalidHeadingException - Exception in org.dspace.app.bulkedit
Metadata importer exception
MetadataImportInvalidHeadingException(String, int, int) - Constructor for exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Instantiate a new MetadataImportInvalidHeadingException
MetadataSchema - Class in org.dspace.content
Class representing a schema in DSpace.
MetadataSchema() - Constructor for class org.dspace.content.MetadataSchema
Default constructor.
MetadataSchema(int, String, String) - Constructor for class org.dspace.content.MetadataSchema
Object constructor.
MetadataSchema(String, String) - Constructor for class org.dspace.content.MetadataSchema
Immutable object constructor for creating a new schema.
MetadataSchema(TableRow) - Constructor for class org.dspace.content.MetadataSchema
Constructor for loading the metadata schema from the database.
MetadataUtilities - Class in org.dspace.app.itemupdate
Miscellaneous methods for metadata handling that build on the API which might have general utility outside of the specific use in context in ItemUpdate.
MetadataUtilities() - Constructor for class org.dspace.app.itemupdate.MetadataUtilities
 
MetadataValidationException - Exception in org.dspace.content.crosswalk
This indicates a problem with the input metadata (for submission) or item state (dissemination).
MetadataValidationException() - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String, Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(String) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValidationException(Throwable) - Constructor for exception org.dspace.content.crosswalk.MetadataValidationException
 
MetadataValue - Class in org.dspace.content
Database access class representing a Dublin Core metadata value.
MetadataValue(TableRow) - Constructor for class org.dspace.content.MetadataValue
Construct the metadata object from the matching database row.
MetadataValue() - Constructor for class org.dspace.content.MetadataValue
Default constructor.
MetadataValue(MetadataField) - Constructor for class org.dspace.content.MetadataValue
Constructor to create a value for a given field.
MetadataValueLinkChecker - Class in org.dspace.ctask.general
A link checker that builds upon the BasicLinkChecker to check URLs that appear in all metadata fields where the field starts with http:// or https:// Of course thi assumes that there is no extra metadata following the URL.
MetadataValueLinkChecker() - Constructor for class org.dspace.ctask.general.MetadataValueLinkChecker
 
METSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
METS dissemination crosswalk
METSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
METSManifest - Class in org.dspace.content.packager
Manage the METS manifest document for METS importer classes, such as the package importer org.dspace.content.packager.MetsSubmission and the federated importer org.dspace.app.mets.FederatedMETSImport
METSManifest.Mdref - Interface in org.dspace.content.packager
Callback interface to retrieve data streams in mdRef elements.
metsNS - Static variable in class org.dspace.content.packager.METSManifest
METS namespace -- includes "mets" prefix for use in XPaths
METSRightsCrosswalk - Class in org.dspace.content.crosswalk
METSRights Ingestion & Dissemination Crosswalk
METSRightsCrosswalk() - Constructor for class org.dspace.content.crosswalk.METSRightsCrosswalk
 
MicrosoftTranslator - Class in org.dspace.ctask.general
MicrosoftTranslator translates metadata fields using Microsoft Translation API v2 Requirements: A valid Bing App ID/Key More information: http://www.bing.com/developers This key, and other custom configuration, goes in [dspace]/modules/translator.cfg
MicrosoftTranslator() - Constructor for class org.dspace.ctask.general.MicrosoftTranslator
 
MISSING - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with a missing header
MODIFY - Static variable in class org.dspace.event.Event
 
MODIFY_METADATA - Static variable in class org.dspace.event.Event
 
MODS_NS - Static variable in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
MODS namespace.
MODS_NS - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
MODS namespace.
MODS_XSD - Static variable in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
URL of MODS XML Schema
MODSDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable MODS Crosswalk
MODSDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
 
more - Variable in class org.dspace.content.authority.Choices
true when there are more values to be sent after this result.
move(Collection, Collection) - Method in class org.dspace.content.Item
Moves the item from one collection to another one
move(Collection, Collection, boolean) - Method in class org.dspace.content.Item
Moves the item from one collection to another one
MSG_FEED_DESCRIPTION - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_FEED_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_LOGO_TITLE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_METADATA - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UITYPE - Static variable in class org.dspace.app.util.SyndicationFeed
 
MSG_UNTITLED - Static variable in class org.dspace.app.util.SyndicationFeed
i18n key values
Mutative - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.

N

NAME - Static variable in class org.dspace.content.packager.RoleDisseminator
 
NAME - Static variable in class org.dspace.eperson.Group
 
name - Variable in class org.dspace.event.Dispatcher
 
navigation() - Method in class org.dspace.app.statistics.HTMLReport
build the internal navigation for the report
NEAPOLITAN_ITALIAN - Static variable in class org.dspace.text.filter.Language
 
needsCuration(WorkflowItem) - Static method in class org.dspace.curate.WorkflowCurator
 
NETID - Static variable in class org.dspace.content.packager.RoleDisseminator
 
NETID - Static variable in class org.dspace.eperson.EPerson
The netid field (for sorting)
NEWS_SIDE - Static variable in class org.dspace.core.Constants
Position of front page news item -- sidebar
NEWS_TOP - Static variable in class org.dspace.core.Constants
Position of front page news item -- top box
next() - Method in interface org.dspace.checker.BitstreamDispatcher
Returns the next id for checking, or a sentinel value if there are no more to check.
next() - Method in class org.dspace.checker.HandleDispatcher
Initializes this dispatcher on first execution.
next() - Method in class org.dspace.checker.LimitedCountDispatcher
Retreives the next bitstream to be checked.
next() - Method in class org.dspace.checker.LimitedDurationDispatcher
 
next() - Method in class org.dspace.checker.ListDispatcher
 
next() - Method in class org.dspace.checker.SimpleDispatcher
Selects the next candidate bitstream.
next() - Method in class org.dspace.content.ItemIterator
Get the next item in the iterator.
next() - Method in class org.dspace.storage.rdbms.TableRowIterator
Advance to the next row and return it.
NEXT_BUTTON - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "Next->" button
nextID() - Method in class org.dspace.content.ItemIterator
return the id of the next item.
NO_SUCH_USER - Static variable in interface org.dspace.authenticate.AuthenticationMethod
User not found using this method.
nonBreakSpace(String) - Static method in class org.dspace.app.util.Util
Utility method to convert spaces in a string to HTML non-break space elements.
NonUniqueMetadataException - Exception in org.dspace.content
An exception that gets thrown when a metadata field cannot be created or saved due to an existing field with an identical element and qualifier.
NonUniqueMetadataException() - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an empty authorize exception
NonUniqueMetadataException(String) - Constructor for exception org.dspace.content.NonUniqueMetadataException
Create an exception with only a message
NoOpCurationTask - Class in org.dspace.ctask.general
 
NoOpCurationTask() - Constructor for class org.dspace.ctask.general.NoOpCurationTask
 
normalize(int) - Method in class org.dspace.search.DSTokenizer
Collects only characters which satisfy Character.isLetter(char).
NORWEGIAN - Static variable in class org.dspace.text.filter.Language
 
notifyOfCuration(Context, WorkflowItem, EPerson[], String, String, String) - Static method in class org.dspace.workflow.WorkflowManager
 
NoUserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
A user selection action that does not assign any users
NoUserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
NullIngestionCrosswalk - Class in org.dspace.content.crosswalk
"Null" ingestion crosswalk
NullIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
NullStreamIngestionCrosswalk - Class in org.dspace.content.crosswalk
A crosswalk to ignore and dispose of the ingested material.
NullStreamIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.NullStreamIngestionCrosswalk
 
numberFormat(int) - Static method in class org.dspace.app.statistics.ReportTools
method to take the given integer and produce a string to be used in the display of the report.
numCols() - Method in class org.dspace.browse.ItemListConfig
how many columns are there?

O

OAI_ADDRESS_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_DMD_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_ORE_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAI_SET_ERROR - Static variable in class org.dspace.harvest.OAIHarvester
 
OAIDCIngestionCrosswalk - Class in org.dspace.content.crosswalk
DIM ingestion crosswalk
OAIDCIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OAIDCIngestionCrosswalk
 
OAIHarvester - Class in org.dspace.harvest
This class handles OAI harvesting of externally located records into this repository.
OAIHarvester(Context, DSpaceObject, HarvestedCollection) - Constructor for class org.dspace.harvest.OAIHarvester
 
OAIHarvester.HarvestingException - Exception in org.dspace.harvest
Exception class specifically assigned to recoverable errors that occur during harvesting.
OAIHarvester.HarvestingException() - Constructor for exception org.dspace.harvest.OAIHarvester.HarvestingException
 
OAIHarvester.HarvestingException(String, Throwable) - Constructor for exception org.dspace.harvest.OAIHarvester.HarvestingException
 
OAIHarvester.HarvestingException(String) - Constructor for exception org.dspace.harvest.OAIHarvester.HarvestingException
 
OAIHarvester.HarvestingException(Throwable) - Constructor for exception org.dspace.harvest.OAIHarvester.HarvestingException
 
OAIHarvester.HarvestScheduler - Class in org.dspace.harvest
The class responsible for scheduling harvesting cycles are regular intervals.
OAIHarvester.HarvestScheduler() - Constructor for class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
oaiResolveNamespaceToPrefix(String, String) - Static method in class org.dspace.harvest.OAIHarvester
Query the OAI-PMH server for its mapping of the supplied namespace and metadata prefix.
OpenSearch - Class in org.dspace.app.util
Utility Class with static methods for producing OpenSearch-compliant search results, and the OpenSearch description document.
OpenSearch() - Constructor for class org.dspace.app.util.OpenSearch
 
optimizeIndex(Context) - Static method in class org.dspace.search.DSIndexer
Optimize the existing index.
OrderFormat - Class in org.dspace.sort
Class implementing static helpers for anywhere that interacts with the sort columns (ie.
OrderFormat() - Constructor for class org.dspace.sort.OrderFormat
 
OrderFormatAuthor - Class in org.dspace.sort
Standard author ordering delegate implementation
OrderFormatAuthor() - Constructor for class org.dspace.sort.OrderFormatAuthor
 
OrderFormatDate - Class in org.dspace.sort
Standard date ordering delegate implementation.
OrderFormatDate() - Constructor for class org.dspace.sort.OrderFormatDate
 
OrderFormatDelegate - Interface in org.dspace.sort
Interface for browse order delegates
OrderFormatText - Class in org.dspace.sort
Standard text ordering delegate implementation
OrderFormatText() - Constructor for class org.dspace.sort.OrderFormatText
 
OrderFormatTitle - Class in org.dspace.sort
Standard title ordering delegate implementation
OrderFormatTitle() - Constructor for class org.dspace.sort.OrderFormatTitle
 
OrderFormatTitleMarc21 - Class in org.dspace.sort
MARC 21 title ordering delegate implementation
OrderFormatTitleMarc21() - Constructor for class org.dspace.sort.OrderFormatTitleMarc21
 
OREDisseminationCrosswalk - Class in org.dspace.content.crosswalk
ORE dissemination crosswalk
OREDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
OREIngestionCrosswalk - Class in org.dspace.content.crosswalk
ORE ingestion crosswalk
OREIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.OREIngestionCrosswalk
 
org.dspace.administer - package org.dspace.administer
Provides classes and methods for administrative functions that fall outside the regular use of other subsystems.
org.dspace.app.bulkedit - package org.dspace.app.bulkedit
 
org.dspace.app.checker - package org.dspace.app.checker
org.dspace.app.checker provides user interfaces to the org.dspace.checker package.
org.dspace.app.configuration - package org.dspace.app.configuration
 
org.dspace.app.harvest - package org.dspace.app.harvest
 
org.dspace.app.itemexport - package org.dspace.app.itemexport
 
org.dspace.app.itemimport - package org.dspace.app.itemimport
 
org.dspace.app.itemupdate - package org.dspace.app.itemupdate
 
org.dspace.app.launcher - package org.dspace.app.launcher
 
org.dspace.app.mediafilter - package org.dspace.app.mediafilter
 
org.dspace.app.packager - package org.dspace.app.packager
Tools for exporting and importing DSpace objects (Community, Collection, Item, etc.) wrapped in various kinds of packaging.
org.dspace.app.sfx - package org.dspace.app.sfx
 
org.dspace.app.sitemap - package org.dspace.app.sitemap
 
org.dspace.app.statistics - package org.dspace.app.statistics
Defines usage event instrumentation points and provides implementations for testing.
org.dspace.app.util - package org.dspace.app.util
 
org.dspace.authenticate - package org.dspace.authenticate
End-user authentication manager, interface and implementations.
org.dspace.authorize - package org.dspace.authorize
Handles permissions for DSpace content.
org.dspace.browse - package org.dspace.browse
Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.
org.dspace.checker - package org.dspace.checker
Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.
org.dspace.content - package org.dspace.content
Provides an API for reading and manipulating content in the DSpace system.
org.dspace.content.authority - package org.dspace.content.authority
 
org.dspace.content.crosswalk - package org.dspace.content.crosswalk
Provides an API and implementations of metadata crosswalks, which are directional mappings from one schema to another, performed in the context of Item ingestion or dissemination.
org.dspace.content.dao - package org.dspace.content.dao
 
org.dspace.content.license - package org.dspace.content.license
 
org.dspace.content.packager - package org.dspace.content.packager
Provides an API and implementations of content packages, used in the context of ingest (SIP), or dissemination (DIP)
org.dspace.content.service - package org.dspace.content.service
 
org.dspace.core - package org.dspace.core
Provides some basic functionality required throughout the DSpace system.
org.dspace.ctask.general - package org.dspace.ctask.general
 
org.dspace.curate - package org.dspace.curate
 
org.dspace.embargo - package org.dspace.embargo
Embargo allows the deposit of Items whose content should not be made visible until later.
org.dspace.eperson - package org.dspace.eperson
Provides classes representing e-people and groups of e-people.
org.dspace.event - package org.dspace.event
 
org.dspace.handle - package org.dspace.handle
Provides classes and methods to interface with the CNRI Handle System.
org.dspace.harvest - package org.dspace.harvest
 
org.dspace.license - package org.dspace.license
 
org.dspace.plugin - package org.dspace.plugin
 
org.dspace.search - package org.dspace.search
Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range.
org.dspace.sort - package org.dspace.sort
 
org.dspace.storage.bitstore - package org.dspace.storage.bitstore
Provides an API for storing, retrieving and deleting streams of bits in a transactionally safe fashion.
org.dspace.storage.rdbms - package org.dspace.storage.rdbms
Provides an API for accessing a relational database management system.
org.dspace.submit - package org.dspace.submit
 
org.dspace.submit.step - package org.dspace.submit.step
 
org.dspace.testing - package org.dspace.testing
 
org.dspace.text.filter - package org.dspace.text.filter
 
org.dspace.usage - package org.dspace.usage
 
org.dspace.workflow - package org.dspace.workflow
DSpace's workflow system
org.dspace.xmlworkflow - package org.dspace.xmlworkflow
 
org.dspace.xmlworkflow.migration - package org.dspace.xmlworkflow.migration
 
org.dspace.xmlworkflow.state - package org.dspace.xmlworkflow.state
 
org.dspace.xmlworkflow.state.actions - package org.dspace.xmlworkflow.state.actions
 
org.dspace.xmlworkflow.state.actions.processingaction - package org.dspace.xmlworkflow.state.actions.processingaction
 
org.dspace.xmlworkflow.state.actions.userassignment - package org.dspace.xmlworkflow.state.actions.userassignment
 
org.dspace.xmlworkflow.storedcomponents - package org.dspace.xmlworkflow.storedcomponents
 
OriginalBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalBitstreamFilter
 
OriginalWithDerivativesBitstreamFilter - Class in org.dspace.app.itemupdate
Filter all bitstreams in the ORIGINAL bundle Also delete all derivative bitstreams, i.e.
OriginalWithDerivativesBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.OriginalWithDerivativesBitstreamFilter
 
OUTCOME_COMPLETE - Static variable in class org.dspace.xmlworkflow.state.actions.ActionResult
 
OUTCOME_REJECT - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
output(Writer) - Method in class org.dspace.app.util.SyndicationFeed
send the output to designated Writer
outputDir - Variable in class org.dspace.app.sitemap.AbstractGenerator
Directory files are written to
outputString() - Method in class org.dspace.app.util.SyndicationFeed
 
outputW3CDom() - Method in class org.dspace.app.util.SyndicationFeed
 

P

PackageDisseminator - Interface in org.dspace.content.packager
Plugin Interface to produce Dissemination Information Package (DIP) of a DSpace object.
PackageException - Exception in org.dspace.content.packager
This is a superclass for exceptions representing a failure when importing or exporting a package.
PackageException() - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with no message.
PackageException(String) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception with the given message.
PackageException(Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping the given underlying cause.
PackageException(String, Throwable) - Constructor for exception org.dspace.content.packager.PackageException
Create a new exception wrapping it around another exception.
PackageIngester - Interface in org.dspace.content.packager
Plugin Interface to interpret a Submission Information Package (SIP) and create (or replace) a DSpace Object from its contents.
PackageParameters - Class in org.dspace.content.packager
Parameter list for SIP and DIP packagers.
PackageParameters() - Constructor for class org.dspace.content.packager.PackageParameters
 
PackageParameters(Properties) - Constructor for class org.dspace.content.packager.PackageParameters
 
Packager - Class in org.dspace.app.packager
Command-line interface to the Packager plugin.
Packager() - Constructor for class org.dspace.app.packager.Packager
 
PackageUtils - Class in org.dspace.content.packager
Container class for code that is useful to many packagers.
PackageUtils() - Constructor for class org.dspace.content.packager.PackageUtils
 
PackageUtils.UnclosableInputStream - Class in org.dspace.content.packager
Stream wrapper that does not allow its wrapped stream to be closed.
PackageUtils.UnclosableInputStream(InputStream) - Constructor for class org.dspace.content.packager.PackageUtils.UnclosableInputStream
 
PackageValidationException - Exception in org.dspace.content.packager
This represents a failure when importing or exporting a package caused by invalid unacceptable package format or contents; for example, missing files that were mentioned in the manifest, or extra files not in manifest, or lack of a manifest.
PackageValidationException(String) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception with the given message.
PackageValidationException(Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
Create a new exception wrapping it around another exception.
PackageValidationException(String, Exception) - Constructor for exception org.dspace.content.packager.PackageValidationException
 
PANJABI - Static variable in class org.dspace.text.filter.Language
 
PARENT_DIV_TYPE - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
TYPE of the div containing AIP's parent handle in its mptr.
parse(String) - Static method in class org.dspace.app.itemupdate.ContentsEntry
Factory method parses a line from the Contents Entry file
parseCompoundForm(String) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Parses metadata field given in the form .[.|.*] checks for correct number of elements (2 or 3) and for empty strings
parseDate(String) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the standard date string requested at the command line and convert it into a Date object.
parseDuration(String) - Static method in class org.dspace.core.Utils
Utility method to parse durations defined as \d+[smhdwy] (seconds, minutes, hours, days, weeks, years)
parseEventType(String) - Static method in class org.dspace.event.Event
Interpret named event type.
parseFile(String) - Static method in class org.dspace.app.sfx.SFXFileReader
Parses XML file and returns XML document.
parseISO8601Date(String) - Static method in class org.dspace.core.Utils
Translates timestamp from an ISO 8601-standard format, which is commonly used in XML and RDF documents.
parseLocales(String) - Static method in class org.dspace.core.I18nUtil
Creates array of Locales from text list of locale-specifications.
parseObjectType(String) - Static method in class org.dspace.event.Event
Translate a textual DSpace Object type name into an event subject-type mask.
parsePackage(Context, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Parse a given input package, ultimately returning the METS manifest out of the package.
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DayTableEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Parse the terms into a definite date.
parseTerms(Context, Item, String) - Method in interface org.dspace.embargo.EmbargoSetter
Get lift date of embargo from the "terms" supplied in the metadata (or other available state) of this Item.
pass(List<int[]>) - Method in class org.dspace.event.Event
Test whether this event would pass through a list of filters.
PassiveUsageEventListener - Class in org.dspace.usage
A null implementation of AbstractUsageEvent to absorb events harmlessly and cheaply.
PassiveUsageEventListener() - Constructor for class org.dspace.usage.PassiveUsageEventListener
 
PASSWORD_HASH - Static variable in class org.dspace.content.packager.RoleDisseminator
 
PasswordAuthentication - Class in org.dspace.authenticate
A stackable authentication method based on the DSpace internal "EPerson" database.
PasswordAuthentication() - Constructor for class org.dspace.authenticate.PasswordAuthentication
 
PATENT_COUNTRY - Static variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_ID - Static variable in class org.dspace.app.util.GoogleMetadata
 
PATENT_NUMBER - Static variable in class org.dspace.app.util.GoogleMetadata
 
pauseScheduler() - Static method in class org.dspace.harvest.OAIHarvester
Pause an active harvest scheduler.
PDF - Static variable in class org.dspace.app.util.GoogleMetadata
 
PDFFilter - Class in org.dspace.app.mediafilter
 
PDFFilter() - Constructor for class org.dspace.app.mediafilter.PDFFilter
 
PDFPackager - Class in org.dspace.content.packager
Accept a PDF file by itself as a SIP.
PDFPackager() - Constructor for class org.dspace.content.packager.PDFPackager
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.AbstractTranslator
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BasicLinkChecker
Perform the link checking.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.BitstreamsIntoMetadata
Perform the bitstream metadata creation.
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ClamScan
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.NoOpCurationTask
 
perform(DSpaceObject) - Method in class org.dspace.ctask.general.ProfileFormats
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.ctask.general.RequiredMetadata
Perform the curation task upon passed DSO
perform(DSpaceObject) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(Context, String) - Method in class org.dspace.curate.AbstractCurationTask
 
perform(DSpaceObject) - Method in interface org.dspace.curate.CurationTask
Perform the curation task upon passed DSO
perform(Context, String) - Method in interface org.dspace.curate.CurationTask
Perform the curation task for passed id
perform(DSpaceObject) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task upon passed DSO
perform(Context, String) - Method in class org.dspace.curate.ResolvedTask
Perform the curation task for passed id
performDso(DSpaceObject) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task upon passed DSO
performId(Context, String) - Method in interface org.dspace.curate.ScriptedTask
Perform the curation task for passed id
performItem(Item) - Method in class org.dspace.ctask.general.ProfileFormats
 
performItem(Item) - Method in class org.dspace.curate.AbstractCurationTask
Performs task upon an Item.
permissionsPattern - Static variable in class org.dspace.app.itemupdate.ContentsEntry
 
PERSIAN - Static variable in class org.dspace.text.filter.Language
 
pingConfiguredSearchEngines() - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping all search engines configured in dspace.cfg.
pingSearchEngine(String) - Static method in class org.dspace.app.sitemap.GenerateSitemaps
Ping the given search engine.
place - Variable in class org.dspace.content.MetadataValue
The position of the record.
PluginConfigurationError - Error in org.dspace.core
Indicates fatal error in Plugin Manager configuration.
PluginConfigurationError(String) - Constructor for error org.dspace.core.PluginConfigurationError
 
PluginException - Exception in org.dspace.plugin
General exception class for all code that runs as a plugin in DSpace
PluginException() - Constructor for exception org.dspace.plugin.PluginException
basic constructor
PluginException(String) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception with the passed message
PluginException(String, Throwable) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception with the passed message to encapsulate the passed Throwable
PluginException(Throwable) - Constructor for exception org.dspace.plugin.PluginException
Construct an exception to encapsulate the passed Throwable
PluginInstantiationException - Exception in org.dspace.core
This exception indicates a fatal error when instantiating a plugin class.
PluginInstantiationException(String) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(String, Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginInstantiationException(Throwable) - Constructor for exception org.dspace.core.PluginInstantiationException
 
PluginManager - Class in org.dspace.core
The Plugin Manager is a very simple component container.
PluginManager() - Constructor for class org.dspace.core.PluginManager
 
PMID - Static variable in class org.dspace.app.util.GoogleMetadata
 
POLICY_EDITOR - Static variable in class org.dspace.eperson.Supervisor
value to use for editor policies
POLICY_NONE - Static variable in class org.dspace.eperson.Supervisor
value to use for no policy set
POLICY_OBSERVER - Static variable in class org.dspace.eperson.Supervisor
value to use for observer policies
PolicySet - Class in org.dspace.authorize
Was Hack/Tool to set policies for items, bundles, and bitstreams.
PolicySet() - Constructor for class org.dspace.authorize.PolicySet
 
PoolTask - Class in org.dspace.xmlworkflow.storedcomponents
Pool task representing the database representation of a pool task for a step and an eperson
populate(HttpServletRequest, DSpaceObject, DSpaceObject[], Map<String, String>) - Method in class org.dspace.app.util.SyndicationFeed
Fills in the feed and entry-level metadata from DSpace objects.
PORTUGUESE - Static variable in class org.dspace.text.filter.Language
 
postProcessBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
postProcessBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any post-processing of the generated bitstream *after* this filter has already been run.
PowerPointFilter - Class in org.dspace.app.mediafilter
 
PowerPointFilter() - Constructor for class org.dspace.app.mediafilter.PowerPointFilter
 
preferList() - Method in class org.dspace.content.crosswalk.AIPDIMCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.AIPTechMDCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.DIMDisseminationCrosswalk
 
preferList() - Method in interface org.dspace.content.crosswalk.DisseminationCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.METSDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.METSRightsCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
ModsCrosswalk prefer's element form over list.
preferList() - Method in class org.dspace.content.crosswalk.NullIngestionCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.OREDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.PREMISCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.QDCCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.RoleCrosswalk
Predicate: Does this disseminator prefer to return a list of Elements, rather than a single root Element?
preferList() - Method in class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
preferList() - Method in class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
return true if this crosswalk prefers the list form over an singe element, otherwise false.
PREMISCrosswalk - Class in org.dspace.content.crosswalk
PREMIS Crosswalk
PREMISCrosswalk() - Constructor for class org.dspace.content.crosswalk.PREMISCrosswalk
 
prepareStats(Map<String, String>, boolean, boolean) - Static method in class org.dspace.app.statistics.ReportGenerator
a standard stats block preparation method for use when an aggregator has to be put out in its entirity.
preProcessBitstream(Context, Item, Bitstream) - Method in interface org.dspace.app.mediafilter.FormatFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
preProcessBitstream(Context, Item, Bitstream) - Method in class org.dspace.app.mediafilter.MediaFilter
Perform any pre-processing of the source bitstream *before* the actual filtering takes place in MediaFilterManager.processBitstream().
preserveManifest() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
PREVIOUS_BUTTON - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "<-Previous" button
probe(Context, InputStream, PackageParameters) - Method in class org.dspace.content.packager.DSpaceMETSIngester
 
process() - Method in class org.dspace.checker.CheckerCommand
Uses the options set up on this checker to determine a mode of execution, and then accepts bitstream ids from the dispatcher and checks their bitstreams against the db records.
process(Context, HttpServletRequest, HttpServletResponse, Collection) - Method in interface org.dspace.plugin.CollectionHomeProcessor
execute the process
process(Context, HttpServletRequest, HttpServletResponse, Community) - Method in interface org.dspace.plugin.CommunityHomeProcessor
execute the process
processBitstream(Context, Item, Bitstream, FormatFilter) - Static method in class org.dspace.app.mediafilter.MediaFilterManager
A utility class that calls the virtual methods from the current MediaFilter class.
processCC(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.CCLicenseStep
Process the input from the CC license page
processDaily(Context, boolean) - Static method in class org.dspace.eperson.Subscribe
Process subscriptions.
ProcessingAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
A class that that extends the action to support the common isAuthorized method
ProcessingAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ProcessingAction
 
processingAction - Variable in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
processLogs(Context, String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
using the pre-configuration information passed here, analyse the logs and produce the aggregation file
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.FinalEditAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processMainPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processOutcome(Context, EPerson, Workflow, Step, WorkflowActionConfig, ActionResult, XmlWorkflowItem, boolean) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
processRejectPage(Context, XmlWorkflowItem, Step, HttpServletRequest) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
processRemoveFile(Context, Item, int) - Method in class org.dspace.submit.step.UploadStep
Remove a file from an item
processReport(Context, String, String, String, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format this method is retained for backwards compatibility, but delegates the actual wprk to a new method
processReport(Context, Report, String) - Static method in class org.dspace.app.statistics.ReportGenerator
using the pre-configuration information passed here, read in the aggregation data and output a file containing the report in the requested format
processSaveFileDescription(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process input from the "change file description" page
processSaveFileFormat(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process input from get file type page
processUploadFile(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo) - Method in class org.dspace.submit.step.UploadStep
Process the upload of a new file!
processVerifyPrune(Context, HttpServletRequest, HttpServletResponse, SubmissionInfo, boolean, boolean, boolean) - Method in class org.dspace.submit.step.InitialQuestionsStep
Process input from "verify prune" page
PROFILE_1_0 - Static variable in class org.dspace.content.packager.DSpaceAIPDisseminator
Unique identifier for the profile of the METS document.
ProfileFormats - Class in org.dspace.ctask.general
ProfileFormats is a task that creates a distribution table of Bitstream formats for it's passed object.
ProfileFormats() - Constructor for class org.dspace.ctask.general.ProfileFormats
 
PROGRESS_BAR_PREFIX - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Prefix of all buttons in the Progress Bar
propertyNames() - Static method in class org.dspace.core.ConfigurationManager
Returns an enumeration of all the keys in the DSpace configuration
propertyNames(String) - Static method in class org.dspace.core.ConfigurationManager
Returns an enumeration of all the keys in a module configuration
props - Variable in class org.dspace.app.itemupdate.BitstreamFilter
 
PROVENCAL - Static variable in class org.dspace.text.filter.Language
 
PROVENCAL_OCCITAN - Static variable in class org.dspace.text.filter.Language
 
prune(Map<String, Long>) - Method in class org.dspace.checker.ChecksumHistoryDAO
Prune the history records from the database.
prune() - Method in class org.dspace.checker.ResultsPruner
Prunes the results retaining results as configured by the interests registered with this object.
pruneDistinct(String, String, List<Integer>) - Method in interface org.dspace.browse.BrowseCreateDAO
So that there are no distinct values indexed which are no longer referenced from the map table, this method checks for values which are not referenced from the map, and removes them.
pruneDistinct(String, String, List<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
pruneDistinct(String, String, List<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
pruneExcess(String, boolean) - Method in interface org.dspace.browse.BrowseCreateDAO
So that any left over indices for items which have been deleted can be assured to have been removed, this method checks for indices for items which are not in the item table.
pruneExcess(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
pruneExcess(String, boolean) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
pruneMapExcess(String, boolean, List<Integer>) - Method in interface org.dspace.browse.BrowseCreateDAO
So that any left over indices for items which have been deleted can be assured to have been removed, this method checks for indices for items which are not in the item table.
pruneMapExcess(String, boolean, List<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
pruneMapExcess(String, boolean, List<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
PUBLISHER - Static variable in class org.dspace.app.util.GoogleMetadata
 
PubMedToImport - Class in org.dspace.testing
Simple class to transform a medline.xml file from PubMed into DSpace import package(s) This is a distinctly incomplete implementation - it doesn't even attempt to map a number of fields, and has no means of customizing the mapping.
PubMedToImport() - Constructor for class org.dspace.testing.PubMedToImport
 

Q

QDCCrosswalk - Class in org.dspace.content.crosswalk
Configurable QDC Crosswalk
QDCCrosswalk() - Constructor for class org.dspace.content.crosswalk.QDCCrosswalk
 
qualifier - Variable in class org.dspace.content.DCValue
Deprecated. The DC qualifier, or null if unqualified
query(String, String, String, NameValuePair[], int, int) - Method in class org.dspace.content.authority.SHERPARoMEOProtocol
 
query(Context, String, Object...) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Return an iterator with the results of the query.
QueryArgs - Class in org.dspace.search
Contains the arguments for a query.
QueryArgs() - Constructor for class org.dspace.search.QueryArgs
 
queryMetadata(int, String, String, String, String) - Method in interface org.dspace.browse.BrowseItemDAO
perform a database query to obtain the string array of values corresponding to the passed parameters.
queryMetadata(int, String, String, String, String) - Method in class org.dspace.browse.BrowseItemDAOOracle
 
queryMetadata(int, String, String, String, String) - Method in class org.dspace.browse.BrowseItemDAOPostgres
 
QueryResults - Class in org.dspace.search
Contains the results of a query.
QueryResults() - Constructor for class org.dspace.search.QueryResults
 
querySingle(Context, String, Object...) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Return the single row result to this query, or null if no result.
querySingleTable(Context, String, String, Object...) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Return the single row result to this query, or null if no result.
queryTable(Context, String, String, Object...) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Return an iterator with the results of the query.
queue(Context, String, String) - Method in class org.dspace.curate.Curator
Places a curation request for the object identified by id on a managed queue named by the queueId.
queueNames() - Method in class org.dspace.curate.FileTaskQueue
 
queueNames() - Method in interface org.dspace.curate.TaskQueue
Returns list of queue names.
quickFind(Context, int) - Static method in class org.dspace.administer.DCType
Deprecated.  

R

RBITSTREAM - Static variable in class org.dspace.core.Constants
constants for the relevance array generating dynamicallis is simple: just 1 < < TYPE
RBUNDLE - Static variable in class org.dspace.core.Constants
 
RCOLLECTION - Static variable in class org.dspace.core.Constants
 
RCOMMUNITY - Static variable in class org.dspace.core.Constants
 
READ - Static variable in class org.dspace.core.Constants
Action of reading, viewing or downloading something
readConfig() - Static method in class org.dspace.app.statistics.LogAnalyser
read in the given config file and populate the class globals
readConfig(String) - Static method in class org.dspace.app.statistics.LogAnalyser
read in the given config file and populate the class globals
readContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
rewrite of ItemImport's functionality but just the parsing of the file, not the processing of its elements
readDate(HttpServletRequest, Item, String, String, String) - Method in class org.dspace.submit.step.DescribeStep
Fill out a metadata date field with the value from a form.
readDeleteContentsFile(File) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
 
readInput(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read the input file and populate all the class globals with the contents The values that come from this file form the basis of the analysis report
readMap(String) - Static method in class org.dspace.app.statistics.ReportGenerator
read in the action map file which converts log file line actions into actions which are more understandable to humans
readNames(HttpServletRequest, Item, String, String, String, boolean) - Method in class org.dspace.submit.step.DescribeStep
Set relevant metadata fields in an item from name values in the form.
readNewsFile(String) - Static method in class org.dspace.core.ConfigurationManager
Reads news from a text file.
readSeriesNumbers(HttpServletRequest, Item, String, String, String, boolean) - Method in class org.dspace.submit.step.DescribeStep
Set relevant metadata fields in an item from series/number values in the form.
readText(HttpServletRequest, Item, String, String, String, boolean, String) - Method in class org.dspace.submit.step.DescribeStep
Fill out an item's metadata values from a plain standard text field.
rebuild() - Method in class org.dspace.browse.IndexBrowse
 
receiveEvent(Event) - Method in class org.dspace.usage.LoggerUsageEventListener
 
receiveEvent(Event) - Method in class org.dspace.usage.PassiveUsageEventListener
Do nothing and return.
receiveEvent(Event) - Method in class org.dspace.usage.TabFileUsageEventListener
 
recursiveModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if recursive mode is enabled.
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
regenerateTasks(Context, XmlWorkflowItem, RoleMembers) - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
Should a person have the option to repool the task the tasks will have to be regenerated
register(Context, int, String) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
Register a bitstream already in storage.
registerAdd(DCValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an added metadata value
registerBitstream(int, String) - Method in class org.dspace.content.Bundle
Create a new bitstream in this bundle.
registerConstant(DCValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an unchanged metadata value
registerNewMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a new mapped Collection
registerOldMappedCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add an old mapped Collection
registerRemove(DCValue) - Method in class org.dspace.app.bulkedit.BulkEditChange
Add a removed metadata value
RegistryExportException - Exception in org.dspace.administer
 
RegistryExportException() - Constructor for exception org.dspace.administer.RegistryExportException
Create an empty authorize exception
RegistryExportException(String) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with only a message
RegistryExportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception and a message
RegistryExportException(Throwable) - Constructor for exception org.dspace.administer.RegistryExportException
create an exception with an inner exception
RegistryImporter - Class in org.dspace.administer
 
RegistryImporter() - Constructor for class org.dspace.administer.RegistryImporter
 
RegistryImportException - Exception in org.dspace.administer
 
RegistryImportException() - Constructor for exception org.dspace.administer.RegistryImportException
Create an empty authorize exception
RegistryImportException(String) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with only a message
RegistryImportException(String, Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception and a message
RegistryImportException(Throwable) - Constructor for exception org.dspace.administer.RegistryImportException
create an exception with an inner exception
RegistryLoader - Class in org.dspace.administer
Loads the bitstream format and Dublin Core type registries into the database.
RegistryLoader() - Constructor for class org.dspace.administer.RegistryLoader
 
reIndexContent(Context, DSpaceObject) - Static method in class org.dspace.search.DSIndexer
reIndexContent removes something from the index, then re-indexes it
reinstate() - Method in class org.dspace.content.Item
Reinstate a withdrawn item
reject(Context, WorkflowItem, EPerson, String) - Static method in class org.dspace.workflow.WorkflowManager
rejects an item - rejection means undoing a submit - WorkspaceItem is created, and the WorkflowItem is removed, user is emailed rejection_message.
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.AcceptEditRejectAction
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
REJECT_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
release(String, long, boolean) - Method in class org.dspace.curate.FileTaskQueue
 
release(String, long, boolean) - Method in interface org.dspace.curate.TaskQueue
Releases the lock upon the named queue, deleting it if removeEntries is set to true.
releasePlugin(Object) - Static method in class org.dspace.core.PluginManager
Tells the Plugin Manager to let go of any references to a reusable plugin, to prevent it from being given out again and to allow the object to be garbage-collected.
reloadSubmissionConfig(HttpServletRequest) - Method in class org.dspace.app.util.SubmissionInfo
Causes the SubmissionConfig to be completely reloaded from the XML configuration file (item-submission.xml).
remove(DSpaceObject) - Method in interface org.dspace.browse.ItemCountDAO
Remove any cached data regarding the given DSpaceObject container.
remove(DSpaceObject) - Method in class org.dspace.browse.ItemCountDAOOracle
remove the cache for the given container
remove(DSpaceObject) - Method in class org.dspace.browse.ItemCountDAOPostgres
remove the cache for the given container
remove(DSpaceObject) - Method in class org.dspace.browse.ItemCounter
Remove any cached data for the given container
REMOVE - Static variable in class org.dspace.core.Constants
Action of removing something from a container.
remove(Context, int, int) - Static method in class org.dspace.eperson.Supervisor
removes the requested group from the requested workspace item in terms of supervision.
REMOVE - Static variable in class org.dspace.event.Event
 
removeAdministrators() - Method in class org.dspace.content.Collection
Remove the administrators group, if no group has already been created then return without error.
removeAdministrators() - Method in class org.dspace.content.Community
Remove the administrators group, if no group has already been created then return without error.
removeAllBitstreams(DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Remove all bitstreams (files) associated with a DSpace object.
removeAllPolicies(Context, DSpaceObject) - Static method in class org.dspace.authorize.AuthorizeManager
removes ALL policies for an object.
removeBitstream(Bitstream) - Method in class org.dspace.content.Bundle
Remove a bitstream from this bundle - the bitstream is only deleted if this was the last reference to it
removeBundle(Bundle) - Method in class org.dspace.content.Item
Remove a bundle.
removeCached(Object, int) - Method in class org.dspace.core.Context
Remove an object from the object cache.
removeClaimedUser(Context, XmlWorkflowItem, EPerson, String) - Static method in class org.dspace.xmlworkflow.WorkflowRequirementsManager
 
removeCollection(Collection) - Method in class org.dspace.content.Community
Remove a collection.
removeDSpaceLicense() - Method in class org.dspace.content.Item
Remove just the DSpace license from an item This is useful to update the current DSpace license, in case the user must accept the DSpace license again (either the item was rejected, or resumed after saving)
removeEperson(int) - Method in class org.dspace.xmlworkflow.RoleMembers
 
removeEPersonPolicies(Context, DSpaceObject, EPerson) - Static method in class org.dspace.authorize.AuthorizeManager
Removes all policies from an eperson for a particular object that belong to an EPerson.
removeGroupPolicies(Context, int) - Static method in class org.dspace.authorize.AuthorizeManager
Removes all policies relating to a particular group.
removeGroupPolicies(Context, DSpaceObject, Group) - Static method in class org.dspace.authorize.AuthorizeManager
Removes all policies from a group for a particular object that belong to a Group.
removeGroupPolicies(Group) - Method in class org.dspace.content.Item
remove all of the policies for item's bitstreams and bundles that belong to a given Group
removeItem(Item) - Method in class org.dspace.content.Collection
Remove an item.
removeLicense(Context, Item) - Static method in class org.dspace.license.CreativeCommons
 
removeLicenseMetadata(Item, String, String, String, String) - Static method in class org.dspace.license.CreativeCommons
FOR CC 1.5 API
removeLicenses() - Method in class org.dspace.content.Item
Remove all licenses from an item - it was rejected
removeMember(EPerson) - Method in class org.dspace.eperson.Group
remove an eperson from a group
removeMember(Group) - Method in class org.dspace.eperson.Group
remove group from this group
removeObject(Context, DSpaceObject) - Method in class org.dspace.content.packager.AbstractMETSIngester
Remove an existing DSpace Object (called during a replace)
removePoliciesActionFilter(Context, DSpaceObject, int) - Static method in class org.dspace.authorize.AuthorizeManager
Remove all policies from an object that match a given action.
removeRedundant(Context) - Static method in class org.dspace.eperson.Supervisor
removes redundant entries in the supervision orders database
removeSubcommunity(Community) - Method in class org.dspace.content.Community
Remove a subcommunity.
removeSubmitters() - Method in class org.dspace.content.Collection
Remove the submitters group, if no group has already been created then return without error.
removeTask(String) - Method in class org.dspace.curate.Curator
Removes a task from the set to be performed.
removeTemplateItem() - Method in class org.dspace.content.Collection
Remove the template item for this collection, if there is one.
render() - Method in class org.dspace.app.statistics.HTMLReport
return a string containing the report as generated by this class
render() - Method in interface org.dspace.app.statistics.Report
render the report
replace(Context, PackageIngester, PackageParameters, String, DSpaceObject) - Method in class org.dspace.app.packager.Packager
Replace an one or more existing DSpace objects with the contents of specified package(s) based on the options passed to the 'packager' script.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace an existing DSpace object with the contents of a METS-based package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Replace an existing DSpace Object with contents of the ingested package.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
Replace is not implemented.
replace(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.AbstractPackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in interface org.dspace.content.packager.PackageIngester
Recursively replace one or more DSpace Objects out of the contents of the ingested package (and all other referenced packages).
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.PDFPackager
ReplaceAll() cannot be implemented for a PDF ingester, because there's only one PDF to ingest
replaceAll(Context, DSpaceObject, File, PackageParameters) - Method in class org.dspace.content.packager.RoleIngester
 
replaceAllBitstreamPolicies(List<ResourcePolicy>) - Method in class org.dspace.content.Bundle
remove all of the policies for the bundle and bitstream contents and replace them with a new list of policies
replaceAllBitstreamPolicies(List<ResourcePolicy>) - Method in class org.dspace.content.Item
remove all of the policies for item's bitstreams and bundles and replace them with a new list of policies
replaceAllItemPolicies(List<ResourcePolicy>) - Method in class org.dspace.content.Item
remove all of the policies for item and replace them with a new list of policies
replaceModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if replace mode is enabled.
replaceObject(Context, DSpaceObject, METSManifest, File, PackageParameters, String) - Method in class org.dspace.content.packager.AbstractMETSIngester
Replace the contents of a single DSpace Object, based on the associated METS Manifest and the parameters passed to the METSIngester.
Report - Interface in org.dspace.app.statistics
Sn interface to a generic report generating class, and to provide the polymorphism necessary to allow the report generator to generate any number of different formats of report Note: This used to be an abstract class, but has been made an interface as there wasn't any logic contained within it.
report(String) - Method in class org.dspace.curate.AbstractCurationTask
Sends message to the reporting stream
report(String) - Method in class org.dspace.curate.Curator
Adds a message to the configured reporting stream.
ReporterDAO - Class in org.dspace.checker
This class will report information on the checksum checker process.
ReporterDAO() - Constructor for class org.dspace.checker.ReporterDAO
Default constructor
ReportGenerator - Class in org.dspace.app.statistics
This class performs the action of coordinating a usage report being generated using the standard internal aggregation file format as a basis.
ReportGenerator() - Constructor for class org.dspace.app.statistics.ReportGenerator
 
ReportTools - Class in org.dspace.app.statistics
This class provides a number of tools that may be useful to the methods which generate the different types of report
ReportTools() - Constructor for class org.dspace.app.statistics.ReportTools
 
REQUIRE_CERTIFICATE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
requireAdminRole(Context) - Static method in class org.dspace.app.util.AuthorizeUtil
Throw an AuthorizeException if the current user is not a System Admin
RequiredMetadata - Class in org.dspace.ctask.general
RequiredMetadata task compares item metadata with fields marked as required in input-forms.xml.
RequiredMetadata() - Constructor for class org.dspace.ctask.general.RequiredMetadata
 
requiresUI() - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
reset() - Method in class org.dspace.core.Email
"Reset" the message.
resetCounter() - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Resets the unique ID counter used by gensym() method to determine the @ID values of METS tags.
resetScheduler() - Static method in class org.dspace.harvest.OAIHarvester
 
ResolvedTask - Class in org.dspace.curate
ResolvedTask wraps an implementation of one of the CurationTask or ScriptedTask interfaces and provides for uniform invocation based on CurationTask methods.
ResolvedTask(String, CurationTask) - Constructor for class org.dspace.curate.ResolvedTask
 
ResolvedTask(String, ScriptedTask) - Constructor for class org.dspace.curate.ResolvedTask
 
resolveTask(String) - Method in class org.dspace.curate.TaskResolver
Returns a task implementation for a given task name, or null if no implementation could be obtained.
resolveToObject(Context, String) - Static method in class org.dspace.handle.HandleManager
Return the object which handle maps to, or null.
resolveToURL(Context, String) - Static method in class org.dspace.handle.HandleManager
Return the local URL for handle, or null if handle cannot be found.
ResourcePolicy - Class in org.dspace.authorize
Class representing a ResourcePolicy
RestartWorkflow - Class in org.dspace.xmlworkflow.migration
A utility class that will send all the worklfow items back to their submitters
RestartWorkflow() - Constructor for class org.dspace.xmlworkflow.migration.RestartWorkflow
 
restoreAuthSystemState() - Method in class org.dspace.core.Context
Restore the previous Authorisation System State.
restoreItem(Context, InProgressSubmission, String) - Static method in class org.dspace.content.InstallItem
Turn an InProgressSubmission into a fully-archived Item, for a "restore" operation such as ingestion of an AIP to recreate an archive.
restoreModeEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if restore mode is enabled.
RESULTS_PER_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
ResultsLogger - Class in org.dspace.checker
Collects results from a Checksum process and outputs them to a Log4j Logger.
ResultsLogger(Date) - Constructor for class org.dspace.checker.ResultsLogger
Main constructor.
ResultsPruner - Class in org.dspace.checker
Manages the deletion of results from the checksum history.
ResultsPruner() - Constructor for class org.dspace.checker.ResultsPruner
Default Constructor
resumeScheduler() - Static method in class org.dspace.harvest.OAIHarvester
Resume a paused harvest scheduler.
retrieve() - Method in class org.dspace.content.Bitstream
Retrieve the contents of the bitstream
retrieve(Context, int) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
Retrieve the bits for the bitstream with ID.
returnDispatcher(String, Dispatcher) - Static method in class org.dspace.event.EventManager
 
ReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an accept/reject action
ReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ReviewAction
 
RITEM - Static variable in class org.dspace.core.Constants
 
Role - Class in org.dspace.xmlworkflow
The role that is responsible for a certain step Can either be on a group in the repo, or a collection group or an item role will check for workflowItemRoles
Role(String, String, String, boolean, Role.Scope) - Constructor for class org.dspace.xmlworkflow.Role
 
Role.Scope - Enum in org.dspace.xmlworkflow
 
RoleCrosswalk - Class in org.dspace.content.crosswalk
Role Crosswalk
RoleCrosswalk() - Constructor for class org.dspace.content.crosswalk.RoleCrosswalk
 
RoleDisseminator - Class in org.dspace.content.packager
Plugin to export all Group and EPerson objects in XML, perhaps for reloading.
RoleDisseminator() - Constructor for class org.dspace.content.packager.RoleDisseminator
 
RoleIngester - Class in org.dspace.content.packager
Create EPersons and Groups from a file of external representations.
RoleIngester() - Constructor for class org.dspace.content.packager.RoleIngester
 
RoleMembers - Class in org.dspace.xmlworkflow
The members from a role, can either contains a list of epersons or groups
RoleMembers() - Constructor for class org.dspace.xmlworkflow.RoleMembers
 
ROMANIAN - Static variable in class org.dspace.text.filter.Language
 
row(String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Create a table row object that can be passed into the insert method, not commonly used unless the table has a referential integrity constraint.
run() - Method in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
runHarvest() - Method in class org.dspace.harvest.OAIHarvester
Performs a harvest cycle on this collection.
runImport(boolean, boolean, boolean, boolean) - Method in class org.dspace.app.bulkedit.MetadataImport
Run an import.

S

SampleAuthority - Class in org.dspace.content.authority
This is a *very* stupid test fixture for authority control, and also serves as a trivial example of an authority plugin implementation.
SampleAuthority() - Constructor for class org.dspace.content.authority.SampleAuthority
 
SampleStep - Class in org.dspace.submit.step
This is a Sample Step class which can be used as template for creating new custom Step processing classes!
SampleStep() - Constructor for class org.dspace.submit.step.SampleStep
 
save(String) - Method in class org.dspace.app.bulkedit.DSpaceCSV
Save the CSV file to the given filename
saveRegistry(String, String) - Static method in class org.dspace.administer.MetadataExporter
 
saveSchema(Context, XMLSerializer, String) - Static method in class org.dspace.administer.MetadataExporter
Serialize the schema registry.
scanHandles(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
scanNAs(ScanCallback) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
SCHEMA - Static variable in exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
Error with the schema
schema - Variable in class org.dspace.content.DCValue
Deprecated. The schema name of the metadata element
ScoreEvaluationAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for the score evaluation action This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreEvaluationAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
ScoreReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
This action will allow multiple users to rate a certain item if the mean of this score is higher then the minimum score the item will be sent to the next action/step else it will be rejected
ScoreReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.ScoreReviewAction
 
SCOTS - Static variable in class org.dspace.text.filter.Language
 
SCOTTISH_GAELIC - Static variable in class org.dspace.text.filter.Language
 
ScriptedTask - Interface in org.dspace.curate
ScriptedTask describes a rather generic ability to perform an operation upon a DSpace object.
ScriptLauncher - Class in org.dspace.app.launcher
A DSpace script launcher.
ScriptLauncher() - Constructor for class org.dspace.app.launcher.ScriptLauncher
 
search(Context, String) - Static method in class org.dspace.eperson.EPerson
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String, int, int) - Static method in class org.dspace.eperson.EPerson
Find the epeople that match the search query across firstname, lastname or email.
search(Context, String) - Static method in class org.dspace.eperson.Group
Find the groups that match the search query across eperson_group_id or name
search(Context, String, int, int) - Static method in class org.dspace.eperson.Group
Find the groups that match the search query across eperson_group_id or name
SEARCH_RESULTS_PAGE - Static variable in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
SearchConsumer - Class in org.dspace.search
Class for updating search indices from content events.
SearchConsumer() - Constructor for class org.dspace.search.SearchConsumer
 
searchResultCount(Context, String) - Static method in class org.dspace.eperson.EPerson
Returns the total number of epeople returned by a specific query, without the overhead of creating the EPerson objects to store the results.
searchResultCount(Context, String) - Static method in class org.dspace.eperson.Group
Returns the total number of groups returned by a specific query, without the overhead of creating the Group objects to store the results.
sectionHeader(String) - Method in class org.dspace.app.statistics.HTMLReport
output the section header in HTML format
sectionHeader(String) - Method in interface org.dspace.app.statistics.Report
output the section header in the relevant format
SELECT_CHANGE - Static variable in class org.dspace.submit.AbstractProcessingStep
Constant - Name of the "Select" list
SELECT_COLLECTION_STEP - Static variable in class org.dspace.app.util.SubmissionStepConfig
 
SelectCollectionStep - Class in org.dspace.submit.step
SelectCollection Step which processes the collection that the user selected in that step of the DSpace Submission process
SelectCollectionStep() - Constructor for class org.dspace.submit.step.SelectCollectionStep
 
SelectReviewerAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class for an action where an assigned user can assign another user to review the item
SelectReviewerAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
SELF_REGISTERED - Static variable in class org.dspace.content.packager.RoleDisseminator
 
SelfNamedPlugin - Class in org.dspace.core
Simple lightweight "framework" for managing plugins.
SelfNamedPlugin() - Constructor for class org.dspace.core.SelfNamedPlugin
 
SelfRegisterInputFormats - Interface in org.dspace.app.mediafilter
Interface to allow filters to register the input formats they handle (useful for exposing underlying capabilities of libraries used)
send() - Method in class org.dspace.core.Email
Sends the email.
sendAlert(HttpServletRequest, Exception) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Send an alert to the designated "alert recipient" - that is, when a database error or internal error occurs, this person is sent an e-mail with details.
sendEmail(Context, EPerson, List<Collection>, boolean) - Static method in class org.dspace.eperson.Subscribe
Sends an email to the given e-person with details of new items in the given collections, items that appeared yesterday.
sendForgotPasswordInfo(Context, String) - Static method in class org.dspace.eperson.AccountManager
Email forgot password info to the given email address.
sendInfo(Context, String, boolean, boolean) - Static method in class org.dspace.eperson.AccountManager
 
sendRegistrationInfo(Context, String) - Static method in class org.dspace.eperson.AccountManager
Email registration info to the given email address.
sendReport(File, int) - Method in class org.dspace.checker.DailyReportEmailer
Send the report through email.
sendWorkflowItemBackSubmission(Context, XmlWorkflowItem, EPerson, String, String) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
rejects an item - rejection means undoing a submit - WorkspaceItem is created, and the WorkflowItem is removed, user is emailed rejection_message.
SENTINEL - Static variable in interface org.dspace.checker.BitstreamDispatcher
This value should be returned by next() to indicate that there are no more values.
SENTINEL - Static variable in class org.dspace.checker.BitstreamInfoDAO
This value should be returned by next() to indicate that there are no more values.
setAction(int) - Method in class org.dspace.authorize.ResourcePolicy
set the action this policy authorizes
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setActionID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setActionUI(ActionInterface) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setAlterProvenance(boolean) - Method in class org.dspace.app.itemupdate.UpdateBitstreamsAction
Set variable to indicate that the dc.description.provenance field may be changed as a result of Bitstream changes by ItemUpdate
setAppend(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setArchived(boolean) - Method in class org.dspace.content.Item
Set the "is_archived" flag.
setAscending(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the results should be sorted in ascending order (on the given sort column) or descending order.
setAscending(boolean) - Method in class org.dspace.browse.BrowseDAOOracle
 
setAscending(boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setAscending(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setAuthority(String) - Method in class org.dspace.browse.BrowseInfo
 
setAuthority(String) - Method in class org.dspace.content.MetadataValue
Set the metadata authority
setAuthorityValue(String) - Method in interface org.dspace.browse.BrowseDAO
 
setAuthorityValue(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setAuthorityValue(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setAuthorityValue(String) - Method in class org.dspace.browse.BrowserScope
 
setBatchProcessingMode(boolean) - Static method in class org.dspace.search.DSIndexer
 
setBitSet(String) - Method in class org.dspace.event.Event
Keeps track of which consumers the event has been consumed by.
setBitstream(Bitstream) - Method in class org.dspace.app.util.SubmissionInfo
Sets the current bitstream we're working with (This is used during upload processes, or user interfaces that are dealing with bitstreams)
setBitstreamFilter(BitstreamFilter) - Method in class org.dspace.app.itemupdate.DeleteBitstreamsByFilterAction
Set filter
setBitstreamFormatId(String) - Method in class org.dspace.checker.BitstreamInfo
Set the Bitstream Format id.
setBitstreamFormatId(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the Bitstream Format id.
setBitstreamFound(boolean) - Method in class org.dspace.checker.BitstreamInfo
sets bitstreamFound.
setBrowseContainer(DSpaceObject) - Method in class org.dspace.browse.BrowseInfo
Set the DSpaceObject that is the container for this browse.
setBrowseContainer(DSpaceObject) - Method in class org.dspace.browse.BrowserScope
Set the DSpaceObject that is the container for this browse.
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseIndex(BrowseIndex) - Method in class org.dspace.browse.BrowserScope
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowseInfo
 
setBrowseLevel(int) - Method in class org.dspace.browse.BrowserScope
 
setBundle(Bundle) - Method in class org.dspace.app.util.SubmissionInfo
Sets the current bundle we're working with (This is used during upload processes, or user interfaces that are dealing with bundles/bitstreams)
setCacheLimit(int) - Method in class org.dspace.curate.Curator
Sets an upper limit for the number of objects in the context cache used in a curation, if context accessible.
setCalculatedChecksum(String) - Method in class org.dspace.checker.BitstreamInfo
calculatedChecksum accessor.
setCanLogIn(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user can log in
setCharset(String) - Method in class org.dspace.core.Email
 
setChecksumAlgorithm(String) - Method in class org.dspace.checker.BitstreamInfo
Set the checksum algorithm.
setChecksumAlgorithm(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the checksum algorithm.
setChecksumCalculated(String) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum calculated.
setChecksumCheckResult(String) - Method in class org.dspace.checker.BitstreamInfo
Sets checksumCheckResult.
setChecksumExpected(String) - Method in class org.dspace.checker.ChecksumHistory
Set the expected checksum.
setCollection(Collection) - Method in class org.dspace.browse.BrowserScope
 
setCollection(Collection) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setCollectionHandle(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets the handle of the collection to which this item is being submitted
setCollectionId(int) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setCollector(ChecksumResultsCollector) - Method in class org.dspace.checker.CheckerCommand
Set the collector that holds/logs the results for this process run.
setColumn(String, boolean) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the boolean b.
setColumn(String, String) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the String s.
setColumn(String, int) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the integer i.
setColumn(String, long) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the long l.
setColumn(String, double) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the double d.
setColumn(String, Date) - Method in class org.dspace.storage.rdbms.TableRow
Set column to the date d.
setColumnNull(String) - Method in class org.dspace.storage.rdbms.TableRow
Set column to an SQL NULL.
setCommunity(Community) - Method in class org.dspace.browse.BrowserScope
 
setConfidence(int) - Method in class org.dspace.content.MetadataValue
Set the metadata confidence
setConstraintDeferred(Context, String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Set the constraint check to deferred (commit time)
setConstraintImmediate(Context, String) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Set the constraint check to immediate (every query)
setContainerID(int) - Method in interface org.dspace.browse.BrowseDAO
Set the database id of the container object.
setContainerID(int) - Method in class org.dspace.browse.BrowseDAOOracle
 
setContainerID(int) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setContainerIDField(String) - Method in interface org.dspace.browse.BrowseDAO
set the name of the field in which to look for the container id.
setContainerIDField(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setContainerIDField(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setContainerTable(String) - Method in interface org.dspace.browse.BrowseDAO
If we have specified a container id and container field, we must also specify a container table.
setContainerTable(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setContainerTable(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setContext(Context) - Method in class org.dspace.browse.BrowserScope
 
setContext(Context) - Method in interface org.dspace.browse.ItemCountDAO
Set the DSpace Context to use during data access
setContext(Context) - Method in class org.dspace.browse.ItemCountDAOOracle
Set the dspace context to use
setContext(Context) - Method in class org.dspace.browse.ItemCountDAOPostgres
Set the dspace context to use
setContext(Context) - Method in class org.dspace.usage.UsageEvent
 
setCountValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of columns that we will be counting over.
setCountValues(String[]) - Method in class org.dspace.browse.BrowseDAOOracle
 
setCountValues(String[]) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setCurrentLocale(Locale) - Method in class org.dspace.core.Context
set the current Locale
setCurrentPage(HttpServletRequest, int) - Static method in class org.dspace.submit.AbstractProcessingStep
Set which page a user is currently viewing
setCurrentUser(EPerson) - Method in class org.dspace.core.Context
Set the current user.
setCurrentUser(int) - Method in class org.dspace.event.Event
 
setDatePattern(String) - Method in class org.dspace.app.util.DailyFileAppender
 
setDefaultDuration(long) - Method in class org.dspace.checker.ResultsPruner
The default duration before records are removed from the checksum history table.
setDelete(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setDeleted() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setDeleted(boolean) - Method in class org.dspace.checker.BitstreamInfo
Set the deleted flag.
setDeleted(boolean) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the deleted flag.
setDescription(String) - Method in class org.dspace.content.Bitstream
Set the description of the bitstream
setDescription(String) - Method in class org.dspace.content.BitstreamFormat
Set the description of the bitstream format
setDescription(String) - Method in class org.dspace.license.CCLicenseField
 
setDispatcher(BitstreamDispatcher) - Method in class org.dspace.checker.CheckerCommand
Set the dispatcher to be used by this run of the checker.
setDispatcher(String) - Method in class org.dspace.core.Context
Select an event dispatcher, null selects the default
setDispatcher(int) - Method in class org.dspace.event.Event
Set the identifier of the dispatcher that first processed this event.
setDistinct(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether this is a distinct value browse or not
setDistinct(boolean) - Method in class org.dspace.browse.BrowseDAOOracle
 
setDistinct(boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setElement(String) - Method in class org.dspace.administer.DCType
Deprecated. Set the DC element
setElement(String) - Method in class org.dspace.content.MetadataField
Set the element name.
setEmail(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's email
setEmbargo(Context, Item) - Method in class org.dspace.embargo.DefaultEmbargoSetter
Enforce embargo by turning off all read access to bitstreams in this Item.
setEmbargo(Context, Item, DCDate) - Static method in class org.dspace.embargo.EmbargoManager
Put an Item under embargo until the specified lift date.
setEmbargo(Context, Item) - Method in interface org.dspace.embargo.EmbargoSetter
Enforce embargo by (for example) turning off all read access to bitstreams in this Item.
setEndDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the end date for the report
setEndDate(Date) - Method in interface org.dspace.app.statistics.Report
set the end date for the report
setEndDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set end date for the policy
setEPerson(EPerson) - Method in class org.dspace.authorize.ResourcePolicy
assign an EPerson to this policy
setEPerson(EPerson) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setEpersonID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setEqualsComparator(boolean) - Method in interface org.dspace.browse.BrowseDAO
Set whether the query should use an equals comparator when doing less than or greater than comparisons.
setEqualsComparator(boolean) - Method in class org.dspace.browse.BrowseDAOOracle
 
setEqualsComparator(boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setErrorMsg(String) - Method in class org.dspace.search.QueryResults
set error message
setEtAl(int) - Method in class org.dspace.browse.BrowseInfo
set the number of metadata fields at which to truncate with "et al"
setEtAl(int) - Method in class org.dspace.browse.BrowserScope
 
setEtAl(int) - Method in class org.dspace.search.QueryArgs
set the number of metadata fields at which to truncate with "et al"
setEtAl(int) - Method in class org.dspace.search.QueryResults
set the number of metadata fields at which to truncate with "et al"
setEventService(EventService) - Method in class org.dspace.usage.AbstractUsageEventListener
 
setExecute(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setExplanation(String) - Method in class org.dspace.app.statistics.Statistics
set the explanatory or clarification information for this block of stats
setExtensions(String[]) - Method in class org.dspace.content.BitstreamFormat
Set the filename extensions associated with this format
setExtraLogInfo(String) - Method in class org.dspace.core.Context
Set extra information that should be added to any message logged in the scope of this context.
setExtraLogInfo(String) - Method in class org.dspace.event.Event
 
setFieldId(int) - Method in class org.dspace.content.MetadataValue
Set the field ID that the metadata value represents.
setFile(String) - Method in class org.dspace.app.util.DailyFileAppender
 
setFile(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setFileName(String) - Method in class org.dspace.browse.BrowseOutput
 
setFileOut(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setFilterMappingTables(String, String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the mapping tables to use for filtering
setFilterMappingTables(String, String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setFilterMappingTables(String, String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setFilterValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value to which all our browse results should be constrained.
setFilterValue(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setFilterValue(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setFilterValue(String) - Method in class org.dspace.browse.BrowserScope
Used for second-level item browses, to only display items that match the value
setFilterValueField(String) - Method in interface org.dspace.browse.BrowseDAO
Set he name of the field in which the value to constrain results is contained
setFilterValueField(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setFilterValueField(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setFilterValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setFilterValuePartial(boolean) - Method in interface org.dspace.browse.BrowseDAO
Sets whether we will treat the filter value as partial (like match), or exact
setFilterValuePartial(boolean) - Method in class org.dspace.browse.BrowseDAOOracle
 
setFilterValuePartial(boolean) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setFilterValuePartial(boolean) - Method in class org.dspace.browse.BrowserScope
Should the filter value be treated as partial, or exact
setFinished(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setFirstName(String) - Method in class org.dspace.eperson.EPerson
Set the eperson's first name
setFirstStep(Step) - Method in class org.dspace.xmlworkflow.state.Workflow
 
setFloor(int) - Method in class org.dspace.app.statistics.Statistics
set the floor value used in this stat block
setFocus(String) - Method in class org.dspace.browse.BrowseInfo
 
setFocusItem(int) - Method in class org.dspace.browse.BrowseInfo
 
setFormat(BitstreamFormat) - Method in class org.dspace.content.Bitstream
Set the format of the bitstream.
setGroup(Group) - Method in class org.dspace.authorize.ResourcePolicy
set Group for this policy
setGroup(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setGroupId(Group) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setGroupID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setHarvestDate(Date) - Method in class org.dspace.harvest.HarvestedItem
 
setHarvestMessage(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestMetadataConfig(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestParams(int, String, String, String) - Method in class org.dspace.harvest.HarvestedCollection
A function to set all harvesting-related parameters at once
setHarvestResult(Date, String) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestStartTime(Date) - Method in class org.dspace.harvest.HarvestedCollection
 
setHarvestStatus(int) - Method in class org.dspace.harvest.HarvestedCollection
Sets the current status of the collection.
setHarvestType(int) - Method in class org.dspace.harvest.HarvestedCollection
 
setHaveNA(byte[], boolean) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
setHitCount(int) - Method in class org.dspace.search.QueryResults
set total number of hits found by search engine, not number in hitHandles
setHitHandles(List<String>) - Method in class org.dspace.search.QueryResults
set the List of handles corresponding to hits
setHitIds(List<Integer>) - Method in class org.dspace.search.QueryResults
set the List of ids corresponding to hits
setHitTypes(List<Integer>) - Method in class org.dspace.search.QueryResults
set the List of types corresponding to handles
setID(int) - Method in class org.dspace.browse.BrowseItem
Set the database id of the item
setIgnoreAuthorization(boolean) - Method in class org.dspace.core.Context
Deprecated. use turnOffAuthorisationSystem() for make the change and restoreAuthSystemState() when change are not more required
setInfoFound(boolean) - Method in class org.dspace.checker.BitstreamInfo
infoFound accessor.
setIngestionLicense(String) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom ingestion license for this Crosswalk.
setInternal(boolean) - Method in class org.dspace.content.BitstreamFormat
Set whether the bitstream format is an internal format
setInternalId(String) - Method in class org.dspace.checker.BitstreamInfo
Set the Internal Id.
setInternalId(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the Internal Id.
setInterrupt(int) - Static method in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
setInterrupt(int, int) - Static method in class org.dspace.harvest.OAIHarvester.HarvestScheduler
 
setInvoked(Curator.Invoked) - Method in class org.dspace.curate.Curator
Assigns invocation mode.
setItem(Item) - Method in class org.dspace.app.bulkedit.BulkEditChange
Store the item - used when a new item is created
setItem(Item) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setItemId(int) - Method in class org.dspace.content.MetadataValue
Set the item ID.
setJumpToField(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets metadata field which JSP should "jump to" (i.e.
setJumpToField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the focus field upon which we will match a value from which to start the browse.
setJumpToField(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setJumpToField(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setJumpToItem(int) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValue(String) - Method in interface org.dspace.browse.BrowseDAO
Set the value upon which to start the browse from.
setJumpToValue(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setJumpToValue(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setJumpToValue(String) - Method in class org.dspace.browse.BrowserScope
 
setJumpToValueLang(String) - Method in class org.dspace.browse.BrowserScope
 
setKeepExistingModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable 'keep-existing' mode.
setKey(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setLabel(String) - Method in class org.dspace.license.CCLicenseField
 
setLanguage(String) - Method in class org.dspace.content.DCLanguage
Set the language and country
setLanguage(String) - Method in class org.dspace.content.MetadataValue
Set the language (e.g.
setLanguage(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's language.
setLastName(String) - Method in class org.dspace.eperson.EPerson
Set the eperson's last name
setLicense(String) - Method in class org.dspace.content.Collection
Set the license for this collection.
setLicense(Context, Item, String) - Static method in class org.dspace.license.CreativeCommons
This is a bit of the "do-the-right-thing" method for CC stuff in an item
setLicense(Context, Item, InputStream, String) - Static method in class org.dspace.license.CreativeCommons
Used by DSpaceMetsIngester
setLicenseId(String) - Method in class org.dspace.license.CCLicense
 
setLicenseName(String) - Method in class org.dspace.license.CCLicense
 
setLicenseRDF(Context, Item, String) - Static method in class org.dspace.license.CreativeCommons
setLicenseRDF CC Web Service method for setting the RDF bitstream
setLimit(int) - Method in interface org.dspace.browse.BrowseDAO
Set the limit for how many results should be returned.
setLimit(int) - Method in class org.dspace.browse.BrowseDAOOracle
 
setLimit(int) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setLogo(InputStream) - Method in class org.dspace.content.Collection
Give the collection a logo.
setLogo(InputStream) - Method in class org.dspace.content.Community
Give the community a logo.
setMainTitle(String, String) - Method in class org.dspace.app.statistics.HTMLReport
set the main title for the report
setMainTitle(String, String) - Method in interface org.dspace.app.statistics.Report
set the main title for the report
setMaxLogs(int) - Method in class org.dspace.app.util.DailyFileAppender
 
setMdType(MdWrap, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMdType(MdRef, String) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
 
setMetadata(String, String) - Method in class org.dspace.content.Collection
Set a metadata value
setMetadata(String, String) - Method in class org.dspace.content.Community
Set a metadata value
setMetadata(String, String) - Method in class org.dspace.eperson.EPerson
Set a metadata value
setMetadata(String) - Method in class org.dspace.sort.SortOption
 
setMIMEType(String) - Method in class org.dspace.content.BitstreamFormat
Set the MIME type of the bitstream format
setMinimumAcceptanceScore(int) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.ScoreEvaluationAction
 
setMissingFields(List<String>) - Method in class org.dspace.app.util.SubmissionInfo
Sets the form related indices of the required fields which were not filled out by the user.
setMoreBoxesFor(String) - Method in class org.dspace.app.util.SubmissionInfo
Sets the metadata field which user has requested more input boxes be displayed (by pressing "Add More" on one of the "Describe" pages)
setMultipleFiles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one file.
setMultipleFiles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleFiles(boolean) - Method in class org.dspace.workflow.WorkflowItem
 
setMultipleFiles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setMultipleTitles(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission is intended to have more than one title.
setMultipleTitles(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setMultipleTitles(boolean) - Method in class org.dspace.workflow.WorkflowItem
 
setMultipleTitles(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setName(String) - Method in class org.dspace.checker.BitstreamInfo
Set the name of the bitstream.
setName(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
The name of the bitstream.
setName(String) - Method in class org.dspace.content.Bitstream
Set the name of the bitstream
setName(String) - Method in class org.dspace.content.Bundle
Set the name of the bundle
setName(String) - Method in class org.dspace.content.MetadataSchema
Set the schema name.
setName(String) - Method in class org.dspace.eperson.Group
set name of group
setName(String) - Method in class org.dspace.sort.SortOption
 
setNamespace(String) - Method in class org.dspace.content.MetadataSchema
Set the schema namespace.
setNetid(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's netid
setNextOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setNumber(int) - Method in class org.dspace.sort.SortOption
 
setOaiID(String) - Method in class org.dspace.harvest.HarvestedItem
Set the oai_id associated with this item
setOaiSetId(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setOaiSource(String) - Method in class org.dspace.harvest.HarvestedCollection
 
setObject(DSpaceObject) - Method in class org.dspace.usage.UsageEvent
 
setOffset(int) - Method in interface org.dspace.browse.BrowseDAO
Get the offset from the first result from which to return results.
setOffset(int) - Method in class org.dspace.browse.BrowseDAOOracle
 
setOffset(int) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setOffset(int) - Method in class org.dspace.browse.BrowserScope
 
setOrder(String) - Method in class org.dspace.browse.BrowserScope
 
setOrder(int[]) - Method in class org.dspace.content.Bundle
Changes bitstream order according to the array
setOrder(int) - Method in class org.dspace.license.CCLicense
 
setOrderField(String) - Method in interface org.dspace.browse.BrowseDAO
Set the database field which will be used to sort result sets on
setOrderField(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setOrderField(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setOriginal(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setOutFile(String) - Method in class org.dspace.browse.IndexBrowse
 
setOutput(String) - Method in class org.dspace.app.statistics.HTMLReport
 
setOwner(EPerson) - Method in class org.dspace.workflow.WorkflowItem
set owner of WorkflowItem
setOwnerID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setOwningCollection(Collection) - Method in class org.dspace.app.bulkedit.BulkEditChange
Set the owning collection of an item
setOwningCollection(Collection) - Method in class org.dspace.content.Item
Set the owning Collection for the item
setPackagingParameters(PackageParameters) - Method in class org.dspace.content.crosswalk.AbstractPackagerWrappingCrosswalk
Set custom packaging parameters for this Crosswalk.
setPageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the page reached column (which represents the page reached within a stage/step)
setPageSize(int) - Method in class org.dspace.search.QueryArgs
set the count of hits to return; used to implement paged searching see the initializer for the default value
setPageSize(int) - Method in class org.dspace.search.QueryResults
set length of 'page' of results
setParameters(String, String, String, String, Date, Date, boolean) - Static method in class org.dspace.app.statistics.LogAnalyser
set the passed parameters up as global class variables.
setParameters(String) - Static method in class org.dspace.app.statistics.ReportGenerator
set the passed parameters up as global class variables.
setParent(WorkflowActionConfig) - Method in class org.dspace.xmlworkflow.state.actions.Action
 
setPassword(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's password
setPasswordHash(String) - Method in class org.dspace.eperson.EPerson
Set the EPerson's password hash
setPlace(int) - Method in class org.dspace.content.MetadataValue
Set the place ordering.
setPluginInstanceName(String) - Method in class org.dspace.core.SelfNamedPlugin
Set the name under which this plugin was instantiated.
setPolicies(Context, int, int, int, int, int, boolean, boolean) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPoliciesFilter(Context, int, int, int, int, int, boolean, boolean, String) - Static method in class org.dspace.authorize.PolicySet
Useful policy wildcard tool.
setPrevOffset(int) - Method in class org.dspace.browse.BrowseInfo
 
setPrimaryBitstreamID(int) - Method in class org.dspace.content.Bundle
Set the primary bitstream ID of the bundle
setPrint(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setProcessEndDate(Date) - Method in class org.dspace.checker.BitstreamInfo
The date and time this bitstream is finished being processed.
setProcessEndDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process end date.
setProcessingAction(Action) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setProcessStartDate(Date) - Method in class org.dspace.checker.BitstreamInfo
The date and time the processing started for this bitstream.
setProcessStartDate(Date) - Method in class org.dspace.checker.CheckerCommand
Set time at which checker process began.
setProcessStartDate(Date) - Method in class org.dspace.checker.ChecksumHistory
Set the process start date.
setPublishedBefore(boolean) - Method in interface org.dspace.content.InProgressSubmission
Indicate whether the submission has been published or publicly distributed before
setPublishedBefore(boolean) - Method in class org.dspace.content.WorkspaceItem
 
setPublishedBefore(boolean) - Method in class org.dspace.workflow.WorkflowItem
 
setPublishedBefore(boolean) - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
 
setQualifier(String) - Method in class org.dspace.administer.DCType
Deprecated. Set the DC qualifier
setQualifier(String) - Method in class org.dspace.content.MetadataField
Set the qualifier.
setQuery(String) - Method in class org.dspace.search.QueryArgs
set the query string
setRebuild(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setRecursiveModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable recursive mode.
setReference(String) - Method in class org.dspace.app.statistics.Stat
set the reference information
setRegex(String) - Static method in class org.dspace.app.statistics.LogAnalyser
set up the regular expressions to be used by this analyser.
setReinstated() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been deleted
setReplaceModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable replace mode.
setReplyTo(String) - Method in class org.dspace.core.Email
Set the reply-to email address
setReporter(String) - Method in class org.dspace.curate.Curator
Sets the reporting stream for this curator.
setReportVerbose(boolean) - Method in class org.dspace.checker.CheckerCommand
Set report errors only
setRequest(HttpServletRequest) - Method in class org.dspace.usage.UsageEvent
 
setRequireCertificate(boolean) - Method in class org.dspace.eperson.EPerson
Set require cert yes/no
setRequiresUI(boolean) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setResource(DSpaceObject) - Method in class org.dspace.authorize.ResourcePolicy
set both type and id of resource referred to by policy
setResourceID(int) - Method in class org.dspace.authorize.ResourcePolicy
If the policy refers to a single resource, this is the ID of that resource.
setResourceType(int) - Method in class org.dspace.authorize.ResourcePolicy
Set the type of the resource referred to by the policy
setRestoreModeEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable restore mode.
setResult(String) - Method in class org.dspace.checker.ChecksumHistory
Set the checksum processing result.
setResult(String) - Method in class org.dspace.curate.AbstractCurationTask
Assigns the result of the task performance
setResult(String, String) - Method in class org.dspace.curate.Curator
Assigns a result to the performance of the named task.
setResultName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the results column
setResultsPerPage(int) - Method in class org.dspace.browse.BrowseInfo
 
setResultsPerPage(int) - Method in class org.dspace.browse.BrowserScope
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.state.actions.processingaction.SelectReviewerAction
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
setRoleId(String) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
setSchemaID(int) - Method in class org.dspace.content.MetadataField
Set the schema record key.
setScopeNote(String) - Method in class org.dspace.administer.DCType
Deprecated. Set the scope note
setScopeNote(String) - Method in class org.dspace.content.MetadataField
Set the scope note.
setSectionHeader(String) - Method in class org.dspace.app.statistics.Statistics
set the header for this particular stats block
setSelectValues(String[]) - Method in interface org.dspace.browse.BrowseDAO
Set the array of values to select on.
setSelectValues(String[]) - Method in class org.dspace.browse.BrowseDAOOracle
 
setSelectValues(String[]) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setSelfRegistered(boolean) - Method in class org.dspace.eperson.EPerson
Indicate whether the user self-registered
setSequenceID(int) - Method in class org.dspace.content.Bitstream
Set the sequence ID of this bitstream
setShortDescription(String) - Method in class org.dspace.content.BitstreamFormat
Set the short description of the bitstream format
setSize(int) - Method in class org.dspace.checker.BitstreamInfo
Set the size.
setSize(long) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the size.
setSortBy(int) - Method in class org.dspace.browse.BrowserScope
 
setSortOption(SortOption) - Method in class org.dspace.browse.BrowseInfo
 
setSortOption(SortOption) - Method in class org.dspace.search.QueryArgs
 
setSortOrder(String) - Method in class org.dspace.search.QueryArgs
 
setSource(String) - Method in class org.dspace.checker.BitstreamInfo
Set the source.
setSource(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the source.
setSource(String) - Method in class org.dspace.content.Bitstream
Set the source of the bitstream
setSpecialGroup(int) - Method in class org.dspace.core.Context
set membership in a special group
setStageReached(int) - Method in class org.dspace.content.WorkspaceItem
Set the value of the stage reached column
setStart(int) - Method in class org.dspace.browse.IndexBrowse
 
setStart(int) - Method in class org.dspace.search.QueryArgs
set the offset of the desired search results, beginning with 0 ; used to page results (the default value is 0)
setStart(int) - Method in class org.dspace.search.QueryResults
set start of 'page' of results
setStartDate(Date) - Method in class org.dspace.app.statistics.HTMLReport
set the starting date for the report
setStartDate(Date) - Method in interface org.dspace.app.statistics.Report
set the starting date for the report
setStartDate(Date) - Method in class org.dspace.authorize.ResourcePolicy
Set the start date for the policy
setStartsWith(boolean) - Method in class org.dspace.browse.BrowseInfo
 
setStartsWith(String) - Method in class org.dspace.browse.BrowserScope
 
setState(int) - Method in class org.dspace.workflow.WorkflowItem
Set state of WorkflowItem
setStatement(Statement) - Method in class org.dspace.storage.rdbms.TableRowIterator
setStatement -- this method saves the statement used to do the query.
setStatName(String) - Method in class org.dspace.app.statistics.Statistics
set the name of the statistic column
setStdOut(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setStep(Step) - Method in class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setStepID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setStepNumber(int) - Method in class org.dspace.app.util.SubmissionStepConfig
Sets the number of this step in the current Submission process config.
setStoredChecksum(String) - Method in class org.dspace.checker.BitstreamInfo
Set the checksum.
setStoredChecksum(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the checksum.
setStoreNumber(int) - Method in class org.dspace.checker.BitstreamInfo
Set the store number.
setStoreNumber(int) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the store number.
setSubmissionItem(InProgressSubmission) - Method in class org.dspace.app.util.SubmissionInfo
Updates the current in progress submission item
setSubmitter(EPerson) - Method in class org.dspace.content.Item
Set the e-person that originally submitted this item.
setSupportLevel(int) - Method in class org.dspace.content.BitstreamFormat
Set the support level for this bitstream format - one of UNKNOWN,KNOWN or SUPPORTED.
setTable(String) - Method in interface org.dspace.browse.BrowseDAO
Set the name of the table to query
setTable(String) - Method in class org.dspace.browse.BrowseDAOOracle
 
setTable(String) - Method in class org.dspace.browse.BrowseDAOPostgres
 
setTable(String) - Method in class org.dspace.storage.rdbms.TableRow
 
setThumb(Bitstream) - Method in class org.dspace.content.Thumbnail
 
setToBeProcessed(boolean) - Method in class org.dspace.checker.BitstreamInfo
Sets toBeProcessed.
setTransactionID(String) - Method in class org.dspace.event.Event
Sets value of transactionID element of the event.
setTransactionScope(Curator.TxScope) - Method in class org.dspace.curate.Curator
Defines the transactional scope of curator executions.
setType(String) - Method in class org.dspace.app.util.SyndicationFeed
Sets the feed type for XML delivery, e.g.
setType(String) - Method in class org.dspace.license.CCLicenseField
 
setType(String) - Method in class org.dspace.sort.SortOption
 
setUnits(String) - Method in class org.dspace.app.statistics.Stat
set the units of this statistic
setUseCollectionTemplate(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable Collection Template for Item ingestion.
setUserFormatDescription(String) - Method in class org.dspace.checker.BitstreamInfo
Set the user format description.
setUserFormatDescription(String) - Method in class org.dspace.checker.DSpaceBitstreamInfo
Set the user format description.
setUserFormatDescription(String) - Method in class org.dspace.content.Bitstream
Set the user's format description.
setUserID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setValue(String) - Method in class org.dspace.browse.BrowseInfo
 
setValue(String) - Method in class org.dspace.content.MetadataValue
Set the metadata value
setVerbose(boolean) - Method in class org.dspace.browse.BrowseOutput
 
setVerbose(boolean) - Method in class org.dspace.browse.IndexBrowse
 
setVocabulary(String) - Method in class org.dspace.app.util.DCInput
Set the name of the controlled vocabulary that is associated with this field
setWithdrawn() - Method in class org.dspace.app.bulkedit.BulkEditChange
Set that this item has been withdrawn
setWithHost(boolean) - Method in class org.dspace.app.util.DailyFileAppender
 
setWorkflowEnabled(boolean) - Method in class org.dspace.content.packager.PackageParameters
Utility method to enable/disable workflow for Item ingestion.
setWorkflowGroup(int, Group) - Method in class org.dspace.content.Collection
Set the workflow group corresponding to a particular workflow step.
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setWorkflowID(String) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowItemID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
setWorkflowItemID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
setWorkflowItemID(int) - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
setWorkflowItemId(int) - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
SFXFileReader - Class in org.dspace.app.sfx
 
SFXFileReader() - Constructor for class org.dspace.app.sfx.SFXFileReader
 
SHERPARoMEOJournalTitle - Class in org.dspace.content.authority
Sample Journal-name authority based on SHERPA/RoMEO WARNING: This is a very crude and incomplete implementation, done mainly as a proof-of-concept.
SHERPARoMEOJournalTitle() - Constructor for class org.dspace.content.authority.SHERPARoMEOJournalTitle
 
SHERPARoMEOProtocol - Class in org.dspace.content.authority
Choice Authority based on SHERPA/RoMEO - for Publishers and Journals See the subclasses SHERPARoMEOPublisher and SHERPARoMEOJournalTitle for actual choice plugin implementations.
SHERPARoMEOProtocol() - Constructor for class org.dspace.content.authority.SHERPARoMEOProtocol
 
SHERPARoMEOPublisher - Class in org.dspace.content.authority
Sample Publisher name authority based on SHERPA/RoMEO WARNING: This is a very crude and incomplete implementation, done mainly as a proof-of-concept.
SHERPARoMEOPublisher() - Constructor for class org.dspace.content.authority.SHERPARoMEOPublisher
 
SHETLAND_ENGLISH - Static variable in class org.dspace.text.filter.Language
 
ShibAuthentication - Class in org.dspace.authenticate
Shibboleth authentication for DSpace, tested on Shibboleth 1.3.x and Shibboleth 2.x.
ShibAuthentication() - Constructor for class org.dspace.authenticate.ShibAuthentication
 
shutdown() - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
shutdown() - Static method in class org.dspace.storage.rdbms.DatabaseManager
Provide a means for a (web) application to cleanly terminate the connection pool.
SimpleDCDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Disseminator for Simple Dublin Core metadata in XML format.
SimpleDCDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.SimpleDCDisseminationCrosswalk
 
SimpleDispatcher - Class in org.dspace.checker
An implementation of the selection strategy that selects bitstreams in the order that they were last checked, looping endlessly.
SimpleDispatcher(BitstreamInfoDAO, Date, boolean) - Constructor for class org.dspace.checker.SimpleDispatcher
Creates a new SimpleDispatcher.
SimpleDSpaceObjectLicenseFormatter - Class in org.dspace.content.license
This is a simple implementation of the LicenseArgumentFormatter for a DSpaceObject.
SimpleDSpaceObjectLicenseFormatter() - Constructor for class org.dspace.content.license.SimpleDSpaceObjectLicenseFormatter
 
SimpleReporter - Interface in org.dspace.checker
Simple Reporting Class which can return several different reports.
SimpleReporterImpl - Class in org.dspace.checker
Simple Reporter implementation.
SimpleReporterImpl() - Constructor for class org.dspace.checker.SimpleReporterImpl
Main Constructor.
SingleUserReviewAction - Class in org.dspace.xmlworkflow.state.actions.processingaction
Processing class of an action where a single user has been assigned and he can either accept/reject the workflow item or reject the task
SingleUserReviewAction() - Constructor for class org.dspace.xmlworkflow.state.actions.processingaction.SingleUserReviewAction
 
Site - Class in org.dspace.content
Represents the root of the DSpace Archive.
Site() - Constructor for class org.dspace.content.Site
 
SITE - Static variable in class org.dspace.core.Constants
DSpace site type
site2Metadata(Site) - Method in class org.dspace.content.crosswalk.MODSDisseminationCrosswalk
Generate a list of metadata elements for the given DSpace site.
SITE_ID - Static variable in class org.dspace.content.Site
"database" identifier of the site
SitemapsOrgGenerator - Class in org.dspace.app.sitemap
Class for generating Sitemaps to improve search engine coverage of the DSpace site and limit the server load caused by crawlers.
SitemapsOrgGenerator(File, String, String) - Constructor for class org.dspace.app.sitemap.SitemapsOrgGenerator
Construct a sitemaps.org protocol sitemap generator, writing files to the given directory, and with the sitemaps eventually exposed at starting with the given URL stem and tail.
SkipInitialQuestionsStep - Class in org.dspace.submit.step
This is a Simple Step class that need to be used when you want skip the initial questions step!
SkipInitialQuestionsStep() - Constructor for class org.dspace.submit.step.SkipInitialQuestionsStep
 
sort() - Method in class org.dspace.license.CCLookup
sort sort the licenses according to the configuration file
sortColumnMaxChars - Variable in class org.dspace.browse.BrowseDAOUtilsDefault
Maximum number of characters for sort columns
sortDatesDescending(Date[]) - Static method in class org.dspace.app.statistics.StatisticsLoader
Sort the date array in descending (reverse chronological) order
SortException - Exception in org.dspace.sort
Just a quick SortException class to give us the relevant data type
SortException() - Constructor for exception org.dspace.sort.SortException
 
SortException(String) - Constructor for exception org.dspace.sort.SortException
 
SortException(String, Throwable) - Constructor for exception org.dspace.sort.SortException
 
SortException(Throwable) - Constructor for exception org.dspace.sort.SortException
 
SortOption - Class in org.dspace.sort
Class to mediate with the sort configuration
SortOption(int, String, String, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object with the given parameters
SortOption(int, String) - Constructor for class org.dspace.sort.SortOption
Construct a new SortOption object using the definition from the configuration
SPANISH - Static variable in class org.dspace.text.filter.Language
 
sql(String) - Method in class org.dspace.browse.BrowseOutput
Pass in some SQL.
StandardInitialArticleWord - Class in org.dspace.text.filter
Implements existing DSpace initial article word behaviour Note: This only works for languages defined with ISO code entries.
StandardInitialArticleWord() - Constructor for class org.dspace.text.filter.StandardInitialArticleWord
 
start - Variable in class org.dspace.content.authority.Choices
Index of start of this result wrt.
start(Context, WorkspaceItem) - Static method in class org.dspace.workflow.WorkflowManager
startWorkflow() begins a workflow - in a single transaction do away with the PersonalWorkspace entry and turn it into a WorkflowItem.
start(Context, WorkspaceItem) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
 
startNewFile() - Method in class org.dspace.app.sitemap.AbstractGenerator
Start writing a new sitemap file.
startNewScheduler() - Static method in class org.dspace.harvest.OAIHarvester
Start harvest scheduler.
startWithoutNotify(Context, WorkspaceItem) - Static method in class org.dspace.workflow.WorkflowManager
startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally
startWithoutNotify(Context, WorkspaceItem) - Static method in class org.dspace.xmlworkflow.XmlWorkflowManager
startWithoutNotify() starts the workflow normally, but disables notifications (useful for large imports,) for the first workflow step - subsequent notifications happen normally
Stat - Class in org.dspace.app.statistics
This is a primitive class to represent a single statistic, which will generally be a key value pair but with the capabilities for being sorted Note: this class has a natural ordering that is inconsistent with equals
statBlock(Statistics) - Method in class org.dspace.app.statistics.HTMLReport
output the report block based on the passed mapping, where the mapping sould be "name of report element" => "value", where both sides of the mapping should be Strings.
statBlock(Statistics) - Method in interface org.dspace.app.statistics.Report
output the report block based on the passed statistics object array
Statistics - Class in org.dspace.app.statistics
This class provides a wrapper for a related set of statistics.
StatisticsLoader - Class in org.dspace.app.statistics
Helper class for loading the analysis / report files from the reports directory
StatisticsLoader() - Constructor for class org.dspace.app.statistics.StatisticsLoader
 
STATUS_BUSY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_CANCEL_PRUNE - Static variable in class org.dspace.submit.step.InitialQuestionsStep
 
STATUS_COMPLETE - Static variable in class org.dspace.submit.AbstractProcessingStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required)
STATUS_CONTAINS_VIRUS - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_EDIT_BITSTREAM - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_EDIT_COMPLETE - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_INTEGRITY_ERROR - Static variable in class org.dspace.submit.step.UploadStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_INVALID_COLLECTION - Static variable in class org.dspace.submit.step.SelectCollectionStep
 
STATUS_LICENSE_REJECTED - Static variable in class org.dspace.submit.step.CCLicenseStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_LICENSE_REJECTED - Static variable in class org.dspace.submit.step.LicenseStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_MISSING_REQUIRED_FIELDS - Static variable in class org.dspace.submit.step.DescribeStep
 
STATUS_MORE_INPUT_REQUESTED - Static variable in class org.dspace.submit.step.DescribeStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_NO_COLLECTION - Static variable in class org.dspace.submit.step.SelectCollectionStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_NO_FILES_ERROR - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_OAI_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_QUEUED - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_READY - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_THESIS_REJECTED - Static variable in class org.dspace.submit.step.InitialQuestionsStep
 
STATUS_UNKNOWN_ERROR - Static variable in class org.dspace.harvest.HarvestedCollection
 
STATUS_UNKNOWN_FORMAT - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_UPLOAD_ERROR - Static variable in class org.dspace.submit.step.UploadStep
 
STATUS_USER_INPUT_ERROR - Static variable in class org.dspace.submit.step.SampleStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_VERIFY_PRUNE - Static variable in class org.dspace.submit.step.InitialQuestionsStep
STATUS / ERROR FLAGS (returned by doProcessing() if an error occurs or additional user interaction may be required) (Do NOT use status of 0, since it corresponds to STATUS_COMPLETE flag defined in the JSPStepManager class)
STATUS_VIRUS_CHECKER_UNAVAILABLE - Static variable in class org.dspace.submit.step.UploadStep
 
Step - Class in org.dspace.xmlworkflow.state
A class that contains all the data of an xlworkflow step
Step(String, Workflow, Role, UserSelectionActionConfig, List<String>, Map<Integer, String>, int) - Constructor for class org.dspace.xmlworkflow.state.Step
 
STOP_WORDS - Static variable in class org.dspace.search.DSAnalyzer
 
stopScheduler() - Static method in class org.dspace.harvest.OAIHarvester
Stop an active harvest scheduler.
stopSet - Variable in class org.dspace.search.DSAnalyzer
 
store(Context, InputStream) - Static method in class org.dspace.storage.bitstore.BitstreamStorageManager
Store a stream of bits.
storeOriginalURL(HttpServletRequest) - Static method in class org.dspace.xmlworkflow.WorkflowUtils
Put the original request URL into the request object as an attribute for later use.
StreamDisseminationCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface crosswalk metadata directly from a DSpace Object to an output stream, in a specific format.
StreamIngestionCrosswalk - Interface in org.dspace.content.crosswalk
A class implementing this interface can crosswalk metadata directly from a stream (assumed to be in a specific format) to the object.
StripDiacritics - Class in org.dspace.text.filter
Strips decomposed diacritic characters from the supplied string
StripDiacritics() - Constructor for class org.dspace.text.filter.StripDiacritics
 
StripLeadingNonAlphaNum - Class in org.dspace.text.filter
 
StripLeadingNonAlphaNum() - Constructor for class org.dspace.text.filter.StripLeadingNonAlphaNum
 
StructBuilder - Class in org.dspace.administer
This class deals with importing community and collection structures from an XML file.
StructBuilder() - Constructor for class org.dspace.administer.StructBuilder
 
subAppend(LoggingEvent) - Method in class org.dspace.app.util.DailyFileAppender
 
SUBJECT_MASK - Static variable in class org.dspace.event.Event
Index of filter parts in their array:
SUBMISSION_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view by the end user during submission.
SubmissionConfig - Class in org.dspace.app.util
Class representing a single Item Submission config definition, organized into steps.
SubmissionConfig(String, List<Map<String, String>>, boolean) - Constructor for class org.dspace.app.util.SubmissionConfig
Constructs a new Submission Configuration object, based on the XML configuration file (item-submission.xml)
SubmissionConfigReader - Class in org.dspace.app.util
Item Submission configuration generator for DSpace.
SubmissionConfigReader() - Constructor for class org.dspace.app.util.SubmissionConfigReader
Load Submission Configuration from the item-submission.xml configuration file
SubmissionInfo - Class in org.dspace.app.util
Information about an item being editing with the submission UI
SubmissionStepConfig - Class in org.dspace.app.util
Class representing configuration for a single step within an Item Submission Process.
SubmissionStepConfig() - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating an empty SubmissionStepConfig object
SubmissionStepConfig(Map<String, String>) - Constructor for class org.dspace.app.util.SubmissionStepConfig
Class constructor for creating a SubmissionStepConfig object based on the contents of a HashMap initialized by the SubmissionConfig object.
SUBMIT_MORE_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to submit more files *
SUBMIT_SKIP_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to skip uploading a file *
SUBMIT_UPLOAD_BUTTON - Static variable in class org.dspace.submit.step.UploadStep
Button to upload a file *
Subscribe - Class in org.dspace.eperson
Class defining methods for sending new item e-mail alerts to users
Subscribe() - Constructor for class org.dspace.eperson.Subscribe
 
subscribe(Context, EPerson, Collection) - Static method in class org.dspace.eperson.Subscribe
Subscribe an e-person to a collection.
SUCCESS - Static variable in interface org.dspace.authenticate.AuthenticationMethod
Authenticated OK, EPerson has been set.
SupervisedItem - Class in org.dspace.content
Class to handle WorkspaceItems which are being supervised.
Supervisor - Class in org.dspace.eperson
Class to represent the supervisor, primarily for use in applying supervisor activities to the database, such as setting and unsetting supervision orders and so forth.
SUPPORTED - Static variable in class org.dspace.content.BitstreamFormat
The "supported" support level - for bitstream formats known to the system and fully supported.
SUPPRESS_UNDO_FILENAME - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
Suspendable - Annotation Type in org.dspace.curate
Annotation type for CurationTasks.
SWEDISH - Static variable in class org.dspace.text.filter.Language
 
SyndicationFeed - Class in org.dspace.app.util
Invoke ROME library to assemble a generic model of a syndication for the given list of Items and scope.
SyndicationFeed(String) - Constructor for class org.dspace.app.util.SyndicationFeed
Constructor.

T

TabFileUsageEventListener - Class in org.dspace.usage
Serialize AbstractUsageEvent data to a file as Tab deliminated.
TabFileUsageEventListener() - Constructor for class org.dspace.usage.TabFileUsageEventListener
 
TableRow - Class in org.dspace.storage.rdbms
Represents a database row.
TableRow(String, List<String>) - Constructor for class org.dspace.storage.rdbms.TableRow
Constructor
TableRowIterator - Class in org.dspace.storage.rdbms
Represents the results of a database query
tables() - Static method in class org.dspace.browse.BrowseIndex
Deprecated.  
TAGALOG - Static variable in class org.dspace.text.filter.Language
 
targetFields - Variable in class org.dspace.app.itemupdate.UpdateMetadataAction
 
taskBooleanProperty(String, boolean) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration boolean property value for passed name, else passed default value if no properties defined or no value for passed key.
taskId - Variable in class org.dspace.curate.AbstractCurationTask
 
taskIntProperty(String, int) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration integer property value for passed name, else passed default value if no properties defined or no value for passed key.
taskLongProperty(String, long) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration long property value for passed name, else passed default value if no properties defined or no value for passed key.
taskProperty(String) - Method in class org.dspace.curate.AbstractCurationTask
Returns task configuration property value for passed name, else null if no properties defined or no value for passed key.
TaskQueue - Interface in org.dspace.curate
TaskQueue objects manage access to named queues of task entries.
TaskQueueEntry - Class in org.dspace.curate
TaskQueueEntry defines the record or entry in the named task queues.
TaskQueueEntry(String, long, List<String>, String) - Constructor for class org.dspace.curate.TaskQueueEntry
TaskQueueEntry constructor with enumerated field values.
TaskQueueEntry(String) - Constructor for class org.dspace.curate.TaskQueueEntry
Constructor with a pipe-separated list of field values.
TaskResolver - Class in org.dspace.curate
TaskResolver takes a logical name of a curation task and attempts to deliver a suitable implementation object.
TaskResolver() - Constructor for class org.dspace.curate.TaskResolver
 
TECH_REPORT_ID - Static variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_INSTITUTION - Static variable in class org.dspace.app.util.GoogleMetadata
 
TECH_REPORT_NUMBER - Static variable in class org.dspace.app.util.GoogleMetadata
 
TEMPLATE_TYPE_SUFFIX - Static variable in class org.dspace.content.packager.AbstractMETSDisseminator
Suffix for Template objects (e.g.
templates - Static variable in class org.dspace.license.CreativeCommons
 
templates - Static variable in class org.dspace.license.LicenseCleanup
 
termsOpen - Variable in class org.dspace.embargo.DefaultEmbargoSetter
 
TestConsumer - Class in org.dspace.event
Demonstration and test consumer for the event system.
TestConsumer() - Constructor for class org.dspace.event.TestConsumer
 
testTableExistence(String) - Method in interface org.dspace.browse.BrowseCreateDAO
Find out of a given table exists.
testTableExistence(String) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
testTableExistence(String) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
TEXT - Static variable in class org.dspace.sort.OrderFormat
 
TextFilter - Interface in org.dspace.text.filter
Define an interface for all browse ordering filters.
Thumbnail - Class in org.dspace.content
Wrapper class for bitstreams with Thumbnails associated with them for convenience in the browse system
Thumbnail(Bitstream, Bitstream) - Constructor for class org.dspace.content.Thumbnail
Construct a new thumbnail using the two bitstreams
ThumbnailBitstreamFilter - Class in org.dspace.app.itemupdate
Bitstream filter targetting the THUMBNAIL bundle
ThumbnailBitstreamFilter() - Constructor for class org.dspace.app.itemupdate.ThumbnailBitstreamFilter
 
TITLE - Static variable in class org.dspace.app.util.GoogleMetadata
 
TITLE - Static variable in class org.dspace.sort.OrderFormat
 
toCSV(List<String>) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Write this line out as a CSV formatted string, in the order given by the headings provided
toDate() - Method in class org.dspace.content.DCDate
Get the date as a Java Date object.
toHex(byte[]) - Static method in class org.dspace.core.Utils
Return a hex representation of the byte array
toHex(byte[]) - Static method in class org.dspace.curate.Utils
 
toList() - Method in class org.dspace.storage.rdbms.TableRowIterator
Saves all the values returned by iterator into a list.
topLink() - Method in class org.dspace.app.statistics.HTMLReport
provide a link back to the top of the page
toStdOut() - Method in class org.dspace.browse.IndexBrowse
 
toString() - Method in class org.dspace.app.bulkedit.DSpaceCSV
Return the csv file as one long formatted string
toString() - Method in class org.dspace.app.itemupdate.ContentsEntry
 
toString() - Method in class org.dspace.browse.BrowseInfo
Utility method for obtaining a string representation of the browse.
toString() - Method in class org.dspace.checker.BitstreamInfo
Describes this BitstreamInfo.
toString() - Method in class org.dspace.checker.DSpaceBitstreamInfo
Describes this BitstreamInfo.
toString() - Method in class org.dspace.content.DCDate
Get the date as a string to put back in the Dublin Core.
toString() - Method in class org.dspace.content.DCLanguage
Write the language out to the database
toString() - Method in class org.dspace.content.DCPersonName
Return a string for writing the name to the database
toString() - Method in class org.dspace.content.DCSeriesNumber
Write as raw DC value
toString() - Method in exception org.dspace.content.packager.PackageException
 
toString() - Method in class org.dspace.curate.TaskQueueEntry
Returns a string representation of the entry
toString() - Method in class org.dspace.event.Event
 
toString() - Method in class org.dspace.storage.rdbms.TableRow
Return a String representation of this object.
toString() - Method in exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
toString() - Method in exception org.dspace.xmlworkflow.WorkflowException
 
total - Variable in class org.dspace.content.authority.Choices
Count of total results available
translate(String) - Static method in class org.dspace.app.statistics.ReportGenerator
look the given text up in the action map table and return a translated value if one exists.
translateGroupNameForExport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
When DSpace creates Default Group Names they are of a very specific format, for example: COMMUNITY_[ID]_ADMIN COLLECTION_[ID]_ADMIN COLLECTION_[ID]_SUBMIT COLLECTION_[ID]_WORKFLOW_STEP_#
translateGroupNameForImport(Context, String) - Static method in class org.dspace.content.packager.PackageUtils
This method does the exact opposite of the translateGroupNameForExport() method.
translateText(String, String, String) - Method in class org.dspace.ctask.general.AbstractTranslator
 
translateText(String, String, String) - Method in class org.dspace.ctask.general.MicrosoftTranslator
 
truncateSortValue(String) - Method in interface org.dspace.browse.BrowseDAOUtils
Truncate strings that are to be used for sorting
truncateSortValue(String, int) - Method in interface org.dspace.browse.BrowseDAOUtils
Deprecated.  
truncateSortValue(String) - Method in class org.dspace.browse.BrowseDAOUtilsDefault
Truncate strings that are to be used for sorting
truncateSortValue(String, int) - Method in class org.dspace.browse.BrowseDAOUtilsDefault
Deprecated.  
truncateValue(String) - Method in interface org.dspace.browse.BrowseDAOUtils
Truncate strings that are to be used for the 'value' columns
truncateValue(String, int) - Method in interface org.dspace.browse.BrowseDAOUtils
Deprecated.  
truncateValue(String) - Method in class org.dspace.browse.BrowseDAOUtilsDefault
Truncate strings that are to be used for the 'value' columns
truncateValue(String, int) - Method in class org.dspace.browse.BrowseDAOUtilsDefault
Deprecated.  
TURKISH - Static variable in class org.dspace.text.filter.Language
 
turnOffAuthorisationSystem() - Method in class org.dspace.core.Context
Turn Off the Authorisation System for this context and store this change in a history for future use.
TYPE - Static variable in class org.dspace.content.packager.RoleDisseminator
 
TYPE_DMD - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_DMDREF - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_FULL - Static variable in class org.dspace.harvest.HarvestedCollection
 
TYPE_NONE - Static variable in class org.dspace.harvest.HarvestedCollection
 
typeText - Static variable in class org.dspace.core.Constants
lets you look up type names from the type IDs

U

UITYPE_JSPUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
UITYPE_XMLUI - Static variable in class org.dspace.app.util.SyndicationFeed
 
unbindHandle(Context, DSpaceObject) - Static method in class org.dspace.handle.HandleManager
Removes binding of Handle to a DSpace object, while leaving the Handle in the table so it doesn't get reallocated.
unclaim(Context, WorkflowItem, EPerson) - Static method in class org.dspace.workflow.WorkflowManager
unclaim() returns an owned task/item to the pool
unescapeLogField(String) - Static method in class org.dspace.core.LogManager
Unescape a log field.
unIndexContent(Context, DSpaceObject) - Static method in class org.dspace.search.DSIndexer
unIndex removes an Item, Collection, or Community only works if the DSpaceObject has a handle (uses the handle for its unique ID)
unIndexContent(Context, String) - Static method in class org.dspace.search.DSIndexer
Unindex a Document in the Lucene Index.
UNKNOWN - Static variable in class org.dspace.content.BitstreamFormat
The "unknown" support level - for bitstream formats that are unknown to the system
unParseDate(Date) - Static method in class org.dspace.app.statistics.LogAnalyser
Take the date object and convert it into a string of the form YYYY-MM-DD
unsetPrimaryBitstreamID() - Method in class org.dspace.content.Bundle
Unset the primary bitstream ID of the bundle
unsubscribe(Context, EPerson, Collection) - Static method in class org.dspace.eperson.Subscribe
Unsubscribe an e-person to a collection.
update() - Method in class org.dspace.administer.DCType
Deprecated.  
update() - Method in class org.dspace.authorize.ResourcePolicy
Update the ResourcePolicy
update(BitstreamInfo) - Method in class org.dspace.checker.BitstreamInfoDAO
Updates most_recent_checksum with latest checksum and result of comparison with previous checksum.
update() - Method in class org.dspace.content.Bitstream
Update the bitstream metadata.
update() - Method in class org.dspace.content.BitstreamFormat
Update the bitstream format metadata
update() - Method in class org.dspace.content.Bundle
Update the bundle metadata
update() - Method in class org.dspace.content.Collection
Update the collection metadata (including logo, and workflow groups) to the database.
update() - Method in class org.dspace.content.Community
Update the community metadata (including logo) to the database.
update() - Method in interface org.dspace.content.InProgressSubmission
Update the submission, including the unarchived item.
update() - Method in class org.dspace.content.Item
Update the item "in archive" flag and Dublin Core metadata in the database
update(Context) - Method in class org.dspace.content.MetadataField
Update the metadata field in the database.
update(Context) - Method in class org.dspace.content.MetadataSchema
Update the metadata schema in the database.
update(Context) - Method in class org.dspace.content.MetadataValue
Update the metadata value in the database.
update() - Method in class org.dspace.content.Site
 
update() - Method in class org.dspace.content.WorkspaceItem
Update the workspace item, including the unarchived item.
update() - Method in class org.dspace.eperson.EPerson
Update the EPerson
update() - Method in class org.dspace.eperson.Group
Update the group - writing out group object and EPerson list if necessary
update() - Method in class org.dspace.harvest.HarvestedCollection
 
update() - Method in class org.dspace.harvest.HarvestedItem
 
update(Context, TableRow) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Update changes to the RDBMS.
update() - Method in class org.dspace.workflow.WorkflowItem
Update the workflow item, including the unarchived item.
update() - Method in class org.dspace.xmlworkflow.storedcomponents.ClaimedTask
 
update() - Method in class org.dspace.xmlworkflow.storedcomponents.CollectionRole
 
update() - Method in class org.dspace.xmlworkflow.storedcomponents.InProgressUser
 
update() - Method in class org.dspace.xmlworkflow.storedcomponents.PoolTask
 
update() - Method in class org.dspace.xmlworkflow.storedcomponents.WorkflowItemRole
 
update() - Method in class org.dspace.xmlworkflow.storedcomponents.XmlWorkflowItem
Update the workflow item, including the unarchived item.
UpdateAction - Interface in org.dspace.app.itemupdate
Interface for actions to update an item
UpdateBitstreamsAction - Class in org.dspace.app.itemupdate
Base class for Bitstream actions
UpdateBitstreamsAction() - Constructor for class org.dspace.app.itemupdate.UpdateBitstreamsAction
 
updateCommunityMappings(int) - Method in interface org.dspace.browse.BrowseCreateDAO
 
updateCommunityMappings(int) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
updateCommunityMappings(int) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
updateDistinctMappings(String, int, Set<Integer>) - Method in interface org.dspace.browse.BrowseCreateDAO
Update a mapping between an item id and a distinct metadata field such as an author, who can appear in multiple items.
updateDistinctMappings(String, int, Set<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
updateDistinctMappings(String, int, Set<Integer>) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
updateDSpaceObject(DSpaceObject) - Static method in class org.dspace.content.packager.PackageUtils
Commit all recent changes to DSpaceObject.
UpdateHandlePrefix - Class in org.dspace.handle
A script to update the handle values in the database.
UpdateHandlePrefix() - Constructor for class org.dspace.handle.UpdateHandlePrefix
 
updateIndex(String, int, Map<Integer, String>) - Method in interface org.dspace.browse.BrowseCreateDAO
Updates an index record into the given table for the given item id.
updateIndex(String, int, Map<Integer, String>) - Method in class org.dspace.browse.BrowseCreateDAOOracle
 
updateIndex(String, int, Map<Integer, String>) - Method in class org.dspace.browse.BrowseCreateDAOPostgres
 
updateIndex(Context) - Static method in class org.dspace.search.DSIndexer
Iterates over all Items, Collections and Communities.
updateIndex(Context, boolean) - Static method in class org.dspace.search.DSIndexer
Iterates over all Items, Collections and Communities.
UpdateMetadataAction - Class in org.dspace.app.itemupdate
This abstract subclass for metadata actions maintains a collection for the target metadata fields expressed as a string in the compound notation ( .. ) on which to apply the action when the method execute is called.
UpdateMetadataAction() - Constructor for class org.dspace.app.itemupdate.UpdateMetadataAction
 
updateMissingBitstreams() - Method in class org.dspace.checker.BitstreamInfoDAO
Queries the bitstream table for bitstream IDs that are not yet in the most_recent_checksum table, and inserts them into the most_recent_checksum and checksum_history tables.
updateMissingBitstreams(Connection) - Method in class org.dspace.checker.ChecksumHistoryDAO
 
updateQuery(Context, String, Object...) - Static method in class org.dspace.storage.rdbms.DatabaseManager
Execute an update, insert or delete query.
updateValue(byte[], HandleValue[]) - Method in class org.dspace.handle.HandlePlugin
HandleStorage interface method - not implemented.
Upgrade101To11 - Class in org.dspace.administer
A command-line tool for performing necessary tweaks in the database for the new last_modified column in the item table.
Upgrade101To11() - Constructor for class org.dspace.administer.Upgrade101To11
 
Upgrade11To12 - Class in org.dspace.administer
Command-line tool for making changes to DSpace database when updating from version 1.1/1.1.1 to 1.2.
Upgrade11To12() - Constructor for class org.dspace.administer.Upgrade11To12
 
UploadStep - Class in org.dspace.submit.step
Upload step for DSpace.
UploadStep() - Constructor for class org.dspace.submit.step.UploadStep
 
URDU - Static variable in class org.dspace.text.filter.Language
 
urgent(String) - Method in class org.dspace.browse.BrowseOutput
Pass in a message that must be displayed to the user, irrespective of the verbosity.
urlsWritten - Variable in class org.dspace.app.sitemap.AbstractGenerator
Number of URLs written to current file
usage() - Static method in class org.dspace.administer.MetadataExporter
Print the usage message to stdout
usage() - Static method in class org.dspace.administer.MetadataImporter
Print the usage message to stdout
usage() - Static method in class org.dspace.app.statistics.LogAnalyser
print out the usage information for this class to the standard out
usage() - Static method in class org.dspace.app.statistics.ReportGenerator
output the usage information to the terminal
UsageEvent - Class in org.dspace.usage
 
UsageEvent(UsageEvent.Action, HttpServletRequest, Context, DSpaceObject) - Constructor for class org.dspace.usage.UsageEvent
 
UsageEvent.Action - Enum in org.dspace.usage
 
useCollectionTemplate() - Method in class org.dspace.content.packager.AbstractMETSIngester
 
useCollectionTemplate() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if Items should use a Collection's template when they are created.
useCompression() - Method in class org.dspace.app.sitemap.AbstractGenerator
Return whether the written sitemap files and index should be GZIP-compressed.
useCompression() - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
useCompression() - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
useEqualsComparator() - Method in interface org.dspace.browse.BrowseDAO
Does the query use the equals comparator when doing less than or greater than comparisons.
useEqualsComparator() - Method in class org.dspace.browse.BrowseDAOOracle
 
useEqualsComparator() - Method in class org.dspace.browse.BrowseDAOPostgres
 
UserSelectionAction - Class in org.dspace.xmlworkflow.state.actions.userassignment
An abstract class representing the processing side of a user selection action.
UserSelectionAction() - Constructor for class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
 
UserSelectionActionConfig - Class in org.dspace.xmlworkflow.state.actions
A class containing the user selection action configuration
UserSelectionActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.UserSelectionActionConfig
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AssignOriginalSubmitterAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.AutoAssignAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.ClaimAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.InheritUsersAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.NoUserSelectionAction
 
usesTaskPool() - Method in class org.dspace.xmlworkflow.state.actions.userassignment.UserSelectionAction
A boolean indicating wether or not the task pool is used for this type of user selection
useWorkflowSendEmail - Static variable in class org.dspace.xmlworkflow.migration.RestartWorkflow
 
Util - Class in org.dspace.app.util
Miscellaneous utility methods
Util() - Constructor for class org.dspace.app.util.Util
 
Utils - Class in org.dspace.core
Utility functions for DSpace.
Utils - Class in org.dspace.curate
Utils contains a few commonly occurring methods.
Utils() - Constructor for class org.dspace.curate.Utils
 

V

value - Variable in class org.dspace.content.authority.Choice
The canonical text value to insert into MetadataValue's text field
value - Variable in class org.dspace.content.DCValue
Deprecated. The value of the field
value - Variable in class org.dspace.content.MetadataValue
The value of the field
valueColumnMaxChars - Variable in class org.dspace.browse.BrowseDAOUtilsDefault
Maximum number of characters for value columns
valueColumnOmissionMark - Variable in class org.dspace.browse.BrowseDAOUtilsDefault
string to insert where omissions have been made
valueOf(String) - Static method in enum org.dspace.curate.Curator.Invoked
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.curate.Curator.TxScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.usage.UsageEvent.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns the enum constant of this type with the specified name.
values - Variable in class org.dspace.content.authority.Choices
The set of values returned by the authority
values() - Static method in enum org.dspace.curate.Curator.Invoked
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.curate.Curator.TxScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.usage.UsageEvent.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.Role.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
valueSeparator - Static variable in class org.dspace.app.bulkedit.DSpaceCSV
The value separator (defaults to double pipe '||')
valueToCSV(List<String>) - Method in class org.dspace.app.bulkedit.DSpaceCSVLine
Internal method to create a CSV formatted String joining a given set of elements
verbose - Static variable in class org.dspace.app.itemupdate.ItemUpdate
 
verifyOAIharvester() - Method in class org.dspace.harvest.OAIHarvester
Verify OAI settings for the current collection
verifyOAIharvester(String, String, String, boolean) - Static method in class org.dspace.harvest.OAIHarvester
Verify the existance of an OAI server with the specified set and supporting the provided metadata formats.
VerifyStep - Class in org.dspace.submit.step
Verify step for DSpace.
VerifyStep() - Constructor for class org.dspace.submit.step.VerifyStep
 
VOLUME - Static variable in class org.dspace.app.util.GoogleMetadata
 

W

WALLOON - Static variable in class org.dspace.text.filter.Language
 
wasCached() - Method in class org.dspace.browse.BrowseInfo
True if this browse was cached.
WELSH - Static variable in class org.dspace.text.filter.Language
 
WFSTATE_ARCHIVE - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP1 - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP1POOL - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP2 - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP2POOL - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP3 - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_STEP3POOL - Static variable in class org.dspace.workflow.WorkflowManager
 
WFSTATE_SUBMIT - Static variable in class org.dspace.workflow.WorkflowManager
 
willRemoveDate - Variable in class org.dspace.submit.step.InitialQuestionsStep
 
willRemoveFiles - Variable in class org.dspace.submit.step.InitialQuestionsStep
 
willRemoveTitles - Variable in class org.dspace.submit.step.InitialQuestionsStep
Global flags to determine if we need to prune anything
withdraw() - Method in class org.dspace.content.Item
Withdraw the item from the archive.
withdrawn - Variable in class org.dspace.search.HarvestedItemInfo
True if this item has been withdrawn
WordFilter - Class in org.dspace.app.mediafilter
 
WordFilter() - Constructor for class org.dspace.app.mediafilter.WordFilter
 
Workflow - Class in org.dspace.xmlworkflow.state
Class that contains all the steps & roles involved in a certain configured workflow
Workflow(String, LinkedHashMap<String, Role>) - Constructor for class org.dspace.xmlworkflow.state.Workflow
 
WORKFLOW_ABORT - Static variable in class org.dspace.core.Constants
Action of performing a workflow
WORKFLOW_SCHEMA - Static variable in class org.dspace.xmlworkflow.WorkflowRequirementsManager
 
WORKFLOW_SCOPE - Static variable in class org.dspace.app.util.DCInput
The scope of the input sets, this restricts hidden metadata fields from view during workflow processing.
WORKFLOW_STEP_1 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 1
WORKFLOW_STEP_2 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 2
WORKFLOW_STEP_3 - Static variable in class org.dspace.core.Constants
Action of performing workflow step 3
WorkflowActionConfig - Class in org.dspace.xmlworkflow.state.actions
Configuration class for an action
WorkflowActionConfig(String) - Constructor for class org.dspace.xmlworkflow.state.actions.WorkflowActionConfig
 
WorkflowConfigurationException - Exception in org.dspace.xmlworkflow
Exception for problems with the configuration xml
WorkflowConfigurationException(String) - Constructor for exception org.dspace.xmlworkflow.WorkflowConfigurationException
 
WorkflowCurator - Class in org.dspace.curate
WorkflowCurator manages interactions between curation and workflow.
WorkflowCurator() - Constructor for class org.dspace.curate.WorkflowCurator
 
workflowEnabled() - Method in class org.dspace.content.packager.PackageParameters
Utility method to tell if workflow is enabled for Item ingestion.
WorkflowException - Exception in org.dspace.xmlworkflow
Exception for problems with the execution of the actions and steps
WorkflowException(String) - Constructor for exception org.dspace.xmlworkflow.WorkflowException
 
WorkflowFactory - Class in org.dspace.xmlworkflow
The workflowfactory is responsible for parsing the workflow xml file and is used to retrieve the workflow for a certain collection
WorkflowFactory() - Constructor for class org.dspace.xmlworkflow.WorkflowFactory
 
WorkflowItem - Class in org.dspace.workflow
Class representing an item going through the workflow process in DSpace
WorkflowItemRole - Class in org.dspace.xmlworkflow.storedcomponents
Represents a workflow assignments database representation.
WorkflowManager - Class in org.dspace.workflow
Workflow state machine Notes: Determining item status from the database: When an item has not been submitted yet, it is in the user's personal workspace (there is a row in PersonalWorkspace pointing to it.) When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
WorkflowManager() - Constructor for class org.dspace.workflow.WorkflowManager
 
WorkflowRequirementsManager - Class in org.dspace.xmlworkflow
A class that contains utililty methods related to the workflow The adding/removing from claimed users and ensuring that if multiple users have to perform these steps that a count is kept so that no more then the allowed user count are allowed to perform their actions
WorkflowRequirementsManager() - Constructor for class org.dspace.xmlworkflow.WorkflowRequirementsManager
 
WorkflowUtils - Class in org.dspace.xmlworkflow
Utilty methods for the xml workflow
WorkflowUtils() - Constructor for class org.dspace.xmlworkflow.WorkflowUtils
 
WorkspaceItem - Class in org.dspace.content
Class representing an item in the process of being submitted by a user
WRITE - Static variable in class org.dspace.core.Constants
Action of modifying something
writeDocument(Document, Transformer, OutputStream) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
write xml document to output stream
writeDublinCore(DocumentBuilder, List<DtoMetadata>) - Static method in class org.dspace.app.itemupdate.MetadataUtilities
Write dublin_core.xml
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.AbstractGenerator
Write the index file.
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.HTMLSitemapGenerator
 
writeIndex(PrintStream, int) - Method in class org.dspace.app.sitemap.SitemapsOrgGenerator
 
writeLicenseFile(String, String) - Static method in class org.dspace.core.ConfigurationManager
Writes license to a text file.
writeNewsFile(String, String) - Static method in class org.dspace.core.ConfigurationManager
Writes news to a text file.
writeUndo(File) - Method in class org.dspace.app.itemupdate.ItemArchive
write undo directory and files to Disk in archive format
writeZipPackage(Context, DSpaceObject, PackageParameters, OutputStream) - Method in class org.dspace.content.packager.AbstractMETSDisseminator
Make a Zipped up METS package for the given DSpace Object

X

X509Authentication - Class in org.dspace.authenticate
Implicit authentication method that gets credentials from the X.509 client certificate supplied by the HTTPS client when connecting to this server.
X509Authentication() - Constructor for class org.dspace.authenticate.X509Authentication
 
XHTMLHeadDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Crosswalk for creating appropriate <meta> elements to appear in the item display page for a particular item, for improving automated processing of the page (e.g.
XHTMLHeadDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XHTMLHeadDisseminationCrosswalk
 
xlinkNS - Static variable in class org.dspace.content.packager.METSManifest
XLink namespace -- includes "xlink" prefix prefix for use in XPaths
XmlWorkflowItem - Class in org.dspace.xmlworkflow.storedcomponents
Class representing an item going through the workflow process in DSpace
XmlWorkflowManager - Class in org.dspace.xmlworkflow
When an item is submitted and is somewhere in a workflow, it has a row in the WorkflowItem table pointing to it.
XmlWorkflowManager() - Constructor for class org.dspace.xmlworkflow.XmlWorkflowManager
 
XPDF2Text - Class in org.dspace.app.mediafilter
Text MediaFilter for PDF sources This filter produces extracted text suitable for building an index, but not for display to end users.
XPDF2Text() - Constructor for class org.dspace.app.mediafilter.XPDF2Text
 
XPDF2Thumbnail - Class in org.dspace.app.mediafilter
Thumbnail MediaFilter for PDF sources This filter generates thumbnail images for PDF documents, _including_ 3D PDF documents with 2D "poster" images.
XPDF2Thumbnail() - Constructor for class org.dspace.app.mediafilter.XPDF2Thumbnail
 
XSI_NS - Static variable in interface org.dspace.content.crosswalk.DisseminationCrosswalk
XSI namespace, required for xsi:schemalocation attributes
XSLTCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven Crosswalk
XSLTCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTCrosswalk
 
XSLTDisseminationCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven dissemination Crosswalk
XSLTDisseminationCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTDisseminationCrosswalk
 
XSLTIngestionCrosswalk - Class in org.dspace.content.crosswalk
Configurable XSLT-driven ingestion Crosswalk
XSLTIngestionCrosswalk() - Constructor for class org.dspace.content.crosswalk.XSLTIngestionCrosswalk
 

Y

YIDDISH - Static variable in class org.dspace.text.filter.Language
 

Z

zip(String, String) - Static method in class org.dspace.app.itemexport.ItemExport
 

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

Copyright © 2011 DuraSpace. All Rights Reserved.