Interface GovernanceArtifactFilter


public interface GovernanceArtifactFilter
This interface represents a mechanism to filter that can be used to identify a artifact from a given set of artifacts.
  • Method Summary

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

    • matches

      boolean matches(GovernanceArtifact artifact) throws GovernanceException
      Whether the given artifact matches the expected filter criteria.
      Parameters:
      artifact - the artifact.
      Returns:
      true if a match was found or false otherwise.
      Throws:
      GovernanceException - if the operation failed.