*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface ConsumedResourceLocatorInterface


@SASScope("ALL") @BinaryCompatibilityOnly public interface ConsumedResourceLocatorInterface
Interface to a service configuration's resources which may be consumed by applications.
Since:
9.2
  • Method Summary

    Modifier and Type
    Method
    Description
    getResource(String id)
    Gets the consumed resource for the specified ID.
  • Method Details

    • getResource

      ConsumedResourceInterface getResource(String id)
      Gets the consumed resource for the specified ID.
      Parameters:
      id - Consumed resource's ID.
      Returns:
      Consumed resource or null if unable to locate the resource.