|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.application.framework.accesslogger.model.AccessLogEntry
org.gcube.application.framework.accesslogger.model.AdvancedSearchAccessLogEntry
public class AdvancedSearchAccessLogEntry
Represents an access log entry for the Advanced Search
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 |
---|
public AdvancedSearchAccessLogEntry(java.lang.String[][] collections, java.lang.String[][] termsAndValues, java.lang.String operator)
collections
- The collections that are used in the searchtermsAndValues
- The terms and values that are used in the searchoperator
- AND or OR depending on the operator that is used in searchMethod Detail |
---|
public java.lang.String getLogMessage()
getLogMessage
in class AccessLogEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |