org.wso2.carbon.governance.api.policies
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
 boolean matches(Policy policy)
          Whether the given policy artifact matches the expected filter criteria.
 

Method Detail

matches

boolean matches(Policy policy)
                throws GovernanceException
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.


Copyright © 2012 WSO2 Inc. All Rights Reserved.