Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPropertyMatcherFactory

Base Interface
com::sun::star::uno::XInterface

Description
Creates an XPropertyMatcher , given a set of search criteria.


Known Services which Export this Interface

com::sun::star::ucb::PropertyMatcherFactory Creates an XPropertyMatcher , given a set of search criteria.

Methods' Summary

createPropertyMatcher Creates an XPropertyMatcher.

Methods' Details

createPropertyMatcher
 
com::sun::star::ucb::XPropertyMatcher
createPropertyMatcher(
[ in ] 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