|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModelReconfigurationInfo
The 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.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.stardust.engine.api.runtime.ReconfigurationInfo |
|---|
success |
| Method Detail |
|---|
String getId()
int getModelOID()
List<Inconsistency> getWarnings()
Inconsistency objects.List<Inconsistency> getErrors()
Inconsistency objects.boolean isValid()
boolean hasErrors()
boolean hasWarnings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||