📄 refs.html
字号:
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeServiceProviderRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> providerName)</PRE>
<DL>
<DD><B>Deprecated.</B> <I>in 3.0. Please use <A HREF="../../../../../com/bea/wli/sb/util/Refs.html#makeServiceKeyProviderRef(com.bea.wli.config.Ref, java.lang.String)"><CODE>makeServiceKeyProviderRef(com.bea.wli.config.Ref, String)</CODE></A> . Deprecated API is removed in the subsequent major release.</I>
<P>
<DD>Constructs a reference to a service provider component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>providerName</CODE> - name of the service provider
<DT><B>Returns:</B><DD>a reference to a service provider</DL>
</DD>
</DL>
<HR>
<A NAME="makeServiceKeyProviderRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeServiceKeyProviderRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeServiceKeyProviderRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> providerName)</PRE>
<DL>
<DD>Constructs a reference to a service key provider component.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>providerName</CODE> - name of the service provider
<DT><B>Returns:</B><DD>a reference to a service provider</DL>
</DD>
</DL>
<HR>
<A NAME="makeServiceAccountRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeServiceAccountRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeServiceAccountRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> accountName)</PRE>
<DL>
<DD>Constructs a reference to a service account component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>accountName</CODE> - name of the service account
<DT><B>Returns:</B><DD>a reference to a service account</DL>
</DD>
</DL>
<HR>
<A NAME="makeSecurityPolicyRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeSecurityPolicyRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeSecurityPolicyRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> policyName)</PRE>
<DL>
<DD>Constructs a reference to a security policy component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>policyName</CODE> - name of the security policy
<DT><B>Returns:</B><DD>a reference to a security policy</DL>
</DD>
</DL>
<HR>
<A NAME="makeXqueryRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeXqueryRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeXqueryRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> xqueryName)</PRE>
<DL>
<DD>Constructs a reference to an Xquery component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>xqueryName</CODE> - name of the Xquery
<DT><B>Returns:</B><DD>a reference to an Xquery</DL>
</DD>
</DL>
<HR>
<A NAME="makeMflRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeMflRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeMflRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> mflName)</PRE>
<DL>
<DD>Constructs a reference to an MFL component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>mflName</CODE> - name of the MFL
<DT><B>Returns:</B><DD>a reference to an MFL</DL>
</DD>
</DL>
<HR>
<A NAME="makeXsltRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeXsltRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeXsltRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> xsltName)</PRE>
<DL>
<DD>Constructs a reference to an XSLT component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>xsltName</CODE> - name of the XSLT
<DT><B>Returns:</B><DD>a reference to an XSLT</DL>
</DD>
</DL>
<HR>
<A NAME="makeXmlSchemaRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeXmlSchemaRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeXmlSchemaRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> schemaName)</PRE>
<DL>
<DD>Constructs a reference to an xml schema component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>schemaName</CODE> - name of the xml schema
<DT><B>Returns:</B><DD>a reference to an xml schema</DL>
</DD>
</DL>
<HR>
<A NAME="makeWsdlRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeWsdlRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeWsdlRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> wsdlName)</PRE>
<DL>
<DD>Constructs a reference to a WSDL component
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>wsdlName</CODE> - name of the WSDL
<DT><B>Returns:</B><DD>a reference to a WSDL component</DL>
</DD>
</DL>
<HR>
<A NAME="makeArchiveResourceRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeArchiveResourceRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeArchiveResourceRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> resourceName)</PRE>
<DL>
<DD>Constructs a reference to an archive resource
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - project or folder<DD><CODE>resourceName</CODE> - the name of the resource
<DT><B>Returns:</B><DD>a reference to an archive resource</DL>
</DD>
</DL>
<HR>
<A NAME="makeAlertDestinationRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeAlertDestinationRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeAlertDestinationRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> name)</PRE>
<DL>
<DD>Constructs a reference to an AlertDestination
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>name</CODE> - name of the alert destination
<DT><B>Returns:</B><DD>a reference to a alert destination resource</DL>
</DD>
</DL>
<HR>
<A NAME="makeMQConnectionRef(com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeMQConnectionRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeMQConnectionRef</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> mqConnectionName)</PRE>
<DL>
<DD>Factory method for creating a reference to a MQ connection resource
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>mqConnectionName</CODE> - MQ connection local name
<DT><B>Returns:</B><DD>a reference to MQ connection resource</DL>
</DD>
</DL>
<HR>
<A NAME="makeCustomResourceRef(java.lang.String, com.bea.wli.config.Ref, java.lang.String)"><!-- --></A><H3>
makeCustomResourceRef</H3>
<PRE>
public static <A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>makeCustomResourceRef</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> typeId,
<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> parent,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> name)</PRE>
<DL>
<DD>Constructs a reference to a custom resource
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>typeId</CODE> - provider id<DD><CODE>parent</CODE> - the parent. This can be a folder or a project.<DD><CODE>name</CODE> - name of the custom resource
<DT><B>Returns:</B><DD>a reference to a custom resource</DL>
</DD>
</DL>
<HR>
<A NAME="isUnderSystemProject(com.bea.wli.config.Ref)"><!-- --></A><H3>
isUnderSystemProject</H3>
<PRE>
public static boolean <B>isUnderSystemProject</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> ref)</PRE>
<DL>
<DD>Checks if a a folder/resource is under System project
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ref</CODE> - folder or resource ref
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="isGlobalOperationalResource(com.bea.wli.config.Ref)"><!-- --></A><H3>
isGlobalOperationalResource</H3>
<PRE>
public static boolean <B>isGlobalOperationalResource</B>(<A HREF="../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> ref)</PRE>
<DL>
<DD><DL>
</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">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -