|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.dspace.content | |
|---|---|
| org.dspace.administer | Provides classes and methods for administrative functions that fall outside the regular use of other subsystems. |
| org.dspace.app.bulkedit | |
| org.dspace.app.itemexport | |
| org.dspace.app.itemupdate | |
| org.dspace.app.mediafilter | |
| 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 | |
| org.dspace.app.util | |
| org.dspace.authorize | Handles permissions for DSpace content. |
| org.dspace.browse | Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. |
| org.dspace.content | Provides an API for reading and manipulating content in the DSpace system. |
| 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 | |
| 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 | |
| org.dspace.ctask.general | |
| org.dspace.curate | |
| org.dspace.discovery | |
| org.dspace.embargo | Embargo allows the deposit of Items whose content should not be made visible until later. |
| org.dspace.eperson | Provides classes representing e-people and groups of e-people. |
| org.dspace.event | |
| org.dspace.handle | Provides classes and methods to interface with the CNRI Handle System. |
| org.dspace.harvest | |
| org.dspace.identifier | |
| org.dspace.license | |
| org.dspace.plugin | |
| org.dspace.search | Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. |
| org.dspace.statistics | |
| org.dspace.statistics.content | |
| org.dspace.submit.step | |
| org.dspace.usage | |
| org.dspace.versioning | |
| org.dspace.workflow | DSpace's workflow system |
| org.dspace.xmlworkflow | |
| org.dspace.xmlworkflow.storedcomponents | |
| Classes in org.dspace.content used by org.dspace.administer | |
|---|---|
| Community
Class representing a community |
|
| MetadataField
DSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier. |
|
| NonUniqueMetadataException
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. |
|
| Classes in org.dspace.content used by org.dspace.app.bulkedit | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DCValue
Deprecated. |
|
| Item
Class representing an item in DSpace. |
|
| ItemIterator
Specialized iterator for DSpace Items. |
|
| Classes in org.dspace.content used by org.dspace.app.itemexport | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| ItemIterator
Specialized iterator for DSpace Items. |
|
| Classes in org.dspace.content used by org.dspace.app.itemupdate | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| DCValue
Deprecated. |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.app.mediafilter | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.app.packager | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.app.sfx | |
|---|---|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.app.util | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| Bundle
Class representing bundles of bitstreams stored in the DSpace system |
|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DCValue
Deprecated. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| InProgressSubmission
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system) |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.authorize | |
|---|---|
| Collection
Class representing a collection. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.browse | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DCValue
Deprecated. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Thumbnail
Wrapper class for bitstreams with Thumbnails associated with them for convenience in the browse system |
|
| Classes in org.dspace.content used by org.dspace.content | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| BitstreamFormat
Class representing a particular bitstream format. |
|
| Bundle
Class representing bundles of bitstreams stored in the DSpace system |
|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DCDate
Dublin Core date utility class |
|
| DCValue
Deprecated. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| InProgressSubmission
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system) |
|
| Item
Class representing an item in DSpace. |
|
| ItemIterator
Specialized iterator for DSpace Items. |
|
| MetadataField
DSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier. |
|
| MetadataSchema
Class representing a schema in DSpace. |
|
| MetadataValue
Database access class representing a Dublin Core metadata value. |
|
| NonUniqueMetadataException
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. |
|
| SupervisedItem
Class to handle WorkspaceItems which are being supervised. |
|
| WorkspaceItem
Class representing an item in the process of being submitted by a user |
|
| Classes in org.dspace.content used by org.dspace.content.crosswalk | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DCValue
Deprecated. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Site
Represents the root of the DSpace Archive. |
|
| Classes in org.dspace.content used by org.dspace.content.dao | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| Classes in org.dspace.content used by org.dspace.content.packager | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| BitstreamFormat
Class representing a particular bitstream format. |
|
| Bundle
Class representing bundles of bitstreams stored in the DSpace system |
|
| Collection
Class representing a collection. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| WorkspaceItem
Class representing an item in the process of being submitted by a user |
|
| Classes in org.dspace.content used by org.dspace.content.service | |
|---|---|
| Thumbnail
Wrapper class for bitstreams with Thumbnails associated with them for convenience in the browse system |
|
| Classes in org.dspace.content used by org.dspace.ctask.general | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.curate | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.discovery | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.embargo | |
|---|---|
| Collection
Class representing a collection. |
|
| DCDate
Dublin Core date utility class |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.eperson | |
|---|---|
| Collection
Class representing a collection. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.event | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.handle | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.harvest | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.identifier | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.license | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.plugin | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.search | |
|---|---|
| Collection
Class representing a collection. |
|
| Community
Class representing a community |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.statistics | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Classes in org.dspace.content used by org.dspace.statistics.content | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.submit.step | |
|---|---|
| DSpaceObject
Abstract base class for DSpace objects |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.usage | |
|---|---|
| Collection
Class representing a collection. |
|
| DSpaceObject
Abstract base class for DSpace objects |
|
| InProgressSubmission
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system) |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.versioning | |
|---|---|
| Bitstream
Class representing bitstreams stored in the DSpace system. |
|
| Item
Class representing an item in DSpace. |
|
| Classes in org.dspace.content used by org.dspace.workflow | |
|---|---|
| Collection
Class representing a collection. |
|
| InProgressSubmission
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system) |
|
| Item
Class representing an item in DSpace. |
|
| WorkspaceItem
Class representing an item in the process of being submitted by a user |
|
| Classes in org.dspace.content used by org.dspace.xmlworkflow | |
|---|---|
| Collection
Class representing a collection. |
|
| Item
Class representing an item in DSpace. |
|
| WorkspaceItem
Class representing an item in the process of being submitted by a user |
|
| Classes in org.dspace.content used by org.dspace.xmlworkflow.storedcomponents | |
|---|---|
| Collection
Class representing a collection. |
|
| InProgressSubmission
Interface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system) |
|
| Item
Class representing an item in DSpace. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||