| Package | Description |
|---|---|
| flowable | |
| org.flowable.camel | |
| org.flowable.cdi.impl.util | |
| 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.cfg | |
| org.flowable.engine.impl.test | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| org.flowable.rest.security | |
| org.flowable.rest.service.api.identity | |
| org.flowable.spring.boot |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.CommandLineRunner |
Sample15RestApplication.usersAndGroupsInitializer(IdentityService identityService) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
FlowableComponent.identityService |
protected IdentityService |
FlowableProducer.identityService |
protected IdentityService |
FlowableEndpoint.identityService |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableProducer.setIdentityService(IdentityService identityService) |
void |
FlowableEndpoint.setIdentityService(IdentityService identityService) |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
FlowableServices.identityService() |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
ProcessEngine.getIdentityService() |
abstract IdentityService |
ProcessEngineConfiguration.getIdentityService() |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
ProcessEngineImpl.identityService |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
ProcessEngineImpl.getIdentityService() |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
ProcessEngineConfigurationImpl.identityService |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
ProcessEngineConfigurationImpl.getIdentityService() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setIdentityService(IdentityService identityService) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
AbstractFlowableTestCase.identityService |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
FlowableRule.identityService |
protected IdentityService |
FlowableTestCase.identityService |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
FlowableRule.getIdentityService() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableRule.setIdentityService(IdentityService identityService) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
BasicAuthenticationProvider.identityService |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityService |
UserInfoResource.identityService |
protected IdentityService |
GroupCollectionResource.identityService |
protected IdentityService |
UserCollectionResource.identityService |
protected IdentityService |
BaseGroupResource.identityService |
protected IdentityService |
BaseUserResource.identityService |
protected IdentityService |
UserInfoCollectionResource.identityService |
| Modifier and Type | Method and Description |
|---|---|
IdentityService |
ProcessEngineServicesAutoConfiguration.identityServiceBean(ProcessEngine processEngine) |
Copyright © 2023 Flowable. All rights reserved.