Interface ExternalEntityService

All Known Implementing Classes:
ExternalEntityServiceImpl

@Deprecated public interface ExternalEntityService
Deprecated.
external service used to access methods in EntityService
  • Method Summary

    Modifier and Type
    Method
    Description
    getEntityFormData(String formUri, String entityUri)
    Deprecated.
    throw Exception because we would need to extract CustomDataProviderException from spi otherwise
  • Method Details

    • getEntityFormData

      EntityFormData getEntityFormData(String formUri, String entityUri) throws Exception
      Deprecated.
      throw Exception because we would need to extract CustomDataProviderException from spi otherwise
      Throws:
      Exception