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

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

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

Methods in com.hp.ucmdb.api.topology that return TopologyModification
 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)
          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.
 

Methods in com.hp.ucmdb.api.topology with parameters of type TopologyModification
 ExecuteOutput TopologyUpdateService.execute(TopologyModification topologyModification, ModifyMode mode)
          Modifies the specified set of CIs and relations in the UCMDB.
 



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