Difference between revisions of "PubMan Navigation Pages Urls"

From MPDLMediaWiki
Jump to navigation Jump to search
(URL parameters of the pubman pages)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==PubMan Pages URLs==
==PubMan Pages URLs==
===R4===
===R4===
====Home Page====
=====URL=====
/pubman/faces/HomePage.jsp
'''or'''
/pubman
=====Parameters=====
none
====View Item Page====
=====URL=====
/pubman/faces/viewItemFullPage.jsp
'''or'''
/pubman/item/''itemId''
=====Parameters=====
{|class="wikitable" border="1"
|-
!Name !!Description !!Valid Values !!Default !!Required?
|-
!itemId
|The id of the item that is to be displayed ||A valid eSciDoc id of a pubman item||- ||required
|}
====Search Results====
====Search Results====
=====URL=====
=====URL=====
Line 33: Line 62:
====Depositor Workspace/MyItems====
====Depositor Workspace/MyItems====
=====URL=====
=====URL=====
/pubman/faces/DepositorWSPage.jsp.jsp
/pubman/faces/DepositorWSPage.jsp


=====Parameters=====
=====Parameters=====
Line 61: Line 90:
====Quality Assurance Workspace====
====Quality Assurance Workspace====
=====URL=====
=====URL=====
/pubman/faces/QAWSPage.jsp.jsp
/pubman/faces/QAWSPage.jsp


=====Parameters=====
=====Parameters=====
Line 92: Line 121:




[[Category:eSciDoc-Team]]
[[Category:PubMan_Development]]

Latest revision as of 14:55, 12 April 2012

PubMan Pages URLs[edit]

R4[edit]

Home Page[edit]

URL[edit]

/pubman/faces/HomePage.jsp or /pubman

Parameters[edit]

none


View Item Page[edit]

URL[edit]

/pubman/faces/viewItemFullPage.jsp or /pubman/item/itemId

Parameters[edit]
Name Description Valid Values Default Required?
itemId The id of the item that is to be displayed A valid eSciDoc id of a pubman item - required



Search Results[edit]

URL[edit]

/pubman/faces/SearchResultListPage.jsp

Parameters[edit]
Name Description Valid Values Default Required?
cql The CQL search query A valid cql search string - required
searchType Additional information about the type of the search. simple, advanced, org simple optional
sortBy The sorting criteria by which the results are to be sorted. TITLE, GENRE, DATE, CREATOR, PUBLISHING_INFO, MODIFICATION_DATE, EVENT_TITLE, SOURCE_TITLE, SOURCE_CREATOR, REVIEW_METHOD, FILE, STATE, OWNER, COLLECTION MODIFICATION_DATE optional
sortOrder The sorting order by which the results are to be sorted. ascending, descending descending optional
elementsPerPage The number of results that are to be displayed per page. 10,25,50,100,250 10 optional
pageNumber The paginator page number. A positive integer 1 optional


Depositor Workspace/MyItems[edit]

URL[edit]

/pubman/faces/DepositorWSPage.jsp

Parameters[edit]
Name Description Valid Values Default Required?
itemState The state of the items by which the list is to be filtered. all, PENDING, SUBMITTED, RELEASED, WITHDRAWN, IN_REVISION all optional
sortBy The sorting criteria by which the results are to be sorted. TITLE, GENRE, DATE, CREATOR, PUBLISHING_INFO, MODIFICATION_DATE, EVENT_TITLE, SOURCE_TITLE, SOURCE_CREATOR, REVIEW_METHOD, FILE, STATE, OWNER, COLLECTION MODIFICATION_DATE optional
sortOrder The sorting order by which the results are to be sorted. ascending, descending descending optional
elementsPerPage The number of results that are to be displayed per page. 10,25,50,100,250 10 optional
pageNumber The paginator page number. A positive integer 1 optional


Quality Assurance Workspace[edit]

URL[edit]

/pubman/faces/QAWSPage.jsp

Parameters[edit]
Name Description Valid Values Default Required?
context The id of a context by which the list is to be filtered. all, a valid context id all optional
itemState The state of the items by which the list is to be filtered. all, PENDING, SUBMITTED, RELEASED, WITHDRAWN, IN_REVISION all optional
sortBy The sorting criteria by which the results are to be sorted. TITLE, GENRE, DATE, CREATOR, PUBLISHING_INFO, MODIFICATION_DATE, EVENT_TITLE, SOURCE_TITLE, SOURCE_CREATOR, REVIEW_METHOD, FILE, STATE, OWNER, COLLECTION MODIFICATION_DATE optional
sortOrder The sorting order by which the results are to be sorted. ascending, descending descending optional
elementsPerPage The number of results that are to be displayed per page. 10,25,50,100,250 10 optional
pageNumber The paginator page number. A positive integer 1 optional