Interface ServiceFilter
-
public interface ServiceFilterThis interface represents a mechanism to filter that can be used to identify a service from a given set of services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Service service)Whether the given service artifact matches the expected filter criteria.
-
-
-
Method Detail
-
matches
boolean matches(Service service) throws GovernanceException
Whether the given service artifact matches the expected filter criteria.- Parameters:
service- the service artifact.- Returns:
- true if a match was found or false otherwise.
- Throws:
GovernanceException- if the operation failed.
-
-