Package | Description |
---|---|
com.hp.ucmdb.api |
This package contains the top level of API set for working with the UCMDB.
|
com.hp.ucmdb.api.history | |
com.hp.ucmdb.api.impact |
This package contains services for analysing the impact of changes to configuration items in the IT universe.
|
com.hp.ucmdb.api.reconciliation | |
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.state | |
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
com.hp.ucmdb.api.topology.complextype | |
com.hp.ucmdb.api.topology.indirectlink |
This package contains interfaces for defining a indirect link.
|
com.hp.ucmdb.api.topology.notification |
This package contains services for listening for changes in the IT universe and changes in query results.
|
com.hp.ucmdb.api.topology.queryparameter | |
com.hp.ucmdb.api.topology.reachableset |
This package contains interface for defining a reachable set.
|
com.hp.ucmdb.api.view |
This package contains services for handling UCMDB views.
|
com.hp.ucmdb.api.view.foldingdefinition |
This package contains services for handling uCMDB folded topology definitions.
|
com.hp.ucmdb.api.view.result |
Class and Description |
---|
QueryManagementService |
TopologyQueryService
Interface for querying the UCMDB topology.
|
TopologyUpdateService
Interface for updating topology: creating, updating, and deleting CIs and relations.
|
Class and Description |
---|
PropertiesCarrier
Indicates that the extending element can be defined to bring properties to the result topology.
|
Class and Description |
---|
Graph |
PropertiesCarrierWrapper
A syntactic wrapper, needed for Java type-safety.
|
PropertiesToQuery
Defines a set of properties to retrieve as part of the query results.
|
Class and Description |
---|
TopologyData
A structure serving as input to topology modification methods.
|
TopologyModificationData |
Class and Description |
---|
QueryVersion
Represents a version of a query.
|
Topology
Result of a topology query execution.
|
Class and Description |
---|
TopologyModification
A structure serving as input to topology modification methods.
|
TopologyModificationData |
Class and Description |
---|
AttributeSortingOrderElementDirection |
AttributeSortingRule
A rule for sorting by attribute name in either
ascending or
descending order. |
ChangeStatistics |
CIsChunk
The result of a
retrieveCIsSortedChunk execution. |
CisFromCachedQueryResults
Data structure for holding the result of an invocation of
retrieveCiIdsFromCachedQueryResults |
CompletePropertyCondition
A condition on a property with respect to a fixed value.
|
ConditionExpression
A root of an expression tree structure.
|
ConditionExpressionBuilder
Services to build complex expressions.
|
ConditionExpressionVisitor
A visitor interface for expressions.
|
ContactNodeRestrictions
Allows the restriction of contact nodes
(see
PerspectiveContactable.setAsPerspectiveContact()
of the extending element. |
CreateGracefullyMode
The creation mode determines the behavior of the UCMDB with respect
to existing CIs and relations.
|
CreateMode
The creation mode determines the behavior of the UCMDB with respect
to existing CIs and relations.
|
CreateOutput |
CreateStatus
Interface defines the result of of a
TopologyUpdateService.createGracefully(TopologyModificationData, CreateGracefullyMode) operation. |
DataStoresConditionable
Allows the restriction of the extending element to one of:
A specific set of data stores (
DataStoresConditionable.withDataStores(java.lang.String...) ).
All data stores (DataStoresConditionable.withAllDataStores() ).
UCMDB Internal data store only (DataStoresConditionable.withInternalDataStoreOnly() ).
|
DeleteMode
The deletion mode determines the behavior of the UCMDB with respect to
CIs and relations that do not exist.
|
DeleteOutput |
DeleteStatus
Interface defines the result of of a
TopologyUpdateService.deleteGracefully(TopologyModificationData) operation. |
DependsOnQuery |
DirectLink
Represent a query about a relation directly connecting two CIs, or a CI to itself.
|
ElementIdsForChangedCachedQueries |
ElementIdsForChangedCachedQueriesOptions |
ElementIdsForChangedCachedQuery
An object representing a single change in a query result.
|
ExecutableQuery
Represents a server-side query suitable for execution.
|
ExecuteOutput |
FolderResourcesGetResult |
FullSyncRequiredException
Cannot get changes due to size or other reason.
|
GracefulTopologyModificationOutput
Specifies the result of the graceful topology update
|
Graph |
IdConditionable
Indicates that the extending element may have an IDs condition.
|
IncompleteLinkOnPropertyP1
This incomplete link on property can be completed using one of the "is..." methods.
|
IncompleteLinkOnPropertyP2 |
IncompletePropertyCondition
A factory-like interface that serves as a starting point for forming
a proper condition on a property.
|
IndirectLinkDescriptor
A request descriptor for the "get the underlying paths" method.
|
InterQueryElementRestriction |
InterQueryRestrictableElement |
LinkConditionBuilder
The first part of the query link conditions.
|
LinkConditionElement |
LinkConditionOperand |
ListPropertiesUpdate |
LiveQuery
Live query is a query whose result is always kept updated.
|
LiveTopology
Topology with version that allows to track changes in the query result
|
MergeInput
Created by IntelliJ IDEA.
|
MergeOutput
Created by IntelliJ IDEA.
|
ModifyMode
The modification mode determines the behavior of the UCMDB
with respect to CI and relations modification failures.
|
MultipleReferencesWithFunctionDefinition
This definition applies a function over a collection
of base queries and uses the resulting
QueryDefinition . |
NonCachedQueryResultConsumingType
Defines how a non-cached query is maintained.
|
OnPropertiesLink |
OnPropertiesLinkCondition |
OnPropertiesLinkOp
Specifies the allowed operations in an OnPropertiesLink instance.
|
Operator |
PartiallyCachedQueryResultConsumingType
Defines how a partially-cached query is maintained.
|
PerspectiveContactable
Query elements with this interface may be set as perspectives "contact" elements using the
PerspectiveContactable.setAsPerspectiveContact() method. |
PropertiesCarrier
Indicates that the extending element can be defined to bring properties to the result topology.
|
PropertiesCarrierBehavior |
PropertiesCarrierWrapper
A syntactic wrapper, needed for Java type-safety.
|
PropertiesConditionable
Indicates that the extending element can have a properties condition.
|
PropertiesConditionOperand |
PropertiesToQuery
Defines a set of properties to retrieve as part of the query results.
|
PropertyConditionBuilder |
QualifierConditionable
Indicates that the extending element may have a qualifier condition.
|
QualifierMatchingStrategy |
QueriesExecutionBulk
Defines a bulk of queries and related resources for execution.
|
QueriesFunction |
Query
Represents a query stored on the UCMDB server or a query to be saved in a specific folder path.
|
QueryChangeCommand
A command controlling changes to a query without knowledge of the query internal structure, type or dependencies.
|
QueryChangeResult
The result of a call to
QueryManagementService.modifyQuery(QueryChangeCommand) . |
QueryDefinition
Definition of a UCMDB TQL query.
|
QueryDefinitionFirstLoadStrategy
When a saved query is first loaded and calculated.
|
QueryDefinitionRecalcPriority
How soon a saved query is recalculated after data change.
|
QueryFolder
Represents a folder in the queries folder structure.
|
QueryLink
A link in the query definition.
|
QueryLinkType |
QueryNamesAndVersions |
QueryNode
A node in the query definition.
|
QueryNodeOrigin
Services to access to the original query name and original node name.
|
QueryNodeRestrictions
Represents conditions on a node to further restrict a query defined in the UCMDB.
|
QueryReferenceDefinition
Parent interface for reference definitions.
|
QueryResultConsumingType
Defines how a query is maintained and stored in cache
|
QueryResultStoringType
Defines the storing type of the Query
|
QueryResultVersion
Represents a version of a query result.
|
QueryTreeVisitor
Implementations of this interace can be used to traverse the queries tree.
|
QueryType
The available query types.
|
QueryValidationBulk
Defines a bulk of queries and related resources for validation
|
QueryVersion
Represents a version of a query.
|
SelfLinkFilter |
SingleQueryReferenceDefinition
A single query reference definition holds a single base query name and, possibly, parameters and restrictions that
should be used on that query.
|
SingleTopologyModification
Specifies the bulk of data along with the action to be taken upon the data
|
SupportsInvisibility
Indicates that the extending element may be invisible.
|
Topology
Result of a topology query execution.
|
TopologyChangeOutput |
TopologyCount
Result count of a topology query execution.
|
TopologyCountByClasses
Result count of a topology query execution.
|
TopologyData
A structure serving as input to topology modification methods.
|
TopologyModification
A structure serving as input to topology modification methods.
|
TopologyModificationAction
Specifies the action to be taken upon a topology modification data
|
TopologyModificationBulk
Specifies a bulk of topology modifications
|
TopologyModificationBulkElement
Specifies an element of a bulk of topology modifications
|
TopologyModificationData |
TopologyModificationFailure
Interface describes a topology modification failure.
|
TopologyModificationInput
Specifies input for topology modification which can represent either a single modification or a modification bulk executed within transaction
|
TopologyQueryFactory
Services for creating queries.
|
TopologyUpdateException |
TopologyUpdateFactory
Factory for creating arguments for TopologyUpdateService methods.
|
TypeConditionable
Indicates that the extending element may have a type condition.
|
UpdateOutput |
Class and Description |
---|
QualifierConditionable
Indicates that the extending element may have a qualifier condition.
|
Class and Description |
---|
IdConditionable
Indicates that the extending element may have an IDs condition.
|
PropertiesConditionable
Indicates that the extending element can have a properties condition.
|
PropertiesToQuery
Defines a set of properties to retrieve as part of the query results.
|
QualifierConditionable
Indicates that the extending element may have a qualifier condition.
|
QueryLink
A link in the query definition.
|
SupportsInvisibility
Indicates that the extending element may be invisible.
|
TypeConditionable
Indicates that the extending element may have a type condition.
|
Class and Description |
---|
LiveQuery
Live query is a query whose result is always kept updated.
|
ModelChangeVersion
Represents a version of a model changes.
|
PropertiesCarrier
Indicates that the extending element can be defined to bring properties to the result topology.
|
PropertiesConditionable
Indicates that the extending element can have a properties condition.
|
QualifierConditionable
Indicates that the extending element may have a qualifier condition.
|
QueryNode
A node in the query definition.
|
QueryResultVersion
Represents a version of a query result.
|
QueryVersion
Represents a version of a query.
|
Topology
Result of a topology query execution.
|
TypeConditionable
Indicates that the extending element may have a type condition.
|
Class and Description |
---|
CompletePropertyCondition
A condition on a property with respect to a fixed value.
|
ConditionExpression
A root of an expression tree structure.
|
PropertiesConditionOperand |
PropertyConditionBuilder |
Class and Description |
---|
IdConditionable
Indicates that the extending element may have an IDs condition.
|
PropertiesConditionable
Indicates that the extending element can have a properties condition.
|
QualifierConditionable
Indicates that the extending element may have a qualifier condition.
|
QueryNode
A node in the query definition.
|
TypeConditionable
Indicates that the extending element may have a type condition.
|
Class and Description |
---|
ExecutableQuery
Represents a server-side query suitable for execution.
|
Query
Represents a query stored on the UCMDB server or a query to be saved in a specific folder path.
|
QueryDefinition
Definition of a UCMDB TQL query.
|
QueryDefinitionFirstLoadStrategy
When a saved query is first loaded and calculated.
|
QueryDefinitionRecalcPriority
How soon a saved query is recalculated after data change.
|
QueryReferenceDefinition
Parent interface for reference definitions.
|
Class and Description |
---|
AttributeSortingOrderElementDirection |
AttributeSortingRule
A rule for sorting by attribute name in either
ascending or
descending order. |
SupportsInvisibility
Indicates that the extending element may be invisible.
|
Class and Description |
---|
Topology
Result of a topology query execution.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.