Class Refs

java.lang.Object
com.bea.wli.sb.util.Refs

public class Refs extends Object
  • Field Details

    • SYSTEM_PROJECT_REF

      public static final Ref SYSTEM_PROJECT_REF
    • SYSTEM_UDDI_FOLDER

      public static final Ref SYSTEM_UDDI_FOLDER
    • SYSTEM_SMTP_FOLDER

      public static final Ref SYSTEM_SMTP_FOLDER
    • SYSTEM_PROXY_SERVER_FOLDER

      public static final Ref SYSTEM_PROXY_SERVER_FOLDER
    • SYSTEM_JNDI_PROVIDER_FOLDER

      public static final Ref SYSTEM_JNDI_PROVIDER_FOLDER
    • SYSTEM_OPERATOR_SETTINGS_FOLDER

      public static final Ref SYSTEM_OPERATOR_SETTINGS_FOLDER
    • PROXY_SERVICE_TYPE

      public static final String PROXY_SERVICE_TYPE
      Type Id for proxy service resource
      See Also:
    • PROXY_TYPE

      public static final String PROXY_TYPE
      Type Id for proxy service resource
      See Also:
    • BUSINESS_SERVICE_TYPE

      public static final String BUSINESS_SERVICE_TYPE
      Type Id for business services
      See Also:
    • PIPELINE_TYPE

      public static final String PIPELINE_TYPE
      Type Id for pipeline (message flow) resource
      See Also:
    • PIPELINE_TEMPLATE_TYPE

      public static final String PIPELINE_TEMPLATE_TYPE
      Type Id for pipeline template resource
      See Also:
    • FLOW_TYPE

      public static final String FLOW_TYPE
      Type ID for the FLOW Ref
      See Also:
    • SECURITY_POLICY_TYPE

      public static final String SECURITY_POLICY_TYPE
      Type Id for security policy resource
      See Also:
    • SERVICE_KEY_PROVIDER_TYPE

      public static final String SERVICE_KEY_PROVIDER_TYPE
      Type Id for service key provider
      See Also:
    • SERVICE_PROVIDER_TYPE

      public static final String SERVICE_PROVIDER_TYPE
      Deprecated.
      in 3.0. Please use SERVICE_KEY_PROVIDER_TYPE. Deprecated API is removed in the subsequent major release.
      Type Id for service providers resource
      See Also:
    • SERVICE_ACCOUNT_TYPE

      public static final String SERVICE_ACCOUNT_TYPE
      Type Id for service account resource
      See Also:
    • XQUERY_TYPE

      public static final String XQUERY_TYPE
      Type Id for xquery resource
      See Also:
    • XMLSCHEMA_TYPE

      public static final String XMLSCHEMA_TYPE
      Type Id for xml schema resource
      See Also:
    • WSDL_TYPE

      public static final String WSDL_TYPE
      Type Id for wsdl resource
      See Also:
    • MFL_TYPE

      public static final String MFL_TYPE
      Type Id for MFL resource
      See Also:
    • XSLT_TYPE

      public static final String XSLT_TYPE
      Type Id for XSLT resource
      See Also:
    • DVM_TYPE

      public static final String DVM_TYPE
      Type Id for DVM resoure
      See Also:
    • XREF_TYPE

      public static final String XREF_TYPE
      Type Id for Xref resoure
      See Also:
    • ARCHIVE_TYPE

      public static final String ARCHIVE_TYPE
      type id for archived resources
      See Also:
    • UDDI_REGISTRY_TYPE

      public static final String UDDI_REGISTRY_TYPE
      Type Id for UDDI registry entries configured
      See Also:
    • FOREIGN_JNDI_PROVIDER_TYPE

      public static final String FOREIGN_JNDI_PROVIDER_TYPE
      Type Id for JNDI Providers
      See Also:
    • SMTP_SERVER_TYPE

      public static final String SMTP_SERVER_TYPE
      Type Id for an SMTP Server
      See Also:
    • PROXY_SERVER_TYPE

      public static final String PROXY_SERVER_TYPE
      Type Id for a Proxy Server
      See Also:
    • ALERT_DESTINATION_TYPE

      public static final String ALERT_DESTINATION_TYPE
      Type Id for an Alert Destination
      See Also:
    • OPERATIONS_REF

      public static String OPERATIONS_REF
      Type Id for an Operations configured for operator role
    • MQ_CONNECTION_TYPE

      public static final String MQ_CONNECTION_TYPE
      Type Id for MQ connection
      See Also:
    • JCA_TYPE

      public static final String JCA_TYPE
      Type ID for the JCA Ref
      See Also:
    • XML_TYPE

      public static final String XML_TYPE
      Type ID for the XML Ref
      See Also:
    • JSON_TYPE

      public static final String JSON_TYPE
      Type ID for the JSON Ref
      See Also:
    • AVRO_SCHEMA_TYPE

      public static final String AVRO_SCHEMA_TYPE
      Type ID for the AVSC Ref
      See Also:
    • JAVASCRIPT_TYPE

      public static final String JAVASCRIPT_TYPE
      Type ID for the JAVASCRIPT Ref
      See Also:
    • THROTTLING_GROUP_TYPE

      public static final String THROTTLING_GROUP_TYPE
      Type ID for the ThrottlingPolicy Ref
      See Also:
    • WADL_TYPE

      public static final String WADL_TYPE
      Type ID for the WADL Ref
      See Also:
    • PUBLIC_RESOURCE_TYPE_IDS

      public static final Set<String> PUBLIC_RESOURCE_TYPE_IDS
  • Constructor Details

    • Refs

      public Refs()
  • Method Details

    • makeLocationRef

      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.
       
      Parameters:
      location -
      Returns:
    • makeParentRef

      public static Ref makeParentRef(String fullName)
      Convenience method to create the parent ref for a given full name.
      Parameters:
      fullName -
      Returns:
    • makeUDDIRegistryRef

      public static Ref makeUDDIRegistryRef(String registryLocalName)
      Factory method for creating a reference to a uddi registry entry
      Parameters:
      registryLocalName - registry local name
      Returns:
      a reference to UDDI Registry
    • makeJNDIProviderRef

      public static Ref makeJNDIProviderRef(String jndiProviderName)
      Factory method for creating a reference to a jndi provider
      Parameters:
      jndiProviderName - jndi provider local name
      Returns:
      a reference to JNDI Provider
    • makeSMTPServerRef

      public static Ref makeSMTPServerRef(String smtpServerName)
      Factory method for creating a reference to an smtp server
      Parameters:
      smtpServerName - smtp server local name
      Returns:
      a reference to SMTP server
    • makeProxyServerRef

      public static Ref makeProxyServerRef(String name)
      Factory method for creating a reference to a proxy server
      Parameters:
      name - proxy server local name
      Returns:
      a reference to a proxy server
    • makeProxyRef

      public static Ref makeProxyRef(Ref parent, String proxyName)
      Constructs a reference to a proxy service
      Parameters:
      parent - the parent. This can be a folder or a project.
      proxyName - name of the proxy service
      Returns:
      a reference to a service
    • makeProxyRef

      public static Ref makeProxyRef(String fullName)
      Constructs a reference to a proxy service
      Parameters:
      fullName - fullname of the proxy service
      Returns:
      a reference to a service
    • makeBusinessSvcRef

      public static Ref makeBusinessSvcRef(Ref parent, String serviceName)
      Constructs a reference to a business service resource
      Parameters:
      parent - the parent. This can be a folder or a project.
      serviceName - name of the service
      Returns:
      a reference to a service
    • makeBusinessSvcRef

      public static Ref makeBusinessSvcRef(String fullName)
      Constructs a reference to a business service resource
      Parameters:
      fullName - fullname of the service
      Returns:
      a reference to a service
    • makePipelineRef

      public static Ref makePipelineRef(Ref parent, String name)
      Constructs a reference to a pipeline resource
      Parameters:
      parent - the parent. This can be a folder or a project.
      name - name of the pipeline resource
      Returns:
      a reference to a pipeline resource
    • makePipelineRef

      public static Ref makePipelineRef(String fullName)
      Constructs a reference to a pipeline resource
      Parameters:
      fullName - fullname of the pipeline resource
      Returns:
      a reference to a pipeline resource
    • makePipelineTemplateRef

      public static Ref makePipelineTemplateRef(Ref parent, String name)
      Constructs a reference to a pipeline template resource
      Parameters:
      parent - the parent. This can be a folder or a project.
      name - name of the pipeline resource
      Returns:
      a reference to a pipeline resource
    • makePipelineTemplateRef

      public static Ref makePipelineTemplateRef(String fullName)
      Constructs a reference to a pipeline resource
      Parameters:
      fullName - fullname of the pipeline resource
      Returns:
      a reference to a pipeline resource
    • makeServiceProviderRef

      public static Ref makeServiceProviderRef(Ref parent, String providerName)
      Deprecated.
      in 3.0. Please use makeServiceKeyProviderRef(com.bea.wli.config.Ref, String) . Deprecated API is removed in the subsequent major release.
      Constructs a reference to a service provider component
      Parameters:
      parent - the parent. This can be a folder or a project.
      providerName - name of the service provider
      Returns:
      a reference to a service provider
    • makeServiceKeyProviderRef

      public static Ref makeServiceKeyProviderRef(Ref parent, String providerName)
      Constructs a reference to a service key provider component.
      Parameters:
      parent - the parent. This can be a folder or a project.
      providerName - name of the service provider
      Returns:
      a reference to a service provider
    • makeServiceAccountRef

      public static Ref makeServiceAccountRef(Ref parent, String accountName)
      Constructs a reference to a service account component
      Parameters:
      parent - the parent. This can be a folder or a project.
      accountName - name of the service account
      Returns:
      a reference to a service account
    • makeSecurityPolicyRef

      public static Ref makeSecurityPolicyRef(Ref parent, String policyName)
      Constructs a reference to a security policy component
      Parameters:
      parent - the parent. This can be a folder or a project.
      policyName - name of the security policy
      Returns:
      a reference to a security policy
    • makeXqueryRef

      public static Ref makeXqueryRef(Ref parent, String xqueryName)
      Constructs a reference to an Xquery component
      Parameters:
      parent - the parent. This can be a folder or a project.
      xqueryName - name of the Xquery
      Returns:
      a reference to an Xquery
    • makeMflRef

      public static Ref makeMflRef(Ref parent, String mflName)
      Constructs a reference to an MFL component
      Parameters:
      parent - the parent. This can be a folder or a project.
      mflName - name of the MFL
      Returns:
      a reference to an MFL
    • makeDvmRef

      public static Ref makeDvmRef(Ref parent, String dvmName)
      Constructs a reference to an DVM component
      Parameters:
      parent - the parent. This can be a folder or a project.
      dvmName - name of the DVM
      Returns:
      a reference to an DVM
    • makeXrefRef

      public static Ref makeXrefRef(Ref parent, String xrefName)
      Constructs a reference to an XREF component
      Parameters:
      parent - the parent. This can be a folder or a project.
      xrefName - name of the XREF
      Returns:
      a reference to an XREF
    • makeXsltRef

      public static Ref makeXsltRef(Ref parent, String xsltName)
      Constructs a reference to an XSLT component
      Parameters:
      parent - the parent. This can be a folder or a project.
      xsltName - name of the XSLT
      Returns:
      a reference to an XSLT
    • makeXmlSchemaRef

      public static Ref makeXmlSchemaRef(Ref parent, String schemaName)
      Constructs a reference to an xml schema component
      Parameters:
      parent - the parent. This can be a folder or a project.
      schemaName - name of the xml schema
      Returns:
      a reference to an xml schema
    • makeWsdlRef

      public static Ref makeWsdlRef(Ref parent, String wsdlName)
      Constructs a reference to a WSDL component
      Parameters:
      parent - the parent. This can be a folder or a project.
      wsdlName - name of the WSDL
      Returns:
      a reference to a WSDL component
    • makeArchiveResourceRef

      public static Ref makeArchiveResourceRef(Ref parent, String resourceName)
      Constructs a reference to an archive resource
      Parameters:
      parent - project or folder
      resourceName - the name of the resource
      Returns:
      a reference to an archive resource
    • makeAlertDestinationRef

      public static Ref makeAlertDestinationRef(Ref parent, String name)
      Constructs a reference to an AlertDestination
      Parameters:
      parent - the parent. This can be a folder or a project.
      name - name of the alert destination
      Returns:
      a reference to a alert destination resource
    • makeMQConnectionRef

      public static Ref makeMQConnectionRef(Ref parent, String mqConnectionName)
      Factory method for creating a reference to a MQ connection resource
      Parameters:
      mqConnectionName - MQ connection local name
      Returns:
      a reference to MQ connection resource
    • makeCustomResourceRef

      public static Ref makeCustomResourceRef(String typeId, Ref parent, String name)
      Constructs a reference to a custom resource
      Parameters:
      typeId - provider id
      parent - the parent. This can be a folder or a project.
      name - name of the custom resource
      Returns:
      a reference to a custom resource
    • makeFlowRef

      public static Ref makeFlowRef(Ref parent, String localName)
      Creates a new FLOW Ref object.
      Parameters:
      parent - The parent reference
      localName - The resource local name
      Returns:
      The FLOW Ref object
    • makeFlowRef

      public static Ref makeFlowRef(String fullName)
      Creates a new FLOW Ref object.
      Parameters:
      fullName - The resource full name
      Returns:
      The FLOW Ref object
    • makeJcaRef

      public static Ref makeJcaRef(Ref parent, String jcaName)
      Constructs a reference to an JCA component
      Parameters:
      parent - the parent. This can be a folder or a project.
      jcaName - name of the JCA
      Returns:
      a reference to an JCA
    • makeJcaRef

      public static Ref makeJcaRef(String fullName)
      Constructs a reference to an JCA component
      Parameters:
      fullName - The resource full name
      Returns:
      a reference to an JCA
    • makeXmlRef

      public static Ref makeXmlRef(Ref parent, String xmlName)
      Constructs a reference to an XML component
      Parameters:
      parent - the parent. This can be a folder or a project.
      xmlName - name of the XML
      Returns:
      a reference to an XML
    • makeXmlRef

      public static Ref makeXmlRef(String fullName)
      Constructs a reference to an XML component
      Parameters:
      fullName - The resource full name
      Returns:
      a reference to an XML
    • makeJavaScriptRef

      public static Ref makeJavaScriptRef(Ref parent, String javascriptName)
      Constructs a reference to an JAVASCRIPT component
      Parameters:
      parent - the parent. This can be a folder or a project.
      javascriptName - name of the XML
      Returns:
      a reference to an XML
    • makeJavaScriptRef

      public static Ref makeJavaScriptRef(String fullName)
      Constructs a reference to an JAVASCRIPT component
      Parameters:
      fullName - The resource full name
      Returns:
      a reference to an JAVASCRIPT
    • makeThrottlingGroupRef

      public static Ref makeThrottlingGroupRef(Ref parent, String name)
      Constructs a reference to a ThrottlingGroup resource
      Parameters:
      parent - the parent. This can be a folder or a project.
      name - name of the policy
      Returns:
      a reference to a ThrottlingGroup
    • makeThrottlingGroupRef

      public static Ref makeThrottlingGroupRef(String fullName)
      Constructs a reference to a ThrottlingGroup resource
      Parameters:
      fullName - The resource full name
      Returns:
      a reference to a ThrottlingGroup
    • makeWadlRef

      public static Ref makeWadlRef(Ref parent, String name)
      Constructs a reference to a WADL resource
      Parameters:
      parent - the parent. This can be a folder or a project.
      name - name of the policy
      Returns:
      a reference to a ThrottlingGroup
    • makeWadlRef

      public static Ref makeWadlRef(String fullName)
      Constructs a reference to a WADL resource
      Parameters:
      fullName - The resource full name
      Returns:
      a reference to a ThrottlingGroup
    • isUnderSystemProject

      public static boolean isUnderSystemProject(Ref ref)
      Checks if a a folder/resource is under System project
      Parameters:
      ref - folder or resource ref
      Returns:
    • isGlobalOperationalResource

      public static boolean isGlobalOperationalResource(Ref ref)
    • isSystemResourceTypeId

      public static boolean isSystemResourceTypeId(String typeId)
      Returns true if the given type id is System Resource Type
      Parameters:
      typeId - String
      Returns:
      boolean