Interface ItemTypeDescriptorService

  • All Known Implementing Classes:
    DefaultItemTypeDescriptorService

    public interface ItemTypeDescriptorService
    A service for retrieving Integration Object item type descriptors.
    • Method Detail

      • getTypeDescriptor

        java.util.Optional<TypeDescriptor> getTypeDescriptor​(java.lang.String objCode,
                                                             java.lang.String objItemCode)
        Retrieves an item type descriptor.
        Parameters:
        objCode - code of the Integration Object containing the item type that needs to be retrieved. This value should match value of an existing IntegrationObjectModel.getCode().
        objItemCode - code of the integration object item type to be retrieved. This value should match a value of an existing IntegrationObjectItemModel.getCode()
        Returns:
        an Optional containing the specified type descriptor or an Optional.empty(), if such descriptor is not found.