public interface ModelChange
Modifier and Type | Method and Description |
---|---|
Collection<CI> |
getAddedCIs()
Returns the collection of CIs added to the model.
|
Collection<Relation> |
getAddedRelations()
Returns the collection of Relations added to the model.
|
ModelChangeVersion |
getModelChangeVersion() |
Collection<CI> |
getRemovedCIs()
Returns the collection of CIs removed from the model.
|
Collection<Relation> |
getRemovedRelations()
Returns the collection of Relations removed from the model.
|
Collection<CI> |
getUpdatedCIs()
Returns the collection of CIs whose properties were updated in this change.
|
Collection<Relation> |
getUpdatedRelations()
Returns the collection of Relations whose properties were updated in this change.
|
boolean |
hasAddedCIs()
Checks whether the CIs were added to the model in this change.
|
boolean |
hasAddedRelations()
Checks whether Relations were added to the model in this change.
|
boolean |
hasRemovedCIs()
Checks whether CIs were removed from the model in this change.
|
boolean |
hasRemovedRelations()
Checks whether Relations were removed from the model in this change.
|
boolean |
hasUpdatedCIs()
Checks whether properties of CIs were changed.
|
boolean |
hasUpdatedRelations()
Checks whether properties of Relations were changed.
|
boolean |
isMassiveTopologyChange()
The notification is out of order,
or server was restarted and now its possible that some notifications missing.
|
boolean hasAddedCIs()
Collection<CI> getAddedCIs()
boolean hasRemovedCIs()
Collection<CI> getRemovedCIs()
boolean hasUpdatedCIs()
Collection<CI> getUpdatedCIs()
boolean hasAddedRelations()
Collection<Relation> getAddedRelations()
boolean hasRemovedRelations()
Collection<Relation> getRemovedRelations()
boolean hasUpdatedRelations()
Collection<Relation> getUpdatedRelations()
boolean isMassiveTopologyChange()
ModelChangeVersion getModelChangeVersion()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.