Difference between revisions of "PubMan Navigation Pages Urls"

From MPDLMediaWiki
Jump to navigation Jump to search
m
(URL parameters of the pubman pages)
Line 1: Line 1:
==PubMan Pages URLs==
==PubMan Pages URLs==
===R4===
===R4===
====Search Results====
=====URL=====
/pubman/faces/SearchResultListPage.jsp
=====Parameters=====
{|class="wikitable" border="1"
|-
!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====
=====URL=====
/pubman/faces/DepositorWSPage.jsp.jsp
=====Parameters=====
{|class="wikitable" border="1"
|-
!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====
=====URL=====
/pubman/faces/QAWSPage.jsp.jsp
=====Parameters=====
{|class="wikitable" border="1"
|-
!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
|}


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

Revision as of 10:19, 12 January 2009

PubMan Pages URLs[edit]

R4[edit]

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.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.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