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) - Method in interface org.flowable.engine.TaskService
-
Gets a Form model instance of the task form of a specific task
- getTaskFormModel(String, boolean) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getTaskFormModel(String, boolean) - Method in interface org.flowable.engine.TaskService
-
Gets a Form model instance of the task form of a specific task without any variable handling
- getTaskId() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- getTaskId() - Method in interface org.flowable.engine.event.EventLogEntry
- getTaskId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
The corresponding task in case of task activity
- getTaskId() - Method in interface org.flowable.engine.history.HistoricDetail
-
The identifier for the task.
- getTaskId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getTaskId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
The corresponding task in case of task activity
- getTaskId() - Method in interface org.flowable.engine.task.Attachment
-
reference to the task to which this attachment is associated.
- getTaskId() - Method in interface org.flowable.engine.task.Comment
-
reference to the task on which this comment was made
- getTaskId() - Method in interface org.flowable.engine.task.Event
-
reference to the task on which this comment was made
- getTaskPostProcessor() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getTaskService() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- getTaskService() - Method in interface org.flowable.engine.ProcessEngine
- getTaskService() - Method in class org.flowable.engine.ProcessEngineConfiguration
- getTaskService() - Method in class org.flowable.engine.test.FlowableRule
- getTenantId() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Returns the tenant id, if any is set before on the process definition or process instance.
- getTenantId() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Returns the tenant identifier for the historic activity
- getTenantId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The tenant identifier for the process instance.
- getTenantId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The tenant identifier for the process instance.
- getTenantId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getTenantId() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- getTenantId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getTenantId() - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- getTenantId() - Method in interface org.flowable.engine.repository.Model
- getTenantId() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
The tenant identifier of this process definition
- getTenantId() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Returns the tenant identifier for the historic activity
- getTenantId() - Method in interface org.flowable.engine.runtime.Execution
-
The tenant identifier of this process instance
- getTenantId() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The tenant identifier of this process instance
- getTenantIdLike() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getTenantIdLike() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getTenantIdLikeIgnoreCase() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- getTenantIdLikeIgnoreCase() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- getTenantIdLikeIgnoreCase() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- getTenantIds() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- getTestHelper(ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- getTheme() - Method in class org.flowable.engine.app.AppModel
- getTime() - Method in interface org.flowable.engine.history.HistoricDetail
-
The time when this detail occurred
- getTime() - Method in interface org.flowable.engine.task.Attachment
-
timestamp when this attachment was created
- getTime() - Method in interface org.flowable.engine.task.Comment
-
time and date when the user made the comment
- getTime() - Method in interface org.flowable.engine.task.Event
-
time and date when the user made the comment
- getTimerJobExceptionStacktrace(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- getTimerJobExceptionStacktrace(String) - Method in interface org.flowable.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the
TimerJobEntity
with the given id was last executed. - getTimeStamp() - Method in interface org.flowable.engine.event.EventLogEntry
- getToActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getToActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getToActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- getToActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getToActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- getToActivityIds() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getToCallActivityId() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- getToCallActivityId() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- getTotalCommandTime - Variable in class org.flowable.engine.test.profiler.CommandStats
- getTotalTime() - Method in class org.flowable.engine.test.profiler.ProfileSession
- getTotalTimeInMs() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- getTransactionOrder() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
Get transaction order value
- getTransactionOrder() - Method in interface org.flowable.engine.runtime.ActivityInstance
-
Get transaction order value
- getTransientVariables() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getTransientVariables() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getTreeNode(String) - Method in class org.flowable.engine.debug.ExecutionTree
-
Looks up the
ExecutionEntity
for a given id. - getTreeNode(String, ExecutionTreeNode) - Method in class org.flowable.engine.debug.ExecutionTree
- getType() - Method in interface org.flowable.engine.event.EventLogEntry
- getType() - Method in interface org.flowable.engine.form.FormProperty
-
Type of the property.
- getType() - Method in class org.flowable.engine.impl.DataObjectImpl
- getType() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- getType() - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- getType() - Method in interface org.flowable.engine.runtime.DataObject
-
Type of the DataObject.
- getType() - Method in interface org.flowable.engine.task.Attachment
-
indication of the type of content that this attachment refers to.
- getType() - Method in interface org.flowable.engine.task.Comment
-
reference to the type given to the comment
- getType(ELContext, Object, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- getTypes() - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- getUrl() - Method in interface org.flowable.engine.task.Attachment
-
the remote URL in case this is remote content.
- getUserId() - Method in interface org.flowable.engine.event.EventLogEntry
- getUserId() - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- getUserId() - Method in interface org.flowable.engine.task.Attachment
-
reference to the user who created this attachment.
- getUserId() - Method in interface org.flowable.engine.task.Comment
-
reference to the user that made the comment
- getUserId() - Method in interface org.flowable.engine.task.Event
-
reference to the user that made the comment
- getUserInfo(String, String) - Method in interface org.flowable.engine.IdentityService
-
Generic extensibility key-value pairs associated with a user
- getUserInfo(String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getUserInfoKeys(String) - Method in interface org.flowable.engine.IdentityService
-
Generic extensibility keys associated with a user
- getUserInfoKeys(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getUserPicture(String) - Method in interface org.flowable.engine.IdentityService
-
Retrieves the picture for a given user.
- getUserPicture(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- getUsersAccess() - Method in class org.flowable.engine.app.AppModel
- getUserTask() - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- getUserTask() - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- getValidationMessages() - Method in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- getValue() - Method in interface org.flowable.engine.form.FormProperty
-
Optional value that should be used to display in this property
- getValue() - Method in interface org.flowable.engine.history.HistoricVariableUpdate
- getValue() - Method in class org.flowable.engine.impl.DataObjectImpl
- getValue() - Method in interface org.flowable.engine.runtime.DataObject
-
Value of the DataObject.
- getValue(ELContext, Object, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- getVariable(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariable(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariable(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The variable value.
- getVariable(String, String) - Method in interface org.flowable.engine.TaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariable(String, String, Class<T>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariable(String, String, Class<T>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariable(String, String, Class<T>) - Method in interface org.flowable.engine.RuntimeService
-
The variable value.
- getVariable(String, String, Class<T>) - Method in interface org.flowable.engine.TaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariableInstance(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstance(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstance(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The variable.
- getVariableInstance(String, String) - Method in interface org.flowable.engine.TaskService
-
The variable.
- getVariableInstanceId() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- getVariableInstanceLocal(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstanceLocal(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstanceLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The variable for an execution.
- getVariableInstanceLocal(String, String) - Method in interface org.flowable.engine.TaskService
-
The variable for a task.
- getVariableInstances(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstances(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstances(String) - Method in interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- getVariableInstances(String) - Method in interface org.flowable.engine.TaskService
-
All variables visible from the given task scope (including parent scopes).
- getVariableInstances(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstances(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstances(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
- getVariableInstances(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
The variable values for all given variableNames, takes all variables into account which are visible from the given task scope (including parent scopes).
- getVariableInstancesByExecutionIds(Set<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstancesByExecutionIds(Set<String>) - Method in interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- getVariableInstancesLocal(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstancesLocal(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstancesLocal(String) - Method in interface org.flowable.engine.RuntimeService
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariableInstancesLocal(String) - Method in interface org.flowable.engine.TaskService
-
All variable values that are defined in the task scope, without taking outer scopes into account.
- getVariableInstancesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableInstancesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstancesLocal(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
- getVariableInstancesLocal(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
The variable values for all given variableNames that are defined in the given task's scope.
- getVariableInstancesLocalByTaskIds(Set<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableInstancesLocalByTaskIds(Set<String>) - Method in interface org.flowable.engine.TaskService
-
get all variables and search only in the task scope.
- getVariableLocal(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableLocal(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The variable value for an execution.
- getVariableLocal(String, String) - Method in interface org.flowable.engine.TaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariableLocal(String, String, Class<T>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariableLocal(String, String, Class<T>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariableLocal(String, String, Class<T>) - Method in interface org.flowable.engine.RuntimeService
-
The variable value for an execution.
- getVariableLocal(String, String, Class<T>) - Method in interface org.flowable.engine.TaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariableName() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- getVariableName() - Method in interface org.flowable.engine.history.HistoricVariableUpdate
- getVariables() - Method in interface org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
- getVariables() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
- getVariables() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- getVariables() - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- getVariables(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariables(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariables(String) - Method in interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- getVariables(String) - Method in interface org.flowable.engine.TaskService
-
get all variables and search in the task scope and if available also the execution scopes.
- getVariables(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariables(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariables(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
- getVariables(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
get values for all given variableNames and search only in the task scope.
- getVariables(ProcessInstance) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- getVariablesLocal(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariablesLocal(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariablesLocal(String) - Method in interface org.flowable.engine.RuntimeService
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariablesLocal(String) - Method in interface org.flowable.engine.TaskService
-
get all variables and search only in the task scope.
- getVariablesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- getVariablesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- getVariablesLocal(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
- getVariablesLocal(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
get a variable on a task
- getVariableType() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- getVariableTypeName() - Method in interface org.flowable.engine.history.HistoricVariableUpdate
- getVariableValue() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- getVersion() - Method in class org.flowable.engine.impl.ModelQueryImpl
- getVersion() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getVersion() - Method in interface org.flowable.engine.repository.Model
- getVersion() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
version of this process definition
- getVersionGt() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getVersionGte() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getVersionLt() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getVersionLte() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- getWaitingMigrationParts() - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- getWaypoints() - Method in class org.flowable.engine.repository.DiagramEdge
- getWidth() - Method in class org.flowable.engine.repository.DiagramNode
- getWithNewAssignee() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getWithNewAssignee() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getWithNewAssignee() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- getWithNewOwner() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- getWithNewOwner() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- getWithNewOwner() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- getWrappedActivityBehaviorFactory() - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- getX() - Method in class org.flowable.engine.repository.DiagramEdgeWaypoint
- getX() - Method in class org.flowable.engine.repository.DiagramNode
- getY() - Method in class org.flowable.engine.repository.DiagramEdgeWaypoint
- getY() - Method in class org.flowable.engine.repository.DiagramNode
- GLOBAL_PROCESS_DEFINITION_PROPERTIES - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- GREATER_THAN - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- GREATER_THAN_OR_EQUAL - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- groupId - Variable in class org.flowable.engine.impl.IdentityLinkQueryObject
- groupsAccess - Variable in class org.flowable.engine.app.AppModel
H
- handleAddAssigneeIdentityLinkToTask(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleAddIdentityLinkToTask(TaskEntity, IdentityLinkEntity) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleAddOwnerIdentityLinkToTask(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleClaim(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.UserTaskStateInterceptor
- handleComplete(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.UserTaskStateInterceptor
- handleCompleteTask(TaskEntity) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleCompleteWithForm(TaskEntity, FormInfo, String, String, Map<String, Object>) - Method in interface org.flowable.engine.interceptor.UserTaskStateInterceptor
- handleCreateProcessInstance(ExecutionEntity) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleCreateSubProcessInstance(ExecutionEntity, ExecutionEntity) - Method in interface org.flowable.engine.interceptor.IdentityLinkInterceptor
- handleFailedJob(Job, Throwable) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- handleHistoryCleanupTimerJob() - Method in class org.flowable.engine.impl.ManagementServiceImpl
- handleHistoryCleanupTimerJob() - Method in interface org.flowable.engine.ManagementService
- handleInProgressStart(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.UserTaskStateInterceptor
- handleUnclaim(TaskEntity, String) - Method in interface org.flowable.engine.interceptor.UserTaskStateInterceptor
- hasEditorSource() - Method in interface org.flowable.engine.repository.Model
-
whether this model has editor source
- hasEditorSourceExtra() - Method in interface org.flowable.engine.repository.Model
-
whether this model has editor source extra
- hasErrors() - Method in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- hasGraphicalNotation() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
Does this process definition has a graphical notation defined (such that a diagram can be generated)?
- hasNext() - Method in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- hasStartFormKey() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
Does this process definition has a
start form key
. - hasVariable(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- hasVariable(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- hasVariable(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Check whether or not this execution has variable set with the given name, Searching for the variable is done in all scopes that are visible to the given execution (including parent scopes).
- hasVariable(String, String) - Method in interface org.flowable.engine.TaskService
-
checks whether or not the task has a variable defined with the given name, in the task scope and if available also the execution scopes.
- hasVariableLocal(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- hasVariableLocal(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- hasVariableLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Check whether or not this execution has a local variable set with the given name.
- hasVariableLocal(String, String) - Method in interface org.flowable.engine.TaskService
-
checks whether or not the task has a variable defined with the given name, local task scope only.
- HISTORIC_ACTIVITY_INSTANCE_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- HISTORIC_ACTIVITY_INSTANCES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- HISTORIC_PROCESS_INSTANCES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- HISTORIC_TASK_INSTANCES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- HISTORIC_TASK_LOG_ENTRIES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- HISTORIC_TYPES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- HistoricActivityInstance - Interface in org.flowable.engine.history
-
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
- historicActivityInstanceCreated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- historicActivityInstanceEnded(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- HistoricActivityInstanceQuery - Interface in org.flowable.engine.history
-
Programmatic querying for
HistoricActivityInstance
s. - HistoricActivityInstanceQueryImpl - Class in org.flowable.engine.impl
- HistoricActivityInstanceQueryImpl() - Constructor for class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- HistoricActivityInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- HistoricActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- HistoricActivityInstanceQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties which can be used in a
HistoricActivityInstanceQuery
. - HistoricActivityInstanceQueryProperty(String) - Constructor for class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- historicData - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- historicDataService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- historicDataService - Variable in class org.flowable.engine.test.FlowableTestCase
- HistoricDetail - Interface in org.flowable.engine.history
-
Base class for all kinds of information that is related to either a
HistoricProcessInstance
or aHistoricActivityInstance
. - HistoricDetailQuery - Interface in org.flowable.engine.history
-
Programmatic querying for
HistoricDetail
s. - HistoricDetailQueryImpl - Class in org.flowable.engine.impl
- HistoricDetailQueryImpl() - Constructor for class org.flowable.engine.impl.HistoricDetailQueryImpl
- HistoricDetailQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.HistoricDetailQueryImpl
- HistoricDetailQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.HistoricDetailQueryImpl
- HistoricDetailQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties which can be used in a
HistoricDetailQuery
. - HistoricDetailQueryProperty(String) - Constructor for class org.flowable.engine.impl.HistoricDetailQueryProperty
- HistoricFormProperty - Interface in org.flowable.engine.history
-
A single field that was submitted in either a start form or a task form.
- historicProcessInstance - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- HistoricProcessInstance - Interface in org.flowable.engine.history
-
A single execution of a whole process definition that is stored permanently.
- historicProcessInstanceCreated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- historicProcessInstanceEnded(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- HistoricProcessInstanceQuery - Interface in org.flowable.engine.history
-
Allows programmatic querying of
HistoricProcessInstance
s. - HistoricProcessInstanceQueryImpl - Class in org.flowable.engine.impl
- HistoricProcessInstanceQueryImpl() - Constructor for class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- HistoricProcessInstanceQueryImpl(CommandContext, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- HistoricProcessInstanceQueryImpl(CommandExecutor, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- HistoricProcessInstanceQueryInterceptor - Interface in org.flowable.engine.interceptor
- HistoricProcessInstanceQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties which can be used in a
HistoricProcessInstanceQueryProperty
. - HistoricProcessInstanceQueryProperty(String) - Constructor for class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- HistoricVariableUpdate - Interface in org.flowable.engine.history
-
Update of a process variable.
- history - Variable in class org.flowable.engine.ProcessEngineConfiguration
- historyCleaningManager - Variable in class org.flowable.engine.ProcessEngineConfiguration
- HistoryCleaningManager - Interface in org.flowable.engine
- historyCleaningTimeCycleConfig - Variable in class org.flowable.engine.ProcessEngineConfiguration
- historyLevel - Variable in class org.flowable.engine.ProcessEngineConfiguration
- historyService - Variable in class org.flowable.engine.test.FlowableRule
- HistoryService - Interface in org.flowable.engine
-
Service exposing information about ongoing and past process instances.
- HistoryServiceImpl - Class in org.flowable.engine.impl
- HistoryServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.HistoryServiceImpl
- httpClientConfig - Variable in class org.flowable.engine.ProcessEngineConfiguration
- HttpClientConfig - Class in org.flowable.engine.cfg
- HttpClientConfig() - Constructor for class org.flowable.engine.cfg.HttpClientConfig
I
- icon - Variable in class org.flowable.engine.app.AppModel
- id - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- id - Variable in class org.flowable.engine.impl.DataObjectImpl
- id - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- id - Variable in class org.flowable.engine.impl.ModelQueryImpl
- id - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- id - Variable in class org.flowable.engine.repository.DiagramElement
- id - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- id() - Element in annotation interface org.flowable.engine.test.mock.MockServiceTask
- id(String) - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select historic info with the given id.
- id(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- idBlockSize - Variable in class org.flowable.engine.ProcessEngineConfiguration
- IdentityLinkInterceptor - Interface in org.flowable.engine.interceptor
- IdentityLinkQueryObject - Class in org.flowable.engine.impl
- IdentityLinkQueryObject(String, String, String) - Constructor for class org.flowable.engine.impl.IdentityLinkQueryObject
- identityService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- identityService - Variable in class org.flowable.engine.test.FlowableRule
- identityService - Variable in class org.flowable.engine.test.FlowableTestCase
- IdentityService - Interface in org.flowable.engine
-
Service to manage
User
s andGroup
s. - IdentityServiceImpl - Class in org.flowable.engine.impl
- IdentityServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.IdentityServiceImpl
- ids - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- ids() - Element in annotation interface org.flowable.engine.test.mock.NoOpServiceTasks
- IN_PARENT_PROCESS_OF_CALL_ACTIVITY_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- IN_SUB_PROCESS_OF_CALL_ACTIVITY_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- inactivate() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Inactivates this execution.
- includeActivities - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeActivities() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theHistoricActivityInstance
instances. - includeActivities() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeChildExecutionsWithBusinessKeyQuery - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- includeChildExecutionsWithBusinessKeyQuery - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- includeComments - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeComments() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theComment
instances. - includeComments() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeFormProperties - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeFormProperties() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theHistoricFormProperty
instances. - includeFormProperties() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeProcessVariables - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- includeProcessVariables - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- includeProcessVariables() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Include process variables in the process query result
- includeProcessVariables() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- includeProcessVariables() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- includeProcessVariables() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Include process variables in the process query result
- includeTasks - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeTasks() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theHistoricTaskInstance
instances. - includeTasks() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeVariables - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeVariables() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theHistoricVariableInstance
instances. - includeVariables() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeVariableUpdates - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- includeVariableUpdates() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
The
ProcessInstanceHistoryLog
will contain theHistoricVariableUpdate
instances. - includeVariableUpdates() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- inheritVariables - Variable in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- init() - Static method in class org.flowable.engine.ProcessEngines
-
Initializes all process engines that can be found on the classpath for resources
flowable.cfg.xml
(plain Flowable style configuration) and for resourcesflowable-context.xml
(Spring style configuration). - initialActivityId - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- initialFlowElement - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- initialFlowElement - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- initializeMockSupport() - Method in class org.flowable.engine.test.FlowableRule
- initializeMockSupport() - Method in class org.flowable.engine.test.FlowableTestCase
- initializeProcessEngine() - Method in class org.flowable.engine.test.FlowableRule
- initializeProcessEngine() - Method in class org.flowable.engine.test.FlowableTestCase
- initializeServices() - Method in class org.flowable.engine.test.FlowableRule
- initializeServices() - Method in class org.flowable.engine.test.FlowableTestCase
- initiatorVariableName - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- initProcessEngineFromSpringResource(URL) - Static method in class org.flowable.engine.ProcessEngines
- injectEmbeddedSubProcessInProcessInstance(String, DynamicEmbeddedSubProcessBuilder) - Method in interface org.flowable.engine.DynamicBpmnService
- injectEmbeddedSubProcessInProcessInstance(String, DynamicEmbeddedSubProcessBuilder) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- injectParallelEmbeddedSubProcess(String, DynamicEmbeddedSubProcessBuilder) - Method in interface org.flowable.engine.DynamicBpmnService
- injectParallelEmbeddedSubProcess(String, DynamicEmbeddedSubProcessBuilder) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- injectParallelUserTask(String, DynamicUserTaskBuilder) - Method in interface org.flowable.engine.DynamicBpmnService
- injectParallelUserTask(String, DynamicUserTaskBuilder) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- injectUserTaskInProcessInstance(String, DynamicUserTaskBuilder) - Method in interface org.flowable.engine.DynamicBpmnService
- injectUserTaskInProcessInstance(String, DynamicUserTaskBuilder) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- inOrStatement - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- inOrStatement - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- inOrStatement - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- inParameters - Variable in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- inParameters - Variable in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- inParentProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- inParentProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- inParentProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- inParentProcessOfCallActivityId(String) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- INSTANCE - Static variable in class org.flowable.engine.test.profiler.FlowableProfiler
- inSubProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- inSubProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- inSubProcessOfCallActivityId(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- inSubProcessOfCallActivityId(String) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- inSubProcessOfCallActivityId(String, int) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- inSubProcessOfCallActivityId(String, int) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- inSubProcessOfCallActivityId(String, int) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- inSubProcessOfCallActivityId(String, int) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- internalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode, Map<String, List<ExecutionEntity>>) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- InternalProcessDefinitionLocalizationManager - Interface in org.flowable.engine.repository
- InternalProcessLocalizationManager - Interface in org.flowable.engine
- internalToString(StringBuilder, String, boolean) - Method in class org.flowable.engine.debug.ExecutionTreeNode
- involvedGroup(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select the historic process instances with which the group with the given id and link type is involved.
- involvedGroup(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedGroup(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedGroup(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances with which the group with the given id and identity link type is involved.
- involvedGroupIdentityLink - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedGroupIdentityLink - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedGroups - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- involvedGroups - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedGroups - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedGroups(Set<String>) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select the historic process instances with which the group with the given ids are involved.
- involvedGroups(Set<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedGroups(Set<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedGroups(Set<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances with which the
Group
s with the given ids are involved. - involvedUser - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- involvedUser - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedUser - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedUser(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select the historic process instances with which the user with the given id is involved.
- involvedUser(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedUser(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedUser(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances with which the user with the given id is involved.
- involvedUser(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select the historic process instances with which the user with the given id and link type is involved.
- involvedUser(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedUser(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- involvedUser(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances with which the user with the given id and identity link type is involved.
- involvedUserIdentityLink - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- involvedUserIdentityLink - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isActive - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- isActive() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns whether this execution is currently active.
- isActive() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
returns whether this execution is currently active.
- isActive() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isAlwaysUseArraysForDmnMultiHitPolicies() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isAsyncExecutorActivate() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isAsyncHistoryExecutorActivate() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isBreakpoint(Execution) - Method in interface org.flowable.engine.runtime.ProcessDebugger
-
Indicates that execution is in the breakpoint state
- isConcurrent() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns whether this execution is concurrent or not.
- isConcurrent() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
returns whether this execution is concurrent or not.
- isCreateDiagramOnDeploy - Variable in class org.flowable.engine.ProcessEngineConfiguration
- isCreateDiagramOnDeploy() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isDeleted() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isDeployed() - Method in class org.flowable.engine.impl.ModelQueryImpl
- isDrawSequenceFlowNameWithNoLabelDI() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isEdge() - Method in class org.flowable.engine.repository.DiagramEdge
- isEdge() - Method in class org.flowable.engine.repository.DiagramElement
- isEdge() - Method in class org.flowable.engine.repository.DiagramNode
- isEnableHistoryCleaning() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isEnableProcessDefinitionHistoryLevel() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isEnableProcessDefinitionInfoCache() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isEnded() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns whether this execution has ended or not.
- isEnded() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
returns whether this execution has ended or not.
- isEnded() - Method in interface org.flowable.engine.runtime.Execution
-
Indicates if the execution is ended.
- isExcludeSubprocesses() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isExcludeSubprocesses() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isExcludeSubprocesses() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isExcludeTaskRelated() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- isExecutingExecutionListener(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
Returns whether or not the provided execution is being use for executing an
ExecutionListener
. - isFailOnException() - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- isFailOnException() - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
- isFinished() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- isFinished() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- isFinished() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isFlowable5ProcessDefinition(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- isFlowable5ProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Checks if the process definition should be executed by the V5 engine.
- isIncludeActivities() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isIncludeAuthorization() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- isIncludeChildExecutionsWithBusinessKeyQuery() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isIncludeChildExecutionsWithBusinessKeyQuery() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isIncludeComments() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isIncludeFormProperties() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isIncludeProcessVariables() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isIncludeProcessVariables() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isIncludeTasks() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isIncludeVariables() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isIncludeVariableUpdates() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- isInheritVariables() - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- isInitialized - Static variable in class org.flowable.engine.ProcessEngines
- isInitialized() - Static method in class org.flowable.engine.ProcessEngines
- isJpaCloseEntityManager() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isJpaHandleTransaction() - Method in class org.flowable.engine.ProcessEngineConfiguration
- isLatest() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- isLatest() - Method in class org.flowable.engine.impl.ModelQueryImpl
- isLatest() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- isLocalScope() - Method in interface org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
- isLocalScope() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
- isMDCEnabled() - Static method in class org.flowable.engine.logging.LogMDC
- isMigrationValid() - Method in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- isMockSupportPossible(ProcessEngine) - Static method in class org.flowable.engine.test.mock.FlowableMockSupport
- isMultiInstanceRoot() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Returns whether this execution is the root of a multi instance execution.
- isMultiInstanceRoot() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Returns whether this execution is the root of a multi instance execution.
- isMultiValue - Static variable in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- isNeedsProcessDefinitionOuterJoin() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isNeedsProcessDefinitionOuterJoin() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isNode() - Method in class org.flowable.engine.repository.DiagramEdge
- isNode() - Method in class org.flowable.engine.repository.DiagramElement
- isNode() - Method in class org.flowable.engine.repository.DiagramNode
- isNotDeleted() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isNotDeployed() - Method in class org.flowable.engine.impl.ModelQueryImpl
- isNotNullNode - Static variable in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- isOnlyChildExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isOnlyChildExecutions() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isOnlyProcessInstanceExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isOnlyProcessInstanceExecutions() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isOnlySubProcessExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isOnlySubProcessExecutions() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isOpen() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isProcessDefinitionSuspended(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- isProcessDefinitionSuspended(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- isProcessDefinitionSuspended(String) - Method in interface org.flowable.engine.RepositoryService
-
Checks if the process definition is suspended.
- isProcessInstancesOnly() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isProcessInstanceType() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
returns whether this execution is a process instance or not.
- isProcessInstanceType() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
returns whether this execution is a process instance or not.
- isReadable() - Method in interface org.flowable.engine.form.FormProperty
-
Is this property read to be displayed in the form and made accessible with the methods
FormService.getStartFormData(String)
andFormService.getTaskFormData(String)
. - isReadOnly(ELContext, Object, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- isRequired() - Method in interface org.flowable.engine.form.FormProperty
-
Is this property a required input field
- isScope() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Returns whether this execution is a scope.
- isScope() - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Returns whether this execution is a scope.
- isSequential() - Method in interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityEvent
- isSequential() - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityEventImpl
- isSingleTextValue - Static variable in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- isSuspended() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
Returns true if the process definition is in suspended state.
- isSuspended() - Method in interface org.flowable.engine.runtime.Execution
-
Indicates if the execution is suspended.
- isSuspended() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
returns true if the process instance is suspended
- isSuspended(Job) - Method in class org.flowable.engine.impl.DefaultProcessJobParentStateResolver
- isToCallActivity() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- isToCallActivity() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- isToParentProcess() - Method in class org.flowable.engine.migration.ActivityMigrationMapping
- isToParentProcess() - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions
- isUnfinished() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- isUnfinished() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- isUnfinished() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isValidEvent(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
- iswithException() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isWithException() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isWithJobException() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isWithJobException() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isWithLocalizationFallback() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isWithLocalizationFallback() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isWithoutCallbackId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- isWithoutTenantId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- isWritable() - Method in interface org.flowable.engine.form.FormProperty
-
Is this property expected when a user submits the form?
- iterator() - Method in class org.flowable.engine.debug.ExecutionTree
- iterator() - Method in class org.flowable.engine.debug.ExecutionTreeNode
J
- JavaDelegate - 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).
- jobCancelled(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- jobCategory - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- jobExecutionFailure(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- jobExecutionSuccess(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- jobRescheduled(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- jobRetriesDecremented(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- JOBS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- jobTopicExpression - Variable in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- jpaCloseEntityManager - Variable in class org.flowable.engine.ProcessEngineConfiguration
- jpaEntityManagerFactory - Variable in class org.flowable.engine.ProcessEngineConfiguration
- jpaHandleTransaction - Variable in class org.flowable.engine.ProcessEngineConfiguration
- jpaPersistenceUnitName - Variable in class org.flowable.engine.ProcessEngineConfiguration
K
- key - Variable in class org.flowable.engine.app.AppModel
- key - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- key - Variable in class org.flowable.engine.impl.ModelQueryImpl
- key - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- key(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Gives the deployment the given key.
- keyLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- keyLike - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
L
- labelFontName - Variable in class org.flowable.engine.ProcessEngineConfiguration
- language - Variable in class org.flowable.engine.migration.Script
- LANGUAGE - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- latest - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- latest - Variable in class org.flowable.engine.impl.ModelQueryImpl
- latest - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- latest() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- latest() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments where the deployment time is the latest value.
- latestVersion() - Method in class org.flowable.engine.impl.ModelQueryImpl
- latestVersion() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- latestVersion() - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models which has the highest version.
- latestVersion() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select the process definitions which are the latest deployed (ie. which have the highest version number for the given key).
- leafsFirstIterator() - Method in class org.flowable.engine.debug.ExecutionTree
-
Uses an
ExecutionTreeBfsIterator
, but returns the leafs first (so flipped order of BFS) - leafsFirstIterator() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- leaveDelegate(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
To be used in an
ActivityBehavior
orJavaDelegate
: leaves according to the default BPMN 2.0 rules: all sequenceflow with a condition that evaluates to true are followed. - leaveDelegate(DelegateExecution, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
To be used in an
ActivityBehavior
orJavaDelegate
: leaves the current activity via one specific sequenceflow. - leaveExecution(DelegateExecution) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- leaveMIExecution(DelegateExecution, Object) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- LESS_THAN - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- LESS_THAN_OR_EQUAL - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- LIKE - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- LIKE_IGNORE_CASE - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- LOCAL_VARIABLES_JSON_SECTION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- locale - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- locale - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- locale - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- locale - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- locale(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Localize historic process name and description to specified locale.
- locale(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- locale(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- locale(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- locale(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- locale(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Localize process definition name and description to specified locale.
- locale(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Localize execution name and description to specified locale.
- locale(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Localize process name and description to specified locale.
- LOCALIZATION_DESCRIPTION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- LOCALIZATION_LANGUAGE - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- LOCALIZATION_NAME - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- LOCALIZATION_NODE - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- localize(HistoricProcessInstance, String, boolean) - Method in class org.flowable.engine.impl.DefaultProcessLocalizationManager
- localize(HistoricProcessInstance, String, boolean) - Method in interface org.flowable.engine.InternalProcessLocalizationManager
- localize(ProcessDefinition, String, boolean) - Method in interface org.flowable.engine.repository.InternalProcessDefinitionLocalizationManager
- localize(Execution, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- localize(ProcessInstance, String, boolean) - Method in class org.flowable.engine.impl.DefaultProcessLocalizationManager
- localize(ProcessInstance, String, boolean) - Method in interface org.flowable.engine.InternalProcessLocalizationManager
- localizedDescription - Variable in class org.flowable.engine.impl.DataObjectImpl
- localizedName - Variable in class org.flowable.engine.impl.DataObjectImpl
- localScope - Variable in class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
- localVariable(String, String, Object) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Sets a local scope variable for a start activity id
- localVariableExists(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which have a local variable with the given name.
- localVariableExists(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableNotExists(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which does not have a local variable with the given name.
- localVariableNotExists(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariables(String, Map<String, Object>) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Sets multiple local scope variables for a start activity id
- localVariableValueEquals(Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had at least one local variable with the given value when they ended.
- localVariableValueEquals(Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueEquals(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable with the given value when they ended.
- localVariableValueEquals(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which have a local string variable with the given value, case insensitive.
- localVariableValueEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueGreaterThan(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable value greater than the passed value when they ended.
- localVariableValueGreaterThan(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable value greater than or equal to the passed value when they ended.
- localVariableValueGreaterThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueLessThan(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable value less than the passed value when the ended.
- localVariableValueLessThan(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which has a local variable value less than or equal to the passed value when they ended.
- localVariableValueLessThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueLike(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable value like the given value when they ended.
- localVariableValueLike(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable value like (case insensitive) the given value when they ended.
- localVariableValueLikeIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueNotEquals(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a local variable with the given name, but with a different value than the passed value when they ended.
- localVariableValueNotEquals(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- localVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which have a local string variable not matching the given value, case insensitive.
- localVariableValueNotEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- log() - Method in class org.flowable.engine.test.profiler.ConsoleLogger
- LOG_MDC_BUSINESS_KEY - Static variable in class org.flowable.engine.logging.LogMDC
- LOG_MDC_EXECUTION_ID - Static variable in class org.flowable.engine.logging.LogMDC
- LOG_MDC_PROCESSDEFINITION_ID - Static variable in class org.flowable.engine.logging.LogMDC
- LOG_MDC_PROCESSINSTANCE_ID - Static variable in class org.flowable.engine.logging.LogMDC
- LOG_MDC_TASK_ID - Static variable in class org.flowable.engine.logging.LogMDC
- logDebugInfo() - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- logDebugInfo(boolean) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- logger - Variable in class org.flowable.engine.test.FlowableExtension
- LoggingAgendaOperationExecutionListener - Class in org.flowable.engine.test.impl.logger
- LoggingAgendaOperationExecutionListener(ProcessExecutionLogger) - Constructor for class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- LogMDC - Class in org.flowable.engine.logging
-
Constants and functions for MDC (Mapped Diagnostic Context) logging
- LogMDC() - Constructor for class org.flowable.engine.logging.LogMDC
M
- mailClients - Variable in class org.flowable.engine.ProcessEngineConfiguration
- mailServers - Variable in class org.flowable.engine.ProcessEngineConfiguration
- mailSessionJndi - Variable in class org.flowable.engine.ProcessEngineConfiguration
- mailSessionsJndi - Variable in class org.flowable.engine.ProcessEngineConfiguration
- managementService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- managementService - Variable in class org.flowable.engine.test.FlowableRule
- managementService - Variable in class org.flowable.engine.test.FlowableTestCase
- ManagementService - Interface in org.flowable.engine
-
Service for admin and maintenance operations on the process engine.
- ManagementServiceImpl - Class in org.flowable.engine.impl
- ManagementServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ManagementServiceImpl
- ManyToOneMapping(List<String>, String) - Constructor for class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- ManyToOneMappingConverter() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter
- MapBasedFlowableFutureJavaDelegate - Interface in org.flowable.engine.delegate
- mapException(Exception, DelegateExecution, List<MapExceptionEntry>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- MergeMode - Enum Class in org.flowable.engine.repository
- messageData - Variable in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- messageEventReceived(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- messageEventReceived(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a message event with name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
- messageEventReceived(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- messageEventReceived(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
- messageEventReceived(String, String, Map<String, Object>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- messageEventReceivedAsync(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- messageEventReceivedAsync(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
- messageEventSubscription(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- messageEventSubscriptionName(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- messageEventSubscriptionName(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- messageEventSubscriptionName(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Selects the single process definition which has a start message event with the messageName.
- messageEventSubscriptionName(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a message event subscription for the given messageName.
- messageName - Variable in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- messageName(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the message name that needs to be used to look up the process definition that needs to be used to start the process instance.
- migrate(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Starts the process instance migration for a process identified with the submitted processInstanceId
- migrateProcessInstance(String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- migrateProcessInstance(String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- migrateProcessInstance(String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- migrateProcessInstances(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 id.
- migrateProcessInstances(String, int, 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 key and version (optional tenantId).
- migrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- migrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- migrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- migrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- migrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- migrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- migrateProcessInstanceStartEventSubscriptionsToProcessDefinitionVersion(ProcessInstanceStartEventSubscriptionModificationBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- migrateToLatestProcessDefinition() - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Migrate all the matching event subscriptions to the latest process definition, which should be done if you want to manually upgrade the subscriptions to the latest version of the process definition.
- migrateToProcessDefinition(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specifies the process definition to migrate to, using the process definition id
- migrateToProcessDefinition(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Migrate all matching event subscriptions to the specific process definition.
- migrateToProcessDefinition(String, int) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specifies the process definition to migrate to, identified by its key and version
- migrateToProcessDefinition(String, int, String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specifies the process definition to migrate to, identified by its key and version and tenantId
- MigrationContext - Class in org.flowable.engine.interceptor
- MigrationContext() - Constructor for class org.flowable.engine.interceptor.MigrationContext
- migrationMessage - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- migrationStacktrace - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- mockedClass() - Element in annotation interface org.flowable.engine.test.mock.MockServiceTask
- mockedClassDelegatesMapping - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
- mockedClassName() - Element in annotation interface org.flowable.engine.test.mock.MockServiceTask
- mockedClassTaskIdDelegatesMapping - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
- MockElResolver - Class in org.flowable.engine.test.mock
- MockElResolver() - Constructor for class org.flowable.engine.test.mock.MockElResolver
- MockResolverFactory - Class in org.flowable.engine.test.mock
-
This is a bridge resolver, making available any objects registered through
Mocks.register(java.lang.String, java.lang.Object)
inside scripts supported by process execution. - MockResolverFactory() - Constructor for class org.flowable.engine.test.mock.MockResolverFactory
- Mocks - Class in org.flowable.engine.test.mock
-
Registry for mock objects.
- Mocks() - Constructor for class org.flowable.engine.test.mock.Mocks
- MockServiceTask - Annotation Interface in org.flowable.engine.test.mock
- mockServiceTaskByIdWithClassDelegate(String, Class<?>) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- mockServiceTaskByIdWithClassDelegate(String, String) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- MockServiceTasks - Annotation Interface in org.flowable.engine.test.mock
- mockServiceTaskWithClassDelegate(String, Class<?>) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- mockServiceTaskWithClassDelegate(String, String) - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- mockSupport - Variable in class org.flowable.engine.test.FlowableRule
- mockSupport - Variable in class org.flowable.engine.test.FlowableTestHelper
- mockSupport() - Method in class org.flowable.engine.test.FlowableRule
- mockSupport() - Method in class org.flowable.engine.test.FlowableTestCase
- Model - Interface in org.flowable.engine.repository
-
Represents a model that is stored in the model repository.
- MODEL_CATEGORY - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_CREATE_TIME - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_ID - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_KEY - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_LAST_UPDATE_TIME - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_NAME - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_TENANT_ID - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- MODEL_VERSION - Static variable in class org.flowable.engine.impl.ModelQueryProperty
- modelCategory(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelCategory(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models with the given category.
- modelCategoryLike(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelCategoryLike(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models where the category matches the given parameter.
- modelCategoryNotEquals(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelCategoryNotEquals(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that have a different category then the given one.
- modelId(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelId(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select model with the given id.
- modelKey(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelKey(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only selects models with the given key.
- modelName(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelName(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models with the given name.
- modelNameLike(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelNameLike(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models where the name matches the given parameter.
- ModelQuery - Interface in org.flowable.engine.repository
-
Allows programmatic querying of
Model
s. - ModelQueryImpl - Class in org.flowable.engine.impl
- ModelQueryImpl() - Constructor for class org.flowable.engine.impl.ModelQueryImpl
- ModelQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.ModelQueryImpl
- ModelQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.ModelQueryImpl
- ModelQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties that can be used in a
ModelQuery
. - ModelQueryProperty(String) - Constructor for class org.flowable.engine.impl.ModelQueryProperty
- modelTenantId(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelTenantId(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that have the given tenant id.
- modelTenantIdLike(String) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelTenantIdLike(String) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models with a tenant id like the given one.
- modelVersion(Integer) - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelVersion(Integer) - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select model with a certain version.
- modelWithoutTenantId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- modelWithoutTenantId() - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that do not have a tenant id.
- moveActivityIdsToSingleActivityId(List<String>, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the activity ids that should be changed to a single activity id.
- moveActivityIdTo(String, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Moves the execution with the current activity id to the provided new activity id
- moveActivityIdToParentActivityId(String, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Moves the execution with the current activity id to an activity id in the parent process instance.
- moveActivityIdToSubProcessInstanceActivityId(String, String, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Moves the execution with the current activity id to an activity id in a new sub process instance for the provided call activity id.
- moveActivityIdToSubProcessInstanceActivityId(String, String, String, Integer) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Moves the execution with the current activity id to an activity id in a new sub process instance of the specific definition version for the provided call activity id.
- moveDeadLetterJobToExecutableJob(String, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- moveDeadLetterJobToExecutableJob(String, int) - Method in interface org.flowable.engine.ManagementService
-
Moves a job that is in the dead letter job table back to be an executable job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table).
- moveDeadLetterJobToHistoryJob(String, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- moveDeadLetterJobToHistoryJob(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).
- moveExecutionState(ChangeActivityStateBuilderImpl, CommandContext) - Method in interface org.flowable.engine.dynamic.DynamicStateManager
- moveExecutionsToSingleActivityId(List<String>, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the ids of the executions which should be changed to a single execution with the provided activity id.
- moveExecutionToActivityId(String, String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the id of the execution for which the activity should be changed
- moveJobToDeadLetterJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- moveJobToDeadLetterJob(String) - Method in interface org.flowable.engine.ManagementService
-
Moves a job to the dead letter job table (eg. for administration or testing).
- moveSingleActivityIdToActivityIds(String, List<String>) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the activity id that should be changed to multiple activity ids.
- moveSingleExecutionToActivityIds(String, List<String>) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the id of an execution which should be changed to multiple executions with the provided activity ids.
- moveSuspendedJobToExecutableJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- moveSuspendedJobToExecutableJob(String) - Method in interface org.flowable.engine.ManagementService
-
Moves a suspended job from the suspended letter job table back to be an executable job.
- moveTimerToExecutableJob(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- moveTimerToExecutableJob(String) - Method in interface org.flowable.engine.ManagementService
-
Moves a timer job to the executable job table (eg. for administration or testing).
- MULTI_INSTANCE_COMPLETION_CONDITION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- multiInstanceActivityCancelled(FlowableMultiInstanceActivityCancelledEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- multiInstanceActivityCompleted(FlowableMultiInstanceActivityCompletedEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- multiInstanceActivityCompletedWithCondition(FlowableMultiInstanceActivityCompletedEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- multiInstanceActivityStarted(FlowableMultiInstanceActivityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
N
- name - Variable in class org.flowable.engine.app.AppModel
- name - Variable in class org.flowable.engine.impl.DataObjectImpl
- name - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- name - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- name - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- name - Variable in class org.flowable.engine.impl.ModelQueryImpl
- name - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- name - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- name - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- name - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- name - Variable in enum class org.flowable.engine.repository.MergeMode
- name - Variable in class org.flowable.engine.test.profiler.ProfileSession
- name(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Gives the deployment the given name.
- name(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the name of process instance
- NAME_DEFAULT - Static variable in class org.flowable.engine.ProcessEngines
- nameLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- nameLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- nameLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- nameLike - Variable in class org.flowable.engine.impl.ModelQueryImpl
- nameLike - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- nameLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- nameLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- nameLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- nameLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- nameLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- NativeActivityInstanceQuery - Interface in org.flowable.engine.runtime
-
Allows querying of
ActivityInstanceQuery
s via native (SQL) queries - NativeActivityInstanceQueryImpl - Class in org.flowable.engine.impl
- NativeActivityInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeActivityInstanceQueryImpl
- NativeActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeActivityInstanceQueryImpl
- NativeDeploymentQuery - Interface in org.flowable.engine.repository
-
Allows querying of
Deployment
s via native (SQL) queries - NativeDeploymentQueryImpl - Class in org.flowable.engine.impl
- NativeDeploymentQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeDeploymentQueryImpl
- NativeDeploymentQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeDeploymentQueryImpl
- NativeExecutionQuery - Interface in org.flowable.engine.runtime
-
Allows querying of
Execution
s via native (SQL) queries - NativeExecutionQueryImpl - Class in org.flowable.engine.impl
- NativeExecutionQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeExecutionQueryImpl
- NativeExecutionQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeExecutionQueryImpl
- NativeHistoricActivityInstanceQuery - Interface in org.flowable.engine.history
-
Allows querying of
HistoricActivityInstanceQuery
s via native (SQL) queries - NativeHistoricActivityInstanceQueryImpl - Class in org.flowable.engine.impl
- NativeHistoricActivityInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeHistoricActivityInstanceQueryImpl
- NativeHistoricActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeHistoricActivityInstanceQueryImpl
- NativeHistoricDetailQuery - Interface in org.flowable.engine.history
-
Allows querying of
HistoricDetail
s via native (SQL) queries - NativeHistoricDetailQueryImpl - Class in org.flowable.engine.impl
- NativeHistoricDetailQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeHistoricDetailQueryImpl
- NativeHistoricDetailQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeHistoricDetailQueryImpl
- NativeHistoricProcessInstanceQuery - Interface in org.flowable.engine.history
-
Allows querying of
HistoricTaskInstanceQuery
s via native (SQL) queries - NativeHistoricProcessInstanceQueryImpl - Class in org.flowable.engine.impl
- NativeHistoricProcessInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeHistoricProcessInstanceQueryImpl
- NativeHistoricProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeHistoricProcessInstanceQueryImpl
- NativeModelQuery - Interface in org.flowable.engine.repository
-
Allows querying of
Model
s via native (SQL) queries - NativeModelQueryImpl - Class in org.flowable.engine.impl
- NativeModelQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeModelQueryImpl
- NativeModelQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeModelQueryImpl
- NativeProcessDefinitionQuery - Interface in org.flowable.engine.repository
-
Allows querying of
ProcessDefinition
s via native (SQL) queries - NativeProcessDefinitionQueryImpl - Class in org.flowable.engine.impl
- NativeProcessDefinitionQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeProcessDefinitionQueryImpl
- NativeProcessDefinitionQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeProcessDefinitionQueryImpl
- NativeProcessInstanceQuery - Interface in org.flowable.engine.runtime
-
Allows querying of
ProcessInstance
s via native (SQL) queries - NativeProcessInstanceQueryImpl - Class in org.flowable.engine.impl
- NativeProcessInstanceQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.NativeProcessInstanceQueryImpl
- NativeProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.NativeProcessInstanceQueryImpl
- nestedProcessDefinitionId - Variable in class org.flowable.engine.delegate.event.impl.FlowableProcessStartedEventImpl
- nestedProcessInstanceId - Variable in class org.flowable.engine.delegate.event.impl.FlowableProcessStartedEventImpl
- NEW_ASSIGNEE_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- newGroup(String) - Method in interface org.flowable.engine.IdentityService
-
Creates a new group.
- newGroup(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- newModel() - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- newModel() - Method in interface org.flowable.engine.RepositoryService
-
Creates a new model.
- newTask() - Method in class org.flowable.engine.impl.TaskServiceImpl
- newTask() - Method in interface org.flowable.engine.TaskService
-
Creates a new task that is not related to any process instance.
- newTask(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- newTask(String) - Method in interface org.flowable.engine.TaskService
-
create a new task with a user defined task id
- newUser(String) - Method in interface org.flowable.engine.IdentityService
-
Creates a new user.
- newUser(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- next() - Method in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- noOpServiceTaskClassNames - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
- noOpServiceTaskIds - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
- NoOpServiceTasks - Annotation Interface in org.flowable.engine.test.mock
- NOT_EQUALS - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- NOT_EQUALS_IGNORE_CASE - Enum constant in enum class org.flowable.engine.impl.QueryOperator
- notDeleted - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- notDeleted() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instance that are not deleted.
- notDeleted() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- notDeployed - Variable in class org.flowable.engine.impl.ModelQueryImpl
- notDeployed() - Method in class org.flowable.engine.impl.ModelQueryImpl
- notDeployed() - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that are not yet deployed
- notify(String, String, FlowElement, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.delegate.TransactionDependentExecutionListener
- notify(String, String, Task, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.delegate.TransactionDependentTaskListener
- notify(DelegateExecution) - Method in interface org.flowable.engine.delegate.ExecutionListener
- numberOfActiveInstances - Variable in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- numberOfCompletedInstances - Variable in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- numberOfInstances - Variable in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
O
- objectMapper - Static variable in class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- ON_TRANSACTION_BEFORE_COMMIT - Static variable in interface org.flowable.engine.delegate.TransactionDependentExecutionListener
- ON_TRANSACTION_COMMITTED - Static variable in interface org.flowable.engine.delegate.TransactionDependentExecutionListener
- ON_TRANSACTION_COMMITTED - Static variable in interface org.flowable.engine.delegate.TransactionDependentTaskListener
- ON_TRANSACTION_COMMITTING - Static variable in interface org.flowable.engine.delegate.TransactionDependentTaskListener
- ON_TRANSACTION_ROLLED_BACK - Static variable in interface org.flowable.engine.delegate.TransactionDependentExecutionListener
- ON_TRANSACTION_ROLLED_BACK - Static variable in interface org.flowable.engine.delegate.TransactionDependentTaskListener
- onCreate(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Called when an entity create event is received.
- onCreate(FlowableEvent) - Method in class org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
- onDelete(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Called when an entity delete event is received.
- onDelete(FlowableEvent) - Method in class org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
- onEngineBuilt(Engine) - Method in interface org.flowable.engine.ProcessEngineLifecycleListener
- onEngineClosed(Engine) - Method in interface org.flowable.engine.ProcessEngineLifecycleListener
- onEntityEvent(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Called when an event is received, which is not a create, an update or delete.
- OneToManyMapping(String, List<String>) - Constructor for class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- OneToManyMappingConverter() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter
- OneToOneMapping(String, String) - Constructor for class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- OneToOneMappingConverter() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter
- onEvent(FlowableEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- onEvent(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
- onInitialized(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Called when an entity initialized event is received.
- onlyChildExecutions - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- onlyChildExecutions - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- onlyChildExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- onlyChildExecutions() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only selects executions that have a parent id set, ie non-processinstance executions.
- onlyProcessInstanceExecutions - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- onlyProcessInstanceExecutions - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- onlyProcessInstanceExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- onlyProcessInstanceExecutions() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only selects executions that have no parent id set, ie process instance executions
- onlySubProcessExecutions - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- onlySubProcessExecutions - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- onlySubProcessExecutions() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- onlySubProcessExecutions() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only selects executions that are a subprocess.
- onProcessEngineBuilt(ProcessEngine) - Method in interface org.flowable.engine.ProcessEngineLifecycleListener
-
Called right after the process-engine has been built.
- onProcessEngineClosed(ProcessEngine) - Method in interface org.flowable.engine.ProcessEngineLifecycleListener
-
Called right after the process-engine has been closed.
- onUpdate(FlowableEvent) - Method in class org.flowable.engine.delegate.event.BaseEntityEventListener
-
Called when an entity update event is received.
- openSession(CommandContext) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSessionFactory
- operation - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- or() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Begin an OR statement.
- or() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- or() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- or() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- or() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Begin an OR statement.
- or() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Begin an OR statement.
- orderByActivityId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by activityId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByActivityId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by activityId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityInstanceDuration() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityInstanceDuration() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by duration (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityInstanceEndTime() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityInstanceEndTime() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by end (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityInstanceId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityInstanceId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityInstanceStartTime() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityInstanceStartTime() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by start (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityName() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by activityName (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityName() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityName() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByActivityName() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by activityName (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityType() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by activityType (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByActivityType() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByActivityType() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByActivityType() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by activityType (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByCreateTime() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByCreateTime() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the creation time of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- orderByDeploymentId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByDeploymentId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by deployment id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentName() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- orderByDeploymentName() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment name (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeploymentTime() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- orderByDeploymentTime() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByExecutionId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by executionId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByExecutionId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByExecutionId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByExecutionId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by executionId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByFormPropertyId() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByFormPropertyId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderByHistoricActivityInstanceDuration() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by duration (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricActivityInstanceDuration() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByHistoricActivityInstanceEndTime() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by end (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricActivityInstanceEndTime() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByHistoricActivityInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricActivityInstanceId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByHistoricActivityInstanceStartTime() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by start (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricActivityInstanceStartTime() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByLastUpdateTime() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByLastUpdateTime() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the last update time of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByModelCategory() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByModelCategory() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the category of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByModelId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByModelId() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the id of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByModelKey() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByModelKey() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the key of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByModelName() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByModelName() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the name of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByModelVersion() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByModelVersion() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the version of the models (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionCategory() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByProcessDefinitionCategory() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the category of the process definitions (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by processDefinitionId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the process definition id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByProcessDefinitionId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the id of the process definitions (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by processDefinitionId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by process definition id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by process definition id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionKey() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- orderByProcessDefinitionKey() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByProcessDefinitionKey() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- orderByProcessDefinitionKey() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by process definition key (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by process definition key (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by process definition key (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionName() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByProcessDefinitionName() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the name of the process definitions (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessDefinitionVersion() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByProcessDefinitionVersion() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the version of the process definitions (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceBusinessKey() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the business key (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceBusinessKey() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByProcessInstanceDuration() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the duration of the process instance (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceDuration() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByProcessInstanceEndTime() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the end time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceEndTime() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by processInstanceId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the process instance id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByProcessInstanceId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- orderByProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderByProcessInstanceId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByProcessInstanceId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by processInstanceId (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceStartTime() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the start time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceStartTime() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByStartTime() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- orderByStartTime() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by start time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.ModelQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- orderByTenantId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- orderByTenantId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTime() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByTime() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderByVariableName() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByVariableName() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderByVariableRevision() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByVariableRevision() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderByVariableType() - Method in interface org.flowable.engine.history.HistoricDetailQuery
- orderByVariableType() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- orderHistoricData() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- org.flowable.engine - package org.flowable.engine
-
Public API of the Flowable engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s.
RuntimeService
: For starting and searchingProcessInstance
s.
TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.
IdentityService
: Used for managing users, groups and the relations between them.
ManagementService
: Exposes engine administration and maintenance operations, which have no relation to the runtime exection of business processes.
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks. - org.flowable.engine.app - package org.flowable.engine.app
- org.flowable.engine.cfg - package org.flowable.engine.cfg
- org.flowable.engine.compatibility - package org.flowable.engine.compatibility
- org.flowable.engine.debug - package org.flowable.engine.debug
- org.flowable.engine.delegate - package org.flowable.engine.delegate
-
Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with
JavaDelegate
s. - org.flowable.engine.delegate.event - package org.flowable.engine.delegate.event
- org.flowable.engine.delegate.event.impl - package org.flowable.engine.delegate.event.impl
- org.flowable.engine.delegate.variable - package org.flowable.engine.delegate.variable
- org.flowable.engine.dynamic - package org.flowable.engine.dynamic
- org.flowable.engine.event - package org.flowable.engine.event
- org.flowable.engine.form - package org.flowable.engine.form
-
Classes related to the
FormService
. - org.flowable.engine.history - package org.flowable.engine.history
-
Classes related to the
HistoryService
. - org.flowable.engine.impl - package org.flowable.engine.impl
-
API implementation classes, which shouldn't directly be used by end-users.
- org.flowable.engine.interceptor - package org.flowable.engine.interceptor
- org.flowable.engine.logging - package org.flowable.engine.logging
- org.flowable.engine.migration - package org.flowable.engine.migration
- org.flowable.engine.parse - package org.flowable.engine.parse
- org.flowable.engine.repository - package org.flowable.engine.repository
-
Classes related to the
RepositoryService
. - org.flowable.engine.runtime - package org.flowable.engine.runtime
-
Classes related to the
RuntimeService
. - org.flowable.engine.task - package org.flowable.engine.task
-
Classes related to the
TaskService
. - org.flowable.engine.test - package org.flowable.engine.test
-
Helper classes for testing processes.
- org.flowable.engine.test.impl.logger - package org.flowable.engine.test.impl.logger
- org.flowable.engine.test.mock - package org.flowable.engine.test.mock
- org.flowable.engine.test.profiler - package org.flowable.engine.test.profiler
- originalClassName() - Element in annotation interface org.flowable.engine.test.mock.MockServiceTask
- orQueryObjects - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- orQueryObjects - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- orQueryObjects - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- outcome - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- outcome(String) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- outcome(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Allows to set an outcome for a start form.
- overrideDefinitionTenantId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- overrideProcessDefinitionTenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Indicator to override the tenant id of the process definition with the provided value.
- OVERVIEW - Static variable in interface org.flowable.engine.delegate.variable.VariableAggregatorContext
-
State when the execution is not yet completed and we need to see an overview state.
- owner - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- owner - Variable in class org.flowable.engine.interceptor.MigrationContext
- owner(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the owner of the process instance to be created to the given user id.
- ownerId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
P
- parent - Variable in class org.flowable.engine.debug.ExecutionTreeNode
- parentDeploymentId - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- parentDeploymentId(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentId(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- parentDeploymentId(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Gives the deployment the given parent deployment id.
- parentDeploymentId(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that have the given parent deployment id.
- parentDeploymentId(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that are deployed in a deployment with the given parent deployment id
- parentDeploymentIdLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentIdLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentIdLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that have a parent deployment id like the given value.
- parentDeploymentIds - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentIds(List<String>) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- parentDeploymentIds(List<String>) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers.
- parentId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- parentId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- parentId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are a direct child-execution of the execution with the given id.
- parentNode - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- parentScopeId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- parentScopeId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- parse(BpmnParse, BaseElement) - Method in interface org.flowable.engine.parse.BpmnParseHandler
-
The actual delegation method.
- parseActivityType(FlowNode) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- parseElement(FlowElement, ObjectNode, ObjectMapper) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
- parseElement(FlowElement, ObjectNode, ObjectMapper) - Method in interface org.flowable.engine.dynamic.PropertiesParser
- planAsyncTriggerExecutionOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planContinueMultiInstanceOperation(ExecutionEntity, ExecutionEntity, int) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planContinueProcessInCompensation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planContinueProcessOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planContinueProcessSynchronousOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planContinueProcessWithMigrationContextOperation(ExecutionEntity, MigrationContext) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planDestroyScopeOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planEndExecutionOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planEndExecutionOperationSynchronous(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planEvaluateConditionalEventsOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planEvaluateVariableListenerEventsOperation(String, String) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planExecuteInactiveBehaviorsOperation(Collection<ExecutionEntity>) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planOperation(Runnable, ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planTakeOutgoingSequenceFlowsOperation(ExecutionEntity, boolean) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planTakeOutgoingSequenceFlowsSynchronousOperation(ExecutionEntity, boolean) - Method in interface org.flowable.engine.FlowableEngineAgenda
- planTriggerExecutionOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
- populateEventWithCurrentContext(FlowableEngineEventImpl) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
- POST_UPGRADE_JAVA_DELEGATE - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- POST_UPGRADE_JAVA_DELEGATE_EXPRESSION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- POST_UPGRADE_SCRIPT - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- postExecutionTime - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- postUpgradeJavaDelegate(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The java delegate class name executed after process instance migration
- postUpgradeJavaDelegateExpression(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The java delegate expression executed after process instance migration
- postUpgradeScript(Script) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The script executed after process instance migration
- PRE_UPGRADE_JAVA_DELEGATE - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- PRE_UPGRADE_JAVA_DELEGATE_EXPRESSION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- PRE_UPGRADE_SCRIPT - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- predefinedProcessInstanceId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- predefineProcessInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
When starting a process instance from the CMMN engine process task, the process instance id needs to be known beforehand to store entity links and callback references before the process instance is started.
- preExecutionTime - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- prepareExecutionData(DelegateExecution) - Method in interface org.flowable.engine.delegate.FlowableFutureJavaDelegate
-
Method invoked before doing the execution to extract needed that from the execution on the main thread.
- prepareExecutionData(DelegateExecution) - Method in interface org.flowable.engine.delegate.MapBasedFlowableFutureJavaDelegate
- prepareMerge(CommandContext, String, String) - Method in interface org.flowable.engine.repository.DeploymentMergeStrategy
- preUpgradeJavaDelegate(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The java delegate class name executed before process instance migration
- preUpgradeJavaDelegateExpression(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The java delegate expression executed before process instance migration
- preUpgradeScript(Script) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
The script executed before process instance migration
- print(Logger) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- print(Logger, String, boolean) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- printOperationInfo(Logger) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- printOut(Logger) - Method in interface org.flowable.engine.test.impl.logger.DebugInfo
- printOut(Logger) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionCreated
- printOut(Logger) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionDeleted
- printOut(Logger) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- priority - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- procDefId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- process - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- process - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- PROCESS_DEFINITION_CATEGORY - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.ExecutionQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_DEFINITION_ID - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- PROCESS_DEFINITION_KEY - Static variable in class org.flowable.engine.impl.ExecutionQueryProperty
- PROCESS_DEFINITION_KEY - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- PROCESS_DEFINITION_KEY - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_DEFINITION_KEY - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- PROCESS_DEFINITION_NAME - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_DEFINITION_TENANT_ID - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_DEFINITION_VERSION - Static variable in class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- PROCESS_INSTANCE_DELETED - Static variable in interface org.flowable.engine.history.DeleteReason
- PROCESS_INSTANCE_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- PROCESS_INSTANCE_ID - Static variable in class org.flowable.engine.impl.ExecutionQueryProperty
- PROCESS_INSTANCE_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- PROCESS_INSTANCE_ID - Static variable in class org.flowable.engine.impl.HistoricDetailQueryProperty
- PROCESS_INSTANCE_ID - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- PROCESS_INSTANCE_ID_ - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- PROCESS_INSTANCE_VARIABLES_JSON_SECTION - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- PROCESS_START_TIME - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- processCancelled(FlowableCancelledEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processCompleted(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processCompletedWithErrorEnd(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processCompletedWithEscalationEnd(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processCompletedWithTerminateEnd(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processCreated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- ProcessDebugger - Interface in org.flowable.engine.runtime
- processDefinition - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- processDefinition - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- ProcessDefinition - Interface in org.flowable.engine.repository
-
An object structure representing an executable process composed of activities and transitions.
- processDefinitionCategory - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategory - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategory - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategory(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose process definition category is processDefinitionCategory.
- processDefinitionCategory(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategory(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategory(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionCategory(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategory(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given category.
- processDefinitionCategory(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition category.
- processDefinitionCategory(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances whose process definition category is processDefinitionCategory.
- processDefinitionCategoryLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategoryLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategoryLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategoryLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose process definition category is like the given value.
- processDefinitionCategoryLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategoryLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategoryLike(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionCategoryLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategoryLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the category matches the given parameter.
- processDefinitionCategoryLike(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition category like the given value.
- processDefinitionCategoryLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances whose process definition category is like the given value.
- processDefinitionCategoryLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategoryLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategoryLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategoryLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose process definition category is like the given value, ignoring upper/lower case.
- processDefinitionCategoryLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionCategoryLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionCategoryLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionCategoryLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition category like the given value, ignoring upper/lower case.
- processDefinitionCategoryLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances whose process definition category is like the given value, ignoring upper/lower case.
- processDefinitionCategoryNotEquals(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionCategoryNotEquals(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select deployments that have a different category then the given one.
- processDefinitionEngineVersion - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionEngineVersion - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionEngineVersion(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionEngineVersion(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionEngineVersion(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionEngineVersion(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that have the given engine version.
- processDefinitionEngineVersion(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition engine version.
- processDefinitionEngineVersion(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a process definition with the given engine version.
- processDefinitionId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- processDefinitionId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- processDefinitionId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionId - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- processDefinitionId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for the given process definition
- processDefinitionId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances for the given process definition
- processDefinitionId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- processDefinitionId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- processDefinitionId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionId(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionId(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given id.
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for the given process definition
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition id.
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the id of the process definition
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a process definition with the given id.
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionDeletionBuilder
-
Set the process definition using its specific id the manually created subscription is based on.
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Set the process definition using its specific id the manually created subscription is based on.
- processDefinitionIds - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionIds - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionIds(Set<String>) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionIds(Set<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionIds(Set<String>) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given ids.
- processDefinitionIds(Set<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by process definitions with the given ids.
- processDefinitionKey - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- processDefinitionKey - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKey - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKey - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKey(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process definition with the given key.
- processDefinitionKey(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- processDefinitionKey(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKey(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKey(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionKey(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKey(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given process definition key.
- processDefinitionKey(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given key.
- processDefinitionKey(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition key.
- processDefinitionKey(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the key of the process definition, latest version of the process definition with the given key.
- processDefinitionKey(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a process definition with the given key.
- processDefinitionKey(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Set the process definition to be started using a manually added subscription by its key.
- processDefinitionKeyIn - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyIn(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 process definition keys.
- processDefinitionKeyIn(List<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- processDefinitionKeyLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeyLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeyLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select historic process instances whose process definition key is like the given value
- processDefinitionKeyLike(String) - Method in class org.flowable.engine.impl.DeploymentQueryImpl
- processDefinitionKeyLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeyLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyLike(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionKeyLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeyLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a process definition key like the given string.
- processDefinitionKeyLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the key matches the given parameter.
- processDefinitionKeyLike(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition key like the given value.
- processDefinitionKeyLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition key is like the given value
- processDefinitionKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select historic process instances whose process definition key is like the given value, ignoring upper/lower case.
- processDefinitionKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition key like the given value, ignoring upper/lower case.
- processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition key is like the given value, ignoring upper/lower case.
- processDefinitionKeyNotIn(List<String>) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that don't have a process-definition of which the key is present in the given list
- processDefinitionKeyNotIn(List<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionKeys - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeys - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeys(Set<String>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionKeys(Set<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionKeys(Set<String>) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have process definitions with the given keys.
- processDefinitionKeys(Set<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by process definitions with the given keys.
- processDefinitionName - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionName - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionName - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionName(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select process historic instances whose process definition name is processDefinitionName
- processDefinitionName(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionName(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionName(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionName(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionName(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given name.
- processDefinitionName(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition name.
- processDefinitionName(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition name is processDefinitionName
- processDefinitionNameLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionNameLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionNameLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionNameLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select process historic instances whose process definition name is like the given value
- processDefinitionNameLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionNameLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionNameLike(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionNameLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionNameLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the name matches the given parameter.
- processDefinitionNameLike(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition name like the given value.
- processDefinitionNameLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition name is like the given value
- processDefinitionNameLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionNameLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionNameLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select process historic instances whose process definition name is like the given value, ignoring upper/lower case
- processDefinitionNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the name matches the given parameter, ignoring upper/lower case.
- processDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process definition name like the given value, ignoring upper/lower case.
- processDefinitionNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition name is like the given value, ignoring upper/lower case.
- processDefinitionParentDeploymentId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
When looking up for a process definition by key it would first lookup for a process definition within the given parent deployment.
- ProcessDefinitionQuery - Interface in org.flowable.engine.repository
-
Allows programmatic querying of
ProcessDefinition
s. - ProcessDefinitionQueryImpl - Class in org.flowable.engine.impl
- ProcessDefinitionQueryImpl() - Constructor for class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- ProcessDefinitionQueryImpl(CommandContext) - Constructor for class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- ProcessDefinitionQueryImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- ProcessDefinitionQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties that can be used in a
ProcessDefinitionQuery
. - ProcessDefinitionQueryProperty(String) - Constructor for class org.flowable.engine.impl.ProcessDefinitionQueryProperty
- processDefinitionResourceName(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionResourceName(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given resource name.
- processDefinitionResourceNameLike(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionResourceNameLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with a resource name like the given .
- processDefinitionStarter(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionTenantId(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionTenantId(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that have the given tenant id.
- processDefinitionTenantIdLike(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionTenantIdLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with a tenant id like the given one.
- processDefinitionVersion - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionVersion - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionVersion - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionVersion(Integer) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a certain process definition version.
- processDefinitionVersion(Integer) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processDefinitionVersion(Integer) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processDefinitionVersion(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionVersion(Integer) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processDefinitionVersion(Integer) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with a certain version.
- processDefinitionVersion(Integer) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition version.
- processDefinitionVersion(Integer) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a certain process definition version.
- processDefinitionVersionGreaterThan(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionVersionGreaterThan(Integer) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are greater than a certain version.
- processDefinitionVersionGreaterThanOrEquals(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are greater than or equals a certain version.
- processDefinitionVersionLowerThan(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionVersionLowerThan(Integer) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are lower than a certain version.
- processDefinitionVersionLowerThanOrEquals(Integer) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are lower than or equals a certain version.
- processDefinitionWithoutTenantId() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- processDefinitionWithoutTenantId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that do not have a tenant id.
- processDiagramGenerator - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
Process diagram generator.
- processEngine - Variable in class org.flowable.engine.test.FlowableRule
- processEngine - Variable in class org.flowable.engine.test.FlowableTestCase
- processEngine - Variable in class org.flowable.engine.test.FlowableTestHelper
- ProcessEngine - Interface in org.flowable.engine
-
Provides access to all the services that expose the BPM and workflow operations.
- processEngineConfiguration - Variable in class org.flowable.engine.DefaultHistoryCleaningManager
- processEngineConfiguration - Variable in class org.flowable.engine.impl.DefaultProcessJobParentStateResolver
- processEngineConfiguration - Variable in class org.flowable.engine.impl.DefaultProcessLocalizationManager
- processEngineConfiguration - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processEngineConfiguration - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processEngineConfiguration - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- processEngineConfiguration - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- processEngineConfiguration - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processEngineConfiguration - Variable in class org.flowable.engine.test.FlowableRule
- processEngineConfiguration - Variable in class org.flowable.engine.test.FlowableTestCase
- ProcessEngineConfiguration - Class in org.flowable.engine
-
Configuration information from which a process engine can be build.
- ProcessEngineConfiguration() - Constructor for class org.flowable.engine.ProcessEngineConfiguration
-
use one of the static createXxxx methods instead
- ProcessEngineImpl - Class in org.flowable.engine.impl
- ProcessEngineImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ProcessEngineImpl
- processEngineInfos - Static variable in class org.flowable.engine.ProcessEngines
- processEngineInfosByName - Static variable in class org.flowable.engine.ProcessEngines
- processEngineInfosByResourceUrl - Static variable in class org.flowable.engine.ProcessEngines
- ProcessEngineLifecycleListener - Interface in org.flowable.engine
-
Interface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.
- processEngineName - Variable in class org.flowable.engine.ProcessEngineConfiguration
- processEngines - Static variable in class org.flowable.engine.ProcessEngines
- ProcessEngines - Class in org.flowable.engine
-
Helper for initializing and closing process engines in server environments.
- ProcessEngines() - Constructor for class org.flowable.engine.ProcessEngines
- processExecutionLogger - Variable in class org.flowable.engine.test.impl.logger.DebugInfoEntityEventListener
- processExecutionLogger - Variable in class org.flowable.engine.test.impl.logger.LoggingAgendaOperationExecutionListener
- processExecutionLogger - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- ProcessExecutionLogger - Class in org.flowable.engine.test.impl.logger
- ProcessExecutionLogger() - Constructor for class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
- ProcessExecutionLoggerConfigurator - Class in org.flowable.engine.test.impl.logger
- ProcessExecutionLoggerConfigurator() - Constructor for class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- processInstance - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- processInstance - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
- ProcessInstance - Interface in org.flowable.engine.runtime
-
Represents one execution of a
ProcessDefinition
. - ProcessInstanceBatchMigrationPartResult - Class in org.flowable.engine.migration
- ProcessInstanceBatchMigrationPartResult() - Constructor for class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- ProcessInstanceBatchMigrationResult - Class in org.flowable.engine.migration
- ProcessInstanceBatchMigrationResult() - Constructor for class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- ProcessInstanceBuilder - Interface in org.flowable.engine.runtime
-
Helper for starting new ProcessInstance.
- processInstanceBusinessKey(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given business key
- processInstanceBusinessKey(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKey(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessKey(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessKey(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions with the given business key.
- processInstanceBusinessKey(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with the given business key
- processInstanceBusinessKey(String, boolean) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKey(String, boolean) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions with the given business key.
- processInstanceBusinessKey(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessKey(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instance with the given business key, unique for the given process definition
- processInstanceBusinessKeyLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a business key like the given value.
- processInstanceBusinessKeyLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKeyLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessKeyLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessKeyLike(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions that have a business key like the given value.
- processInstanceBusinessKeyLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with a business key like the given value.
- processInstanceBusinessKeyLike(String, boolean) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKeyLike(String, boolean) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions that have a business key like the given value.
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a business key like the given value, ignoring upper/lower case.
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions that have a business key like the given value, ignoring upper/lower case.
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with a business key like the given value, ignoring upper/lower case.
- processInstanceBusinessKeyLikeIgnoreCase(String, boolean) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceBusinessKeyLikeIgnoreCase(String, boolean) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions that have a business key like the given value, ignoring upper/lower case.
- processInstanceBusinessStatus(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given business status
- processInstanceBusinessStatus(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessStatus(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessStatus(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with the given business status
- processInstanceBusinessStatusLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a business status like the given value.
- processInstanceBusinessStatusLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessStatusLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessStatusLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with a business status like the given value.
- processInstanceBusinessStatusLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a business status like the given value, ignoring upper/lower case.
- processInstanceBusinessStatusLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceBusinessStatusLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceBusinessStatusLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances with a business status like the given value, ignoring upper/lower case.
- processInstanceCallbackId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given callback identifier.
- processInstanceCallbackId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceCallbackId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceCallbackId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given callback id.
- processInstanceCallbackType(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given callback type.
- processInstanceCallbackType(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceCallbackType(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceCallbackType(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given callback type.
- ProcessInstanceHistoryLog - Interface in org.flowable.engine.history
-
A trail of data for a given process instance.
- ProcessInstanceHistoryLogImpl - Class in org.flowable.engine.impl
- ProcessInstanceHistoryLogImpl(HistoricProcessInstance) - Constructor for class org.flowable.engine.impl.ProcessInstanceHistoryLogImpl
- ProcessInstanceHistoryLogQuery - Interface in org.flowable.engine.history
-
Allows to fetch the
ProcessInstanceHistoryLog
for a process instance. - ProcessInstanceHistoryLogQueryImpl - Class in org.flowable.engine.impl
- ProcessInstanceHistoryLogQueryImpl(CommandExecutor, String, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.DataObjectImpl
- processInstanceId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceId - Variable in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- processInstanceId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- processInstanceId(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with the given process instance.
- processInstanceId(String) - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select historic variable updates with the given process instance.
- processInstanceId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given process instance.
- processInstanceId(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- processInstanceId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processInstanceId(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- processInstanceId(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- processInstanceId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceId(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances with the given process instance.
- processInstanceId(String) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the id of the process instance
- processInstanceId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given process instance id.
- processInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instance with the given id
- processInstanceIds - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceIds - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceIds(Set<String>) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose id is in the given set of ids.
- processInstanceIds(Set<String>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceIds(Set<String>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceIds(Set<String>) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose id is in the given set of ids
- processInstanceMigrated(ProcessInstance, ProcessDefinition, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationCallback
- ProcessInstanceMigrationBuilder - Interface in org.flowable.engine.migration
- ProcessInstanceMigrationCallback - Interface in org.flowable.engine.migration
- ProcessInstanceMigrationDocument - Interface in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentBuilder - Interface in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConstants - Interface in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConverter - Class in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConverter() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationDocumentConverter
- ProcessInstanceMigrationDocumentConverter.BaseActivityMigrationMappingConverter<T extends ActivityMigrationMapping> - Class in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConverter.ManyToOneMappingConverter - Class in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConverter.OneToManyMappingConverter - Class in org.flowable.engine.migration
- ProcessInstanceMigrationDocumentConverter.OneToOneMappingConverter - Class in org.flowable.engine.migration
- ProcessInstanceMigrationManager - Interface in org.flowable.engine.migration
- processInstanceMigrationService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- ProcessInstanceMigrationValidationResult - Class in org.flowable.engine.migration
- ProcessInstanceMigrationValidationResult() - Constructor for class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- processInstanceName - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- processInstanceName(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given name.
- processInstanceName(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceName(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceName(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given name.
- processInstanceNameLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a name like the given value.
- processInstanceNameLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceNameLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceNameLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a name like the given value.
- processInstanceNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a name like the given value, ignoring upper/lower case.
- processInstanceNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceNameLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a name like the given value, ignoring upper/lower case.
- processInstanceParentScopeId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given parent process instance id.
- processInstanceParentScopeId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceParentScopeId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceParentScopeId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given parent process instance id.
- ProcessInstanceQuery - Interface in org.flowable.engine.runtime
-
Allows programmatic querying of
ProcessInstance
s. - ProcessInstanceQueryImpl - Class in org.flowable.engine.impl
- ProcessInstanceQueryImpl() - Constructor for class org.flowable.engine.impl.ProcessInstanceQueryImpl
- ProcessInstanceQueryImpl(CommandContext, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ProcessInstanceQueryImpl
- ProcessInstanceQueryImpl(CommandExecutor, ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ProcessInstanceQueryImpl
- ProcessInstanceQueryInterceptor - Interface in org.flowable.engine.interceptor
- ProcessInstanceQueryProperty - Class in org.flowable.engine.impl
-
Contains the possible properties that can be used in a
ProcessInstanceQuery
. - ProcessInstanceQueryProperty(String) - Constructor for class org.flowable.engine.impl.ProcessInstanceQueryProperty
- processInstanceReferenceId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given reference identifier.
- processInstanceReferenceId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceReferenceId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceReferenceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given reference id.
- processInstanceReferenceType(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given reference type.
- processInstanceReferenceType(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceReferenceType(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceReferenceType(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given callback type.
- processInstanceRootScopeId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a root instance with a name like the given value.
- processInstanceRootScopeId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceRootScopeId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceRootScopeId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a root instance with a name like the given value.
- ProcessInstanceStartEventSubscriptionBuilder - Interface in org.flowable.engine.runtime
-
A builder API to create an event subscription to start an event-based process instance whenever an event with a very specific combination of correlation values occurs.
- ProcessInstanceStartEventSubscriptionDeletionBuilder - Interface in org.flowable.engine.runtime
-
A builder API to delete a manually created process start event subscription which was created and registered using the
RuntimeService#createProcessStartEventSubscriptionBuilder()
builder API. - ProcessInstanceStartEventSubscriptionModificationBuilder - Interface in org.flowable.engine.runtime
-
A builder API to modify a manually created process start event subscription which was created and registered using the
RuntimeService#createProcessStartEventSubscriptionBuilder()
builder API. - processInstanceTenantId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that have the given tenant id.
- processInstanceTenantId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceTenantId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceTenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances that have the given tenant id.
- processInstanceTenantIdLike(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a tenant id like the given one.
- processInstanceTenantIdLike(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceTenantIdLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceTenantIdLike(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a tenant id like the given one.
- processInstanceTenantIdLikeIgnoreCase(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a tenant id like the given one, ignoring upper/lower case.
- processInstanceTenantIdLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceTenantIdLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceTenantIdLikeIgnoreCase(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a tenant id like the given one, ignoring upper/lower case.
- processInstanceWithoutTenantId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- processInstanceWithoutTenantId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- processInstanceWithoutTenantId() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- processInstanceWithoutTenantId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- processKeyNotIn - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- ProcessMigrationService - Interface in org.flowable.engine
-
Service to manager process instance migrations.
- ProcessMigrationServiceImpl - Class in org.flowable.engine.impl
- ProcessMigrationServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.ProcessMigrationServiceImpl
- processStarted(FlowableProcessStartedEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- processVariable(String, Object) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Sets a process scope variable
- processVariableExists(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableExists(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a variable with the given name.
- processVariableNotExists(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableNotExists(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that don't have a variable with the given name.
- processVariables(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Sets multiple process scope variables
- processVariableValueEquals(Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueEquals(Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable with the given value.
- processVariableValueEquals(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueEquals(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a variable with the given name set to the given value.
- processVariableValueEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a local string variable with the given value, case insensitive.
- processVariableValueGreaterThan(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueGreaterThan(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process instance variable value greater than the passed value.
- processVariableValueGreaterThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process instance variable value greater than or equal to the passed value.
- processVariableValueLessThan(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueLessThan(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process instance variable value less than the passed value.
- processVariableValueLessThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a process instance variable value less than or equal to the passed value.
- processVariableValueLike(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueLike(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable like the given value.
- processVariableValueLikeIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable like the given value (case insensitive).
- processVariableValueNotEquals(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueNotEquals(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a variable with the given name, but with a different value than the passed value.
- processVariableValueNotEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a local string variable which is not the given value, case insensitive.
- profiler - Variable in class org.flowable.engine.test.profiler.ConsoleLogger
- profiler - Variable in class org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
- ProfileSession - Class in org.flowable.engine.test.profiler
- ProfileSession(String) - Constructor for class org.flowable.engine.test.profiler.ProfileSession
- profileSessions - Variable in class org.flowable.engine.test.profiler.FlowableProfiler
- ProfilingDbSqlSession - Class in org.flowable.engine.test.profiler
- ProfilingDbSqlSession(DbSqlSessionFactory, EntityCache) - Constructor for class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- ProfilingDbSqlSession(DbSqlSessionFactory, EntityCache, Connection, String, String) - Constructor for class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- ProfilingDbSqlSessionFactory - Class in org.flowable.engine.test.profiler
- ProfilingDbSqlSessionFactory(boolean) - Constructor for class org.flowable.engine.test.profiler.ProfilingDbSqlSessionFactory
- propagateError(BpmnError, DelegateExecution) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- PropertiesParser - Interface in org.flowable.engine.dynamic
-
Created by Pardo David on 5/12/2016.
- PropertiesParserConstants - Interface in org.flowable.engine.dynamic
-
Created by Pardo David on 5/12/2016.
- putMDCExecution(ExecutionEntity) - Static method in class org.flowable.engine.logging.LogMDC
- putPropertyValue(String, JsonNode, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
- putPropertyValue(String, String, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
- putPropertyValue(String, List<String>, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
Q
- QueryOperator - Enum Class in org.flowable.engine.impl
-
Used to indicate the operator that should be used to comparing values in a query clause.
R
- ReadOnlyDelegateExecution - Interface in org.flowable.engine.delegate
- referenceId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- referenceId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- referenceId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- referenceId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- referenceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the reference identifier of the process instance.
- referenceType - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- referenceType - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- referenceType - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- referenceType - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- referenceType(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the reference type of the process instance.
- register(String, Object) - Static method in class org.flowable.engine.test.mock.Mocks
-
This method lets you register a mock object.
- registerProcessEngine(ProcessEngine) - Static method in class org.flowable.engine.ProcessEngines
-
Registers the given process engine.
- registerProcessInstanceStartEventSubscription(ProcessInstanceStartEventSubscriptionBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- remove() - Method in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- removeAssignee(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeAssignee(String) - Method in interface org.flowable.engine.RuntimeService
-
Removes the assignee of a process instance.
- removeElementProperty(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- removeEnableSkipExpression(ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- removeEnableSkipExpression(ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- removeEventListener(FlowableEventListener) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeEventListener(FlowableEventListener) - Method in interface org.flowable.engine.RuntimeService
-
Removes the given listener from this dispatcher.
- removeEventRegistryConsumer(EventRegistryEventConsumer) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeEventRegistryConsumer(EventRegistryEventConsumer) - Method in interface org.flowable.engine.RuntimeService
- removeExecutionVariables(String, Collection<String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- removeOwner(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeOwner(String) - Method in interface org.flowable.engine.RuntimeService
-
Removes the owner of a process instance.
- removeSkipExpression(String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- removeSkipExpression(String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- removeTaskVariables(String, Collection<String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- removeVariable(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeVariable(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- removeVariable(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Removes a variable for an execution.
- removeVariable(String, String) - Method in interface org.flowable.engine.TaskService
-
Removes the variable from the task.
- removeVariableLocal(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeVariableLocal(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- removeVariableLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Removes a variable for an execution (not considering parent scopes).
- removeVariableLocal(String, String) - Method in interface org.flowable.engine.TaskService
-
Removes the variable from the task (not considering parent scopes).
- removeVariables(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeVariables(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- removeVariables(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
Removes variables for an execution.
- removeVariables(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
Removes all variables in the given collection from the task.
- removeVariablesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- removeVariablesLocal(String, Collection<String>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- removeVariablesLocal(String, Collection<String>) - Method in interface org.flowable.engine.RuntimeService
-
Remove variables for an execution (not considering parent scopes).
- removeVariablesLocal(String, Collection<String>) - Method in interface org.flowable.engine.TaskService
-
Removes all variables in the given collection from the task (not considering parent scopes).
- repositoryService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- repositoryService - Variable in class org.flowable.engine.test.FlowableRule
- repositoryService - Variable in class org.flowable.engine.test.FlowableTestCase
- RepositoryService - Interface in org.flowable.engine
-
Service providing access to the repository of process definitions and deployments.
- RepositoryServiceImpl - Class in org.flowable.engine.impl
- RepositoryServiceImpl() - Constructor for class org.flowable.engine.impl.RepositoryServiceImpl
- rescheduledJobId - Variable in class org.flowable.engine.delegate.event.impl.FlowableJobRescheduledEventImpl
-
The id of the original job that was rescheduled.
- rescheduleTimeCycleJob(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- rescheduleTimeCycleJob(String, String) - Method in interface org.flowable.engine.ManagementService
-
Reschedule a timer job with a time cycle.
- rescheduleTimeDateJob(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- rescheduleTimeDateJob(String, String) - Method in interface org.flowable.engine.ManagementService
-
Reschedule a timer job with a time date.
- rescheduleTimeDurationJob(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- rescheduleTimeDurationJob(String, String) - Method in interface org.flowable.engine.ManagementService
-
Reschedule a timer job with a time duration.
- rescheduleTimerJob(String, String, String, String, String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- rescheduleTimerJob(String, String, String, String, String, String) - Method in interface org.flowable.engine.ManagementService
-
Reschedule a timer job.
- reset() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- reset() - Static method in class org.flowable.engine.test.mock.Mocks
-
This method resets the internal map of mock objects.
- reset() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- reset() - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- resetClock() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- resetProperty(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
-
Clears the field from the infoNode.
- resetProperty(String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- resolveParameter(ParameterContext, ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- resolveProcessDefinition(ProcessDefinition) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- resolveTask(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- resolveTask(String) - Method in interface org.flowable.engine.TaskService
-
Marks that the assignee is done with this task and that it can be send back to the owner.
- resolveTask(String, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- resolveTask(String, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Marks that the assignee is done with this task providing the required variables and that it can be sent back to the owner.
- resolveTask(String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- resolveTask(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.TaskService
-
Similar to
TaskService.resolveTask(String, Map)
, but allows to set transient variables too. - resourceName - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- resourceNameLike - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- resources() - Element in annotation interface org.flowable.engine.test.Deployment
-
Specify all the resources that make up the deployment.
- result - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- RESULT_FAIL - Static variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- RESULT_SUCCESS - Static variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- retry(String) - Static method in class org.flowable.engine.ProcessEngines
-
retries to initialize a process engine that previously failed.
- reverseOrder - Variable in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- root - Variable in class org.flowable.engine.debug.ExecutionTree
- rootNode - Variable in class org.flowable.engine.debug.ExecutionTreeBfsIterator
- rootProcessInstanceId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- rootProcessInstanceId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- rootProcessInstanceId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- rootProcessInstanceId(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have the given root process instance id.
- rootScopeId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- rootScopeId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- runTest() - Method in class org.flowable.engine.test.FlowableTestCase
- RUNTIME_TYPES - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- runtimeService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- runtimeService - Variable in class org.flowable.engine.test.FlowableRule
- runtimeService - Variable in class org.flowable.engine.test.FlowableTestCase
- RuntimeService - Interface in org.flowable.engine
- RuntimeServiceImpl - Class in org.flowable.engine.impl
- RuntimeServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.RuntimeServiceImpl
S
- saveAttachment(Attachment) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- saveAttachment(Attachment) - Method in class org.flowable.engine.impl.TaskServiceImpl
- saveAttachment(Attachment) - Method in interface org.flowable.engine.TaskService
-
Update the name and description of an attachment
- saveComment(Comment) - Method in class org.flowable.engine.impl.TaskServiceImpl
- saveComment(Comment) - Method in interface org.flowable.engine.TaskService
-
Update a comment to a task and/or process instance.
- saveFormData(String, Map<String, String>) - Method in interface org.flowable.engine.FormService
-
Save the data that was entered as properties in a task form.
- saveFormData(String, Map<String, String>) - Method in class org.flowable.engine.impl.FormServiceImpl
- saveGroup(Group) - Method in interface org.flowable.engine.IdentityService
-
Saves the group.
- saveGroup(Group) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- saveModel(Model) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- saveModel(Model) - Method in interface org.flowable.engine.RepositoryService
-
Saves the model.
- saveProcessDefinitionInfo(String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
- saveProcessDefinitionInfo(String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- saveTask(Task) - Method in class org.flowable.engine.impl.TaskServiceImpl
- saveTask(Task) - Method in interface org.flowable.engine.TaskService
-
Saves the given task to the persistent data store.
- saveTask(TaskEntity) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- saveUser(User) - Method in interface org.flowable.engine.IdentityService
-
Saves the user.
- saveUser(User) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- SchemaOperationProcessEngineClose - Class in org.flowable.engine.impl
- SchemaOperationProcessEngineClose() - Constructor for class org.flowable.engine.impl.SchemaOperationProcessEngineClose
- script - Variable in class org.flowable.engine.migration.Script
- Script - Class in org.flowable.engine.migration
- Script() - Constructor for class org.flowable.engine.migration.Script
- Script(String, String) - Constructor for class org.flowable.engine.migration.Script
- SCRIPT - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- SCRIPT_TASK_SCRIPT - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- ScriptTaskPropertiesParser - Class in org.flowable.engine.dynamic
-
Created by Pardo David on 5/12/2016.
- ScriptTaskPropertiesParser() - Constructor for class org.flowable.engine.dynamic.ScriptTaskPropertiesParser
- selectById(Class<T>, String, boolean) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- selectListWithRawParameter(String, Object, boolean) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- selectListWithRawParameterNoCacheLoadAndStore(String, Object) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- selectOne(String, Object) - Method in class org.flowable.engine.test.profiler.ProfilingDbSqlSession
- SEQUENCE_FLOW_CONDITION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- sequenceFlowTaken(FlowableSequenceFlowTakenEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- sequential - Variable in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityEventImpl
- SERVICE_TASK_CLASS_NAME - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- SERVICE_TASK_DELEGATE_EXPRESSION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- SERVICE_TASK_EXPRESSION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- sessionFactories - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- setActive(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
makes this execution active or inactive.
- setActiveActivityId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setActiveActivityIds(Set<String>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setActivityFontName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setActivityId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- setActivityId(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setActivityName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- setActivityName(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setActivityType(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- setAdditionalDataContainer(VariableContainer) - Method in exception org.flowable.engine.delegate.BpmnError
- setAllServiceTasksNoOp() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
- setAllServiceTasksNoOp() - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- setAlwaysUseArraysForDmnMultiHitPolicies(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAnnotationFontName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAssignee(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setAssignee(String) - Method in class org.flowable.engine.interceptor.MigrationContext
- setAssignee(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setAssignee(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setAssignee(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Set the new assignee of a process instance.
- setAssignee(String, String) - Method in interface org.flowable.engine.TaskService
-
Changes the assignee of the given task to the given userId.
- setAssigneeId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setAsyncExecutor(AsyncExecutor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncExecutorActivate(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncFailedJobWaitTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncHistoryExecutor(AsyncExecutor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncHistoryExecutorActivate(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncHistoryTaskExecutor(AsyncTaskExecutor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncTaskExecutor(AsyncTaskExecutor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncTaskInvoker(AsyncTaskInvoker) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAsyncTaskInvokerTaskExecutor(AsyncTaskExecutor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setAuthenticatedUserId(String) - Method in interface org.flowable.engine.IdentityService
-
Passes the authenticated user id for this particular thread.
- setAuthenticatedUserId(String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- setBatchId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setBatchId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- setBehaviorClass(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
- setBusinessKey(String) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setCallActivityExecution(ExecutionEntity) - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- setCallActivityExecution(ExecutionEntity) - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- setCallbackId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setCallbackType(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setCandidateGroups(List<String>) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setCandidateUsers(List<String>) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setCategory(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setCategory(String) - Method in interface org.flowable.engine.repository.Model
- setCause(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityCancelledEventImpl
- setCause(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCancelledEventImpl
- setCause(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableProcessCancelledEventImpl
- setChildExecution(ExecutionEntity) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setChildNodes(List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode>) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setChildren(List<ExecutionTreeNode>) - Method in class org.flowable.engine.debug.ExecutionTreeNode
- setClassLoader(ClassLoader) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setCleanInstancesBatchSize(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setCleanInstancesEndedAfter(Duration) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setCleanInstancesEndedAfterNumberOfDays(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
Deprecated.
- setClock(Clock) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setClock(Clock) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setCommandExecutions(Map<String, List<CommandExecutionResult>>) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setCommandFqn(String) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setCompatibilityHandlerClassName(String) - Method in class org.flowable.engine.compatibility.DefaultFlowable5CompatibilityHandlerFactory
- setCompleteTime(Date) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- setConcurrent(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
changes the concurrent indicator on this execution.
- setConditionExpression(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- setConditionLanguage(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableConditionalEventImpl
- setConfigurationResource(String) - Method in class org.flowable.engine.test.FlowableRule
- setConfigurationResource(String) - Method in class org.flowable.engine.test.FlowableTestCase
- setCreateDiagramOnDeploy(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setCurrentCommandExecution(CommandExecutionResult) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setCurrentFlowableListener(FlowableListener) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Called when an
ExecutionListener
is being executed. - setCurrentFlowElement(FlowElement) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Change the current BPMN element the execution is at.
- setCurrentProfileSession(ProfileSession) - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- setCurrentTime(Instant) - Method in class org.flowable.engine.test.FlowableTestHelper
- setCurrentTime(Date) - Method in class org.flowable.engine.test.FlowableRule
- setCurrentTime(Date) - Method in class org.flowable.engine.test.FlowableTestCase
- setCurrentTime(Date) - Method in class org.flowable.engine.test.FlowableTestHelper
- setDatabaseCatalog(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDatabaseSchema(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDatabaseSchemaUpdate(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDatabaseTablePrefix(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDatabaseTimeInMs(long) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setDatabaseType(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDatabaseWildcardEscapeCharacter(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDataObjectDefinitionKey(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setDataSource(DataSource) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDataSourceJndiName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDbDeletes(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setDbDeletes(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandStats
- setDbInserts(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setDbInserts(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandStats
- setDbSelects(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setDbSelects(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandStats
- setDbUpdates(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setDbUpdates(Map<String, Long>) - Method in class org.flowable.engine.test.profiler.CommandStats
- setDecisionServiceVariablesOnExecution(Map<String, List<Map<String, Object>>>, String, DelegateExecution, ObjectMapper, boolean) - Method in interface org.flowable.engine.DecisionTableVariableManager
- setDefaultCamelContext(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDefaultFailedJobWaitTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDefaultMailClient(FlowableMailClient) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDefaultMailServer(MailServerInfo) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDeploymentCategory(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setDeploymentCategory(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- setDeploymentCategory(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Sets the category of the deployment.
- setDeploymentId(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setDeploymentId(String) - Method in interface org.flowable.engine.repository.Model
- setDeploymentIdFromDeploymentAnnotation(String) - Method in class org.flowable.engine.test.FlowableTestHelper
- setDeploymentIds(List<String>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setDeploymentKey(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- setDeploymentKey(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Sets the key of the deployment.
- setDescription(String) - Method in class org.flowable.engine.app.AppModel
- setDescription(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setDescription(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setDescription(String) - 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.
- setDrawSequenceFlowNameWithNoLabelDI(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setDueDate(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setDueDate(String, Date) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setDueDate(String, Date) - Method in interface org.flowable.engine.TaskService
-
Changes the due date of the task
- setElementProperty(String, String, JsonNode, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- setElementProperty(String, String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- setElements(Map<String, DiagramElement>) - Method in class org.flowable.engine.repository.DiagramLayout
- setEnableHistoryCleaning(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setEnableProcessDefinitionHistoryLevel(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setEnableProcessDefinitionInfoCache(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setEndTime(Date) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setEngineName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setErrorCode(String) - Method in exception org.flowable.engine.delegate.BpmnError
- setErrorCode(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- setErrorId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableErrorEventImpl
- setEscalationCode(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- setEscalationName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableEscalationEventImpl
- setEventName(String) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Sets the current event (typically when execution an
ExecutionListener
). - setEventSubscriptions(List<EventSubscriptionQueryValue>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setEventSubscriptions(List<EventSubscriptionQueryValue>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setExclude(boolean) - Method in interface org.flowable.engine.delegate.BusinessRuleTaskDelegate
- setExecution(DelegateExecution) - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- setExecution(DelegateExecution) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setExecutionEntity(ExecutionEntity) - Method in class org.flowable.engine.debug.ExecutionTreeNode
- setExecutionId(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setExecutionId(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setExecutionTrees(List<DebugInfoExecutionTree>) - Method in class org.flowable.engine.test.impl.logger.AbstractDebugInfo
- setExecutionVariables(String, Map<String, ? extends Object>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setFlowable6ProcessEngineConfiguration(ProcessEngineConfiguration) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setFlowElementClass(Class<?>) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setFlowElementId(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setFormKey(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setFullMessage(String) - Method in interface org.flowable.engine.task.Comment
- setGroupId(String) - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- setGroupsAccess(String) - Method in class org.flowable.engine.app.AppModel
- setHeight(Double) - Method in class org.flowable.engine.repository.DiagramNode
- setHistoricDataService(HistoryService) - Method in class org.flowable.engine.test.FlowableRule
- setHistory(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setHistoryCleaningManager(HistoryCleaningManager) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setHistoryCleaningTimeCycleConfig(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setHistoryLevel(HistoryLevel) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setHttpClientConfig(HttpClientConfig) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setIcon(String) - Method in class org.flowable.engine.app.AppModel
- setId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setId(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setId(String) - Method in class org.flowable.engine.repository.DiagramElement
- setId(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setIdBlockSize(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setIdentityService(IdentityService) - Method in class org.flowable.engine.test.FlowableRule
- setInheritVariables(boolean) - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- setInitialActivityId(String) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setInitialFlowElement(FlowElement) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setInitialFlowElement(FlowElement) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setInitialized(boolean) - Static method in class org.flowable.engine.ProcessEngines
- setInitiatorVariableName(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setInParameters(List<IOParameter>) - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- setInParameters(List<IOParameter>) - Method in class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- setInvolvedGroups(Set<String>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setInvolvedUser(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcDriver(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcMaxActiveConnections(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcMaxCheckoutTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcMaxIdleConnections(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcMaxWaitTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcPassword(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcPingConnectionNotUsedFor(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcPingEnabled(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcPingQuery(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcUrl(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJdbcUsername(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJobCategory(String) - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- setJobProcessor(List<Object>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setJobRetries(String, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- setJobRetries(String, int) - Method in interface org.flowable.engine.ManagementService
-
Sets the number of retries that a job has left.
- setJobTopicExpression(String) - Method in class org.flowable.engine.interceptor.CreateExternalWorkerJobBeforeContext
- setJpaCloseEntityManager(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJpaEntityManagerFactory(Object) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJpaHandleTransaction(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setJpaPersistenceUnitName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setKey(String) - Method in class org.flowable.engine.app.AppModel
- setKey(String) - Method in interface org.flowable.engine.repository.Model
- setLabelFontName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setLanguage(String) - Method in class org.flowable.engine.migration.Script
- setLocalizationProperty(String, String, String, String, ObjectNode) - Method in class org.flowable.engine.impl.DynamicBpmnServiceImpl
- setLocalizedName(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setMailClients(Map<String, FlowableMailClient>) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerDefaultCharset(Charset) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerDefaultFrom(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerForceTo(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerHost(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerPassword(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerPort(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServers(Map<String, MailServerInfo>) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerSSLPort(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerUsername(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerUseSSL(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailServerUseTLS(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailSessionJndi(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setMailSessionsJndi(Map<String, String>) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setManagementService(ManagementService) - Method in class org.flowable.engine.test.FlowableRule
- setMDCEnabled(boolean) - Static method in class org.flowable.engine.logging.LogMDC
- setMessageData(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- setMessageName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableMessageEventImpl
- setMetaInfo(String) - Method in interface org.flowable.engine.repository.Model
- setMigrationMessage(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setMigrationStacktrace(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setMultiInstanceRoot(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Changes whether this execution is a multi instance root or not.
- setName(String) - Method in class org.flowable.engine.app.AppModel
- setName(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setName(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setName(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setName(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setName(String) - Method in interface org.flowable.engine.repository.Model
- setName(String) - Method in interface org.flowable.engine.task.Attachment
-
free user defined short (max 255 chars) name for this attachment
- setName(String) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setNameLike(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setNameLike(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setNameLikeIgnoreCase(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setNumberOfActiveInstances(int) - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- setNumberOfCompletedInstances(int) - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- setNumberOfInstances(int) - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityCompletedEventImpl
- setOperation(AbstractOperation) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setOverrideDefinitionTenantId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setOwner(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setOwner(String) - Method in class org.flowable.engine.interceptor.MigrationContext
- setOwner(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setOwner(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setOwner(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Set the new owner of a process instance.
- setOwner(String, String) - Method in interface org.flowable.engine.TaskService
-
Transfers ownership of this task to another user.
- setOwnerId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setParent(ExecutionTreeNode) - Method in class org.flowable.engine.debug.ExecutionTreeNode
- setParentNode(DebugInfoExecutionTree.DebugInfoExecutionTreeNode) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setPostExecutionTime(long) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setPostUpgradeJavaDelegate(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPostUpgradeJavaDelegateExpression(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPostUpgradeScript(Script) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPredefinedProcessInstanceId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setPreExecutionTime(long) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
- setPreUpgradeJavaDelegate(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPreUpgradeJavaDelegateExpression(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPreUpgradeScript(Script) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setPriority(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setPriority(String, int) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setPriority(String, int) - Method in interface org.flowable.engine.TaskService
-
Changes the priority of the task.
- setProcess(Process) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setProcess(Process) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setProcessDefinition(ProcessDefinition) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setProcessDefinition(ProcessDefinition) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setProcessDefinitionCategory(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setProcessDefinitionCategory(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- setProcessDefinitionCategory(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Sets the category of the process definition.
- setProcessDefinitionId(String) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
- setProcessDefinitionToMigrateTo(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setProcessDefinitionToMigrateTo(String, Integer) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setProcessDiagramGenerator(ProcessDiagramGenerator) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setProcessEngine(ProcessEngine) - Method in class org.flowable.engine.test.FlowableRule
- setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.flowable.engine.test.FlowableRule
- setProcessExecutionLogger(ProcessExecutionLogger) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
- setProcessInstance(ExecutionEntity) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setProcessInstance(DebugInfoExecutionTree.DebugInfoExecutionTreeNode) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
- setProcessInstanceId(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setProcessInstanceId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setProcessInstanceId(String) - Method in interface org.flowable.engine.task.Comment
- setProcessInstanceName(String) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setProcessInstanceName(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setProcessInstanceName(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setProcessInstanceName(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Sets the name for the process instance with the given id.
- setProfileSessions(List<ProfileSession>) - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- setReferenceId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setReferenceType(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setRepositoryService(RepositoryService) - Method in class org.flowable.engine.test.FlowableRule
- setResult(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setResultVariable(String) - Method in interface org.flowable.engine.delegate.BusinessRuleTaskDelegate
- setRoot(ExecutionTreeNode) - Method in class org.flowable.engine.debug.ExecutionTree
- setRuntimeService(RuntimeService) - Method in class org.flowable.engine.test.FlowableRule
- setSafeAuthorizationGroups(List<List<String>>) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- setSafeInvolvedGroups(List<List<String>>) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setSafeInvolvedGroups(List<List<String>>) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- setSafeInvolvedGroups(List<List<String>>) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setScope(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Changes whether this execution is a scope or not.
- setScript(String) - Method in class org.flowable.engine.migration.Script
- setSequential(boolean) - Method in class org.flowable.engine.delegate.event.impl.FlowableMultiInstanceActivityEventImpl
- setSignalData(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- setSignalName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- setSkipExpression(String) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setSourceActivityBehaviorClass(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setSourceActivityId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setSourceActivityName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setSourceActivityType(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setSourceProcessDefinitionId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setSourceProcessDefinitionId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- setStartedAfter(Date) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setStartedAfter(Date) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setStartedBefore(Date) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setStartedBefore(Date) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setStartedBy(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setStartedBy(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setStartTime(Date) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setStatus(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setStatus(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- setSuspensionState(SuspensionState) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- setSuspensionState(SuspensionState) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- setSuspensionState(SuspensionState) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- setTablePrefixIsSchema(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setTargetActivityBehaviorClass(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setTargetActivityId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setTargetActivityName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setTargetActivityType(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- setTargetProcessDefinitionId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- setTargetProcessDefinitionId(String) - Method in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- setTaskDueDate(String, Date) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setTaskEntity(TaskEntity) - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- setTaskId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- setTaskId(String) - Method in interface org.flowable.engine.task.Comment
- setTaskPostProcessor(TaskPostProcessor) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setTaskPriority(String, int) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setTaskService(TaskService) - Method in class org.flowable.engine.test.FlowableRule
- setTaskVariables(String, Map<String, ? extends Object>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- setTenantId(String) - Method in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- setTenantId(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentBuilder
- setTenantId(String) - Method in interface org.flowable.engine.repository.Model
- setTheme(String) - Method in class org.flowable.engine.app.AppModel
- setTime(Date) - Method in interface org.flowable.engine.task.Attachment
-
timestamp when this attachment was created
- setTime(Date) - Method in interface org.flowable.engine.task.Comment
- setTimerJobRetries(String, int) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- setTimerJobRetries(String, int) - Method in interface org.flowable.engine.ManagementService
-
Sets the number of retries that a timer job has left.
- setTotalTime(long) - Method in class org.flowable.engine.test.profiler.ProfileSession
- setTotalTimeInMs(long) - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
- setTransactionsExternallyManaged(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setTransientVariable(String, Object) - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
- setTransientVariables(Map<String, Object>) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setTransientVariables(Map<String, Object>) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setType(String) - Method in class org.flowable.engine.impl.DataObjectImpl
- setType(String) - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- setType(String) - Method in interface org.flowable.engine.task.Comment
- setUp() - Method in class org.flowable.engine.test.FlowableTestCase
- setUseClassForNameClassLoading(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setUserId(String) - Method in class org.flowable.engine.impl.IdentityLinkQueryObject
- setUserId(String) - Method in interface org.flowable.engine.task.Comment
- setUserInfo(String, String, String) - Method in interface org.flowable.engine.IdentityService
-
Generic extensibility key-value pairs associated with a user
- setUserInfo(String, String, String) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- setUserPicture(String, Picture) - Method in interface org.flowable.engine.IdentityService
-
Sets the picture for a given user.
- setUserPicture(String, Picture) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- setUsersAccess(String) - Method in class org.flowable.engine.app.AppModel
- setUserTask(UserTask) - Method in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- setUserTask(UserTask) - Method in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- setValue(Object) - Method in class org.flowable.engine.impl.DataObjectImpl
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
- setVariable(String, Object) - Method in interface org.flowable.engine.delegate.ReadOnlyDelegateExecution
- setVariable(String, String, Object) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setVariable(String, String, Object) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setVariable(String, String, Object) - Method in interface org.flowable.engine.RuntimeService
-
Update or create a variable for an execution.
- setVariable(String, String, Object) - Method in interface org.flowable.engine.TaskService
-
set variable on a task.
- setVariableInstanceId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- setVariableLocal(String, String, Object) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setVariableLocal(String, String, Object) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setVariableLocal(String, String, Object) - Method in interface org.flowable.engine.RuntimeService
-
Update or create a variable for an execution (not considering parent scopes).
- setVariableLocal(String, String, Object) - Method in interface org.flowable.engine.TaskService
-
set variable on a task.
- setVariableName(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- setVariables(String, Map<String, ?>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setVariables(String, Map<String, ? extends Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setVariables(String, Map<String, ? extends Object>) - Method in interface org.flowable.engine.RuntimeService
-
Update or create given variables for an execution (including parent scopes).
- setVariables(String, Map<String, ? extends Object>) - Method in interface org.flowable.engine.TaskService
-
set variables on a task.
- setVariables(Map<String, Object>) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- setVariables(Map<String, Object>) - Method in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- setVariablesLocal(String, Map<String, ?>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in class org.flowable.engine.impl.TaskServiceImpl
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.flowable.engine.RuntimeService
-
Update or create given variables for an execution (not considering parent scopes).
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.flowable.engine.TaskService
-
set variables on a task.
- setVariablesOnExecution(List<Map<String, Object>>, String, DelegateExecution, ObjectMapper, boolean) - Method in interface org.flowable.engine.DecisionTableVariableManager
- setVariableType(VariableType) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- setVariableValue(Object) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- setVersion(Integer) - Method in interface org.flowable.engine.repository.Model
- setWaypoints(List<DiagramEdgeWaypoint>) - Method in class org.flowable.engine.repository.DiagramEdge
- setWidth(Double) - Method in class org.flowable.engine.repository.DiagramNode
- setWrappedActivityBehaviorFactory(ActivityBehaviorFactory) - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
- setX(Double) - Method in class org.flowable.engine.repository.DiagramEdgeWaypoint
- setX(Double) - Method in class org.flowable.engine.repository.DiagramNode
- setXmlEncoding(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
- setY(Double) - Method in class org.flowable.engine.repository.DiagramEdgeWaypoint
- setY(Double) - Method in class org.flowable.engine.repository.DiagramNode
- shutdownAsyncHistoryTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- shutdownAsyncTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- shutdownAsyncTaskInvokerTaskExecutor - Variable in class org.flowable.engine.ProcessEngineConfiguration
- signal(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signal(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalData - Variable in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- signalEventReceived(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceived(String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceived(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceived(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceived(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceived(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceived(String, String, Map<String, Object>, boolean, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- signalEventReceived(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceived(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceived(SignalEventSubscriptionEntity, Object, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- signalEventReceivedAsync(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceivedAsync(String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceivedAsync(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceivedAsync(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceivedAsyncWithTenantId(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceivedAsyncWithTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.signalEventReceivedAsync(String)
, but within the context of one tenant. - signalEventReceivedWithTenantId(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceivedWithTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.signalEventReceived(String)
, but within the context of one tenant. - signalEventReceivedWithTenantId(String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- signalEventReceivedWithTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.signalEventReceived(String, Map)
, but within the context of one tenant. - signalEventSubscription(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- signalEventSubscriptionName(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- signalEventSubscriptionName(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a signal event subscription for the given signal name.
- signalName - Variable in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
- singleResult() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLogQuery
-
Executes the query.
- singleResult() - Method in class org.flowable.engine.impl.ProcessInstanceHistoryLogQueryImpl
- skipExpression - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- skipped(AssumptionViolatedException, Description) - Method in class org.flowable.engine.test.FlowableRule
-
Invoked when a test is skipped due to a failed assumption.
- snapshotReadOnly() - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Create a snapshot read only delegate execution of this delegate execution.
- sourceActivityBehaviorClass - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- sourceActivityId - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- sourceActivityName - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- sourceActivityType - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- sourceProcessDefinitionId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- sourceProcessDefinitionId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- stageInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the optional instance id of the stage this process instance belongs to, if it runs in the context of a CMMN case.
- start() - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Start the process instance
- START - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- START - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- START_TIME - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- startableByUser(String) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- startableByUser(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which given userId is authorized to start
- startableByUserOrGroups(String, Collection<String>) - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- startableByUserOrGroups(String, Collection<String>) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only selects process definition which the given userId or groups are authorized to start.
- startAsync() - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Start the process instance asynchronously
- startedAfter - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- startedAfter - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- startedAfter - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedAfter - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedAfter(Date) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that were started after the given date.
- startedAfter(Date) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that were started after the given date.
- startedAfter(Date) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- startedAfter(Date) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- startedAfter(Date) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedAfter(Date) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedAfter(Date) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions that were started after the given start time.
- startedAfter(Date) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances started after the given time
- startedBefore - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- startedBefore - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- startedBefore - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedBefore - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedBefore(Date) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that were started before the given date.
- startedBefore(Date) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that were started before the given date.
- startedBefore(Date) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- startedBefore(Date) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- startedBefore(Date) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedBefore(Date) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedBefore(Date) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions that were started before the given start time.
- startedBefore(Date) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances started before the given time
- startedBy - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- startedBy - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedBy - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedBy(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instance that are started by the given user.
- startedBy(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- startedBy(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- startedBy(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- startedBy(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions that were started after by the given user id.
- startedBy(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances started by the given user id
- startEventId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the start event in case of an event registry start event that is triggered to start the process instance.
- startExecutors() - Method in class org.flowable.engine.impl.ProcessEngineImpl
- startExecutors() - Method in interface org.flowable.engine.ProcessEngine
-
Starts the executors (async and async history), if they are configured to be auto-activated.
- StartFormData - Interface in org.flowable.engine.form
-
Specific
FormData
for starting a new process instance. - startFormVariable(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Adds one variable from a start form to the process instance.
- startFormVariables(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Adds variables from a start form to the process instance.
- starting(Description) - Method in class org.flowable.engine.test.FlowableRule
- startProcessInstance(String, String, Map<String, Object>, Map<String, Object>, String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- startProcessInstance(ProcessInstanceBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- StartProcessInstanceAfterContext - Class in org.flowable.engine.interceptor
- StartProcessInstanceAfterContext() - Constructor for class org.flowable.engine.interceptor.StartProcessInstanceAfterContext
- StartProcessInstanceAfterContext(ExecutionEntity, ExecutionEntity, Map<String, Object>, Map<String, Object>, FlowElement, Process, ProcessDefinition) - Constructor for class org.flowable.engine.interceptor.StartProcessInstanceAfterContext
- startProcessInstanceAsync(ProcessInstanceBuilderImpl) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- StartProcessInstanceBeforeContext - Class in org.flowable.engine.interceptor
- StartProcessInstanceBeforeContext() - Constructor for class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- StartProcessInstanceBeforeContext(String, String, String, String, String, String, String, Map<String, Object>, Map<String, Object>, String, String, String, String, String, FlowElement, Process, ProcessDefinition, String, String) - Constructor for class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- startProcessInstanceById(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceById(String) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProcessInstanceById(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceById(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProcessInstanceById(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceById(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProcessInstanceById(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceById(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProcessInstanceByKey(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKey(String) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the latest version of the process definition with the given key.
- startProcessInstanceByKey(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKey(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the latest version of the process definition with the given key.
- startProcessInstanceByKey(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKey(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the latest version of the process definition with the given key.
- startProcessInstanceByKey(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKey(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the latest version of the process definition with the given key
- startProcessInstanceByKeyAndTenantId(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKeyAndTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByKey(String)
, but using a specific tenant identifier. - startProcessInstanceByKeyAndTenantId(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKeyAndTenantId(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByKey(String, String)
, but using a specific tenant identifier. - startProcessInstanceByKeyAndTenantId(String, String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKeyAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByKey(String, String, Map)
, but using a specific tenant identifier. - startProcessInstanceByKeyAndTenantId(String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByKey(String, Map)
, but using a specific tenant identifier. - startProcessInstanceByMessage(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessage(String) - Method in interface org.flowable.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
. - startProcessInstanceByMessage(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessage(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
. - startProcessInstanceByMessage(String, String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessage(String, String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
. - startProcessInstanceByMessage(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessage(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
. - startProcessInstanceByMessage(String, Map<String, Object>, Map<String, Object>, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- startProcessInstanceByMessageAndTenantId(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessageAndTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByMessage(String)
, but with tenant context. - startProcessInstanceByMessageAndTenantId(String, String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessageAndTenantId(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByMessage(String, String)
, but with tenant context. - startProcessInstanceByMessageAndTenantId(String, String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessageAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByMessage(String, String, Map)
, but with tenant context. - startProcessInstanceByMessageAndTenantId(String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceByMessageAndTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.startProcessInstanceByMessage(String, Map)
, but with tenant context. - StartProcessInstanceInterceptor - Interface in org.flowable.engine.interceptor
- startProcessInstanceWithForm(String, String, Map<String, Object>, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- startProcessInstanceWithForm(String, String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Starts a new process instance in the exactly specified version of the process definition with the given id.
- startProfileSession(String) - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- startProgress(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- startProgress(String, String) - Method in interface org.flowable.engine.TaskService
-
Set the task state to in progress.
- StartSubProcessInstanceAfterContext - Class in org.flowable.engine.interceptor
- StartSubProcessInstanceAfterContext() - Constructor for class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- StartSubProcessInstanceAfterContext(ExecutionEntity, ExecutionEntity, Map<String, Object>, Map<String, Object>, ExecutionEntity, List<IOParameter>, FlowElement, Process, ProcessDefinition) - Constructor for class org.flowable.engine.interceptor.StartSubProcessInstanceAfterContext
- StartSubProcessInstanceBeforeContext - Class in org.flowable.engine.interceptor
- StartSubProcessInstanceBeforeContext() - Constructor for class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- StartSubProcessInstanceBeforeContext(String, String, String, Map<String, Object>, Map<String, Object>, ExecutionEntity, List<IOParameter>, boolean, String, FlowElement, Process, ProcessDefinition) - Constructor for class org.flowable.engine.interceptor.StartSubProcessInstanceBeforeContext
- startTime - Variable in class org.flowable.engine.test.profiler.ProfileSession
- status - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- status - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- STATUS_COMPLETED - Static variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- STATUS_IN_PROGRESS - Static variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- STATUS_WAITING - Static variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- stopCurrentProfileSession() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
- submitStartFormData(String, String, Map<String, String>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- submitStartFormData(String, String, Map<String, String>) - Method in interface org.flowable.engine.FormService
-
Start a new process instance with the user data that was entered as properties in a start form.
- submitStartFormData(String, String, Map<String, String>) - Method in class org.flowable.engine.impl.FormServiceImpl
- submitStartFormData(String, Map<String, String>) - Method in interface org.flowable.engine.FormService
-
Start a new process instance with the user data that was entered as properties in a start form.
- submitStartFormData(String, Map<String, String>) - Method in class org.flowable.engine.impl.FormServiceImpl
- submitTaskFormData(String, Map<String, String>) - Method in interface org.flowable.engine.FormService
-
Completes a task with the user data that was entered as properties in a task form.
- submitTaskFormData(String, Map<String, String>) - Method in class org.flowable.engine.impl.FormServiceImpl
- submitTaskFormData(String, Map<String, String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- subProcessInstanceId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- subProcessInstanceId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- subProcessInstanceId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- subProcessInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instance that have as sub process instance the given process instance.
- subscribe() - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Creates the event subscription with the registered combination of correlation parameter values and saves it.
- succeeded(Description) - Method in class org.flowable.engine.test.FlowableRule
-
Invoked when a test succeeds
- succesfulMigrationParts - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- superProcessInstanceId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- superProcessInstanceId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- superProcessInstanceId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- superProcessInstanceId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances started by the given process instance.
- superProcessInstanceId(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- superProcessInstanceId(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- superProcessInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are a sub process instance of the given super process instance.
- supports(FlowElement) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
- supports(FlowElement) - Method in class org.flowable.engine.dynamic.DefaultPropertiesParser
- supports(FlowElement) - Method in interface org.flowable.engine.dynamic.PropertiesParser
- supports(FlowElement) - Method in class org.flowable.engine.dynamic.ScriptTaskPropertiesParser
- supports(FlowElement) - Method in class org.flowable.engine.dynamic.UserTaskPropertiesParser
- supportsParameter(ParameterContext, ExtensionContext) - Method in class org.flowable.engine.test.FlowableExtension
- suspended() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- suspended() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- suspended() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which are suspended
- suspended() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspended
- SUSPENDED_JOBS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- suspendProcessDefinition(String, String, boolean, Date, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- suspendProcessDefinitionById(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionById(String) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the process definition with the given id.
- suspendProcessDefinitionById(String, boolean, Date) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionById(String, boolean, Date) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the process definition with the given id.
- suspendProcessDefinitionByKey(String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionByKey(String) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, boolean, Date) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionByKey(String, boolean, Date) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, boolean, Date, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.flowable.engine.RepositoryService
-
Similar to
RepositoryService.suspendProcessDefinitionByKey(String, boolean, Date)
, but only applicable for the given tenant identifier. - suspendProcessDefinitionByKey(String, String) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- suspendProcessDefinitionByKey(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Similar to
RepositoryService.suspendProcessDefinitionByKey(String)
, but only applicable for the given tenant identifier. - suspendProcessInstance(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- suspendProcessInstanceById(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- suspendProcessInstanceById(String) - Method in interface org.flowable.engine.RuntimeService
-
Suspends the process instance with the given id.
- suspendTask(String, String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- suspendTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Suspends the task.
- suspensionState - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- suspensionState - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- suspensionState - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
T
- targetActivityBehaviorClass - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- targetActivityId - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- targetActivityName - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- targetActivityType - Variable in class org.flowable.engine.delegate.event.impl.FlowableSequenceFlowTakenEventImpl
- targetProcessDefinitionId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationPartResult
- targetProcessDefinitionId - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- TASK_SKIP_EXPRESSION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- taskAssigned(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- taskAssignee(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for userTask activities assigned to the given user
- taskAssignee(String) - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- taskAssignee(String) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- taskAssignee(String) - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances for userTask activities assigned to the given user
- TaskBuilderImpl - Class in org.flowable.engine.impl
-
TaskBuilder
implementation - taskCompleted(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- TaskCompletionBuilderImpl - Class in org.flowable.engine.impl
- TaskCompletionBuilderImpl(CommandExecutor) - Constructor for class org.flowable.engine.impl.TaskCompletionBuilderImpl
- taskCreated(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- taskEntity - Variable in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- TaskFormData - Interface in org.flowable.engine.form
-
Specific
FormData
for completing a task. - taskId - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- taskId - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- taskId - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- taskId(String) - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select historic variable updates associated to the given
historic task instance
. - taskId(String) - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- taskId(String) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- TaskListener - Interface in org.flowable.engine.delegate
-
Here for backwards compatibility, prefer use the
TaskListener
. - taskPostProcessor - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
postprocessor for a task builder
- TASKS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- taskService - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- taskService - Variable in class org.flowable.engine.test.FlowableRule
- taskService - Variable in class org.flowable.engine.test.FlowableTestCase
- TaskService - Interface in org.flowable.engine
-
Service which provides access to
Task
and form related operations. - TaskServiceImpl - Class in org.flowable.engine.impl
- TaskServiceImpl(ProcessEngineConfigurationImpl) - Constructor for class org.flowable.engine.impl.TaskServiceImpl
- tearDown() - Method in class org.flowable.engine.test.FlowableTestCase
- TENANT_ID - Static variable in class org.flowable.engine.impl.ActivityInstanceQueryProperty
- TENANT_ID - Static variable in class org.flowable.engine.impl.ExecutionQueryProperty
- TENANT_ID - Static variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryProperty
- TENANT_ID - Static variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryProperty
- TENANT_ID - Static variable in class org.flowable.engine.impl.ProcessInstanceQueryProperty
- tenantId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.ModelQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- tenantId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- tenantId - Variable in class org.flowable.engine.interceptor.StartProcessInstanceBeforeContext
- tenantId() - Element in annotation interface org.flowable.engine.test.Deployment
-
Specify tenantId to deploy for
- tenantId(String) - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Gives the deployment the given tenant id.
- tenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Set the tenantId of to lookup the process definition
- tenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionBuilder
-
Set the tenant id for the subscription.
- tenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionDeletionBuilder
-
Set the tenant id in case you are running in a multi tenant environment and the event model needs to be retrieved from a specific tenant.
- tenantId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceStartEventSubscriptionModificationBuilder
-
Set the tenant id in case you are running in a multi tenant environment and the event model needs to be retrieved from a specific tenant.
- tenantIdIn(List<String>) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with one of the given tenant ids.
- tenantIdIn(List<String>) - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.ModelQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- tenantIdLike - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- tenantIdLikeIgnoreCase - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- tenantIdLikeIgnoreCase - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- tenantIdLikeIgnoreCase - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- tenantIds - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- TERMINATE_END_EVENT - Static variable in interface org.flowable.engine.history.DeleteReason
- testActivityBehaviorFactory - Variable in class org.flowable.engine.test.mock.FlowableMockSupport
- TestActivityBehaviorFactory - Class in org.flowable.engine.test
- TestActivityBehaviorFactory() - Constructor for class org.flowable.engine.test.TestActivityBehaviorFactory
- TestActivityBehaviorFactory(ActivityBehaviorFactory) - Constructor for class org.flowable.engine.test.TestActivityBehaviorFactory
- theme - Variable in class org.flowable.engine.app.AppModel
- throwErrorEvent(FlowableEvent) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- TIME - Static variable in class org.flowable.engine.impl.HistoricDetailQueryProperty
- TIMER_JOBS - Static variable in interface org.flowable.engine.BpmnChangeTenantIdEntityTypes
- timerFired(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- timerScheduled(FlowableEngineEntityEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- TO_ACTIVITY_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- TO_ACTIVITY_IDS_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- TO_PROCESS_DEFINITION_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- TO_PROCESS_DEFINITION_KEY_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- TO_PROCESS_DEFINITION_TENANT_ID_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- TO_PROCESS_DEFINITION_VERSION_JSON_PROPERTY - Static variable in interface org.flowable.engine.migration.ProcessInstanceMigrationDocumentConstants
- toActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- toActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- toActivityIds - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- toCallActivityId - Variable in class org.flowable.engine.migration.ActivityMigrationMapping
- toString() - Method in class org.flowable.engine.debug.ExecutionTree
- toString() - Method in class org.flowable.engine.debug.ExecutionTreeNode
- toString() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- toString() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- toString() - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- toString() - Method in class org.flowable.engine.migration.EnableActivityMapping.EnableMapping
- toString() - Method in class org.flowable.engine.repository.DiagramElement
- toString() - Method in class org.flowable.engine.repository.DiagramNode
- TotalExecutionTimeCommandInterceptor - Class in org.flowable.engine.test.profiler
- TotalExecutionTimeCommandInterceptor() - Constructor for class org.flowable.engine.test.profiler.TotalExecutionTimeCommandInterceptor
- totalTime - Variable in class org.flowable.engine.test.profiler.ProfileSession
- totalTimeInMs - Variable in class org.flowable.engine.test.profiler.CommandExecutionResult
- TRANSACTION_CANCELED - Static variable in interface org.flowable.engine.history.DeleteReason
- transactionContextFactory - Variable in class org.flowable.engine.impl.ProcessEngineImpl
- TransactionDependentExecutionListener - Interface in org.flowable.engine.delegate
- TransactionDependentTaskListener - Interface in org.flowable.engine.delegate
-
Callback interface to be notified of transaction events.
- transientVariable(String, Object) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- transientVariable(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Adds a transient variable to the process instance
- transientVariableLocal(String, Object) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- transientVariables - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- transientVariables - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- transientVariables - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- transientVariables(Map<String, Object>) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- transientVariables(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the transient variables
- transientVariablesLocal - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- transientVariablesLocal(Map<String, Object>) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- trigger(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- trigger(String) - Method in interface org.flowable.engine.RuntimeService
-
Sends an external trigger to an activity instance that is waiting inside the given execution.
- trigger(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- trigger(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Sends an external trigger to an activity instance that is waiting inside the given execution.
- trigger(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- trigger(String, Map<String, Object>, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- trigger(String, Map<String, Object>, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Similar to
RuntimeService.trigger(String, Map)
, but with an extra parameter that allows to pass transient variables. - triggerAsync(String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- triggerAsync(String) - Method in interface org.flowable.engine.RuntimeService
-
Sends an external trigger to an activity instance that is waiting inside the given execution.
- triggerAsync(String, Map<String, Object>) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- triggerAsync(String, Map<String, Object>) - Method in interface org.flowable.engine.RuntimeService
-
Sends an external trigger to an activity instance that is waiting inside the given execution.
- type - Variable in class org.flowable.engine.impl.HistoricDetailQueryImpl
- type - Variable in class org.flowable.engine.impl.IdentityLinkQueryObject
- types - Variable in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
U
- unacquireAllExternalWorkerJobsForWorker(String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- unacquireAllExternalWorkerJobsForWorker(String) - Method in interface org.flowable.engine.ManagementService
-
Unaquire all locked external worker jobs for worker.
- unacquireAllExternalWorkerJobsForWorker(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- unacquireAllExternalWorkerJobsForWorker(String, String) - Method in interface org.flowable.engine.ManagementService
-
Unaquire all locked external worker jobs for worker and tenant.
- unacquireExternalWorkerJob(String, String) - Method in class org.flowable.engine.impl.ManagementServiceImpl
- unacquireExternalWorkerJob(String, String) - Method in interface org.flowable.engine.ManagementService
-
Unaquire a locked external worker job.
- unclaim(String) - Method in class org.flowable.engine.impl.TaskServiceImpl
- unclaim(String) - Method in interface org.flowable.engine.TaskService
-
A shortcut to
TaskService.claim(java.lang.String, java.lang.String)
with null user in order to unclaim the task - unfinished - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- unfinished - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- unfinished - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- unfinished() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that are not finished yet.
- unfinished() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instance that are not yet finished.
- unfinished() - Method in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- unfinished() - Method in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- unfinished() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- unfinished() - Method in interface org.flowable.engine.runtime.ActivityInstanceQuery
-
Only select activity instances that are not finished yet.
- unregister(ProcessEngine) - Static method in class org.flowable.engine.ProcessEngines
-
Unregisters the given process engine.
- updateBusinessKey(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
- updateBusinessKey(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- updateBusinessKey(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Updates the business key for the provided process instance
- updateBusinessStatus(String, String) - Method in class org.flowable.engine.impl.RuntimeServiceImpl
- updateBusinessStatus(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Updates the business status for the provided process instance
- updateUserPassword(User) - Method in interface org.flowable.engine.IdentityService
-
Update user password.
- updateUserPassword(User) - Method in class org.flowable.engine.impl.IdentityServiceImpl
- USER_TASK_ASSIGNEE - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_CANDIDATE_GROUPS - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_CANDIDATE_USERS - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_CATEGORY - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_DESCRIPTION - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_DUEDATE - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_FORM_KEY - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_NAME - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_OWNER - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_PRIORITY - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- USER_TASK_TASK_ID_VARIABLE_NAME - Static variable in interface org.flowable.engine.DynamicBpmnConstants
- userId - Variable in class org.flowable.engine.impl.IdentityLinkQueryObject
- usersAccess - Variable in class org.flowable.engine.app.AppModel
- userTask - Variable in class org.flowable.engine.interceptor.CreateUserTaskAfterContext
- userTask - Variable in class org.flowable.engine.interceptor.CreateUserTaskBeforeContext
- UserTaskPropertiesParser - Class in org.flowable.engine.dynamic
-
Created by Pardo David on 5/12/2016.
- UserTaskPropertiesParser() - Constructor for class org.flowable.engine.dynamic.UserTaskPropertiesParser
- UserTaskStateInterceptor - Interface in org.flowable.engine.interceptor
V
- validateBpmn() - Element in annotation interface org.flowable.engine.test.Deployment
-
Whether the model should be validated during deployment.
- validateMigrateProcessInstance(String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- validateMigrateProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- validateMigrateProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument, CommandContext) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationManager
- validateMigration(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Validates this process instance migration instructions for a given process instance identified by its processInstanceId
- validateMigrationForProcessInstance(String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- validateMigrationForProcessInstance(String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- validateMigrationForProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- validateMigrationForProcessInstancesOfProcessDefinition(String, int, String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- validateMigrationForProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in class org.flowable.engine.impl.ProcessMigrationServiceImpl
- validateMigrationForProcessInstancesOfProcessDefinition(String, ProcessInstanceMigrationDocument) - Method in interface org.flowable.engine.ProcessMigrationService
- validateMigrationOfProcessInstances(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Validates this process instance migration instruction for each process instance of a given process definition identified by the process definition id.
- validateMigrationOfProcessInstances(String, int, String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Validates this process instance migration instruction for each process instance of a given process definition identified by the process definition key and version (optional tenantId).
- validateProcess(BpmnModel) - Method in class org.flowable.engine.impl.RepositoryServiceImpl
- validateProcess(BpmnModel) - Method in interface org.flowable.engine.RepositoryService
-
Validates the given process definition against the rules for executing a process definition on the process engine.
- validationMessages - Variable in class org.flowable.engine.migration.ProcessInstanceMigrationValidationResult
- value - Variable in class org.flowable.engine.impl.DataObjectImpl
- value() - Element in annotation interface org.flowable.engine.test.ConfigurationResource
-
The location of the resource that should be used to create the ProcessEngine.
- value() - Element in annotation interface org.flowable.engine.test.mock.MockServiceTasks
- value() - Element in annotation interface org.flowable.engine.test.mock.NoOpServiceTasks
- valueOf(String) - Static method in enum class org.flowable.engine.impl.QueryOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.engine.repository.MergeMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.flowable.engine.impl.QueryOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.engine.repository.MergeMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variable(String, Object) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variable(String, Object) - Method in interface org.flowable.engine.runtime.ExternalWorkerCompletionBuilder
- variable(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Adds a variable to the process instance
- VARIABLE_NAME - Static variable in class org.flowable.engine.impl.HistoricDetailQueryProperty
- VARIABLE_REVISION - Static variable in class org.flowable.engine.impl.HistoricDetailQueryProperty
- VARIABLE_TYPE - Static variable in class org.flowable.engine.impl.HistoricDetailQueryProperty
- VariableAggregator - Interface in org.flowable.engine.delegate.variable
-
An interface that can be used to aggregate multiple variables into a single one based on an aggregation definition.
- VariableAggregatorContext - Interface in org.flowable.engine.delegate.variable
- variableCreated(FlowableVariableEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- variableDeletedEvent(FlowableVariableEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- variableExists(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which have a global variable with the given name.
- variableExists(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableExists(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableExists(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableExists(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable with the given name.
- variableExists(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a variable with the given name.
- variableInstanceId - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- variableLocal(String, Object) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variableName - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- variableNotExists(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which does not have a global variable with the given name.
- variableNotExists(String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableNotExists(String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableNotExists(String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableNotExists(String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which does not have a local variable with the given name.
- variableNotExists(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which does not have a variable with the given name.
- variables - Variable in class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
- variables - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variables - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceAfterContext
- variables - Variable in class org.flowable.engine.interceptor.AbstractStartProcessInstanceBeforeContext
- variables(Map<String, Object>) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variables(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ExternalWorkerCompletionBuilder
- variables(Map<String, Object>) - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Sets the process variables
- variablesLocal - Variable in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variablesLocal(Map<String, Object>) - Method in class org.flowable.engine.impl.TaskCompletionBuilderImpl
- variableType - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- variableUpdatedEvent(FlowableVariableEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
- variableUpdates() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
Only select
HistoricVariableUpdate
s. - variableUpdates() - Method in class org.flowable.engine.impl.HistoricDetailQueryImpl
- variableValue - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
- variableValueEquals(Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had at least one global variable with the given value when they ended.
- variableValueEquals(Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueEquals(Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueEquals(Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueEquals(Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have at least one local variable with the given value.
- variableValueEquals(Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have at least one global variable with the given value.
- variableValueEquals(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable with the given value when they ended.
- variableValueEquals(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueEquals(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueEquals(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueEquals(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable with the given value.
- variableValueEquals(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable with the given value.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which have a global string variable with the given value, case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local string variable with the given value, case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a local string variable with the given value, case insensitive.
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value greater than the passed value when they ended.
- variableValueGreaterThan(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueGreaterThan(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueGreaterThan(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value greater than the passed value.
- variableValueGreaterThan(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a variable value greater than the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value greater than or equal to the passed value when they ended.
- variableValueGreaterThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueGreaterThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueGreaterThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value greater than or equal to the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value greater than or equal to the passed value.
- variableValueLessThan(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value less than the passed value when the ended.
- variableValueLessThan(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueLessThan(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueLessThan(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueLessThan(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value less than the passed value.
- variableValueLessThan(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value less than the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which has a global variable value less than or equal to the passed value when they ended.
- variableValueLessThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueLessThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueLessThanOrEqual(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value less than or equal to the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value less than or equal to the passed value.
- variableValueLike(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value like the given value when they ended.
- variableValueLike(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueLike(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueLike(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueLike(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value like the given value.
- variableValueLike(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value like the given value.
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value like (case insensitive) the given value when they ended.
- variableValueLikeIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueLikeIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueLikeIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value like the given value (case insensitive).
- variableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value like the given value (case insensitive).
- variableValueNotEquals(String, Object) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable with the given name, but with a different value than the passed value when they ended.
- variableValueNotEquals(String, Object) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueNotEquals(String, Object) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueNotEquals(String, Object) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueNotEquals(String, Object) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable with the given name, but with a different value than the passed value.
- variableValueNotEquals(String, Object) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable with the given name, but with a different value than the passed value.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which have a global string variable not matching the given value, case insensitive.
- variableValueNotEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- variableValueNotEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- variableValueNotEqualsIgnoreCase(String, String) - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only select executions which have a local string variable which is not the given value, case insensitive.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a local string variable which is not the given value, case insensitive.
- VERIFY - Enum constant in enum class org.flowable.engine.repository.MergeMode
- version - Variable in class org.flowable.engine.impl.ModelQueryImpl
- version - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- VERSION - Static variable in interface org.flowable.engine.ProcessEngine
-
the version of the flowable library
- versionGt - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- versionGte - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- versionLt - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- versionLte - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
W
- waitForJobExecutorToProcessAllJobs(long, long) - Method in class org.flowable.engine.test.FlowableTestHelper
- waitingMigrationParts - Variable in class org.flowable.engine.migration.ProcessInstanceBatchMigrationResult
- withJobException - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withJobException - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- withJobException() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that failed due to an exception happening during a job execution.
- withJobException() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withJobException() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- withJobException() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances that failed due to an exception happening during a job execution.
- withLocalizationFallback - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- withLocalizationFallback - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withLocalizationFallback - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- withLocalizationFallback - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- withLocalizationFallback() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in class org.flowable.engine.impl.ExecutionQueryImpl
- withLocalizationFallback() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withLocalizationFallback() - Method in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- withLocalizationFallback() - Method in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- withLocalizationFallback() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalizationFallback() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withLocalVariable(String, Object) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withLocalVariable(String, Object) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withLocalVariable(String, Object) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- withLocalVariableForActivity(String, String, Object) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariableForActivity(String, String, Object) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- withLocalVariableForAllActivities(String, Object) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariableForAllActivities(String, Object) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- withLocalVariables - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withLocalVariables - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariables - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withLocalVariables(Map<String, Object>) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withLocalVariables(Map<String, Object>) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withLocalVariables(Map<String, Object>) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- withLocalVariables(Map<String, Map<String, Object>>) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariables(Map<String, Map<String, Object>>) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- withLocalVariablesForActivity(String, Map<String, Object>) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariablesForActivity(String, Map<String, Object>) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- withLocalVariablesForAllActivities(Map<String, Object>) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToManyMapping
- withLocalVariablesForAllActivities(Map<String, Object>) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.MultipleToActivityOptions
- withMigrateToProcessDefinitionTenantId(String) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specifies the tenantId of the process definition to migrate to
- withNewAssignee - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withNewAssignee - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withNewAssignee(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withNewAssignee(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withNewAssignee(String) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- withNewOwner - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withNewOwner - Variable in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withNewOwner(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.ManyToOneMapping
- withNewOwner(String) - Method in class org.flowable.engine.migration.ActivityMigrationMapping.OneToOneMapping
- withNewOwner(String) - Method in interface org.flowable.engine.migration.ActivityMigrationMappingOptions.SingleToActivityOptions
- withoutCallbackId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withoutProcessInstanceCallbackId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that do not have a callback identifier.
- withoutProcessInstanceCallbackId() - Method in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.ActivityInstanceQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.DeploymentQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.ExecutionQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.HistoricActivityInstanceQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.HistoricProcessInstanceQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.ModelQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.ProcessDefinitionQueryImpl
- withoutTenantId - Variable in class org.flowable.engine.impl.ProcessInstanceQueryImpl
- withProcessInstanceVariable(String, Object) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specifies a process instance variable that will also be available during the process migration (ie. to resolve callActivity calledElement expressions of the new process definition - if any)
- withProcessInstanceVariables(Map<String, Object>) - Method in interface org.flowable.engine.migration.ProcessInstanceMigrationBuilder
-
Specified process instances variables that will also be available during process migration
- wrappedActivityBehaviorFactory - Variable in class org.flowable.engine.test.TestActivityBehaviorFactory
-
The ActivityBehaviorFactory that is constructed when the process engine was created This class delegates to this instance, unless some mocking has been defined.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ProcessEngineConfiguration.getCleanInstancesEndedAfter()
instead