|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Presentation
Interface used by UIs to configure an OgsaDaiDataResourceManager and display information
about the resources it manages.
| Method Summary | |
|---|---|
String |
displayConfigForm()
Display the contents of an HTML form allowing the service administrator to change any configurable parts of the OgsaDaiDataResourceManager. |
String |
displayDataResourceRoleRow(DataResourceRoleBean bean)
Display information about a role. |
String |
displayDataResourceRow(DataResourceBean bean)
Display information about a data resource. |
String[] |
getDataResourceAttributeNames()
Return a list of attribute names that should be provided for new data resources. |
String[] |
getDataResourceRoleAttributeNames()
Return a list of attribute names that should be provided for new roles. |
String |
getHeadContent()
Provide any content to be inserted into the HEAD element of the HTML document. |
void |
saveConfig(HttpServletRequest request)
Save the configuration entered in the form produced by displayConfigForm(). |
| Method Detail |
|---|
String displayDataResourceRow(DataResourceBean bean)
throws IOException
OgsaDaiAdmin.
bean - A bean holding information about the data resource to be displayed
IOException
String displayDataResourceRoleRow(DataResourceRoleBean bean)
throws IOException
OgsaDaiAdmin.
bean - A bean holding information about the role to be displayed
IOExceptionString displayConfigForm()
OgsaDaiAdmin.
saveConfig(javax.servlet.http.HttpServletRequest) is called when the form is submitted.
void saveConfig(HttpServletRequest request)
throws GridFailureException
displayConfigForm().
Used by OgsaDaiAdmin.
request - Use the ServletRequest.getParameter(java.lang.String) method to get
user-entered data.
GridFailureExceptionString getHeadContent()
displayConfigForm(),
displayDataResourceRoleRow(uk.ac.soton.itinnovation.grid.service.dataresource.beans.DataResourceRoleBean) or
displayDataResourceRow(uk.ac.soton.itinnovation.grid.service.dataresource.beans.DataResourceBean). Used by OgsaDaiAdmin.
String[] getDataResourceAttributeNames()
OgsaDaiAdmin and
DataResourceManagement.getDataResourceAttributeNames().
String[] getDataResourceRoleAttributeNames()
OgsaDaiAdmin and
DataResourceManagement.getDataResourceRoleAttributeNames().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||