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

(Global Index)

Syntax

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

Description

Creates an XPropertyMatcher , given a set of search criteria.

Method Summary

createPropertyMatcher Creates an XPropertyMatcher.

Known Services Which Export this Interface

com::sun::star::ucb::PropertyMatcherFactory

Method Details



createPropertyMatcher

Syntax

com::sun::star::ucb::XPropertyMatcher createPropertyMatcher (
sequence< com::sun::star::ucb::SearchCriterium > Criteria );

Description

Creates an XPropertyMatcher.

Parameter Criteria

The set of search criteria the returned XPropertyMatcher will use.

Returns

An XPropertyMatcher with the given search criteria.
Top of Page