|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.accounting.portal.logparser.entry.Message
public class Message
Constructor Summary | |
---|---|
Message(java.lang.String token,
AccessLogParser.EntryType type)
Message constructor |
Method Summary | |
---|---|
java.util.ArrayList<org.gcube.messaging.common.messages.records.HLRecord.GCUBEUser> |
getAddresseeUsers()
|
java.lang.String[] |
getAisentry()
|
java.lang.String[] |
getAnnotationEntry()
|
java.lang.String[] |
getAquamapsEntry()
|
java.lang.String |
getBrowseBy()
get browse by |
java.util.HashMap<java.lang.String,java.lang.String> |
getCollections()
get teh collections map |
java.lang.String[] |
getContent()
get the content info |
java.lang.String[] |
getHlentry()
|
java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.WebApplication> |
getListApplication()
|
java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.GHN> |
getListGHN()
|
java.lang.String |
getMessage()
get the message |
static java.lang.String |
getMessagetokensseparator()
|
java.lang.String |
getOperator()
get the operator |
java.lang.String[] |
getReportEntry()
|
java.lang.String |
getTerm()
get the term |
java.util.HashMap<java.lang.String,java.lang.String> |
getTerms()
get the terms map |
java.lang.String |
getTstitle()
|
AccessLogParser.EntryType |
getType()
get the type |
java.lang.String[] |
getWarEntry()
|
java.lang.String[] |
getWebAppEntry()
|
java.lang.String[] |
getWorkflowDocumentsEntry()
|
boolean |
isDistinct()
set the isDistinct |
void |
parse()
parse the message line of log |
void |
setAddresseeUsers(java.util.ArrayList<org.gcube.messaging.common.messages.records.HLRecord.GCUBEUser> addresseeUsers)
|
void |
setAisentry(java.lang.String[] aisentry)
|
void |
setAnnotationEntry(java.lang.String[] annotationEntry)
|
void |
setAquamapsEntry(java.lang.String[] aquamapsEntry)
|
void |
setBrowseBy(java.lang.String browseBy)
set the browse by |
void |
setCollections(java.util.HashMap<java.lang.String,java.lang.String> collections)
set the collections map |
void |
setContent(java.lang.String[] content)
set the content info |
void |
setDistinct(boolean isDistinct)
set the isDistinct |
void |
setHlentry(java.lang.String[] hlentry)
|
void |
setListApplication(java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.WebApplication> listApplication)
|
void |
setListGHN(java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.GHN> listGHN)
|
void |
setMessage(java.lang.String message)
set teh message |
void |
setOperator(java.lang.String operator)
set the operator |
void |
setReportEntry(java.lang.String[] reportEntry)
|
void |
setTerm(java.lang.String term)
set the term |
void |
setTerms(java.util.HashMap<java.lang.String,java.lang.String> terms)
set the terms map |
void |
setTstitle(java.lang.String tstitle)
|
void |
setType(AccessLogParser.EntryType type)
set the type |
void |
setWarEntry(java.lang.String[] warEntry)
|
void |
setWebAppEntry(java.lang.String[] webAppEntry)
|
void |
setWorkflowDocumentsEntry(java.lang.String[] workflowDocumentsEntry)
|
java.lang.String |
toString()
get the message |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Message(java.lang.String token, AccessLogParser.EntryType type)
token
- tokentype
- typeMethod Detail |
---|
public void parse() throws java.text.ParseException
java.text.ParseException
- ParseExceptionpublic java.lang.String[] getAquamapsEntry()
public void setAquamapsEntry(java.lang.String[] aquamapsEntry)
public java.lang.String[] getReportEntry()
public void setReportEntry(java.lang.String[] reportEntry)
public java.lang.String[] getWorkflowDocumentsEntry()
public void setWorkflowDocumentsEntry(java.lang.String[] workflowDocumentsEntry)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.HashMap<java.lang.String,java.lang.String> getCollections()
public void setCollections(java.util.HashMap<java.lang.String,java.lang.String> collections)
collections
- the collections mappublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the messagepublic java.lang.String getTerm()
public void setTerm(java.lang.String term)
term
- the termpublic java.util.HashMap<java.lang.String,java.lang.String> getTerms()
public void setTerms(java.util.HashMap<java.lang.String,java.lang.String> terms)
terms
- the terms mappublic AccessLogParser.EntryType getType()
public void setType(AccessLogParser.EntryType type)
type
- public java.lang.String getBrowseBy()
public void setBrowseBy(java.lang.String browseBy)
browseBy
- public boolean isDistinct()
public void setDistinct(boolean isDistinct)
isDistinct
- the parameterpublic java.lang.String getOperator()
public void setOperator(java.lang.String operator)
operator
- the operatorpublic java.lang.String[] getContent()
public void setContent(java.lang.String[] content)
content
- the contepublic java.lang.String[] getHlentry()
public void setHlentry(java.lang.String[] hlentry)
hlentry
- public java.util.ArrayList<org.gcube.messaging.common.messages.records.HLRecord.GCUBEUser> getAddresseeUsers()
public void setAddresseeUsers(java.util.ArrayList<org.gcube.messaging.common.messages.records.HLRecord.GCUBEUser> addresseeUsers)
addresseeUsers
- public static java.lang.String getMessagetokensseparator()
public java.lang.String[] getAisentry()
public void setAisentry(java.lang.String[] aisentry)
public java.lang.String getTstitle()
public void setTstitle(java.lang.String tstitle)
public java.lang.String[] getAnnotationEntry()
public void setAnnotationEntry(java.lang.String[] annotationEntry)
public java.lang.String[] getWebAppEntry()
public void setWebAppEntry(java.lang.String[] webAppEntry)
public java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.GHN> getListGHN()
public void setListGHN(java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.GHN> listGHN)
public java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.WebApplication> getListApplication()
public void setListApplication(java.util.ArrayList<org.gcube.messaging.common.messages.records.WebAppRecord.WebApplication> listApplication)
public java.lang.String[] getWarEntry()
public void setWarEntry(java.lang.String[] warEntry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |