| Modifier and Type | Class and Description |
|---|---|
class |
ControlPanel
This page displays important (and some not-so important) systems
type information about your running dspace.
|
class |
CurateForm
Generates the Administrative Curate Form, from which any DSpace object can
be curated.
|
class |
ItemExport
Create the ability to view currently available export archives for download.
|
class |
NotAuthorized
Display a generic error message saying the user can
not perform the requested action.
|
class |
PrivateItems
Implements all the browse functionality (browse by title, subject, authors,
etc.) The types of browse available are configurable by the implementor.
|
class |
SystemwideAlerts
This class maintains any system-wide alerts.
|
class |
WithdrawnItems
Implements all the browse functionality (browse by title, subject, authors,
etc.) The types of browse available are configurable by the implementor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdvacedAuthorizationsForm |
class |
AuthorizationMain |
class |
DeletePoliciesConfirm |
class |
EditContainerPolicies |
class |
EditItemPolicies |
class |
EditPolicyForm |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignCollectionRoles
Presents the user (most likely a global administrator) with the form to edit
the collection's special authorization groups (or roles).
|
class |
CreateCollectionForm
Presents the user with a form to enter the initial metadata for creation of a new collection
|
class |
CurateCollectionForm |
class |
DeleteCollectionConfirm
Confirmation step for the deletion of an entire collection
|
class |
DeleteCollectionRoleConfirm
Confirmation step for the deletion a collection's role
|
class |
EditCollectionHarvestingForm
This is the other form that deals with harvesting.
|
class |
EditCollectionMetadataForm
Presents the user (in this case an administrator over the collection) with the
form to edit that collection's metadata, logo, and item template.
|
class |
SetupCollectionHarvestingForm
Presents the user (in this case an administrator over the collection) with the
form to edit that collection's metadata, logo, and item template.
|
class |
ToggleCollectionHarvestingForm
The form displayed for collections that do not have any harvesting settings active
(i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssignCommunityRoles
Presents the user (most likely a global administrator) with the form to edit
the community's special authorization groups (or roles).
|
class |
CreateCommunityForm
Presents the user with a form to enter the initial metadata for creation of a new community
|
class |
CurateCommunityForm |
class |
DeleteCommunityConfirm
Confirmation step for the deletion of an entire community
|
class |
DeleteCommunityRoleConfirm
Confirmation step for the deletion of a community's role
|
class |
EditCommunityMetadataForm
Presents the user (in this case an administrator over the community) with the
form to edit that community's metadata and logo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddEPersonForm
Present the user with all the eperson metadata fields so that they
can describe the new eperson before being created.
|
class |
DeleteEPeopleConfirm
Present the user with a list of not-yet-but-soon-to-be-deleted-epeople.
|
class |
EditEPersonForm
Edit an existing EPerson, display all the eperson's metadata
along with two special options two reset the eperson's
password and delete this user.
|
class |
ManageEPeopleMain
The manage epeople page is the starting point page for managing
epeople.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteGroupsConfirm
Present the user with a list of soon-to-be-deleted Groups.
|
class |
EditGroupForm
Present the user with the group's current state.
|
class |
ManageGroupsMain
Manage groups page is the entry point for group management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddBitstreamForm
Show a form that allows the user to upload a new bitstream.
|
class |
ConfirmItemForm
This page is used as a general confirmation page for any
actions on items.
|
class |
CurateItemForm |
class |
DeleteBitstreamsConfirm
Present the user with a list of not-yet-but-soon-to-be-deleted-bitstreams.
|
class |
EditBitstreamForm
Show a form allowing the user to edit a bitstream's metadata, the description & format.
|
class |
EditItemBitstreamsForm
Show a list of the item's bitstreams allowing the user to delete them,
edit them, or upload new bitstreams.
|
class |
EditItemMetadataForm
Display a list of all metadata available for this item and allow the user to
add, remove, or update it.
|
class |
EditItemStatusForm
Display basic meta-meta information about the item and allow the user to change
its state such as withdraw or reinstate, possibly even completely deleting the item!
|
class |
FindItemForm
Query the user for an item's identifier.
|
class |
MoveItemForm
This page displays collections to which the user can move an item.
|
class |
ViewItem
Display basic meta-meta information about the item and allow the user to
change its state such as withdraw or reinstate, possibly even completely
deleting the item!
|
| Modifier and Type | Class and Description |
|---|---|
class |
BrowseItemForm
List all items in this collection that are mapped from other collections.
|
class |
MapperMain
Manage the mapping of items into this collection, allow the user to
search for new items to import or browse a list of currently mapped
items.
|
class |
SearchItemForm
Search for items from other collections to map into this collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataImportConfirm
Web interface to Bulk Metadata Import app.
|
class |
MetadataImportMain
Web interface to Bulk Metadata Import app.
|
class |
MetadataImportUpload
Web interface to Bulk Metadata Import app.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteBitstreamFormatsConfirm
Confirm the deletion of bitstream formats by listing to-be-deleted
formats and asking the user for confirmation.
|
class |
DeleteMetadataFieldsConfirm
Prompt the user with a list of to-be-deleted metadata fields and
ask the user if they are sure they want them deleted.
|
class |
DeleteMetadataSchemaConfirm
Prompt the user to determin if they really want to delete the displayed schemas.
|
class |
EditBitstreamFormat
Enable the user to edit a bitstream format's metadata.
|
class |
EditMetadataSchema
Edit a metadata schema by: listing all the existing fields in
the schema, prompt the user to add a new field.
|
class |
FormatRegistryMain
Main management page for bitstream formats, this page lists all known formats
enabling the user to add more, updating existing, or delete formats.
|
class |
MetadataRegistryMain
This is the main entry point for managing the metadata registry.
|
class |
MoveMetadataFields
Show a list of selected fields, and prompt the user to enter a destination schema for these fields.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearch
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
|
class |
AdvancedSearch
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
|
class |
CollectionRecentSubmissions
Renders a list of recently submitted items for the collection by using the dspace browse
|
class |
CollectionSearch
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
|
class |
CollectionViewer
Display a single collection.
|
class |
CommunityBrowser
Display a list of Communities and collections.
|
class |
CommunityRecentSubmissions
Renders a list of recently submitted items for the community by using the dspace browse
|
class |
CommunitySearch
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
|
class |
CommunityViewer
Display a single community.
|
class |
ConfigurableBrowse
Implements all the browse functionality (browse by title, subject, authors,
etc.) The types of browse available are configurable by the implementor.
|
class |
Contact
Create a simple contact us page.
|
class |
FeedbackForm
Display to the user a simple form letting the user give feedback.
|
class |
FeedbackSent
Simple page to let the user know their feedback has been sent.
|
class |
FrontPageFeeds
This simple component will add feed links.
|
class |
ItemRequestChangeStatusForm
Display to the user a form to request change of permissions of a item.
|
class |
ItemRequestForm
Display to the user a simple form letting the user to request a protected item.
|
class |
ItemRequestResponseDecisionForm
Display to the user a simple decision form to select sending or not a file to
requester.
|
class |
ItemRequestResponseFalseForm
Display to the user a simple form to send a message rejecting the file send.
|
class |
ItemRequestResponseTrueForm
Display to the user a simple form letting the user send a document with a message.
|
class |
ItemRequestSent
Simple page to let the user know their mail and file has been sent.
|
class |
ItemRequestStatusChanged
Display to the user a simple page to let the user know the mail to request change status of a item is sent.
|
class |
ItemViewer
Display a single item.
|
class |
RestrictedItem
Display an item restricted message.
|
class |
SimpleSearch
Deprecated.
Since DSpace 4 the system use an abstraction layer named
Discovery to provide access to different search provider. The
legacy system build upon Apache Lucene is likely to be removed in
a future version. If you are interested in use Lucene as backend
for the DSpace search system please consider to build a Lucene
implementation of the Discovery interfaces
|
class |
StatisticsViewer
Transformer to display statistics data in XML UI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionBrowse
Renders the browse links for a collection
|
class |
CommunityBrowse
Renders the browse links for a community
|
class |
StaticPage
Implements a Cocoon transformer for easily defining a static XMLUI page without the need to write any Java code
For info on usage, see https://wiki.duraspace.org/display/DSPACE/Manakin+theme+tutorial
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecentSubmissionTransformer
An abstract class containing the shared methods which all recent submission transformers use
|
class |
BrowseFacet
Dynamic browse by page (not used @ the moment)
|
class |
RelatedItems
Displays related items to the currently viewable item
|
class |
SearchFacetFilter
Filter which displays facets on which a user can filter his discovery search
|
class |
SidebarFacetsTransformer
Renders the sidebar filters in Discovery
|
class |
SiteRecentSubmissions
Renders a list of recently submitted items for the homepage by using discovery
|
class |
SiteViewer
Adds feed links on the DSpace home page
|
| Modifier and Type | Class and Description |
|---|---|
class |
RecentSubmissionTransformer
Transformer that renders recent submissions with a paging option to traverse them
|
| Modifier and Type | Class and Description |
|---|---|
class |
CannotRegister
Inform the user that the email address they entered cannot be registered
with DSpace.
|
class |
EditProfile
Display a form that allows the user to edit their profile.
|
class |
FailedAuthentication |
class |
ForgotPasswordFinished
Display to the user that their password has been successfully reset.
|
class |
InvalidToken
Display to the user that the token provided was invalid.
|
class |
LDAPLogin
Query the user for their authentication credentials.
|
class |
LoginChooser
Displays a list of authentication methods.
|
class |
PasswordLogin
Query the user for their authentication credentials.
|
class |
ProfileUpdated
Display to the user that their profile has been successfully updated.
|
class |
RegistrationFinished
Display to the user that they have successfully registered.
|
class |
ResetPassword
Display a reset password form allowing the user to select a new password.
|
class |
StartForgotPassword
Display the forgot password form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user to reset their password.
|
class |
StartRegistration
Display the new user registration form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user create an account
There are two parameters that may be given to the form:
email - The email of the new account account
retry - A boolean value indicating that the previously entered email was invalid.
|
class |
VerifyEmail
Notify the user that a verification email has been sent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceLookupTransformer
Create the "lookup" popup window for Choice Control.
|
class |
NoticeTransformer
This class will add a simple notification div the DRI document.
|
class |
PageNotFoundTransformer
This special component checks to see if the body element is empty (has no sub elements) and if
it is then displays some page not found text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatisticsDataTransformer |
class |
Navigation
Navigation Elements for viewing statistics related to Items.
|
class |
StatisticsSearchResultTransformer
Transformer that adds a hidden form
which will be submitted each time an dspace object link is clicked on a lucene search page
This form will ensure that the results clicked after each search are logged for the search statistics
|
class |
StatisticsSearchTransformer |
class |
StatisticsTransformer |
class |
StatisticsWorkflowTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticSearchStatsViewer
Usage Statistics viewer, powered by Elastic Search.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStep
This abstract class represents an abstract page in the
submission or workflow processes.
|
class |
AbstractSubmissionStep
This abstract class represents an abstract submission page.
|
class |
ControlledVocabularyTransformer
Renders the main controlled vocabulary division which contains a filter box.
|
class |
StepTransformer
This generic transformer is used to generate the DRI
for any Submission Step which extends the class
org.dspace.app.xmlui.submission.AbstractStep
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessStep |
class |
AccessStepUtil
This class represents a query which the discovery backend can use
|
class |
CCLicenseStep
This is an optional page of the item submission processes.
|
class |
CompletedStep
This is a confirmation page informing the user that they have
completed the submission of the item.
|
class |
DescribeStep
This is a step of the item submission processes.
|
class |
EditBitstreamPolicies |
class |
EditFileStep
This is a sub step of the Upload step during item submission.
|
class |
EditPolicyStep |
class |
InitialQuestionsStep
This is the first official step of the item submission processes.
|
class |
LicenseStep
This is the last step of the item submission processes.
|
class |
RemovedStep
This is a confirmation page informing the user that they have
successfully removed their submission.
|
class |
ResumeStep
This step is used when the a user clicks an unfinished submission
from the submissions page.
|
class |
ReviewStep
This is a step of the item submission processes.
|
class |
SaveOrRemoveStep
This is sort-of a step of the submission processes (not
an official "step", since it does not extend AbstractSubmissionStep).
|
class |
SelectCollectionStep
Allow the user to select a collection they wish to submit an item to,
this step is sort-of but not officialy part of the item submission
processes.
|
class |
UploadStep
This is a step of the item submission processes.
|
class |
UploadWithEmbargoStep
This class manages the upload step with embargo fields during the submission.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SelectCollectionTransformer
User: Robin Taylor
Date: 21-Sep-2010
Time: 13:44:28
|
class |
SelectPackagingTransformer
User: Robin Taylor
Date: 21-Sep-2010
Time: 13:44:28
|
class |
SelectTargetTransformer
User: Robin Taylor
Date: 21-Sep-2010
Time: 13:44:28
|
class |
SwordResponseTransformer
User: Robin Taylor
Date: 08-Apr-2010
Time: 09:54:52
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteVersionsConfirm |
class |
RestoreVersionForm |
class |
VersionHistoryForm |
class |
VersionItemForm |
class |
VersionNoticeTransformer
Adds a notice to item page in the following conditions
A new version of an item is available
If the person is an admin an message will also be shown if the item has a new version in the workflow
|
class |
VersionUpdateForm |
| Modifier and Type | Class and Description |
|---|---|
class |
PerformTaskStep
This step displays a workflow item to the user and and presents several
possible actions that they may perform on the task.
|
class |
RejectTaskStep
This step is used when the user has selected to
reject the item.
|
class |
Submissions |
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedFormTest
This is a class to test the advanced form capabilities of DRI.
|
class |
BasicFormTest
This is a class to test the basic form capabilities of DRI.
|
class |
HTMLTest
This is a class to test the capabilities of including HTML inside
a DRI document.
|
class |
InlineFormTest
This is a class to test the use of form fields inline with normal
paragraphs, lists, or tables.
|
class |
StructureTest
This is a class to test the capabilities of DRI's structural
elements: i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXMLUIAction
This abstract class represents an abstract action in the xml workflow
This class provides a placeholder for some utility methods
|
class |
WorkflowExceptionTransformer
A transformer that is called when the workflow encounteres an exception
|
class |
WorkflowTransformer
A class that will render the current action in which the given workflow item
is currently located
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptEditRejectAction
User interface for an action that allows users to
edit/accept/reject a workflow item
|
class |
FinalEditAction
Processing class of an action that allows users to
accept/reject a workflow item
|
class |
ReviewAction
User interface class of an accept/reject action
|
class |
ScoreReviewAction
User interface for the score review action
This action will allow multiple users to rate a certain item
if the mean of this score is higher then the minimum score the
item will be sent to the next action/step else it will be rejected
|
class |
SelectReviewerAction
User interface for an action where an assigned user can
assign another user to review the item
|
class |
SingleUserReviewAction
User interface of an action where a single user has
been assigned and he can either accept/reject the workflow item
or reject the task
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClaimAction
User interface for an action where x number of users
have to accept a task from a designated pool
|
| Modifier and Type | Class and Description |
|---|---|
class |
WorkflowItemTransformer
A transformer that renders xmlworkflow items
so that an admin can view the item
|
class |
WorkflowOverviewTransformer
A transformer that renders all xmlworkflow items
and allows for the admin to either delete them or send
them back to the submitter
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDSpaceTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
IncludePageMeta
Include metadata in the resulting DRI document as derived from the sitemap
parameters.
|
Copyright © 2013 DuraSpace. All Rights Reserved.