Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.engine.lang | |
com.whitestein.lsps.engine.state.xml |
Modifier and Type | Method and Description |
---|---|
ExecutableTask |
ProcessUtils.getExecutableTask(Task task)
Returns an instance of executable task for this task.
|
Constructor and Description |
---|
TaskContextImpl(Task task,
ModelProvider modelProvider)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.createCopy(ModelInstance targetModelInstance) |
Task |
Task.getChildTask()
Returns child task.
|
Task |
Token.getTask()
Returns the task.
|
Task |
ModelInstance.getTask(long id)
Returns task from this model instance for the given id.
|
Modifier and Type | Method and Description |
---|---|
Collection<Task> |
ModelInstance.getTasks()
Returns a collection of all model instance tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
Task.setChildTask(Task childTask)
Sets child task.
|
void |
Token.setTask(Task task)
Sets the task.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.