querymanager.html
来自「j2ee帮助文档软件设计/软件工程 文件格式」· HTML 代码 · 共 395 行 · 第 1/2 页
HTML
395 行
<p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL><DT><B>Parameters:</B><DD><CODE>id</CODE> - is the id of the Key for a RegistryObject.<DD><CODE>objectType</CODE> - is a constant definition from LifeCycleManager that specifies the type of object desired.<DT><B>Returns:</B><DD>the RegistryObject, returned as its concrete type (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getRegistryObject(java.lang.String)"><!-- --></A><H3>getRegistryObject</H3><PRE><A HREF="../../../javax/xml/registry/infomodel/RegistryObject.html" title="interface in javax.xml.registry.infomodel">RegistryObject</A> <B>getRegistryObject</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> id) throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the RegistryObject specified by the Id. <p><DL><DT><B>Capability Level: 1 </B></DL><P><DD><DL><DT><B>Parameters:</B><DD><CODE>id</CODE> - the id for the desired object<DT><B>Returns:</B><DD>the RegistryObject, returned as its concrete type (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getRegistryObjects(java.util.Collection)"><!-- --></A><H3>getRegistryObjects</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>getRegistryObjects</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> objectKeys) throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 1 </B></DL><P><DD><DL><DT><B>Parameters:</B><DD><CODE>objectKeys</CODE> - a Collection of Key objects for the desired objects<DT><B>Returns:</B><DD>BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getRegistryObjects(java.util.Collection, java.lang.String)"><!-- --></A><H3>getRegistryObjects</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>getRegistryObjects</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A> objectKeys, <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> objectTypes) throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the specified RegistryObjects. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL><DT><B>Parameters:</B><DD><CODE>objectKeys</CODE> - a Collection of Key objects for the desired objects<DD><CODE>objectTypes</CODE> - a Collection of String objects that allow filtering desired objects by their type<DT><B>Returns:</B><DD>BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getRegistryObjects()"><!-- --></A><H3>getRegistryObjects</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>getRegistryObjects</B>() throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the RegistryObjects owned by the caller. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL><DT><B>Returns:</B><DD>BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</DL></DD></DL><HR><A NAME="getRegistryObjects(java.lang.String)"><!-- --></A><H3>getRegistryObjects</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>getRegistryObjects</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> objectType) throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Gets the RegistryObjects owned by the caller, that are of the specified type. The objects are returned as their concrete type (e.g. Organization, User etc.). <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL><DT><B>Parameters:</B><DD><CODE>objectType</CODE> - Is a constant that defines the type of object sought. See LifeCycleManager for constants for object types.<DT><B>Returns:</B><DD>BulkResponse containing a heterogeneous Collection of RegistryObjects (e.g. Organization, User etc.).<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error<DT><B>See Also:</B><DD><A HREF="../../../javax/xml/registry/LifeCycleManager.html#ORGANIZATION"><CODE>LifeCycleManager.ORGANIZATION</CODE></A></DL></DD></DL><HR><A NAME="getRegistryService()"><!-- --></A><H3>getRegistryService</H3><PRE><A HREF="../../../javax/xml/registry/RegistryService.html" title="interface in javax.xml.registry">RegistryService</A> <B>getRegistryService</B>() throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Returns the parent RegistryService that created this object. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL><DT><B>Returns:</B><DD>the RegistryService created this object<DT><B>Throws:</B><DD><CODE><A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></CODE> - If the JAXR provider encounters an internal error</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></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../javax/xml/registry/Query.html" title="interface in javax.xml.registry"><B>PREV CLASS</B></A> <A HREF="../../../javax/xml/registry/RegistryException.html" title="class in javax.xml.registry"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?javax/xml/registry/QueryManager.html" target="_top"><B>FRAMES</B></A> <A HREF="QueryManager.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 | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><font size="-1"><a href="http://java.sun.com/webapps/bugreport">Submit a bug or feature</a> <p>Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="../legal/license.html" target="_top">license terms.</a></font></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?