Interface IRegistryDataProvider
public interface IRegistryDataProvider
Interface for the search functionality to get the registry data.
-
Method Summary
Modifier and TypeMethodDescription<T> Set
<ServiceQueryInfo<T>> getQueries
(jadex.common.ClassInfo type) Get queries per type.getServices
(jadex.common.ClassInfo type) Get services per type.boolean
isIncluded
(UUID cid, IService ser) Test if a service is included.
-
Method Details
-
getServices
Get services per type.- Parameters:
type
- The interface type. If type is null all services are returned.- Returns:
- First matching service or null.
-
getQueries
Get queries per type.- Parameters:
type
- The interface type. If type is null all services are returned.- Returns:
- The queries.
-
isIncluded
Test if a service is included.- Parameters:
ser
- The service.- Returns:
- True if is included.
-