com.hp.ucmdb.api.topology.notification
Interface QueryManagementListenerFilter


public interface QueryManagementListenerFilter

Filters query management changes.

Since:
9.0

Method Summary
 QueryManagementListenerFilter byBundle(java.lang.Iterable<java.lang.String> bundleNames)
          Filter query management events by the name of bundle.
 QueryManagementListenerFilter byBundle(java.lang.String... bundleNames)
          Filter query management events by the name of bundle.
 QueryManagementListenerFilter byQueryName(java.lang.Iterable<java.lang.String> queryNames)
          Filter query management events by the name of query.
 QueryManagementListenerFilter byQueryName(java.lang.String... queryNames)
          Filter query management events by the name of query.
 

Method Detail

byQueryName

QueryManagementListenerFilter byQueryName(java.lang.String... queryNames)
Filter query management events by the name of query. Filtering conditions of this kind are logically ORed when this method is called several times.

Parameters:
queryNames - query names
Returns:
updated filter

byQueryName

QueryManagementListenerFilter byQueryName(java.lang.Iterable<java.lang.String> queryNames)
Filter query management events by the name of query. Filtering conditions of this kind are logically ORed when this method is called several times.

Parameters:
queryNames - query names iterable
Returns:
updated filter

byBundle

QueryManagementListenerFilter byBundle(java.lang.String... bundleNames)
Filter query management events by the name of bundle. Filtering conditions of this kind are logically ORed when this method is called several times.

Parameters:
bundleNames - bundle names
Returns:
updated filter

byBundle

QueryManagementListenerFilter byBundle(java.lang.Iterable<java.lang.String> bundleNames)
Filter query management events by the name of bundle. Filtering conditions of this kind are logically ORed when this method is called several times.

Parameters:
bundleNames - bundle names iterable
Returns:
updated filter


Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.