Difference between revisions of "WAR Management Portlet (Development)"

From Gcube Wiki
Jump to: navigation, search
(Created page with 'This is the development dedicate page for War Management Portlet. ==Access Log records== The War management portlet produces access log entries for each available operation in t…')
 
(Access Log records)
Line 4: Line 4:
 
The War management portlet produces access log entries for each available operation in the portlet:
 
The War management portlet produces access log entries for each available operation in the portlet:
 
* '''War Upload''' or '''War Update''':
 
* '''War Upload''' or '''War Update''':
ID=''<the WAR ID, in case of update, null otherwise>''|NAME=''<the WAR name>''|CATEGORY_NAME=''<the category name>''|APPLICATION_NAME=''<The application Name>''|APPLICATION_VERSION=''<The application version>''
+
** The entry type is WAR_UPLOADED or WAR_UPDATED
 +
** The body message is "ID=''<the WAR ID, in case of update, null otherwise>''|NAME=''<the WAR name>''|CATEGORY_NAME=''<the category name>''|APPLICATION_NAME=''<The application Name>''|APPLICATION_VERSION=''<The application version>''"
  
 
* '''War Remotion''':
 
* '''War Remotion''':
ID=''<the ID of the removed WAR>''
+
** The entry type is WAR_REMOVED
 +
** The body message is "ID=''<the ID of the removed WAR>''"

Revision as of 10:57, 13 July 2011

This is the development dedicate page for War Management Portlet.

Access Log records

The War management portlet produces access log entries for each available operation in the portlet:

  • War Upload or War Update:
    • The entry type is WAR_UPLOADED or WAR_UPDATED
    • The body message is "ID=<the WAR ID, in case of update, null otherwise>|NAME=<the WAR name>|CATEGORY_NAME=<the category name>|APPLICATION_NAME=<The application Name>|APPLICATION_VERSION=<The application version>"
  • War Remotion:
    • The entry type is WAR_REMOVED
    • The body message is "ID=<the ID of the removed WAR>"