Uses of Interface
com.hp.ucmdb.api.topology.TopologyModificationData

Packages that use TopologyModificationData
com.hp.ucmdb.api.topology This package contains services for defining and running TQL queries and processing the results. 
 

Uses of TopologyModificationData in com.hp.ucmdb.api.topology
 

Methods in com.hp.ucmdb.api.topology that return TopologyModificationData
 TopologyModificationData TopologyUpdateFactory.createTopologyModificationData()
          Creates an object to be used as an argument to TopologyUpdateService create, update and delete methods.
 TopologyModificationData TopologyUpdateFactory.createTopologyModificationData(java.lang.String additionalModifierInfo)
          Creates an object with information about the reporting agent to be used as an argument to TopologyUpdateService create, update and delete methods.
 TopologyModificationData TopologyModification.getDataForCreate()
          Get topology data to be added to UCMDB.
 TopologyModificationData TopologyModification.getDataForDelete()
          Get topology data to be deleted from UCMDB.
 TopologyModificationData TopologyModification.getDataForUpdate()
          Get topology data to be updated in UCMDB.
 

Methods in com.hp.ucmdb.api.topology with parameters of type TopologyModificationData
 CreateOutput TopologyUpdateService.create(TopologyModificationData modificationData, CreateMode mode)
          Creates the specified set of CIs and relations in the UCMDB.
 DeleteOutput TopologyUpdateService.delete(TopologyModificationData modificationData, DeleteMode mode)
          Deletes a set of CIs and relations from the UCMDB.
 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)
          Adds topology data to the list of CIs and relations to be added to UCMDB.
 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)
          Adds topology data to the list of CIs and relations to be updated in UCMDB.
 void TopologyUpdateService.touch(TopologyModificationData modificationData)
          Delays deletion of UCMDB CIs and relations due to aging.
 UpdateOutput TopologyUpdateService.update(TopologyModificationData modificationData)
          Updates a set of CIs and relations in the UCMDB.
 



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.