get_matches


Description:

public Array<Accessible> get_matches (MatchRule rule, CollectionSortOrder sortby, int count, bool traverse) throws Error

Gets all Accessible objects from the this matching a given rule.

Parameters:

this

A pointer to the Collection to query.

rule

An MatchRule describing the match criteria.

sortby

An CollectionSortOrder specifying the way the results are to be sorted.

count

The maximum number of results to return, or 0 for no limit.

traverse

Not supported.

Returns:

All Accessible objects matching the given match rule.