Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
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.orgstructure.task | |
com.whitestein.lsps.stdlib.task |
This package contains implementations of core tasks.
|
com.whitestein.lsps.wsclient.task | |
com.whitestein.lsps.wsserver.task | |
com.whitestein.lsps.xml.task |
Modifier and Type | Interface and Description |
---|---|
interface |
AsynchronousExecutionTask
Local interface of AbstractAsynchronousExecutionTask
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsynchronousExecutionTask
This is the base class for all tasks, which needs to perform
some heavy computing or any other long running operations.
|
class |
TaskProxy
Proxy for
ExecutableTask with logging and exception handling. |
Modifier and Type | Method and Description |
---|---|
ExecutableTask |
ProcessUtils.getExecutableTask(Task task)
Returns an instance of executable task for this task.
|
ExecutableTask |
ProcessUtils.getExecutableTask(com.whitestein.lsps.model.TaskInfo taskInfo)
Returns an instance of executable task for this task.
|
Constructor and Description |
---|
TaskProxy(ExecutableTask task)
Creates new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
TestRollbackExceptionTask |
Modifier and Type | Class and Description |
---|---|
class |
BaseTodoTask
Abstract class for creation of human-oriented tasks.
|
class |
CustomUIUserTask
Todo task with custom GUI
|
class |
CustomUIWithContextUserTask
Todo task with custom GUI
|
class |
HumanInteractionTask
Deprecated.
Provided only for backward compatibility
|
class |
SendEmail
Task for sending of email.
|
class |
UserTask
Generic user task for presenting information to users and to collecting their
input.
|
Modifier and Type | Class and Description |
---|---|
class |
AddPersonToRole
This task adds the person to the role
|
class |
RemovePersonFromRole
This task removes the person from the role
|
Modifier and Type | Class and Description |
---|---|
class |
AddProcessLog
Task adds a log entry to the process logs.
|
class |
Assign
This task takes as the parameter map of references and objects and assigns
the objects to corresponding references.
|
class |
CreateModelInstance
This task creates a new model instance.
|
class |
DeactivateGoal
This task performs deactivation of goals.
|
class |
DeleteModelInstanceLogs
This tasks deletes process logs of given model instance.
|
class |
DeleteSharedRecords
Deletes the specified shared records from database.
|
class |
Execute
Implementation of the execute task
|
class |
Lock
Task that locks specified lock.
|
class |
NoOperationTask |
class |
ReactivateGoal
This task performs reactivation of goals.
|
class |
RemoveBinaryData
Task responsible for removing a file stored as binary data from database.
|
class |
RepeatGoals
The class is a task which repeats a list of goals.
The task is supplied with a single argument, i.e., a list of goals. |
class |
RunSQLTask
Goal of this task is to execute SQL statement.
|
class |
TerminateModelInstance
This task terminates a model instance.
|
class |
Unlock
Task that unlocks specified lock.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientTask
This is the generic implementation of task for http calls.
|
class |
WsSoapCall
This is the generic implementation of task for web service calls.
|
Modifier and Type | Class and Description |
---|---|
class |
RestRequestWaitpointTask |
class |
RestResponseTask
A task which sends a response to a rest request.
|
class |
WsRequestWaitPointTask
This task implements the behavior of waiting for the web service request.
|
class |
WsResponseTask
Implementation of task which is responsible for processing web service
response.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertToXmlTask
This task converts lsps objects into xml.
|
class |
ParseXmlTask
This task parse xml string into lsps objects.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.