| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.engine.impl | |
| 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.rest.service.api | |
| org.flowable.task.api.history | |
| org.flowable.task.service | |
| org.flowable.task.service.impl |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
CmmnHistoryService.createHistoricTaskLogEntryQuery()
Returns a new
HistoricTaskLogEntryQuery that can be used to dynamically query task log entries. |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
CmmnHistoryServiceImpl.createHistoricTaskLogEntryQuery() |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoryService.createHistoricTaskLogEntryQuery()
Returns a new
HistoricTaskLogEntryQuery that can be used to dynamically query task log entries. |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoryServiceImpl.createHistoricTaskLogEntryQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnRestApiInterceptor.accessHistoricTaskLogWithQuery(HistoricTaskLogEntryQuery historicTaskLogEntryQuery,
HistoricTaskLogEntryQueryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.caseDefinitionId(String caseDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.caseInstanceId(String caseInstanceId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.from(Date fromDate) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.fromLogNumber(long fromLogNumber) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.orderByLogNumber() |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.orderByTimeStamp() |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.processDefinitionId(String processDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.processInstanceId(String processInstanceId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.scopeDefinitionId(String scopeDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.scopeId(String scopeId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.scopeType(String scopeType) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.subScopeId(String subScopeId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.taskId(String taskId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.tenantId(String tenantId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.to(Date toDate) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.toLogNumber(long toLogNumber) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.type(String type) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQuery.userId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoricTaskService.createHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricTaskLogEntryQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.caseDefinitionId(String caseDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.caseInstanceId(String caseInstanceId) |
HistoricTaskLogEntryQuery |
HistoricTaskServiceImpl.createHistoricTaskLogEntryQuery(CommandExecutor commandExecutor) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.from(Date fromDate) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.fromLogNumber(long fromLogNumber) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.orderByLogNumber() |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.orderByTimeStamp() |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.processDefinitionId(String processDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.processInstanceId(String processInstanceId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.scopeDefinitionId(String scopeDefinitionId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.scopeId(String scopeId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.scopeType(String scopeType) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.subScopeId(String subScopeId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.taskId(String taskId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.tenantId(String tenantId) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.to(Date toDate) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.toLogNumber(long toLogNumber) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.type(String type) |
HistoricTaskLogEntryQuery |
HistoricTaskLogEntryQueryImpl.userId(String userId) |
Copyright © 2023 Flowable. All rights reserved.