| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.engine.impl | |
| org.flowable.cmmn.engine.impl.cmd | |
| org.flowable.cmmn.rest.service.api | |
| 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.identitylink.service | |
| org.flowable.identitylink.service.impl | |
| org.flowable.identitylink.service.impl.persistence.entity | |
| org.flowable.identitylink.service.impl.persistence.entity.data | |
| org.flowable.identitylink.service.impl.persistence.entity.data.impl | |
| org.flowable.rest.service.api | |
| org.flowable.ui.task.service.runtime |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
CmmnHistoryService.getHistoricIdentityLinksForCaseInstance(String caseInstanceId)
Retrieves the
HistoricIdentityLinks associated with the given case instance. |
List<HistoricIdentityLink> |
CmmnHistoryService.getHistoricIdentityLinksForPlanItemInstance(String planItemInstanceId)
Retrieves the
HistoricIdentityLinks associated with the given plan item instance. |
List<HistoricIdentityLink> |
CmmnHistoryService.getHistoricIdentityLinksForTask(String taskId)
Retrieves the
HistoricIdentityLinks associated with the given task. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
CmmnHistoryServiceImpl.getHistoricIdentityLinksForCaseInstance(String caseInstanceId) |
List<HistoricIdentityLink> |
CmmnHistoryServiceImpl.getHistoricIdentityLinksForPlanItemInstance(String planItemInstanceId) |
List<HistoricIdentityLink> |
CmmnHistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForCaseInstanceCmd.execute(CommandContext commandContext) |
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForPlanItemInstanceCmd.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkResponse |
CmmnRestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink) |
HistoricIdentityLinkResponse |
CmmnRestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
CmmnRestResponseFactory.createHistoricIdentityLinkResponseList(List<HistoricIdentityLink> identityLinks) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
HistoryService.getHistoricIdentityLinksForProcessInstance(String processInstanceId)
Retrieves the
HistoricIdentityLinks associated with the given process instance. |
List<HistoricIdentityLink> |
HistoryService.getHistoricIdentityLinksForTask(String taskId)
Retrieves the
HistoricIdentityLinks associated with the given task. |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
HistoryServiceImpl.getHistoricIdentityLinksForProcessInstance(String processInstanceId) |
List<HistoricIdentityLink> |
HistoryServiceImpl.getHistoricIdentityLinksForTask(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.execute(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForProcessInstance(CommandContext commandContext) |
protected List<HistoricIdentityLink> |
GetHistoricIdentityLinksForTaskCmd.getLinksForTask(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
IdentityLinkService.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
IdentityLinkServiceImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricIdentityLinkEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
HistoricIdentityLinkEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
IdentityLinkEntityManagerImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
IdentityLinkEntity |
IdentityLinkEntityManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
| Constructor and Description |
|---|
IdentityLinkEntityImpl(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
IdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
MybatisIdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkResponse |
RestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink) |
HistoricIdentityLinkResponse |
RestResponseFactory.createHistoricIdentityLinkResponse(HistoricIdentityLink identityLink,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
RestResponseFactory.createHistoricIdentityLinkResponseList(List<HistoricIdentityLink> identityLinks) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
FlowableAbstractTaskService.currentUserMatchesTaskCandidateUsers(SecurityScope currentUser,
List<HistoricIdentityLink> taskIdentityLinks) |
protected boolean |
FlowableAbstractTaskService.userGroupsMatchTaskCandidateGroups(Collection<String> userGroups,
List<HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyCandidateGroups(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<HistoricIdentityLink> taskIdentityLinks) |
protected void |
FlowableAbstractTaskService.verifyCandidateUsers(TaskRepresentation taskRepresentation,
SecurityScope currentUser,
List<HistoricIdentityLink> taskIdentityLinks) |
Copyright © 2023 Flowable. All rights reserved.