Serialized Form
-
Package org.dspace.administer
-
Exception org.dspace.administer.RegistryExportException
class RegistryExportException extends Exception implements Serializable -
Exception org.dspace.administer.RegistryImportException
class RegistryImportException extends Exception implements Serializable
-
-
Package org.dspace.app.bulkaccesscontrol.exception
-
Exception org.dspace.app.bulkaccesscontrol.exception.BulkAccessControlException
class BulkAccessControlException extends RuntimeException implements Serializable- serialVersionUID:
- -74730626862418515L
-
-
Package org.dspace.app.bulkedit
-
Class org.dspace.app.bulkedit.DSpaceCSV
class DSpaceCSV extends Object implements Serializable-
Serialized Fields
-
authoritySeparator
String authoritySeparator
The authority separator (defaults to double colon '::') -
counter
int counter
A counter of how many CSV lines this object holds -
escapedAuthoritySeparator
String escapedAuthoritySeparator
The authority separator in an escaped form for using in regexes -
escapedFieldSeparator
String escapedFieldSeparator
The field separator in an escaped form for using in regexes -
escapedValueSeparator
String escapedValueSeparator
The value separator in an escaped form for using in regexes -
exportAll
boolean exportAll
Whether to export all metadata such as handles and provenance information -
fieldSeparator
String fieldSeparator
The field separator (defaults to comma) -
headings
List<String> headings
The headings of the CSV file -
ignore
Map<String,
String> ignore A list of metadata elements to ignore -
lines
List<DSpaceCSVLine> lines
An array list of CSV lines -
valueSeparator
String valueSeparator
The value separator (defaults to double pipe '||')
-
-
-
Class org.dspace.app.bulkedit.DSpaceCSVLine
class DSpaceCSVLine extends Object implements Serializable -
Exception org.dspace.app.bulkedit.MetadataImportException
class MetadataImportException extends Exception implements Serializable -
Exception org.dspace.app.bulkedit.MetadataImportInvalidHeadingException
class MetadataImportInvalidHeadingException extends Exception implements Serializable-
Serialized Fields
-
badHeading
String badHeading
The bad heading -
column
int column
The column number -
type
int type
The type of error (schema or element)
-
-
-
-
Package org.dspace.app.exception
-
Exception org.dspace.app.exception.ResourceAlreadyExistsException
class ResourceAlreadyExistsException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.dspace.app.itemexport
-
Exception org.dspace.app.itemexport.ItemExportException
class ItemExportException extends Exception implements Serializable-
Serialized Fields
-
reason
int reason
-
-
-
-
Package org.dspace.app.itemupdate
-
Exception org.dspace.app.itemupdate.BitstreamFilterException
class BitstreamFilterException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.dspace.app.sherpa.v2
-
Class org.dspace.app.sherpa.v2.SHERPAEmbargo
class SHERPAEmbargo extends Object implements Serializable- serialVersionUID:
- 6140668058547523656L
-
Serialized Fields
-
amount
int amount
-
units
String units
-
-
Class org.dspace.app.sherpa.v2.SHERPAJournal
class SHERPAJournal extends Object implements Serializable-
Serialized Fields
-
inDOAJ
Boolean inDOAJ
-
issns
List<String> issns
-
policies
List<SHERPAPublisherPolicy> policies
-
publisher
SHERPAPublisher publisher
-
publishers
List<SHERPAPublisher> publishers
-
romeoPub
String romeoPub
-
titles
List<String> titles
-
url
String url
-
zetoPub
String zetoPub
-
-
-
Class org.dspace.app.sherpa.v2.SHERPAPermittedVersion
class SHERPAPermittedVersion extends Object implements Serializable- serialVersionUID:
- 4992181606327727442L
-
Class org.dspace.app.sherpa.v2.SHERPAPublisher
class SHERPAPublisher extends Object implements Serializable -
Class org.dspace.app.sherpa.v2.SHERPAPublisherPolicy
class SHERPAPublisherPolicy extends Object implements Serializable-
Serialized Fields
-
id
int id
-
internalMoniker
String internalMoniker
-
openAccessPermitted
boolean openAccessPermitted
-
openAccessProhibited
boolean openAccessProhibited
-
permittedVersions
List<SHERPAPermittedVersion> permittedVersions
-
postArchiving
String postArchiving
-
preArchiving
String preArchiving
-
pubArchiving
String pubArchiving
-
publicationCount
int publicationCount
-
uri
String uri
-
urls
Map<String,
String> urls
-
-
-
Class org.dspace.app.sherpa.v2.SHERPAResponse
class SHERPAResponse extends Object implements Serializable- serialVersionUID:
- 2732963970169240597L
-
Serialized Fields
-
error
boolean error
-
id
int id
-
journals
List<SHERPAJournal> journals
-
message
String message
-
metadata
SHERPASystemMetadata metadata
-
retrievalTime
Instant retrievalTime
-
uri
String uri
-
-
Class org.dspace.app.sherpa.v2.SHERPASystemMetadata
class SHERPASystemMetadata extends Object implements Serializable
-
-
Package org.dspace.app.util
-
Exception org.dspace.app.util.DCInputsReaderException
class DCInputsReaderException extends Exception implements Serializable -
Class org.dspace.app.util.SubmissionConfig
class SubmissionConfig extends Object implements Serializable-
Serialized Fields
-
defaultConf
boolean defaultConf
-
submissionName
String submissionName
name of the item submission process -
submissionSteps
SubmissionStepConfig[] submissionSteps
the configuration classes for the steps in this submission process
-
-
-
Exception org.dspace.app.util.SubmissionConfigReaderException
class SubmissionConfigReaderException extends Exception implements Serializable -
Class org.dspace.app.util.SubmissionStepConfig
class SubmissionStepConfig extends Object implements Serializable-
Serialized Fields
-
heading
String heading
the heading for this step -
id
String id
the id for this step ('id' only exists if this step is defined in the <step-definitions> section) -
mandatory
boolean mandatory
-
number
int number
The number of this step in the current SubmissionConfig -
processingClassName
String processingClassName
the name of the java processing class for this step -
scope
String scope
The scope restriction for this step (submission or workflow). -
type
String type
The name of the UI components for this step. -
visibility
String visibility
visibility in the main scope (default=editable, eventually read-only) -
visibilityOutside
String visibilityOutside
visibility outside the main scope (default=hidden, eventually read-only)
-
-
-
-
Package org.dspace.authenticate
-
Exception org.dspace.authenticate.IPMatcherException
class IPMatcherException extends Exception implements Serializable
-
-
Package org.dspace.authenticate.oidc
-
Exception org.dspace.authenticate.oidc.OidcClientException
class OidcClientException extends RuntimeException implements Serializable- serialVersionUID:
- -7618061110212398216L
-
Serialized Fields
-
status
int status
-
-
-
Package org.dspace.authorize
-
Exception org.dspace.authorize.AuthorizeException
class AuthorizeException extends Exception implements Serializable-
Serialized Fields
-
myaction
int myaction
-
myobject
DSpaceObject myobject
-
-
-
-
Package org.dspace.browse
-
Exception org.dspace.browse.BrowseException
class BrowseException extends Exception implements Serializable
-
-
Package org.dspace.checker
-
Class org.dspace.checker.ChecksumResult
class ChecksumResult extends Object implements Serializable-
Serialized Fields
-
resultCode
ChecksumResultCode resultCode
-
resultDescription
String resultDescription
-
-
-
Class org.dspace.checker.MostRecentChecksum
class MostRecentChecksum extends Object implements Serializable-
Serialized Fields
-
bitstream
Bitstream bitstream
-
bitstreamFound
boolean bitstreamFound
-
checksumAlgorithm
String checksumAlgorithm
-
checksumResult
ChecksumResult checksumResult
-
currentChecksum
String currentChecksum
-
expectedChecksum
String expectedChecksum
-
infoFound
boolean infoFound
-
matchedPrevChecksum
boolean matchedPrevChecksum
-
processEndDate
Instant processEndDate
-
processStartDate
Instant processStartDate
-
toBeProcessed
boolean toBeProcessed
-
-
-
-
Package org.dspace.content
-
Class org.dspace.content.Bitstream
class Bitstream extends DSpaceObject implements Serializable-
Serialized Fields
-
bitstreamFormat
BitstreamFormat bitstreamFormat
-
bundles
List<Bundle> bundles
-
checksum
String checksum
-
checksumAlgorithm
String checksumAlgorithm
-
collection
Collection collection
-
community
Community community
-
deleted
boolean deleted
-
internalId
String internalId
-
legacyId
Integer legacyId
-
sequenceId
Integer sequenceId
-
sizeBytes
long sizeBytes
-
storeNumber
int storeNumber
-
-
-
Class org.dspace.content.BitstreamFormat
class BitstreamFormat extends Object implements Serializable -
Class org.dspace.content.Bundle
class Bundle extends DSpaceObject implements Serializable -
Class org.dspace.content.CacheableDSpaceObject
class CacheableDSpaceObject extends DSpaceObject implements Serializable -
Class org.dspace.content.Collection
class Collection extends CacheableDSpaceObject implements Serializable -
Class org.dspace.content.CollectionNameComparator
class CollectionNameComparator extends Object implements Serializable -
Class org.dspace.content.Community
class Community extends CacheableDSpaceObject implements Serializable -
Class org.dspace.content.DSpaceObject
class DSpaceObject extends Object implements Serializable-
Serialized Fields
-
eventDetails
StringBuffer eventDetails
-
handles
List<Handle> handles
-
id
UUID id
-
metadata
List<MetadataValue> metadata
The same order should be applied inside this comparatorMetadataValueComparators.defaultComparatorto preserve ordering while the list has been modified and not yet persisted and reloaded. -
modified
boolean modified
Flag set when data is modified, for events -
modifiedMetadata
boolean modifiedMetadata
True if anything else was changed since last update() (to drive event mechanism) -
predefinedUUID
UUID predefinedUUID
This will read our predefinedUUID property to pass it along to the UUID generator -
resourcePolicies
List<ResourcePolicy> resourcePolicies
-
-
-
Class org.dspace.content.Item
class Item extends DSpaceObject implements Serializable-
Serialized Fields
-
bundles
List<Bundle> bundles
-
cachedMetadata
List<MetadataValue> cachedMetadata
-
collections
Set<Collection> collections
The bundles in this item - kept in sync with DB -
discoverable
boolean discoverable
-
inArchive
boolean inArchive
-
lastModified
Instant lastModified
-
legacyId
Integer legacyId
-
modifiedMetadataCache
boolean modifiedMetadataCache
True if anything else was changed since last metadata retrieval() (to drive metadata cache) -
owningCollection
Collection owningCollection
-
submitter
EPerson submitter
The e-person who submitted this item -
templateItemOf
Collection templateItemOf
-
withdrawn
boolean withdrawn
-
-
-
Class org.dspace.content.ItemComparator
class ItemComparator extends Object implements Serializable -
Exception org.dspace.content.NonUniqueMetadataException
class NonUniqueMetadataException extends Exception implements Serializable -
Class org.dspace.content.PredefinedUUIDGenerator
class PredefinedUUIDGenerator extends org.hibernate.id.UUIDGenerator implements Serializable -
Class org.dspace.content.QAEventProcessed
class QAEventProcessed extends Object implements Serializable- serialVersionUID:
- 3427340199132007814L
-
Class org.dspace.content.Site
class Site extends CacheableDSpaceObject implements Serializable -
Class org.dspace.content.WorkspaceItem
class WorkspaceItem extends Object implements Serializable-
Serialized Fields
-
collection
Collection collection
The collection the item is being submitted to -
item
Item item
The item this workspace object pertains to -
multipleFiles
boolean multipleFiles
-
multipleTitles
boolean multipleTitles
-
pageReached
Integer pageReached
-
publishedBefore
boolean publishedBefore
-
stageReached
Integer stageReached
-
workspaceItemId
Integer workspaceItemId
-
-
-
-
Package org.dspace.content.crosswalk
-
Exception org.dspace.content.crosswalk.CrosswalkException
class CrosswalkException extends Exception implements Serializable -
Exception org.dspace.content.crosswalk.CrosswalkInternalException
class CrosswalkInternalException extends CrosswalkException implements Serializable -
Exception org.dspace.content.crosswalk.CrosswalkObjectNotSupported
class CrosswalkObjectNotSupported extends CrosswalkException implements Serializable -
Exception org.dspace.content.crosswalk.MetadataValidationException
class MetadataValidationException extends CrosswalkException implements Serializable
-
-
Package org.dspace.content.logic
-
Exception org.dspace.content.logic.LogicalStatementException
class LogicalStatementException extends RuntimeException implements Serializable
-
-
Package org.dspace.content.packager
-
Exception org.dspace.content.packager.PackageException
class PackageException extends Exception implements Serializable -
Class org.dspace.content.packager.PackageParameters
class PackageParameters extends Properties implements Serializable -
Exception org.dspace.content.packager.PackageValidationException
class PackageValidationException extends PackageException implements Serializable
-
-
Package org.dspace.contentreport
-
Class org.dspace.contentreport.FilteredCollection
class FilteredCollection extends Object implements Serializable- serialVersionUID:
- -231735620268582719L
-
Serialized Fields
-
allFiltersValue
int allFiltersValue
Number of items in the collection that match all requested filters -
communityHandle
String communityHandle
Handle of the owning community, used to make it clickable from the generated report -
communityLabel
String communityLabel
Name of the owning community -
handle
String handle
Handle of the collection, used to make it clickable from the generated report -
label
String label
Name of the collection -
sealed
boolean sealed
Indicates whether this object is protected against further changes. This is used in computing summary data in the parent FilteredCollectionsRest class. -
totalItems
int totalItems
Total number of items in the collection -
values
Map<Filter,
Integer> values Number of filtered items per requested filter in the collection
-
-
Class org.dspace.contentreport.FilteredCollections
class FilteredCollections extends Object implements Serializable- serialVersionUID:
- 3622651208704009095L
-
Serialized Fields
-
collections
List<FilteredCollection> collections
Collections included in the report -
summary
FilteredCollection summary
Summary generated by adding up data for each filter included in the report. It will be regenerated if any non-sealed collection item is found in theFilteredCollections.collectionscollection attribute.
-
-
Class org.dspace.contentreport.FilteredItems
class FilteredItems extends Object implements Serializable- serialVersionUID:
- 7980375013177658249L
-
-
Package org.dspace.core
-
Error org.dspace.core.PluginConfigurationError
class PluginConfigurationError extends Error implements Serializable -
Exception org.dspace.core.PluginInstantiationException
class PluginInstantiationException extends RuntimeException implements Serializable
-
-
Package org.dspace.discovery
-
Exception org.dspace.discovery.SearchServiceException
class SearchServiceException extends Exception implements Serializable
-
-
Package org.dspace.discovery.configuration
-
Exception org.dspace.discovery.configuration.DiscoveryConfigurationException
class DiscoveryConfigurationException extends Exception implements Serializable
-
-
Package org.dspace.eperson
-
Exception org.dspace.eperson.EmptyWorkflowGroupException
class EmptyWorkflowGroupException extends IllegalStateException implements Serializable -
Class org.dspace.eperson.EPerson
class EPerson extends CacheableDSpaceObject implements Serializable-
Serialized Fields
-
canLogIn
Boolean canLogIn
-
digestAlgorithm
String digestAlgorithm
-
email
String email
-
groups
List<Group> groups
-
lastActive
Instant lastActive
-
legacyId
Integer legacyId
-
netid
String netid
-
password
String password
-
previousActive
Instant previousActive
-
requireCertificate
boolean requireCertificate
-
salt
String salt
-
selfRegistered
boolean selfRegistered
-
sessionSalt
String sessionSalt
-
-
-
Exception org.dspace.eperson.EPersonDeletionException
class EPersonDeletionException extends Exception implements Serializable -
Class org.dspace.eperson.Group
class Group extends CacheableDSpaceObject implements Serializable-
Serialized Fields
-
epeople
List<EPerson> epeople
lists of epeople and groups in the group -
groups
List<Group> groups
-
groupsChanged
boolean groupsChanged
-
legacyId
Integer legacyId
Initial value is set to 2 since 0 and 1 are reserved for anonymous and administrative uses, respectively -
name
String name
-
parentGroups
List<Group> parentGroups
-
permanent
Boolean permanent
This Group may not be deleted or renamed.
-
-
-
Class org.dspace.eperson.Group2GroupCache
class Group2GroupCache extends Object implements Serializable -
Exception org.dspace.eperson.InvalidReCaptchaException
class InvalidReCaptchaException extends RuntimeException implements Serializable- serialVersionUID:
- -5328794674744121744L
-
-
Package org.dspace.event
-
Class org.dspace.event.Event
class Event extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consumedBy
BitSet consumedBy
-
currentUser
int currentUser
Only needed in the event for marshalling for asynch event messages -
detail
String detail
FIXME This field is not a complete view of the DSpaceObject that was modified. Providing these objects to the consumer (e.g. by storing lifecycle versions of the changed objects in the context) would provide for more complex consumer abilities that are beyond our purview. -
dispatcher
int dispatcher
identifier of Dispatcher that created this event (hash of its name) -
eventType
int eventType
event (action) type - above enumeration -
extraLogInfo
String extraLogInfo
marshalling for asynch event messages. -
identifiers
ArrayList<String> identifiers
Contains all identifiers of the DSpaceObject that was changed (added, modified, deleted, ...). All events gets fired when a context that contains events gets committed. When the delete event is fired, a deleted DSpaceObject is already gone. This array contains all identifiers of the object, not only the handle as the detail field does. The field may be an empty array if no identifiers could be found. FIXME: As the detail field describes it would be even better if all metadata would be available to a consumer, but the identifiers are the most important once. -
objectID
UUID objectID
content model identifier -
objectType
int objectType
object-type of SUBJECT - see above enumeration -
subjectID
UUID subjectID
content model identifier -
subjectType
int subjectType
object-type of SUBJECT - see above enumeration -
timeStamp
long timeStamp
timestamp -
transactionID
String transactionID
unique key to bind together events from one context's transaction
-
-
-
Package org.dspace.google.client
-
Exception org.dspace.google.client.GoogleAnalyticsClientException
class GoogleAnalyticsClientException extends RuntimeException implements Serializable- serialVersionUID:
- -2248100136404696572L
-
-
Package org.dspace.harvest
-
Exception org.dspace.harvest.HarvestingException
class HarvestingException extends Exception implements Serializable
-
-
Package org.dspace.identifier
-
Exception org.dspace.identifier.IdentifierException
class IdentifierException extends Exception implements Serializable -
Exception org.dspace.identifier.IdentifierNotApplicableException
class IdentifierNotApplicableException extends IdentifierException implements Serializable -
Exception org.dspace.identifier.IdentifierNotFoundException
class IdentifierNotFoundException extends IdentifierException implements Serializable -
Exception org.dspace.identifier.IdentifierNotResolvableException
class IdentifierNotResolvableException extends IdentifierException implements Serializable
-
-
Package org.dspace.identifier.doi
-
Exception org.dspace.identifier.doi.DOIIdentifierException
class DOIIdentifierException extends IdentifierException implements Serializable-
Serialized Fields
-
code
int code
-
-
-
Exception org.dspace.identifier.doi.DOIIdentifierNotApplicableException
class DOIIdentifierNotApplicableException extends IdentifierNotApplicableException implements Serializable
-
-
Package org.dspace.importer.external.exception
-
Exception org.dspace.importer.external.exception.FileMultipleOccurencesException
class FileMultipleOccurencesException extends Exception implements Serializable- serialVersionUID:
- 1222409723339501937L
-
Exception org.dspace.importer.external.exception.FileSourceException
class FileSourceException extends Exception implements Serializable- serialVersionUID:
- 6895579588455260182L
-
Exception org.dspace.importer.external.exception.MetadataSourceException
class MetadataSourceException extends Exception implements Serializable
-
-
Package org.dspace.matomo.exception
-
Exception org.dspace.matomo.exception.MatomoClientException
class MatomoClientException extends RuntimeException implements Serializable
-
-
Package org.dspace.orcid.exception
-
Exception org.dspace.orcid.exception.OrcidClientException
class OrcidClientException extends RuntimeException implements Serializable- serialVersionUID:
- -7618061110212398216L
-
Serialized Fields
-
status
int status
-
-
Exception org.dspace.orcid.exception.OrcidValidationException
class OrcidValidationException extends RuntimeException implements Serializable- serialVersionUID:
- 3377335341871311369L
-
Serialized Fields
-
errors
List<OrcidValidationError> errors
-
-
-
Package org.dspace.qaevent.service.dto
-
Class org.dspace.qaevent.service.dto.CorrectionTypeMessageDTO
class CorrectionTypeMessageDTO extends Object implements Serializable- serialVersionUID:
- 2718151302291303796L
-
Serialized Fields
-
reason
String reason
-
-
-
Package org.dspace.rdf
-
Exception org.dspace.rdf.ItemNotArchivedException
class ItemNotArchivedException extends Exception implements Serializable -
Exception org.dspace.rdf.ItemNotDiscoverableException
class ItemNotDiscoverableException extends Exception implements Serializable -
Exception org.dspace.rdf.ItemWithdrawnException
class ItemWithdrawnException extends Exception implements Serializable
-
-
Package org.dspace.rdf.conversion
-
Exception org.dspace.rdf.conversion.MetadataMappingException
class MetadataMappingException extends Exception implements Serializable
-
-
Package org.dspace.sort
-
Exception org.dspace.sort.SortException
class SortException extends Exception implements Serializable
-
-
Package org.dspace.statistics.util
-
Exception org.dspace.statistics.util.IPTable.IPFormatException
class IPFormatException extends Exception implements Serializable
-
-
Package org.dspace.usage
-
Class org.dspace.usage.UsageEvent
class UsageEvent extends Event implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
UsageEvent.Action action
-
context
Context context
-
ip
String ip
-
object
DSpaceObject object
-
referrer
String referrer
-
request
jakarta.servlet.http.HttpServletRequest request
-
userAgent
String userAgent
-
xforwardedfor
String xforwardedfor
-
-
Class org.dspace.usage.UsageSearchEvent
class UsageSearchEvent extends UsageEvent implements Serializable-
Serialized Fields
-
appliedFilters
List<UsageSearchEvent.AppliedFilter> appliedFilters
-
configuration
String configuration
-
dsoType
String dsoType
-
page
UsageSearchEvent.Page page
-
query
String query
-
scope
DSpaceObject scope
-
sort
UsageSearchEvent.Sort sort
-
-
-
Class org.dspace.usage.UsageWorkflowEvent
class UsageWorkflowEvent extends UsageEvent implements Serializable-
Serialized Fields
-
actor
EPerson actor
-
epersonOwners
EPerson[] epersonOwners
-
groupOwners
Group[] groupOwners
-
oldState
String oldState
-
scope
Collection scope
-
workflowItem
InProgressSubmission workflowItem
-
workflowStep
String workflowStep
-
-
-
-
Package org.dspace.util
-
Class org.dspace.util.MultiFormatDateDeserializer
class MultiFormatDateDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<LocalDate> implements Serializable -
Exception org.dspace.util.SolrImportExportException
class SolrImportExportException extends Exception implements Serializable
-
-
Package org.dspace.workflow
-
Exception org.dspace.workflow.WorkflowException
class WorkflowException extends Exception implements Serializable-
Serialized Fields
-
reason
String reason
-
-
-
-
Package org.dspace.xmlworkflow
-
Exception org.dspace.xmlworkflow.WorkflowConfigurationException
class WorkflowConfigurationException extends Exception implements Serializable-
Serialized Fields
-
error
String error
-
-
-