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…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This is the development dedicate page for War Management Portlet.
+
This is the development dedicate page for War Management Portlet, if you are looking for the [[WAR_Management_Portlet|User Guide]] please look a [[WAR_Management_Portlet|this]] page.
 +
 
  
 
==Access Log records==
 
==Access Log records==
 
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>''"

Latest revision as of 15:54, 11 August 2011

This is the development dedicate page for War Management Portlet, if you are looking for the User Guide please look a this page.


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