org.wso2.carbon.governance.api.people
Interface PeopleArtifactFilter


public interface PeopleArtifactFilter

This interface represents a mechanism to filter that can be used to identify one or more People artifacts from a given set of people artifacts.


Method Summary
 boolean matches(PeopleArtifact peopleArtifact)
          Whether the given peopleArtifact artifact matches the expected filter criteria.
 

Method Detail

matches

boolean matches(PeopleArtifact peopleArtifact)
                throws GovernanceException
Whether the given peopleArtifact artifact matches the expected filter criteria.

Parameters:
peopleArtifact - the peopleArtifact artifact.
Returns:
true if a match was found or false otherwise.
Throws:
GovernanceException - if the operation failed.


Copyright © 2011 WSO2 Inc. All Rights Reserved.