| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.impl.history | |
| org.flowable.cmmn.engine.impl.history.async | |
| org.flowable.engine |
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks. |
| org.flowable.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.flowable.engine.impl.history | |
| org.flowable.engine.impl.history.async | |
| org.flowable.task.api.history | |
| org.flowable.task.service | |
| org.flowable.task.service.history | |
| org.flowable.task.service.impl | |
| org.flowable.task.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
CmmnHistoryService.createHistoricTaskLogEntryBuilder()
Create new task log entry builder to the log task event without predefined values from the task
|
HistoricTaskLogEntryBuilder |
CmmnHistoryService.createHistoricTaskLogEntryBuilder(TaskInfo task)
Create new task log entry builder to the log task event
|
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
CmmnHistoryServiceImpl.createHistoricTaskLogEntryBuilder() |
HistoricTaskLogEntryBuilder |
CmmnHistoryServiceImpl.createHistoricTaskLogEntryBuilder(TaskInfo task) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
DefaultCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
CmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
Record historic user task log entry
|
void |
CmmnHistoryTaskManager.recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAsyncCmmnHistoryManager.addCommonHistoricTaskLogEntryFields(HistoricTaskLogEntryBuilder taskLogEntryBuilder,
com.fasterxml.jackson.databind.node.ObjectNode data) |
void |
AsyncCmmnHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
HistoryService.createHistoricTaskLogEntryBuilder()
Create new task log entry builder to the log task event without predefined values from the task
|
HistoricTaskLogEntryBuilder |
HistoryService.createHistoricTaskLogEntryBuilder(TaskInfo task)
Create new task log entry builder to the log task event
|
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
HistoryServiceImpl.createHistoricTaskLogEntryBuilder() |
HistoricTaskLogEntryBuilder |
HistoryServiceImpl.createHistoricTaskLogEntryBuilder(TaskInfo task) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
CompositeHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
HistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
Record historic user task log entry
|
void |
DefaultHistoryTaskManager.recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAsyncHistoryManager.addHistoricTaskLogEntryFields(HistoricTaskLogEntryBuilder taskLogEntryBuilder,
com.fasterxml.jackson.databind.node.ObjectNode data) |
void |
AsyncHistoryManager.recordHistoricUserTaskLogEntry(HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.data(String data) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.executionId(String executionId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.processDefinitionId(String processDefinitionId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.processInstanceId(String processInstanceId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.scopeDefinitionId(String scopeDefinitionId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.scopeId(String scopeId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.scopeType(String scopeType) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.subScopeId(String subScopeId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.taskId(String taskId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.tenantId(String tenantId) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.timeStamp(Date timeStamp) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.type(String type) |
HistoricTaskLogEntryBuilder |
HistoricTaskLogEntryBuilder.userId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricTaskService.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalHistoryTaskManager.recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
Record historyUserTaskLogEntry
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseHistoricTaskLogEntryBuilderImpl
Base implementation of the
HistoricTaskLogEntryBuilder interface |
class |
HistoricTaskLogEntryBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.data(String data) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.executionId(String executionId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.processDefinitionId(String processDefinitionId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.processInstanceId(String processInstanceId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.scopeDefinitionId(String scopeDefinitionId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.scopeId(String scopeId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.scopeType(String scopeType) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.subScopeId(String subScopeId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.taskId(String taskId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.tenantId(String tenantId) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.timeStamp(Date timeStamp) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.type(String type) |
HistoricTaskLogEntryBuilder |
BaseHistoricTaskLogEntryBuilderImpl.userId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricTaskServiceImpl.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricTaskLogEntryBuilder |
TaskEntityManagerImpl.createHistoricTaskLogEntryBuilder(TaskInfo task,
HistoricTaskLogEntryType userTaskCreated) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricTaskLogEntryEntityManagerImpl.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) |
void |
HistoricTaskLogEntryEntityManager.createHistoricTaskLogEntry(HistoricTaskLogEntryBuilder historicTaskLogEntryBuilder) |
Copyright © 2023 Flowable. All rights reserved.