businesslifecyclemanager.html

来自「j2ee帮助文档软件设计/软件工程 文件格式」· HTML 代码 · 共 736 行 · 第 1/4 页

HTML
736
字号
 If it already exists in the registry and has been modified, its state is updated (replaced) in the registry.  <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>concepts</CODE> - the Collection of Concept objects to be saved<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  saved successfully and any SaveException that was encountered in case of partial commit<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="saveClassificationSchemes(java.util.Collection)"><!-- --></A><H3>saveClassificationSchemes</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>saveClassificationSchemes</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>&nbsp;schemes)                                       throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Saves the specified ClassificationScheme instances. <p>If the object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, its state is updated (replaced) in the registry.  <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>schemes</CODE> - the Collection of ClassificationScheme objects to be saved<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  saved successfully and any SaveException that was encountered in case of partial commit<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="saveAssociations(java.util.Collection, boolean)"><!-- --></A><H3>saveAssociations</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>saveAssociations</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>&nbsp;associations,                              boolean&nbsp;replace)                              throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Saves the specified Association instances. <p>If the object is not in the registry, it is created in the registry. If it already exists in the registry and has been modified, its state is updated (replaced) in the registry.  <p>Partial commits are allowed. Processing stops on first SaveException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>associations</CODE> - the Collection of Association objects to be saved<DD><CODE>replace</CODE> - If set to true, the specified associations replace any existing associations  owned by the caller. If set to false, the specified associations are saved, while  any existing associations not being updated by this call are preserved.<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  saved successfully and any SaveException that was encountered in case of partial commit<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="deleteOrganizations(java.util.Collection)"><!-- --></A><H3>deleteOrganizations</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>deleteOrganizations</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>&nbsp;organizationKeys)                                 throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Deletes the organizations corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>organizationKeys</CODE> - the Collection of keys for the Organization objects to be deleted<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  deleted successfully and any DeleteException that was encountered in case of partial commit<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="deleteServices(java.util.Collection)"><!-- --></A><H3>deleteServices</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>deleteServices</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>&nbsp;serviceKeys)                            throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Deletes the services corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>serviceKeys</CODE> - the Collection of keys for the Service objects to be deleted<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  deleted successfully and any DeleteException that was encountered in case of partial commit<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="deleteServiceBindings(java.util.Collection)"><!-- --></A><H3>deleteServiceBindings</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>deleteServiceBindings</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>&nbsp;bindingKeys)                                   throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Deletes the ServiceBindings corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>bindingKeys</CODE> - the Collection of keys for the ServiceBinding objects to be deleted<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  deleted successfully and any DeleteException that was encountered in case of partial commit<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="deleteConcepts(java.util.Collection)"><!-- --></A><H3>deleteConcepts</H3><PRE><A HREF="../../../javax/xml/registry/BulkResponse.html" title="interface in javax.xml.registry">BulkResponse</A> <B>deleteConcepts</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>&nbsp;conceptKeys)                            throws <A HREF="../../../javax/xml/registry/JAXRException.html" title="class in javax.xml.registry">JAXRException</A></PRE><DL><DD>Deletes the Concepts corresponding to the specified Keys. <p>Partial commits are allowed. Processing stops on first DeleteException encountered. <p><DL><DT><B>Capability Level: 0 </B></DL><P><DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>conceptKeys</CODE> - the Collection of keys for the Concept objects to be deleted<DT><B>Returns:</B><DD>a BulkResponse containing the Collection of keys for those objects that were  deleted successfully and any DeleteException that was encountered in case of partial commit<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="deleteClassificationSchemes(java.util.Collection)"><!-- --></A><H3>deleteClassificationSchemes</H3>

⌨️ 快捷键说明

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