public enum QueryDefinitionRecalcPriority extends Enum<QueryDefinitionRecalcPriority> implements Serializable
| Enum Constant and Description |
|---|
EXPRESS
Recalculates automatically as soon as relevant changes are detected.
|
HIGH
Recalculates automatically with a 'high' priority.
|
LOW
Recalculates automatically with a 'low' priority.
|
MEDIUM
Recalculates automatically with a 'medium' priority.
|
NOT_ACTIVE
Does not recalculate automatically after data change.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryDefinitionRecalcPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryDefinitionRecalcPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryDefinitionRecalcPriority NOT_ACTIVE
LiveQuery,
QueryResultListener,
TopologyQueryService.getLiveQuery(java.lang.String),
TopologyQueryService.registerQueryResultListener(com.hp.ucmdb.api.topology.notification.QueryResultListener, java.lang.String),
TopologyQueryService.hasChanges(java.lang.String, com.hp.ucmdb.api.topology.QueryResultVersion)public static final QueryDefinitionRecalcPriority LOW
public static final QueryDefinitionRecalcPriority MEDIUM
public static final QueryDefinitionRecalcPriority HIGH
public static final QueryDefinitionRecalcPriority EXPRESS
public static QueryDefinitionRecalcPriority[] values()
for (QueryDefinitionRecalcPriority c : QueryDefinitionRecalcPriority.values()) System.out.println(c);
public static QueryDefinitionRecalcPriority valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.