Interface DataSetApi


public interface DataSetApi
  • Method Summary

    Modifier and Type
    Method
    Description
    PagedResponse<Asset>
    findDataElements(FindDataElementsRequest findDataElementsRequest)
    Finds all data elements referenced by a specified data set.
  • Method Details

    • findDataElements

      PagedResponse<Asset> findDataElements(FindDataElementsRequest findDataElementsRequest)
      Finds all data elements referenced by a specified data set.
      Parameters:
      findDataElementsRequest - The search criteria specifying the data set to be searched for data elements
      Returns:
      A collection of assets. When no assets are found an empty collection is returned.
      Throws:
      ApiIllegalArgumentException - when the asset is not of type data set.