public interface ModelReconfigurationInfo extends ReconfigurationInfo
ModelReconfigurationInfo class is used to receive information about a
model reconfiguration operation. Model reconfiguration operations are all operations which modifies the
models in audit trail, their attributes or behavior, e.g. model deployment, configuration variable modification.| Modifier and Type | Method and Description |
|---|---|
List<Inconsistency> |
getErrors()
Gets the list of errors issued during the model reconfiguration operation.
|
String |
getId()
Returns the id of the reconfigured model.
|
int |
getModelOID()
Returns the OID of the reconfigured model.
|
List<Inconsistency> |
getWarnings()
Gets the list of warnings issued during the model reconfiguration operation.
|
boolean |
hasErrors()
Checks if there were errors issued during model reconfiguration.
|
boolean |
hasWarnings()
Checks if there were warnings issued during model reconfiguration.
|
boolean |
isValid()
Check if the model reconfiguration operation is valid.
|
successString getId()
int getModelOID()
List<Inconsistency> getWarnings()
Inconsistency objects.List<Inconsistency> getErrors()
Inconsistency objects.boolean isValid()
boolean hasErrors()
boolean hasWarnings()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.