interface XPropertyMatcher in module com::sun::star::ucb::

(Global Index)

Syntax

interface XPropertyMatcher : com::sun::star::uno::XInterface ;

Description

Checks whether a set of properties matches a set of search criteria.

See also

XPropertyMatcherFactory.

Method Summary

matches Checks whether a set of properties matches the given search criteria.

Method Details



matches

Syntax

boolean matches (
com::sun::star::ucb::XCommandProcessor Properties,
com::sun::star::ucb::XCommandEnvironment Environment );

Description

Checks whether a set of properties matches the given search criteria.

Parameter Properties

A Command Processor through which the set of properties is accessible.

Parameter Environment

The environment to use when accessing the property set via the given Command Processor. It may be null.

Returns

true if the properties match, false otherwise.
Top of Page