| Package | Description |
|---|---|
| org.flowable.camel | |
| org.flowable.cdi.impl.util | |
| org.flowable.crystalball.simulator | |
| 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.conf | |
| org.flowable.rest.service.api.history | |
| org.flowable.rest.service.api.repository | |
| org.flowable.rest.service.api.runtime.process | |
| org.flowable.spring.boot | |
| org.flowable.spring.boot.actuate.endpoint | |
| org.flowable.ui.task.rest.runtime | |
| org.flowable.ui.task.service.runtime |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
FlowableComponent.repositoryService |
protected RepositoryService |
FlowableProducer.repositoryService |
protected RepositoryService |
FlowableEndpoint.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableProducer.setRepositoryService(RepositoryService repositoryService) |
void |
FlowableEndpoint.setRepositoryService(RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
FlowableServices.repositoryService() |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryService |
SimulationRunContext.getRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
ProcessEngine.getRepositoryService() |
abstract RepositoryService |
ProcessEngineConfiguration.getRepositoryService() |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryServiceImpl |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
ProcessEngineImpl.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
ProcessEngineImpl.getRepositoryService() |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
ProcessEngineConfigurationImpl.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
ProcessEngineConfigurationImpl.getRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setRepositoryService(RepositoryService repositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
AbstractFlowableTestCase.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InternalFlowableExtension.removeDeployments(RepositoryService repositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
FlowableRule.repositoryService |
protected RepositoryService |
FlowableTestCase.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
FlowableRule.getRepositoryService() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableRule.setRepositoryService(RepositoryService repositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
BootstrapConfiguration.repositoryService |
| Constructor and Description |
|---|
BootstrapConfiguration(RepositoryService repositoryService,
IdmIdentityService idmIdentityService,
RestAppProperties restAppProperties) |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
HistoricProcessInstanceBaseResource.repositoryService |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
DeploymentResourceResource.repositoryService |
protected RepositoryService |
DeploymentResource.repositoryService |
protected RepositoryService |
BaseModelResource.repositoryService |
protected RepositoryService |
ProcessDefinitionCollectionResource.repositoryService |
protected RepositoryService |
DeploymentResourceCollectionResource.repositoryService |
protected RepositoryService |
BaseDeploymentResourceDataResource.repositoryService |
protected RepositoryService |
DeploymentCollectionResource.repositoryService |
protected RepositoryService |
BaseProcessDefinitionResource.repositoryService |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
ProcessInstanceCollectionResource.repositoryService |
protected RepositoryService |
ProcessInstanceDiagramResource.repositoryService |
protected RepositoryService |
BaseProcessInstanceResource.repositoryService |
protected RepositoryService |
ProcessInstanceResource.repositoryService |
| Modifier and Type | Method and Description |
|---|---|
RepositoryService |
ProcessEngineServicesAutoConfiguration.repositoryServiceBean(ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineMvcEndpoint |
EndpointAutoConfiguration.processEngineMvcEndpoint(RepositoryService repositoryService) |
| Constructor and Description |
|---|
ProcessEngineMvcEndpoint(RepositoryService repositoryService) |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
RuntimeDisplayJsonClientResource.repositoryService |
protected RepositoryService |
AbstractRelatedContentResource.repositoryService |
| Modifier and Type | Field and Description |
|---|---|
protected RepositoryService |
FlowableProcessInstanceService.repositoryService |
protected RepositoryService |
FlowableTaskQueryService.repositoryService |
protected RepositoryService |
FlowableProcessInstanceQueryService.repositoryService |
protected RepositoryService |
FlowableProcessDefinitionService.repositoryService |
protected RepositoryService |
FlowableTaskFormService.repositoryService |
protected RepositoryService |
FlowableAppDefinitionService.repositoryService |
protected RepositoryService |
PermissionService.repositoryService |
protected RepositoryService |
FlowableAbstractTaskService.repositoryService |
Copyright © 2023 Flowable. All rights reserved.