Interface FetchValidator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.molgenis.data.Fetch validateFetch​(org.molgenis.data.Fetch fetch, org.molgenis.data.meta.model.EntityType entityType)
      Validates the fetch and fixes invalid fetches.
    • Method Detail

      • validateFetch

        org.molgenis.data.Fetch validateFetch​(org.molgenis.data.Fetch fetch,
                                              org.molgenis.data.meta.model.EntityType entityType)
        Validates the fetch and fixes invalid fetches.
        Parameters:
        fetch - fetch to validate
        entityType - entity type
        Returns:
        new valid fetch