| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sb.util.Refs
public class Refs
| Field Summary | |
|---|---|
| static String[] | _PUBLIC_RESOURCE | 
| static String | ALERT_DESTINATION_TYPEType Id for an Alert Destination | 
| static String | ARCHIVE_TYPEtype id for archived resources | 
| static String | BUSINESS_SERVICE_TYPEType Id for business services | 
| static String | FOREIGN_JNDI_PROVIDER_TYPEType Id for JNDI Providers | 
| static String | MFL_TYPEType Id for MFL resource | 
| static String | MQ_CONNECTION_TYPEType Id for MQ connection | 
| static String | OPERATIONS_REFType Id for an Operations configured for operator role | 
| static String | PROXY_SERVICE_TYPEType Id for proxy services | 
| static Set<String> | PUBLIC_RESOURCE_TYPE_IDS | 
| static String | SECURITY_POLICY_TYPEType Id for security policy resource | 
| static String | SERVICE_ACCOUNT_TYPEType Id for service account resource | 
| static String | SERVICE_PROVIDER_TYPEType Id for service providers resource | 
| static String | SMTP_SERVER_TYPEType Id for an SMTP Server | 
| static Ref | SYSTEM_JNDI_PROVIDER_FOLDER | 
| static Ref | SYSTEM_OPERATOR_SETTINGS_FOLDER | 
| static Ref | SYSTEM_PROJECT_REF | 
| static Ref | SYSTEM_SMTP_FOLDER | 
| static Ref | SYSTEM_UDDI_FOLDER | 
| static String | UDDI_REGISTRY_TYPEType Id for UDDI registry entries configured | 
| static String | WSDL_TYPEType Id for wsdl resource | 
| static String | XMLSCHEMA_TYPEType Id for xml schema resource | 
| static String | XQUERY_TYPEType Id for xquery resource | 
| static String | XSLT_TYPEType Id for XSLT resource | 
| Constructor Summary | |
|---|---|
| Refs() | |
| Method Summary | |
|---|---|
| static boolean | isGlobalOperationalResource(Ref ref) | 
| static boolean | isUnderSystemProject(Ref ref)Checks if a a folder/resource is under System project | 
| static Ref | makeAlertDestinationRef(Ref parent,
                        String name)Constructs a reference to an AlertDestination | 
| static Ref | makeArchiveResourceRef(Ref parent,
                       String resourceName)Constructs a reference to an archive resource | 
| static Ref | makeBusinessSvcRef(Ref parent,
                   String serviceName)Constructs a reference to a business service component | 
| static Ref | makeCustomResourceRef(String typeId,
                      Ref parent,
                      String name)Constructs a reference to a custom resource | 
| static Ref | makeJNDIProviderRef(String jndiProviderName)Factory method for creating a reference to a jndi provider | 
| static Ref | makeLocationRef(String location)Factory method to create parent ref for the given location. | 
| static Ref | makeMflRef(Ref parent,
           String mflName)Constructs a reference to an MFL component | 
| static Ref | makeMQConnectionRef(Ref parent,
                    String mqConnectionName)Factory method for creating a reference to a MQ connection resource | 
| static Ref | makeParentRef(String fullName)Convenience method to create the parent ref for a given full name. | 
| static Ref | makeProxyRef(Ref parent,
             String proxyName)Constructs a reference to a proxy service | 
| static Ref | makeSecurityPolicyRef(Ref parent,
                      String policyName)Constructs a reference to a security policy component | 
| static Ref | makeServiceAccountRef(Ref parent,
                      String accountName)Constructs a reference to a service account component | 
| static Ref | makeServiceProviderRef(Ref parent,
                       String providerName)Constructs a reference to a service provider component | 
| static Ref | makeSMTPServerRef(String smtpServerName)Factory method for creating a reference to an smtp server | 
| static Ref | makeUDDIRegistryRef(String registryLocalName)Factory method for creating a reference to a uddi registry entry | 
| static Ref | makeWsdlRef(Ref parent,
            String wsdlName)Constructs a reference to a WSDL component | 
| static Ref | makeXmlSchemaRef(Ref parent,
                 String schemaName)Constructs a reference to an xml schema component | 
| static Ref | makeXqueryRef(Ref parent,
              String xqueryName)Constructs a reference to an Xquery component | 
