T
- a concrete interface of TopologyModificationInputpublic interface TopologyModificationInput<T extends TopologyModificationInput<?>> extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getChanger()
Returns short information about the client
|
boolean |
isTouch()
Returns false if
withoutTouch() has been invoked or true otherwise |
T |
withoutTouch()
Do not "touch" the updated CIs, i.e.
|
T withoutTouch()
Normally a CI is removed from the UCMDB after its aging period has expired. By default (when this method is not called) the updated CIs will be "touched" thus starting their aging period anew.
This method is relevant only for CI updates and has no meaning for the CIs being created and deleted.
boolean isTouch()
withoutTouch()
has been invoked or true otherwisewithoutTouch()
has been invoked or true otherwiseString getChanger()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.