Interface ExternalEntityService

All Known Implementing Classes:
ExternalEntityServiceImpl

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

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

    • getEntityFormData

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