org.wso2.carbon.governance.api.generic
Interface GenericArtifactFilter
public interface GenericArtifactFilter
This interface represents a mechanism to filter that can be used to identify a artifact from a
given set of artifacts.
Method Summary |
boolean |
matches(GenericArtifact artifact)
Whether the given artifact matches the expected filter criteria. |
matches
boolean matches(GenericArtifact 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.
Copyright © 2012 WSO2 Inc. All Rights Reserved.