Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.comm | |
com.whitestein.lsps.engine.sharedrecord | |
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
com.whitestein.lsps.wsserver.task |
Modifier and Type | Method and Description |
---|---|
Message |
ProcessInterpreterContext.getMessage()
Returns the message being processed.
|
Modifier and Type | Method and Description |
---|---|
void |
EnginePlugin.beforeMessage(Message msg,
ModelInstanceEntity modelInstance)
This method is executed before a message is handled.
|
void |
EngineAssignmentPlugin.beforeMessage(Message message,
ModelInstanceEntity modelInstance) |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousExecutionReply
This message is sent back to
AsynchronousExecutionTask after the asynchronous
processing has been done. |
class |
CreateCommandReplyMessage |
class |
EscalationMessage
Escalation message.
|
class |
EscalationRequestMessage
This message represents a request to add an escalation event to the model
instance.
|
class |
NotificationMessage
Notification message.
|
class |
RemoveSignalMessage
Message to remove a signal.
|
class |
ResumeMessage
Message to resume a suspended model instance.
|
class |
SignalMessage
Message containing a signal.
|
class |
StartInterpretMessage
Message to start interpret a model instance.
|
class |
SuspendMessage
Message to suspend a model instance.
|
class |
UpdateContextVariableMessage
Update context variable message.
|
class |
UpdateGoalStateMessage
Update goal state message.
|
class |
UpdateModelMessage
Model update message.
|
class |
UpdateRecordFieldMessage
Update record field message.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedRecordNotifierImpl.beforeMessage(Message msg,
ModelInstanceEntity modelInstance) |
void |
SharedRecordEnginePlugin.beforeMessage(Message msg,
ModelInstanceEntity modelInstance) |
Modifier and Type | Class and Description |
---|---|
class |
TodoMessage |
Modifier and Type | Class and Description |
---|---|
class |
RestRequestMessage
This message represents a REST request.
|
class |
WsRequestMessage |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.