Interface PolicyFilter
public interface PolicyFilter
This interface represents a mechanism to filter that can be used to identify a policy from a
given set of policies.
-
Method Summary
-
Method Details
-
matches
Whether the given policy artifact matches the expected filter criteria.- Parameters:
policy- the policy artifact.- Returns:
- true if a match was found or false otherwise.
- Throws:
GovernanceException- if the operation failed.
-