| 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.cmmn.rest.service.api.repository | |
| 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.form.api | |
| org.flowable.form.engine.impl | |
| org.flowable.form.engine.impl.persistence.deploy | |
| org.flowable.form.engine.impl.persistence.entity | |
| org.flowable.form.engine.impl.persistence.entity.data | |
| org.flowable.form.engine.impl.persistence.entity.data.impl | |
| org.flowable.form.rest | |
| org.flowable.form.rest.service.api.repository | |
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.repository |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
CmmnRepositoryService.getFormDefinitionsForCaseDefinition(String caseDefinitionId)
Retrieves the
FormDefinitions associated with the given case definition. |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
CmmnRepositoryServiceImpl.getFormDefinitionsForCaseDefinition(String caseDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
GetFormDefinitionsForCaseDefinitionCmd.execute(CommandContext commandContext) |
protected List<FormDefinition> |
GetFormDefinitionsForCaseDefinitionCmd.getFormDefinitionsFromModel(Case caseModel,
CaseDefinition caseDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetFormDefinitionsForCaseDefinitionCmd.addFormDefinitionToCollection(List<FormDefinition> formDefinitions,
String formKey,
CaseDefinition caseDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FormDefinitionResponse |
CmmnRestResponseFactory.createFormDefinitionResponse(FormDefinition formDefinition,
String caseDefinitionId,
RestUrlBuilder urlBuilder) |
FormDefinitionResponse |
CmmnRestResponseFactory.createFormDefintionResponse(FormDefinition formDefinition,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinitionResponse> |
CmmnRestResponseFactory.createFormDefinitionResponseList(List<FormDefinition> formDefinitions,
String processDefinitionId) |
| Constructor and Description |
|---|
FormDefinitionResponse(FormDefinition formDefinition) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
RepositoryService.getFormDefinitionsForProcessDefinition(String processDefinitionId)
Retrieves the
FormDefinitions associated with the given process definition. |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
RepositoryServiceImpl.getFormDefinitionsForProcessDefinition(String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
GetFormDefinitionsForProcessDefinitionCmd.execute(CommandContext commandContext) |
protected List<FormDefinition> |
GetFormDefinitionsForProcessDefinitionCmd.getFormDefinitionsFromModel(BpmnModel bpmnModel,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetFormDefinitionsForProcessDefinitionCmd.addFormDefinitionToCollection(List<FormDefinition> formDefinitions,
String formKey,
ProcessDefinition processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FormDefinition |
FormRepositoryService.getFormDefinition(String formDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
FormDefinition |
FormRepositoryServiceImpl.getFormDefinition(String formDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
FormDefinitionQueryImpl.executeList(CommandContext commandContext) |
List<FormDefinition> |
NativeFormDefinitionQueryImpl.executeList(CommandContext commandContext,
Map<String,Object> parameterMap) |
| Modifier and Type | Method and Description |
|---|---|
FormDefinitionCacheEntry |
DeploymentManager.resolveFormDefinition(FormDefinition formDefinition)
Resolving the decision will fetch the DMN, parse it and store the
FormDefinition in memory. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormDefinitionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDefinitionEntityImpl |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
FormDefinitionEntityManagerImpl.findFormDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDefinition> |
FormDefinitionEntityManager.findFormDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDefinition> |
FormDefinitionEntityManagerImpl.findFormDefinitionsByQueryCriteria(FormDefinitionQueryImpl formQuery) |
List<FormDefinition> |
FormDefinitionEntityManager.findFormDefinitionsByQueryCriteria(FormDefinitionQueryImpl formQuery) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FormDeploymentEntityManagerImpl.deleteFormInstancesForDefinitions(List<FormDefinition> formDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
FormDefinitionDataManager.findFormDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDefinition> |
FormDefinitionDataManager.findFormDefinitionsByQueryCriteria(FormDefinitionQueryImpl formQuery) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinition> |
MybatisFormDefinitionDataManager.findFormDefinitionsByNativeQuery(Map<String,Object> parameterMap) |
List<FormDefinition> |
MybatisFormDefinitionDataManager.findFormDefinitionsByQueryCriteria(FormDefinitionQueryImpl formQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRestApiInterceptor.accessFormDefinitionInfoById(FormDefinition formDefinition) |
FormDefinitionResponse |
FormRestResponseFactory.createFormDefinitionResponse(FormDefinition formDefinition) |
FormDefinitionResponse |
FormRestResponseFactory.createFormDefinitionResponse(FormDefinition formDefinition,
FormRestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinitionResponse> |
FormRestResponseFactory.createFormResponseList(List<FormDefinition> formDefinitions) |
| Constructor and Description |
|---|
FormDefinitionResponse(FormDefinition formDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FormDefinitionResponse |
RestResponseFactory.createFormDefinitionResponse(FormDefinition formDefinition,
String processDefinitionId,
RestUrlBuilder urlBuilder) |
FormDefinitionResponse |
RestResponseFactory.createFormDefintionResponse(FormDefinition formDefinition,
String processDefinitionId) |
| Modifier and Type | Method and Description |
|---|---|
List<FormDefinitionResponse> |
RestResponseFactory.createFormDefinitionResponseList(List<FormDefinition> formDefinitions,
String processDefinitionId) |
| Constructor and Description |
|---|
FormDefinitionResponse(FormDefinition formDefinition) |
Copyright © 2023 Flowable. All rights reserved.