Package com.hp.ucmdb.api.topology
Interface SingleTopologyModification
- All Superinterfaces:
Serializable
,TopologyModificationInput<SingleTopologyModification>
public interface SingleTopologyModification
extends TopologyModificationInput<SingleTopologyModification>
Specifies the bulk of data along with the action to be taken upon the data
- Since:
- UCMDB 10.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the action to be taken on the dataReturns the topology modification dataMethods inherited from interface com.hp.ucmdb.api.topology.TopologyModificationInput
getChanger, isTouch, withoutTouch
-
Method Details
-
getTopologyModificationData
TopologyModificationData getTopologyModificationData()Returns the topology modification data- Returns:
- topology modification data
-
getAction
TopologyModificationAction getAction()Returns the action to be taken on the data- Returns:
- the action to be taken on the data
-