Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.change |
Package contains core of the internal event system.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.state.xml | |
com.whitestein.lsps.orgstructure.entity |
Persistent entities for the Organizational Structure.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInstanceDirtyListener.changed(Change change) |
void |
ModelInstanceEventLogger.changed(Change change) |
void |
MigrationEngine.AssignmentListener.changed(Change change) |
void |
EngineAssignmentPlugin.AssignmentListener.changed(Change change) |
void |
DebuggerListener.changed(Change change) |
void |
AssignmentInterpreter.handle(Change change)
Performs assignments on a relevant model elements.
|
void |
ChangeDebugger.stopOnBreakpoint(Change change)
Suspends the execution of a process if a breakpoint matching the
Change is hit or if the change conforms to the
DebuggerAction request. |
Modifier and Type | Class and Description |
---|---|
class |
EscalationChange
A change event which indicates that there was a change regarding a given
escalation.
|
class |
ExternalEntityChange
External entity change.
|
class |
GoalsChange
Class representing a goals change.
|
class |
GoalStartedChange
Goal started change.
|
class |
GoalStateChange
State change of a goal.
|
class |
GOElementStateChange
State change of a goal or a plan.
|
class |
ModelInstanceStateChange
State change of a model instance.
|
class |
ModuleInstanceStateChange
State change of a module instance.
|
class |
PlanStartedChange
Plan started change.
|
class |
PlanStateChange
State change of a plan.
|
class |
ProcessInstanceStateChange
State change of a process instance.
|
class |
RecordChange
Change of a field in record value.
|
class |
SignalChange
Change representing adding or removing a signal.
|
class |
TokenAddedChange
Class representing token change.
|
class |
TokenAfterMovedChange
Class representing token change.
|
class |
TokenBeforeMovedChange
This change event indicates that a token is about to be moved from one node
to another.
|
class |
TokenChange
Class representing token change.
|
class |
TokenFinishedChange
Token finished change.
|
class |
TokenInterruptedChange
Token finished change.
|
class |
TokenMovementChange
This change event indicates that a token is being moved from one node to
another.
|
class |
TokenRemovedChange
Class representing token change.
|
class |
TokenStartedChange
Token started change.
|
class |
VariableChange
Change of a variable value.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeListener.changed(Change change)
Process a change.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangedExternalEntitiesListener.changed(Change change) |
Modifier and Type | Method and Description |
---|---|
void |
ModelInstance.fireChange(Change change)
Fires a change.
|
protected void |
GOElement.fireChange(Change change)
Notifies about change.
|
Modifier and Type | Class and Description |
---|---|
class |
PersonActiveChange
Change triggered by activation/de-activation of a person.
|
class |
PersonChange
Change of a person.
|
class |
PersonRoleChange
Change of person's roles.
|
class |
PersonSubstitutionActiveChange
Change of person's substitution active attribute.
|
class |
PersonSubstitutionChange
Change of person's substitution.
|
class |
SecurityRoleChange
Change of a security role.
|
class |
SecurityRoleRemovedChange
Security role removed change.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.