Package | Description |
---|---|
com.hp.ucmdb.api.state | |
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
Modifier and Type | Method and Description |
---|---|
void |
StatesService.modify(TopologyModification topologyModification)
Copy cis to authorized state
Similar to:
TopologyUpdateService.execute(com.hp.ucmdb.api.topology.TopologyModification, com.hp.ucmdb.api.topology.ModifyMode)
The difference is that unless all the CIs that would get deleted as a result of recursive delete were specified the whole bulk would fail with
ExecutionException |
Modifier and Type | Method and Description |
---|---|
TopologyModification |
TopologyModification.clean()
Removes all previously set topology data.
|
TopologyModification |
TopologyUpdateFactory.createTopologyModification()
Creates an object to be used as an argument to
TopologyUpdateService
execute method. |
TopologyModification |
TopologyModification.setDataForCreate(TopologyModificationData topologyModificationData)
Adds topology data to the list of CIs and relations to be added to UCMDB.
|
TopologyModification |
TopologyModification.setDataForCreate(TopologyModificationData topologyModificationData,
ListPropertiesUpdate listPropertiesUpdate)
Deprecated.
Use the
setDataForCreate(TopologyModificationData) method. |
TopologyModification |
TopologyModification.setDataForDelete(TopologyModificationData topologyModificationData)
Adds topology data to the list of CIs and relations to be deleted from UCMDB.
|
TopologyModification |
TopologyModification.setDataForUpdate(TopologyModificationData topologyModificationData)
Adds topology data to the list of CIs and relations to be updated in UCMDB.
|
TopologyModification |
TopologyModification.setDataForUpdate(TopologyModificationData topologyModificationData,
ListPropertiesUpdate listPropertiesUpdate)
Deprecated.
Use the
setDataForUpdate(TopologyModificationData) method. |
Modifier and Type | Method and Description |
---|---|
ExecuteOutput |
TopologyUpdateService.execute(TopologyModification topologyModification,
ModifyMode mode)
Deprecated.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.