Package | Description |
---|---|
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.topology |
This package contains services for defining and running TQL queries and processing the results.
|
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.types |
This package contains classes that represent the basic elements of the API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AffectedRelation |
Modifier and Type | Method and Description |
---|---|
Relation |
TopologyModificationData.addReferenceRelation(String type,
CI end1,
CI end2)
Creates a new relation of the specified type between the two CIs and adds it to the list of
modifications.
|
Relation |
TopologyModificationData.addReferenceRelation(String type,
UcmdbId end1,
UcmdbId end2)
Creates a new relation of the specified type between the CIs with the specified IDs and adds it
to the list of modifications.
|
Relation |
TopologyModificationData.addReferenceRelation(UcmdbId id,
String type,
CI end1,
CI end2) |
Relation |
TopologyModificationData.addReferenceRelation(UcmdbId id,
String type,
UcmdbId end1,
UcmdbId end2) |
Relation |
TopologyData.addRelation(String type,
CI end1,
CI end2)
Creates a new relation of the specified type between the two CIs and adds it to the list of
modifications.
|
Relation |
TopologyData.addRelation(String type,
UcmdbId end1,
UcmdbId end2)
Creates a new relation of the specified type between the CIs with the specified IDs and adds it
to the list of modifications.
|
Relation |
TopologyData.addRelation(UcmdbId id,
String type,
CI end1,
CI end2) |
Relation |
TopologyData.addRelation(UcmdbId id,
String type,
UcmdbId end1,
UcmdbId end2) |
Relation |
TopologyUpdateFactory.createRelation(String type,
CI end1,
CI end2)
Creates a client-side Relation of the specified type between the two specified CIs.
|
Relation |
TopologyUpdateFactory.createRelation(String type,
UcmdbId end1Id,
UcmdbId end2Id)
Creates a client-side Relation of the specified type between the two CIs specified by their IDs.
|
Relation |
TopologyUpdateFactory.createRelation(UcmdbId id,
String type,
UcmdbId id1,
UcmdbId id2)
Creates a client-side Relation of the specified type and with the given ID between two CIs specified by their IDs.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Relation> |
TopologyModificationData.getReferenceRelations()
An
Iterable collection of the Relations to be modified. |
Iterable<Relation> |
TopologyData.getRelations()
An
Iterable collection of the Relations to be modified. |
Modifier and Type | Method and Description |
---|---|
void |
TopologyModificationData.addReferenceRelation(Relation relation)
Adds the specified relation to the list of modifications.
|
void |
TopologyData.addRelation(Relation relation)
Adds the specified relation to the list of modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologyModificationData.addReferenceRelations(Iterable<? extends Relation> relations)
Adds the relations in the collection to the list of modifications.
|
void |
TopologyData.addRelations(Iterable<? extends Relation> relations)
Adds the relations in the collection to the list of modifications.
|
Modifier and Type | Method and Description |
---|---|
Collection<Relation> |
ModelChange.getAddedRelations()
Returns the collection of Relations added to the model.
|
Collection<Relation> |
ModelChange.getRemovedRelations()
Returns the collection of Relations removed from the model.
|
Collection<Relation> |
ModelChange.getUpdatedRelations()
Returns the collection of Relations whose properties were updated in this change.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopologyRelation
Represents a relation returned as part of the
Topology data structure. |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.