| Package | Description | 
|---|---|
| com.whitestein.lsps.engine.change | 
 Package contains core of the internal event system. 
 | 
| com.whitestein.lsps.engine.state.xml | 
| Constructor and Description | 
|---|
EscalationChange(Escalation escalation,
                EscalationChange.Type type)
Creates a new change event for an escalation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Escalation | 
Escalation.createCopy(ModelInstance targetModelInstance)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Escalation> | 
ModelInstance.getEscalations()
Returns a new list which holds all escalations in the model instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModelInstance.addEscalation(Escalation escalation)
Adds an escalation to this model instance. 
 | 
void | 
ModelInstance.removeEscalation(Escalation escalation)
Removes the escalation from this model instance. 
 | 
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.