public interface StatesService
Modifier and Type | Method and Description |
---|---|
boolean |
addState(String state)
Add a state if it did not exist already
|
TopologyModificationData |
analyzeDeletions(TopologyModificationData data)
Performs calculation of what would get deleted as a result of recursive delete
|
Collection<String> |
listStates()
List all active states for this customer
|
void |
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 |
boolean |
removeState(String state)
Remove a state if it exists
|
@NotFinalAPI Collection<String> listStates()
@NotFinalAPI boolean addState(String state)
state
- Name of the state to be added. Currently only State.AUTHORIZED
are supported@NotFinalAPI boolean removeState(String state)
state
- Name of the state to be added. Currently only State.AUTHORIZED
are supported@NotFinalAPI void modify(TopologyModification topologyModification)
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
@NotFinalAPI TopologyModificationData analyzeDeletions(TopologyModificationData data)
data
- input data Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.