Package | Description |
---|---|
com.hp.ucmdb.api.configuration |
This package contains services for Infrastructure settings management.
|
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 | Method and Description |
---|---|
CI |
DefaultOwnerSetting.defaultOwnerPrototype() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationService.setDefaultOwnerCIPrototype(CI defaultOwnerPrototype,
String ownershipRelationClassName,
boolean linkFromOwnerToCI)
Sets the default owner CI prototype for UCMDB.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AffectedCI |
Modifier and Type | Method and Description |
---|---|
TriggerCI |
ImpactAnalysisDefinition.addTriggerCI(CI ci) |
Modifier and Type | Method and Description |
---|---|
CI |
TopologyData.addCI(String type)
Creates a new CI of the specified type and adds it to the list of modifications.
|
CI |
TopologyData.addCI(UcmdbId id,
String type)
Creates a new CI of the specified type ID and adds it to the list of modifications.
|
CI |
TopologyModificationData.addReferenceCI(String type)
Creates a new CI of the specified type and adds it to the list of modification.
|
CI |
TopologyModificationData.addReferenceCI(UcmdbId id,
String type)
Creates a new CI of the specified type ID and adds it to the list of modification.
|
CI |
TopologyUpdateFactory.createCI(String type)
Creates the client-side representation of a new CI of the specified type.
|
CI |
TopologyUpdateFactory.createCI(String id,
String type)
Returns the client-side object for a CI of the specified ID and type.
|
CI |
TopologyUpdateFactory.createCI(UcmdbId id,
String type)
Returns the client-side object for a CI of the specified ID and type.
|
CI |
TopologyData.getCI(UcmdbId id)
Returns the CI in this collection having the specified ID.
|
CI |
TopologyModificationData.getReferenceCI(UcmdbId id)
Returns the CI in this collection having the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<CI> |
CIsChunk.cis()
The ordered list of CIs cannot be modified.
|
Iterable<CI> |
TopologyData.getCIs()
An
Iterable collection of the CIs to be modified. |
Iterable<CI> |
TopologyModificationData.getReferenceCIs()
An
Iterable collection of the reference CIs. |
Modifier and Type | Method and Description |
---|---|
void |
TopologyData.addCI(CI ci)
Adds the CI to the list of modifications.
|
void |
TopologyModificationData.addReferenceCI(CI ci)
Adds the CI to the list of modifications.
|
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(UcmdbId id,
String type,
CI end1,
CI 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(UcmdbId id,
String type,
CI end1,
CI end2) |
Relation |
TopologyUpdateFactory.createRelation(String type,
CI end1,
CI end2)
Creates a client-side Relation of the specified type between the two specified CIs.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologyData.addCIs(Iterable<? extends CI> cis)
Adds all CIs from the collection to the list of modifications.
|
void |
TopologyModificationData.addReferenceCIs(Iterable<? extends CI> cis)
Adds all CIs from the collection to the list of modifications.
|
Modifier and Type | Method and Description |
---|---|
Collection<CI> |
ModelChange.getAddedCIs()
Returns the collection of CIs added to the model.
|
Collection<CI> |
ModelChange.getRemovedCIs()
Returns the collection of CIs removed from the model.
|
Collection<CI> |
ModelChange.getUpdatedCIs()
Returns the collection of CIs whose properties were updated in this change.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TopologyCI
Represents a CI returned as part of the
Topology data structure. |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.