| Modifier and Type | Method and Description |
|---|---|
Task |
CurrentProcessInstance.getTask()
Returns the currently associated
Task or 'null' |
Task |
BusinessProcess.getTask()
Returns the currently associated
Task or 'null' |
Task |
BusinessProcess.startTask(String taskId)
Associates the task with the provided taskId with the current conversation.
|
Task |
BusinessProcess.startTask(String taskId,
boolean beginConversation) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessProcess.setTask(Task task) |
| Modifier and Type | Field and Description |
|---|---|
protected Task |
DefaultContextAssociationManager.ScopedAssociation.task |
| Modifier and Type | Method and Description |
|---|---|
Task |
DefaultContextAssociationManager.getTask() |
Task |
DefaultContextAssociationManager.ScopedAssociation.getTask() |
Task |
ContextAssociationManager.getTask()
get the current task
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContextAssociationManager.setTask(Task task) |
void |
DefaultContextAssociationManager.ScopedAssociation.setTask(Task task) |
void |
ContextAssociationManager.setTask(Task task)
set a current task
|
| Modifier and Type | Method and Description |
|---|---|
Task |
CmmnTaskService.newTask() |
Task |
CmmnTaskService.newTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
CmmnTaskService.getSubTasks(String parentTaskId)
The list of subtasks for this parent task
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnTaskService.saveTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
CmmnTaskBuilderImpl.create() |
Task |
CmmnTaskServiceImpl.newTask() |
Task |
CmmnTaskServiceImpl.newTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
CmmnTaskServiceImpl.getSubTasks(String parentTaskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnTaskServiceImpl.saveTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskAssignmentManager.addCandidateGroup(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addCandidateGroups(Task task,
List<IdentityLink> candidateGroups) |
void |
DefaultTaskAssignmentManager.addCandidateUser(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addCandidateUsers(Task task,
List<IdentityLink> candidateUsers) |
void |
DefaultTaskAssignmentManager.addGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addUserIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.changeAssignee(Task task,
String assignee) |
void |
DefaultTaskAssignmentManager.changeOwner(Task task,
String owner) |
void |
DefaultTaskAssignmentManager.deleteGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.deleteUserIdentityLink(Task task,
IdentityLink identityLink) |
| Modifier and Type | Method and Description |
|---|---|
Task |
NewTaskCmd.execute(CommandContext commandContext) |
Task |
CreateCmmnTaskCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
SaveTaskCmd(Task task) |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityEvent |
FlowableCmmnEventBuilder.createTaskAssignedEvent(Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCmmnIdentityLinkInterceptor.addUserIdentityLinkToParent(Task task,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableCmmnTestCase.assertSingleTaskExists(List<Task> tasks,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnRestApiInterceptor.accessTaskInfoById(Task task) |
String |
CmmnFormHandlerRestApiInterceptor.convertTaskFormInfo(FormInfo formInfo,
Task task) |
void |
CmmnRestApiInterceptor.createTask(Task task,
TaskRequest request) |
TaskResponse |
CmmnRestResponseFactory.createTaskResponse(Task task) |
TaskResponse |
CmmnRestResponseFactory.createTaskResponse(Task task,
RestUrlBuilder urlBuilder) |
void |
CmmnRestApiInterceptor.deleteTask(Task task) |
void |
CmmnRestApiInterceptor.executeTaskAction(Task task,
TaskActionRequest actionRequest) |
void |
CmmnRestApiInterceptor.updateTask(Task task,
TaskRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskResponse> |
CmmnRestResponseFactory.createTaskResponseList(List<Task> tasks) |
| Modifier and Type | Method and Description |
|---|---|
protected Task |
TaskBaseResource.getTaskFromRequest(String taskId)
Get valid task from request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskVariableCollectionResource.addGlobalVariables(Task task,
Map<String,RestVariable> variableMap) |
protected void |
TaskVariableCollectionResource.addLocalVariables(Task task,
Map<String,RestVariable> variableMap) |
protected void |
TaskResource.claimTask(Task task,
TaskActionRequest actionRequest) |
protected void |
TaskResource.completeTask(Task task,
TaskActionRequest actionRequest) |
protected void |
TaskResource.delegateTask(Task task,
TaskActionRequest actionRequest) |
protected boolean |
TaskVariableBaseResource.hasVariableOnScope(Task task,
String variableName,
RestVariable.RestVariableScope scope) |
protected void |
TaskBaseResource.populateTaskFromRequest(Task task,
TaskRequest taskRequest)
Populate the task based on the values that are present in the given
TaskRequest. |
protected void |
TaskResource.resolveTask(Task task,
TaskActionRequest actionRequest) |
protected RestVariable |
TaskVariableBaseResource.setBinaryVariable(org.springframework.web.multipart.MultipartHttpServletRequest request,
Task task,
boolean isNew) |
protected RestVariable |
TaskVariableBaseResource.setSimpleVariable(RestVariable restVariable,
Task task,
boolean isNew) |
protected void |
TaskVariableBaseResource.setVariable(Task task,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
| Constructor and Description |
|---|
TaskResponse(Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
Flowable5TaskWrapper
Wraps an v5 task to an v6
Task. |
| Modifier and Type | Method and Description |
|---|---|
Task |
Flowable5TaskFormDataWrapper.getTask() |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskService.newTask()
Creates a new task that is not related to any process instance.
|
Task |
TaskService.newTask(String taskId)
create a new task with a user defined task id
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskService.getSubTasks(String parentTaskId)
The list of subtasks for this parent task
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.saveTask(Task task)
Saves the given task to the persistent data store.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskFormData.getTask()
The task for which this form is used to complete it.
|
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskBuilderImpl.create() |
Task |
TaskServiceImpl.newTask() |
Task |
TaskServiceImpl.newTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskServiceImpl.getSubTasks(String parentTaskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskServiceImpl.saveTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskAssignmentManager.addCandidateGroup(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addCandidateGroups(Task task,
List<IdentityLink> candidateGroups) |
void |
DefaultTaskAssignmentManager.addCandidateUser(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addCandidateUsers(Task task,
List<IdentityLink> candidateUsers) |
void |
DefaultTaskAssignmentManager.addGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.addUserIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.changeAssignee(Task task,
String assignee) |
void |
DefaultTaskAssignmentManager.changeOwner(Task task,
String owner) |
void |
DefaultTaskAssignmentManager.deleteGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskAssignmentManager.deleteUserIdentityLink(Task task,
IdentityLink identityLink) |
void |
DefaultTaskLocalizationManager.localize(Task task,
String locale,
boolean withLocalizationFallback) |
| Modifier and Type | Method and Description |
|---|---|
Task |
CreateTaskCmd.execute(CommandContext commandContext) |
Task |
NewTaskCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
GetSubTasksCmd.execute(CommandContext commandContext) |
| Constructor and Description |
|---|
SaveTaskCmd(Task task) |
| Modifier and Type | Field and Description |
|---|---|
protected Task |
TaskFormDataImpl.task |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskFormDataImpl.getTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskFormDataImpl.setTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultIdentityLinkInterceptor.addUserIdentityLinkToParent(Task task,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableTestCase.completeTask(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnRestApiInterceptor.accessTaskInfoById(Task task) |
String |
FormHandlerRestApiInterceptor.convertTaskFormInfo(FormInfo formInfo,
Task task) |
void |
BpmnRestApiInterceptor.createTask(Task task,
TaskRequest request) |
TaskResponse |
RestResponseFactory.createTaskResponse(Task task) |
TaskResponse |
RestResponseFactory.createTaskResponse(Task task,
RestUrlBuilder urlBuilder) |
void |
BpmnRestApiInterceptor.deleteTask(Task task) |
void |
BpmnRestApiInterceptor.executeTaskAction(Task task,
TaskActionRequest actionRequest) |
void |
BpmnRestApiInterceptor.updateTask(Task task,
TaskRequest request) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskResponse> |
RestResponseFactory.createTaskResponseList(List<Task> tasks) |
| Modifier and Type | Method and Description |
|---|---|
protected Task |
TaskBaseResource.getTaskFromRequest(String taskId)
Get valid task from request.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskVariableCollectionResource.addGlobalVariables(Task task,
Map<String,RestVariable> variableMap) |
protected void |
TaskVariableCollectionResource.addLocalVariables(Task task,
Map<String,RestVariable> variableMap) |
protected void |
TaskResource.claimTask(Task task,
TaskActionRequest actionRequest) |
protected void |
TaskResource.completeTask(Task task,
TaskActionRequest actionRequest) |
protected AttachmentResponse |
TaskAttachmentCollectionResource.createBinaryAttachment(org.springframework.web.multipart.MultipartHttpServletRequest request,
Task task,
javax.servlet.http.HttpServletResponse response) |
protected AttachmentResponse |
TaskAttachmentCollectionResource.createSimpleAttachment(AttachmentRequest attachmentRequest,
Task task) |
protected void |
TaskResource.delegateTask(Task task,
TaskActionRequest actionRequest) |
protected boolean |
TaskVariableBaseResource.hasVariableOnScope(Task task,
String variableName,
RestVariable.RestVariableScope scope) |
protected void |
TaskBaseResource.populateTaskFromRequest(Task task,
TaskRequest taskRequest)
Populate the task based on the values that are present in the given
TaskRequest. |
protected void |
TaskResource.resolveTask(Task task,
TaskActionRequest actionRequest) |
protected RestVariable |
TaskVariableBaseResource.setBinaryVariable(org.springframework.web.multipart.MultipartHttpServletRequest request,
Task task,
boolean isNew) |
protected RestVariable |
TaskVariableBaseResource.setSimpleVariable(RestVariable restVariable,
Task task,
boolean isNew) |
protected void |
TaskVariableBaseResource.setVariable(Task task,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
| Constructor and Description |
|---|
TaskResponse(Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskBuilder.create()
Creates task instance according values set in the builder
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskQueryInterceptor.afterTaskQueryExecute(TaskQuery taskQuery,
List<Task> tasks) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskService.findTasksByParentTaskId(String parentTaskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalTaskAssignmentManager.addCandidateGroup(Task task,
IdentityLink identityLink) |
void |
InternalTaskAssignmentManager.addCandidateGroups(Task task,
List<IdentityLink> candidateGroups) |
void |
InternalTaskAssignmentManager.addCandidateUser(Task task,
IdentityLink identityLink) |
void |
InternalTaskAssignmentManager.addCandidateUsers(Task task,
List<IdentityLink> candidateUsers) |
void |
InternalTaskAssignmentManager.addGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
InternalTaskAssignmentManager.addUserIdentityLink(Task task,
IdentityLink identityLink) |
void |
InternalTaskAssignmentManager.changeAssignee(Task task,
String assignee) |
void |
InternalTaskAssignmentManager.changeOwner(Task task,
String owner) |
void |
InternalTaskAssignmentManager.deleteGroupIdentityLink(Task task,
IdentityLink identityLink) |
void |
InternalTaskAssignmentManager.deleteUserIdentityLink(Task task,
IdentityLink identityLink) |
void |
InternalTaskLocalizationManager.localize(Task task,
String locale,
boolean withLocalizationFallback) |
| Modifier and Type | Method and Description |
|---|---|
abstract Task |
BaseTaskBuilderImpl.create() |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskQueryImpl.executeList(CommandContext commandContext) |
List<Task> |
NativeTaskQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
List<Task> |
TaskServiceImpl.findTasksByParentTaskId(String parentTaskId) |
List<Task> |
TaskQueryImpl.list() |
List<Task> |
TaskQueryImpl.listPage(int firstResult,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskQueryImpl.addCachedVariableForQueryById(CommandContext commandContext,
List<Task> results,
boolean local) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskEntityManagerImpl.findTasksByNativeQuery(Map<String,Object> parameterMap) |
List<Task> |
TaskEntityManager.findTasksByNativeQuery(Map<String,Object> parameterMap) |
List<Task> |
TaskEntityManagerImpl.findTasksByParentTaskId(String parentTaskId) |
List<Task> |
TaskEntityManager.findTasksByParentTaskId(String parentTaskId) |
List<Task> |
TaskEntityManagerImpl.findTasksByQueryCriteria(TaskQueryImpl taskQuery) |
List<Task> |
TaskEntityManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) |
List<Task> |
TaskEntityManagerImpl.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) |
List<Task> |
TaskEntityManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskDataManager.findTasksByNativeQuery(Map<String,Object> parameterMap) |
List<Task> |
TaskDataManager.findTasksByParentTaskId(String parentTaskId) |
List<Task> |
TaskDataManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) |
List<Task> |
TaskDataManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
MybatisTaskDataManager.findTasksByNativeQuery(Map<String,Object> parameterMap) |
List<Task> |
MybatisTaskDataManager.findTasksByParentTaskId(String parentTaskId) |
List<Task> |
MybatisTaskDataManager.findTasksByQueryCriteria(TaskQueryImpl taskQuery) |
List<Task> |
MybatisTaskDataManager.findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRepresentation.fillTask(Task task) |
| Constructor and Description |
|---|
TaskRepresentation(Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlowableTaskActionService.addIdentiyLinkForUser(Task task,
String userId,
String linkType) |
protected void |
FlowableTaskActionService.assignTask(SecurityScope currentUser,
Task task,
String assigneeIdString) |
protected void |
FlowableTaskFormService.checkCurrentUserCanModifyTask(Task task) |
protected void |
FlowableTaskActionService.checkTaskPermissions(String taskId,
SecurityScope currentUser,
Task task) |
boolean |
PermissionService.isTaskOwnerOrAssignee(SecurityScope user,
Task task) |
boolean |
PermissionService.validateIfUserIsInitiatorAndCanCompleteTask(SecurityScope user,
Task task) |
Copyright © 2023 Flowable. All rights reserved.