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.bulkedit

Class org.dspace.app.bulkedit.DSpaceCSV extends Object implements Serializable

Serialized Fields

headings

List<E> headings
The headings of the CSV file


lines

List<E> lines
An array list of CSV lines


counter

int counter
A counter of how many CSV lines this object holds


exportAll

boolean exportAll
Whether to export all metadata such as handles and provenance information


ignore

Map<K,V> ignore
A list of metadata elements to ignore

Class org.dspace.app.bulkedit.DSpaceCSVLine extends Object implements Serializable

Serialized Fields

id

int id
The item id of the item represented by this line. -1 is for a new item


items

Map<K,V> items
The elements in this line in a hashtable, keyed by the metadata type

Class org.dspace.app.bulkedit.MetadataImportException extends Exception implements Serializable

Class org.dspace.app.bulkedit.MetadataImportInvalidHeadingException extends Exception implements Serializable

Serialized Fields

type

int type
The type of error (schema or element)


badHeading

String badHeading
The bad heading


column

int column
The column number


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.util

Class org.dspace.app.util.DCInputsReaderException extends Exception implements Serializable

Class org.dspace.app.util.SubmissionConfig extends Object implements Serializable

Serialized Fields

submissionName

String submissionName
name of the item submission process


submissionSteps

SubmissionStepConfig[] submissionSteps
the configuration classes for the steps in this submission process


isWorkflow

boolean isWorkflow
whether or not this submission process is being used in a workflow *

Class org.dspace.app.util.SubmissionInfo extends HashMap implements Serializable

Serialized Fields

submissionItem

InProgressSubmission submissionItem
The item which is being submitted


submissionConfig

SubmissionConfig submissionConfig
The Submission process config, which holds all info about the submission process that this item is going through (including all steps, etc)


collectionHandle

String collectionHandle
Handle of the collection where this item is being submitted


progressBar

Map<K,V> progressBar
Holds all information used to build the Progress Bar in a key,value set. Keys are the number of the step, followed by the number of the page within the step (e.g. "2.1" = The first page of Step 2) (e.g. "5.2" = The second page of Step 5) Values are the Headings to display for each step (e.g. "Describe")


moreBoxesFor

String moreBoxesFor
The element or element_qualifier to show more input boxes for


jumpToField

String jumpToField
The element or element_qualifier to scroll to initially using anchor


missingFields

List<E> missingFields
If non-empty, form-relative indices of missing fields


bundle

Bundle bundle
Specific bundle we're dealing with


bitstream

Bitstream bitstream
Specific bitstream we're dealing with

Class org.dspace.app.util.SubmissionStepConfig extends Object implements Serializable

Serialized Fields

id

String id
the id for this step ('id' only exists if this step is defined in the section)


heading

String heading
the heading for this step


processingClassName

String processingClassName
the name of the java processing class for this step


workflowEditable

boolean workflowEditable
whether or not this step is editable during workflow (default=true)


jspBindingClassName

String jspBindingClassName
The full name of the JSP-UI binding class for this step. This field is ONLY used by the JSP-UI.


xmlBindingClassName

String xmlBindingClassName
The full name of the Manakin XML-UI Transformer class which will generate the necessary DRI for displaying this class in Manakin. This field is ONLY used by the Manakin XML-UI.


number

int number
The number of this step in the current SubmissionConfig


Package org.dspace.authenticate

Class org.dspace.authenticate.IPMatcherException extends Exception implements Serializable


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.content

Class org.dspace.content.ItemComparator extends Object implements Serializable

Serialized Fields

element

String element
Dublin Core element


qualifier

String qualifier
Dublin Core qualifier


language

String language
Language


max

boolean max
Whether maximum or minimum value will be used

Class org.dspace.content.NonUniqueMetadataException extends Exception implements Serializable


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.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.EPersonDeletionException extends Exception implements Serializable

Serialized Fields

myTableList

List<E> myTableList

Package org.dspace.event

Class org.dspace.event.Event extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

dispatcher

int dispatcher
identifier of Dispatcher that created this event (hash of its name)


eventType

int eventType
event (action) type - above enumeration


subjectType

int subjectType
object-type of SUBJECT - see above enumeration


subjectID

int subjectID
content model identifier


objectType

int objectType
object-type of SUBJECT - see above enumeration


objectID

int objectID
content model identifier


timeStamp

long timeStamp
timestamp


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.


transactionID

String transactionID
unique key to bind together events from one context's transaction


currentUser

int currentUser
Only needed in the event for marshalling for asynch event messages


extraLogInfo

String extraLogInfo
marshalling for asynch event messages.


consumedBy

BitSet consumedBy

Package org.dspace.harvest

Class org.dspace.harvest.OAIHarvester.HarvestingException extends Exception implements Serializable


Package org.dspace.identifier

Class org.dspace.identifier.IdentifierException extends Exception implements Serializable

Class org.dspace.identifier.IdentifierNotFoundException extends IdentifierException implements Serializable

Class org.dspace.identifier.IdentifierNotResolvableException extends IdentifierException implements Serializable


Package org.dspace.plugin

Class org.dspace.plugin.PluginException 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

Class org.dspace.usage.UsageSearchEvent extends UsageEvent implements Serializable

Serialized Fields

queries

List<E> queries

scope

DSpaceObject scope

rpp

int rpp
Optional search parameters


sortBy

String sortBy

sortOrder

String sortOrder

page

int page

Class org.dspace.usage.UsageWorkflowEvent extends UsageEvent implements Serializable

Serialized Fields

workflowStep

String workflowStep

oldState

String oldState

epersonOwners

EPerson[] epersonOwners

groupOwners

Group[] groupOwners

scope

Collection scope

actor

EPerson actor

workflowItem

InProgressSubmission workflowItem

Package org.dspace.xmlworkflow

Class org.dspace.xmlworkflow.WorkflowConfigurationException extends Exception implements Serializable

Serialized Fields

error

String error

Class org.dspace.xmlworkflow.WorkflowException extends Exception implements Serializable

Serialized Fields

reason

String reason



Copyright © 2012 DuraSpace. All Rights Reserved.