com.hp.ucmdb.api.view.notification
Interface ViewDependenciesChange

All Superinterfaces:
ResourceDependenciesChange

public interface ViewDependenciesChange
extends ResourceDependenciesChange

Describes view dependencies change.

Since:
9.0

Method Summary
 java.util.Collection<QueryManagementChange> getDependenciesQueriesChanges()
          Returns the changes of the queries that affect this query.
 java.util.Collection<ViewManagementChange> getDependenciesViewsChanges()
          Returns the changes of the views that affect this query.
 ViewVersion getViewVersion()
          Returns the version of the affected view.
 
Methods inherited from interface com.hp.ucmdb.api.topology.notification.ResourceDependenciesChange
getResourceName
 

Method Detail

getViewVersion

ViewVersion getViewVersion()
Returns the version of the affected view.

Returns:
version of the affected view

getDependenciesViewsChanges

java.util.Collection<ViewManagementChange> getDependenciesViewsChanges()
Returns the changes of the views that affect this query.

Returns:
changes of the view that affect this query

getDependenciesQueriesChanges

java.util.Collection<QueryManagementChange> getDependenciesQueriesChanges()
Returns the changes of the queries that affect this query.

Returns:
changes of the queries that affect this query


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