Package | Description |
---|---|
com.hp.ucmdb.api.view |
This package contains services for handling UCMDB views.
|
com.hp.ucmdb.api.view.result |
Modifier and Type | Method and Description |
---|---|
ViewResultVersion |
ViewFactory.createViewResultVersion(String viewResultVersionAsString) |
Modifier and Type | Method and Description |
---|---|
boolean |
ViewService.hasChanges(String viewName,
ViewResultVersion viewResultVersion)
Returns true if the results of the query under the given view were changed since the result version was created, if
the view definition creating this view was changed, or if the query definition under the view definition was changed.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
ViewService.hasChanges(Map<String,ViewResultVersion> views2check)
Returns a set of view names for which: the results of the query under it were changed since
the result version was created, the view definition creating it was changed,
or the query definition under it was changed.
|
Modifier and Type | Method and Description |
---|---|
ViewResultVersion |
ViewResult.resultVersion() |
Modifier and Type | Method and Description |
---|---|
int |
ViewResultVersion.compareTo(ViewResultVersion viewResultVersion)
Compares to another view result version (following
Comparable rules). |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.