Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
com.hp.ucmdb.api.view |
This package contains services for handling UCMDB views.
|
Modifier and Type | Method and Description |
---|---|
QueryDefinitionFirstLoadStrategy |
QueryDefinition.firstLoadStrategy()
Returns the setting for when a saved query should first be loaded and calculated.
|
QueryDefinitionFirstLoadStrategy |
QueryReferenceDefinition.firstLoadStrategy()
The values that determines when a saved query should first be loaded and calculated.
|
QueryDefinitionFirstLoadStrategy |
QueryChangeCommand.firstLoadStrategyToChangeTo()
Returns the previously set first load strategy, or null if none was set.
|
static QueryDefinitionFirstLoadStrategy |
QueryDefinitionFirstLoadStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryDefinitionFirstLoadStrategy[] |
QueryDefinitionFirstLoadStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryChangeCommand |
QueryChangeCommand.changeFirstLoadStrategyTo(QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Changes the first load strategy of the query to the given value.
|
void |
QueryManagementService.savePerspectiveApplication(String topLevelName,
List<Set<String>> perspectiveHierarhcy,
String seedQueryName,
QueryDefinitionRecalcPriority recalcPriority,
QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Saves the perspective application of the perspective hierarchy over the seed query.
|
QueryDefinition |
QueryDefinition.withFirstLoadStrategy(QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Sets when a saved query should first be loaded and calculated.
|
T |
QueryReferenceDefinition.withFirstLoadStrategy(QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Sets when a saved query should first be loaded and calculated.
|
Modifier and Type | Method and Description |
---|---|
QueryDefinitionFirstLoadStrategy |
PerspectiveBasedViewReferenceDefinition.firstLoadStrategy()
Determines when the top level query should first be loaded and calculated.
|
Modifier and Type | Method and Description |
---|---|
PerspectiveBasedViewReferenceDefinition |
PerspectiveBasedViewReferenceDefinition.withFirstLoadStrategy(QueryDefinitionFirstLoadStrategy firstLoadStrategy)
Sets when the top level query should first be loaded and calculated.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.