| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.impl.cmd | |
| org.flowable.cmmn.engine.impl.history.async.json.transformer | |
| 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.cmd | |
| org.flowable.entitylink.api.history | |
| org.flowable.entitylink.service.impl | |
| org.flowable.entitylink.service.impl.persistence.entity | |
| org.flowable.entitylink.service.impl.persistence.entity.data | |
| org.flowable.entitylink.service.impl.persistence.entity.data.impl |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
CmmnHistoryService.getHistoricEntityLinkChildrenForCaseInstance(String caseInstanceId)
Retrieves the
HistoricEntityLinks associated with the given case instance. |
List<HistoricEntityLink> |
CmmnHistoryService.getHistoricEntityLinkChildrenWithSameRootAsCaseInstance(String caseInstanceId)
Retrieves all the
HistoricEntityLinks associated with same root as the given case instance. |
List<HistoricEntityLink> |
CmmnHistoryService.getHistoricEntityLinkParentsForCaseInstance(String caseInstanceId)
Retrieves the
HistoricEntityLinks where the given case instance is referenced. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
CmmnHistoryServiceImpl.getHistoricEntityLinkChildrenForCaseInstance(String caseInstanceId) |
List<HistoricEntityLink> |
CmmnHistoryServiceImpl.getHistoricEntityLinkChildrenWithSameRootAsCaseInstance(String caseInstanceId) |
List<HistoricEntityLink> |
CmmnHistoryServiceImpl.getHistoricEntityLinkParentsForCaseInstance(String caseInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenWithSameRootAsCaseInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForCaseInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForCaseInstanceCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricEntityLink |
EntityLinkDeletedHistoryJsonTransformer.getHistoricEntityLink(com.fasterxml.jackson.databind.node.ObjectNode historicalData,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoryService.getHistoricEntityLinkChildrenForProcessInstance(String processInstanceId)
Retrieves the
HistoricEntityLinks associated with the given process instance. |
List<HistoricEntityLink> |
HistoryService.getHistoricEntityLinkChildrenForTask(String taskId)
Retrieves the
HistoricEntityLinks associated with the given task. |
List<HistoricEntityLink> |
HistoryService.getHistoricEntityLinkChildrenWithSameRootAsProcessInstance(String processInstanceId)
Retrieves all the
HistoricEntityLinks associated with same root as the given process instance. |
List<HistoricEntityLink> |
HistoryService.getHistoricEntityLinkParentsForProcessInstance(String processInstanceId)
Retrieves the
HistoricEntityLinks where the given process instance is referenced. |
List<HistoricEntityLink> |
HistoryService.getHistoricEntityLinkParentsForTask(String taskId)
Retrieves the
HistoricEntityLinks where the given task is referenced. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoryServiceImpl.getHistoricEntityLinkChildrenForProcessInstance(String processInstanceId) |
List<HistoricEntityLink> |
HistoryServiceImpl.getHistoricEntityLinkChildrenForTask(String taskId) |
List<HistoricEntityLink> |
HistoryServiceImpl.getHistoricEntityLinkChildrenWithSameRootAsProcessInstance(String processInstanceId) |
List<HistoricEntityLink> |
HistoryServiceImpl.getHistoricEntityLinkParentsForProcessInstance(String processInstanceId) |
List<HistoricEntityLink> |
HistoryServiceImpl.getHistoricEntityLinkParentsForTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForProcessInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForTaskCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenWithSameRootAsProcessInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkChildrenForProcessInstanceCmd.execute(CommandContext commandContext) |
List<HistoricEntityLink> |
GetHistoricEntityLinkParentsForTaskCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLink |
HistoricEntityLinkService.createHistoricEntityLink() |
HistoricEntityLink |
HistoricEntityLinkService.getHistoricEntityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkService.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricEntityLinkService.deleteHistoricEntityLink(HistoricEntityLink entityLink) |
void |
HistoricEntityLinkService.insertHistoricEntityLink(HistoricEntityLink entityLink,
boolean fireCreateEvent) |
| Modifier and Type | Method and Description |
|---|---|
HistoricEntityLink |
HistoricEntityLinkServiceImpl.createHistoricEntityLink() |
HistoricEntityLink |
HistoricEntityLinkServiceImpl.getHistoricEntityLink(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoricEntityLinkServiceImpl.findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkServiceImpl.findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkServiceImpl.findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkServiceImpl.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoricEntityLinkServiceImpl.deleteHistoricEntityLink(HistoricEntityLink entityLink) |
void |
HistoricEntityLinkServiceImpl.insertHistoricEntityLink(HistoricEntityLink entityLink,
boolean fireCreateEvent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricEntityLinkEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricEntityLinkEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
HistoricEntityLinkDataManager.findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkDataManager.findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkDataManager.findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
HistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricEntityLink> |
MybatisHistoricEntityLinkDataManager.findHistoricEntityLinksByReferenceScopeIdAndType(String referenceScopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
MybatisHistoricEntityLinkDataManager.findHistoricEntityLinksByScopeDefinitionIdAndScopeType(String scopeDefinitionId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
MybatisHistoricEntityLinkDataManager.findHistoricEntityLinksByScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
List<HistoricEntityLink> |
MybatisHistoricEntityLinkDataManager.findHistoricEntityLinksWithSameRootScopeForScopeIdAndScopeType(String scopeId,
String scopeType,
String linkType) |
Copyright © 2023 Flowable. All rights reserved.