| static Ref | makeXsltRef(Ref parent,
            String xsltName)Constructs a reference to an XSLT component | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final Ref SYSTEM_PROJECT_REF
public static final Ref SYSTEM_UDDI_FOLDER
public static final Ref SYSTEM_SMTP_FOLDER
public static final Ref SYSTEM_JNDI_PROVIDER_FOLDER
public static final Ref SYSTEM_OPERATOR_SETTINGS_FOLDER
public static final String SECURITY_POLICY_TYPE
public static final String PROXY_SERVICE_TYPE
public static final String BUSINESS_SERVICE_TYPE
public static final String SERVICE_PROVIDER_TYPE
public static final String SERVICE_ACCOUNT_TYPE
public static final String XQUERY_TYPE
public static final String XMLSCHEMA_TYPE
public static final String WSDL_TYPE
public static final String MFL_TYPE
public static final String XSLT_TYPE
public static final String ARCHIVE_TYPE
public static final String UDDI_REGISTRY_TYPE
public static final String FOREIGN_JNDI_PROVIDER_TYPE
public static final String SMTP_SERVER_TYPE
public static final String ALERT_DESTINATION_TYPE
public static String OPERATIONS_REF
public static final String MQ_CONNECTION_TYPE
public static final String[] _PUBLIC_RESOURCE
public static final Set<String> PUBLIC_RESOURCE_TYPE_IDS
| Constructor Detail | 
|---|
public Refs()
| Method Detail | 
|---|
public static Ref makeLocationRef(String location)
Factory method to create parent ref for the given location. For Eg: if location is project1/folder1/folder2 it creates Ref object for folder2.
location - public static Ref makeParentRef(String fullName)
fullName - public static Ref makeUDDIRegistryRef(String registryLocalName)
registryLocalName - registry local name
public static Ref makeJNDIProviderRef(String jndiProviderName)
jndiProviderName - jndi provider local name
public static Ref makeSMTPServerRef(String smtpServerName)
smtpServerName - smtp server local name
public static Ref makeProxyRef(Ref parent,
                               String proxyName)
parent - the parent. This can be a folder or a project.proxyName - name of the proxy service
public static Ref makeBusinessSvcRef(Ref parent,
                                     String serviceName)
parent - the parent. This can be a folder or a project.serviceName - name of the service
public static Ref makeServiceProviderRef(Ref parent,
                                         String providerName)
parent - the parent. This can be a folder or a project.providerName - name of the service provider
public static Ref makeServiceAccountRef(Ref parent,
                                        String accountName)
parent - the parent. This can be a folder or a project.accountName - name of the service account
public static Ref makeSecurityPolicyRef(Ref parent,
                                        String policyName)
parent - the parent. This can be a folder or a project.policyName - name of the security policy
public static Ref makeXqueryRef(Ref parent,
                                String xqueryName)
parent - the parent. This can be a folder or a project.xqueryName - name of the Xquery
public static Ref makeMflRef(Ref parent,
                             String mflName)
parent - the parent. This can be a folder or a project.mflName - name of the MFL
public static Ref makeXsltRef(Ref parent,
                              String xsltName)
parent - the parent. This can be a folder or a project.xsltName - name of the XSLT
public static Ref makeXmlSchemaRef(Ref parent,
                                   String schemaName)
parent - the parent. This can be a folder or a project.schemaName - name of the xml schema
public static Ref makeWsdlRef(Ref parent,
                              String wsdlName)
parent - the parent. This can be a folder or a project.wsdlName - name of the WSDL
public static Ref makeArchiveResourceRef(Ref parent,
                                         String resourceName)
parent - project or folderresourceName - the name of the resource
public static Ref makeAlertDestinationRef(Ref parent,
                                          String name)
parent - the parent. This can be a folder or a project.name - name of the alert destination
public static Ref makeMQConnectionRef(Ref parent,
                                      String mqConnectionName)
mqConnectionName - MQ connection local name
public static Ref makeCustomResourceRef(String typeId,
                                        Ref parent,
                                        String name)
typeId - provider idparent - the parent. This can be a folder or a project.name - name of the custom resource
public static boolean isUnderSystemProject(Ref ref)
ref - folder or resource refpublic static boolean isGlobalOperationalResource(Ref ref)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||