Package | Description |
---|---|
de.espirit.firstspirit.access | |
de.espirit.firstspirit.access.search | |
de.espirit.firstspirit.access.store.templatestore | |
de.espirit.firstspirit.workflow |
Modifier and Type | Method and Description |
---|---|
Task |
UserService.createTask(StoreElement storeElement,
Workflowable flowable,
Workflow workflow,
String comment)
Create task on Workflowable.
|
Task |
UserService.createTask(StoreElement storeElement,
Workflow workflow,
String comment)
Create task on StoreElement.
|
Task |
UserService.createTask(StoreElement storeElement,
Workflow workflow,
Task task)
Clone a existing task on a StoreElement.
|
Task |
WorkflowContext.getTask()
Get the task.
|
Task |
Workflowable.getTask()
Get the possible assigned
Task or null. |
Task |
UserService.getTask(long taskId)
Returns the task specified by the given task id or
null if no task exists with the given id. |
Modifier and Type | Method and Description |
---|---|
void |
UserService.closeTask(Task task)
Close a running task and remove all task attributes from the associated StoreElement.
|
Task |
UserService.createTask(StoreElement storeElement,
Workflow workflow,
Task task)
Clone a existing task on a StoreElement.
|
void |
UserService.setTask(Task task)
Set the task.
|
void |
Workflowable.setTask(Task task)
Set the given
Task . |
Modifier and Type | Method and Description |
---|---|
Iterable<Task> |
SearchService.searchTasks(Long projectId,
de.espirit.firstspirit.access.search.TaskQuery query)
Deprecated.
since 4.1.10 - no replacement
|
Modifier and Type | Method and Description |
---|---|
Task |
WorkflowScriptContext.getTask()
Return the task object.
|
Modifier and Type | Method and Description |
---|---|
Task |
WorkflowAgent.WorkflowProcessContext.getTask()
Returns the task this workflow process belongs to.
|
Modifier and Type | Method and Description |
---|---|
WorkflowAgent.WorkflowProcessContext |
WorkflowAgent.process(Task task,
Transition transition)
Processes the next
activity of the given task specified by given transition, wherefore given transitionmust be one of the outgoing transitions of the current task state ( task . |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210