Interface IntegrationObjectDescriptorService

All Known Implementing Classes:
DefaultIntegrationObjectDescriptorService

public interface IntegrationObjectDescriptorService
A service for retrieving integration object descriptors
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves an integration object descriptor with the given code.
  • Method Details

    • retrieve

      @Nullable IntegrationObjectDescriptor retrieve(String code)
      Retrieves an integration object descriptor with the given code.
      Parameters:
      code - Integration object's code
      Returns:
      integration object descriptor with the given code or null if descriptor is not found