Uses of Interface
org.flowable.engine.repository.ProcessDefinition
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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.Classes related to the
FormService
.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
RepositoryService
.-
Uses of ProcessDefinition in org.flowable.engine
Modifier and TypeMethodDescriptionRepositoryService.getProcessDefinition
(String processDefinitionId) Returns theProcessDefinition
including all BPMN information like additional Properties (e.g. documentation). -
Uses of ProcessDefinition in org.flowable.engine.compatibility
Modifier and TypeMethodDescriptionFlowable5CompatibilityHandler.getProcessDefinition
(String processDefinitionId) Flowable5CompatibilityHandler.getProcessDefinitionByKey
(String processDefinitionKey) Modifier and TypeMethodDescriptionorg.flowable.engine.impl.persistence.deploy.ProcessDefinitionCacheEntry
Flowable5CompatibilityHandler.resolveProcessDefinition
(ProcessDefinition processDefinition) -
Uses of ProcessDefinition in org.flowable.engine.form
Modifier and TypeMethodDescriptionStartFormData.getProcessDefinition()
The process definition for which this form is starting a new process instance -
Uses of ProcessDefinition in org.flowable.engine.impl
Modifier and TypeMethodDescriptionRepositoryServiceImpl.getDeployedProcessDefinition
(String processDefinitionId) RepositoryServiceImpl.getProcessDefinition
(String processDefinitionId) Modifier and TypeMethodDescriptionNativeProcessDefinitionQueryImpl.executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, Map<String, Object> parameterMap) ProcessDefinitionQueryImpl.executeList
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of ProcessDefinition in org.flowable.engine.interceptor
Modifier and TypeFieldDescriptionprotected ProcessDefinition
AbstractStartProcessInstanceAfterContext.processDefinition
protected ProcessDefinition
AbstractStartProcessInstanceBeforeContext.processDefinition
Modifier and TypeMethodDescriptionAbstractStartProcessInstanceAfterContext.getProcessDefinition()
AbstractStartProcessInstanceBeforeContext.getProcessDefinition()
Modifier and TypeMethodDescriptionvoid
AbstractStartProcessInstanceAfterContext.setProcessDefinition
(ProcessDefinition processDefinition) void
AbstractStartProcessInstanceBeforeContext.setProcessDefinition
(ProcessDefinition processDefinition) ModifierConstructorDescriptionAbstractStartProcessInstanceAfterContext
(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) AbstractStartProcessInstanceBeforeContext
(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, String initialActivityId, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) StartProcessInstanceAfterContext
(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) StartProcessInstanceBeforeContext
(String businessKey, String businessStatus, String processInstanceName, String callbackId, String callbackType, String referenceId, String referenceType, Map<String, Object> variables, Map<String, Object> transientVariables, String tenantId, String ownerId, String assigneeId, String initiatorVariableName, String initialActivityId, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition, String overrideDefinitionTenantId, String predefinedProcessInstanceId) StartSubProcessInstanceAfterContext
(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution, List<org.flowable.bpmn.model.IOParameter> inParameters, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) StartSubProcessInstanceBeforeContext
(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, org.flowable.engine.impl.persistence.entity.ExecutionEntity callActivityExecution, List<org.flowable.bpmn.model.IOParameter> inParameters, boolean inheritVariables, String initialActivityId, org.flowable.bpmn.model.FlowElement initialFlowElement, org.flowable.bpmn.model.Process process, ProcessDefinition processDefinition) -
Uses of ProcessDefinition in org.flowable.engine.migration
Modifier and TypeMethodDescriptionvoid
ProcessInstanceMigrationCallback.processInstanceMigrated
(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, ProcessInstanceMigrationDocument document, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of ProcessDefinition in org.flowable.engine.repository
Modifier and TypeMethodDescriptionvoid
InternalProcessDefinitionLocalizationManager.localize
(ProcessDefinition processDefinition, String locale, boolean withLocalizationFallback)