| Package | Description |
|---|---|
| org.dspace.app.requestitem | |
| org.dspace.app.util |
Miscellaneous utility classes.
|
| org.dspace.authorize |
Handles permissions for DSpace content.
|
| org.dspace.checker |
Provides content fixity checking (using checksums)
for bitstreams stored in DSpace software.
|
| org.dspace.content |
Provides an API for reading and manipulating content in the DSpace system.
|
| org.dspace.core |
Provides some basic functionality required throughout the DSpace system.
|
| org.dspace.eperson |
Provides classes representing e-people and groups of e-people.
|
| org.dspace.handle |
Provides classes and methods to interface with the
CNRI Handle System.
|
| org.dspace.harvest | |
| org.dspace.identifier |
Providers of durable unique identifiers (Handles, DOIs, etc.).
|
| org.dspace.versioning | |
| org.dspace.workflowbasic | |
| org.dspace.xmlworkflow.storedcomponents |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestItem
Object representing an Item Request
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebApp
Database entity representation of the webApp table
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcePolicy
Database entity representation of the ResourcePolicy table
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChecksumHistory
Represents a history record for the bitstream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bitstream
Class representing bitstreams stored in the DSpace system.
|
class |
BitstreamFormat
Class representing a particular bitstream format.
|
class |
Bundle
Class representing bundles of bitstreams stored in the DSpace system
|
class |
Collection
Class representing a collection.
|
class |
Community
Class representing a community
|
class |
DSpaceObject
Abstract base class for DSpace objects
|
class |
Item
Class representing an item in DSpace.
|
class |
MetadataField
DSpace object that represents a metadata field, which is
defined by a combination of schema, element, and qualifier.
|
class |
MetadataSchema
Class representing a schema in DSpace.
|
class |
MetadataValue
Database access class representing a Dublin Core metadata value.
|
class |
Site
Represents the root of the DSpace Archive.
|
class |
WorkspaceItem
Class representing an item in the process of being submitted by a user
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ReloadableEntity> |
DBConnection.reloadEntity(E entity)
Reload a DSpace object from the database.
|
<E extends ReloadableEntity> |
Context.reloadEntity(E entity)
Reload an entity from the database into the cache.
|
<E extends ReloadableEntity> |
HibernateDBConnection.reloadEntity(E entity) |
<E extends ReloadableEntity> |
DBConnection.uncacheEntity(E entity)
Remove a DSpace object from the cache when batch processing a large number of objects.
|
<E extends ReloadableEntity> |
Context.uncacheEntity(E entity)
Remove an entity from the cache.
|
<E extends ReloadableEntity> |
HibernateDBConnection.uncacheEntity(E entity)
Evict an entity from the hibernate cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EPerson
Class representing an e-person.
|
class |
Group
Class representing a group of e-people.
|
class |
RegistrationData
Database entity representation of the registrationdata table
|
class |
Subscription
Database entity representation of the subscription table
|
| Modifier and Type | Class and Description |
|---|---|
class |
Handle
Database entity representation of the handle table
|
| Modifier and Type | Class and Description |
|---|---|
class |
HarvestedCollection |
class |
HarvestedItem |
| Modifier and Type | Class and Description |
|---|---|
class |
DOI
DOI identifiers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Version |
class |
VersionHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicWorkflowItem
Class representing an item going through the workflow process in DSpace
|
class |
TaskListItem
Database entity representation of the TaskListItem table
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClaimedTask
Claimed task representing the database representation of an action claimed by an eperson
|
class |
CollectionRole
/*
Represents a workflow assignments database representation.
|
class |
InProgressUser
Claimed task representing the database representation of an action claimed by an eperson
|
class |
PoolTask
Pool task representing the database representation of a pool task for a step and an eperson
|
class |
WorkflowItemRole
Represents a workflow assignments database representation.
|
class |
XmlWorkflowItem
Class representing an item going through the workflow process in DSpace
|
Copyright © 2016 DuraSpace. All rights reserved.