Package | Description |
---|---|
com.streamscape.sdo.utils | |
com.streamscape.sef.scheduler |
Modifier and Type | Method and Description |
---|---|
Task |
TaskModel.getTaskObject() |
Modifier and Type | Method and Description |
---|---|
void |
TaskModel.setTaskObject(Task taskObject) |
Constructor and Description |
---|
TaskModel(java.lang.String taskModelName,
java.lang.String taskModelDisplayName,
Task taskObject,
TaskListFlowLayout.Task taskFlowConfig) |
TaskModel(java.lang.String taskModelName,
java.lang.String taskModelDisplayName,
Task taskObject,
TaskModel.TaskFlowConfig taskFlowConfig) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTask
Title: Service Event Fabric Core
|
class |
ActionTask
Title: Service Event Fabric Core
|
class |
EventTask
Title: Service Event Fabric Core
|
class |
ExceptionTask
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
Task |
Task.getConsequent()
Returns a task executed after the current task.
|
Task |
AbstractTask.getConsequent() |
Task |
TaskList.getConsequentTask(java.lang.String taskName) |
Task |
TaskList.getNextTaskAfter(java.lang.String taskName) |
Task |
TaskList.getNextTaskAfter(java.util.UUID taskOID) |
Task |
Task.getPrecedent()
Returns a task after which the current task will be executed.
|
Task |
AbstractTask.getPrecedent() |
Task |
TaskList.getPrecedentTask(java.lang.String taskName) |
Task |
RuleSet.getTask()
Returns the Task that this rule set is assigned to.
|
Task |
SchedulerEvent.getTask() |
Task |
TaskList.ExecNode.getTask() |
Task |
TaskList.getTask(java.lang.String taskName) |
Task |
TaskList.getTask(java.util.UUID taskOID) |
Task |
TaskList.getTaskBefore(java.lang.String taskName) |
Task |
TaskList.getTaskByOrder(int order) |
Task |
ExceptionTask.getTriggerTask() |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionListener.onExceptionTaskCompleted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onExceptionTaskExpired(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onExceptionTaskFailed(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onExceptionTaskInterrupted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onExceptionTaskStarted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onRuleSetError(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskCompleted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExecutionCompleted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExecutionExpired(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExecutionFailed(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExecutionInterrupted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExecutionStarted(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskExpiredIncomplete(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskFailed(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskInterruptedIncomplete(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskUndone(Task task,
TaskListExecution execution) |
void |
ExecutionListener.onTaskWaiting(Task task,
TaskListExecution execution) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.