org.gcube.application.framework.accesslogger.model
Class AdvancedSearchAccessLogEntry

java.lang.Object
  extended by org.gcube.application.framework.accesslogger.model.AccessLogEntry
      extended by org.gcube.application.framework.accesslogger.model.AdvancedSearchAccessLogEntry

public class AdvancedSearchAccessLogEntry
extends AccessLogEntry

Represents an access log entry for the Advanced Search

Author:
Panagiota Koltsida, NKUA

Constructor Summary
AdvancedSearchAccessLogEntry(java.lang.String[][] collections, java.lang.String[][] termsAndValues, java.lang.String operator)
          Constructor
 
Method Summary
 java.lang.String getLogMessage()
           
 
Methods inherited from class org.gcube.application.framework.accesslogger.model.AccessLogEntry
getType, replaceReservedChars
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedSearchAccessLogEntry

public AdvancedSearchAccessLogEntry(java.lang.String[][] collections,
                                    java.lang.String[][] termsAndValues,
                                    java.lang.String operator)
Constructor

Parameters:
collections - The collections that are used in the search
termsAndValues - The terms and values that are used in the search
operator - AND or OR depending on the operator that is used in search
Method Detail

getLogMessage

public java.lang.String getLogMessage()
Specified by:
getLogMessage in class AccessLogEntry
Returns:
The log message for an Advanced search entry