JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
A
activateProcessDefinition(String, String, boolean, Date, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
activateProcessInstance(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
activiti5Deployment
- Variable in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
addCandidateStarter(String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
addComment(String, String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
addIdentityLink(String, String, int, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
addIdentityLinkForProcessInstance(String, String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
B
buildProcessEngine(ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
Takes in an Flowable 6 process engine config, gives back an Flowable 5 Process engine.
C
callJobProcessors(JobProcessorContext.Phase, AbstractJobEntity, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
changeDeploymentTenantId(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
claimTask(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
completeTask(TaskEntity, Map<String, Object>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
completeTask(TaskEntity, Map<String, Object>, Map<String, Object>)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
convert(List<Object>)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
convertParseHandlers(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
convertToActiviti5JobEntity(JobEntity)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
convertToActiviti5TaskEntity(TaskEntity)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
copyActivityBehaviorFactory(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyAsyncExecutorConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyBeans(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyCaches(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyConfigItems(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyCustomMybatisMappers(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyCustomVariableTypes(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyDiagramConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyExpressionManager(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyHistoryConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyJdbcConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyJpaConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyListenerFactory(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyMailConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyPostDeployers(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
copyWsConfig(ProcessEngineConfigurationImpl, ProcessEngineConfigurationImpl)
- Method in class org.flowable.compatibility.
DefaultProcessEngineFactory
createAttachment(String, String, String, String, String, InputStream, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
D
DefaultFlowable5CompatibilityHandler
- Class in
org.flowable.compatibility
DefaultFlowable5CompatibilityHandler()
- Constructor for class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
DefaultProcessEngineFactory
- Class in
org.flowable.compatibility
DefaultProcessEngineFactory()
- Constructor for class org.flowable.compatibility.
DefaultProcessEngineFactory
deleteAttachment(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteCandidateStarter(String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteComment(String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteDeployment(String, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteHistoricProcessInstance(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteHistoricTask(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteIdentityLink(String, String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteIdentityLinkForProcessInstance(String, String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteJob(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteProcessInstance(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deleteTask(String, String, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
deploy(DeploymentBuilderImpl)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
E
executeJob(Job)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
executeJobWithLockAndRetry(Job)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
F
Flowable5AttachmentWrapper
- Class in
org.flowable.compatibility.wrapper
Wraps an v5 attachment to an v6
Attachment
.
Flowable5AttachmentWrapper(Attachment)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
Flowable5CommentWrapper
- Class in
org.flowable.compatibility.wrapper
Wraps an v5 comment to an v6
Comment
.
Flowable5CommentWrapper(Comment)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
Flowable5DeploymentWrapper
- Class in
org.flowable.compatibility.wrapper
Flowable5DeploymentWrapper(Deployment)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
Flowable5ProcessInstanceWrapper
- Class in
org.flowable.compatibility.wrapper
Wraps an v5 process instance to an v6
ProcessInstance
.
Flowable5ProcessInstanceWrapper(ProcessInstance)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
Flowable5TaskFormDataWrapper
- Class in
org.flowable.compatibility.wrapper
Wraps an v5 task form data to an v6
TaskFormData
.
Flowable5TaskFormDataWrapper(TaskFormData)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5TaskFormDataWrapper
Flowable5TaskWrapper
- Class in
org.flowable.compatibility.wrapper
Wraps an v5 task to an v6
Task
.
Flowable5TaskWrapper(Task)
- Constructor for class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
flowable6ProcessEngineConfiguration
- Variable in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
G
getActivityId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getAssignee()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getBusinessKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getCallbackId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getCallbackType()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getCamelContextObject(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getCategory()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getCategory()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getClaimTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getContentId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getCreateTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getDelegationState()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getDeploymentId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getDeploymentId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskFormDataWrapper
getDeploymentTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getDerivedFrom()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getDerivedFromRoot()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getDescription()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getDescription()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getDescription()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getDueDate()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getEngineVersion()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getExecutionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getExecutionVariable(String, String, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getExecutionVariableInstance(String, String, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getExecutionVariableInstances(String, Collection<String>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getExecutionVariables(String, Collection<String>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getFlowable6ProcessEngineConfiguration()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getFormKey(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getFormKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskFormDataWrapper
getFormKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getFormProperties()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskFormDataWrapper
getFullMessage()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getIdentityLinks()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getLocalizedDescription()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getLocalizedName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getOwner()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getParentDeploymentId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getParentId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getParentTaskId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getPriority()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getProcessDefinition(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessDefinitionBpmnModel(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessDefinitionByKey(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessDefinitionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessDefinitionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getProcessDefinitionInfo(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessDefinitionKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessDefinitionName()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessDefinitionProcessObject(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessDefinitionVersion()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessEngine()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessEngineFactory()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessInstance(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getProcessInstanceId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getProcessInstanceId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getProcessInstanceId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessInstanceId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getProcessVariables()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getProcessVariables()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getRawCommandExecutor()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getRawObject()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getRawObject()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getRawObject()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getRawObject()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getRawProcessConfiguration()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getRawProcessEngine()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getRenderedStartForm(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getResources()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getRootProcessInstanceId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getScopeDefinitionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getScopeId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getScopeType()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getScriptingEngineValue(String, String, DelegateExecution)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getStartFormData(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getStartTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getStartUserId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getSubScopeId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getSuperExecutionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getTask()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskFormDataWrapper
getTaskDefinitionId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getTaskDefinitionKey()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getTaskFormData(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
getTaskId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getTaskId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getTaskLocalVariables()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getTenantId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
getTenantId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
getTenantId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
getTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getTime()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getType()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getType()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getUrl()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getUserId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
getUserId()
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
getVariables(ProcessInstance)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
H
handleActivitiException(ActivitiException)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
handleFailedJob(Job, Throwable)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
I
isEnded()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
isNew()
- Method in class org.flowable.compatibility.wrapper.
Flowable5DeploymentWrapper
isProcessDefinitionSuspended(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
isSuspended()
- Method in class org.flowable.compatibility.wrapper.
Flowable5ProcessInstanceWrapper
isSuspended()
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
L
leaveExecution(DelegateExecution)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
M
mapException(Exception, DelegateExecution, List<MapExceptionEntry>)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
messageEventReceived(String, String, Map<String, Object>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
O
org.flowable.compatibility
- package org.flowable.compatibility
org.flowable.compatibility.wrapper
- package org.flowable.compatibility.wrapper
P
processEngine
- Variable in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
processEngineFactory
- Variable in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
propagateError(BpmnError, DelegateExecution)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
R
removeExecutionVariables(String, Collection<String>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
removeTaskVariables(String, Collection<String>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
resetClock()
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
resolveProcessDefinition(ProcessDefinition)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
S
saveAttachment(Attachment)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
saveTask(TaskEntity)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setAssignee(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setCategory(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setClock(Clock)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setDelegationState(DelegationState)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setDeploymentCategory(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setDescription(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
setDescription(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setDueDate(Date)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setExecutionVariables(String, Map<String, ? extends Object>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setFlowable6ProcessEngineConfiguration(ProcessEngineConfiguration)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setFormKey(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setFullMessage(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
setJobProcessor(List<Object>)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setLocalizedDescription(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setLocalizedName(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setName(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
setName(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setOwner(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setParentTaskId(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setPriority(int)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setProcessDefinitionCategory(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setProcessEngineFactory(DefaultProcessEngineFactory)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setProcessInstanceId(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
setProcessInstanceName(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setTaskDueDate(String, Date)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setTaskId(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
setTaskPriority(String, int)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setTaskVariables(String, Map<String, ? extends Object>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
setTenantId(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5TaskWrapper
setTime(Date)
- Method in class org.flowable.compatibility.wrapper.
Flowable5AttachmentWrapper
setTime(Date)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
setType(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
setUserId(String)
- Method in class org.flowable.compatibility.wrapper.
Flowable5CommentWrapper
signalEventReceived(String, String, Map<String, Object>, boolean, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
signalEventReceived(SignalEventSubscriptionEntity, Object, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
startProcessInstance(String, String, Map<String, Object>, Map<String, Object>, String, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
startProcessInstanceByMessage(String, Map<String, Object>, Map<String, Object>, String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
submitStartFormData(String, String, Map<String, String>)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
submitTaskFormData(String, Map<String, String>, boolean)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
suspendProcessDefinition(String, String, boolean, Date, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
suspendProcessInstance(String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
T
throwErrorEvent(FlowableEvent)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
trigger(String, Map<String, Object>, Map<String, Object>)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
U
updateBusinessKey(String, String)
- Method in class org.flowable.compatibility.
DefaultFlowable5CompatibilityHandler
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018
Flowable
. All rights reserved.