⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 businessquerymanager.html

📁 j2ee api,很好的api。我这现在有
💻 HTML
📖 第 1 页 / 共 4 页
字号:
 the UDDI specification. In the case of a UDDI provider, the  RegistryObject is a specification Concept. In the case of an ebXML  provider, the RegistryObject is likely to be an ExtrinsicObject. Unless otherwise specified in findQualifiers, this is a logical AND, and a match on all specified Specifications qualifies as a match for this criterion.<DD><CODE>externalIdentifiers</CODE> - a Collection of ExternalIdentifier objects that provide an external identifier for the object using an  identification scheme such as DUNS. It is analogous to an  identifierBag in the UDDI specification. Unless otherwise specified  in findQualifiers, this is a logical AND, and a match on all  specified ExternalIdentifiers qualifies as a match for this  criterion. The programmer may use the  LifeCycleManager.createExternalIdentifier method to create a  transient ExternalIdentifier for use in this Collection.<DD><CODE>externalLinks</CODE> - a Collection of ExternalLink objects that link  the object to content outside the registry. It is analogous to an overviewDoc in the UDDI specification. Unless otherwise specified in  findQualifiers, this is a logical AND, and a match on all specified  ExternalLinks qualifies as a match for this criterion.<DT><B>Returns:</B><DD>a BulkResponse containing a Collection of Organizations<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="findServices(javax.xml.registry.infomodel.Key, java.util.Collection, java.util.Collection, java.util.Collection, java.util.Collection)"><!-- --></A><H3>findServices</H3><PRE>public <A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>findServices</B>(<A HREF="../../../javax/xml/registry/infomodel/Key.html" title="interface in javax.xml.registry.infomodel">Key</A>&nbsp;orgKey,                                 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;findQualifiers,                                 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;namePatterns,                                 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;classifications,                                 <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;specifications)                          throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Finds all Service objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>orgKey</CODE> - Key identifying an Organization. Required for UDDI providers.<DD><CODE>findQualifiers</CODE> - a Collection of find qualifiers as defined by the FindQualifier interface, which specifies qualifiers that affect string matching, sorting, boolean predicate logic, and the like.<DD><CODE>namePatterns</CODE> - a Collection that may consist of either String  or LocalizedString objects. Each String or value within a  LocalizedString is a partial or full name pattern with wildcard  searching as specified by the SQL-92 LIKE specification. Unless  otherwise specified in findQualifiers, this is a logical OR, and a  match on any name qualifies as a match for this criterion.<DD><CODE>classifications</CODE> - a Collection of Classification objects that  classify the object. It is analogous to a catgegoryBag in the UDDI specification. Unless otherwise specified in findQualifiers, this is  a logical AND, and a match on all specified Classifications qualifies as a match for this criterion. The programmer may use the LifeCycleManager.createClassification method to create a transient  Classification for use in this Collection.<DD><CODE>specifications</CODE> - a Collection of RegistryObjects that represent (proxy) a technical specification. It is analogous to a tModelBag in  the UDDI specification. In the case of a UDDI provider, the  RegistryObject is a specification Concept. In the case of an ebXML  provider, the RegistryObject is likely to be an ExtrinsicObject. Unless otherwise specified in findQualifiers, this is a logical AND, and a match on all specified Specifications qualifies as a match for this criterion.<DT><B>Returns:</B><DD>a BulkResponse containing a Collection of Services<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="findServiceBindings(javax.xml.registry.infomodel.Key, java.util.Collection, java.util.Collection, java.util.Collection)"><!-- --></A><H3>findServiceBindings</H3><PRE>public <A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>findServiceBindings</B>(<A HREF="../../../javax/xml/registry/infomodel/Key.html" title="interface in javax.xml.registry.infomodel">Key</A>&nbsp;serviceKey,                                        <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;findQualifiers,                                        <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;classifications,                                        <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;specifications)                                 throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>serviceKey</CODE> - Key identifying a Service. Required for UDDI providers.<DD><CODE>findQualifiers</CODE> - a Collection of find qualifiers as defined by the FindQualifier interface, which specifies qualifiers that affect string matching, sorting, boolean predicate logic, and the like.<DD><CODE>classifications</CODE> - a Collection of Classification objects that  classify the object. It is analogous to a catgegoryBag in the UDDI specification. Unless otherwise specified in findQualifiers, this is  a logical AND, and a match on all specified Classifications qualifies as a match for this criterion. The programmer may use the LifeCycleManager.createClassification method to create a transient  Classification for use in this Collection.<DD><CODE>specifications</CODE> - a Collection of RegistryObjects that represent (proxy) a technical specification. It is analogous to a tModelBag in  the UDDI specification. In the case of a UDDI provider, the  RegistryObject is a specification Concept. In the case of an ebXML  provider, the RegistryObject is likely to be an ExtrinsicObject. Unless otherwise specified in findQualifiers, this is a logical AND, and a match on all specified Specifications qualifies as a match for this criterion.<DT><B>Returns:</B><DD>a BulkResponse containing a Collection of ServiceBindings<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="findClassificationSchemes(java.util.Collection, java.util.Collection, java.util.Collection, java.util.Collection)"><!-- --></A><H3>findClassificationSchemes</H3><PRE>public <A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>findClassificationSchemes</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;findQualifiers,                                              <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;namePatterns,                                              <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;classifications,                                              <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;externalLinks)                                       throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call. This is a logical AND operation between all non-null parameters. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>findQualifiers</CODE> - a Collection of find qualifiers as defined by the FindQualifier interface, which specifies qualifiers that affect string matching, sorting, boolean predicate logic, and the like.<DD><CODE>namePatterns</CODE> - a Collection that may consist of either String  or LocalizedString objects. Each String or value within a  LocalizedString is a partial or full name pattern with wildcard  searching as specified by the SQL-92 LIKE specification. Unless  otherwise specified in findQualifiers, this is a logical OR, and a  match on any name qualifies as a match for this criterion.<DD><CODE>classifications</CODE> - a Collection of Classification objects that  classify the object. It is analogous to a catgegoryBag in the UDDI specification. Unless otherwise specified in findQualifiers, this is  a logical AND, and a match on all specified Classifications qualifies as a match for this criterion. The programmer may use the LifeCycleManager.createClassification method to create a transient  Classification for use in this Collection.<DD><CODE>externalLinks</CODE> - a Collection of ExternalLink objects that link  the object to content outside the registry. It is analogous to an overviewDoc in the UDDI specification. Unless otherwise specified in  findQualifiers, this is a logical AND, and a match on all specified  ExternalLinks qualifies as a match for this criterion.<DT><B>Returns:</B><DD>a BulkResponse containing a Collection of ClassificationSchemes<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="findClassificationSchemeByName(java.util.Collection, java.lang.String)"><!-- --></A><H3>findClassificationSchemeByName</H3><PRE>public <A HREF="../../../javax/xml/registry/infomodel/ClassificationScheme.html" title="interface in javax.xml.registry.infomodel">ClassificationScheme</A> <B>findClassificationSchemeByName</B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A>&nbsp;findQualifiers,                                                           <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;namePattern)                                                    throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>findQualifiers</CODE> - a Collection of find qualifiers as defined by the FindQualifier interface, which specifies qualifiers that affect string matching, sorting, boolean predicate logic, and the like.<DD><CODE>namePattern</CODE> - a String that is a partial or full  name pattern with wildcard searching as specified by the SQL-92 LIKE specification<DT><B>Returns:</B><DD>the ClassificationScheme matching the namePattern, or null if no match is found.<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.  Throws an InvalidRequestException if multiple matches are  found.</DL></DD></DL><HR>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -