Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
Modifier and Type | Method and Description |
---|---|
QueryChangeCommand |
QueryChangeCommand.attachToBundles(Collection<String> bundles)
Attaches bundles to the query, adding them to the query's existing bundles, if any.
|
QueryChangeCommand |
QueryChangeCommand.attachToBundles(String... bundles)
Attaches bundles to the query, adding them to the query's existing bundles, if any.
|
QueryChangeCommand |
QueryChangeCommand.changeFirstLoadStrategyTo(QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Changes the first load strategy of the query to the given value.
|
QueryChangeCommand |
QueryChangeCommand.changeRecalcPriorityTo(QueryDefinitionRecalcPriority recalcPriority)
Changes the recalculation priority of the query to the given value.
|
QueryChangeCommand |
TopologyQueryFactory.createQueryChangeCommand(String queryName)
Creates a new command for query modification.
|
QueryChangeCommand |
QueryChangeCommand.detachFromBundles(Collection<String> bundles)
Detachs the bundles from the query.
|
QueryChangeCommand |
QueryChangeCommand.detachFromBundles(String... bundles)
Detachs the bundles from the query.
|
QueryChangeCommand |
QueryChangeCommand.setInternalDataStoreOnly()
Changes all the data store settings for all elements in the query definition to
"internal".
|
Modifier and Type | Method and Description |
---|---|
QueryChangeResult |
QueryManagementService.modifyQuery(QueryChangeCommand queryChangeCommand)
Modifies an existing query according to the given command.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.