- 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
-
- 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
-
- 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
-
- 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
-
- DefaultPropertiesParser - Class in org.flowable.engine.dynamic
-
Used for
FlowElement
currently not supported by the
DynamicBpmnService
and elements who are not parsed.
- DefaultPropertiesParser() - Constructor for class org.flowable.engine.dynamic.DefaultPropertiesParser
-
- DelegateExecution - Interface in org.flowable.engine.delegate
-
- DelegateHelper - Class in org.flowable.engine.delegate
-
- DelegateHelper() - Constructor for class org.flowable.engine.delegate.DelegateHelper
-
- delegateTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Delegates the task to another user.
- deleteAttachment(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deleteAttachment(String) - Method in interface org.flowable.engine.TaskService
-
Delete an attachment
- deleteCandidateGroup(String, String) - Method in interface org.flowable.engine.TaskService
-
- deleteCandidateStarter(String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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 interface org.flowable.engine.RepositoryService
-
Removes the authorization of a candidate user for a process definition.
- deleteCandidateUser(String, String) - Method in interface org.flowable.engine.TaskService
-
- deleteComment(String, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deleteComment(String) - Method in interface org.flowable.engine.TaskService
-
Removes an individual comment with the given id.
- deleteComments(String, String) - Method in interface org.flowable.engine.TaskService
-
Removes all comments from the provided task and/or process instance
- deleted() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are deleted.
- deleteDeadLetterJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the dead letter job with the provided id.
- deleteDeployment(String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deleteDeployment(String) - Method in interface org.flowable.engine.RepositoryService
-
Deletes the given deployment.
- 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.
- deletedExecutions - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
-
- deleteEventLogEntry(long) - Method in interface org.flowable.engine.ManagementService
-
Delete a EventLogEntry.
- deleteGroup(String) - Method in interface org.flowable.engine.IdentityService
-
Deletes the group.
- 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.
- deleteHistoricTask(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deleteHistoricTaskInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Deletes historic task instance.
- 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
-
- deleteJob(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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.
- deleteModel(String) - Method in interface org.flowable.engine.RepositoryService
-
- deleteMultiInstanceExecution(String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
Deletes a multi-instance execution
- deleteParticipantGroup(String, String) - Method in interface org.flowable.engine.RuntimeService
-
- deleteParticipantUser(String, String) - Method in interface org.flowable.engine.RuntimeService
-
- deleteProcessInstance(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deleteProcessInstance(String, String) - Method in interface org.flowable.engine.RuntimeService
-
Delete an existing runtime process instance.
- DeleteReason - Interface in org.flowable.engine.history
-
- deleteReason(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a specific delete reason.
- deleteReasonLike(String) - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a delete reason that matches the provided parameter.
- deleteSuspendedJob(String) - Method in interface org.flowable.engine.ManagementService
-
Delete the suspended job with the provided id.
- deleteTask(String, String, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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 interface org.flowable.engine.TaskService
-
Deletes the given task.
- deleteTask(String, String) - Method in interface org.flowable.engine.TaskService
-
Deletes the given task, not deleting historic information that is related to this task..
- 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 interface org.flowable.engine.TaskService
-
Deletes all tasks of the given collection.
- 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 interface org.flowable.engine.ManagementService
-
Delete the timer job with the provided id.
- deleteUser(String) - Method in interface org.flowable.engine.IdentityService
-
- 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
- deploy(DeploymentBuilderImpl) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- deploy() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
Deploys all provided sources to the process engine.
- DEPLOY_AS_FLOWABLE5_PROCESS_DEFINITION - Static variable in interface org.flowable.engine.repository.DeploymentProperties
-
- deployed() - Method in interface org.flowable.engine.repository.ModelQuery
-
Only select models that are deployed (ie deploymentId != null)
- Deployment - Interface in org.flowable.engine.repository
-
Represents a deployment that is already present in the process repository.
- Deployment - Annotation Type in org.flowable.engine.test
-
Annotation for a test method to create and delete a deployment around a test method.
- DeploymentBuilder - Interface in org.flowable.engine.repository
-
Builder for creating new deployments.
- deploymentCategory(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given category.
- deploymentCategoryLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a category like the given string.
- 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 interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that are derived from the given deployment.
- deploymentEngineVersion(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployment that have the given engine version.
- 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 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 - Variable in class org.flowable.engine.test.FlowableRule
-
- deploymentId - Variable in class org.flowable.engine.test.FlowableTestCase
-
- 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 interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by one of the given deployment ids
- 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 interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Select process definitions that are deployed in deployments with the given set of ids
- deploymentKey(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given key.
- deploymentKeyLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a key like the given string.
- deploymentName(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with the given name.
- 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
-
- DeploymentQuery - Interface in org.flowable.engine.repository
-
- deploymentTenantId(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Only select deployments that do not have a tenant id.
- description - Variable in class org.flowable.engine.app.AppModel
-
- 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.
- disableCertVerify - Variable in class org.flowable.engine.cfg.HttpClientConfig
-
- disableSchemaValidation() - Method in interface org.flowable.engine.repository.DeploymentBuilder
-
If called, no XML schema validation against the BPMN 2.0 XSD.
- dispatchEvent(CommandContext, FlowableEventSupport, FlowableEvent) - Method in class org.flowable.engine.delegate.event.impl.BpmnModelEventDispatchAction
-
- dispatchEvent(FlowableEvent) - Method in interface org.flowable.engine.RuntimeService
-
Dispatches the given event to any listeners that are registered.
- DMN_TASK_DECISION_TABLE_KEY - Static variable in interface org.flowable.engine.DynamicBpmnConstants
-
- DYNAMIC_VALUE - Static variable in interface org.flowable.engine.dynamic.PropertiesParserConstants
-
- DynamicBpmnConstants - Interface in org.flowable.engine
-
- DynamicBpmnService - Interface in org.flowable.engine
-
Service providing access to the repository of process definitions and deployments.
- DynamicProcessDefinitionSummary - Class in org.flowable.engine.dynamic
-
- DynamicProcessDefinitionSummary(BpmnModel, ObjectNode, ObjectMapper) - Constructor for class org.flowable.engine.dynamic.DynamicProcessDefinitionSummary
-
- DynamicStateManager - Interface in org.flowable.engine.dynamic
-
- 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
-
- getActiveActivityIds(String) - Method in interface org.flowable.engine.RuntimeService
-
Finds the activity ids for all executions that are waiting in activities.
- 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 interface org.flowable.engine.runtime.EventSubscription
-
Gets the activity id of the BPMN definition where this event subscription is defined.
- 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.
- 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.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
- getAdhocSubProcessExecutions(String) - Method in interface org.flowable.engine.RuntimeService
-
Gets executions with an adhoc sub process as current flow element
- getAnnotationFontName() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getAppResourceModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the app model object (.app file) for a deployment.
- 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
- getAsyncExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getAsyncFailedJobWaitTime() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getAsyncHistoryExecutor() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getAttachment(String) - Method in interface org.flowable.engine.TaskService
-
Retrieve a particular attachment
- getAttachmentContent(String) - Method in interface org.flowable.engine.TaskService
-
Retrieve stream content of a particular attachment
- 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
-
- 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
-
- 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 passed
DelegateExecution
.
- getBpmnModel(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the BpmnModel
corresponding with the process definition with the provided process definition id.
- 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 interface org.flowable.engine.runtime.ProcessInstance
-
The business key of this process instance.
- getCallbackId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The callback id for the process instance.
- 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 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
- getCamelContextObject(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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
- 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
-
- getChildNodes() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
-
- getChildren() - Method in class org.flowable.engine.debug.ExecutionTreeNode
-
- getCommandExecutions() - Method in class org.flowable.engine.test.profiler.ProfileSession
-
- getCommandFqn() - Method in class org.flowable.engine.test.profiler.CommandExecutionResult
-
- getComment(String) - Method in interface org.flowable.engine.TaskService
-
Returns an individual comment with the given id.
- 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
-
- getConfiguration() - Method in interface org.flowable.engine.runtime.EventSubscription
-
Returns the configuration with additional info about this event subscription.
- getConfigurationResource() - Method in class org.flowable.engine.test.FlowableRule
-
- getConfigurationResource() - Method in class org.flowable.engine.test.FlowableTestCase
-
- getConnectionRequestTimeout() - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- getConnectTimeout() - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- getCreated() - Method in interface org.flowable.engine.runtime.EventSubscription
-
Gets the date/time when this event subscription was created.
- 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.
- 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 an
ExecutionListener
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.
- 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 interface org.flowable.engine.RuntimeService
-
The DataObject.
- getDataObject(String, String, String, boolean) - 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 interface org.flowable.engine.TaskService
-
The DataObject.
- 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 interface org.flowable.engine.RuntimeService
-
The DataObject for an execution.
- getDataObjectLocal(String, String, String, boolean) - Method in interface org.flowable.engine.RuntimeService
-
The DataObject for an execution.
- getDataObjects(String) - 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.RuntimeService
-
All DataObjects visible from the given execution scope (including parent scopes).
- 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>, 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) - Method in interface org.flowable.engine.TaskService
-
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 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 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 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 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 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 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 interface org.flowable.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the DeadLetterJobEntity
with the given id was last executed.
- getDecisionTablesForProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves the DmnDecisionTable
s associated with the given process definition.
- getDefaultCamelContext() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getDefaultFailedJobWaitTime() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getDefaultProcessEngine() - Static method in class org.flowable.engine.ProcessEngines
-
- 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.
- 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 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.
- getDeploymentResourceNames(String) - Method in interface org.flowable.engine.RepositoryService
-
Retrieves a list of deployment resources for the given deployment, ordered alphabetically.
- 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 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).
- getDurationInMillis() - Method in interface org.flowable.engine.history.HistoricActivityInstance
-
- getDurationInMillis() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
- getDurationInMillis() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
- getDynamicBpmnService() - Method in interface org.flowable.engine.ProcessEngine
-
- getDynamicProcessDefinitionSummary(String) - Method in interface org.flowable.engine.DynamicBpmnService
-
- 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
-
- 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.
- 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.test.profiler.ProfileSession
-
- getEngineName() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- 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
-
- 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
-
- getEvent(String) - Method in interface org.flowable.engine.TaskService
-
Returns an individual event with the given id.
- 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 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.runtime.EventSubscription
-
The event name for the signal or message event.
- getEventType() - Method in interface org.flowable.engine.runtime.EventSubscription
-
Returns the type of subscription, for example signal or message.
- getExecutedNoOpServiceTaskDelegateClassNames() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
-
- getExecution(FlowableEngineEvent) - Method in class org.flowable.engine.delegate.event.AbstractFlowableEngineEventListener
-
- 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
-
- 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 interface org.flowable.engine.runtime.DataObject
-
The id of the execution in which this Data Object resides.
- getExecutionId() - Method in interface org.flowable.engine.runtime.EventSubscription
-
Gets the id of the execution for this event subscription.
- 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
-
- 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 provided
DelegateExecution
.
- 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 provided
DelegateExecution
.
- getFieldExpression(DelegateTask, String) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
- 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 passed
DelegateExecution
.
- getFlowable6ProcessEngineConfiguration() - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getFlowElement(DelegateExecution) - Static method in class org.flowable.engine.delegate.DelegateHelper
-
- 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 interface org.flowable.engine.RepositoryService
-
Retrieves the FormDefinition
s associated with the given process definition.
- getFormKey(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getFormKey() - Method in interface org.flowable.engine.form.FormData
-
User defined reference to a form.
- 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 interface org.flowable.engine.ProcessEngine
-
- getFormService() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getFormService() - Method in class org.flowable.engine.test.FlowableRule
-
- 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
-
- 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).
- getHistoricIdentityLinksForProcessInstance(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the HistoricIdentityLink
s associated with the given process instance.
- getHistoricIdentityLinksForTask(String) - Method in interface org.flowable.engine.HistoryService
-
Retrieves the HistoricIdentityLink
s associated with the given task.
- getHistory() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getHistoryLevel() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- 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.form.FormProperty
-
- 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
-
- getId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
- 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.DataObject
-
The unique id of this Data Object.
- getId() - Method in interface org.flowable.engine.runtime.EventSubscription
-
The unique identifier of the execution.
- 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 interface org.flowable.engine.RepositoryService
-
Retrieves the IdentityLink
s associated with the given process definition.
- getIdentityLinksForProcessInstance(String) - Method in interface org.flowable.engine.RuntimeService
-
Retrieves the IdentityLink
s associated with the given process instance.
- getIdentityLinksForTask(String) - Method in interface org.flowable.engine.TaskService
-
Retrieves the IdentityLink
s associated with the given task.
- 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
-
- 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.
- getInstance() - Static method in class org.flowable.engine.test.profiler.FlowableProfiler
-
- 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.
- 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 interface org.flowable.engine.repository.Model
-
- getKey() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
unique name for all versions this process definitions
- getLabelFontName() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- 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
-
- getLocalizationElementProperties(String, String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
-
- getLocalizedDescription() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
Returns the localized description of this process instance.
- 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.
- getLockTimeAsyncJobWaitTime() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getLogNumber() - Method in interface org.flowable.engine.event.EventLogEntry
-
- getMailServer(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServerDefaultFrom() - Method in class org.flowable.engine.cfg.MailServerInfo
-
- getMailServerDefaultFrom() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServerHost() - Method in class org.flowable.engine.cfg.MailServerInfo
-
- getMailServerHost() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServerPassword() - Method in class org.flowable.engine.cfg.MailServerInfo
-
- getMailServerPassword() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServerPort() - Method in class org.flowable.engine.cfg.MailServerInfo
-
- getMailServerPort() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServers() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- getMailServerUsername() - Method in class org.flowable.engine.cfg.MailServerInfo
-
- 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 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
-
- getMockSupport() - Method in class org.flowable.engine.test.FlowableRule
-
- getMockSupport() - Method in class org.flowable.engine.test.FlowableTestCase
-
- getModel(String) - Method in interface org.flowable.engine.RepositoryService
-
- getModelEditorSource(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the model editor source as a byte array
- 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 interface org.flowable.engine.ProcessEngine
-
The name as specified in 'process-engine-name' in the flowable.cfg.xml configuration file.
- 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
-
- 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
-
- 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
-
- getOperation() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- 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.
- 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.runtime.Execution
-
Gets the id of the parent of this execution.
- getParentNode() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
-
- getPostExecutionTime() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- getPotentialStarterGroups(String) - Method in interface org.flowable.engine.IdentityService
-
Returns the potential starter groups for a given process definition.
- getPotentialStarterUsers(String) - Method in interface org.flowable.engine.IdentityService
-
Returns the potential starter users for a given process definition.
- getPreExecutionTime() - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- getPriority() - Method in class org.flowable.engine.cfg.AbstractProcessEngineConfigurator
-
- getPriority() - Method in class org.flowable.engine.test.profiler.FlowableProfiler
-
- getProcessDefinition(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getProcessDefinition() - Method in interface org.flowable.engine.form.StartFormData
-
The process definition for which this form is starting a new process instance
- getProcessDefinition(String) - Method in interface org.flowable.engine.RepositoryService
-
Returns the
ProcessDefinition
including all BPMN information like additional Properties (e.g.
- getProcessDefinitionBpmnModel(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getProcessDefinitionByKey(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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.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 interface org.flowable.engine.runtime.EventSubscription
-
Id of the process definition for this event subscription.
- 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
-
- getProcessDefinitionInfo(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getProcessDefinitionInfo(String) - Method in interface org.flowable.engine.DynamicBpmnService
-
- getProcessDefinitionKey() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionName() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The name of the process definition of the process instance.
- getProcessDefinitionName() - Method in interface org.flowable.engine.runtime.ProcessInstance
-
The name of the process definition of the process instance.
- 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 interface org.flowable.engine.runtime.ProcessInstance
-
The version of the process definition of the process instance.
- 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 interface org.flowable.engine.RepositoryService
-
- getProcessEngine(String) - Static method in class org.flowable.engine.ProcessEngines
-
obtain a process engine by name.
- getProcessEngine() - Method in class org.flowable.engine.test.FlowableRule
-
- 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.
- getProcessEngineLifecycleListener() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- 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(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getProcessInstance() - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
-
- 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.
- getProcessInstanceComments(String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given process instance.
- getProcessInstanceComments(String, String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given process instance.
- 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.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 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.EventSubscription
-
Id of the process instance for this event subscription.
- 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
- 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
-
- 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
-
- getRenderedStartForm(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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, String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the given build-in form engine for starting a new process instance.
- 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, String) - Method in interface org.flowable.engine.FormService
-
Rendered form generated by the given build-in form engine for completing a task.
- 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
-
- getRequestRetryLimit() - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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 interface org.flowable.engine.RepositoryService
-
Gives access to a deployment resource through a stream of bytes.
- getResourceName() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
- 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.runtime.Execution
-
Id of the root of the execution tree representing the process instance that has no super execution.
- 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
-
- getScopeId() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- getScopeType() - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- getScriptingEngineValue(String, String, DelegateExecution) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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
-
- getSocketTimeout() - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- getStartActivityId() - Method in interface org.flowable.engine.history.HistoricProcessInstance
-
The start activity.
- getStartActivityId() - Method in interface org.flowable.engine.history.ProcessInstanceHistoryLog
-
The start activity.
- 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.
- getStartFormKey(String) - Method in interface org.flowable.engine.FormService
-
Retrieves a user defined reference to a start form.
- 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 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 interface org.flowable.engine.runtime.ProcessInstance
-
Returns the user id of this process instance.
- getSubTasks(String) - Method in interface org.flowable.engine.TaskService
-
The list of subtasks for this parent task
- 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.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
- 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.
- 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 interface org.flowable.engine.ManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- 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.
- 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
-
- getTask() - Method in interface org.flowable.engine.form.TaskFormData
-
The task for which this form is used to complete it.
- getTaskAttachments(String) - Method in interface org.flowable.engine.TaskService
-
The list of attachments associated to a task
- getTaskComments(String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given task.
- getTaskComments(String, String) - Method in interface org.flowable.engine.TaskService
-
The comments related to the given task of the given type.
- 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.FormService
-
Retrieves all data necessary for rendering a form to complete a task.
- getTaskFormKey(String, String) - Method in interface org.flowable.engine.FormService
-
Retrieves a user defined reference to a task form.
- getTaskFormModel(String) - Method in interface org.flowable.engine.TaskService
-
Gets a Form model instance of the task form of a specific task
- 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 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
- getTaskIdGenerator() - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- 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 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.EventSubscription
-
The tenant identifier of this process instance
- 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
- 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 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
-
- 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
-
- 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 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
-
- 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 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
- getUserInfoKeys(String) - Method in interface org.flowable.engine.IdentityService
-
Generic extensibility keys associated with a user
- getUserPicture(String) - Method in interface org.flowable.engine.IdentityService
-
Retrieves the picture for a given user.
- getUsersAccess() - Method in class org.flowable.engine.app.AppModel
-
- 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 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 interface org.flowable.engine.RuntimeService
-
The variable value.
- getVariable(String, String, Class<T>) - 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 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 interface org.flowable.engine.RuntimeService
-
The variable.
- getVariableInstance(String, String) - Method in interface org.flowable.engine.TaskService
-
The variable.
- 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 interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- 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) - Method in interface org.flowable.engine.TaskService
-
All variables visible from the given task 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 interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- 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, 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) - 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 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 interface org.flowable.engine.TaskService
-
get all variables and search only in the task scope.
- getVariableLocal(String, String) - Method in interface org.flowable.engine.RuntimeService
-
The variable value for an execution.
- getVariableLocal(String, String, Class<T>) - 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 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(ProcessInstance) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- getVariables() - Method in interface org.flowable.engine.delegate.event.FlowableEntityWithVariablesEvent
-
- getVariables() - Method in class org.flowable.engine.delegate.event.impl.FlowableEntityWithVariablesEventImpl
-
- getVariables(String) - Method in interface org.flowable.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- 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) - 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 interface org.flowable.engine.TaskService
-
get values for all given variableNames and search only in the task scope.
- 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, 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) - Method in interface org.flowable.engine.TaskService
-
get all variables and search only in the task scope.
- 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 interface org.flowable.engine.repository.Model
-
- getVersion() - Method in interface org.flowable.engine.repository.ProcessDefinition
-
version of this process definition
- getWaypoints() - Method in class org.flowable.engine.repository.DiagramEdge
-
- getWidth() - Method in class org.flowable.engine.repository.DiagramNode
-
- 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
-
- groupsAccess - Variable in class org.flowable.engine.app.AppModel
-
- 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
-
- 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.
- 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() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only selects executions that have a parent id set, ie non-processinstance executions.
- onlyProcessInstanceExecutions() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Only selects executions that have no parent id set, ie process instance executions
- 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 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()
or Query.desc()
).
- orderByActivityName() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by activityName (needs to be followed by Query.asc()
or Query.desc()
).
- orderByActivityType() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by activityType (needs to be followed by Query.asc()
or Query.desc()
).
- orderByCreateDate() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by create date (needs to be followed by Query.asc()
or Query.desc()
).
- orderByCreateTime() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the creation time of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByDeploymentId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByDeploymentId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by deployment id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByDeploymenTime() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment time (needs to be followed by Query.asc()
or Query.desc()
).
- orderByDeploymentName() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by deployment name (needs to be followed by Query.asc()
or Query.desc()
).
- orderByExecutionId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by executionId (needs to be followed by Query.asc()
or Query.desc()
).
- orderByExecutionId() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by execution id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByFormPropertyId() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
- orderByHistoricActivityInstanceDuration() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by duration (needs to be followed by Query.asc()
or Query.desc()
).
- orderByHistoricActivityInstanceEndTime() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by end (needs to be followed by Query.asc()
or Query.desc()
).
- orderByHistoricActivityInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByHistoricActivityInstanceStartTime() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by start (needs to be followed by Query.asc()
or Query.desc()
).
- orderById() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by id (needs to be followed by Query.asc()
or Query.desc()
).
- 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()
or Query.desc()
).
- orderByModelCategory() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the category of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByModelId() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the id of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByModelKey() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the key of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByModelName() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the name of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByModelVersion() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by the version of the models (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionCategory() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the category of the process definitions (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by processDefinitionId (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the process definition id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the id of the process definitions (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by process definition id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by process definition id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by process definition id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionKey() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by process definition key (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by process definition key (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionKey() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by process definition key (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionName() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the name of the process definitions (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessDefinitionVersion() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by the version of the process definitions (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceBusinessKey() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the business key (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceDuration() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the duration of the process instance (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceEndTime() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the end time (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by processInstanceId (needs to be followed by Query.asc()
or Query.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()
or Query.desc()
).
- orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by process instance id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByProcessInstanceStartTime() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by the start time (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.history.HistoricActivityInstanceQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.repository.DeploymentQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.repository.ModelQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.runtime.ExecutionQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTenantId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Order by tenant id (needs to be followed by Query.asc()
or Query.desc()
).
- orderByTime() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
- orderByVariableName() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
- orderByVariableRevision() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
- orderByVariableType() - Method in interface org.flowable.engine.history.HistoricDetailQuery
-
- org.flowable.engine - package org.flowable.engine
-
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a
ProcessEngine
can be obtained.
Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:
RepositoryService
: Manages
Deployment
s.
RuntimeService
: For starting and searching
ProcessInstance
s.
TaskService
: Exposes operations to manage human (standalone)
org.flowable.engine.task.Task
s,
such as claiming, completing and assigning tasks.
IdentityService
: Used for managing
User
s,
org.flowable.idm.api.identity.Group
s 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.dynamic - package org.flowable.engine.dynamic
-
- org.flowable.engine.event - package org.flowable.engine.event
-
- org.flowable.engine.form - package org.flowable.engine.form
-
- org.flowable.engine.history - package org.flowable.engine.history
-
- org.flowable.engine.logging - package org.flowable.engine.logging
-
- org.flowable.engine.parse - package org.flowable.engine.parse
-
- org.flowable.engine.repository - package org.flowable.engine.repository
-
- org.flowable.engine.runtime - package org.flowable.engine.runtime
-
- org.flowable.engine.task - package org.flowable.engine.task
-
- 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
-
- parent - Variable in class org.flowable.engine.debug.ExecutionTreeNode
-
- 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
-
- 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
-
- planDestroyScopeOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
-
- planEndExecutionOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
-
- planExecuteInactiveBehaviorsOperation() - 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
-
- planTriggerExecutionOperation(ExecutionEntity) - Method in interface org.flowable.engine.FlowableEngineAgenda
-
- populateEventWithCurrentContext(FlowableEventImpl) - Static method in class org.flowable.engine.delegate.event.impl.FlowableEventBuilder
-
- postExecutionTime - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- preExecutionTime - Variable in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- 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
-
- PROCESS_INSTANCE_DELETED - Static variable in interface org.flowable.engine.history.DeleteReason
-
- 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
-
- 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 - Interface in org.flowable.engine.repository
-
An object structure representing an executable process composed of activities and transitions.
- 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 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(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the category matches the given parameter.
- processDefinitionCategoryNotEquals(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select deployments that have a different category then the given one.
- 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(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 interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given id.
- processDefinitionId(String) - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Only select event subscriptions which have the given process definition id.
- 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 - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
-
- 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(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 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.
- 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.
- 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.
- 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
- 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(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Select process historic instances whose process definition name is processDefinitionName
- 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(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the name matches the given parameter.
- ProcessDefinitionQuery - Interface in org.flowable.engine.repository
-
- processDefinitionResourceName(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given resource name.
- processDefinitionResourceNameLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definition with a resource name like the given .
- processDefinitionTenantId(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that have the given tenant id.
- processDefinitionTenantIdLike(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with a tenant id like the given one.
- 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 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 interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are greater than a certain version.
- 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 interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are lower than a certain version.
- 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 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 - Interface in org.flowable.engine
-
Provides access to all the services that expose the BPM and workflow operations.
- processEngine - Variable in class org.flowable.engine.test.FlowableRule
-
- processEngine - 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
- processEngineConfiguration - Variable in class org.flowable.engine.test.FlowableRule
-
- processEngineConfiguration - Variable in class org.flowable.engine.test.FlowableTestCase
-
- 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 - Variable in class org.flowable.engine.ProcessEngineConfiguration
-
- 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 - Class in org.flowable.engine
-
Helper for initializing and closing process engines in server environments.
- ProcessEngines() - Constructor for class org.flowable.engine.ProcessEngines
-
- processEngines - Static variable in 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.LoggingCommandInvoker
-
- ProcessExecutionLogger - Class in org.flowable.engine.test.impl.logger
-
- ProcessExecutionLogger() - Constructor for class org.flowable.engine.test.impl.logger.ProcessExecutionLogger
-
- processExecutionLogger - Variable in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
-
- ProcessExecutionLoggerConfigurator - Class in org.flowable.engine.test.impl.logger
-
- ProcessExecutionLoggerConfigurator() - Constructor for class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
-
- ProcessInstance - Interface in org.flowable.engine.runtime
-
- processInstance - Variable in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
-
- 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 interface org.flowable.engine.runtime.ExecutionQuery
-
Only executions with the given business key.
- processInstanceBusinessKey(String, boolean) - 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, String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instance with the given business key, unique for the given process definition
- processInstanceCallbackId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given callback identifier.
- 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 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.
- ProcessInstanceHistoryLogQuery - Interface in org.flowable.engine.history
-
- 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 interface org.flowable.engine.runtime.ChangeActivityStateBuilder
-
Set the id of the process instance
- processInstanceId(String) - Method in interface org.flowable.engine.runtime.EventSubscriptionQuery
-
Only select event subscriptions which have the given process instance id.
- 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(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 interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select process instances whose id is in the given set of ids
- processInstanceName(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given name.
- 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 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 interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a name like the given value, ignoring upper/lower case.
- ProcessInstanceQuery - Interface in org.flowable.engine.runtime
-
- processInstanceTenantId(String) - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that have the given tenant id.
- 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 interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a tenant id like the given one.
- processInstanceWithoutTenantId() - Method in interface org.flowable.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- processInstanceWithoutTenantId() - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- 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 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 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(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.
- 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.
- 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 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 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 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 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 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 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 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 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() - 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, String, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
-
- putPropertyValue(String, List<String>, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
-
- putPropertyValue(String, JsonNode, ObjectNode) - Method in class org.flowable.engine.dynamic.BasePropertiesParser
-
- saveAttachment(Attachment) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- saveAttachment(Attachment) - Method in interface org.flowable.engine.TaskService
-
Update the name and description of an attachment
- 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.
- saveGroup(Group) - Method in interface org.flowable.engine.IdentityService
-
Saves the group.
- saveModel(Model) - Method in interface org.flowable.engine.RepositoryService
-
Saves the model.
- saveProcessDefinitionInfo(String, ObjectNode) - Method in interface org.flowable.engine.DynamicBpmnService
-
- saveTask(TaskEntity) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- saveTask(Task) - Method in interface org.flowable.engine.TaskService
-
Saves the given task to the persistent data store.
- saveUser(User) - Method in interface org.flowable.engine.IdentityService
-
Saves the user.
- scopeId - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- scopeType - Variable in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- 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
-
- selectListWithRawParameterNoCacheCheck(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
-
- setActive(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
makes this execution active or inactive.
- 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
-
- setAllServiceTasksNoOp() - Method in class org.flowable.engine.test.mock.FlowableMockSupport
-
- setAllServiceTasksNoOp() - Method in class org.flowable.engine.test.TestActivityBehaviorFactory
-
- setAnnotationFontName(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setAssignee(String, String) - Method in interface org.flowable.engine.TaskService
-
Changes the assignee of the given task to the given userId.
- 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
-
- setAuthenticatedUserId(String) - Method in interface org.flowable.engine.IdentityService
-
Passes the authenticated user id for this particular thread.
- setBehaviorClass(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableActivityEventImpl
-
- 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
-
- 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
-
- 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
-
- setConcurrent(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
changes the concurrent indicator on this execution.
- setConfigurationResource(String) - Method in class org.flowable.engine.test.FlowableRule
-
- setConfigurationResource(String) - Method in class org.flowable.engine.test.FlowableTestCase
-
- setConnectionRequestTimeout(int) - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- setConnectTimeout(int) - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- 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(Date) - Method in class org.flowable.engine.test.FlowableRule
-
- setCurrentTime(Date) - Method in class org.flowable.engine.test.FlowableTestCase
-
- 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
-
- 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
-
- setDefaultCamelContext(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setDefaultFailedJobWaitTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setDeploymentCategory(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- setDeploymentCategory(String, String) - Method in interface org.flowable.engine.RepositoryService
-
Sets the category of the deployment.
- setDeploymentId(String) - Method in interface org.flowable.engine.repository.Model
-
- 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 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.
- setDisableCertVerify(boolean) - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- setDueDate(String, Date) - Method in interface org.flowable.engine.TaskService
-
Changes the due date of the task
- setElements(Map<String, DiagramElement>) - Method in class org.flowable.engine.repository.DiagramLayout
-
- 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
-
- setEventName(String) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
- setExclude(boolean) - Method in interface org.flowable.engine.delegate.BusinessRuleTaskDelegate
-
- setExecutionEntity(ExecutionEntity) - Method in class org.flowable.engine.debug.ExecutionTreeNode
-
- 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
-
- setFullMessage(String) - Method in interface org.flowable.engine.task.Comment
-
- 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
-
- 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.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
-
- setInitialized(boolean) - Static method in class org.flowable.engine.ProcessEngines
-
- 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
-
- setJobProcessor(List<Object>) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- setJobRetries(String, int) - Method in interface org.flowable.engine.ManagementService
-
Sets the number of retries that a job has left.
- 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
-
- setLockTimeAsyncJobWaitTime(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerDefaultFrom(String) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerDefaultFrom(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerHost(String) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerHost(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerPassword(String) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerPassword(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerPort(int) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerPort(int) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServers(Map<String, MailServerInfo>) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerUsername(String) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerUsername(String) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerUseSSL(boolean) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- setMailServerUseSSL(boolean) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setMailServerUseTLS(boolean) - Method in class org.flowable.engine.cfg.MailServerInfo
-
- 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
-
- 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 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
-
- 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
-
- setOwner(String, String) - Method in interface org.flowable.engine.TaskService
-
Transfers ownership of this task to another user.
- 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
-
- setPreExecutionTime(long) - Method in class org.flowable.engine.test.impl.logger.DebugInfoOperationExecuted
-
- setPriority(String, int) - Method in interface org.flowable.engine.TaskService
-
Changes the priority of the task.
- setProcessDefinitionCategory(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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
-
- 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
-
- setProcessEngineLifecycleListener(ProcessEngineLifecycleListener) - Method in class org.flowable.engine.ProcessEngineConfiguration
-
- setProcessExecutionLogger(ProcessExecutionLogger) - Method in class org.flowable.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
-
- setProcessInstance(DebugInfoExecutionTree.DebugInfoExecutionTreeNode) - Method in class org.flowable.engine.test.impl.logger.DebugInfoExecutionTree
-
- setProcessInstanceId(String) - Method in interface org.flowable.engine.task.Comment
-
- setProcessInstanceName(String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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
-
- setRepositoryService(RepositoryService) - Method in class org.flowable.engine.test.FlowableRule
-
- setRequestRetryLimit(int) - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- setScope(boolean) - Method in interface org.flowable.engine.delegate.DelegateExecution
-
Changes whether this execution is a scope or not.
- setScopeId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- setScopeType(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- 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
-
- setSocketTimeout(int) - Method in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- setStartTime(Date) - Method in class org.flowable.engine.test.profiler.ProfileSession
-
- 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
-
- setTaskDueDate(String, Date) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- setTaskId(String) - Method in class org.flowable.engine.delegate.event.impl.FlowableVariableEventImpl
-
- setTaskId(String) - Method in interface org.flowable.engine.task.Comment
-
- setTaskIdGenerator(IdGenerator) - 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 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 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
-
- 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 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
- setUserPicture(String, Picture) - Method in interface org.flowable.engine.IdentityService
-
Sets the picture for a given user.
- setUsersAccess(String) - Method in class org.flowable.engine.app.AppModel
-
- setValue(ELContext, Object, Object, Object) - Method in class org.flowable.engine.test.mock.MockElResolver
-
- 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.
- 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, ? 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.
- 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.
- 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
-
- signalData - Variable in class org.flowable.engine.delegate.event.impl.FlowableSignalEventImpl
-
- signalEventReceived(String, String, Map<String, Object>, boolean, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- signalEventReceived(SignalEventSubscriptionEntity, Object, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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, 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) - 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 interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- 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 interface org.flowable.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has been received.
- signalEventReceivedAsyncWithTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
- signalEventReceivedWithTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
- signalEventReceivedWithTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to #signalEventReceived(String, Map)
, but within the context of one tenant.
- 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.
- skipped(AssumptionViolatedException, Description) - Method in class org.flowable.engine.test.FlowableRule
-
Invoked when a test is skipped due to a failed assumption.
- socketTimeout - Variable in class org.flowable.engine.cfg.HttpClientConfig
-
- 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
-
- start() - Method in interface org.flowable.engine.runtime.ProcessInstanceBuilder
-
Start the process instance
- startableByUser(String) - Method in interface org.flowable.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which given userId is authorized to start
- 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 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(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 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(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 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
- StartFormData - Interface in org.flowable.engine.form
-
Specific
FormData
for starting a new 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
-
- 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 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 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 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 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 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 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 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 interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByMessage(String, Map<String, Object>, Map<String, Object>, String, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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 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 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 interface org.flowable.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
.
- startProcessInstanceByMessageAndTenantId(String, String) - Method in interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByMessageAndTenantId(String, String, String) - Method in interface org.flowable.engine.RuntimeService
-
- startProcessInstanceByMessageAndTenantId(String, Map<String, Object>, String) - Method in interface org.flowable.engine.RuntimeService
-
Similar to RuntimeService#startProcessInstanceByMessage(String, Map)
, but with tenant context.
- 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.
- 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
-
- startTime - Variable in class org.flowable.engine.test.profiler.ProfileSession
-
- 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, 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 interface org.flowable.engine.FormService
-
Start a new process instance with the user data that was entered as properties in a start form.
- submitTaskFormData(String, Map<String, String>, boolean) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- 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.
- subProcessInstanceId(String) - Method in interface org.flowable.engine.runtime.ProcessInstanceQuery
-
Select the process instance that have as sub process instance the given process instance.
- succeeded(Description) - Method in class org.flowable.engine.test.FlowableRule
-
Invoked when a test succeeds
- 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 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
-
- 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
- suspendProcessDefinition(String, String, boolean, Date, String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- suspendProcessDefinitionById(String) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the process definition with the given id.
- suspendProcessDefinitionById(String, boolean, Date) - Method in interface org.flowable.engine.RepositoryService
-
Suspends the process definition with the given id.
- 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 interface org.flowable.engine.RepositoryService
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, String) - Method in interface org.flowable.engine.RepositoryService
-
- suspendProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.flowable.engine.RepositoryService
-
- suspendProcessInstance(String) - Method in interface org.flowable.engine.compatibility.Flowable5CompatibilityHandler
-
- suspendProcessInstanceById(String) - Method in interface org.flowable.engine.RuntimeService
-
Suspends the process instance with the given id.