Interface IntegrationObjectDescriptorService
- All Known Implementing Classes:
DefaultIntegrationObjectDescriptorService
public interface IntegrationObjectDescriptorService
A service for retrieving integration object descriptors
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves an integration object descriptor with the given code.
-
Method Details
-
retrieve
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
-