Interface IRegistryDataProvider


public interface IRegistryDataProvider
Interface for the search functionality to get the registry data.
  • Method Details

    • getServices

      Iterator<IService> getServices(jadex.common.ClassInfo type)
      Get services per type.
      Parameters:
      type - The interface type. If type is null all services are returned.
      Returns:
      First matching service or null.
    • getQueries

      <T> Set<ServiceQueryInfo<T>> getQueries(jadex.common.ClassInfo type)
      Get queries per type.
      Parameters:
      type - The interface type. If type is null all services are returned.
      Returns:
      The queries.
    • isIncluded

      boolean isIncluded(UUID cid, IService ser)
      Test if a service is included.
      Parameters:
      ser - The service.
      Returns:
      True if is included.