Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDebugInfo - Class in org.flowable.engine.test.impl.logger
- AbstractDebugInfo() - Constructor for class org.flowable.engine.test.impl.logger.AbstractDebugInfo
- AbstractFlowableEngineEventListener - Class in org.flowable.engine.delegate.event
- AbstractFlowableEngineEventListener() - Constructor for class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- AbstractFlowableEngineEventListener(Set<FlowableEngineEventType>) - Constructor for class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- AbstractFormType - Class in org.flowable.engine.form
-
Custom form types should extend this abstract class.
- AbstractFormType() - Constructor for class org.flowable.engine.form.AbstractFormType
- AbstractProcessEngineConfigurator - Class in org.flowable.engine.cfg
- AbstractProcessEngineConfigurator() - Constructor for class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
- AbstractStartProcessInstanceAfterContext - Class in org.flowable.engine.interceptor
- AbstractStartProcessInstanceAfterContext() - Constructor for class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- AbstractStartProcessInstanceAfterContext(ExecutionEntity, ExecutionEntity, Map<String, Object>, Map<String, Object>, FlowElement, Process, ProcessDefinition) - Constructor for class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- AbstractStartProcessInstanceBeforeContext - Class in org.flowable.engine.interceptor
- AbstractStartProcessInstanceBeforeContext() - Constructor for class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- AbstractStartProcessInstanceBeforeContext(String, String, String, Map<String, Object>, Map<String, Object>, String, FlowElement, Process, ProcessDefinition) - Constructor for class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- ACTION_ADD_ATTACHMENT - Static variable in interface org.flowable.engine.task.Event
-
An attachment was added with the attachment name as message.
- ACTION_ADD_COMMENT - Static variable in interface org.flowable.engine.task.Event
-
An user comment was added with the short version of the comment as message.
- ACTION_ADD_GROUP_LINK - Static variable in interface org.flowable.engine.task.Event
-
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
- ACTION_ADD_USER_LINK - Static variable in interface org.flowable.engine.task.Event
-
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
- ACTION_DELETE_ATTACHMENT - Static variable in interface org.flowable.engine.task.Event
-
An attachment was deleted with the attachment name as message.
- ACTION_DELETE_GROUP_LINK - Static variable in interface org.flowable.engine.task.Event
-
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
- ACTION_DELETE_USER_LINK - Static variable in interface org.flowable.engine.task.Event
-
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
- activateProcessDefinition(String, String, boolean, Date, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- activateProcessDefinitionById(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionById(String) - Method in interface org.flowable.engine.RepositoryService
-
Activates the process definition with the given id.
- activateProcessDefinitionById(String, boolean, Date) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionById(String, boolean, Date) - Method in interface org.flowable.engine.RepositoryService
-
Activates the process definition with the given id.
- activateProcessDefinitionByKey(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionByKey(String) - Method in interface org.flowable.engine.RepositoryService
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessDefinitionByKey(String, boolean, Date) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionByKey(String, boolean, Date) - Method in interface org.flowable.engine.RepositoryService
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessDefinitionByKey(String, boolean, Date, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.flowable.engine.RepositoryService
-
Similar to
RepositoryService.activateProcessDefinitionByKey(String, boolean, Date)
, but only applicable for the given tenant identifier. - activateProcessDefinitionByKey(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- activateProcessDefinitionByKey(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Similar to
RepositoryService.activateProcessDefinitionByKey(String)
, but only applicable for the given tenant identifier. - activateProcessDefinitionsOn(Date) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Sets the date on which the process definitions contained in this deployment will be activated.
- activateProcessInstance(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- activateProcessInstanceById(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- activateProcessInstanceById(String) - Method in interface org.flowable.engine.RuntimeService
-
Activates the process instance with the given id.
- activateTask(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- activateTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Activates the task.
- active() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- active() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- active() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which are active
- active() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.
- activeActivityId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- activeActivityId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- activeActivityId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- activeActivityId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select the historic process instances which have an active activity instance like the provided id.
- activeActivityId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- activeActivityId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- activeActivityId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which have an active activity instance like the provided id.
- activeActivityIds - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- activeActivityIds - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- activeActivityIds - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- activeActivityIds(Set<String>) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select the historic process instances which have an active activity instance like the provided ids.
- activeActivityIds(Set<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- activeActivityIds(Set<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- activeActivityIds(Set<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which have an active activity instance like the provided ids.
- ACTIVITY_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- ACTIVITY_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- ACTIVITY_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- ACTIVITY_INSTANCE_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- ACTIVITY_INSTANCES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- ACTIVITY_MAPPINGS_JSON_SECTION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- ACTIVITY_NAME - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- ACTIVITY_NAME - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- ACTIVITY_TYPE - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- ACTIVITY_TYPE - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- activityCancelled(FlowableActivityCancelledEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityCompensate(FlowableActivityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityCompleted(FlowableActivityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityErrorReceived(FlowableErrorEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityFontName - Variable in class org.flowable.engine.ProcessEngineConfiguration
- activityId - Variable in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- activityId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- activityId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityId - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- activityId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- activityId - Variable in class org.flowable.engine.migration.EnableActivityMapping.EnableMapping
- activityId - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- activityId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for the given activity (id from BPMN 2.0 XML)
- activityId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- activityId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityId(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- activityId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for the given activity (id from BPMN 2.0 XML)
- activityId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which contain an activity with the given id.
- ActivityInstance - Interface in org.flowable.engine.runtime
-
Represents one execution of an activity in the currently running process.
- activityInstanceId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityInstanceId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityInstanceId - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- activityInstanceId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with the given id (primary key within history tables).
- activityInstanceId(String) - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select historic variable updates associated to the given
activity instance
. - activityInstanceId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityInstanceId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityInstanceId(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- activityInstanceId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances with the given id (primary key within history tables).
- ActivityInstanceQuery - Interface in org.flowable.engine.runtime
-
Programmatic querying for
ActivityInstance
s. - ActivityInstanceQueryImpl - Class in org.flowable.engine.impl
- ActivityInstanceQueryImpl() - Constructor for class org.flowable.engine.impl.ActivityInstanceQueryImpl
- ActivityInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.ActivityInstanceQueryImpl
- ActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.ActivityInstanceQueryImpl
- ActivityInstanceQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties which can be used in a
ActivityInstanceQuery
. - ActivityInstanceQueryProperty(String) - Constructor for class org.flowable.engine.impl.ActivityInstanceQueryProperty
- activityMessageCancelled(FlowableMessageEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityMessageReceived(FlowableMessageEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityMessageWaiting(FlowableMessageEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- ActivityMigrationMapping - Class in org.flowable.engine.migration
- ActivityMigrationMapping() - Constructor for class org.flowable.engine.migration.ActivityMigrationMapping
- ActivityMigrationMapping.ManyToOneMapping - Class in org.flowable.engine.migration
- ActivityMigrationMapping.OneToManyMapping - Class in org.flowable.engine.migration
- ActivityMigrationMapping.OneToOneMapping - Class in org.flowable.engine.migration
- activityMigrationMappingConverters - Static variable in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- ActivityMigrationMappingOptions<T extends ActivityMigrationMapping> - Interface in org.flowable.engine.migration
- ActivityMigrationMappingOptions.MultipleToActivityOptions<T extends ActivityMigrationMapping> - Interface in org.flowable.engine.migration
- ActivityMigrationMappingOptions.SingleToActivityOptions<T extends ActivityMigrationMapping> - Interface in org.flowable.engine.migration
- activityName - Variable in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- activityName - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityName - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityName - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- activityName(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for activities with the given name
- activityName(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityName(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityName(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for activities with the given name
- activitySignaled(FlowableSignalEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activitySignalWaiting(FlowableSignalEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityStarted(FlowableActivityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- activityTenantId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that have the given tenant id.
- activityTenantId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityTenantId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityTenantId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances that have the given tenant id.
- activityTenantIdLike(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a tenant id like the given one.
- activityTenantIdLike(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityTenantIdLike(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityTenantIdLike(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances with a tenant id like the given one.
- activityType - Variable in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- activityType - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityType - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityType(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for activities with the given activity type
- activityType(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityType(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityType(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for activities with the given activity type
- activityTypes - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityTypes(Set<String>) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances whose activity type is in the given set of activity types.
- activityTypes(Set<String>) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityWithoutTenantId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that do not have a tenant id.
- activityWithoutTenantId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- activityWithoutTenantId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- activityWithoutTenantId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances that do not have a tenant id.
- addActivityMigrationMapping(ActivityMigrationMapping) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Adds an activity mapping to the process instance migration plan.
- addActivityMigrationMapping(ActivityMigrationMapping) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addActivityMigrationMappings(List<ActivityMigrationMapping>) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addAdditionalData(String, Object) - Method in exception org.flowable.engine.delegate.BpmnError
- addBpmnModel(String, BpmnModel) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- addBytes(String, byte[]) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- addCachedVariableForQueryById(CommandContext, List<HistoricProcessInstance>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- addCandidateGroup(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addCandidateGroup(String, String) - Method in interface org.flowable.engine.TaskService
-
Convenience shorthand for
TaskService.addGroupIdentityLink(String, String, String)
; with typeIdentityLinkType.CANDIDATE
- addCandidateStarter(String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- addCandidateStarterGroup(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- addCandidateStarterGroup(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Authorizes a candidate group for a process definition.
- addCandidateStarterUser(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- addCandidateStarterUser(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Authorizes a candidate user for a process definition.
- addCandidateUser(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addCandidateUser(String, String) - Method in interface org.flowable.engine.TaskService
-
Convenience shorthand for
TaskService.addUserIdentityLink(String, String, String)
; with typeIdentityLinkType.CANDIDATE
- addClassDelegateMock(String, Class<?>) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addClassDelegateMock(String, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addClassDelegateMockByTaskId(String, Class<?>) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addClassDelegateMockByTaskId(String, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addClasspathResource(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- addCommandExecution(String, CommandExecutionResult) - Method in class org.flowable.engine.test.profiler.ProfileSession
- addComment(String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addComment(String, String, String) - Method in interface org.flowable.engine.TaskService
-
Add a comment to a task and/or process instance.
- addComment(String, String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- addComment(String, String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addComment(String, String, String, String) - Method in interface org.flowable.engine.TaskService
-
Add a comment to a task and/or process instance with a custom type.
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Adds a specific correlation parameter value for the subscription, which means this value needs to exactly match the event payload in order to trigger the process start (along with all registered correlation parameter values of course).
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionDeletionBuilder
-
Adds a specific correlation parameter value for the subscription to be deleted.
- addCorrelationParameterValue(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Adds a specific correlation parameter value for the subscription to be modified.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Registers a list of correlation parameter values for the subscription.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionDeletionBuilder
-
Registers a list of correlation parameter values for the subscription(s) to be deleted.
- addCorrelationParameterValues(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Registers a list of correlation parameter values for the subscription(s) to be modified.
- addDatabaseTime(long) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- addDbDelete(String) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- addDbInsert(String) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- addDbSelect(String) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- addDbUpdate(String) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- addDebugInfo(AbstractDebugInfo) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- addDebugInfo(AbstractDebugInfo, boolean) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- addEnableActivityMapping(EnableActivityMapping) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addEnableActivityMappings(List<EnableActivityMapping>) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addEnableEventSubProcessStartEvent(EnableActivityMapping) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Adds an event sub process start event to enable for the migration.
- addEventListener(FlowableEventListener) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addEventListener(FlowableEventListener) - Method in interface org.flowable.engine.RuntimeService
-
Adds an event-listener which will be notified of ALL events by the dispatcher.
- addEventListener(FlowableEventListener, FlowableEngineEventType...) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addEventListener(FlowableEventListener, FlowableEngineEventType...) - Method in interface org.flowable.engine.RuntimeService
-
Adds an event-listener which will only be notified when an event occurs, which type is in the given types.
- addEventRegistryConsumer(EventRegistryEventConsumer) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addEventRegistryConsumer(EventRegistryEventConsumer) - Method in interface org.flowable.engine.RuntimeService
- addExecutionTree(DebugInfoExecutionTree) - Method in class org.flowable.engine.test.impl.logger.AbstractDebugInfo
- addGroupIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addGroupIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addGroupIdentityLink(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Involves a group with a process instance.
- addGroupIdentityLink(String, String, String) - Method in interface org.flowable.engine.TaskService
-
Involves a group with a task.
- addHistoricData(Collection<? extends HistoricData>) - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- addHistoricData(HistoricData) - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- addIdentityLink(String, String, int, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- addIdentityLinkForProcessInstance(String, String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- addInputStream(String, InputStream) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- addMigrationPart(ProcessInstanceBatchMigrationPartResult) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- addModelEditorSource(String, byte[]) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- addModelEditorSource(String, byte[]) - Method in interface org.flowable.engine.RepositoryService
-
Saves the model editor source for a model
- addModelEditorSourceExtra(String, byte[]) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- addModelEditorSourceExtra(String, byte[]) - Method in interface org.flowable.engine.RepositoryService
-
Saves the model editor source extra for a model
- addMultiInstanceExecution(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addMultiInstanceExecution(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Adds a new execution to a running multi-instance parent execution
- addNoOpServiceTaskByClassName(String) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- addNoOpServiceTaskByClassName(String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addNoOpServiceTaskById(String) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- addNoOpServiceTaskById(String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- addParticipantGroup(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addParticipantGroup(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Convenience shorthand for
RuntimeService.addGroupIdentityLink(String, String, String)
; with typeIdentityLinkType.PARTICIPANT
- addParticipantUser(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addParticipantUser(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Convenience shorthand for
RuntimeService.addUserIdentityLink(String, String, String)
; with typeIdentityLinkType.PARTICIPANT
- addProcessInstanceVariable(String, Object) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addProcessInstanceVariables(Map<String, Object>) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- addRuleIdExpression(Expression) - Method in interface org.flowable.engine.delegate.BusinessRuleTaskDelegate
- addRuleVariableInputIdExpression(Expression) - Method in interface org.flowable.engine.delegate.BusinessRuleTaskDelegate
- addString(String, String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- addToDbOperation(Map<String, Long>, Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandStats
- addUserIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- addUserIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- addUserIdentityLink(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Involves a user with a process instance.
- addUserIdentityLink(String, String, String) - Method in interface org.flowable.engine.TaskService
-
Involves a user with a task.
- addValidationMessage(String) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- addValidationResult(ProcessInstanceMigrationValidationResult) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- addZipInputStream(ZipInputStream) - Method in interface org.flowable.engine.repository.DeploymentBuilder
- afterCreateExternalWorkerJob(CreateExternalWorkerJobAfterContext) - Method in interface org.flowable.engine.interceptor.CreateExternalWorkerJobInterceptor
- afterCreateUserTask(CreateUserTaskAfterContext) - Method in interface org.flowable.engine.interceptor.CreateUserTaskInterceptor
- afterEach(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- afterExecute(CommandContext, Runnable) - Method in class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- afterExecuteException(CommandContext, Runnable, Throwable) - Method in class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- afterExecution(DelegateExecution, Map<String, Object>) - Method in interface org.flowable.engine.delegate.MapBasedFlowableFutureJavaDelegate
- afterExecution(DelegateExecution, Output) - Method in interface org.flowable.engine.delegate.FlowableFutureJavaDelegate
-
Method invoked with the result from
FlowableFutureJavaDelegate.execute(Object)
. - afterExecution(DelegateExecution, Output) - Method in interface org.flowable.engine.delegate.FutureJavaDelegate
-
Method invoked with the result from
FutureJavaDelegate.execute(DelegateExecution, AsyncTaskInvoker)
. - afterExecutionQueryExecute(ExecutionQuery, List<Execution>) - Method in interface org.flowable.engine.interceptor.ExecutionQueryInterceptor
- afterHistoricProcessInstanceQueryExecute(HistoricProcessInstanceQuery, List<HistoricProcessInstance>) - Method in interface org.flowable.engine.interceptor.HistoricProcessInstanceQueryInterceptor
- afterProcessInstanceQueryExecute(ProcessInstanceQuery, List<ProcessInstance>) - Method in interface org.flowable.engine.interceptor.ProcessInstanceQueryInterceptor
- afterStartProcessInstance(StartProcessInstanceAfterContext) - Method in interface org.flowable.engine.interceptor.StartProcessInstanceInterceptor
- afterStartSubProcessInstance(StartSubProcessInstanceAfterContext) - Method in interface org.flowable.engine.interceptor.StartProcessInstanceInterceptor
- aggregateMultiVariables(DelegateExecution, List<? extends VariableInstance>, VariableAggregatorContext) - Method in interface org.flowable.engine.delegate.variable.VariableAggregator
-
Aggregated the provided variable instances into one variable value.
- aggregateSingleVariable(DelegateExecution, VariableAggregatorContext) - Method in interface org.flowable.engine.delegate.variable.VariableAggregator
-
Create a single variable value based on the provided aggregation definition.
- allMigrationParts - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- allServiceTasksNoOp - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
- alwaysUseArraysForDmnMultiHitPolicies - Variable in class org.flowable.engine.ProcessEngineConfiguration
- annotationFontName - Variable in class org.flowable.engine.ProcessEngineConfiguration
- apply(Statement, Description) - Method in class org.flowable.engine.test.FlowableRule
-
Implementation based on
TestWatcher
. - AppModel - Class in org.flowable.engine.app
- AppModel() - Constructor for class org.flowable.engine.app.AppModel
- AppResourceConverter - Interface in org.flowable.engine.app
- AS_NEW - Enum constant in enum class org.flowable.engine.repository.MergeMode
- AS_OLD - Enum constant in enum class org.flowable.engine.repository.MergeMode
- asJsonString() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- assertProcessEnded(String) - Method in class org.flowable.engine.test.FlowableTestCase
- assignee - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- assignee - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- assignee - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- assignee - Variable in class org.flowable.engine.interceptor.MigrationContext
- assignee(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the assignee of the process instance to be created to the given user id.
- assigneeId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- asyncExecutor - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- asyncExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncExecutorActivate - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncFailedJobWaitTime - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
define the default wait time for a failed async job in seconds
- asyncHistoryExecutor - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- asyncHistoryExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncHistoryExecutorActivate - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncHistoryTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncTaskInvoker - Variable in class org.flowable.engine.ProcessEngineConfiguration
- asyncTaskInvokerTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- Attachment - Interface in org.flowable.engine.task
-
Any type of content that is be associated with a task or with a process instance.
- authorizationGroups - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- authorizationGroupsSet - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- authorizationUserId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
B
- BaseActivityMigrationMappingConverter() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- BaseEntityEventListener - Class in org.flowable.engine.delegate.event
-
Base event listener that can be used when implementing an
FlowableEventListener
to get notified when an entity is created, updated, deleted or if another entity-related event occurs. - BaseEntityEventListener() - Constructor for class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Create a new BaseEntityEventListener, notified when an event that targets any type of entity is received.
- BaseEntityEventListener(boolean) - Constructor for class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Create a new BaseEntityEventListener.
- BaseEntityEventListener(boolean, Class<?>) - Constructor for class org.flowable.engine.delegate.event.BaseEntityEventListener
- BaseExecutionListener - Interface in org.flowable.engine.delegate
-
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
- BasePropertiesParser - Class in org.flowable.engine.dynamic
-
Created by Pardo David on 5/12/2016.
- BasePropertiesParser() - Constructor for class org.flowable.engine.dynamic.BasePropertiesParser
- batchId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- batchId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- batchMigrateProcessInstances(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Starts the process instance migration for all process instances of a given process definition identified by the process definition id.
- batchMigrateProcessInstances(String, int, String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Asynchronously starts the process instance migration for each process instances of a given process definition identified by the process definition key and version (optional tenantId).
- batchMigrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- batchMigrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- batchMigrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- batchMigrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- batchMigrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- batchMigrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- beforeCreateExternalWorkerJob(CreateExternalWorkerJobBeforeContext) - Method in interface org.flowable.engine.interceptor.CreateExternalWorkerJobInterceptor
- beforeCreateUserTask(CreateUserTaskBeforeContext) - Method in interface org.flowable.engine.interceptor.CreateUserTaskInterceptor
- beforeEach(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- beforeExecute(CommandContext, Runnable) - Method in class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- beforeExecutionQueryExecute(ExecutionQuery) - Method in interface org.flowable.engine.interceptor.ExecutionQueryInterceptor
- beforeHistoricProcessInstanceQueryExecute(HistoricProcessInstanceQuery) - Method in interface org.flowable.engine.interceptor.HistoricProcessInstanceQueryInterceptor
- beforeInit(AbstractEngineConfiguration) - Method in class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
- beforeInit(AbstractEngineConfiguration) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- beforeInit(AbstractEngineConfiguration) - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- beforeProcessInstanceQueryExecute(ProcessInstanceQuery) - Method in interface org.flowable.engine.interceptor.ProcessInstanceQueryInterceptor
- beforeStartProcessInstance(StartProcessInstanceBeforeContext) - Method in interface org.flowable.engine.interceptor.StartProcessInstanceInterceptor
- beforeStartSubProcessInstance(StartSubProcessInstanceBeforeContext) - Method in interface org.flowable.engine.interceptor.StartProcessInstanceInterceptor
- behaviorClass - Variable in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- bfsIterator() - Method in class org.flowable.engine.debug.ExecutionTree
- BOUNDARY_EVENT_INTERRUPTING - Static variable in interface org.flowable.engine.history.DeleteReason
- BPMN_MODEL_VALUE - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
- BPMN_NODE - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- BpmnChangeTenantIdEntityTypes - Interface in org.flowable.engine
- bpmnError(String) - Method in interface org.flowable.engine.runtime.ExternalWorkerCompletionBuilder
- BpmnError - Exception in org.flowable.engine.delegate
-
Special exception that can be used to throw a BPMN Error from
JavaDelegate
s and expressions. - BpmnError(String) - Constructor for exception org.flowable.engine.delegate.BpmnError
- BpmnError(String, String) - Constructor for exception org.flowable.engine.delegate.BpmnError
- BpmnModelEventDispatchAction - Class in org.flowable.engine.delegate.event.impl
- BpmnModelEventDispatchAction() - Constructor for class org.flowable.engine.delegate.event.impl.BpmnModelEventDispatchAction
- BpmnParseHandler - Interface in org.flowable.engine.parse
-
Allows to hook into the parsing of one or more elements during the parsing of a BPMN 2.0 process.
- build() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- buildExecutionTree(Collection<ExecutionEntity>) - Static method in class org.flowable.engine.debug.ExecutionTreeUtil
- buildExecutionTree(DelegateExecution) - Static method in class org.flowable.engine.debug.ExecutionTreeUtil
- buildExecutionTreeForProcessInstance(Collection<ExecutionEntity>) - Static method in class org.flowable.engine.debug.ExecutionTreeUtil
- buildProcessEngine() - Method in class org.flowable.engine.ProcessEngineConfiguration
- bulkDeleteHistoricProcessInstances(Collection<String>) - Method in interface org.flowable.engine.HistoryService
-
Performs a bulk delete with the provided process instance ids.
- bulkDeleteHistoricProcessInstances(Collection<String>) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- bulkDeleteProcessInstances(Collection<String>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- bulkDeleteProcessInstances(Collection<String>, String) - Method in interface org.flowable.engine.RuntimeService
-
Delete a collection of existing runtime process instance.
- bulkMoveDeadLetterJobs(Collection<String>, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- bulkMoveDeadLetterJobs(Collection<String>, int) - Method in interface org.flowable.engine.ManagementService
-
Moves a job that is in the dead letter job table back to be a history job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table).
- bulkMoveDeadLetterJobsToHistoryJobs(Collection<String>, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- bulkMoveDeadLetterJobsToHistoryJobs(Collection<String>, int) - Method in interface org.flowable.engine.ManagementService
-
Moves a job that is in the dead letter job table back to be a history job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table).
- bulkSaveTasks(Collection<Task>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- bulkSaveTasks(Collection<Task>) - Method in interface org.flowable.engine.TaskService
-
Saves the given tasks to the persistent data store.
- BUSINESS_KEY - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- BUSINESS_KEY - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- businessKey - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- businessKey - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessKey - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- businessKey - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- businessKey(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the businessKey of process instance
- businessKeyLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- businessKeyLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessKeyLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- businessKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- businessKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- BusinessRuleTaskDelegate - Interface in org.flowable.engine.delegate
- businessStatus - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessStatus - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- businessStatus - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- businessStatus(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the businessStatus of process instance
- businessStatusLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessStatusLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- businessStatusLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- businessStatusLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- BY_DATE - Enum constant in enum class org.flowable.engine.repository.MergeMode
C
- calculateSummaryStatistics() - Method in class org.flowable.engine.test.profiler.ProfileSession
- CALL_ACTIVITY_CALLED_ELEMENT - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- CALL_ACTIVITY_PROCESS_DEFINITION_VERSION_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- callActivityExecution - Variable in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- callActivityExecution - Variable in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- callActivityProcessDefinitionVersion - Variable in class org.flowable.engine.migration.ActivityMigrationMapping
- callbackId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- callbackId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- callbackId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- callbackId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- callbackId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the callback identifier of the process instance.
- callbackType - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- callbackType - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- callbackType - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- callbackType - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- callbackType(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the callback type of the process instance.
- candidateGroups - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- CandidateManager - Interface in org.flowable.engine
- candidateUsers - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- category - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- category - Variable in class org.flowable.engine.impl.ModelQueryImpl
- category - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- category - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- category(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Gives the deployment the given category.
- categoryLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- categoryLike - Variable in class org.flowable.engine.impl.ModelQueryImpl
- categoryLike - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- categoryNotEquals - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- categoryNotEquals - Variable in class org.flowable.engine.impl.ModelQueryImpl
- categoryNotEquals - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- cause - Variable in class org.flowable.engine.delegate.event.impl.FlowableActivityCancelledEventImpl
- cause - Variable in class org.flowable.engine.delegate.event.impl.FlowableEntityExceptionEventImpl
- cause - Variable in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCancelledEventImpl
- cause - Variable in class org.flowable.engine.delegate.event.impl.FlowableProcessCancelledEventImpl
- cause - Variable in class org.flowable.engine.delegate.event.impl.FlowableProcessTerminatedEventImpl
- changeActivityState(ChangeActivityStateBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- ChangeActivityStateBuilder - Interface in org.flowable.engine.runtime
-
Helper for changing the state of a process instance.
- changeCallActivityCalledElement(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeCallActivityCalledElement(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeCallActivityCalledElement(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeCallActivityCalledElement(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeDeploymentParentDeploymentId(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- changeDeploymentParentDeploymentId(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Changes the parent deployment id of a deployment.
- changeDeploymentTenantId(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- changeDeploymentTenantId(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- changeDeploymentTenantId(String, String) - Method in interface org.flowable.engine.RepositoryService
-
EXPERIMENTAL FEATURE!
- changeDeploymentTenantId(String, String, DeploymentMergeStrategy) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- changeDeploymentTenantId(String, String, DeploymentMergeStrategy) - Method in interface org.flowable.engine.RepositoryService
-
EXPERIMENTAL FEATURE!
- changeDeploymentTenantId(String, String, MergeMode) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- changeDeploymentTenantId(String, String, MergeMode) - Method in interface org.flowable.engine.RepositoryService
-
EXPERIMENTAL FEATURE!
- changeDmnTaskDecisionTableKey(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeDmnTaskDecisionTableKey(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeDmnTaskDecisionTableKey(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeDmnTaskDecisionTableKey(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeLocalizationDescription(String, String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeLocalizationDescription(String, String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeLocalizationDescription(String, String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeLocalizationDescription(String, String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeLocalizationName(String, String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeLocalizationName(String, String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeLocalizationName(String, String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeLocalizationName(String, String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeMultiInstanceCompletionCondition(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeMultiInstanceCompletionCondition(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeMultiInstanceCompletionCondition(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeMultiInstanceCompletionCondition(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeScriptTaskScript(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeScriptTaskScript(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeScriptTaskScript(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeScriptTaskScript(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeSequenceFlowCondition(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeSequenceFlowCondition(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeSequenceFlowCondition(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeSequenceFlowCondition(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskClassName(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskClassName(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskClassName(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskClassName(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskDelegateExpression(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskDelegateExpression(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskDelegateExpression(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskDelegateExpression(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskExpression(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskExpression(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeServiceTaskExpression(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeServiceTaskExpression(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeSkipExpression(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeSkipExpression(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeSkipExpression(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeSkipExpression(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeState() - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Start the process instance
- changeUserTaskAssignee(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskAssignee(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskAssignee(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskAssignee(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateGroup(String, String, boolean) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCandidateGroup(String, String, boolean) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateGroup(String, String, boolean, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCandidateGroup(String, String, boolean, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateGroups(String, List<String>) - Method in interface org.flowable.engine.DynamicBpmnService
-
Creates a new processDefinitionInfo with
DynamicBpmnConstants.USER_TASK_CANDIDATE_USERS
for the given BPMN element. - changeUserTaskCandidateGroups(String, List<String>) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateGroups(String, List<String>, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
-
Updates a processDefinitionInfo's
DynamicBpmnConstants.USER_TASK_CANDIDATE_USERS
with the new list. - changeUserTaskCandidateGroups(String, List<String>, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateUser(String, String, boolean) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCandidateUser(String, String, boolean) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateUser(String, String, boolean, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCandidateUser(String, String, boolean, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateUsers(String, List<String>) - Method in interface org.flowable.engine.DynamicBpmnService
-
Creates a new processDefinitionInfo with
DynamicBpmnConstants.USER_TASK_CANDIDATE_USERS
for the given BPMN element. - changeUserTaskCandidateUsers(String, List<String>) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCandidateUsers(String, List<String>, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
-
Updates a processDefinitionInfo's
DynamicBpmnConstants.USER_TASK_CANDIDATE_USERS
with the new list. - changeUserTaskCandidateUsers(String, List<String>, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCategory(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCategory(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskCategory(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskCategory(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskDescription(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskDescription(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskDescription(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskDescription(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskDueDate(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskDueDate(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskDueDate(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskDueDate(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskFormKey(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskFormKey(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskFormKey(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskFormKey(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskName(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskName(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskName(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskName(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskOwner(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskOwner(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskOwner(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskOwner(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskPriority(String, String) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskPriority(String, String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- changeUserTaskPriority(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- changeUserTaskPriority(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- checkPassword(String, String) - Method in interface org.flowable.engine.IdentityService
-
Checks if the password is valid for the given user.
- checkPassword(String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- checkVersion(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- childExecution - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- childNodes - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- children - Variable in class org.flowable.engine.debug.ExecutionTreeNode
- claim(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- claim(String, String) - Method in interface org.flowable.engine.TaskService
-
Claim responsibility for a task: the given user is made assignee for the task.
- claimTask(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- classes() - Element in annotation interface org.flowable.engine.test.mock.NoOpServiceTasks
- classNames() - Element in annotation interface org.flowable.engine.test.mock.NoOpServiceTasks
- cleanInstancesBatchSize - Variable in class org.flowable.engine.ProcessEngineConfiguration
- cleanInstancesEndedAfter - Variable in class org.flowable.engine.ProcessEngineConfiguration
- clear() - Static method in class org.flowable.engine.logging.LogMDC
- clear() - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- clearCurrentCommandExecution() - Method in class org.flowable.engine.test.profiler.ProfileSession
- close() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- closeProcessEngines() - Static method in class org.flowable.engine.test.FlowableTestCase
- collectChildExecutions(ExecutionEntity, List<ExecutionEntity>) - Static method in class org.flowable.engine.debug.ExecutionTreeUtil
- commandExecutionResult - Variable in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- CommandExecutionResult - Class in org.flowable.engine.test.profiler
- CommandExecutionResult() - Constructor for class org.flowable.engine.test.profiler.CommandExecutionResult
- commandExecutionResults - Variable in class org.flowable.engine.test.profiler.ProfileSession
- commandExecutionTimings - Variable in class org.flowable.engine.test.profiler.CommandStats
- commandExecutor - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- commandExecutor - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- commandExecutor - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- commandFqn - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- CommandStats - Class in org.flowable.engine.test.profiler
- CommandStats(List<CommandExecutionResult>) - Constructor for class org.flowable.engine.test.profiler.CommandStats
- Comment - Interface in org.flowable.engine.task
-
User comments that form discussions around tasks.
- commit() - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- compatibilityHandlerClassName - Variable in class org.flowable.engine.compatibility.DefaultFlowable5CompatibilityHandlerFactory
- complete() - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- complete() - Method in interface org.flowable.engine.runtime.ExternalWorkerCompletionBuilder
- complete(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed.
- complete(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, String) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed.
- complete(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, String, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the required task parameters are given by the end-user.
- complete(String, String, Map<String, Object>, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, String, Map<String, Object>, boolean) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the required task parameters are given by the end-user.
- complete(String, String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Similar to
TaskService.complete(String, String, Map)
, but allows to set transient variables too. - complete(String, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the required task parameters are given by the end-user.
- complete(String, Map<String, Object>, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, Map<String, Object>, boolean) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the required task parameters are given by the end-user.
- complete(String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- complete(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Similar to
TaskService.complete(String, Map)
, but allows to set transient variables too. - COMPLETE - Static variable in interface org.flowable.engine.delegate.variable.VariableAggregatorContext
-
State when the execution is completed and the aggregation needs to be prepared.
- completeAdhocSubProcess(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- completeAdhocSubProcess(String) - Method in interface org.flowable.engine.RuntimeService
-
Completes the ad-hoc sub process
- completeTask() - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- completeTask(TaskEntity, Map<String, Object>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- completeTask(TaskEntity, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- completeTaskWithForm() - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- completeTaskWithForm(String, String, String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, String, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTaskWithForm(String, String, String, String, Map<String, Object>, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, String, Map<String, Object>, boolean) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTaskWithForm(String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTaskWithForm(String, String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTaskWithForm(String, String, String, Map<String, Object>, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, Map<String, Object>, boolean) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTaskWithForm(String, String, String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- completeTaskWithForm(String, String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Called when the task is successfully executed, and the task form has been submitted.
- completeTime - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- Condition - Interface in org.flowable.engine.impl
- conditionExpression - Variable in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- conditionLanguage - Variable in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- configurationResource - Variable in class org.flowable.engine.test.FlowableRule
- configurationResource - Variable in class org.flowable.engine.test.FlowableTestCase
- ConfigurationResource - Annotation Interface in org.flowable.engine.test
-
An annotation that can be used on test classes or as a meta annotation to use a custom configuration resource for the
FlowableExtension
. - configure(AbstractEngineConfiguration) - Method in class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
- configure(AbstractEngineConfiguration) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- configure(AbstractEngineConfiguration) - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- configureProcessEngine() - Method in class org.flowable.engine.test.FlowableRule
- ConsoleLogger - Class in org.flowable.engine.test.profiler
- ConsoleLogger(FlowableProfiler) - Constructor for class org.flowable.engine.test.profiler.ConsoleLogger
- convertAdditionalMappingInfoFromJson(M, JsonNode) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertAdditionalMappingInfoToJson(T, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertAppResourceToModel(byte[]) - Method in interface org.flowable.engine.app.AppResourceConverter
- convertFormValueToModelValue(String) - Method in class org.flowable.engine.form.AbstractFormType
- convertFromJson(JsonNode, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertFromJson(JsonNode, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter
- convertFromJson(JsonNode, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter
- convertFromJson(JsonNode, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter
- convertFromJson(String) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertFromJsonNodeToObject(JsonNode, ObjectMapper) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertLocalVariablesToJson(ActivityMigrationMapping.ManyToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter
- convertLocalVariablesToJson(ActivityMigrationMapping.OneToManyMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter
- convertLocalVariablesToJson(ActivityMigrationMapping.OneToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter
- convertLocalVariablesToJson(T, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertMappingInfoToJson(ActivityMigrationMapping.ManyToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter
- convertMappingInfoToJson(ActivityMigrationMapping.OneToManyMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter
- convertMappingInfoToJson(ActivityMigrationMapping.OneToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter
- convertMappingInfoToJson(T, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertModelValueToFormValue(Object) - Method in class org.flowable.engine.form.AbstractFormType
- convertNewAssigneeToJson(ActivityMigrationMapping.ManyToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter
- convertNewAssigneeToJson(ActivityMigrationMapping.OneToManyMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter
- convertNewAssigneeToJson(ActivityMigrationMapping.OneToOneMapping, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter
- convertNewAssigneeToJson(T, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertToJson(ProcessInstanceMigrationDocument) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertToJson(T, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- convertToJsonActivityMigrationMappings(List<? extends ActivityMigrationMapping>) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertToJsonEnableActivityMappings(List<? extends EnableActivityMapping>) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertToJsonProcessInstanceVariables(ProcessInstanceMigrationDocument, ObjectMapper) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertToJsonString(ProcessInstanceMigrationDocument) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- convertToJsonUpgradeScript(Script, ObjectMapper) - Static method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- create() - Method in class org.flowable.engine.impl.TaskBuilderImpl
- createActivityCancelledEvent(String, String, String, String, String, String, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createActivityEvent(FlowableEngineEventType, String, String, String, String, String, FlowElement) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createActivityInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createActivityInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new
ActivityInstanceQuery
instance, that can be used to query activities in the currently running process instances. - createAdhocSubprocessActivityBehavior(SubProcess) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createAgenda(CommandContext) - Method in interface org.flowable.engine.FlowableEngineAgendaFactory
- createAttachment(String, String, String, String, String, InputStream) - Method in class org.flowable.engine.impl.TaskServiceImpl
- createAttachment(String, String, String, String, String, InputStream) - Method in interface org.flowable.engine.TaskService
-
Add a new attachment to a task and/or a process instance and use an input stream to provide the content
- createAttachment(String, String, String, String, String, InputStream, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- createAttachment(String, String, String, String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- createAttachment(String, String, String, String, String, String) - Method in interface org.flowable.engine.TaskService
-
Add a new attachment to a task and/or a process instance and use an url as the content
- createBatchBuilder() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createBatchBuilder() - Method in interface org.flowable.engine.ManagementService
- createBatchCleaningQuery() - Method in class org.flowable.engine.DefaultHistoryCleaningManager
- createBatchCleaningQuery() - Method in interface org.flowable.engine.HistoryCleaningManager
- createBatchPartBuilder(Batch) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createBatchPartBuilder(Batch) - Method in interface org.flowable.engine.ManagementService
- createBatchPartQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createBatchPartQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new BatchPartQuery implementation, that can be used to dynamically query the batch parts.
- createBatchQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createBatchQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new BatchQuery implementation, that can be used to dynamically query the batches.
- createBoundaryCancelEventActivityBehavior(CancelEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryCompensateEventActivityBehavior(BoundaryEvent, CompensateEventDefinition, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryConditionalEventActivityBehavior(BoundaryEvent, ConditionalEventDefinition, String, String, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryEscalationEventActivityBehavior(BoundaryEvent, EscalationEventDefinition, Escalation, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryEventActivityBehavior(BoundaryEvent, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryEventRegistryEventActivityBehavior(BoundaryEvent, String, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryMessageEventActivityBehavior(BoundaryEvent, MessageEventDefinition, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundarySignalEventActivityBehavior(BoundaryEvent, SignalEventDefinition, Signal, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryTimerEventActivityBehavior(BoundaryEvent, TimerEventDefinition, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBoundaryVariableListenerEventActivityBehavior(BoundaryEvent, VariableListenerEventDefinition, boolean) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createBusinessRuleTaskActivityBehavior(BusinessRuleTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createCallActivityBehavior(CallActivity) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createCamelActivityBehavior(SendTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createCamelActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createCancelEndEventActivityBehavior(EndEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createCancelledEvent(String, String, String, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createCaseTaskBehavior(CaseServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createChangeActivityStateBuilder() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createChangeActivityStateBuilder() - Method in interface org.flowable.engine.RuntimeService
-
Create a
ChangeActivityStateBuilder
, that allows to set various options for changing the state of a process instance. - createChangeTenantIdBuilder(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createChangeTenantIdBuilder(String, String) - Method in interface org.flowable.engine.ManagementService
-
Create a
ChangeTenantIdBuilder
that can be used to change the tenant id of the process instances and all the related instances. - createClassDelegateServiceTask(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createConditionalEvent(FlowableEngineEventType, String, String, String, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createDeadLetterJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createDeadLetterJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new DeadLetterJobQuery implementation, that can be used to dynamically query the dead letter jobs.
- createDeployment() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createDeployment() - Method in interface org.flowable.engine.RepositoryService
-
Starts creating a new deployment
- createDeploymentQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createDeploymentQuery() - Method in interface org.flowable.engine.RepositoryService
-
Query deployment.
- createdExecutions - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- createDmnActivityBehavior(SendTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createDmnActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEntityEvent(FlowableEngineEventType, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEntityEvent(FlowableEngineEventType, Object, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEntityExceptionEvent(FlowableEngineEventType, Object, Throwable) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEntityExceptionEvent(FlowableEngineEventType, Object, Throwable, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEntityWithVariablesEvent(FlowableEngineEventType, Object, Map, boolean) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createErrorEndEventActivityBehavior(EndEvent, ErrorEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createErrorEvent(FlowableEngineEventType, String, String, String, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEscalationEndEventActivityBehavior(EndEvent, EscalationEventDefinition, Escalation) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEscalationEvent(FlowableEngineEventType, String, String, String, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEvent(FlowableEngineEventType, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createEventBasedGatewayActivityBehavior(EventGateway) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubprocessActivityBehavior(EventSubProcess) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessConditionalStartEventActivityBehavior(StartEvent, ConditionalEventDefinition, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessErrorStartEventActivityBehavior(StartEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessEscalationStartEventActivityBehavior(StartEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessEventRegistryStartEventActivityBehavior(StartEvent, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessMessageStartEventActivityBehavior(StartEvent, MessageEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessSignalStartEventActivityBehavior(StartEvent, SignalEventDefinition, Signal) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessTimerStartEventActivityBehavior(StartEvent, TimerEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubProcessVariableListenerlStartEventActivityBehavior(StartEvent, VariableListenerEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createEventSubscriptionQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createEventSubscriptionQuery() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new
EventSubscriptionQuery
instance, that can be used to query the event subscriptions. - createExclusiveGatewayActivityBehavior(ExclusiveGateway) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createExecutionQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createExecutionQuery() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new
ExecutionQuery
instance, that can be used to query the executions and process instances. - createExpressionForField(FieldExtension) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Creates an
Expression
for theFieldExtension
. - createExternalWorkerCompletionBuilder(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createExternalWorkerCompletionBuilder(String, String) - Method in interface org.flowable.engine.ManagementService
-
Create an
ExternalWorkerCompletionBuilder
that can be used to transition the status of the external worker job. - createExternalWorkerJobAcquireBuilder() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createExternalWorkerJobAcquireBuilder() - Method in interface org.flowable.engine.ManagementService
-
Create an
ExternalWorkerJobAcquireBuilder
that can be used to acquire jobs for an external worker. - CreateExternalWorkerJobAfterContext - Class in org.flowable.engine.interceptor
- CreateExternalWorkerJobAfterContext(ExternalWorkerServiceTask, ExternalWorkerJobEntity, DelegateExecution) - Constructor for class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- CreateExternalWorkerJobBeforeContext - Class in org.flowable.engine.interceptor
- CreateExternalWorkerJobBeforeContext(ExternalWorkerServiceTask, DelegateExecution, String) - Constructor for class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- createExternalWorkerJobFailureBuilder(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createExternalWorkerJobFailureBuilder(String, String) - Method in interface org.flowable.engine.ManagementService
-
Create an
ExternalWorkerJobFailureBuilder
that can be used to fail an external worker job. - CreateExternalWorkerJobInterceptor - Interface in org.flowable.engine.interceptor
- createExternalWorkerJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createExternalWorkerJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new ExternalWorkerJobQuery implementation, that can be used to dynamically query the external worker jobs.
- createExternalWorkerTaskBehavior(ExternalWorkerServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createFlowable5CompatibilityHandler() - Method in class org.flowable.engine.compatibility.DefaultFlowable5CompatibilityHandlerFactory
- createFlowable5CompatibilityHandler() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandlerFactory
- createGlobalEvent(FlowableEngineEventType) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createGroupQuery() - Method in interface org.flowable.engine.IdentityService
-
Creates a
GroupQuery
that allows to programmatically query the groups. - createGroupQuery() - Method in class org.flowable.engine.impl.IdentityServiceImpl
- createHistoricActivityInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
Creates a new programmatic query to search for
HistoricActivityInstance
s. - createHistoricActivityInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricDetailQuery() - Method in interface org.flowable.engine.HistoryService
-
Creates a new programmatic query to search for
HistoricDetail
s. - createHistoricDetailQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricProcessInstanceCleaningQuery() - Method in class org.flowable.engine.DefaultHistoryCleaningManager
- createHistoricProcessInstanceCleaningQuery() - Method in interface org.flowable.engine.HistoryCleaningManager
- createHistoricProcessInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
Creates a new programmatic query to search for
HistoricProcessInstance
s. - createHistoricProcessInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricTaskInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
Creates a new programmatic query to search for
HistoricTaskInstance
s. - createHistoricTaskInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricTaskLogEntryBuilder() - Method in interface org.flowable.engine.HistoryService
-
Create new task log entry builder to the log task event without predefined values from the task
- createHistoricTaskLogEntryBuilder() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricTaskLogEntryBuilder(TaskInfo) - Method in interface org.flowable.engine.HistoryService
-
Create new task log entry builder to the log task event
- createHistoricTaskLogEntryBuilder(TaskInfo) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricTaskLogEntryQuery() - Method in interface org.flowable.engine.HistoryService
-
Returns a new
HistoricTaskLogEntryQuery
that can be used to dynamically query task log entries. - createHistoricTaskLogEntryQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoricVariableInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
Creates a new programmatic query to search for
HistoricVariableInstance
s. - createHistoricVariableInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createHistoryJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createHistoryJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new HistoryJobQuery implementation, that can be used to dynamically query the history jobs.
- createHttpActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createInclusiveGatewayActivityBehavior(InclusiveGateway) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchConditionalEventActivityBehavior(IntermediateCatchEvent, ConditionalEventDefinition, String, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchEventActivityBehavior(IntermediateCatchEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchEventRegistryEventActivityBehavior(IntermediateCatchEvent, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent, MessageEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchSignalEventActivityBehavior(IntermediateCatchEvent, SignalEventDefinition, Signal) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent, TimerEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateCatchVariableListenerEventActivityBehavior(IntermediateCatchEvent, VariableListenerEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateThrowCompensationEventActivityBehavior(ThrowEvent, CompensateEventDefinition) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateThrowEscalationEventActivityBehavior(ThrowEvent, EscalationEventDefinition, Escalation) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateThrowNoneEventActivityBehavior(ThrowEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createIntermediateThrowSignalEventActivityBehavior(ThrowEvent, SignalEventDefinition, Signal) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new JobQuery implementation, that can be used to dynamically query the jobs.
- createJobRescheduledEvent(FlowableEngineEventType, Job, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createMailActivityBehavior(SendTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createMailActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createManualTaskActivityBehavior(ManualTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createMappingFor(String, String) - Static method in class org.flowable.engine.migration.ActivityMigrationMapping
- createMappingFor(String, List<String>) - Static method in class org.flowable.engine.migration.ActivityMigrationMapping
- createMappingFor(List<String>, String) - Static method in class org.flowable.engine.migration.ActivityMigrationMapping
- createMembership(String, String) - Method in interface org.flowable.engine.IdentityService
- createMembership(String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- createMessageEvent(FlowableEngineEventType, String, String, Object, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createModelQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createModelQuery() - Method in interface org.flowable.engine.RepositoryService
-
Query models.
- createMultiInstanceActivityCancelledEvent(String, String, String, String, String, String, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createMultiInstanceActivityCompletedEvent(FlowableEngineEventType, int, int, int, String, String, String, String, String, FlowElement) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createMultiInstanceActivityEvent(FlowableEngineEventType, String, String, String, String, String, FlowElement) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createNativeActivityInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createNativeActivityInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
creates a new
NativeActivityInstanceQuery
to queryActivityInstance
s which are included in the cuby SQL directly. - createNativeDeploymentQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createNativeDeploymentQuery() - Method in interface org.flowable.engine.RepositoryService
-
Returns a new
NativeQuery
for deployment. - createNativeExecutionQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createNativeExecutionQuery() - Method in interface org.flowable.engine.RuntimeService
-
creates a new
NativeExecutionQuery
to queryExecution
s by SQL directly - createNativeGroupQuery() - Method in interface org.flowable.engine.IdentityService
-
Returns a new
NativeQuery
for tasks. - createNativeGroupQuery() - Method in class org.flowable.engine.impl.IdentityServiceImpl
- createNativeHistoricActivityInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
creates a native query to search for
HistoricActivityInstance
s via SQL - createNativeHistoricActivityInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeHistoricDetailQuery() - Method in interface org.flowable.engine.HistoryService
-
Returns a new
NativeQuery
for process definitions. - createNativeHistoricDetailQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeHistoricProcessInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
creates a native query to search for
HistoricProcessInstance
s via SQL - createNativeHistoricProcessInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeHistoricTaskInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
creates a native query to search for
HistoricTaskInstance
s via SQL - createNativeHistoricTaskInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeHistoricTaskLogEntryQuery() - Method in interface org.flowable.engine.HistoryService
-
Returns a new
NativeHistoricTaskLogEntryQuery
forHistoricTaskLogEntry
s. - createNativeHistoricTaskLogEntryQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeHistoricVariableInstanceQuery() - Method in interface org.flowable.engine.HistoryService
-
Returns a new
NativeQuery
for process definitions. - createNativeHistoricVariableInstanceQuery() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createNativeModelQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createNativeModelQuery() - Method in interface org.flowable.engine.RepositoryService
-
Returns a new
NativeQuery
for process definitions. - createNativeProcessDefinitionQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createNativeProcessDefinitionQuery() - Method in interface org.flowable.engine.RepositoryService
-
Returns a new
NativeQuery
for process definitions. - createNativeProcessInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createNativeProcessInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
creates a new
NativeProcessInstanceQuery
to queryProcessInstance
s by SQL directly - createNativeTaskQuery() - Method in class org.flowable.engine.impl.TaskServiceImpl
- createNativeTaskQuery() - Method in interface org.flowable.engine.TaskService
-
Returns a new
NativeQuery
for tasks. - createNativeUserQuery() - Method in interface org.flowable.engine.IdentityService
-
Returns a new
NativeQuery
for tasks. - createNativeUserQuery() - Method in class org.flowable.engine.impl.IdentityServiceImpl
- createNativeVariableInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createNativeVariableInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
Returns a new
NativeQuery
for variable instances. - createNoneEndEventActivityBehavior(EndEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createNoneStartEventActivityBehavior(StartEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createOrGetBpmnNode(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- createOrGetLocalizationNode(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- createParallelGatewayActivityBehavior(ParallelGateway) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createParallelMultiInstanceBehavior(Activity, AbstractBpmnActivityBehavior) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createProcessDefinitionQuery() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- createProcessDefinitionQuery() - Method in interface org.flowable.engine.RepositoryService
-
Query process definitions.
- createProcessEngine(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- createProcessEngineConfigurationFromInputStream(InputStream) - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createProcessEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createProcessEngineConfigurationFromResource(String) - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createProcessEngineConfigurationFromResource(String, String) - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createProcessEngineConfigurationFromResourceDefault() - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createProcessInstanceBuilder() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createProcessInstanceBuilder() - Method in interface org.flowable.engine.RuntimeService
-
Create a
ProcessInstanceBuilder
, that allows to set various options for starting a process instance, as an alternative to the various startProcessInstanceByXX methods. - createProcessInstanceHistoryLogQuery(String) - Method in interface org.flowable.engine.HistoryService
-
Allows to retrieve the
ProcessInstanceHistoryLog
for one process instance. - createProcessInstanceHistoryLogQuery(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- createProcessInstanceMigrationBuilder() - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- createProcessInstanceMigrationBuilder() - Method in interface org.flowable.engine.ProcessMigrationService
- createProcessInstanceMigrationBuilderFromProcessInstanceMigrationDocument(ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- createProcessInstanceMigrationBuilderFromProcessInstanceMigrationDocument(ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- createProcessInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createProcessInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new
ProcessInstanceQuery
instance, that can be used to query process instances. - createProcessInstanceStartEventSubscriptionBuilder() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createProcessInstanceStartEventSubscriptionBuilder() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new event subscription builder to register a subscription to start a new process instance based on an event with a particular set of correlation parameter values.
- createProcessInstanceStartEventSubscriptionDeletionBuilder() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createProcessInstanceStartEventSubscriptionDeletionBuilder() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new event subscription deletion builder delete one or more previously registered process start event subscriptions based on a particular process definition and with an optional combination of correlation parameter values.
- createProcessInstanceStartEventSubscriptionModificationBuilder() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createProcessInstanceStartEventSubscriptionModificationBuilder() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new event subscription modification builder to modify one or more previously registered process start event subscriptions based on a particular process definition and with an optional combination of correlation parameter values.
- createProcessStartedEvent(Object, Map, boolean) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createPropertiesNode(FlowElement, ObjectNode, ObjectMapper) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
- createPropertiesNode(FlowElement, ObjectNode, ObjectMapper) - Method in class org.flowable.engine.dynamic.DefaultPropertiesParser
- createPropertiesNode(FlowElement, ObjectNode, ObjectMapper) - Method in class org.flowable.engine.dynamic.ScriptTaskPropertiesParser
- createPropertiesNode(FlowElement, ObjectNode, ObjectMapper) - Method in class org.flowable.engine.dynamic.UserTaskPropertiesParser
- createReceiveEventTaskActivityBehavior(ReceiveTask, String) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createReceiveTaskActivityBehavior(ReceiveTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createResolver(AbstractEngineConfiguration, VariableContainer) - Method in class org.flowable.engine.test.mock.MockResolverFactory
- createScriptTaskActivityBehavior(ScriptTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createSendEventTaskBehavior(SendEventServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createSequenceFlowTakenEvent(ExecutionEntity, FlowableEngineEventType, String, String, String, String, Object, String, String, String, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createSequentialMultiInstanceBehavior(Activity, AbstractBpmnActivityBehavior) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createServiceTaskDelegateExpressionActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createServiceTaskExpressionActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createShellActivityBehavior(ServiceTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createSignalEvent(FlowableEngineEventType, String, String, Object, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createStandaloneInMemProcessEngineConfiguration() - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createStandaloneProcessEngineConfiguration() - Static method in class org.flowable.engine.ProcessEngineConfiguration
- createSubprocessActivityBehavior(SubProcess) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createSuspendedJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createSuspendedJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new SuspendedJobQuery implementation, that can be used to dynamically query the suspended jobs.
- createTablePageQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createTablePageQuery() - Method in interface org.flowable.engine.ManagementService
-
Creates a
TablePageQuery
that can be used to fetchTablePage
containing specific sections of table row data. - createTaskActivityBehavior(Task) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createTaskBuilder() - Method in class org.flowable.engine.impl.TaskServiceImpl
- createTaskBuilder() - Method in interface org.flowable.engine.TaskService
-
Create a builder for the task
- createTaskCompletionBuilder() - Method in class org.flowable.engine.impl.TaskServiceImpl
- createTaskCompletionBuilder() - Method in interface org.flowable.engine.TaskService
-
Create a completion builder for the task
- createTaskQuery() - Method in class org.flowable.engine.impl.TaskServiceImpl
- createTaskQuery() - Method in interface org.flowable.engine.TaskService
-
Returns a new
TaskQuery
that can be used to dynamically query tasks. - createTerminateEndEventActivityBehavior(EndEvent) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createTerminateEvent(ExecutionEntity, Object) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createTimerJobQuery() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- createTimerJobQuery() - Method in interface org.flowable.engine.ManagementService
-
Returns a new TimerJobQuery implementation, that can be used to dynamically query the timer jobs.
- createTransactionActivityBehavior(Transaction) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createUserQuery() - Method in interface org.flowable.engine.IdentityService
-
Creates a
UserQuery
that allows to programmatically query the users. - createUserQuery() - Method in class org.flowable.engine.impl.IdentityServiceImpl
- createUserTaskActivityBehavior(UserTask) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- CreateUserTaskAfterContext - Class in org.flowable.engine.interceptor
- CreateUserTaskAfterContext() - Constructor for class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- CreateUserTaskAfterContext(UserTask, TaskEntity, DelegateExecution) - Constructor for class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- CreateUserTaskBeforeContext - Class in org.flowable.engine.interceptor
- CreateUserTaskBeforeContext() - Constructor for class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- CreateUserTaskBeforeContext(UserTask, DelegateExecution, String, String, String, String, String, String, String, String, String, List<String>, List<String>) - Constructor for class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- CreateUserTaskInterceptor - Interface in org.flowable.engine.interceptor
- createVariableEvent(FlowableEngineEventType, String, Object, VariableType, String, String, String, String, String) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- createVariableInstanceQuery() - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- createVariableInstanceQuery() - Method in interface org.flowable.engine.RuntimeService
-
Creates a new programmatic query to search for
VariableInstance
s. - createWebServiceActivityBehavior(SendTask, BpmnModel) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- createWebServiceActivityBehavior(ServiceTask, BpmnModel) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- currentCommandExecution - Variable in class org.flowable.engine.test.profiler.ProfileSession
- currentOrQueryObject - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- currentOrQueryObject - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- currentOrQueryObject - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- currentProfileSession - Variable in class org.flowable.engine.test.profiler.FlowableProfiler
- custom(FlowableEngineEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- CustomPropertiesResolver - Interface in org.flowable.engine.delegate
-
Can be used to pass a custom properties
HashMap
to aTransactionDependentExecutionListener
or to aTransactionDependentTaskListener
D
- databaseSchemaUpgrade(Connection, String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- databaseSchemaUpgrade(Connection, String, String) - Method in interface org.flowable.engine.ManagementService
-
programmatic schema update on a given connection returning feedback about what happened
- databaseTimeInMs - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- databaseTimings - Variable in class org.flowable.engine.test.profiler.CommandStats
- DataObject - Interface in org.flowable.engine.runtime
- dataObjectDefinitionKey - Variable in class org.flowable.engine.impl.DataObjectImpl
- DataObjectImpl - Class in org.flowable.engine.impl
- DataObjectImpl(String, String, String, String, Object, String, String, String, String, String) - Constructor for class org.flowable.engine.impl.DataObjectImpl
- dateFormat - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- dbDeletes - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- dbDeletes - Variable in class org.flowable.engine.test.profiler.CommandStats
- dbInserts - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- dbInserts - Variable in class org.flowable.engine.test.profiler.CommandStats
- dbSelects - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- dbSelects - Variable in class org.flowable.engine.test.profiler.CommandStats
- dbUpdates - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- dbUpdates - Variable in class org.flowable.engine.test.profiler.CommandStats
- DEADLETTER_JOBS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- DebugInfo - Interface in org.flowable.engine.test.impl.logger
- DebugInfoEntityEventListener - Class in org.flowable.engine.test.impl.logger
- DebugInfoEntityEventListener(ProcessExecutionLogger) - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
- DebugInfoExecutionCreated - Class in org.flowable.engine.test.impl.logger
- DebugInfoExecutionCreated(ExecutionEntity) - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoExecutionCreated
- DebugInfoExecutionDeleted - Class in org.flowable.engine.test.impl.logger
- DebugInfoExecutionDeleted(ExecutionEntity) - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoExecutionDeleted
- DebugInfoExecutionTree - Class in org.flowable.engine.test.impl.logger
- DebugInfoExecutionTree() - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
- DebugInfoExecutionTree.DebugInfoExecutionTreeNode - Class in org.flowable.engine.test.impl.logger
- DebugInfoExecutionTreeNode() - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- debugInfoMap - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- DebugInfoOperationExecuted - Class in org.flowable.engine.test.impl.logger
- DebugInfoOperationExecuted(AbstractOperation) - Constructor for class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- DecisionTableVariableManager - Interface in org.flowable.engine
- DEFAULT_CONFIGURATION_RESOURCE - Static variable in class org.flowable.engine.test.FlowableExtension
- DEFAULT_CONFIGURATOR_PRIORITY - Static variable in class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
- defaultCamelContext - Variable in class org.flowable.engine.ProcessEngineConfiguration
- DefaultCandidateManager - Class in org.flowable.engine
- DefaultCandidateManager(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.DefaultCandidateManager
- defaultFailedJobWaitTime - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
define the default wait time for a failed job in seconds
- DefaultFlowable5CompatibilityHandlerFactory - Class in org.flowable.engine.compatibility
- DefaultFlowable5CompatibilityHandlerFactory() - Constructor for class org.flowable.engine.compatibility.DefaultFlowable5CompatibilityHandlerFactory
- DefaultHistoryCleaningManager - Class in org.flowable.engine
- DefaultHistoryCleaningManager(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.DefaultHistoryCleaningManager
- defaultMailClient - Variable in class org.flowable.engine.ProcessEngineConfiguration
- defaultMailServer - Variable in class org.flowable.engine.ProcessEngineConfiguration
- DefaultProcessJobParentStateResolver - Class in org.flowable.engine.impl
- DefaultProcessJobParentStateResolver(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.DefaultProcessJobParentStateResolver
- DefaultProcessLocalizationManager - Class in org.flowable.engine.impl
- DefaultProcessLocalizationManager(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.DefaultProcessLocalizationManager
- DefaultPropertiesParser - Class in org.flowable.engine.dynamic
-
Used for
FlowElement
currently not supported by theDynamicBpmnService
and elements who are not parsed. - DefaultPropertiesParser() - Constructor for class org.flowable.engine.dynamic.DefaultPropertiesParser
- DelegateExecution - Interface in org.flowable.engine.delegate
-
Execution used in
JavaDelegate
s andExecutionListener
s. - DelegateHelper - Class in org.flowable.engine.delegate
-
Class that provides helper operations for use in the
JavaDelegate
,ActivityBehavior
,ExecutionListener
andTaskListener
interfaces. - DelegateHelper() - Constructor for class org.flowable.engine.delegate.DelegateHelper
- delegateTask(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- delegateTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Delegates the task to another user.
- delete() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- delete() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deleteAttachment(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteAttachment(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteAttachment(String) - Method in interface org.flowable.engine.TaskService
-
Delete an attachment
- deleteBatch(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteBatch(String) - Method in interface org.flowable.engine.ManagementService
- deleteCandidateGroup(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteCandidateGroup(String, String) - Method in interface org.flowable.engine.TaskService
-
Convenience shorthand for
TaskService.deleteGroupIdentityLink(String, String, String)
; with typeIdentityLinkType.CANDIDATE
- deleteCandidateStarter(String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteCandidateStarterGroup(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deleteCandidateStarterGroup(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Removes the authorization of a candidate group for a process definition.
- deleteCandidateStarterUser(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deleteCandidateStarterUser(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Removes the authorization of a candidate user for a process definition.
- deleteCandidateUser(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteCandidateUser(String, String) - Method in interface org.flowable.engine.TaskService
-
Convenience shorthand for
TaskService.deleteUserIdentityLink(String, String, String)
; with typeIdentityLinkType.CANDIDATE
- deleteComment(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteComment(String) - Method in interface org.flowable.engine.TaskService
-
Removes an individual comment with the given id.
- deleteComment(String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteComments(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteComments(String, String) - Method in interface org.flowable.engine.TaskService
-
Removes all comments from the provided task and/or process instance
- deleted - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deleted() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are deleted.
- deleted() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deleteDeadLetterJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteDeadLetterJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the dead letter job with the provided id.
- deleteDeployment(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deleteDeployment(String) - Method in interface org.flowable.engine.RepositoryService
-
Deletes the given deployment.
- deleteDeployment(String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteDeployment(String, boolean) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deleteDeployment(String, boolean) - Method in interface org.flowable.engine.RepositoryService
-
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
- deleteDeploymentCascade(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deletedExecutions - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- deleteEventLogEntry(long) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteEventLogEntry(long) - Method in interface org.flowable.engine.ManagementService
-
Delete a EventLogEntry.
- deleteExternalWorkerJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteExternalWorkerJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the external worker job with the provided id.
- deleteGroup(String) - Method in interface org.flowable.engine.IdentityService
-
Deletes the group.
- deleteGroup(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- deleteGroupIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteGroupIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteGroupIdentityLink(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Removes the association between a group and a process instance for the given identityLinkType.
- deleteGroupIdentityLink(String, String, String) - Method in interface org.flowable.engine.TaskService
-
Removes the association between a group and a task for the given identityLinkType.
- deleteHistoricProcessInstance(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteHistoricProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Deletes historic process instance.
- deleteHistoricProcessInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- deleteHistoricTask(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteHistoricTaskInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Deletes historic task instance.
- deleteHistoricTaskInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- deleteHistoricTaskLogEntry(long) - Method in interface org.flowable.engine.HistoryService
-
Deletes user task log entry by its log number
- deleteHistoricTaskLogEntry(long) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- deleteHistoryJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteHistoryJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the history job with the provided id.
- deleteIdentityLink(String, String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteIdentityLinkForProcessInstance(String, String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteInParallelUsingBatch(int, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deleteJob(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the job with the provided id.
- deleteMembership(String, String) - Method in interface org.flowable.engine.IdentityService
-
Delete the membership of the user in the group.
- deleteMembership(String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- deleteModel(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- deleteModel(String) - Method in interface org.flowable.engine.RepositoryService
- deleteMultiInstanceExecution(String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteMultiInstanceExecution(String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
Deletes a multi-instance execution
- deleteParticipantGroup(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteParticipantGroup(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Convenience shorthand for
RuntimeService.deleteGroupIdentityLink(String, String, String)
; with typeIdentityLinkType.PARTICIPANT
- deleteParticipantUser(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteParticipantUser(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Convenience shorthand for
RuntimeService.deleteUserIdentityLink(String, String, String)
; with typeIdentityLinkType.PARTICIPANT
- deleteProcessInstance(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteProcessInstance(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteProcessInstance(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Delete an existing runtime process instance.
- deleteProcessInstanceStartEventSubscriptions(ProcessInstanceStartEventSubscriptionDeletionBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteReason - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- deleteReason - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- deleteReason(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a specific delete reason.
- deleteReason(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- deleteReason(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- deleteReason(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances with a specific delete reason.
- DeleteReason - Interface in org.flowable.engine.history
- deleteReasonLike - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- deleteReasonLike - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- deleteReasonLike(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a delete reason that matches the provided parameter.
- deleteReasonLike(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- deleteReasonLike(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- deleteReasonLike(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances with a delete reason that matches the provided parameter.
- deleteRelatedDataOfRemovedHistoricProcessInstances() - Method in interface org.flowable.engine.HistoryService
-
Deletes historic identity links, detail info, variable data and entity links for removed process instances
- deleteRelatedDataOfRemovedHistoricProcessInstances() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- deleteSequentiallyUsingBatch(int, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deleteSubscriptions() - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionDeletionBuilder
-
Deletes all the matching event subscriptions.
- deleteSuspendedJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteSuspendedJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the suspended job with the provided id.
- deleteTask(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTask(String) - Method in interface org.flowable.engine.TaskService
-
Deletes the given task, not deleting historic information that is related to this task.
- deleteTask(String, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTask(String, boolean) - Method in interface org.flowable.engine.TaskService
-
Deletes the given task.
- deleteTask(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Deletes the given task, not deleting historic information that is related to this task..
- deleteTask(String, String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deleteTaskAndActivityDataOfRemovedHistoricProcessInstances() - Method in interface org.flowable.engine.HistoryService
-
Deletes historic task and activity data for removed process instances
- deleteTaskAndActivityDataOfRemovedHistoricProcessInstances() - Method in class org.flowable.engine.impl.HistoryServiceImpl
- deleteTasks(Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTasks(Collection<String>) - Method in interface org.flowable.engine.TaskService
-
Deletes all tasks of the given collection, not deleting historic information that is related to these tasks.
- deleteTasks(Collection<String>, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTasks(Collection<String>, boolean) - Method in interface org.flowable.engine.TaskService
-
Deletes all tasks of the given collection.
- deleteTasks(Collection<String>, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteTasks(Collection<String>, String) - Method in interface org.flowable.engine.TaskService
-
Deletes all tasks of the given collection, not deleting historic information that is related to these tasks.
- deleteTimerJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- deleteTimerJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the timer job with the provided id.
- deleteUser(String) - Method in interface org.flowable.engine.IdentityService
- deleteUser(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- deleteUserIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- deleteUserIdentityLink(String, String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- deleteUserIdentityLink(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Removes the association between a user and a process instance for the given identityLinkType.
- deleteUserIdentityLink(String, String, String) - Method in interface org.flowable.engine.TaskService
-
Removes the association between a user and a task for the given identityLinkType.
- deleteUserInfo(String, String) - Method in interface org.flowable.engine.IdentityService
-
Delete an entry of the generic extensibility key-value pairs associated with a user
- deleteUserInfo(String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- deleteWithRelatedData() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
-
Deprecated.
- deleteWithRelatedData() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
-
Deprecated.
- deploy() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Deploys all provided sources to the process engine.
- deploy(DeploymentBuilderImpl) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- deploy(DeploymentBuilderImpl) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- DEPLOY_AS_FLOWABLE5_PROCESS_DEFINITION - Static variable in interface org.flowable.engine.repository.DeploymentProperties
- DEPLOY_TIME - Static variable in class org.flowable.engine.impl.DeploymentQueryProperty
- deployed - Variable in class org.flowable.engine.impl.ModelQueryImpl
- deployed() - Method in class org.flowable.engine.impl.ModelQueryImpl
- deployed() - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that are deployed (ie deploymentId !
- Deployment - Interface in org.flowable.engine.repository
-
Represents a deployment that is already present in the process repository.
- Deployment - Annotation Interface in org.flowable.engine.test
-
Annotation for a test method to create and delete a deployment around a test method.
- DEPLOYMENT_ID - Static variable in class org.flowable.engine.impl.DeploymentQueryProperty
- DEPLOYMENT_ID - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- DEPLOYMENT_NAME - Static variable in class org.flowable.engine.impl.DeploymentQueryProperty
- DEPLOYMENT_TENANT_ID - Static variable in class org.flowable.engine.impl.DeploymentQueryProperty
- DeploymentBuilder - Interface in org.flowable.engine.repository
-
Builder for creating new deployments.
- deploymentCategory(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentCategory(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentCategoryLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a category like the given string.
- deploymentCategoryNotEquals(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentCategoryNotEquals(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that have a different category then the given one.
- deploymentDerivedFrom(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentDerivedFrom(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that are derived from the given deployment.
- deploymentEngineVersion(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentEngineVersion(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployment that have the given engine version.
- deploymentId - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- deploymentId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deploymentId - Variable in class org.flowable.engine.impl.ModelQueryImpl
- deploymentId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- deploymentId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- deploymentId - Variable in class org.flowable.engine.test.FlowableRule
- deploymentId - Variable in class org.flowable.engine.test.FlowableTestCase
- deploymentId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process definition with the given deployment identifier.
- deploymentId(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deploymentId(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- deploymentId(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- deploymentId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- deploymentId(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentId(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that are the source for the provided deployment
- deploymentId(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that are deployed in a deployment with the given deployment id
- deploymentId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a deployment with the given id.
- DeploymentId - Annotation Interface in org.flowable.engine.test
-
An annotation that can be used on test methods, lifecycle method to inject the id of the deployment deployed via
Deployment
. - deploymentIdFromDeploymentAnnotation - Variable in class org.flowable.engine.test.FlowableTestHelper
- deploymentIdIn(List<String>) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process definition with one of the given deployment identifiers.
- deploymentIdIn(List<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deploymentIdIn(List<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- deploymentIdIn(List<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by one of the given deployment ids
- deploymentIds - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentIds - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- deploymentIds - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- deploymentIds - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- deploymentIds - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- deploymentIds(List<String>) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentIds(List<String>) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with an id in the given set of ids.
- deploymentIds(Set<String>) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- deploymentIds(Set<String>) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Select process definitions that are deployed in deployments with the given set of ids
- deploymentKey(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentKey(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given key.
- deploymentKeyLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentKeyLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a key like the given string.
- DeploymentMergeStrategy - Interface in org.flowable.engine.repository
- deploymentName(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentName(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given name.
- deploymentNameLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentNameLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a name like the given string.
- DeploymentProperties - Interface in org.flowable.engine.repository
- deploymentProperty(String, Object) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Allows to add a property to this
DeploymentBuilder
that influences the deployment. - DeploymentQuery - Interface in org.flowable.engine.repository
-
Allows programmatic querying of
Deployment
s. - DeploymentQueryImpl - Class in org.flowable.engine.impl
- DeploymentQueryImpl() - Constructor for class org.flowable.engine.impl.DeploymentQueryImpl
- DeploymentQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.DeploymentQueryImpl
- DeploymentQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.DeploymentQueryImpl
- DeploymentQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties that can be used in a
DeploymentQuery
. - DeploymentQueryProperty(String) - Constructor for class org.flowable.engine.impl.DeploymentQueryProperty
- deploymentTenantId(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentTenantId(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentTenantIdLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- deploymentWithoutTenantId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that do not have a tenant id.
- derivedFrom - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- description - Variable in class org.flowable.engine.app.AppModel
- description - Variable in class org.flowable.engine.impl.DataObjectImpl
- description - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- destroy() - Static method in class org.flowable.engine.ProcessEngines
-
closes all process engines.
- DiagramEdge - Class in org.flowable.engine.repository
-
Stores waypoints of a diagram edge.
- DiagramEdge() - Constructor for class org.flowable.engine.repository.DiagramEdge
- DiagramEdge(String, List<DiagramEdgeWaypoint>) - Constructor for class org.flowable.engine.repository.DiagramEdge
- DiagramEdgeWaypoint - Class in org.flowable.engine.repository
-
Stores the position of a waypoint of a diagram edge.
- DiagramEdgeWaypoint() - Constructor for class org.flowable.engine.repository.DiagramEdgeWaypoint
- DiagramElement - Class in org.flowable.engine.repository
-
Represents a diagram node.
- DiagramElement() - Constructor for class org.flowable.engine.repository.DiagramElement
- DiagramElement(String) - Constructor for class org.flowable.engine.repository.DiagramElement
- DiagramLayout - Class in org.flowable.engine.repository
-
Stores a two-dimensional graph layout.
- DiagramLayout(Map<String, DiagramElement>) - Constructor for class org.flowable.engine.repository.DiagramLayout
- DiagramNode - Class in org.flowable.engine.repository
-
Stores position and dimensions of a diagram node.
- DiagramNode() - Constructor for class org.flowable.engine.repository.DiagramNode
- DiagramNode(String) - Constructor for class org.flowable.engine.repository.DiagramNode
- DiagramNode(String, Double, Double, Double, Double) - Constructor for class org.flowable.engine.repository.DiagramNode
- disableBpmnValidation() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
If called, no validation that the process definition is executable on the engine will be done against the process definition.
- disableSchemaValidation() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
If called, no XML schema validation against the BPMN 2.0 XSD.
- dispatchEvent(FlowableEvent) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- dispatchEvent(FlowableEvent) - Method in interface org.flowable.engine.RuntimeService
-
Dispatches the given event to any listeners that are registered.
- dispatchEvent(CommandContext, FlowableEventSupport, FlowableEvent) - Method in class org.flowable.engine.delegate.event.impl.BpmnModelEventDispatchAction
- DMN_TASK_DECISION_TABLE_KEY - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- doesElementPropertyExist(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- doNotUpdateToLatestVersionAutomatically() - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Mark the subscription to not use the latest process definition automatically, should there be a new version deployed after the subscription was created.
- drawSequenceFlowNameWithNoLabelDI - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
include the sequence flow name in case there's no Label DI,
- dueDate - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- DURATION - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- DURATION - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- DURATION - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- DYNAMIC_VALUE - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
- DynamicBpmnConstants - Interface in org.flowable.engine
- dynamicBpmnService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- DynamicBpmnService - Interface in org.flowable.engine
-
Service providing access to the repository of process definitions and deployments.
- DynamicBpmnServiceImpl - Class in org.flowable.engine.impl
- DynamicBpmnServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.DynamicBpmnServiceImpl
- DynamicProcessDefinitionSummary - Class in org.flowable.engine.dynamic
-
Pojo class who can be used to check information between
DynamicBpmnService.getProcessDefinitionInfo(String)
andBpmnModel
. - DynamicProcessDefinitionSummary(BpmnModel, ObjectNode, ObjectMapper) - Constructor for class org.flowable.engine.dynamic.DynamicProcessDefinitionSummary
- DynamicStateManager - Interface in org.flowable.engine.dynamic
E
- ELEMENT_ID - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
- ELEMENT_PROPERTIES - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
- ELEMENT_TYPE - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
- enable(String) - Static method in class org.flowable.engine.migration.EnableActivityMapping
- ENABLE_ACTIVITY_MAPPINGS_JSON_SECTION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- ENABLE_SKIP_EXPRESSION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- EnableActivityMapping - Class in org.flowable.engine.migration
- EnableActivityMapping() - Constructor for class org.flowable.engine.migration.EnableActivityMapping
- EnableActivityMapping.EnableMapping - Class in org.flowable.engine.migration
- enableDuplicateFiltering() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
If set, this deployment will be compared to any previous deployment.
- enableEventSubProcessStartEvent(String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Enables a new start event in an event sub process.
- enableHistoryCleaning - Variable in class org.flowable.engine.ProcessEngineConfiguration
- EnableMapping(String) - Constructor for class org.flowable.engine.migration.EnableActivityMapping.EnableMapping
- enableProcessDefinitionHistoryLevel - Variable in class org.flowable.engine.ProcessEngineConfiguration
- enableProcessDefinitionInfoCache - Variable in class org.flowable.engine.ProcessEngineConfiguration
- enableSkipExpression() - Method in interface org.flowable.engine.DynamicBpmnService
- enableSkipExpression() - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- enableSkipExpression(ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- enableSkipExpression(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- EnableVerboseExecutionTreeLogging - Annotation Interface in org.flowable.engine.test
- END - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- END - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- END_TIME - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- endOr() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
End an OR statement.
- endOr() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- endOr() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- endOr() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- endOr() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
End an OR statement.
- endOr() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
End an OR statement.
- endTime - Variable in class org.flowable.engine.test.profiler.ProfileSession
- engineClosed(FlowableProcessEngineEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- engineCreated(FlowableProcessEngineEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- engineVersion - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- engineVersion - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- enhanceCachedValue(ExecutionEntity) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- enhanceCachedValue(HistoricProcessInstanceEntity) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- ensureVariablesInitialized() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- ensureVariablesInitialized() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- ensureVariablesInitialized() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- entity - Variable in class org.flowable.engine.delegate.event.impl.FlowableEntityEventImpl
- entity - Variable in class org.flowable.engine.delegate.event.impl.FlowableEntityExceptionEventImpl
- entityActivated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- entityClass - Variable in class org.flowable.engine.delegate.event.BaseEntityEventListener
- entityCreated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- entityDeleted(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- entityInitialized(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- entitySuspended(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- entityUpdated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- EQUALS - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- EQUALS_IGNORE_CASE - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- errorCode - Variable in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- errorId - Variable in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- escalationCode - Variable in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- escalationName - Variable in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- evaluate(String, DelegateExecution) - Method in interface org.flowable.engine.impl.Condition
- evaluateConditionalEvents(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- evaluateConditionalEvents(String) - Method in interface org.flowable.engine.RuntimeService
-
Evaluate waiting conditional events (boundary, intermediate catch and event sub process start events) and trigger them if a condition evaluates to true.
- evaluateConditionalEvents(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- evaluateConditionalEvents(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Evaluate waiting conditional events (boundary, intermediate catch and event sub process start events) and trigger them if a condition evaluates to true.
- Event - Interface in org.flowable.engine.task
-
Exposes twitter-like feeds for tasks and process instances.
- EVENT_BASED_GATEWAY_CANCEL - Static variable in interface org.flowable.engine.history.DeleteReason
- EVENT_SUBPROCESS_INTERRUPTING - Static variable in interface org.flowable.engine.history.DeleteReason
- EVENT_SUBSCRIPTIONS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- EventLogEntry - Interface in org.flowable.engine.event
- EVENTNAME_END - Static variable in interface org.flowable.engine.delegate.BaseExecutionListener
- EVENTNAME_START - Static variable in interface org.flowable.engine.delegate.BaseExecutionListener
- EVENTNAME_TAKE - Static variable in interface org.flowable.engine.delegate.BaseExecutionListener
- eventSubscription(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- eventSubscription(String, String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- eventSubscriptionName - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- eventSubscriptions - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- eventSubscriptions - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- eventSubscriptionType - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- excludeSubprocesses - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- excludeSubprocesses - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- excludeSubprocesses - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- excludeSubprocesses(boolean) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Exclude sub processes from the query result;
- excludeSubprocesses(boolean) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- excludeSubprocesses(boolean) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- excludeSubprocesses(boolean) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Exclude sub processes from the query result;
- excludeTaskDetails() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Exclude all task-related
HistoricDetail
s, so only items which have no task-id set will be selected. - excludeTaskDetails() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- excludeTaskRelated - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- execute(Input) - Method in interface org.flowable.engine.delegate.FlowableFutureJavaDelegate
-
Perform the actual execution of the delegate in another thread.
- execute(CommandConfig, Command<T>, CommandExecutor) - Method in class org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
- execute(CommandContext) - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- execute(CommandContext) - Method in class org.flowable.engine.impl.SchemaOperationProcessEngineClose
- execute(DelegateExecution) - Method in interface org.flowable.engine.delegate.JavaDelegate
- execute(DelegateExecution, AsyncTaskInvoker) - Method in interface org.flowable.engine.delegate.FlowableFutureJavaDelegate
- execute(DelegateExecution, AsyncTaskInvoker) - Method in interface org.flowable.engine.delegate.FutureJavaDelegate
-
Perform the execution of the delegate, potentially on another thread.
- executeActivityInAdhocSubProcess(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- executeActivityInAdhocSubProcess(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Executes an activity in a ad-hoc sub process
- executeCommand(Command<T>) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- executeCommand(Command<T>) - Method in interface org.flowable.engine.ManagementService
-
Executes a given command with the default
CommandConfig
. - executeCommand(CommandConfig, Command<T>) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- executeCommand(CommandConfig, Command<T>) - Method in interface org.flowable.engine.ManagementService
-
Executes a given command with the specified
CommandConfig
. - executeCount(CommandContext) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.ModelQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- executeCount(CommandContext) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeActivityInstanceQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeDeploymentQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeExecutionQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricActivityInstanceQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricDetailQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricProcessInstanceQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeModelQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeProcessDefinitionQueryImpl
- executeCount(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeProcessInstanceQueryImpl
- executeCustomSql(CustomSqlExecution<MapperType, ResultType>) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- executeCustomSql(CustomSqlExecution<MapperType, ResultType>) - Method in interface org.flowable.engine.ManagementService
-
Executes the sql contained in the
CustomSqlExecution
parameter. - executeHistoryJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- executeHistoryJob(String) - Method in interface org.flowable.engine.ManagementService
-
Forced synchronous execution of a history job (eg. for administration or testing).
- executeJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- executeJob(String) - Method in interface org.flowable.engine.ManagementService
-
Forced synchronous execution of a job (eg. for administration or testing).
- executeJob(Job) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- executeJobWithLockAndRetry(Job) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- executeList(CommandContext) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.ModelQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- executeList(CommandContext) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeActivityInstanceQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeDeploymentQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeExecutionQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricActivityInstanceQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricDetailQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeHistoricProcessInstanceQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeModelQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeProcessDefinitionQueryImpl
- executeList(CommandContext, Map<String, Object>) - Method in class org.flowable.engine.impl.NativeProcessInstanceQueryImpl
- execution - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- execution - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- execution - Variable in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- execution - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- Execution - Interface in org.flowable.engine.runtime
-
Represent a 'path of execution' in a process instance.
- EXECUTION_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- EXECUTION_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- executionCreated(ExecutionEntity) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- executionDeleted(ExecutionEntity) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- executionEntity - Variable in class org.flowable.engine.debug.ExecutionTreeNode
- executionEntity - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionCreated
- executionEntity - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionDeleted
- executionId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- executionId - Variable in class org.flowable.engine.impl.DataObjectImpl
- executionId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- executionId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- executionId - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- executionId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- executionId - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- executionId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for the given execution
- executionId(String) - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select historic variable updates with the given execution.
- executionId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- executionId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- executionId(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- executionId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for the given execution
- executionId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions with the given id.
- ExecutionListener - Interface in org.flowable.engine.delegate
-
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
- ExecutionQuery - Interface in org.flowable.engine.runtime
-
Allows programmatic querying of
Execution
s. - ExecutionQueryImpl - Class in org.flowable.engine.impl
- ExecutionQueryImpl() - Constructor for class org.flowable.engine.impl.ExecutionQueryImpl
- ExecutionQueryImpl(CommandContext, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ExecutionQueryImpl
- ExecutionQueryImpl(CommandExecutor, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ExecutionQueryImpl
- ExecutionQueryInterceptor - Interface in org.flowable.engine.interceptor
- ExecutionQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties that can be used in a
ExecutionQuery
. - ExecutionQueryProperty(String) - Constructor for class org.flowable.engine.impl.ExecutionQueryProperty
- executionReferenceId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionReferenceId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions with the given reference id.
- executionReferenceType(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionReferenceType(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions with the given reference type.
- EXECUTIONS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- executionTenantId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionTenantId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select process instances that have the given tenant id.
- executionTenantIdLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionTenantIdLike(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select process instances with a tenant id like the given one.
- executionTenantIdLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionTenantIdLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select process instances with a tenant id like the given one, ignoring upper/lower case.
- ExecutionTree - Class in org.flowable.engine.debug
- ExecutionTree() - Constructor for class org.flowable.engine.debug.ExecutionTree
- ExecutionTreeBfsIterator - Class in org.flowable.engine.debug
-
Iterates over an
ExecutionTree
using breadth-first search - ExecutionTreeBfsIterator(ExecutionTreeNode) - Constructor for class org.flowable.engine.debug.ExecutionTreeBfsIterator
- ExecutionTreeBfsIterator(ExecutionTreeNode, boolean) - Constructor for class org.flowable.engine.debug.ExecutionTreeBfsIterator
- ExecutionTreeNode - Class in org.flowable.engine.debug
- ExecutionTreeNode(ExecutionEntity) - Constructor for class org.flowable.engine.debug.ExecutionTreeNode
- executionTrees - Variable in class org.flowable.engine.test.impl.logger.AbstractDebugInfo
- ExecutionTreeUtil - Class in org.flowable.engine.debug
- ExecutionTreeUtil() - Constructor for class org.flowable.engine.debug.ExecutionTreeUtil
- executionWithoutTenantId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- executionWithoutTenantId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select process instances that do not have a tenant id.
- EXTERNAL_WORKER_JOBS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- ExternalWorkerCompletionBuilder - Interface in org.flowable.engine.runtime
- externalWorkerJobEntity - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- externalWorkerServiceTask - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- externalWorkerServiceTask - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- extractBpmnModelFromEvent(FlowableEvent) - Method in class org.flowable.engine.delegate.event.impl.BpmnModelEventDispatchAction
-
In case no process-context is active, this method attempts to extract a process-definition based on the event.
- extraResources() - Element in annotation interface org.flowable.engine.test.Deployment
-
Specify resources that are extra, on top of the automatically detected test resources.
F
- failed(Throwable, Description) - Method in class org.flowable.engine.test.FlowableRule
-
Invoked when a test fails
- failedMigrationParts - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- failOnException - Variable in class org.flowable.engine.delegate.event.BaseEntityEventListener
- fallbackToDefaultTenant() - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Use default tenant as a fallback in the case when process definition was not found by key and tenant id
- fillExecutionTree(ExecutionTree, Map<String, List<ExecutionEntity>>) - Static method in class org.flowable.engine.debug.ExecutionTreeUtil
- finalizeMerge(CommandContext, String, String) - Method in interface org.flowable.engine.repository.DeploymentMergeStrategy
- findBatchesBySearchKey(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- findBatchesBySearchKey(String) - Method in interface org.flowable.engine.ManagementService
- findBatchPartsByBatchId(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- findBatchPartsByBatchId(String) - Method in interface org.flowable.engine.ManagementService
- findBatchPartsByBatchIdAndStatus(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- findBatchPartsByBatchIdAndStatus(String, String) - Method in interface org.flowable.engine.ManagementService
- findByName(String) - Static method in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.DeploymentQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.ExecutionQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.HistoricDetailQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.ModelQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- findByName(String) - Static method in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- findJobByCorrelationId(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- findJobByCorrelationId(String) - Method in interface org.flowable.engine.ManagementService
-
Find a job by a correlation id.
- finished - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- finished - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finished - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- finished() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that are finished.
- finished() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are completely finished.
- finished() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- finished() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finished() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- finished() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances that are finished.
- finished(Description) - Method in class org.flowable.engine.test.FlowableRule
- finishedAfter - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finishedAfter - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- finishedAfter(Date) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that were started after the given date.
- finishedAfter(Date) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that were finished after the given date.
- finishedAfter(Date) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finishedAfter(Date) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- finishedBefore - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finishedBefore - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- finishedBefore(Date) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that were started before the given date.
- finishedBefore(Date) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that were finished before the given date.
- finishedBefore(Date) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- finishedBefore(Date) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- flattenedList - Variable in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- flattenedListIterator - Variable in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- flattenTree() - Method in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- Flowable5CompatibilityHandler - Interface in org.flowable.engine.compatibility
- Flowable5CompatibilityHandlerFactory - Interface in org.flowable.engine.compatibility
- FlowableActivityCancelledEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to cancel event being sent to an activity. - FlowableActivityCancelledEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableActivityCancelledEvent
implementation. - FlowableActivityCancelledEventImpl() - Constructor for class org.flowable.engine.delegate.event.impl.FlowableActivityCancelledEventImpl
- FlowableActivityEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to an activity within an execution. - FlowableActivityEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Implementation of an
FlowableActivityEvent
. - FlowableActivityEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- FlowableCancelledEvent - Interface in org.flowable.engine.delegate.event
- FlowableConditionalEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to a conditional being sent to an activity. - FlowableConditionalEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableConditionalEvent
implementation. - FlowableConditionalEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- FlowableEngineAgenda - Interface in org.flowable.engine
-
This interface exposes methods needed to manipulate the agenda implementation.
- FlowableEngineAgendaFactory - Interface in org.flowable.engine
- FlowableEntityEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Base class for all
FlowableEvent
implementations, related to entities. - FlowableEntityEventImpl(Object, FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableEntityEventImpl
- FlowableEntityExceptionEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Base class for all
FlowableEvent
implementations, represents an exception occurred, related to an entity. - FlowableEntityExceptionEventImpl(Object, FlowableEngineEventType, Throwable) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableEntityExceptionEventImpl
- FlowableEntityWithVariablesEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEntityEvent
related to a single entity. - FlowableEntityWithVariablesEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Base class for all
FlowableEngineEntityEvent
implementations, related to entities with variables. - FlowableEntityWithVariablesEventImpl(Object, Map, boolean, FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
- FlowableErrorEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to an error being sent to an activity. - FlowableErrorEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Implementation of an
FlowableErrorEvent
. - FlowableErrorEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- FlowableEscalationEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to an escalation being sent to an activity. - FlowableEscalationEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableEscalationEvent
implementation. - FlowableEscalationEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- FlowableEventBuilder - Class in org.flowable.engine.delegate.event.impl
-
Builder class used to create
FlowableEvent
implementations. - FlowableEventBuilder() - Constructor for class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- FlowableExtension - Class in org.flowable.engine.test
-
JUnit Jupiter extension for the Flowable ProcessEngine and services initialization.
- FlowableExtension() - Constructor for class org.flowable.engine.test.FlowableExtension
- FlowableFutureJavaDelegate<Input,
Output> - Interface in org.flowable.engine.delegate -
Convenience class which always uses the
AsyncTaskInvoker
to execute the async data. - FlowableJobRescheduledEvent - Interface in org.flowable.engine.delegate.event
- FlowableJobRescheduledEventImpl - Class in org.flowable.engine.delegate.event.impl
- FlowableJobRescheduledEventImpl(Job, String, FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableJobRescheduledEventImpl
- FlowableMessageEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to an message being sent to an activity. - FlowableMessageEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableSignalEvent
implementation. - FlowableMessageEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- FlowableMockSupport - Class in org.flowable.engine.test.mock
- FlowableMockSupport(ProcessEngine) - Constructor for class org.flowable.engine.test.mock.FlowableMockSupport
- FlowableMockSupport(TestActivityBehaviorFactory) - Constructor for class org.flowable.engine.test.mock.FlowableMockSupport
- FlowableMultiInstanceActivityCancelledEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to cancel event being sent to an activity. - FlowableMultiInstanceActivityCancelledEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableMultiInstanceActivityCancelledEvent
implementation. - FlowableMultiInstanceActivityCancelledEventImpl() - Constructor for class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCancelledEventImpl
- FlowableMultiInstanceActivityCompletedEvent - Interface in org.flowable.engine.delegate.event
- FlowableMultiInstanceActivityCompletedEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Implementation of an
FlowableMultiInstanceActivityCompletedEvent
. - FlowableMultiInstanceActivityCompletedEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- FlowableMultiInstanceActivityEvent - Interface in org.flowable.engine.delegate.event
-
A
FlowableEvent
related to a multi-instance activity within an execution. - FlowableMultiInstanceActivityEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Implementation of an
FlowableMultiInstanceActivityEvent
. - FlowableMultiInstanceActivityEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityEventImpl
- FlowableProcessCancelledEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableCancelledEvent
implementation. - FlowableProcessCancelledEventImpl() - Constructor for class org.flowable.engine.delegate.event.impl.FlowableProcessCancelledEventImpl
- FlowableProcessEngineEvent - Interface in org.flowable.engine.delegate.event
-
Event interface for
FlowableEvent
implementations related to the process engine, exposing process engine specific functions. - FlowableProcessEventImpl - Class in org.flowable.engine.delegate.event.impl
- FlowableProcessEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableProcessEventImpl
- FlowableProcessStartedEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to start event being sent when a process instance is started. - FlowableProcessStartedEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableCancelledEvent
implementation. - FlowableProcessStartedEventImpl(Object, Map, boolean) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableProcessStartedEventImpl
- FlowableProcessTerminatedEvent - Interface in org.flowable.engine.delegate.event
-
Event extends default
FlowableEntityEvent
with the cause of termination - FlowableProcessTerminatedEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableProcessTerminatedEvent
implementation. - FlowableProcessTerminatedEventImpl(ExecutionEntity, Object) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableProcessTerminatedEventImpl
- FlowableProfiler - Class in org.flowable.engine.test.profiler
- FlowableProfiler() - Constructor for class org.flowable.engine.test.profiler.FlowableProfiler
- FlowableRule - Class in org.flowable.engine.test
-
Convenience for ProcessEngine and services initialization in the form of a JUnit rule.
- FlowableRule() - Constructor for class org.flowable.engine.test.FlowableRule
- FlowableRule(String) - Constructor for class org.flowable.engine.test.FlowableRule
- FlowableRule(ProcessEngine) - Constructor for class org.flowable.engine.test.FlowableRule
- FlowableSequenceFlowTakenEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
that indicates a certain sequence flow has been taken. - FlowableSequenceFlowTakenEventImpl - Class in org.flowable.engine.delegate.event.impl
- FlowableSequenceFlowTakenEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- FlowableSignalEvent - Interface in org.flowable.engine.delegate.event
-
An
FlowableEvent
related to a signal being sent to an activity. - FlowableSignalEventImpl - Class in org.flowable.engine.delegate.event.impl
-
An
FlowableSignalEvent
implementation. - FlowableSignalEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- FlowableTest - Annotation Interface in org.flowable.engine.test
-
Convenience for annotation that activates the
FlowableExtension
JUnit Jupiter annotation. - FlowableTestCase - Class in org.flowable.engine.test
-
Convenience for ProcessEngine and services initialization in the form of a JUnit base class.
- FlowableTestCase() - Constructor for class org.flowable.engine.test.FlowableTestCase
-
uses 'flowable.cfg.xml' as it's configuration resource
- FlowableTestHelper - Class in org.flowable.engine.test
-
A Helper for the Flowable
FlowableExtension
that can be used within the JUnit Jupiter context store and users can use it in the tests for easy modifying of theProcessEngine
time and easy access for waiting on the job executor. - FlowableTestHelper(ProcessEngine) - Constructor for class org.flowable.engine.test.FlowableTestHelper
- FlowableVariableEventImpl - Class in org.flowable.engine.delegate.event.impl
-
Implementation of
FlowableVariableEvent
. - FlowableVariableEventImpl(FlowableEngineEventType) - Constructor for class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- flowElementClass - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- flowElementId - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionCreated
- flowElementId - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- flush() - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushBulkDeletes(Class<? extends Entity>, List<BulkDeleteOperation>) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushBulkInsert(Collection<Entity>, Class<? extends Entity>) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushBulkUpdate(BulkUpdateOperation) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushDeleteEntities(Class<? extends Entity>, Collection<Entity>) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushRegularInsert(Entity, Class<? extends Entity>) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- flushUpdateEntity(Entity) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- FormData - Interface in org.flowable.engine.form
-
Contains all information for displaying a form and serves as base interface for
StartFormData
andTaskFormData
- formDefinitionId - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- formDefinitionId(String) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- formKey - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- formProperties() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select
HistoricFormProperty
s. - formProperties() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- FormProperty - Interface in org.flowable.engine.form
-
Represents a single property on a form.
- formService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- formService - Variable in class org.flowable.engine.test.FlowableRule
- formService - Variable in class org.flowable.engine.test.FlowableTestCase
- FormService - Interface in org.flowable.engine
-
Access to form data and rendered forms for starting new process instances and completing tasks.
- FormServiceImpl - Class in org.flowable.engine.impl
- FormServiceImpl() - Constructor for class org.flowable.engine.impl.FormServiceImpl
- FormType - Interface in org.flowable.engine.form
-
Used to indicate the type on a
FormProperty
. - formVariables(Map<String, Object>, FormInfo, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Start the process instance with the given form variables from the given
formInfo
. - FROM_ACTIVITY_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- FROM_ACTIVITY_IDS_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- fromActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- fromActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- fromActivityIds - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- fromCallActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping
- fromProcessInstanceMigrationDocument(ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Creates a ProcessInstanceMigrationBuilder using the values of a ProcessInstanceMigrationDocument
- FutureJavaDelegate<Output> - Interface in org.flowable.engine.delegate
-
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
G
- generateExecutionTrees() - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- get(Object) - Static method in class org.flowable.engine.test.mock.Mocks
-
This method returns the mock object registered under the provided key or null if there is no object for the provided key.
- getAction() - Method in interface org.flowable.engine.task.Event
-
Indicates the type of of action and also indicates the meaning of the parts as exposed in
Event.getMessageParts()
- getActiveActivityId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getActiveActivityId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getActiveActivityId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getActiveActivityIds() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getActiveActivityIds() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getActiveActivityIds() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getActiveActivityIds(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getActiveActivityIds(String) - Method in interface org.flowable.engine.RuntimeService
-
Finds the activity ids for all executions that are waiting in activities.
- getActivitiesLocalVariables() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- getActivitiesLocalVariables() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- getActivitiesLocalVariables() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getActivityFontName() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getActivityId() - Method in interface org.flowable.engine.delegate.event.FlowableActivityEvent
- getActivityId() - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- getActivityId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The unique identifier of the activity in the process
- getActivityId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getActivityId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getActivityId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getActivityId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getActivityId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getActivityId() - Method in class org.flowable.engine.migration.EnableActivityMapping.EnableMapping
- getActivityId() - Method in class org.flowable.engine.migration.EnableActivityMapping
- getActivityId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The unique identifier of the activity in the process
- getActivityId() - Method in interface org.flowable.engine.runtime.Execution
-
Returns the id of the activity where the execution currently is at.
- getActivityId() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getActivityInstanceId() - Method in interface org.flowable.engine.history.HistoricDetail
-
The activity reference in case this detail is related to an activity instance.
- getActivityInstanceId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getActivityInstanceId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getActivityInstanceId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getActivityLocalVariables() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getActivityLocalVariables() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getActivityLocalVariables() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- getActivityMigrationMappings() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getActivityName() - Method in interface org.flowable.engine.delegate.event.FlowableActivityEvent
- getActivityName() - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- getActivityName() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The display name for the activity
- getActivityName() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getActivityName() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getActivityName() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The display name for the activity
- getActivityName() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getActivityType() - Method in interface org.flowable.engine.delegate.event.FlowableActivityEvent
- getActivityType() - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- getActivityType() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The XML tag of the activity as in the process file
- getActivityType() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getActivityType() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getActivityType() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The XML tag of the activity as in the process file
- getActivityTypes() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getAdditionalDataContainer() - Method in exception org.flowable.engine.delegate.BpmnError
- getAdhocSubProcessExecutions(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getAdhocSubProcessExecutions(String) - Method in interface org.flowable.engine.RuntimeService
-
Gets executions with an adhoc sub process as current flow element
- getAllBatches() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getAllBatches() - Method in interface org.flowable.engine.ManagementService
- getAllMigrationParts() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getAnnotationFontName() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAppResourceModel(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getAppResourceModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the app model object (.app file) for a deployment.
- getAppResourceObject(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getAppResourceObject(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the app resource object (.app file) for a deployment.
- getAssignee() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Assignee in case of user task activity
- getAssignee() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getAssignee() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getAssignee() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getAssignee() - Method in class org.flowable.engine.interceptor.MigrationContext
- getAssignee() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Assignee in case of user task activity
- getAssigneeId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getAsyncExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncFailedJobWaitTime() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncHistoryExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncHistoryTaskExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncTaskExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncTaskInvoker() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAsyncTaskInvokerTaskExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getAttachment(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getAttachment(String) - Method in interface org.flowable.engine.TaskService
-
Retrieve a particular attachment
- getAttachmentContent(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getAttachmentContent(String) - Method in interface org.flowable.engine.TaskService
-
Retrieve stream content of a particular attachment
- getAuthorizationGroups() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getAuthorizationUserId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getAverageDatabaseExecutionTime() - Method in class org.flowable.engine.test.profiler.CommandStats
- getAverageDatabaseExecutionTimePercentage() - Method in class org.flowable.engine.test.profiler.CommandStats
- getAverageExecutionTime() - Method in class org.flowable.engine.test.profiler.CommandStats
- getBatchDocument(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getBatchDocument(String) - Method in interface org.flowable.engine.ManagementService
- getBatchId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getBatchId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getBatchPart(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getBatchPart(String) - Method in interface org.flowable.engine.ManagementService
- getBatchPartDocument(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getBatchPartDocument(String) - Method in interface org.flowable.engine.ManagementService
- getBehaviorClass() - Method in interface org.flowable.engine.delegate.event.FlowableActivityEvent
- getBehaviorClass() - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- getBpmnElementProperties(String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- getBpmnElementProperties(String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getBpmnModel(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getBpmnModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the
BpmnModel
corresponding with the process definition with the provided process definition id. - getBpmnModel(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns the
BpmnModel
matching the process definition bpmn model for the process definition of the passedDelegateExecution
. - getBpmnNode(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getBpmnProperties(String, ObjectNode) - Method in class org.flowable.engine.dynamic.DynamicProcessDefinitionSummary
- getBusinessKey() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The user provided unique reference to this process instance.
- getBusinessKey() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The user provided unique reference to this process instance.
- getBusinessKey() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessKey() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessKey() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getBusinessKey() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getBusinessKey() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getBusinessKey() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The business key of this process instance.
- getBusinessKeyLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessKeyLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessKeyLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getBusinessKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getBusinessStatus() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The user provided business status for this process instance.
- getBusinessStatus() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessStatus() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessStatus() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getBusinessStatus() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getBusinessStatus() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The business status of this process instance.
- getBusinessStatusLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessStatusLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessStatusLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getBusinessStatusLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getBusinessStatusLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getBusinessStatusLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getCallActivityExecution() - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- getCallActivityExecution() - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- getCallActivityProcessDefinitionVersion() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- getCallActivityProcessDefinitionVersion() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- getCallbackId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The callback id for the process instance.
- getCallbackId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getCallbackId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getCallbackId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getCallbackId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getCallbackId() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the callback id of this process instance.
- getCallbackType() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The callback type for the process instance.
- getCallbackType() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getCallbackType() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getCallbackType() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getCallbackType() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getCallbackType() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the callback type of this process instance.
- getCalledProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The called process instance in case of call activity
- getCalledProcessInstanceId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The called process instance in case of call activity
- getCamelContextObject(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getCandidateGroups() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getCandidateUsers() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getCategory() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getCategory() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getCategory() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getCategory() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getCategory() - Method in interface org.flowable.engine.repository.Model
- getCategory() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
category name which is derived from the targetNamespace attribute in the definitions element
- getCategoryLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getCategoryLike() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getCategoryLike() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getCategoryNotEquals() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getCategoryNotEquals() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getCategoryNotEquals() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getCause() - Method in interface org.flowable.engine.delegate.event.FlowableCancelledEvent
- getCause() - Method in interface org.flowable.engine.delegate.event.FlowableProcessTerminatedEvent
- getCause() - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityCancelledEventImpl
- getCause() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityExceptionEventImpl
- getCause() - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCancelledEventImpl
- getCause() - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessCancelledEventImpl
- getCause() - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessTerminatedEventImpl
- getChildExecution() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getChildNodes() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getChildren() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- getCleanInstancesBatchSize() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getCleanInstancesEndedAfter() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getCleanInstancesEndedAfterNumberOfDays() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
Deprecated.
- getCommandExecutions() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getCommandFqn() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getComment(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getComment(String) - Method in interface org.flowable.engine.TaskService
-
Returns an individual comment with the given id.
- getCommentsByType(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getCommentsByType(String) - Method in interface org.flowable.engine.TaskService
-
All comments of a given type.
- getCommonPropertyType(ELContext, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- getCompatibilityHandlerClassName() - Method in class org.flowable.engine.compatibility.DefaultFlowable5CompatibilityHandlerFactory
- getCompleteTime() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getConditionExpression() - Method in interface org.flowable.engine.delegate.event.FlowableConditionalEvent
- getConditionExpression() - Method in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- getConditionLanguage() - Method in interface org.flowable.engine.delegate.event.FlowableConditionalEvent
- getConditionLanguage() - Method in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- getConfigurationResource() - Method in class org.flowable.engine.test.FlowableRule
- getConfigurationResource() - Method in class org.flowable.engine.test.FlowableTestCase
- getConfigurationResource(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- getContentId() - Method in interface org.flowable.engine.task.Attachment
-
the id of the byte array entity storing the content
- getCount() - Method in class org.flowable.engine.test.profiler.CommandStats
- getCreateTime() - Method in interface org.flowable.engine.repository.Model
- getCurrentActivityId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Gets the id of the current activity.
- getCurrentActivityId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Gets the id of the current activity.
- getCurrentActivityName() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Gets the name of the current activity.
- getCurrentCommandExecution() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getCurrentCommandExecution() - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- getCurrentFlowableListener() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Returns the
FlowableListener
instance matching anExecutionListener
if currently an execution listener is being execution. - getCurrentFlowElement() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
The BPMN element where the execution currently is at.
- getCurrentFlowElement() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
The BPMN element where the execution currently is at.
- getCurrentFlowElementId() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- getCurrentFlowElementInfo() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getCurrentProfileSession() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- getCustomPropertiesMap(DelegateExecution) - Method in interface org.flowable.engine.delegate.CustomPropertiesResolver
- getData() - Method in interface org.flowable.engine.event.EventLogEntry
- getDatabaseTimeInMs() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getDataObject(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObject(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObject(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The DataObject.
- getDataObject(String, String) - Method in interface org.flowable.engine.TaskService
-
The DataObject.
- getDataObject(String, String, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObject(String, String, String, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObject(String, String, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
The DataObject.
- getDataObject(String, String, String, boolean) - Method in interface org.flowable.engine.TaskService
-
The DataObject.
- getDataObjectDefinitionKey() - Method in class org.flowable.engine.impl.DataObjectImpl
- getDataObjectDefinitionKey() - Method in interface org.flowable.engine.runtime.DataObject
-
The id of the flow element in the process defining this data object.
- getDataObjectLocal(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The DataObject for an execution.
- getDataObjectLocal(String, String, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectLocal(String, String, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
The DataObject for an execution.
- getDataObjects(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjects(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObjects(String) - Method in interface org.flowable.engine.RuntimeService
-
All DataObjects visible from the given execution scope (including parent scopes).
- getDataObjects(String) - Method in interface org.flowable.engine.TaskService
-
All DataObjects visible from the given execution scope (including parent scopes).
- getDataObjects(String, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjects(String, String, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObjects(String, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
All DataObjects visible from the given execution scope (including parent scopes).
- getDataObjects(String, String, boolean) - Method in interface org.flowable.engine.TaskService
-
All DataObjects visible from the given task scope (including parent scopes).
- getDataObjects(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjects(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObjects(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given execution scope (including parent scopes).
- getDataObjects(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given task scope (including parent scopes).
- getDataObjects(String, Collection<String>, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjects(String, Collection<String>, String, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getDataObjects(String, Collection<String>, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given execution scope (including parent scopes).
- getDataObjects(String, Collection<String>, String, boolean) - Method in interface org.flowable.engine.TaskService
-
The DataObjects for all given dataObjectNames, takes all dataObjects into account which are visible from the given task scope (including parent scopes).
- getDataObjectsLocal(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectsLocal(String) - Method in interface org.flowable.engine.RuntimeService
-
All DataObject values that are defined in the execution scope, without taking outer scopes into account.
- getDataObjectsLocal(String, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectsLocal(String, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
All DataObject values that are defined in the execution scope, without taking outer scopes into account.
- getDataObjectsLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectsLocal(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The DataObjects for the given dataObjectNames only taking the given execution scope into account, not looking in outer scopes.
- getDataObjectsLocal(String, Collection<String>, String, boolean) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getDataObjectsLocal(String, Collection<String>, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
The DataObjects for the given dataObjectNames only taking the given execution scope into account, not looking in outer scopes.
- getDbDeletes() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getDbDeletes() - Method in class org.flowable.engine.test.profiler.CommandStats
- getDbInserts() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getDbInserts() - Method in class org.flowable.engine.test.profiler.CommandStats
- getDbSelects() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getDbSelects() - Method in class org.flowable.engine.test.profiler.CommandStats
- getDbUpdates() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getDbUpdates() - Method in class org.flowable.engine.test.profiler.CommandStats
- getDeadLetterJobExceptionStacktrace(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getDeadLetterJobExceptionStacktrace(String) - Method in interface org.flowable.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the
DeadLetterJobEntity
with the given id was last executed. - getDebugInfoKey(Runnable) - Method in class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- getDecisionsForProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getDecisionsForProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves the
DmnDecision
s associated with the given process definition. - getDefaultCamelContext() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getDefaultFailedJobWaitTime() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getDefaultMailClient() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getDefaultMailServer() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getDefaultProcessEngine() - Static method in class org.flowable.engine.ProcessEngines
- getDefinition() - Method in interface org.flowable.engine.delegate.variable.VariableAggregatorContext
- getDeleteReason() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Returns the delete reason for this activity, if any was set (if completed normally, no delete reason is set)
- getDeleteReason() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
Obtains the reason for the process instance's deletion.
- getDeleteReason() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
Obtains the reason for the process instance's deletion.
- getDeleteReason() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getDeleteReason() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getDeleteReason() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getDeleteReason() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Returns the delete reason for this activity, if any was set (if completed normally, no delete reason is set)
- getDeleteReasonLike() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getDeleteReasonLike() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getDeployedProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getDeploymentId() - Method in interface org.flowable.engine.form.FormData
-
The deployment id of the process definition to which this form is related
- getDeploymentId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The deployment id of the process definition of the process instance.
- getDeploymentId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getDeploymentId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getDeploymentId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getDeploymentId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getDeploymentId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getDeploymentId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getDeploymentId() - Method in interface org.flowable.engine.repository.Model
- getDeploymentId() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The deployment in which this process definition is contained.
- getDeploymentId() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The deployment id of the process definition of the process instance.
- getDeploymentIdFromDeploymentAnnotation() - Method in class org.flowable.engine.test.FlowableTestHelper
- getDeploymentIds() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getDeploymentIds() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getDeploymentIds() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getDeploymentIds() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getDeploymentIds() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getDeploymentResourceNames(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getDeploymentResourceNames(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves a list of deployment resources for the given deployment, ordered alphabetically.
- getDerivedFrom() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getDerivedFrom() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The derived from process definition value when this is a dynamic process definition
- getDerivedFromRoot() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The root derived from process definition value when this is a dynamic process definition
- getDerivedVersion() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The derived version of the process definition
- getDescription() - Method in class org.flowable.engine.app.AppModel
- getDescription() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The description for the process instance.
- getDescription() - Method in class org.flowable.engine.impl.DataObjectImpl
- getDescription() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getDescription() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
description of this process
- getDescription() - Method in interface org.flowable.engine.runtime.DataObject
-
Description of the DataObject.
- getDescription() - Method in interface org.flowable.engine.runtime.Execution
-
Returns the description of this execution.
- getDescription() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the description of this process instance.
- getDescription() - Method in interface org.flowable.engine.task.Attachment
-
long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to.
- getDiagramResourceName() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The resource name in the deployment of the diagram image (if any).
- getDueDate() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getDurationInMillis() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Difference between
HistoricActivityInstance.getEndTime()
andHistoricActivityInstance.getStartTime()
. - getDurationInMillis() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The difference between
HistoricProcessInstance.getEndTime()
andHistoricProcessInstance.getStartTime()
. - getDurationInMillis() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The difference between
ProcessInstanceHistoryLog.getEndTime()
andProcessInstanceHistoryLog.getStartTime()
. - getDurationInMillis() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getDurationInMillis() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Difference between
ActivityInstance.getEndTime()
andActivityInstance.getStartTime()
. - getDynamicBpmnService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getDynamicBpmnService() - Method in interface org.flowable.engine.ProcessEngine
- getDynamicProcessDefinitionSummary(String) - Method in interface org.flowable.engine.DynamicBpmnService
-
Gives a summary between the
BpmnModel
andDynamicBpmnService.getProcessDefinitionInfo(String)
- getDynamicProcessDefinitionSummary(String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getEdge(String) - Method in class org.flowable.engine.repository.DiagramLayout
- getElement(String) - Method in class org.flowable.engine.dynamic.DynamicProcessDefinitionSummary
-
Returns the summary in the following structure:
- getElements() - Method in class org.flowable.engine.repository.DiagramLayout
- getEnableActivityMappings() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getEnabledActivitiesFromAdhocSubProcess(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEnabledActivitiesFromAdhocSubProcess(String) - Method in interface org.flowable.engine.RuntimeService
-
Gets enabled activities from ad-hoc sub process
- getEndActivityId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
Reference to the activity in which this process instance ended.
- getEndedBefore() - Method in class org.flowable.engine.DefaultHistoryCleaningManager
- getEndTime() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Time when the activity instance ended
- getEndTime() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The time the process was ended.
- getEndTime() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The time the process was ended.
- getEndTime() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getEndTime() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Time when the activity instance ended
- getEndTime() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getEngineName() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getEngineVersion() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getEngineVersion() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getEngineVersion() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The engine version for this process definition (5 or 6)
- getEntity() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityEventImpl
- getEntity() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityExceptionEventImpl
- getEntityLinkChildrenForProcessInstance(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEntityLinkChildrenForProcessInstance(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the
EntityLink
s associated with the given process instance. - getEntityLinkChildrenForTask(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEntityLinkChildrenForTask(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the
EntityLink
s associated with the given task. - getEntityLinkChildrenWithSameRootAsProcessInstance(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEntityLinkChildrenWithSameRootAsProcessInstance(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves all the
EntityLink
s associated with the same root as the given process instance. - getEntityLinkParentsForProcessInstance(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEntityLinkParentsForProcessInstance(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the
EntityLink
s where the given process instance is referenced. - getEntityLinkParentsForTask(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getEntityLinkParentsForTask(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the
EntityLink
s where the given task is referenced. - getErrorCode() - Method in exception org.flowable.engine.delegate.BpmnError
- getErrorCode() - Method in interface org.flowable.engine.delegate.event.FlowableErrorEvent
- getErrorCode() - Method in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- getErrorId() - Method in interface org.flowable.engine.delegate.event.FlowableErrorEvent
- getErrorId() - Method in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- getEscalationCode() - Method in interface org.flowable.engine.delegate.event.FlowableEscalationEvent
- getEscalationCode() - Method in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- getEscalationName() - Method in interface org.flowable.engine.delegate.event.FlowableEscalationEvent
- getEscalationName() - Method in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- getEvent(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getEvent(String) - Method in interface org.flowable.engine.TaskService
-
Returns an individual event with the given id.
- getEventLogEntries(Long, Long) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getEventLogEntries(Long, Long) - Method in interface org.flowable.engine.ManagementService
-
Returns a list of event log entries, describing everything the engine has processed.
- getEventLogEntriesByProcessInstanceId(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getEventLogEntriesByProcessInstanceId(String) - Method in interface org.flowable.engine.ManagementService
-
Returns a list of event log entries for a specific process instance id.
- getEventName() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Will contain the event name in case this execution is passed in for an
ExecutionListener
. - getEventName() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Will contain the event name in case this execution is passed in for an
ExecutionListener
. - getEventRegistry() - Method in class org.flowable.engine.test.FlowableTestCase
- getEventRegistryEngineConfiguration() - Method in class org.flowable.engine.test.FlowableTestCase
- getEventRepositoryService() - Method in class org.flowable.engine.test.FlowableTestCase
- getEventSubscriptionName() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getEventSubscriptions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getEventSubscriptions() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getEventSubscriptionType() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getExcludeTaskRelated() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getExecutedNoOpServiceTaskDelegateClassNames() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- getExecution() - Method in interface org.flowable.engine.delegate.event.FlowableProcessEngineEvent
-
Return the execution this event is associated with.
- getExecution() - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessEventImpl
- getExecution() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- getExecution() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- getExecution() - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- getExecution() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getExecution(FlowableEngineEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- getExecutionEntity() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- getExecutionEntity(FlowableEvent) - Method in class org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
- getExecutionId() - Method in interface org.flowable.engine.event.EventLogEntry
- getExecutionId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Execution reference
- getExecutionId() - Method in interface org.flowable.engine.history.HistoricDetail
-
The identifier for the path of execution.
- getExecutionId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getExecutionId() - Method in class org.flowable.engine.impl.DataObjectImpl
- getExecutionId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getExecutionId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getExecutionId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getExecutionId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getExecutionId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Execution reference
- getExecutionId() - Method in interface org.flowable.engine.runtime.DataObject
-
The id of the execution in which this Data Object resides.
- getExecutionId() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getExecutions() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns the list of execution of which this execution the parent of.
- getExecutionTrees() - Method in class org.flowable.engine.test.impl.logger.AbstractDebugInfo
- getExecutionVariable(String, String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getExecutionVariableInstance(String, String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getExecutionVariableInstances(String, Collection<String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getExecutionVariables(String, Collection<String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getExtensionElements(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getExternalWorkerJobEntity() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- getExternalWorkerJobErrorDetails(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getExternalWorkerJobErrorDetails(String) - Method in interface org.flowable.engine.ManagementService
-
Returns the full error details that were passed to the
ExternalWorkerJobEntity
when the job was last failed. - getExternalWorkerServiceTask() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobAfterContext
- getExternalWorkerServiceTask() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- getFailedMigrationParts() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- getField(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns the
FieldExtension
matching the provided 'fieldName' which is defined for the current activity of the providedDelegateExecution
. - getFieldExpression(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns the
Expression
for the field defined for the current activity of the providedDelegateExecution
. - getFieldExpression(DelegateTask, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Similar to
DelegateHelper.getFieldExpression(DelegateExecution, String)
, but for use within aTaskListener
. - getFields(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns the list of field extensions, represented as instances of
FieldExtension
, for the current activity of the passedDelegateExecution
. - getFinishedAfter() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getFinishedAfter() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getFinishedBefore() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getFinishedBefore() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getFlowable6ProcessEngineConfiguration() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getFlowElement(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns the current
FlowElement
where theDelegateExecution
is currently at. - getFlowElementClass() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getFlowElementExtensionElements(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getFlowElementField(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getFlowElementFieldExpression(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getFlowElementFields(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getFlowElementId() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getFormDefinitionsForProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getFormDefinitionsForProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves the
FormDefinition
s associated with the given process definition. - getFormInstanceById(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getFormKey() - Method in interface org.flowable.engine.form.FormData
-
User defined reference to a form.
- getFormKey() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getFormKey(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getFormProperties() - Method in interface org.flowable.engine.form.FormData
-
Properties containing the dynamic information that needs to be displayed in the form.
- getFormService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getFormService() - Method in interface org.flowable.engine.ProcessEngine
- getFormService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getFormService() - Method in class org.flowable.engine.test.FlowableRule
- getFromActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- getFromActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getFromActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- getFromActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getFromActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- getFromActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getFromCallActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- getFromCallActivityId() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- getFullMessage() - Method in interface org.flowable.engine.task.Comment
-
the full comment message the user had related to the task and/or process instance
- getGetTotalCommandTime() - Method in class org.flowable.engine.test.profiler.CommandStats
- getGroupId() - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- getGroupsAccess() - Method in class org.flowable.engine.app.AppModel
- getGroupsForCandidateUser(String) - Method in interface org.flowable.engine.CandidateManager
- getGroupsForCandidateUser(String) - Method in class org.flowable.engine.DefaultCandidateManager
- getHandledTypes() - Method in interface org.flowable.engine.parse.BpmnParseHandler
-
The types for which this handler must be called during process parsing.
- getHeight() - Method in class org.flowable.engine.repository.DiagramNode
- getHistoricData() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The trail of data, ordered by date (ascending).
- getHistoricData() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getHistoricEntityLinkChildrenForProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricEntityLink
s associated with the given process instance. - getHistoricEntityLinkChildrenForProcessInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricEntityLinkChildrenForTask(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricEntityLink
s associated with the given task. - getHistoricEntityLinkChildrenForTask(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricEntityLinkChildrenWithSameRootAsProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves all the
HistoricEntityLink
s associated with same root as the given process instance. - getHistoricEntityLinkChildrenWithSameRootAsProcessInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricEntityLinkParentsForProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricEntityLink
s where the given process instance is referenced. - getHistoricEntityLinkParentsForProcessInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricEntityLinkParentsForTask(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricEntityLink
s where the given task is referenced. - getHistoricEntityLinkParentsForTask(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricIdentityLinksForProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricIdentityLink
s associated with the given process instance. - getHistoricIdentityLinksForProcessInstance(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistoricIdentityLinksForTask(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the
HistoricIdentityLink
s associated with the given task. - getHistoricIdentityLinksForTask(String) - Method in class org.flowable.engine.impl.HistoryServiceImpl
- getHistory() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getHistoryCleaningManager() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getHistoryCleaningTimeCycleConfig() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getHistoryJobHistoryJson(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getHistoryJobHistoryJson(String) - Method in interface org.flowable.engine.ManagementService
-
Get the advanced configuration (storing the history json data) of a
HistoryJob
. - getHistoryLevel() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getHistoryService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getHistoryService() - Method in interface org.flowable.engine.ProcessEngine
- getHistoryService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getHistoryService() - Method in class org.flowable.engine.test.FlowableRule
- getHttpClientConfig() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getIcon() - Method in class org.flowable.engine.app.AppModel
- getId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
- getId() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getId() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
- getId() - Method in interface org.flowable.engine.form.FormProperty
-
The key used to submit the property in
FormService.submitStartFormData(String, java.util.Map)
orFormService.submitTaskFormData(String, java.util.Map)
- getId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The unique identifier of this historic activity instance.
- getId() - Method in interface org.flowable.engine.history.HistoricDetail
-
The unique DB id for this historic detail
- getId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The process instance id (== as the id for the runtime
process instance
). - getId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The process instance id (== as the id for the runtime
process instance
). - getId() - Method in class org.flowable.engine.impl.DataObjectImpl
- getId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getId() - Method in class org.flowable.engine.repository.DiagramElement
-
Id of the diagram element.
- getId() - Method in interface org.flowable.engine.repository.Model
- getId() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
unique identifier
- getId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The unique identifier of this historic activity instance.
- getId() - Method in interface org.flowable.engine.runtime.DataObject
-
The unique id of this Data Object.
- getId() - Method in interface org.flowable.engine.runtime.Execution
-
The unique identifier of the execution.
- getId() - Method in interface org.flowable.engine.task.Attachment
-
unique id for this attachment
- getId() - Method in interface org.flowable.engine.task.Comment
-
unique identifier for this comment
- getId() - Method in interface org.flowable.engine.task.Event
-
Unique identifier for this event
- getId() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getIdBlockSize() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getIdentityLinksForProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getIdentityLinksForProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves the
IdentityLink
s associated with the given process definition. - getIdentityLinksForProcessInstance(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getIdentityLinksForProcessInstance(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the
IdentityLink
s associated with the given process instance. - getIdentityLinksForTask(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getIdentityLinksForTask(String) - Method in interface org.flowable.engine.TaskService
-
Retrieves the
IdentityLink
s associated with the given task. - getIdentityService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getIdentityService() - Method in interface org.flowable.engine.ProcessEngine
- getIdentityService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getIdentityService() - Method in class org.flowable.engine.test.FlowableRule
- getIdmIdentityService() - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getIdmIdentityService() - Method in class org.flowable.engine.impl.TaskServiceImpl
- getIds() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getInformation(String) - Method in class org.flowable.engine.form.AbstractFormType
- getInformation(String) - Method in interface org.flowable.engine.form.FormType
-
Retrieve type specific extra information like the list of values for enum types or the format for date types.
- getInitialActivityId() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getInitialFlowElement() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getInitialFlowElement() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getInitiatorVariableName() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getInParameters() - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- getInParameters() - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- getInstance() - Static method in class org.flowable.engine.test.profiler.FlowableProfiler
- getInvolvedGroupIdentityLink() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getInvolvedGroupIdentityLink() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getInvolvedGroupIdentityLink() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getInvolvedGroups() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getInvolvedGroups() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getInvolvedGroups() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getInvolvedUser() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getInvolvedUser() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getInvolvedUser() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getInvolvedUserIdentityLink() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getInvolvedUserIdentityLink() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getInvolvedUserIdentityLink() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getJobCategory() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- getJobExceptionStacktrace(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getJobExceptionStacktrace(String) - Method in interface org.flowable.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the job with the given id was last executed.
- getJobTopicExpression() - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- getJpaEntityManagerFactory() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getJpaPersistenceUnitName() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getKey() - Method in class org.flowable.engine.app.AppModel
- getKey() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getKey() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getKey() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getKey() - Method in interface org.flowable.engine.repository.Model
- getKey() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
unique name for all versions this process definitions
- getKeyLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getKeyLike() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getLabelFontName() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getLanguage() - Method in class org.flowable.engine.migration.Script
- getLastUpdateTime() - Method in interface org.flowable.engine.repository.Model
- getListenerExtensionElements(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getListenerField(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getListenerFieldExpression(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getListenerFields(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
- getLocale() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getLocale() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getLocale() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getLocalizationElementProperties(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- getLocalizationElementProperties(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getLocalizationNode(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getLocalizedDescription() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the localized description of this process instance.
- getLocalizedName() - Method in class org.flowable.engine.impl.DataObjectImpl
- getLocalizedName() - Method in interface org.flowable.engine.runtime.DataObject
-
Localized Name of the DataObject.
- getLocalizedName() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the localized name of this process instance.
- getLocalVariablesFromJson(JsonNode, ObjectMapper) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- getLockManager(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getLockManager(String) - Method in interface org.flowable.engine.ManagementService
-
Acquire a lock manager for the requested lock.
- getLogNumber() - Method in interface org.flowable.engine.event.EventLogEntry
- getMailClient(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailClients() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServer(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerDefaultCharset() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerDefaultFrom() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerForceTo() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerHost() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerPassword() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerPort() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServers() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerSSLPort() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerUsername() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerUseSSL() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailServerUseTLS() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailSessionJndi() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailSessionJndi(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- getMailSessionsJndi() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getManagementService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getManagementService() - Method in interface org.flowable.engine.ProcessEngine
- getManagementService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getManagementService() - Method in class org.flowable.engine.test.FlowableRule
- getMessage() - Method in interface org.flowable.engine.task.Event
-
The message that can be used in case this action only has a single message part.
- getMessageData() - Method in interface org.flowable.engine.delegate.event.FlowableMessageEvent
- getMessageData() - Method in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- getMessageName() - Method in interface org.flowable.engine.delegate.event.FlowableMessageEvent
- getMessageName() - Method in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- getMessageParts() - Method in interface org.flowable.engine.task.Event
-
The meaning of the message parts is defined by the action as you can find in
Event.getAction()
- getMetaInfo() - Method in interface org.flowable.engine.repository.Model
- getMigrateToProcessDefinitionId() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getMigrateToProcessDefinitionKey() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getMigrateToProcessDefinitionTenantId() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getMigrateToProcessDefinitionVersion() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getMigrationMessage() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getMigrationStacktrace() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getMockSupport() - Method in class org.flowable.engine.test.FlowableRule
- getMockSupport() - Method in class org.flowable.engine.test.FlowableTestCase
- getMockSupport() - Method in class org.flowable.engine.test.FlowableTestHelper
- getModel(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the
Model
- getModelEditorSource(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getModelEditorSource(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the model editor source as a byte array
- getModelEditorSourceExtra(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getModelEditorSourceExtra(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the model editor source extra as a byte array
- getName() - Method in class org.flowable.engine.app.AppModel
- getName() - Method in interface org.flowable.engine.form.FormProperty
-
The display label
- getName() - Method in interface org.flowable.engine.form.FormType
-
Name for the form type.
- getName() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The name for the process instance.
- getName() - Method in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- getName() - Method in class org.flowable.engine.impl.DataObjectImpl
- getName() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getName() - Method in class org.flowable.engine.impl.DeploymentQueryProperty
- getName() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getName() - Method in class org.flowable.engine.impl.ExecutionQueryProperty
- getName() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- getName() - Method in class org.flowable.engine.impl.HistoricDetailQueryProperty
- getName() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getName() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- getName() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getName() - Method in class org.flowable.engine.impl.ModelQueryProperty
- getName() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getName() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- getName() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getName() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getName() - Method in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- getName() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getName() - Method in enum class org.flowable.engine.repository.MergeMode
- getName() - Method in interface org.flowable.engine.repository.Model
- getName() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
label used for display purposes
- getName() - Method in interface org.flowable.engine.runtime.DataObject
-
Name of the DataObject.
- getName() - Method in interface org.flowable.engine.runtime.Execution
-
Returns the name of this execution.
- getName() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the name of this process instance.
- getName() - Method in interface org.flowable.engine.task.Attachment
-
free user defined short (max 255 chars) name for this attachment
- getName() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getNameLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getNameLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getNameLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getNameLike() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getNameLike() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getNameLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getNestedProcessDefinitionId() - Method in interface org.flowable.engine.delegate.event.FlowableProcessStartedEvent
- getNestedProcessDefinitionId() - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessStartedEventImpl
- getNestedProcessInstanceId() - Method in interface org.flowable.engine.delegate.event.FlowableProcessStartedEvent
- getNestedProcessInstanceId() - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessStartedEventImpl
- getNewAssigneeFromJson(JsonNode) - Method in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter
- getNode(String) - Method in class org.flowable.engine.repository.DiagramLayout
- getNodes() - Method in class org.flowable.engine.repository.DiagramLayout
- getNrOfNoOpServiceTaskExecutions() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- getNumberOfActiveInstances() - Method in interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityCompletedEvent
- getNumberOfActiveInstances() - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- getNumberOfCompletedInstances() - Method in interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityCompletedEvent
- getNumberOfCompletedInstances() - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- getNumberOfInstances() - Method in interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityCompletedEvent
- getNumberOfInstances() - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- getOnlyProcessInstances() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getOnlyProcessInstances() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getOperation() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getOrCreateDefaultMaiLServer() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getOrQueryObjects() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getOrQueryObjects() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getOrQueryObjects() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getOverrideDefinitionTenantId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getOwner() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getOwner() - Method in class org.flowable.engine.interceptor.MigrationContext
- getOwnerId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getParent() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- getParent() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns the parent of this execution, or null if there no parent.
- getParentDeploymentId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getParentDeploymentId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getParentDeploymentId() - Method in interface org.flowable.engine.repository.Deployment
- getParentDeploymentIdLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getParentDeploymentIds() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getParentId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Gets the id of the parent of this execution.
- getParentId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Gets the id of the parent of this execution.
- getParentId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getParentId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
-
Methods needed for ibatis because of re-use of query-xml for executions.
- getParentId() - Method in interface org.flowable.engine.runtime.Execution
-
Gets the id of the parent of this execution.
- getParentNode() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getParentScopeId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getParentScopeId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getParentScopeId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getPostExecutionTime() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getPostUpgradeJavaDelegate() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPostUpgradeJavaDelegateExpression() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPostUpgradeScript() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPotentialStarterGroups(String) - Method in interface org.flowable.engine.IdentityService
-
Returns the potential starter groups for a given process definition.
- getPotentialStarterGroups(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getPotentialStarterUsers(String) - Method in interface org.flowable.engine.IdentityService
-
Returns the potential starter users for a given process definition.
- getPotentialStarterUsers(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getPredefinedProcessInstanceId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getPreExecutionTime() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- getPreUpgradeJavaDelegate() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPreUpgradeJavaDelegateExpression() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPreUpgradeScript() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getPriority() - Method in class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
- getPriority() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getPriority() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- getProcDefId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getProcess() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getProcess() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getProcessDefinition() - Method in interface org.flowable.engine.form.StartFormData
-
The process definition for which this form is starting a new process instance
- getProcessDefinition() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getProcessDefinition() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getProcessDefinition(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the
ProcessDefinition
including all BPMN information like additional Properties (e.g. documentation). - getProcessDefinitionBpmnModel(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessDefinitionByKey(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessDefinitionCategory() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The category of the process definition of the process instance.
- getProcessDefinitionCategory() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionCategory() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionCategory() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionCategory() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The category of the process definition of the process instance.
- getProcessDefinitionCategoryLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionCategoryLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionCategoryLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionCategoryLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionCategoryLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionCategoryLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionEngineVersion() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionEngineVersion() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
The process definition key for the process instance this execution is associated with.
- getProcessDefinitionId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
The process definition key for the process instance this execution is associated with.
- getProcessDefinitionId() - Method in interface org.flowable.engine.event.EventLogEntry
- getProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Process definition reference
- getProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The process definition reference.
- getProcessDefinitionId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The process definition reference.
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getProcessDefinitionId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Process definition reference
- getProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The id of the process definition of the process instance.
- getProcessDefinitionId() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- getProcessDefinitionIdLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionIds() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionIds() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionInfo(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessDefinitionInfo(String) - Method in interface org.flowable.engine.DynamicBpmnService
- getProcessDefinitionInfo(String) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- getProcessDefinitionKey() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionKey() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getProcessDefinitionKey() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionKey() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionKey() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionKeyIn() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionKeyLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getProcessDefinitionKeyLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionKeyLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionKeyLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionKeyLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionKeys() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionKeys() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionName() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The name of the process definition of the process instance.
- getProcessDefinitionName() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionName() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionName() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionName() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The name of the process definition of the process instance.
- getProcessDefinitionNameLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionNameLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionNameLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionNameLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionProcessObject(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessDefinitionVersion() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The version of the process definition of the process instance.
- getProcessDefinitionVersion() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessDefinitionVersion() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessDefinitionVersion() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessDefinitionVersion() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The version of the process definition of the process instance.
- getProcessDiagram(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getProcessDiagram(String) - Method in interface org.flowable.engine.RepositoryService
-
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.
- getProcessDiagramGenerator() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getProcessDiagramLayout(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getProcessDiagramLayout(String) - Method in interface org.flowable.engine.RepositoryService
-
Provides positions and dimensions of elements in a process diagram as provided by
RepositoryService.getProcessDiagram(String)
. - getProcessEngine() - Method in class org.flowable.engine.test.FlowableRule
- getProcessEngine() - Method in class org.flowable.engine.test.FlowableTestHelper
- getProcessEngine(String) - Static method in class org.flowable.engine.ProcessEngines
-
obtain a process engine by name.
- getProcessEngineConfiguration() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getProcessEngineConfiguration() - Method in interface org.flowable.engine.ProcessEngine
- getProcessEngineConfiguration() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getProcessEngineInfo(String) - Static method in class org.flowable.engine.ProcessEngines
-
Get initialization results.
- getProcessEngineInfos() - Static method in class org.flowable.engine.ProcessEngines
-
Get initialization results.
- getProcessEngines() - Static method in class org.flowable.engine.ProcessEngines
-
provides access to process engine to application clients in a managed server environment.
- getProcessExecutionLogger() - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- getProcessInstance() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getProcessInstance() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
- getProcessInstance(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getProcessInstanceAttachments(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getProcessInstanceAttachments(String) - Method in interface org.flowable.engine.TaskService
-
The list of attachments associated to a process instance
- getProcessInstanceBusinessKey() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
The business key for the process instance this execution is associated with.
- getProcessInstanceBusinessKey() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
The business key for the process instance this execution is associated with.
- getProcessInstanceBusinessStatus() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
The business status for the process instance this execution is associated with.
- getProcessInstanceBusinessStatus() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
The business status for the process instance this execution is associated with.
- getProcessInstanceComments(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getProcessInstanceComments(String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given process instance.
- getProcessInstanceComments(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getProcessInstanceComments(String, String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given process instance.
- getProcessInstanceEvents(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getProcessInstanceEvents(String) - Method in interface org.flowable.engine.RuntimeService
-
The all events related to the given Process Instance.
- getProcessInstanceId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Reference to the overall process instance
- getProcessInstanceId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Reference to the overall process instance
- getProcessInstanceId() - Method in interface org.flowable.engine.event.EventLogEntry
- getProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Process instance reference
- getProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricDetail
-
The process instance reference.
- getProcessInstanceId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.DataObjectImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessInstanceId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getProcessInstanceId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Process instance reference
- getProcessInstanceId() - Method in interface org.flowable.engine.runtime.DataObject
-
/** The id of the process instance that this Data Object is associated with.
- getProcessInstanceId() - Method in interface org.flowable.engine.runtime.Execution
-
Id of the root of the execution tree representing the process instance.
- getProcessInstanceId() - Method in interface org.flowable.engine.task.Attachment
-
reference to the process instance to which this attachment is associated.
- getProcessInstanceId() - Method in interface org.flowable.engine.task.Comment
-
reference to the process instance on which this comment was made
- getProcessInstanceId() - Method in interface org.flowable.engine.task.Event
-
reference to the process instance on which this comment was made
- getProcessInstanceIds() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getProcessInstanceIds() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessInstanceIds() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getProcessInstanceMigrationDocument() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Builds a ProcessInstanceMigrationDocument
- getProcessInstanceName() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getProcessInstanceVariables() - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocument
- getProcessKeyNotIn() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getProcessMigrationService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getProcessMigrationService() - Method in interface org.flowable.engine.ProcessEngine
- getProcessModel(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getProcessModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.
- getProcessVariables() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
Returns the process variables if requested in the process instance query
- getProcessVariables() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the process variables if requested in the process instance query
- getProfileSessions() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- getPropagatedStageInstanceId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
If this execution runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be precise).
- getPropagatedStageInstanceId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
If this execution runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be precise).
- getPropagatedStageInstanceId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
If this process instance runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be precise).
- getPropagatedStageInstanceId() - Method in interface org.flowable.engine.runtime.Execution
-
If this execution runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be precise).
- getProperties() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getProperties() - Method in interface org.flowable.engine.ManagementService
-
get the list of properties.
- getPropertyId() - Method in interface org.flowable.engine.history.HistoricFormProperty
-
the id or key of the property
- getPropertyValue() - Method in interface org.flowable.engine.history.HistoricFormProperty
-
the submitted value
- getRawCommandExecutor() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getRawProcessConfiguration() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getRawProcessEngine() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getReferenceId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The reference id for the process instance.
- getReferenceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getReferenceId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getReferenceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getReferenceId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getReferenceId() - Method in interface org.flowable.engine.runtime.Execution
-
If this execution has created a case (through a case task), this will return the referenced case instance id.
- getReferenceType() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The reference type for the process instance.
- getReferenceType() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getReferenceType() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getReferenceType() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getReferenceType() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getReferenceType() - Method in interface org.flowable.engine.runtime.Execution
-
If this execution has created a case (through a case task), this will return the referenced case type (e.g. bpmn-x-to-cmmn-y type).
- getRenderedStartForm(String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the default build-in form engine for starting a new process instance.
- getRenderedStartForm(String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getRenderedStartForm(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getRenderedStartForm(String, String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the given build-in form engine for starting a new process instance.
- getRenderedStartForm(String, String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getRenderedTaskForm(String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the default build-in form engine for completing a task.
- getRenderedTaskForm(String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getRenderedTaskForm(String, String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the given build-in form engine for completing a task.
- getRenderedTaskForm(String, String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getRepositoryService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getRepositoryService() - Method in interface org.flowable.engine.ProcessEngine
- getRepositoryService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getRepositoryService() - Method in class org.flowable.engine.test.FlowableRule
- getRescheduledJobId() - Method in interface org.flowable.engine.delegate.event.FlowableJobRescheduledEvent
- getRescheduledJobId() - Method in class org.flowable.engine.delegate.event.impl.FlowableJobRescheduledEventImpl
- getResourceAsStream(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- getResourceAsStream(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Gives access to a deployment resource through a stream of bytes.
- getResourceName() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getResourceName() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
name of
the resource
of this process definition. - getResourceNameLike() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getResult() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getResultsOfBatchProcessInstanceMigration(String) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- getResultsOfBatchProcessInstanceMigration(String) - Method in interface org.flowable.engine.ProcessMigrationService
- getRevision() - Method in interface org.flowable.engine.history.HistoricVariableUpdate
- getRoot() - Method in class org.flowable.engine.debug.ExecutionTree
- getRootProcessInstanceId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
The 'root' process instance.
- getRootProcessInstanceId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
The 'root' process instance.
- getRootProcessInstanceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getRootProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getRootProcessInstanceId() - Method in interface org.flowable.engine.runtime.Execution
-
Id of the root of the execution tree representing the process instance that has no super execution.
- getRootScopeId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getRootScopeId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getRootScopeId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getRuntimeService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getRuntimeService() - Method in interface org.flowable.engine.ProcessEngine
- getRuntimeService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getRuntimeService() - Method in class org.flowable.engine.test.FlowableRule
- getSafeAuthorizationGroups() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getSafeInvolvedGroups() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getSafeInvolvedGroups() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getSafeInvolvedGroups() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getScript() - Method in class org.flowable.engine.migration.Script
- getScriptingEngineValue(String, String, DelegateExecution) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getSerialversionuid() - Static method in class org.flowable.engine.impl.ModelQueryImpl
- getSignalData() - Method in interface org.flowable.engine.delegate.event.FlowableSignalEvent
- getSignalData() - Method in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- getSignalName() - Method in interface org.flowable.engine.delegate.event.FlowableSignalEvent
- getSignalName() - Method in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- getSkipExpression() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getSourceActivityBehaviorClass() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getSourceActivityBehaviorClass() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getSourceActivityId() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getSourceActivityId() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getSourceActivityName() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getSourceActivityName() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getSourceActivityType() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getSourceActivityType() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getSourceProcessDefinitionId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getSourceProcessDefinitionId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getStartActivityId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The start activity.
- getStartActivityId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The start activity.
- getStartActivityId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getStartedAfter() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getStartedAfter() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getStartedAfter() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getStartedAfter() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getStartedBefore() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getStartedBefore() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getStartedBefore() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getStartedBefore() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getStartedBy() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getStartedBy() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getStartedBy() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getStartFormData(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getStartFormData(String) - Method in interface org.flowable.engine.FormService
-
Retrieves all data necessary for rendering a form to start a new process instance.
- getStartFormData(String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getStartFormKey(String) - Method in interface org.flowable.engine.FormService
-
Retrieves a user defined reference to a start form.
- getStartFormKey(String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getStartFormModel(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getStartFormModel(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Gets a Form model instance of the start form of a specific process definition or process instance
- getStartTime() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Time when the activity instance started
- getStartTime() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The time the process was started.
- getStartTime() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The time the process was started.
- getStartTime() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getStartTime() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Time when the activity instance started
- getStartTime() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the start time of this process instance.
- getStartTime() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getStartUserId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The authenticated user that started this process instance.
- getStartUserId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The authenticated user that started this process instance.
- getStartUserId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getStartUserId() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the user id of this process instance.
- getState() - Method in interface org.flowable.engine.delegate.variable.VariableAggregatorContext
- getStatus() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getStatus() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getStore(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- getSubProcessInstanceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getSubProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getSubTasks(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getSubTasks(String) - Method in interface org.flowable.engine.TaskService
-
The list of subtasks for this parent task
- getSuccessfulMigrationParts() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getSummary() - Method in class org.flowable.engine.dynamic.DynamicProcessDefinitionSummary
- getSuperExecutionId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Gets the id of the calling execution.
- getSuperExecutionId() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Gets the id of the calling execution.
- getSuperExecutionId() - Method in interface org.flowable.engine.runtime.Execution
-
Gets the id of the super execution of this execution.
- getSuperProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The process instance id of a potential super process instance or null if no super process instance exists
- getSuperProcessInstanceId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The process instance id of a potential super process instance or null if no super process instance exists
- getSuperProcessInstanceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getSuperProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getSuperProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getSuperProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getSuspendedJobExceptionStacktrace(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getSuspendedJobExceptionStacktrace(String) - Method in interface org.flowable.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the
SuspendedJobEntity
with the given id was last executed. - getSuspensionState() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getSuspensionState() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getSuspensionState() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getTableCount() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getTableCount() - Method in interface org.flowable.engine.ManagementService
-
Get the mapping containing {table name, row count} entries of the database schema.
- getTableMetaData(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getTableMetaData(String) - Method in interface org.flowable.engine.ManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- getTableName(Class<?>) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getTableName(Class<?>) - Method in interface org.flowable.engine.ManagementService
-
Gets the table name (including any configured prefix) for an entity like Task, Execution or the like.
- getTableName(Class<?>, boolean) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getTableName(Class<?>, boolean) - Method in interface org.flowable.engine.ManagementService
-
Gets the table name for an entity like Task, Execution or the like.
- getTargetActivityBehaviorClass() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getTargetActivityBehaviorClass() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getTargetActivityId() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getTargetActivityId() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getTargetActivityName() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getTargetActivityName() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getTargetActivityType() - Method in interface org.flowable.engine.delegate.event.FlowableSequenceFlowTakenEvent
- getTargetActivityType() - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- getTargetProcessDefinitionId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- getTargetProcessDefinitionId() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getTask() - Method in interface org.flowable.engine.form.TaskFormData
-
The task for which this form is used to complete it.
- getTaskAttachments(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskAttachments(String) - Method in interface org.flowable.engine.TaskService
-
The list of attachments associated to a task
- getTaskComments(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskComments(String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given task.
- getTaskComments(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskComments(String, String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given task of the given type.
- getTaskEntity() - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- getTaskEvents(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskEvents(String) - Method in interface org.flowable.engine.TaskService
-
The all events related to the given task.
- getTaskFormData(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getTaskFormData(String) - Method in interface org.flowable.engine.FormService
-
Retrieves all data necessary for rendering a form to complete a task.
- getTaskFormData(String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getTaskFormKey(String, String) - Method in interface org.flowable.engine.FormService
-
Retrieves a user defined reference to a task form.
- getTaskFormKey(String, String) - Method in class org.flowable.engine.impl.FormServiceImpl
- getTaskFormModel(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskFormModel(String) - Met
ProcessEngineConfiguration.getCleanInstancesEndedAfter()
instead