public class WorkgroupInvitation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
groupChatName |
protected java.lang.String |
invitationSender |
protected java.lang.String |
issuingWorkgroupName |
protected java.lang.String |
messageBody |
protected java.util.Map |
metaData |
protected java.lang.String |
sessionID |
protected java.lang.String |
uniqueID |
Constructor and Description |
---|
WorkgroupInvitation(java.lang.String jid,
java.lang.String group,
java.lang.String workgroup,
java.lang.String sessID,
java.lang.String msgBody,
java.lang.String from)
This calls the 5-argument constructor with a null MetaData argument value
|
WorkgroupInvitation(java.lang.String jid,
java.lang.String group,
java.lang.String workgroup,
java.lang.String sessID,
java.lang.String msgBody,
java.lang.String from,
java.util.Map metaData) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroupChatName() |
java.lang.String |
getInvitationSender() |
java.lang.String |
getMessageBody() |
java.util.Map |
getMetaData() |
java.lang.String |
getSessionID() |
java.lang.String |
getUniqueID() |
java.lang.String |
getWorkgroupName() |
protected java.lang.String uniqueID
protected java.lang.String sessionID
protected java.lang.String groupChatName
protected java.lang.String issuingWorkgroupName
protected java.lang.String messageBody
protected java.lang.String invitationSender
protected java.util.Map metaData
public WorkgroupInvitation(java.lang.String jid, java.lang.String group, java.lang.String workgroup, java.lang.String sessID, java.lang.String msgBody, java.lang.String from)
jid
- the jid string with which the issuing AgentSession or Workgroup instance
was createdgroup
- the jid of the room to which the person is invitedworkgroup
- the jid of the workgroup issuing the invitationsessID
- the session id associated with the pending chatmsgBody
- the body of the message which contained the invitationfrom
- the user jid who issued the invitation, if known, null otherwisepublic WorkgroupInvitation(java.lang.String jid, java.lang.String group, java.lang.String workgroup, java.lang.String sessID, java.lang.String msgBody, java.lang.String from, java.util.Map metaData)
jid
- the jid string with which the issuing AgentSession or Workgroup instance
was createdgroup
- the jid of the room to which the person is invitedworkgroup
- the jid of the workgroup issuing the invitationsessID
- the session id associated with the pending chatmsgBody
- the body of the message which contained the invitationfrom
- the user jid who issued the invitation, if known, null otherwisemetaData
- the metadata sent with the invitationpublic java.lang.String getUniqueID()
public java.lang.String getSessionID()
public java.lang.String getGroupChatName()
public java.lang.String getWorkgroupName()
public java.lang.String getMessageBody()
public java.lang.String getInvitationSender()
public java.util.Map getMetaData()
Copyright © 2003-2007 Jive Software.