Uses of Interface
org.flowable.engine.repository.ProcessDefinition
Packages that use 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 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.Classes related to the
FormService.Classes related to the
RepositoryService.-
Uses of ProcessDefinition in org.flowable.engine
Methods in org.flowable.engine that return ProcessDefinitionModifier and TypeMethodDescriptionRepositoryService.getProcessDefinition(String processDefinitionId) Returns theProcessDefinitionincluding all BPMN information like additional Properties (e.g. documentation). -
Uses of ProcessDefinition in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility that return ProcessDefinitionModifier and TypeMethodDescriptionFlowable5CompatibilityHandler.getProcessDefinition(String processDefinitionId) Flowable5CompatibilityHandler.getProcessDefinitionByKey(String processDefinitionKey) Methods in org.flowable.engine.compatibility with parameters of type ProcessDefinitionModifier and TypeMethodDescriptionorg.flowable.engine.impl.persistence.deploy.ProcessDefinitionCacheEntryFlowable5CompatibilityHandler.resolveProcessDefinition(ProcessDefinition processDefinition) -
Uses of ProcessDefinition in org.flowable.engine.form
Methods in org.flowable.engine.form that return ProcessDefinitionModifier and TypeMethodDescriptionStartFormData.getProcessDefinition()The process definition for which this form is starting a new process instance -
Uses of ProcessDefinition in org.flowable.engine.interceptor
Fields in org.flowable.engine.interceptor declared as ProcessDefinitionModifier and TypeFieldDescriptionprotected ProcessDefinitionAbstractStartProcessInstanceAfterContext.processDefinitionprotected ProcessDefinitionAbstractStartProcessInstanceBeforeContext.processDefinitionMethods in org.flowable.engine.interceptor that return ProcessDefinitionModifier and TypeMethodDescriptionAbstractStartProcessInstanceAfterContext.getProcessDefinition()AbstractStartProcessInstanceBeforeContext.getProcessDefinition()Methods in org.flowable.engine.interceptor with parameters of type ProcessDefinitionModifier and TypeMethodDescriptionvoidAbstractStartProcessInstanceAfterContext.setProcessDefinition(ProcessDefinition processDefinition) voidAbstractStartProcessInstanceBeforeContext.setProcessDefinition(ProcessDefinition processDefinition) Constructors in org.flowable.engine.interceptor with parameters of type ProcessDefinitionModifierConstructorDescriptionAbstractStartProcessInstanceAfterContext(org.flowable.engine.impl.persistence.entity.ExecutionEntity processInstance, org.flowable.engine.impl.persistence.entity.ExecutionEntity childExecution, Map<String, Object> variables, Map<String, Object> transientVariables, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) AbstractStartProcessInstanceBeforeContext(String businessKey, String businessStatus, String processInstanceName, Map<String, Object> variables, Map<String, Object> transientVariables, String initialActivityId, FlowElement initialFlowElement, 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, FlowElement initialFlowElement, 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, FlowElement initialFlowElement, 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<IOParameter> inParameters, FlowElement initialFlowElement, 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<IOParameter> inParameters, boolean inheritVariables, String initialActivityId, FlowElement initialFlowElement, Process process, ProcessDefinition processDefinition) -
Uses of ProcessDefinition in org.flowable.engine.migration
Methods in org.flowable.engine.migration with parameters of type ProcessDefinitionModifier and TypeMethodDescriptionvoidProcessInstanceMigrationCallback.processInstanceMigrated(ProcessInstance processInstance, ProcessDefinition procDefToMigrateTo, ProcessInstanceMigrationDocument document, org.flowable.common.engine.impl.interceptor.CommandContext commandContext) -
Uses of ProcessDefinition in org.flowable.engine.repository
Methods in org.flowable.engine.repository with parameters of type ProcessDefinitionModifier and TypeMethodDescriptionvoidInternalProcessDefinitionLocalizationManager.localize(ProcessDefinition processDefinition, String locale, boolean withLocalizationFallback)