Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.comm | |
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.tester |
Testing support for testing engine tasks.
|
com.whitestein.lsps.human.task |
Implementations for the tasks in the LSPS standard library for human-oriented processes.
|
com.whitestein.lsps.wsclient | |
com.whitestein.lsps.wsserver.task |
Modifier and Type | Method and Description |
---|---|
static Identifier |
Identifier.fromString(String identifier)
Creates an identifier from its string representation.
|
static Identifier |
Identifier.ofModelInstance(long modelInstanceId)
Creates an identifier for the specified model instance id.
|
static Identifier |
Identifier.ofTask(long modelInstanceId,
long taskId)
Creates an identifier for the specified model instance task.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
CommunicationUnit.getReceiver()
Returns the receiver.
|
Identifier |
CommunicationUnit.getSender()
Returns the sender.
|
Constructor and Description |
---|
AsynchronousExecutionMessage(Identifier sender,
Serializable executionData,
Class<? extends AsynchronousExecutionTask> taskClass) |
AsynchronousExecutionReply(Identifier receiver,
Serializable data) |
CommunicationUnit(Identifier sender,
Identifier receiver)
Creates new instance.
|
CreateCommand(Identifier sender,
long modelId,
Map<String,String> properties,
Long parentModelInstanceId,
boolean startInterpret,
boolean reply)
Creates new instance.
|
CreateCommandReplyMessage(Identifier sender,
Identifier receiver)
Creates new instance.
|
DeleteCommand(Identifier sender,
Identifier receiver)
Creates new instance.
|
EscalationMessage(Identifier sender,
Identifier receiver,
String reason)
Creates new instance.
|
EscalationRequestMessage(Identifier sender,
Identifier receiver,
String escalationCode,
ObjectValue payload) |
Message(Identifier sender,
Identifier receiver)
Creates a new instance.
|
NotificationMessage(Identifier sender,
Identifier receiver,
String reason)
Notification message.
|
RemoveSignalMessage(Identifier sender,
Identifier receiver,
long signalId)
Creates new instance.
|
ResumeMessage(Identifier sender,
Identifier receiver)
Creates new instance.
|
SignalMessage(Identifier sender,
Identifier receiver,
ObjectValue objectValue)
Creates new instance.
|
SignalMessage(String sourceDescription,
Identifier sender,
Identifier receiver,
ObjectValue objectValue)
Creates a new instance.
|
StartInterpretMessage(Identifier sender,
Identifier receiver)
Creates new instance.
|
SuspendMessage(Identifier sender,
Identifier receiver)
Creates new instance.
|
UpdateContextVariableMessage(Identifier sender,
Identifier receiver,
long contextId,
String variable,
ObjectValue value)
Creates new instance.
|
UpdateGoalStateMessage(Identifier sender,
Identifier receiver,
long processInstanceId,
String goalName,
boolean reactivate)
Creates new instance.
|
UpdateModelMessage(Identifier sender,
Identifier receiver,
UpdateModelMessage.Command command)
Creates new instance
|
UpdateRecordFieldMessage(Identifier sender,
Identifier receiver,
String recordType,
String recordId,
String field,
ObjectValue value)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
TaskContextImpl.getIdentifier() |
Identifier |
TaskContext.getIdentifier()
Returns the identifier of this task.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
MockTaskContext.getIdentifier() |
Constructor and Description |
---|
TodoMessage(Identifier sender,
Identifier receiver,
byte[] content)
Creates new instance.
|
TodoMessage(Identifier sender,
Identifier receiver,
ModelInstance detachedModelInstance)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
WsRequestObject.getReplyIdentifier()
Getter for the field replyIdentifier;
|
Modifier and Type | Method and Description |
---|---|
void |
WsRequestObject.setReplyIdentifier(Identifier replyIdentifier)
Setter for the field replyIdentifier
|
Constructor and Description |
---|
RestRequestMessage(Identifier sender,
Identifier receiver,
String content,
Map<String,String> requestHeaders,
Map<String,String> requestParams,
Map<String,String> pathParams) |
WsRequestMessage(Identifier sender,
Identifier receiver,
String requestString,
String principal,
Map<String,String> headers)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.