|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UIException in org.dspace.app.xmlui.aspect.administrative |
|---|
| Methods in org.dspace.app.xmlui.aspect.administrative that throw UIException | |
|---|---|
void |
ItemExport.addBody(Body body)
|
void |
WithdrawnItems.addBody(Body body)
Add the browse-title division. |
void |
ControlPanel.addBody(Body body)
|
void |
Navigation.addOptions(Options options)
|
void |
ItemExport.addPageMeta(PageMeta pageMeta)
Add Page metadata. |
void |
WithdrawnItems.addPageMeta(PageMeta pageMeta)
Add Page metadata. |
void |
ControlPanel.addPageMeta(PageMeta pageMeta)
|
static FlowResult |
FlowContainerUtils.changeCollectionDefaultReadToAnonymous(Context context,
int collectionID)
Change the default read privileges to the anonymous group. |
static int |
FlowContainerUtils.createCollectionDefaultReadGroup(Context context,
int collectionID)
Change default privileges from the anonymous group to a new group that will be created and appropriate privileges assigned. |
static FlowResult |
FlowItemUtils.processAddMetadata(Context context,
int itemID,
org.apache.cocoon.environment.Request request)
Process the request paramaters to add a new metadata entry for the item. |
static FlowResult |
FlowRegistryUtils.processAddMetadataField(Context context,
int schemaID,
String element,
String qualifier,
String note)
Add a new metadata field. |
static FlowResult |
FlowRegistryUtils.processAddMetadataSchema(Context context,
String namespace,
String name)
Add a new metadata schema. |
static FlowResult |
FlowItemUtils.processDeleteBitstreams(Context context,
int itemID,
String[] bitstreamIDs)
Delete the given bitstreams from the bundle and item. |
static FlowResult |
FlowContainerUtils.processDeleteCollectionRole(Context context,
int collectionID,
String roleName,
int groupID)
Delete one of collection's roles |
static FlowResult |
FlowContainerUtils.processDeleteCommunityRole(Context context,
int communityID,
String roleName,
int groupID)
Delete one of a community's roles |
static FlowResult |
FlowItemUtils.processEditItem(Context context,
int itemID,
org.apache.cocoon.environment.Request request)
Process the request parameters to update the item's metadata and remove any selected bitstreams. |
static FlowResult |
FlowRegistryUtils.processEditMetadataField(Context context,
int schemaID,
int fieldID,
String element,
String qualifier,
String note)
Edit a metadata field. |
static FlowResult |
FlowMapperUtils.processMapItems(Context context,
int collectionID,
String[] itemIDs)
Map the given items into this collection |
static FlowResult |
FlowGroupUtils.processSaveGroup(Context context,
int groupID,
String newName,
String[] newEPeopleIDsArray,
String[] newGroupIDsArray)
Save the group. |
static FlowResult |
FlowMapperUtils.processUnmapItems(Context context,
int collectionID,
String[] itemIDs)
Unmap the given items from this collection |
| Uses of UIException in org.dspace.app.xmlui.aspect.administrative.item |
|---|
| Methods in org.dspace.app.xmlui.aspect.administrative.item that throw UIException | |
|---|---|
void |
AddBitstreamForm.addBody(Body body)
|
void |
EditBitstreamForm.addBody(Body body)
|
| Uses of UIException in org.dspace.app.xmlui.aspect.artifactbrowser |
|---|
| Methods in org.dspace.app.xmlui.aspect.artifactbrowser that throw UIException | |
|---|---|
void |
Contact.addBody(Body body)
|
void |
CommunitySearch.addBody(Body body)
Display a single community (and refrence any sub communites or collections) |
void |
CommunityBrowser.addBody(Body body)
Add a community-browser division that includes references to community and collection metadata. |
void |
CollectionRecentSubmissions.addBody(Body body)
|
void |
CollectionViewer.addBody(Body body)
Display a single collection |
void |
AdvancedSearch.addBody(Body body)
Add the body |
void |
FeedbackSent.addBody(Body body)
|
void |
RestrictedItem.addBody(Body body)
|
abstract void |
AbstractSearch.addBody(Body body)
Build the resulting search DRI document. |
void |
CommunityRecentSubmissions.addBody(Body body)
|
void |
CollectionSearch.addBody(Body body)
|
void |
FrontPageSearch.addBody(Body body)
|
void |
ConfigurableBrowse.addBody(Body body)
Add the browse-title division. |
void |
FeedbackForm.addBody(Body body)
|
void |
ItemViewer.addBody(Body body)
Display a single item |
void |
CommunityViewer.addBody(Body body)
Display a single community (and refrence any sub communites or collections) |
void |
SimpleSearch.addBody(Body body)
build the DRI page representing the body of the search query. |
void |
StatisticsViewer.addBody(Body body)
Output the body of the report |
void |
Navigation.addOptions(Options options)
Add the basic navigational options: Search - advanced search browse - browse by Titles - browse by Authors - browse by Dates language FIXME: add languages context no context options are added. |
void |
StatisticsViewer.addOptions(Options options)
Add additional navigation options. |
void |
Contact.addPageMeta(PageMeta pageMeta)
|
void |
CommunityBrowser.addPageMeta(PageMeta pageMeta)
Add a page title and trail links. |
void |
Navigation.addPageMeta(PageMeta pageMeta)
Insure that the context path is added to the page meta. |
void |
CollectionViewer.addPageMeta(PageMeta pageMeta)
Add a page title and trail links. |
void |
FeedbackSent.addPageMeta(PageMeta pageMeta)
|
void |
RestrictedItem.addPageMeta(PageMeta pageMeta)
|
void |
FrontPageSearch.addPageMeta(PageMeta pageMeta)
Add a page title and trail links. |
void |
ConfigurableBrowse.addPageMeta(PageMeta pageMeta)
Add Page metadata. |
void |
FeedbackForm.addPageMeta(PageMeta pageMeta)
|
void |
ItemViewer.addPageMeta(PageMeta pageMeta)
Add the item's title and trail links to the page's metadata. |
void |
CommunityViewer.addPageMeta(PageMeta pageMeta)
Add the community's title and trail links to the page's metadata |
void |
StatisticsViewer.addPageMeta(PageMeta pageMeta)
Add title, etc. |
protected String |
AdvancedSearch.generateURL(Map<String,String> parameters)
Generate a URL for this search page which includes all the search parameters along with the added parameters. |
protected abstract String |
AbstractSearch.generateURL(Map<String,String> parameters)
Generate a url to the given search implementation with the associated parameters included. |
protected String |
SimpleSearch.generateURL(Map<String,String> parameters)
Generate a url to the simple search url. |
protected String |
AdvancedSearch.getQuery()
Determine the search query for this search page. |
protected abstract String |
AbstractSearch.getQuery()
Extract the query string. |
protected String |
SimpleSearch.getQuery()
Get the search query from the URL parameter, if none is found the empty string is returned. |
List<org.dspace.app.xmlui.aspect.artifactbrowser.AdvancedSearch.SearchField> |
AdvancedSearch.getSearchFields(org.apache.cocoon.environment.Request request)
Get a list of search fields from the request object and parse them into a linear array of fileds. |
protected void |
AbstractSearch.performSearch()
Query DSpace for a list of all items / collections / or communities that match the given search query. |
| Uses of UIException in org.dspace.app.xmlui.aspect.browseArtifacts |
|---|
| Methods in org.dspace.app.xmlui.aspect.browseArtifacts that throw UIException | |
|---|---|
void |
StaticPage.addBody(Body body)
|
void |
Navigation.addOptions(Options options)
Add the basic navigational options: browse - browse by Titles - browse by Authors - browse by Dates language FIXME: add languages context no context options are added. |
void |
StaticPage.addPageMeta(PageMeta pageMeta)
|
| Uses of UIException in org.dspace.app.xmlui.aspect.eperson |
|---|
| Methods in org.dspace.app.xmlui.aspect.eperson that throw UIException | |
|---|---|
void |
FailedAuthentication.addBody(Body body)
|
void |
Navigation.addOptions(Options options)
Add the eperson aspect navigational options. |
void |
FailedAuthentication.addPageMeta(PageMeta pageMeta)
|
void |
Navigation.addUserMeta(UserMeta userMeta)
Add the user metadata |
| Uses of UIException in org.dspace.app.xmlui.aspect.general |
|---|
| Methods in org.dspace.app.xmlui.aspect.general that throw UIException | |
|---|---|
void |
PageNotFoundTransformer.addBody(Body body)
What to add at the end of the body |
void |
ChoiceLookupTransformer.addBody(Body body)
|
void |
PageNotFoundTransformer.addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
ChoiceLookupTransformer.addPageMeta(PageMeta pageMeta)
|
| Uses of UIException in org.dspace.app.xmlui.aspect.searchArtifacts |
|---|
| Methods in org.dspace.app.xmlui.aspect.searchArtifacts that throw UIException | |
|---|---|
void |
Navigation.addOptions(Options options)
|
void |
Navigation.addPageMeta(PageMeta pageMeta)
Insure that the context path is added to the page meta. |
| Uses of UIException in org.dspace.app.xmlui.aspect.statistics |
|---|
| Methods in org.dspace.app.xmlui.aspect.statistics that throw UIException | |
|---|---|
void |
StatisticsTransformer.addBody(Body body)
What to add at the end of the body |
void |
Navigation.addOptions(Options options)
Add the statistics aspect navigational options. |
void |
StatisticsTransformer.addPageMeta(PageMeta pageMeta)
Add a page title and trail links |
| Uses of UIException in org.dspace.app.xmlui.aspect.submission |
|---|
| Methods in org.dspace.app.xmlui.aspect.submission that throw UIException | |
|---|---|
void |
StepTransformer.addBody(Body body)
What to add at the end of the body |
void |
CollectionViewer.addBody(Body body)
Add a single link to the view item page that allows the user to submit to the collection. |
void |
Submissions.addBody(Body body)
|
void |
StepTransformer.addOptions(Options options)
What to add to the options list |
void |
Navigation.addOptions(Options options)
|
void |
StepTransformer.addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
AbstractStep.addPageMeta(PageMeta pageMeta)
Base pageMeta that is added to ALL submission stages |
void |
Submissions.addPageMeta(PageMeta pageMeta)
|
abstract List |
AbstractSubmissionStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
void |
StepTransformer.addUserMeta(UserMeta userMeta)
What user metadata to add to the document |
| Uses of UIException in org.dspace.app.xmlui.aspect.submission.submit |
|---|
| Methods in org.dspace.app.xmlui.aspect.submission.submit that throw UIException | |
|---|---|
void |
EditFileStep.addBody(Body body)
|
void |
CompletedStep.addBody(Body body)
|
void |
ResumeStep.addBody(Body body)
|
void |
InitialQuestionsStep.addBody(Body body)
|
void |
UploadStep.addBody(Body body)
|
void |
SelectCollectionStep.addBody(Body body)
|
void |
LicenseStep.addBody(Body body)
|
void |
ReviewStep.addBody(Body body)
|
void |
RemovedStep.addBody(Body body)
|
void |
SaveOrRemoveStep.addBody(Body body)
|
void |
CCLicenseStep.addBody(Body body)
|
void |
DescribeStep.addBody(Body body)
|
void |
DescribeStep.addPageMeta(PageMeta pageMeta)
|
List |
CompletedStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
InitialQuestionsStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
UploadStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
SelectCollectionStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
LicenseStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
ReviewStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
CCLicenseStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
List |
DescribeStep.addReviewSection(List reviewList)
Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process. |
| Uses of UIException in org.dspace.app.xmlui.aspect.viewArtifacts |
|---|
| Methods in org.dspace.app.xmlui.aspect.viewArtifacts that throw UIException | |
|---|---|
void |
Navigation.addOptions(Options options)
|
void |
Navigation.addPageMeta(PageMeta pageMeta)
Insure that the context path is added to the page meta. |
| Uses of UIException in org.dspace.app.xmlui.aspect.workflow |
|---|
| Methods in org.dspace.app.xmlui.aspect.workflow that throw UIException | |
|---|---|
void |
RejectTaskStep.addBody(Body body)
|
void |
PerformTaskStep.addBody(Body body)
|
void |
Submissions.addBody(Body body)
|
void |
Submissions.addPageMeta(PageMeta pageMeta)
|
static boolean |
FlowUtils.processApproveTask(Context context,
String id)
Update the provided workflowItem to advance to the next workflow step. |
static void |
FlowUtils.processClaimTask(Context context,
String id)
Claim this task from the pool of unclaimed task so that this user may preform the task by either approving or rejecting it. |
static String |
FlowUtils.processRejectTask(Context context,
String id,
org.apache.cocoon.environment.Request request)
Reject the given task for the given reason. |
static void |
FlowUtils.processUnclaimTask(Context context,
String id)
Return the given task back to the pool of unclaimed tasks for another user to select and preform. |
| Uses of UIException in org.dspace.app.xmlui.aspect.xmltest |
|---|
| Methods in org.dspace.app.xmlui.aspect.xmltest that throw UIException | |
|---|---|
void |
InlineFormTest.addBody(Body body)
|
void |
StructureTest.addBody(Body body)
|
void |
AdvancedFormTest.addBody(Body body)
|
void |
BasicFormTest.addBody(Body body)
|
void |
HTMLTest.addBody(Body body)
|
void |
Navigation.addOptions(Options options)
|
void |
InlineFormTest.addPageMeta(PageMeta pageMeta)
|
void |
StructureTest.addPageMeta(PageMeta pageMeta)
|
void |
AdvancedFormTest.addPageMeta(PageMeta pageMeta)
|
void |
BasicFormTest.addPageMeta(PageMeta pageMeta)
|
void |
HTMLTest.addPageMeta(PageMeta pageMeta)
|
| Uses of UIException in org.dspace.app.xmlui.aspect.xmlworkflow |
|---|
| Methods in org.dspace.app.xmlui.aspect.xmlworkflow that throw UIException | |
|---|---|
void |
WorkflowExceptionTransformer.addBody(Body body)
|
void |
Submissions.addBody(Body body)
|
void |
WorkflowTransformer.addOptions(Options options)
What to add to the options list |
void |
Navigation.addOptions(Options options)
|
void |
WorkflowTransformer.addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
AbstractXMLUIAction.addPageMeta(PageMeta pageMeta)
|
void |
WorkflowTransformer.addUserMeta(UserMeta userMeta)
What user metadata to add to the document |
| Uses of UIException in org.dspace.app.xmlui.aspect.xmlworkflow.admin |
|---|
| Methods in org.dspace.app.xmlui.aspect.xmlworkflow.admin that throw UIException | |
|---|---|
void |
WorkflowItemTransformer.addBody(Body body)
|
void |
WorkflowItemTransformer.addPageMeta(PageMeta pageMeta)
|
protected String |
WorkflowOverviewTransformer.generateURL(Map<String,String> parameters)
Generate a url to the simple search url. |
| Uses of UIException in org.dspace.app.xmlui.cocoon |
|---|
| Methods in org.dspace.app.xmlui.cocoon that throw UIException | |
|---|---|
void |
AbstractDSpaceTransformer.addBody(Body body)
What to add at the end of the body |
void |
DSpaceTransformer.addBody(Body body)
What to add at the end of the body |
void |
AbstractDSpaceTransformer.addOptions(Options options)
What to add to the options list |
void |
DSpaceTransformer.addOptions(Options options)
What to add to the options list |
void |
AbstractDSpaceTransformer.addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
DSpaceTransformer.addPageMeta(PageMeta pageMeta)
What page metadata to add to the document |
void |
AbstractDSpaceTransformer.addUserMeta(UserMeta userMeta)
What user metadata to add to the document |
void |
DSpaceTransformer.addUserMeta(UserMeta userMeta)
What user metadata to add to the document |
static String |
AbstractDSpaceTransformer.decodeFromURL(String encodedString)
Decode the given string from URL transmission. |
static String |
AbstractDSpaceTransformer.encodeForURL(String unencodedString)
Encode the given string for URL transmission. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||