Package | Description |
---|---|
com.hp.ucmdb.api.snapshots |
Snapshots enable saving the current TQL result of a specific TQL and restoring
it later for comparison.
|
com.hp.ucmdb.api.view |
This package contains services for handling UCMDB views.
|
com.hp.ucmdb.api.view.archive | |
com.hp.ucmdb.api.view.result |
Modifier and Type | Method and Description |
---|---|
ViewResult |
ViewSnapshotCompareResult.getResult1()
The first snapshot view result.
|
ViewResult |
ViewSnapshotCompareResult.getResult2()
The second (or current) snapshot view result.
|
Modifier and Type | Method and Description |
---|---|
ViewResult |
ViewService.executeView(String viewName)
Executes a view identified in the UCMDB by the view name and returns the result.
|
ViewResult |
ViewService.executeView(String viewName,
ViewExecutionOptions options)
Executes a view identified in the UCMDB by the view name and returns the result.
|
ViewResult |
ViewService.executeView(View view)
Executes the given view and returns the result.
|
ViewResult |
ViewService.executeView(View view,
ViewExecutionOptions options)
Executes the given view and returns the result.
|
ViewResult |
ViewService.executeViewDefinition(ViewDefinition viewDefinition,
ExecutableQuery query)
Executes the given view definition and returns the result.
|
ViewResult |
ViewService.executeViewDefinition(ViewDefinition viewDefinition,
ExecutableQuery query,
ViewExecutionOptions options)
Executes the given view definition and returns the result.
|
Modifier and Type | Method and Description |
---|---|
ViewResult |
ArchivedView.getViewResult()
Returns archived view result
|
Modifier and Type | Interface and Description |
---|---|
interface |
ViewResultWithMap
Created by IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
String |
ViewResultUtils.getStringRepresentation(ViewResult viewResult)
Returns the tree as string.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.