Interface ServiceFilter


public interface ServiceFilter
This interface represents a mechanism to filter that can be used to identify a service from a given set of services.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Service service)
    Whether the given service artifact matches the expected filter criteria.
  • Method Details

    • 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.