📄 workgroupinvitation.html
字号:
<!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="uniqueID"><!-- --></A><H3>uniqueID</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>uniqueID</B></PRE><DL><DL></DL></DL><HR><A NAME="sessionID"><!-- --></A><H3>sessionID</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>sessionID</B></PRE><DL><DL></DL></DL><HR><A NAME="groupChatName"><!-- --></A><H3>groupChatName</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>groupChatName</B></PRE><DL><DL></DL></DL><HR><A NAME="issuingWorkgroupName"><!-- --></A><H3>issuingWorkgroupName</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>issuingWorkgroupName</B></PRE><DL><DL></DL></DL><HR><A NAME="messageBody"><!-- --></A><H3>messageBody</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>messageBody</B></PRE><DL><DL></DL></DL><HR><A NAME="invitationSender"><!-- --></A><H3>invitationSender</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>invitationSender</B></PRE><DL><DL></DL></DL><HR><A NAME="metaData"><!-- --></A><H3>metaData</H3><PRE>protected <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>metaData</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="WorkgroupInvitation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>WorkgroupInvitation</H3><PRE>public <B>WorkgroupInvitation</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> jid, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> group, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> workgroup, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> sessID, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> msgBody, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> from)</PRE><DL><DD>This calls the 5-argument constructor with a null MetaData argument value<P><DL><DT><B>Parameters:</B><DD><CODE>jid</CODE> - the jid string with which the issuing AgentSession or Workgroup instance was created<DD><CODE>group</CODE> - the jid of the room to which the person is invited<DD><CODE>workgroup</CODE> - the jid of the workgroup issuing the invitation<DD><CODE>sessID</CODE> - the session id associated with the pending chat<DD><CODE>msgBody</CODE> - the body of the message which contained the invitation<DD><CODE>from</CODE> - the user jid who issued the invitation, if known, null otherwise</DL></DL><HR><A NAME="WorkgroupInvitation(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map)"><!-- --></A><H3>WorkgroupInvitation</H3><PRE>public <B>WorkgroupInvitation</B>(<A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> jid, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> group, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> workgroup, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> sessID, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> msgBody, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> from, <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> metaData)</PRE><DL><DL><DT><B>Parameters:</B><DD><CODE>jid</CODE> - the jid string with which the issuing AgentSession or Workgroup instance was created<DD><CODE>group</CODE> - the jid of the room to which the person is invited<DD><CODE>workgroup</CODE> - the jid of the workgroup issuing the invitation<DD><CODE>sessID</CODE> - the session id associated with the pending chat<DD><CODE>msgBody</CODE> - the body of the message which contained the invitation<DD><CODE>from</CODE> - the user jid who issued the invitation, if known, null otherwise<DD><CODE>metaData</CODE> - the metadata sent with the invitation</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getUniqueID()"><!-- --></A><H3>getUniqueID</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getUniqueID</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the jid string with which the issuing AgentSession or Workgroup instance was created.</DL></DD></DL><HR><A NAME="getSessionID()"><!-- --></A><H3>getSessionID</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getSessionID</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the session id associated with the pending chat; working backwards temporally, this session id should match the session id to the corresponding offer request which resulted in this invitation.</DL></DD></DL><HR><A NAME="getGroupChatName()"><!-- --></A><H3>getGroupChatName</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getGroupChatName</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the jid of the room to which the person is invited.</DL></DD></DL><HR><A NAME="getWorkgroupName()"><!-- --></A><H3>getWorkgroupName</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getWorkgroupName</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the name of the workgroup from which the invitation was issued.</DL></DD></DL><HR><A NAME="getMessageBody()"><!-- --></A><H3>getMessageBody</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getMessageBody</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the contents of the body-block of the message that housed this invitation.</DL></DD></DL><HR><A NAME="getInvitationSender()"><!-- --></A><H3>getInvitationSender</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getInvitationSender</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the user who issued the invitation, or null if it wasn't known.</DL></DD></DL><HR><A NAME="getMetaData()"><!-- --></A><H3>getMetaData</H3><PRE>public <A HREF="http://java.sun.com/j2se/1.3/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> <B>getMetaData</B>()</PRE><DL><DD><DL><DT><B>Returns:</B><DD>the meta data associated with the invitation, or null if this instance was constructed with none</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Smack</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/jivesoftware/smackx/workgroup/QueueUser.html" title="class in org.jivesoftware.smackx.workgroup"><B>PREV CLASS</B></A> <A HREF="../../../../org/jivesoftware/smackx/workgroup/WorkgroupInvitationListener.html" title="interface in org.jivesoftware.smackx.workgroup"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/jivesoftware/smackx/workgroup/WorkgroupInvitation.html" target="_top"><B>FRAMES</B></A> <A HREF="WorkgroupInvitation.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright © 2003-2007 Jive Software. </i></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -