Serialized Form
-
Package org.dspace.administer
-
Class org.dspace.administer.RegistryExportException extends Exception implements Serializable
-
Class org.dspace.administer.RegistryImportException extends Exception implements Serializable
-
-
Package org.dspace.app.bulkaccesscontrol.exception
-
Class org.dspace.app.bulkaccesscontrol.exception.BulkAccessControlException extends RuntimeException implements Serializable
- serialVersionUID:
- -74730626862418515L
-
-
Package org.dspace.app.bulkedit
-
Class org.dspace.app.bulkedit.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 extends Object implements Serializable
-
Class org.dspace.app.bulkedit.MetadataImportException extends Exception implements Serializable
-
Class org.dspace.app.bulkedit.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
-
Class org.dspace.app.exception.ResourceAlreadyExistsException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.dspace.app.itemexport
-
Class org.dspace.app.itemexport.ItemExportException extends Exception implements Serializable
-
Serialized Fields
-
reason
int reason
-
-
-
-
Package org.dspace.app.itemupdate
-
Class org.dspace.app.itemupdate.BitstreamFilterException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.dspace.app.sherpa.v2
-
Class org.dspace.app.sherpa.v2.SHERPAEmbargo extends Object implements Serializable
- serialVersionUID:
- 6140668058547523656L
-
Serialized Fields
-
amount
int amount
-
units
String units
-
-
Class org.dspace.app.sherpa.v2.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 extends Object implements Serializable
- serialVersionUID:
- 4992181606327727442L
-
Class org.dspace.app.sherpa.v2.SHERPAPublisher extends Object implements Serializable
-
Class org.dspace.app.sherpa.v2.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 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
Date retrievalTime
-
uri
String uri
-
-
Class org.dspace.app.sherpa.v2.SHERPASystemMetadata extends Object implements Serializable
-
-
Package org.dspace.app.util
-
Class org.dspace.app.util.DCInputsReaderException extends Exception implements Serializable
-
Class org.dspace.app.util.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
-
-
-
Class org.dspace.app.util.SubmissionConfigReaderException extends Exception implements Serializable
-
Class org.dspace.app.util.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
-
Class org.dspace.authenticate.IPMatcherException extends Exception implements Serializable
-
-
Package org.dspace.authenticate.oidc
-
Class org.dspace.authenticate.oidc.OidcClientException extends RuntimeException implements Serializable
- serialVersionUID:
- -7618061110212398216L
-
Serialized Fields
-
status
int status
-
-
-
Package org.dspace.authorize
-
Class org.dspace.authorize.AuthorizeException extends Exception implements Serializable
-
Serialized Fields
-
myaction
int myaction
-
myobject
DSpaceObject myobject
-
-
-
-
Package org.dspace.browse
-
Class org.dspace.browse.BrowseException extends Exception implements Serializable
-
Class org.dspace.browse.ItemCountException extends Exception implements Serializable
-
-
Package org.dspace.checker
-
Class org.dspace.checker.ChecksumResult extends Object implements Serializable
-
Serialized Fields
-
resultCode
ChecksumResultCode resultCode
-
resultDescription
String resultDescription
-
-
-
Class org.dspace.checker.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
Date processEndDate
-
processStartDate
Date processStartDate
-
toBeProcessed
boolean toBeProcessed
-
-
-
-
Package org.dspace.content
-
Class org.dspace.content.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 extends Object implements Serializable
-
Class org.dspace.content.Bundle extends DSpaceObject implements Serializable
-
Class org.dspace.content.Collection extends DSpaceObject implements Serializable
-
Class org.dspace.content.CollectionNameComparator extends Object implements Serializable
-
Class org.dspace.content.Community extends DSpaceObject implements Serializable
-
Class org.dspace.content.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 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
Date 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 extends Object implements Serializable
-
Class org.dspace.content.NonUniqueMetadataException extends Exception implements Serializable
-
Class org.dspace.content.Site extends DSpaceObject implements Serializable
-
Class org.dspace.content.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
-
Class org.dspace.content.crosswalk.CrosswalkException extends Exception implements Serializable
-
Class org.dspace.content.crosswalk.CrosswalkInternalException extends CrosswalkException implements Serializable
-
Class org.dspace.content.crosswalk.CrosswalkObjectNotSupported extends CrosswalkException implements Serializable
-
Class org.dspace.content.crosswalk.MetadataValidationException extends CrosswalkException implements Serializable
-
-
Package org.dspace.content.logic
-
Class org.dspace.content.logic.LogicalStatementException extends RuntimeException implements Serializable
-
-
Package org.dspace.content.packager
-
Class org.dspace.content.packager.PackageException extends Exception implements Serializable
-
Class org.dspace.content.packager.PackageParameters extends Properties implements Serializable
-
Class org.dspace.content.packager.PackageValidationException extends PackageException implements Serializable
-
-
Package org.dspace.core
-
Class org.dspace.core.PluginConfigurationError extends Error implements Serializable
-
Class org.dspace.core.PluginInstantiationException extends RuntimeException implements Serializable
-
-
Package org.dspace.discovery
-
Class org.dspace.discovery.SearchServiceException extends Exception implements Serializable
-
-
Package org.dspace.discovery.configuration
-
Class org.dspace.discovery.configuration.DiscoveryConfigurationException extends Exception implements Serializable
-
-
Package org.dspace.eperson
-
Class org.dspace.eperson.EmptyWorkflowGroupException extends IllegalStateException implements Serializable
-
Class org.dspace.eperson.EPerson extends DSpaceObject implements Serializable
-
Serialized Fields
-
canLogIn
Boolean canLogIn
-
digestAlgorithm
String digestAlgorithm
-
email
String email
-
groups
List<Group> groups
-
lastActive
Date lastActive
-
legacyId
Integer legacyId
-
netid
String netid
-
password
String password
-
previousActive
Date previousActive
-
requireCertificate
boolean requireCertificate
-
salt
String salt
-
selfRegistered
boolean selfRegistered
-
sessionSalt
String sessionSalt
-
-
-
Class org.dspace.eperson.EPersonDeletionException extends Exception implements Serializable
-
Class org.dspace.eperson.Group extends DSpaceObject 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 extends Object implements Serializable
-
Class org.dspace.eperson.InvalidReCaptchaException extends RuntimeException implements Serializable
- serialVersionUID:
- -5328794674744121744L
-
-
Package org.dspace.event
-
Class org.dspace.event.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 commited. 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
-
Class org.dspace.google.client.GoogleAnalyticsClientException extends RuntimeException implements Serializable
- serialVersionUID:
- -2248100136404696572L
-
-
Package org.dspace.harvest
-
Class org.dspace.harvest.HarvestingException extends Exception implements Serializable
-
-
Package org.dspace.identifier
-
Class org.dspace.identifier.IdentifierException extends Exception implements Serializable
-
Class org.dspace.identifier.IdentifierNotApplicableException extends IdentifierException implements Serializable
-
Class org.dspace.identifier.IdentifierNotFoundException extends IdentifierException implements Serializable
-
Class org.dspace.identifier.IdentifierNotResolvableException extends IdentifierException implements Serializable
-
-
Package org.dspace.identifier.doi
-
Class org.dspace.identifier.doi.DOIIdentifierException extends IdentifierException implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
Class org.dspace.identifier.doi.DOIIdentifierNotApplicableException extends IdentifierNotApplicableException implements Serializable
-
-
Package org.dspace.importer.external.exception
-
Class org.dspace.importer.external.exception.FileMultipleOccurencesException extends Exception implements Serializable
- serialVersionUID:
- 1222409723339501937L
-
Class org.dspace.importer.external.exception.FileSourceException extends Exception implements Serializable
- serialVersionUID:
- 6895579588455260182L
-
Class org.dspace.importer.external.exception.MetadataSourceException extends Exception implements Serializable
-
-
Package org.dspace.orcid.exception
-
Class org.dspace.orcid.exception.OrcidClientException extends RuntimeException implements Serializable
- serialVersionUID:
- -7618061110212398216L
-
Serialized Fields
-
status
int status
-
-
Class org.dspace.orcid.exception.OrcidValidationException extends RuntimeException implements Serializable
- serialVersionUID:
- 3377335341871311369L
-
Serialized Fields
-
errors
List<OrcidValidationError> errors
-
-
-
Package org.dspace.rdf
-
Class org.dspace.rdf.ItemNotArchivedException extends Exception implements Serializable
-
Class org.dspace.rdf.ItemNotDiscoverableException extends Exception implements Serializable
-
Class org.dspace.rdf.ItemWithdrawnException extends Exception implements Serializable
-
-
Package org.dspace.rdf.conversion
-
Class org.dspace.rdf.conversion.MetadataMappingException extends Exception implements Serializable
-
-
Package org.dspace.sort
-
Class org.dspace.sort.SortException extends Exception implements Serializable
-
-
Package org.dspace.statistics.util
-
Class org.dspace.statistics.util.IPTable.IPFormatException extends Exception implements Serializable
-
-
Package org.dspace.usage
-
Class org.dspace.usage.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
javax.servlet.http.HttpServletRequest request
-
userAgent
String userAgent
-
xforwardedfor
String xforwardedfor
-
-
Class org.dspace.usage.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 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 extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<Date> implements Serializable
-
Class org.dspace.util.SolrImportExportException extends Exception implements Serializable
-
-
Package org.dspace.workflow
-
Class org.dspace.workflow.WorkflowException extends Exception implements Serializable
-
Serialized Fields
-
reason
String reason
-
-
-
-
Package org.dspace.xmlworkflow
-
Class org.dspace.xmlworkflow.WorkflowConfigurationException extends Exception implements Serializable
-
Serialized Fields
-
error
String error
-
-
-