Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.comm | |
com.whitestein.lsps.engine.state |
Contains implementation of persistent entities representing model data types.
|
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 |
---|---|
List<CommunicationUnit> |
UnprocessedInputsServiceBean.getInputsForReceiver(long modelInstanceId) |
List<CommunicationUnit> |
UnprocessedInputsService.getInputsForReceiver(long modelInstanceId)
Returns unprocessed
CommunicationUnit for a receiver. |
Modifier and Type | Method and Description |
---|---|
void |
UnprocessedInputsServiceBean.addInput(CommunicationUnit input) |
void |
UnprocessedInputsService.addInput(CommunicationUnit input)
Adds an unprocessed input.
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnit(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnit(CommunicationUnit communicationUnit)
Handles a communication unit.
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitInNewTransaction(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitInNewTransaction(CommunicationUnit communicationUnit)
Handles a communication unit in a new transaction.
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitWithDeadlockRetry(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitWithDeadlockRetry(CommunicationUnit communicationUnit)
Handles a communication unit in a new transaction with retrying in case of deadlock
|
ExecutionTrace |
ProcessAgentImpl.handleCommUnitWithErrorHandling(CommunicationUnit communicationUnit) |
ExecutionTrace |
ProcessAgent.handleCommUnitWithErrorHandling(CommunicationUnit communicationUnit)
Handles a communication unit with error-handling.
|
void |
CommunicationService.sendAsync(CommunicationUnit communicationUnit)
Sends a communication unit asynchronously.
|
void |
CommunicationServiceBean.sendAsync(CommunicationUnit communicationUnit) |
void |
CommunicationService.sendAsync(CommunicationUnit communicationUnit,
Integer priority)
Sends a communication unit asynchronously with the given priority.
|
void |
CommunicationServiceBean.sendAsync(CommunicationUnit communicationUnit,
Integer priority) |
ExecutionTrace |
CommunicationService.sendSync(CommunicationUnit communicationUnit)
Sends a communication unit synchronously.
|
ExecutionTrace |
CommunicationServiceBean.sendSync(CommunicationUnit communicationUnit) |
Modifier and Type | Method and Description |
---|---|
void |
UnprocessedInputsServiceBean.replaceInputsForReceiver(long modelInstanceId,
List<CommunicationUnit> inputs) |
void |
UnprocessedInputsService.replaceInputsForReceiver(long modelInstanceId,
List<CommunicationUnit> inputs)
Removes all inputs for the receiver and adds new ones.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousExecutionMessage
This object is sent via JMS, to indicate that asynchronous execution should be performed.
|
class |
AsynchronousExecutionReply
This message is sent back to
AsynchronousExecutionTask after the asynchronous
processing has been done. |
class |
CreateCommand
Command to create a model instance.
|
class |
CreateCommandReplyMessage |
class |
DeleteCommand
Command to delete a model instance.
|
class |
EscalationMessage
Escalation message.
|
class |
EscalationRequestMessage
This message represents a request to add an escalation event to the model
instance.
|
class |
Message
Base class for messages.
|
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 |
---|---|
CommunicationUnit |
UnprocessedInput.getInputData()
Returns the input that was not processed.
|
Constructor and Description |
---|
UnprocessedInput(CommunicationUnit inputData,
Date inputDate)
Creates new instance.
|
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.