A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractDebugInfo - Class in org.activiti.engine.test.impl.logger
 
AbstractDebugInfo() - Constructor for class org.activiti.engine.test.impl.logger.AbstractDebugInfo
 
AbstractFormType - Class in org.activiti.engine.form
Custom form types should extend this abstract class.
AbstractFormType() - Constructor for class org.activiti.engine.form.AbstractFormType
 
AbstractProcessEngineConfigurator - Class in org.activiti.engine.cfg
 
AbstractProcessEngineConfigurator() - Constructor for class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
 
ACTION_ADD_ATTACHMENT - Static variable in interface org.activiti.engine.task.Event
An attachment was added with the attachment name as message.
ACTION_ADD_COMMENT - Static variable in interface org.activiti.engine.task.Event
An user comment was added with the short version of the comment as message.
ACTION_ADD_GROUP_LINK - Static variable in interface org.activiti.engine.task.Event
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
ACTION_ADD_USER_LINK - Static variable in interface org.activiti.engine.task.Event
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
ACTION_DELETE_ATTACHMENT - Static variable in interface org.activiti.engine.task.Event
An attachment was deleted with the attachment name as message.
ACTION_DELETE_GROUP_LINK - Static variable in interface org.activiti.engine.task.Event
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
ACTION_DELETE_USER_LINK - Static variable in interface org.activiti.engine.task.Event
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
activateProcessDefinition(String, String, boolean, Date, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
activateProcessDefinitionById(String) - Method in interface org.activiti.engine.RepositoryService
Activates the process definition with the given id.
activateProcessDefinitionById(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
Activates the process definition with the given id.
activateProcessDefinitionByKey(String) - Method in interface org.activiti.engine.RepositoryService
Activates the process definition with the given key (=id in the bpmn20.xml file).
activateProcessDefinitionByKey(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
Activates the process definition with the given key (=id in the bpmn20.xml file).
activateProcessDefinitionByKey(String, String) - Method in interface org.activiti.engine.RepositoryService
Similar to RepositoryService.activateProcessDefinitionByKey(String), but only applicable for the given tenant identifier.
activateProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.activiti.engine.RepositoryService
Similar to RepositoryService.activateProcessDefinitionByKey(String, boolean, Date) , but only applicable for the given tenant identifier.
activateProcessDefinitionsOn(Date) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Sets the date on which the process definitions contained in this deployment will be activated.
activateProcessInstance(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
activateProcessInstanceById(String) - Method in interface org.activiti.engine.RuntimeService
Activates the process instance with the given id.
active() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only selects process definitions which are active
active() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.
active() - Method in interface org.activiti.engine.task.TaskQuery
Only selects tasks which are active (ie.
Activiti5CompatibilityHandler - Interface in org.activiti.engine.compatibility
 
Activiti5CompatibilityHandlerFactory - Interface in org.activiti.engine.compatibility
 
ACTIVITI_5_ENGINE_TAG - Static variable in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
ActivitiActivityCancelledEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to cancel event being sent to an activity.
ActivitiActivityCancelledEventImpl - Class in org.activiti.engine.delegate.event.impl
ActivitiActivityCancelledEventImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
 
ActivitiActivityEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to an activity within an execution;
ActivitiActivityEventImpl - Class in org.activiti.engine.delegate.event.impl
Implementation of an ActivitiActivityEvent.
ActivitiActivityEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
ActivitiCancelledEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to cancel event being sent when activiti object is cancelled.
ActivitiClassLoadingException - Exception in org.activiti.engine
Runtime exception indicating the requested class was not found or an error occurred while loading the class.
ActivitiClassLoadingException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiClassLoadingException
 
ActivitiEngineAgenda - Interface in org.activiti.engine
This class extends Agenda with activiti specific operations
ActivitiEngineAgendaFactory - Interface in org.activiti.engine
 
ActivitiEntityEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to a single entity.
ActivitiEntityEventImpl - Class in org.activiti.engine.delegate.event.impl
Base class for all ActivitiEvent implementations, related to entities.
ActivitiEntityEventImpl(Object, ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
 
ActivitiEntityExceptionEventImpl - Class in org.activiti.engine.delegate.event.impl
Base class for all ActivitiEvent implementations, represents an exception occurred, related to an entity.
ActivitiEntityExceptionEventImpl(Object, ActivitiEventType, Throwable) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
 
ActivitiEntityWithVariablesEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEntityEvent related to a single entity.
ActivitiEntityWithVariablesEventImpl - Class in org.activiti.engine.delegate.event.impl
Base class for all ActivitiEntityEvent implementations, related to entities with variables.
ActivitiEntityWithVariablesEventImpl(Object, Map, boolean, ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
 
ActivitiErrorEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to an error being sent to an activity.
ActivitiErrorEventImpl - Class in org.activiti.engine.delegate.event.impl
Implementation of an ActivitiErrorEvent.
ActivitiErrorEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
ActivitiEvent - Interface in org.activiti.engine.delegate.event
Describes an event that occurred in the Activiti Engine which is dispatched to external listeners, if any.
ActivitiEventBuilder - Class in org.activiti.engine.delegate.event.impl
Builder class used to create ActivitiEvent implementations.
ActivitiEventBuilder() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
ActivitiEventDispatcher - Interface in org.activiti.engine.delegate.event
Dispatcher which allows for adding and removing ActivitiEventListener s to the Activiti Engine as well as dispatching ActivitiEvent to all the listeners registered.
ActivitiEventDispatcherImpl - Class in org.activiti.engine.delegate.event.impl
Class capable of dispatching events.
ActivitiEventDispatcherImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
ActivitiEventImpl - Class in org.activiti.engine.delegate.event.impl
Base class for all ActivitiEvent implementations.
ActivitiEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
Creates a new event implementation, not part of an execution context.
ActivitiEventImpl(ActivitiEventType, String, String, String) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
Creates a new event implementation, part of an execution context.
ActivitiEventListener - Interface in org.activiti.engine.delegate.event
Describes a class that listens for ActivitiEvents dispatched by the engine.
ActivitiEventSupport - Class in org.activiti.engine.delegate.event.impl
Class that allows adding and removing event listeners and dispatching events to the appropriate listeners.
ActivitiEventSupport() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
ActivitiEventType - Enum in org.activiti.engine.delegate.event
Enumeration containing all possible types of ActivitiEvents.
ActivitiException - Exception in org.activiti.engine
Runtime exception that is the superclass of all Activiti exceptions.
ActivitiException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiException
 
ActivitiException(String) - Constructor for exception org.activiti.engine.ActivitiException
 
ActivitiExceptionEvent - Interface in org.activiti.engine.delegate.event
Indicates the ActivitiEvent also contains information about a Throwable that occurred, triggering the event.
ActivitiIllegalArgumentException - Exception in org.activiti.engine
An exception indicating that an illegal argument has been supplied in an Activiti API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an illegal value is used in a process-definition.
ActivitiIllegalArgumentException(String) - Constructor for exception org.activiti.engine.ActivitiIllegalArgumentException
 
ActivitiIllegalArgumentException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiIllegalArgumentException
 
ActivitiMembershipEvent - Interface in org.activiti.engine.delegate.event
An event related to group memberships.
ActivitiMembershipEventImpl - Class in org.activiti.engine.delegate.event.impl
Implementation of ActivitiMembershipEvent.
ActivitiMembershipEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
ActivitiMessageEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to an message being sent to an activity.
ActivitiMessageEventImpl - Class in org.activiti.engine.delegate.event.impl
An ActivitiSignalEvent implementation.
ActivitiMessageEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
ActivitiMockSupport - Class in org.activiti.engine.test.mock
 
ActivitiMockSupport(TestActivityBehaviorFactory) - Constructor for class org.activiti.engine.test.mock.ActivitiMockSupport
 
ActivitiMockSupport(ProcessEngine) - Constructor for class org.activiti.engine.test.mock.ActivitiMockSupport
 
ActivitiObjectNotFoundException - Exception in org.activiti.engine
An exception indicating that the object that is required or actioned on does not exist.
ActivitiObjectNotFoundException(String) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
 
ActivitiObjectNotFoundException(String, Class<?>) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
 
ActivitiObjectNotFoundException(Class<?>) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
 
ActivitiObjectNotFoundException(String, Class<?>, Throwable) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
 
ActivitiOptimisticLockingException - Exception in org.activiti.engine
Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
ActivitiOptimisticLockingException(String) - Constructor for exception org.activiti.engine.ActivitiOptimisticLockingException
 
ActivitiProcessCancelledEventImpl - Class in org.activiti.engine.delegate.event.impl
An ActivitiCancelledEvent implementation.
ActivitiProcessCancelledEventImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
 
ActivitiProcessStartedEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to start event being sent when activiti process instance is started.
ActivitiProcessStartedEventImpl - Class in org.activiti.engine.delegate.event.impl
An ActivitiCancelledEvent implementation.
ActivitiProcessStartedEventImpl(Object, Map, boolean) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
 
ActivitiProfiler - Class in org.activiti.engine.test.profiler
 
ActivitiProfiler() - Constructor for class org.activiti.engine.test.profiler.ActivitiProfiler
 
activitiProfiler - Variable in class org.activiti.engine.test.profiler.TotalExecutionTimeCommandInterceptor
 
ActivitiRule - Class in org.activiti.engine.test
Convenience for ProcessEngine and services initialization in the form of a JUnit rule.
ActivitiRule() - Constructor for class org.activiti.engine.test.ActivitiRule
 
ActivitiRule(String) - Constructor for class org.activiti.engine.test.ActivitiRule
 
ActivitiRule(ProcessEngine) - Constructor for class org.activiti.engine.test.ActivitiRule
 
ActivitiSequenceFlowTakenEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent that indicates a certain sequence flow has been taken.
ActivitiSequenceFlowTakenEventImpl - Class in org.activiti.engine.delegate.event.impl
 
ActivitiSequenceFlowTakenEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
ActivitiSignalEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to a signal being sent to an activity.
ActivitiSignalEventImpl - Class in org.activiti.engine.delegate.event.impl
An ActivitiSignalEvent implementation.
ActivitiSignalEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
ActivitiTaskAlreadyClaimedException - Exception in org.activiti.engine
This exception is thrown when you try to claim a task that is already claimed by someone else.
ActivitiTaskAlreadyClaimedException(String, String) - Constructor for exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
 
ActivitiTestCase - Class in org.activiti.engine.test
Convenience for ProcessEngine and services initialization in the form of a JUnit base class.
ActivitiTestCase() - Constructor for class org.activiti.engine.test.ActivitiTestCase
uses 'activiti.cfg.xml' as it's configuration resource
ActivitiVariableEvent - Interface in org.activiti.engine.delegate.event
An ActivitiEvent related to a single variable.
ActivitiVariableEventImpl - Class in org.activiti.engine.delegate.event.impl
Implementation of ActivitiVariableEvent.
ActivitiVariableEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
ActivitiWrongDbException - Exception in org.activiti.engine
Exception that is thrown when the Activiti engine discovers a mismatch between the database schema version and the engine version.
ActivitiWrongDbException(String, String) - Constructor for exception org.activiti.engine.ActivitiWrongDbException
 
activityFontName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
activityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
activityId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given activity (id from BPMN 2.0 XML)
activityId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which contain an activity with the given id.
activityId - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
activityInstanceId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances with the given id (primary key within history tables).
activityInstanceId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select historic variable updates associated to the given activity instance.
activityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
activityName(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given name
activityName - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
activityTenantId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that have the given tenant id.
activityTenantIdLike(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances with a tenant id like the given one.
activityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
activityType(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given activity type
activityWithoutTenantId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that do not have a tenant id.
addBpmnModel(String, BpmnModel) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addBytes(String, byte[]) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addCandidateGroup(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Adds the given group as candidate group to this task
addCandidateGroup(String, String) - Method in interface org.activiti.engine.TaskService
addCandidateGroups(Collection<String>) - Method in interface org.activiti.engine.delegate.DelegateTask
Adds multiple groups as candidate group to this task.
addCandidateStarter(String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
addCandidateStarterGroup(String, String) - Method in interface org.activiti.engine.RepositoryService
Authorizes a candidate group for a process definition.
addCandidateStarterUser(String, String) - Method in interface org.activiti.engine.RepositoryService
Authorizes a candidate user for a process definition.
addCandidateUser(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Adds the given user as a candidate user to this task.
addCandidateUser(String, String) - Method in interface org.activiti.engine.TaskService
addCandidateUsers(Collection<String>) - Method in interface org.activiti.engine.delegate.DelegateTask
Adds multiple users as candidate user to this task.
addClassDelegateMock(String, Class<?>) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
addClassDelegateMock(String, String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
addClasspathResource(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addColumnMetaData(String, String) - Method in class org.activiti.engine.management.TableMetaData
 
addCommandExecution(String, CommandExecutionResult) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
addComment(String, String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
addComment(String, String, String) - Method in interface org.activiti.engine.TaskService
Add a comment to a task and/or process instance.
addComment(String, String, String, String) - Method in interface org.activiti.engine.TaskService
Add a comment to a task and/or process instance with a custom type.
addDatabaseTime(long) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
addDbDelete(String) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
addDbInsert(String) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
addDbSelect(String) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
addDbUpdate(String) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
addDebugInfo(AbstractDebugInfo) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
addDebugInfo(AbstractDebugInfo, boolean) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
addEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
Adds an event-listener which will be notified of ALL events by the dispatcher.
addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
Adds an event-listener which will only be notified when an event of the given types occurs.
addEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
addEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
addEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.RuntimeService
Adds an event-listener which will be notified of ALL events by the dispatcher.
addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in interface org.activiti.engine.RuntimeService
Adds an event-listener which will only be notified when an event occurs, which type is in the given types.
addExecutionTree(DebugInfoExecutionTree) - Method in class org.activiti.engine.test.impl.logger.AbstractDebugInfo
 
addGroupIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
Involves a group with group task.
addGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
Involves a group with a process instance.
addGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
Involves a group with a task.
addIdentityLink(String, String, int, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
addIdentityLinkForProcessInstance(String, String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
addInputStream(String, InputStream) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addModelEditorSource(String, byte[]) - Method in interface org.activiti.engine.RepositoryService
Saves the model editor source for a model
addModelEditorSourceExtra(String, byte[]) - Method in interface org.activiti.engine.RepositoryService
Saves the model editor source extra for a model
addNoOpServiceTaskByClassName(String) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
addNoOpServiceTaskByClassName(String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
addNoOpServiceTaskById(String) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
addNoOpServiceTaskById(String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
addParticipantGroup(String, String) - Method in interface org.activiti.engine.RuntimeService
addParticipantUser(String, String) - Method in interface org.activiti.engine.RuntimeService
addRuleIdExpression(Expression) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
 
addRuleVariableInputIdExpression(Expression) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
 
addString(String, String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addToDbOperation(Map<String, Long>, Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandStats
 
addTypedEventListener(ActivitiEventListener, ActivitiEventType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
addUserIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
Involves a user with a task.
addUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
Involves a user with a process instance.
addUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
Involves a user with a task.
addZipInputStream(ZipInputStream) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
Agenda - Interface in org.activiti.engine
For each API call (and thus Command) being executed, a new agenda instance is created.
allServiceTasksNoOp - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
 
annotationFontName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
apply(Statement, Description) - Method in class org.activiti.engine.test.ActivitiRule
Implementation based on TestWatcher.
asc() - Method in interface org.activiti.engine.query.Query
Order the results ascending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
assertProcessEnded(String) - Method in class org.activiti.engine.test.ActivitiTestCase
 
ASSIGNEE - Static variable in class org.activiti.engine.task.IdentityLinkType
 
asyncExecutor - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
asyncExecutorActivate - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
asyncFailedJobWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
define the default wait time for a failed async job in seconds
Attachment - Interface in org.activiti.engine.task
Any type of content that is be associated with a task or with a process instance.

B

BaseEntityEventListener - Class in org.activiti.engine.delegate.event
Base event listener that can be used when implementing an ActivitiEventListener to get notified when an entity is created, updated, deleted or if another entity-related event occurs.
BaseEntityEventListener() - Constructor for class org.activiti.engine.delegate.event.BaseEntityEventListener
Create a new BaseEntityEventListener, notified when an event that targets any type of entity is received.
BaseEntityEventListener(boolean) - Constructor for class org.activiti.engine.delegate.event.BaseEntityEventListener
Create a new BaseEntityEventListener.
BaseEntityEventListener(boolean, Class<?>) - Constructor for class org.activiti.engine.delegate.event.BaseEntityEventListener
 
BaseExecutionListener - Interface in org.activiti.engine.delegate
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
BaseTaskListener - Interface in org.activiti.engine.delegate
 
beforeInit(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
 
beforeInit(ProcessEngineConfigurationImpl) - Method in interface org.activiti.engine.cfg.ProcessEngineConfigurator
Called before any initialisation has been done.
beforeInit(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
beforeInit(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
behaviorClass - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
bfsIterator() - Method in class org.activiti.engine.debug.ExecutionTree
 
BOUNDARY_EVENT_INTERRUPTING - Static variable in interface org.activiti.engine.history.DeleteReason
 
BPMN_NODE - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
BpmnError - Exception in org.activiti.engine.delegate
Special exception that can be used to throw a BPMN Error from JavaDelegates and expressions.
BpmnError(String) - Constructor for exception org.activiti.engine.delegate.BpmnError
 
BpmnError(String, String) - Constructor for exception org.activiti.engine.delegate.BpmnError
 
BpmnParseHandler - Interface in org.activiti.engine.parse
Allows to hook into the parsing of one or more elements during the parsing of a BPMN 2.0 process.
buildExecutionTree(DelegateExecution) - Static method in class org.activiti.engine.debug.ExecutionTreeUtil
 
buildExecutionTree(Collection<ExecutionEntity>) - Static method in class org.activiti.engine.debug.ExecutionTreeUtil
 
buildExecutionTreeForProcessInstance(Collection<ExecutionEntity>) - Static method in class org.activiti.engine.debug.ExecutionTreeUtil
 
buildProcessEngine() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
businessKey(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Set the businessKey of process instance
BusinessRuleTaskDelegate - Interface in org.activiti.engine.delegate
 
bytes - Variable in class org.activiti.engine.identity.Picture
 

C

calculateSummaryStatistics() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
CANDIDATE - Static variable in class org.activiti.engine.task.IdentityLinkType
 
category(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Gives the deployment the given category.
cause - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
 
cause - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
 
cause - Variable in class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
 
changeDeploymentTenantId(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
changeDeploymentTenantId(String, String) - Method in interface org.activiti.engine.RepositoryService
EXPERIMENTAL FEATURE! Changes the tenant identifier of a deployment to match the given tenant identifier.
changeDmnTaskDecisionTableKey(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeDmnTaskDecisionTableKey(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeLocalizationDescription(String, String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeLocalizationDescription(String, String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeLocalizationName(String, String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeLocalizationName(String, String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeScriptTaskScript(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeScriptTaskScript(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeSequenceFlowCondition(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeSequenceFlowCondition(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskClassName(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskClassName(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskDelegateExpression(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskDelegateExpression(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskExpression(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeServiceTaskExpression(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskAssignee(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskAssignee(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCandidateGroup(String, String, boolean) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCandidateGroup(String, String, boolean, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCandidateUser(String, String, boolean) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCandidateUser(String, String, boolean, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCategory(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskCategory(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskDescription(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskDescription(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskDueDate(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskDueDate(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskFormKey(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskFormKey(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskName(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskName(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskOwner(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskOwner(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskPriority(String, String) - Method in interface org.activiti.engine.DynamicBpmnService
 
changeUserTaskPriority(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
checkPassword(String, String) - Method in interface org.activiti.engine.IdentityService
Checks if the password is valid for the given user.
childNodes - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
children - Variable in class org.activiti.engine.debug.ExecutionTreeNode
 
claim(String, String) - Method in interface org.activiti.engine.TaskService
Claim responsibility for a task: the given user is made assignee for the task.
claimTask(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
classLoader - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
className - Variable in exception org.activiti.engine.ActivitiClassLoadingException
 
clear() - Static method in class org.activiti.engine.logging.LogMDC
 
clear() - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
clearCurrentCommandExecution() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
clock - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
Clock - Interface in org.activiti.engine.runtime
This interface provides full access to the clock
ClockReader - Interface in org.activiti.engine.runtime
This interface provides clock reading functionality
close() - Method in interface org.activiti.engine.ProcessEngine
 
closeProcessEngines() - Static method in class org.activiti.engine.test.ActivitiTestCase
 
collectChildExecutions(ExecutionEntity, List<ExecutionEntity>) - Static method in class org.activiti.engine.debug.ExecutionTreeUtil
 
columnNames - Variable in class org.activiti.engine.management.TableMetaData
 
columnTypes - Variable in class org.activiti.engine.management.TableMetaData
 
CommandExecutionResult - Class in org.activiti.engine.test.profiler
 
CommandExecutionResult() - Constructor for class org.activiti.engine.test.profiler.CommandExecutionResult
 
commandExecutionResult - Variable in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
commandExecutionResults - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
commandExecutionTimings - Variable in class org.activiti.engine.test.profiler.CommandStats
 
CommandExecutorContext - Class in org.activiti.engine.cfg.security
 
CommandExecutorContext() - Constructor for class org.activiti.engine.cfg.security.CommandExecutorContext
 
CommandExecutorFactory - Interface in org.activiti.engine.cfg.security
 
commandFqn - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
CommandStats - Class in org.activiti.engine.test.profiler
 
CommandStats(List<CommandExecutionResult>) - Constructor for class org.activiti.engine.test.profiler.CommandStats
 
Comment - Interface in org.activiti.engine.task
User comments that form discussions around tasks.
commit() - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
compatibilityHandlerClassName - Variable in class org.activiti.engine.compatibility.DefaultActiviti5CompatibilityHandlerFactory
 
complete(String) - Method in interface org.activiti.engine.TaskService
Called when the task is successfully executed.
complete(String, Map<String, Object>) - Method in interface org.activiti.engine.TaskService
Called when the task is successfully executed, and the required task parameters are given by the end-user.
complete(String, Map<String, Object>, Map<String, Object>) - Method in interface org.activiti.engine.TaskService
Similar to TaskService.complete(String, Map), but allows to set transient variables too.
complete(String, Map<String, Object>, boolean) - Method in interface org.activiti.engine.TaskService
Called when the task is successfully executed, and the required task parameters are given by the end-user.
completeAdhocSubProcess(String) - Method in interface org.activiti.engine.RuntimeService
Completes the ad-hoc sub process
completeTask(TaskEntity, Map<String, Object>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
configurationResource - Variable in class org.activiti.engine.test.ActivitiRule
 
configurationResource - Variable in class org.activiti.engine.test.ActivitiTestCase
 
configure(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
 
configure(ProcessEngineConfigurationImpl) - Method in interface org.activiti.engine.cfg.ProcessEngineConfigurator
Called when the engine boots up, before it is usable, but after the initialisation of internal objects is done.
configure(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
configure(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
configureProcessEngine() - Method in class org.activiti.engine.test.ActivitiRule
 
ConsoleLogger - Class in org.activiti.engine.test.profiler
 
ConsoleLogger(ActivitiProfiler) - Constructor for class org.activiti.engine.test.profiler.ConsoleLogger
 
convertFormValueToModelValue(String) - Method in class org.activiti.engine.form.AbstractFormType
 
convertModelValueToFormValue(Object) - Method in class org.activiti.engine.form.AbstractFormType
 
count() - Method in interface org.activiti.engine.query.NativeQuery
Executes the query and returns the number of results
count() - Method in interface org.activiti.engine.query.Query
Executes the query and returns the number of results
createActiviti5CompatibilityHandler() - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandlerFactory
 
createActiviti5CompatibilityHandler() - Method in class org.activiti.engine.compatibility.DefaultActiviti5CompatibilityHandlerFactory
 
createActivityCancelledEvent(String, String, String, String, String, String, Object) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createActivityEvent(ActivitiEventType, String, String, String, String, String, FlowElement) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createAdhocSubprocessActivityBehavior(SubProcess) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createAgenda(CommandContext) - Method in interface org.activiti.engine.ActivitiEngineAgendaFactory
 
createAttachment(String, String, String, String, String, InputStream, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
createAttachment(String, String, String, String, String, InputStream) - Method in interface org.activiti.engine.TaskService
Add a new attachment to a task and/or a process instance and use an input stream to provide the content
createAttachment(String, String, String, String, String, String) - Method in interface org.activiti.engine.TaskService
Add a new attachment to a task and/or a process instance and use an url as the content
createBoundaryCancelEventActivityBehavior(CancelEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBoundaryCompensateEventActivityBehavior(BoundaryEvent, CompensateEventDefinition, boolean) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBoundaryEventActivityBehavior(BoundaryEvent, boolean) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBoundaryMessageEventActivityBehavior(BoundaryEvent, MessageEventDefinition, boolean) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBoundarySignalEventActivityBehavior(BoundaryEvent, SignalEventDefinition, Signal, boolean) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBoundaryTimerEventActivityBehavior(BoundaryEvent, TimerEventDefinition, boolean) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createBusinessRuleTaskActivityBehavior(BusinessRuleTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createCallActivityBehavior(CallActivity) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createCamelActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createCamelActivityBehavior(SendTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createCancelEndEventActivityBehavior(EndEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createCancelledEvent(String, String, String, Object) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createClassDelegateServiceTask(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createDeadLetterJobQuery() - Method in interface org.activiti.engine.ManagementService
Returns a new DeadLetterJobQuery implementation, that can be used to dynamically query the dead letter jobs.
createDeployment() - Method in interface org.activiti.engine.RepositoryService
Starts creating a new deployment
createDeploymentQuery() - Method in interface org.activiti.engine.RepositoryService
Query deployment.
createdExecutions - Variable in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
createDmnActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createDmnActivityBehavior(SendTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createElResolver(VariableScope) - Method in class org.activiti.engine.test.mock.MockExpressionManager
 
createEntityEvent(ActivitiEventType, Object) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEntityEvent(ActivitiEventType, Object, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEntityExceptionEvent(ActivitiEventType, Object, Throwable) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEntityExceptionEvent(ActivitiEventType, Object, Throwable, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEntityWithVariablesEvent(ActivitiEventType, Object, Map, boolean) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createErrorEndEventActivityBehavior(EndEvent, ErrorEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createErrorEvent(ActivitiEventType, String, String, String, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEvent(ActivitiEventType, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createEventBasedGatewayActivityBehavior(EventGateway) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createEventSubProcessErrorStartEventActivityBehavior(StartEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createEventSubProcessMessageStartEventActivityBehavior(StartEvent, MessageEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createExclusiveGatewayActivityBehavior(ExclusiveGateway) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createExecutionQuery() - Method in interface org.activiti.engine.RuntimeService
Creates a new ExecutionQuery instance, that can be used to query the executions and process instances.
createExecutor(ExecutorContext) - Method in interface org.activiti.engine.cfg.security.CommandExecutorFactory
 
createExpressionForField(FieldExtension) - Static method in class org.activiti.engine.delegate.DelegateHelper
Creates an Expression for the FieldExtension.
createGlobalEvent(ActivitiEventType) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createGroupQuery() - Method in interface org.activiti.engine.IdentityService
Creates a GroupQuery that allows to programmatically query the groups.
createHistoricActivityInstanceQuery() - Method in interface org.activiti.engine.HistoryService
Creates a new programmatic query to search for HistoricActivityInstances.
createHistoricDetailQuery() - Method in interface org.activiti.engine.HistoryService
Creates a new programmatic query to search for HistoricDetails.
createHistoricProcessInstanceQuery() - Method in interface org.activiti.engine.HistoryService
Creates a new programmatic query to search for HistoricProcessInstances.
createHistoricTaskInstanceQuery() - Method in interface org.activiti.engine.HistoryService
Creates a new programmatic query to search for HistoricTaskInstances.
createHistoricVariableInstanceQuery() - Method in interface org.activiti.engine.HistoryService
Creates a new programmatic query to search for HistoricVariableInstances.
createInclusiveGatewayActivityBehavior(InclusiveGateway) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateCatchEventActivityBehavior(IntermediateCatchEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateCatchMessageEventActivityBehavior(IntermediateCatchEvent, MessageEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateCatchSignalEventActivityBehavior(IntermediateCatchEvent, SignalEventDefinition, Signal) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateCatchTimerEventActivityBehavior(IntermediateCatchEvent, TimerEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateThrowCompensationEventActivityBehavior(ThrowEvent, CompensateEventDefinition) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateThrowNoneEventActivityBehavior(ThrowEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createIntermediateThrowSignalEventActivityBehavior(ThrowEvent, SignalEventDefinition, Signal) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createJobQuery() - Method in interface org.activiti.engine.ManagementService
Returns a new JobQuery implementation, that can be used to dynamically query the jobs.
createMailActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createMailActivityBehavior(SendTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createManualTaskActivityBehavior(ManualTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createMembership(String, String) - Method in interface org.activiti.engine.IdentityService
 
createMembershipEvent(ActivitiEventType, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createMessageEvent(ActivitiEventType, String, String, Object, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createModelQuery() - Method in interface org.activiti.engine.RepositoryService
Query models.
createMuleActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createMuleActivityBehavior(SendTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createNativeDeploymentQuery() - Method in interface org.activiti.engine.RepositoryService
Returns a new NativeQuery for deployment.
createNativeExecutionQuery() - Method in interface org.activiti.engine.RuntimeService
creates a new NativeExecutionQuery to query Executions by SQL directly
createNativeGroupQuery() - Method in interface org.activiti.engine.IdentityService
Returns a new NativeQuery for tasks.
createNativeHistoricActivityInstanceQuery() - Method in interface org.activiti.engine.HistoryService
creates a native query to search for HistoricActivityInstances via SQL
createNativeHistoricDetailQuery() - Method in interface org.activiti.engine.HistoryService
Returns a new NativeQuery for process definitions.
createNativeHistoricProcessInstanceQuery() - Method in interface org.activiti.engine.HistoryService
creates a native query to search for HistoricProcessInstances via SQL
createNativeHistoricTaskInstanceQuery() - Method in interface org.activiti.engine.HistoryService
creates a native query to search for HistoricTaskInstances via SQL
createNativeHistoricVariableInstanceQuery() - Method in interface org.activiti.engine.HistoryService
Returns a new NativeQuery for process definitions.
createNativeModelQuery() - Method in interface org.activiti.engine.RepositoryService
Returns a new NativeQuery for process definitions.
createNativeProcessDefinitionQuery() - Method in interface org.activiti.engine.RepositoryService
Returns a new NativeQuery for process definitions.
createNativeProcessInstanceQuery() - Method in interface org.activiti.engine.RuntimeService
creates a new NativeProcessInstanceQuery to query ProcessInstances by SQL directly
createNativeTaskQuery() - Method in interface org.activiti.engine.TaskService
Returns a new NativeQuery for tasks.
createNativeUserQuery() - Method in interface org.activiti.engine.IdentityService
Returns a new NativeQuery for tasks.
createNoneEndEventActivityBehavior(EndEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createNoneStartEventActivityBehavior(StartEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createParallelGatewayActivityBehavior(ParallelGateway) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createParallelMultiInstanceBehavior(Activity, AbstractBpmnActivityBehavior) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createProcessDefinitionQuery() - Method in interface org.activiti.engine.RepositoryService
Query process definitions.
createProcessEngineConfigurationFromInputStream(InputStream) - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResource(String) - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResource(String, String) - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResourceDefault() - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createProcessInstanceBuilder() - Method in interface org.activiti.engine.RuntimeService
Create a ProcessInstanceBuilder, that allows to set various options for starting a process instance, as an alternative to the various startProcessInstanceByXX methods.
createProcessInstanceHistoryLogQuery(String) - Method in interface org.activiti.engine.HistoryService
Allows to retrieve the ProcessInstanceHistoryLog for one process instance.
createProcessInstanceQuery() - Method in interface org.activiti.engine.RuntimeService
Creates a new ProcessInstanceQuery instance, that can be used to query process instances.
createProcessStartedEvent(Object, Map, boolean) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createReceiveTaskActivityBehavior(ReceiveTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createResolver(ProcessEngineConfigurationImpl, VariableScope) - Method in class org.activiti.engine.test.mock.MockResolverFactory
 
createScriptTaskActivityBehavior(ScriptTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createSequenceFlowTakenEvent(ExecutionEntity, ActivitiEventType, String, String, String, String, Object, String, String, String, Object) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createSequentialMultiInstanceBehavior(Activity, AbstractBpmnActivityBehavior) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createServiceTaskDelegateExpressionActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createServiceTaskExpressionActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createShellActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createSignalEvent(ActivitiEventType, String, String, Object, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createStandaloneInMemProcessEngineConfiguration() - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createStandaloneProcessEngineConfiguration() - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createSubprocessActivityBehavior(SubProcess) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createSuspendedJobQuery() - Method in interface org.activiti.engine.ManagementService
Returns a new SuspendedJobQuery implementation, that can be used to dynamically query the suspended jobs.
createTablePageQuery() - Method in interface org.activiti.engine.ManagementService
Creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.
createTaskActivityBehavior(Task) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createTaskQuery() - Method in interface org.activiti.engine.TaskService
Returns a new TaskQuery that can be used to dynamically query tasks.
createTerminateEndEventActivityBehavior(EndEvent) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createTimerJobQuery() - Method in interface org.activiti.engine.ManagementService
Returns a new TimerJobQuery implementation, that can be used to dynamically query the timer jobs.
createTransactionActivityBehavior(Transaction) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createUserQuery() - Method in interface org.activiti.engine.IdentityService
Creates a UserQuery that allows to programmatically query the users.
createUserTaskActivityBehavior(UserTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createVariableEvent(ActivitiEventType, String, Object, VariableType, String, String, String, String) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
createWebServiceActivityBehavior(ServiceTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
createWebServiceActivityBehavior(SendTask) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
currentCommandExecution - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
currentProfileSession - Variable in class org.activiti.engine.test.profiler.ActivitiProfiler
 
CustomPropertiesResolver - Interface in org.activiti.engine.delegate
Can be used to pass a custom properties HashMap to a TransactionDependentExecutionListener or to a TransactionDependentTaskListener

D

databaseCatalog - Variable in class org.activiti.engine.ProcessEngineConfiguration
database catalog to use
databaseSchema - Variable in class org.activiti.engine.ProcessEngineConfiguration
In some situations you want to set the schema to use for table checks / generation if the database metadata doesn't return that correctly, see https://jira.codehaus.org/browse/ACT-1220, https://jira.codehaus.org/browse/ACT-1062
databaseSchemaUpdate - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
databaseSchemaUpgrade(Connection, String, String) - Method in interface org.activiti.engine.ManagementService
programmatic schema update on a given connection returning feedback about what happened
databaseTablePrefix - Variable in class org.activiti.engine.ProcessEngineConfiguration
Allows configuring a database table prefix which is used for all runtime operations of the process engine.
databaseTimeInMs - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
databaseTimings - Variable in class org.activiti.engine.test.profiler.CommandStats
 
databaseType - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
databaseWildcardEscapeCharacter - Variable in class org.activiti.engine.ProcessEngineConfiguration
Escape character for doing wildcard searches.
DataObject - Interface in org.activiti.engine.runtime
 
dataSource - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
dataSourceJndiName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
dateFormat - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
DB_SCHEMA_UPDATE_CREATE_DROP - Static variable in class org.activiti.engine.ProcessEngineConfiguration
Creates the schema when the process engine is being created and drops the schema when the process engine is being closed.
DB_SCHEMA_UPDATE_FALSE - Static variable in class org.activiti.engine.ProcessEngineConfiguration
Checks the version of the DB schema against the library when the process engine is being created and throws an exception if the versions don't match.
DB_SCHEMA_UPDATE_TRUE - Static variable in class org.activiti.engine.ProcessEngineConfiguration
Upon building of the process engine, a check is performed and an update of the schema is performed if it is necessary.
dbDeletes - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
dbDeletes - Variable in class org.activiti.engine.test.profiler.CommandStats
 
dbInserts - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
dbInserts - Variable in class org.activiti.engine.test.profiler.CommandStats
 
dbSelects - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
dbSelects - Variable in class org.activiti.engine.test.profiler.CommandStats
 
dbUpdates - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
dbUpdates - Variable in class org.activiti.engine.test.profiler.CommandStats
 
DeadLetterJobQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of Jobs.
DebugInfo - Interface in org.activiti.engine.test.impl.logger
 
DebugInfoEntityEventListener - Class in org.activiti.engine.test.impl.logger
 
DebugInfoEntityEventListener(ProcessExecutionLogger) - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoEntityEventListener
 
DebugInfoExecutionCreated - Class in org.activiti.engine.test.impl.logger
 
DebugInfoExecutionCreated(ExecutionEntity) - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoExecutionCreated
 
DebugInfoExecutionDeleted - Class in org.activiti.engine.test.impl.logger
 
DebugInfoExecutionDeleted(ExecutionEntity) - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoExecutionDeleted
 
DebugInfoExecutionTree - Class in org.activiti.engine.test.impl.logger
 
DebugInfoExecutionTree() - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
 
DebugInfoExecutionTree.DebugInfoExecutionTreeNode - Class in org.activiti.engine.test.impl.logger
 
DebugInfoExecutionTree.DebugInfoExecutionTreeNode() - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
debugInfoMap - Variable in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
DebugInfoOperationExecuted - Class in org.activiti.engine.test.impl.logger
 
DebugInfoOperationExecuted(AbstractOperation) - Constructor for class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
DEFAULT_CONFIGURATOR_PRIORITY - Static variable in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
 
DEFAULT_EXCLUSIVE - Static variable in interface org.activiti.engine.runtime.Job
 
DEFAULT_PRIORITY - Static variable in interface org.activiti.engine.task.Task
Default value used for priority when a new Task is created.
DefaultActiviti5CompatibilityHandlerFactory - Class in org.activiti.engine.compatibility
 
DefaultActiviti5CompatibilityHandlerFactory() - Constructor for class org.activiti.engine.compatibility.DefaultActiviti5CompatibilityHandlerFactory
 
defaultCamelContext - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
defaultFailedJobWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
define the default wait time for a failed job in seconds
DelegateExecution - Interface in org.activiti.engine.delegate
Execution used in JavaDelegates and ExecutionListeners.
DelegateHelper - Class in org.activiti.engine.delegate
Class that provides helper operations for use in the JavaDelegate, ActivityBehavior, ExecutionListener and TaskListener interfaces.
DelegateHelper() - Constructor for class org.activiti.engine.delegate.DelegateHelper
 
DelegateTask - Interface in org.activiti.engine.delegate
 
delegateTask(String, String) - Method in interface org.activiti.engine.TaskService
Delegates the task to another user.
DelegationState - Enum in org.activiti.engine.task
Defines the different states of delegation that a task can be in.
deleteAttachment(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteAttachment(String) - Method in interface org.activiti.engine.TaskService
Delete an attachment
deleteCandidateGroup(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Convenience shorthand for #deleteGroupIdentityLink(String, String, String); with type IdentityLinkType.CANDIDATE
deleteCandidateGroup(String, String) - Method in interface org.activiti.engine.TaskService
deleteCandidateStarter(String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteCandidateStarterGroup(String, String) - Method in interface org.activiti.engine.RepositoryService
Removes the authorization of a candidate group for a process definition.
deleteCandidateStarterUser(String, String) - Method in interface org.activiti.engine.RepositoryService
Removes the authorization of a candidate user for a process definition.
deleteCandidateUser(String) - Method in interface org.activiti.engine.delegate.DelegateTask
deleteCandidateUser(String, String) - Method in interface org.activiti.engine.TaskService
deleteComment(String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteComment(String) - Method in interface org.activiti.engine.TaskService
Removes an individual comment with the given id.
deleteComments(String, String) - Method in interface org.activiti.engine.TaskService
Removes all comments from the provided task and/or process instance
deleted() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are deleted.
deleteDeadLetterJob(String) - Method in interface org.activiti.engine.ManagementService
Delete the dead letter job with the provided id.
deleteDeployment(String, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteDeployment(String) - Method in interface org.activiti.engine.RepositoryService
Deletes the given deployment.
deleteDeployment(String, boolean) - Method in interface org.activiti.engine.RepositoryService
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
deletedExecutions - Variable in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
deleteEventLogEntry(long) - Method in interface org.activiti.engine.ManagementService
Delete a EventLogEntry.
deleteGroup(String) - Method in interface org.activiti.engine.IdentityService
Deletes the group.
deleteGroupIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
Removes the association between a group and a task for the given identityLinkType.
deleteGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
Removes the association between a group and a process instance for the given identityLinkType.
deleteGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
Removes the association between a group and a task for the given identityLinkType.
deleteHistoricProcessInstance(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteHistoricProcessInstance(String) - Method in interface org.activiti.engine.HistoryService
Deletes historic process instance.
deleteHistoricTask(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteHistoricTaskInstance(String) - Method in interface org.activiti.engine.HistoryService
Deletes historic task instance.
deleteIdentityLink(String, String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteIdentityLinkForProcessInstance(String, String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteJob(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteJob(String) - Method in interface org.activiti.engine.ManagementService
Delete the job with the provided id.
deleteMembership(String, String) - Method in interface org.activiti.engine.IdentityService
Delete the membership of the user in the group.
deleteModel(String) - Method in interface org.activiti.engine.RepositoryService
 
deleteParticipantGroup(String, String) - Method in interface org.activiti.engine.RuntimeService
deleteParticipantUser(String, String) - Method in interface org.activiti.engine.RuntimeService
deleteProcessInstance(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteProcessInstance(String, String) - Method in interface org.activiti.engine.RuntimeService
Delete an existing runtime process instance.
DeleteReason - Interface in org.activiti.engine.history
 
deleteReason(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Obly select historic activity instances with a specific delete reason.
deleteReasonLike(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Obly select historic activity instances with a delete reason that matches the provided parameter.
deleteTask(String, String, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deleteTask(String) - Method in interface org.activiti.engine.TaskService
Deletes the given task, not deleting historic information that is related to this task.
deleteTask(String, boolean) - Method in interface org.activiti.engine.TaskService
Deletes the given task.
deleteTask(String, String) - Method in interface org.activiti.engine.TaskService
Deletes the given task, not deleting historic information that is related to this task..
deleteTasks(Collection<String>) - Method in interface org.activiti.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.activiti.engine.TaskService
Deletes all tasks of the given collection.
deleteTasks(Collection<String>, String) - Method in interface org.activiti.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.activiti.engine.ManagementService
Delete the timer job with the provided id.
deleteUser(String) - Method in interface org.activiti.engine.IdentityService
 
deleteUserIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
Removes the association between a user and a task for the given identityLinkType.
deleteUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
Removes the association between a user and a process instance for the given identityLinkType.
deleteUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
Removes the association between a user and a task for the given identityLinkType.
deleteUserInfo(String, String) - Method in interface org.activiti.engine.IdentityService
Delete an entry of the generic extensibility key-value pairs associated with a user
deploy(DeploymentBuilderImpl) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
deploy() - Method in interface org.activiti.engine.repository.DeploymentBuilder
Deploys all provided sources to the Activiti engine.
DEPLOY_AS_ACTIVITI5_PROCESS_DEFINITION - Static variable in interface org.activiti.engine.repository.DeploymentProperties
 
deployed() - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that are deployed (ie deploymentId != null)
Deployment - Interface in org.activiti.engine.repository
Represents a deployment that is already present in the process repository.
Deployment - Annotation Type in org.activiti.engine.test
Annotation for a test method to create and delete a deployment around a test method.
DeploymentBuilder - Interface in org.activiti.engine.repository
Builder for creating new deployments.
deploymentCategory(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with the given category.
deploymentCategoryLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with a category like the given string.
deploymentCategoryNotEquals(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments that have a different category then the given one.
deploymentId(String) - Method in interface org.activiti.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.activiti.engine.repository.DeploymentQuery
Only select deployments with the given deployment id.
deploymentId(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that are the source for the provided deployment
deploymentId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions that are deployed in a deployment with the given deployment id
deploymentId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by a deployment with the given id.
deploymentId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has the given deployment id.
deploymentId - Variable in class org.activiti.engine.test.ActivitiRule
 
deploymentId - Variable in class org.activiti.engine.test.ActivitiTestCase
 
deploymentIdIn(List<String>) - Method in interface org.activiti.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.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by one of the given deployment ids
deploymentIdIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has the given deployment id.
deploymentIds(Set<String>) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Select process definitions that are deployed in deployments with the given set of ids
deploymentKey(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with the given key.
deploymentKeyLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with a key like the given string.
deploymentName(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with the given name.
deploymentNameLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with a name like the given string.
DeploymentProperties - Interface in org.activiti.engine.repository
 
deploymentProperty(String, Object) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Allows to add a property to this DeploymentBuilder that influences the deployment.
DeploymentQuery - Interface in org.activiti.engine.repository
Allows programmatic querying of Deployments.
deploymentTenantId(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployment that have the given tenant id.
deploymentTenantIdLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with a tenant id like the given one.
deploymentWithoutTenantId() - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments that do not have a tenant id.
desc() - Method in interface org.activiti.engine.query.Query
Order the results descending on the given property as defined in this class (needs to come after a call to one of the orderByXxxx methods).
destroy() - Static method in class org.activiti.engine.ProcessEngines
closes all process engines.
DiagramEdge - Class in org.activiti.engine.repository
Stores waypoints of a diagram edge.
DiagramEdge() - Constructor for class org.activiti.engine.repository.DiagramEdge
 
DiagramEdge(String, List<DiagramEdgeWaypoint>) - Constructor for class org.activiti.engine.repository.DiagramEdge
 
DiagramEdgeWaypoint - Class in org.activiti.engine.repository
Stores the position of a waypoint of a diagram edge.
DiagramEdgeWaypoint() - Constructor for class org.activiti.engine.repository.DiagramEdgeWaypoint
 
DiagramElement - Class in org.activiti.engine.repository
Represents a diagram node.
DiagramElement() - Constructor for class org.activiti.engine.repository.DiagramElement
 
DiagramElement(String) - Constructor for class org.activiti.engine.repository.DiagramElement
 
DiagramLayout - Class in org.activiti.engine.repository
Stores a two-dimensional graph layout.
DiagramLayout(Map<String, DiagramElement>) - Constructor for class org.activiti.engine.repository.DiagramLayout
 
DiagramNode - Class in org.activiti.engine.repository
Stores position and dimensions of a diagram node.
DiagramNode() - Constructor for class org.activiti.engine.repository.DiagramNode
 
DiagramNode(String) - Constructor for class org.activiti.engine.repository.DiagramNode
 
DiagramNode(String, Double, Double, Double, Double) - Constructor for class org.activiti.engine.repository.DiagramNode
 
disableBpmnValidation() - Method in interface org.activiti.engine.repository.DeploymentBuilder
If called, no validation that the process definition is executable on the engine will be done against the process definition.
disableSchemaValidation() - Method in interface org.activiti.engine.repository.DeploymentBuilder
If called, no XML schema validation against the BPMN 2.0 XSD.
dispatchEvent(ActivitiEvent) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
Dispatches the given event to any listeners that are registered.
dispatchEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
dispatchEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
dispatchEvent(ActivitiEvent, ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
dispatchEvent(ActivitiEvent) - Method in interface org.activiti.engine.RuntimeService
Dispatches the given event to any listeners that are registered.
DMN_TASK_DECISION_TABLE_KEY - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
duedateHigherThan(Date) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs where the duedate is higher then the given date.
duedateHigherThan(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs where the duedate is higher then the given date.
duedateHigherThan(Date) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs where the duedate is higher then the given date.
duedateHigherThan(Date) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs where the duedate is higher then the given date.
duedateLowerThan(Date) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs where the duedate is lower than the given date.
duedateLowerThan(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs where the duedate is lower than the given date.
duedateLowerThan(Date) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs where the duedate is lower than the given date.
duedateLowerThan(Date) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs where the duedate is lower than the given date.
DynamicBpmnConstants - Interface in org.activiti.engine
 
DynamicBpmnService - Interface in org.activiti.engine
Service providing access to the repository of process definitions and deployments.

E

EMPTY_ARRAY - Static variable in enum org.activiti.engine.delegate.event.ActivitiEventType
 
enabled - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
enableDuplicateFiltering() - Method in interface org.activiti.engine.repository.DeploymentBuilder
If set, this deployment will be compared to any previous deployment.
enableProcessDefinitionInfoCache - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
EnableVerboseExecutionTreeLogging - Annotation Type in org.activiti.engine.test
 
endOr() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
End an OR statement.
endOr() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
End an OR statement.
endOr() - Method in interface org.activiti.engine.task.TaskInfoQuery
 
endTime - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
engineAgendaFactory - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
entity - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
 
entity - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
 
entityClass - Variable in class org.activiti.engine.delegate.event.BaseEntityEventListener
 
errorCode - Variable in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
errorId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
Event - Interface in org.activiti.engine.task
Exposes twitter-like feeds for tasks and process instances.
EVENT_BASED_GATEWAY_CANCEL - Static variable in interface org.activiti.engine.history.DeleteReason
 
EVENT_SUBPROCESS_INTERRUPTING - Static variable in interface org.activiti.engine.history.DeleteReason
 
eventListeners - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
EventLogEntry - Interface in org.activiti.engine.event
 
EVENTNAME_ALL_EVENTS - Static variable in interface org.activiti.engine.delegate.BaseTaskListener
Not an actual event, used as a marker-value for BaseTaskListeners that should be called for all events, including BaseTaskListener.EVENTNAME_CREATE , BaseTaskListener.EVENTNAME_ASSIGNMENT and BaseTaskListener.EVENTNAME_COMPLETE and BaseTaskListener.EVENTNAME_DELETE.
EVENTNAME_ASSIGNMENT - Static variable in interface org.activiti.engine.delegate.BaseTaskListener
 
EVENTNAME_COMPLETE - Static variable in interface org.activiti.engine.delegate.BaseTaskListener
 
EVENTNAME_CREATE - Static variable in interface org.activiti.engine.delegate.BaseTaskListener
 
EVENTNAME_DELETE - Static variable in interface org.activiti.engine.delegate.BaseTaskListener
 
EVENTNAME_END - Static variable in interface org.activiti.engine.delegate.BaseExecutionListener
 
EVENTNAME_START - Static variable in interface org.activiti.engine.delegate.BaseExecutionListener
 
EVENTNAME_TAKE - Static variable in interface org.activiti.engine.delegate.BaseExecutionListener
 
eventSupport - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
exceptionMessage(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that failed due to an exception with the given message.
exceptionMessage(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that failed due to an exception with the given message.
exceptionMessage(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that failed due to an exception with the given message.
exceptionMessage(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that failed due to an exception with the given message.
excludeSubprocesses(boolean) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Exclude sub processes from the query result;
excludeSubprocesses(boolean) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Exclude sub processes from the query result;
excludeSubtasks() - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks that have no parent (i.e.
excludeTaskDetails() - Method in interface org.activiti.engine.history.HistoricDetailQuery
Exclude all task-related HistoricDetails, so only items which have no task-id set will be selected.
excludeTaskVariables() - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables which were not set task-local.
excludeVariableInitialization() - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Don't initialize variable values.
executable() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs which are executable, ie.
executable() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which are executable, ie.
executable() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs which are executable, ie.
execute(DelegateExecution) - Method in interface org.activiti.engine.delegate.JavaDelegate
 
execute(CommandConfig, Command<T>) - Method in class org.activiti.engine.test.profiler.TotalExecutionTimeCommandInterceptor
 
executeActivityInAdhocSubProcess(String, String) - Method in interface org.activiti.engine.RuntimeService
Executes an activity in a ad-hoc sub process
executeCommand(Command<T>) - Method in interface org.activiti.engine.ManagementService
Executes a given command with the default CommandConfig.
executeCommand(CommandConfig, Command<T>) - Method in interface org.activiti.engine.ManagementService
Executes a given command with the specified CommandConfig.
executeCustomSql(CustomSqlExecution<MapperType, ResultType>) - Method in interface org.activiti.engine.ManagementService
Executes the sql contained in the CustomSqlExecution parameter.
executeJob(Job) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
executeJob(String) - Method in interface org.activiti.engine.ManagementService
Forced synchronous execution of a job (eg.
executeJobWithLockAndRetry(Job) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
executeOperation(Runnable) - Method in class org.activiti.engine.test.impl.logger.LoggingCommandInvoker
 
Execution - Interface in org.activiti.engine.runtime
Represent a 'path of execution' in a process instance.
executionCreated(ExecutionEntity) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
executionDeleted(ExecutionEntity) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
executionEntity - Variable in class org.activiti.engine.debug.ExecutionTreeNode
 
executionEntity - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionCreated
 
executionEntity - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionDeleted
 
executionId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
executionId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given execution
executionId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select historic variable updates with the given execution.
executionId(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given id.
executionId(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs which exist for the given execution
executionId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions with the given id.
executionId(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs which exist for the given execution
executionId(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which exist for the given execution
executionId(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs which exist for the given execution
executionId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for the given execution.
executionId - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
executionIds(Set<String>) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables whose id is in the given set of ids.
ExecutionListener - Interface in org.activiti.engine.delegate
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
ExecutionQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of Executions.
executionTenantId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select process instances that have the given tenant id.
executionTenantIdLike(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select process instances with a tenant id like the given one.
ExecutionTree - Class in org.activiti.engine.debug
 
ExecutionTree() - Constructor for class org.activiti.engine.debug.ExecutionTree
 
ExecutionTreeBfsIterator - Class in org.activiti.engine.debug
Iterates over an ExecutionTree using breadth-first search
ExecutionTreeBfsIterator(ExecutionTreeNode) - Constructor for class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
ExecutionTreeBfsIterator(ExecutionTreeNode, boolean) - Constructor for class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
ExecutionTreeNode - Class in org.activiti.engine.debug
 
ExecutionTreeNode(ExecutionEntity) - Constructor for class org.activiti.engine.debug.ExecutionTreeNode
 
executionTrees - Variable in class org.activiti.engine.test.impl.logger.AbstractDebugInfo
 
ExecutionTreeUtil - Class in org.activiti.engine.debug
 
ExecutionTreeUtil() - Constructor for class org.activiti.engine.debug.ExecutionTreeUtil
 
executionWithoutTenantId() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select process instances that do not have a tenant id.
ExecutorContext - Interface in org.activiti.engine.cfg.security
 
Expression - Interface in org.activiti.engine.delegate
 
extractBpmnModelFromEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
In case no process-context is active, this method attempts to extract a process-definition based on the event.

F

failed(Throwable, Description) - Method in class org.activiti.engine.test.ActivitiRule
Invoked when a test fails
failOnException - Variable in class org.activiti.engine.delegate.event.BaseEntityEventListener
 
fillExecutionTree(ExecutionTree, Map<String, List<ExecutionEntity>>) - Static method in class org.activiti.engine.debug.ExecutionTreeUtil
 
finished() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that are finished.
finished() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are completely finished.
finished() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are finished.
finished(Description) - Method in class org.activiti.engine.test.ActivitiRule
 
finishedAfter(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started after the given date.
finishedBefore(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started before the given date.
firstResult - Variable in class org.activiti.engine.management.TablePage
Identifies the index of the first result stored in this TablePage.
flattenedList - Variable in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
flattenedListIterator - Variable in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
flattenTree() - Method in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
flowElementClass - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
flowElementId - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionCreated
 
flowElementId - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
flush() - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
flushBulkDeletes(Class<? extends Entity>) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
flushBulkInsert(Collection<Entity>, Class<? extends Entity>) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
flushDeleteEntities(Class<? extends Entity>, Collection<Entity>) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
flushRegularInsert(Entity, Class<? extends Entity>) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
flushUpdates() - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
FormData - Interface in org.activiti.engine.form
Contains all information for displaying a form and serves as base interface for StartFormData and TaskFormData
formProperties() - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select HistoricFormPropertys.
FormProperty - Interface in org.activiti.engine.form
Represents a single property on a form.
FormService - Interface in org.activiti.engine
Access to form data and rendered forms for starting new process instances and completing tasks.
formService - Variable in class org.activiti.engine.test.ActivitiRule
 
formService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
FormType - Interface in org.activiti.engine.form
Used to indicate the type on a FormProperty.

G

generateExecutionTrees() - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
get(Object) - Static method in class org.activiti.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.activiti.engine.task.Event
Indicates the type of of action and also indicates the meaning of the parts as exposed in Event.getMessageParts()
getActiveActivityIds(String) - Method in interface org.activiti.engine.RuntimeService
Finds the activity ids for all executions that are waiting in activities.
getActivityFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
 
getActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
getActivityId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The unique identifier of the activity in the process
getActivityId() - Method in interface org.activiti.engine.runtime.Execution
Returns the id of the activity where the execution currently is at.
getActivityId() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getActivityInstanceId() - Method in interface org.activiti.engine.history.HistoricDetail
The activity reference in case this detail is related to an activity instance.
getActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
 
getActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
getActivityName() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The display name for the activity
getActivityName() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
 
getActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
getActivityType() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The XML tag of the activity as in the process file
getAnnotationFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getAssignee() - Method in interface org.activiti.engine.delegate.DelegateTask
The userId of the person to which this task is delegated.
getAssignee() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Assignee in case of user task activity
getAssignee() - Method in interface org.activiti.engine.task.TaskInfo
The userId of the person to which this task is delegated.
getAsyncExecutor() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getAsyncFailedJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getAttachment(String) - Method in interface org.activiti.engine.TaskService
Retrieve a particular attachment
getAttachmentContent(String) - Method in interface org.activiti.engine.TaskService
Retrieve stream content of a particular attachment
getAverageDatabaseExecutionTime() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getAverageDatabaseExecutionTimePercentage() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getAverageExecutionTime() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
 
getBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
getBpmnElementProperties(String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
getBpmnModel(DelegateExecution) - Static method in class org.activiti.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.activiti.engine.RepositoryService
Returns the BpmnModel corresponding with the process definition with the provided process definition id.
getBusinessKey() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The user provided unique reference to this process instance.
getBusinessKey() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The user provided unique reference to this process instance.
getBusinessKey() - Method in interface org.activiti.engine.runtime.ProcessInstance
The business key of this process instance.
getBytes() - Method in class org.activiti.engine.identity.Picture
 
getCalledProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The called process instance in case of call activity
getCamelContextObject(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getCandidates() - Method in interface org.activiti.engine.delegate.DelegateTask
Retrieves the candidate users and groups associated with the task.
getCategory() - Method in interface org.activiti.engine.delegate.DelegateTask
The category of the task.
getCategory() - Method in interface org.activiti.engine.repository.Deployment
 
getCategory() - Method in interface org.activiti.engine.repository.Model
 
getCategory() - Method in interface org.activiti.engine.repository.ProcessDefinition
category name which is derived from the targetNamespace attribute in the definitions element
getCategory() - Method in interface org.activiti.engine.task.TaskInfo
The category of the task.
getCause() - Method in interface org.activiti.engine.delegate.event.ActivitiCancelledEvent
 
getCause() - Method in interface org.activiti.engine.delegate.event.ActivitiExceptionEvent
 
getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
 
getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
 
getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
 
getChildNodes() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getChildren() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
getClaimTime() - Method in interface org.activiti.engine.history.HistoricTaskInstance
Time when the task was claimed.
getClaimTime() - Method in interface org.activiti.engine.task.TaskInfo
The claim time of this task
getClassLoader() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getClassName() - Method in exception org.activiti.engine.ActivitiClassLoadingException
Returns the name of the class this exception is related to.
getClock() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getColumnNames() - Method in class org.activiti.engine.management.TableMetaData
 
getColumnTypes() - Method in class org.activiti.engine.management.TableMetaData
 
getCommandExecutions() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getCommandFqn() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getComment(String) - Method in interface org.activiti.engine.TaskService
Returns an individual comment with the given id.
getCommentsByType(String) - Method in interface org.activiti.engine.TaskService
All comments of a given type.
getCommonPropertyType(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getCompatibilityHandlerClassName() - Method in class org.activiti.engine.compatibility.DefaultActiviti5CompatibilityHandlerFactory
 
getConfigurationResource() - Method in class org.activiti.engine.test.ActivitiRule
 
getConfigurationResource() - Method in class org.activiti.engine.test.ActivitiTestCase
 
getContentId() - Method in interface org.activiti.engine.task.Attachment
the id of the byte array entity storing the content
getCount() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getCreateTime() - Method in interface org.activiti.engine.delegate.DelegateTask
The date/time when this task was created
getCreateTime() - Method in interface org.activiti.engine.history.HistoricVariableInstance
Returns the time when the variable was created.
getCreateTime() - Method in interface org.activiti.engine.repository.Model
 
getCreateTime() - Method in interface org.activiti.engine.task.TaskInfo
The date/time when this task was created
getCurrentActivitiListener() - Method in interface org.activiti.engine.delegate.DelegateExecution
Returns the ActivitiListener instance matching an ExecutionListener if currently an execution listener is being execution.
getCurrentActivitiListener() - Method in interface org.activiti.engine.delegate.DelegateTask
 
getCurrentActivityId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the id of the current activity.
getCurrentCalendar() - Method in interface org.activiti.engine.runtime.ClockReader
 
getCurrentCalendar(TimeZone) - Method in interface org.activiti.engine.runtime.ClockReader
 
getCurrentCommandExecution() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getCurrentCommandExecution() - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
getCurrentFlowElement() - Method in interface org.activiti.engine.delegate.DelegateExecution
The BPMN element where the execution currently is at.
getCurrentFlowElementId() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
getCurrentFlowElementInfo() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getCurrentProfileSession() - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
getCurrentTime() - Method in interface org.activiti.engine.runtime.ClockReader
 
getCurrentTimeZone() - Method in interface org.activiti.engine.runtime.ClockReader
 
getCustomPropertiesMap(DelegateExecution) - Method in interface org.activiti.engine.delegate.CustomPropertiesResolver
 
getData() - Method in interface org.activiti.engine.event.EventLogEntry
 
getDatabaseCatalog() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseSchema() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseSchemaUpdate() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseTablePrefix() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseTimeInMs() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getDatabaseType() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseWildcardEscapeCharacter() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDataObject(String, String) - Method in interface org.activiti.engine.RuntimeService
The DataObject.
getDataObject(String, String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
The DataObject.
getDataObject(String, String) - Method in interface org.activiti.engine.TaskService
The DataObject.
getDataObject(String, String, String, boolean) - Method in interface org.activiti.engine.TaskService
The DataObject.
getDataObjectDefinitionKey() - Method in interface org.activiti.engine.runtime.DataObject
The id of the flow element in the process defining this data object.
getDataObjectLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
The DataObject for an execution.
getDataObjectLocal(String, String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
The DataObject for an execution.
getDataObjects(String) - Method in interface org.activiti.engine.RuntimeService
All DataObjects visible from the given execution scope (including parent scopes).
getDataObjects(String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
All DataObjects visible from the given execution scope (including parent scopes).
getDataObjects(String, Collection<String>) - Method in interface org.activiti.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.activiti.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.activiti.engine.TaskService
All DataObjects visible from the given execution scope (including parent scopes).
getDataObjects(String, String, boolean) - Method in interface org.activiti.engine.TaskService
All DataObjects visible from the given task scope (including parent scopes).
getDataObjects(String, Collection<String>) - Method in interface org.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.engine.RuntimeService
The DataObjects for the given dataObjectNames only taking the given execution scope into account, not looking in outer scopes.
getDataSource() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDataSourceJndiName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDbDeletes() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getDbDeletes() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getDbInserts() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getDbInserts() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getDbSelects() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getDbSelects() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getDbUpdates() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getDbUpdates() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getDbVersion() - Method in exception org.activiti.engine.ActivitiWrongDbException
The version of the Activiti library that was used to create the database schema.
getDeadLetterJobExceptionStacktrace(String) - Method in interface org.activiti.engine.ManagementService
Returns the full stacktrace of the exception that occurs when the DeadLetterJobEntity with the given id was last executed.
getDefaultCamelContext() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDefaultFailedJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDefaultProcessEngine() - Static method in class org.activiti.engine.ProcessEngines
 
getDelegationState() - Method in interface org.activiti.engine.delegate.DelegateTask
The current DelegationState for this task.
getDelegationState() - Method in interface org.activiti.engine.task.Task
The current DelegationState for this task.
getDeleteReason() - Method in interface org.activiti.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.activiti.engine.history.HistoricProcessInstance
Obtains the reason for the process instance's deletion.
getDeleteReason() - Method in interface org.activiti.engine.history.HistoricTaskInstance
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
getDeleteReason() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
Obtains the reason for the process instance's deletion.
getDeploymentId() - Method in interface org.activiti.engine.form.FormData
The deployment id of the process definition to which this form is related
getDeploymentId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The deployment id of the process definition of the process instance.
getDeploymentId() - Method in interface org.activiti.engine.repository.Model
 
getDeploymentId() - Method in interface org.activiti.engine.repository.ProcessDefinition
The deployment in which this process definition is contained.
getDeploymentId() - Method in interface org.activiti.engine.runtime.ProcessInstance
The deployment id of the process definition of the process instance.
getDeploymentResourceNames(String) - Method in interface org.activiti.engine.RepositoryService
Retrieves a list of deployment resources for the given deployment, ordered alphabetically.
getDeploymentTime() - Method in interface org.activiti.engine.repository.Deployment
 
getDescription() - Method in interface org.activiti.engine.delegate.DelegateTask
Free text description of the task.
getDescription() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The description for the process instance.
getDescription() - Method in interface org.activiti.engine.repository.ProcessDefinition
description of this process
getDescription() - Method in interface org.activiti.engine.runtime.DataObject
Description of the DataObject.
getDescription() - Method in interface org.activiti.engine.runtime.Execution
Returns the description of this execution.
getDescription() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the description of this process instance.
getDescription() - Method in interface org.activiti.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.
getDescription() - Method in interface org.activiti.engine.task.TaskInfo
Free text description of the task.
getDiagramResourceName() - Method in interface org.activiti.engine.repository.ProcessDefinition
The resource name in the deployment of the diagram image (if any).
getDueDate() - Method in interface org.activiti.engine.delegate.DelegateTask
Due date of the task.
getDuedate() - Method in interface org.activiti.engine.runtime.Job
Returns the date on which this job is supposed to be processed.
getDueDate() - Method in interface org.activiti.engine.task.TaskInfo
Due date of the task.
getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricActivityInstance
getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricProcessInstance
getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricTaskInstance
getDurationInMillis() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
getDynamicBpmnService() - Method in interface org.activiti.engine.ProcessEngine
 
getEdge(String) - Method in class org.activiti.engine.repository.DiagramLayout
 
getElements() - Method in class org.activiti.engine.repository.DiagramLayout
 
getEmail() - Method in interface org.activiti.engine.identity.User
 
getEnabledActivitiesFromAdhocSubProcess(String) - Method in interface org.activiti.engine.RuntimeService
Gets enabled activities from ad-hoc sub process
getEndActivityId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
Reference to the activity in which this process instance ended.
getEndTime() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Time when the activity instance ended
getEndTime() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The time the process was ended.
getEndTime() - Method in interface org.activiti.engine.history.HistoricTaskInstance
Time when the task was deleted or completed.
getEndTime() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The time the process was ended.
getEndTime() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getEngineAgendaFactory() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getEngineVersion() - Method in interface org.activiti.engine.repository.ProcessDefinition
The engine version for this process definition (5 or 6)
getEntity() - Method in interface org.activiti.engine.delegate.event.ActivitiEntityEvent
 
getEntity() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
 
getEntity() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
 
getErrorCode() - Method in exception org.activiti.engine.delegate.BpmnError
 
getErrorCode() - Method in interface org.activiti.engine.delegate.event.ActivitiErrorEvent
 
getErrorCode() - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
getErrorId() - Method in interface org.activiti.engine.delegate.event.ActivitiErrorEvent
 
getErrorId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
getEvent(String) - Method in interface org.activiti.engine.TaskService
Returns an individual event with the given id.
getEventLogEntries(Long, Long) - Method in interface org.activiti.engine.ManagementService
Returns a list of event log entries, describing everything the engine has processed.
getEventLogEntriesByProcessInstanceId(String) - Method in interface org.activiti.engine.ManagementService
Returns a list of event log entries for a specific process instance id.
getEventName() - Method in interface org.activiti.engine.delegate.DelegateExecution
Will contain the event name in case this execution is passed in for an ExecutionListener.
getEventName() - Method in interface org.activiti.engine.delegate.DelegateTask
Returns the event name which triggered the task listener to fire for this task.
getException() - Method in interface org.activiti.engine.ProcessEngineInfo
Returns the exception stacktrace in case an exception occurred while initializing the engine.
getExceptionMessage() - Method in interface org.activiti.engine.runtime.Job
Returns the message of the exception that occurred, the last time the job was executed.
getExecutedNoOpServiceTaskDelegateClassNames() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
getExecution() - Method in interface org.activiti.engine.delegate.DelegateTask
Returns the execution currently at the task.
getExecutionEntity() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
getExecutionEntity(ActivitiEvent) - Method in class org.activiti.engine.test.impl.logger.DebugInfoEntityEventListener
 
getExecutionId() - Method in interface org.activiti.engine.delegate.DelegateTask
Reference to the path of execution or null if it is not related to a process instance.
getExecutionId() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
 
getExecutionId() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
 
getExecutionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
getExecutionId() - Method in interface org.activiti.engine.event.EventLogEntry
 
getExecutionId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Execution reference
getExecutionId() - Method in interface org.activiti.engine.history.HistoricDetail
The identifier for the path of execution.
getExecutionId() - Method in interface org.activiti.engine.runtime.Job
Returns the specific execution on which the job was created.
getExecutionId() - Method in interface org.activiti.engine.task.TaskInfo
Reference to the path of execution or null if it is not related to a process instance.
getExecutionId() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getExecutions() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns the list of execution of which this execution the parent of.
getExecutionTrees() - Method in class org.activiti.engine.test.impl.logger.AbstractDebugInfo
 
getExecutionVariable(String, String, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getExecutionVariableInstance(String, String, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getExecutionVariableInstances(String, Collection<String>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getExecutionVariables(String, Collection<String>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getExpressionText() - Method in interface org.activiti.engine.delegate.Expression
 
getExtensionElements(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
Returns for the activityId of the passed DelegateExecution the Map of ExtensionElement instances.
getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getField(DelegateExecution, String) - Static method in class org.activiti.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.activiti.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.activiti.engine.delegate.DelegateHelper
getFields(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
Returns the list of field extensions, represented as instances of FieldExtension, for the current activity of the passed DelegateExecution.
getFirstName() - Method in interface org.activiti.engine.identity.User
 
getFirstResult() - Method in class org.activiti.engine.management.TablePage
 
getFlowElement(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
Returns the current FlowElement where the DelegateExecution is currently at.
getFlowElementClass() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getFlowElementExtensionElements(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getFlowElementField(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getFlowElementFieldExpression(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getFlowElementFields(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getFlowElementId() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getFormEngineFormService() - Method in interface org.activiti.engine.ProcessEngine
 
getFormEngineRepositoryService() - Method in interface org.activiti.engine.ProcessEngine
 
getFormKey(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getFormKey() - Method in interface org.activiti.engine.delegate.DelegateTask
The form key for the user task
getFormKey() - Method in interface org.activiti.engine.form.FormData
User defined reference to a form.
getFormKey() - Method in interface org.activiti.engine.task.TaskInfo
The form key for the user task
getFormProperties() - Method in interface org.activiti.engine.form.FormData
Properties containing the dynamic information that needs to be displayed in the form.
getFormService() - Method in interface org.activiti.engine.ProcessEngine
 
getFormService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getFormService() - Method in class org.activiti.engine.test.ActivitiRule
 
getFullMessage() - Method in interface org.activiti.engine.task.Comment
the full comment message the user had related to the task and/or process instance
getGetTotalCommandTime() - Method in class org.activiti.engine.test.profiler.CommandStats
 
getGroupId() - Method in interface org.activiti.engine.delegate.event.ActivitiMembershipEvent
 
getGroupId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
getGroupId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
If the identity link involves a group, then this will be a non-null id of a group.
getGroupId() - Method in interface org.activiti.engine.task.IdentityLink
If the identity link involves a group, then this will be a non-null id of a group.
getHandledTypes() - Method in interface org.activiti.engine.parse.BpmnParseHandler
The types for which this handler must be called during process parsing.
getHeight() - Method in class org.activiti.engine.repository.DiagramNode
 
getHistoricData() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The trail of data, ordered by date (ascending).
getHistoricIdentityLinksForProcessInstance(String) - Method in interface org.activiti.engine.HistoryService
Retrieves the HistoricIdentityLinks associated with the given process instance.
getHistoricIdentityLinksForTask(String) - Method in interface org.activiti.engine.HistoryService
Retrieves the HistoricIdentityLinks associated with the given task.
getHistory() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getHistoryLevel() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getHistoryService() - Method in interface org.activiti.engine.ProcessEngine
 
getHistoryService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getHistoryService() - Method in class org.activiti.engine.test.ActivitiRule
 
getId() - Method in interface org.activiti.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.activiti.engine.delegate.DelegateTask
DB id of the task.
getId() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getId() - Method in interface org.activiti.engine.form.FormProperty
getId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The unique identifier of this historic activity instance.
getId() - Method in interface org.activiti.engine.history.HistoricDetail
The unique DB id for this historic detail
getId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The process instance id (== as the id for the runtime process instance).
getId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
The unique DB id
getId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The process instance id (== as the id for the runtime process instance).
getId() - Method in interface org.activiti.engine.identity.Group
 
getId() - Method in interface org.activiti.engine.identity.User
 
getId() - Method in interface org.activiti.engine.repository.Deployment
 
getId() - Method in class org.activiti.engine.repository.DiagramElement
Id of the diagram element.
getId() - Method in interface org.activiti.engine.repository.Model
 
getId() - Method in interface org.activiti.engine.repository.ProcessDefinition
unique identifier
getId() - Method in interface org.activiti.engine.runtime.Execution
The unique identifier of the execution.
getId() - Method in interface org.activiti.engine.runtime.Job
Returns the unique identifier for this job.
getId() - Method in interface org.activiti.engine.task.Attachment
unique id for this attachment
getId() - Method in interface org.activiti.engine.task.Comment
unique identifier for this comment
getId() - Method in interface org.activiti.engine.task.Event
Unique identifier for this event
getId() - Method in interface org.activiti.engine.task.TaskInfo
DB id of the task.
getId() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getIdBlockSize() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getIdentityLinksForProcessDefinition(String) - Method in interface org.activiti.engine.RepositoryService
Retrieves the IdentityLinks associated with the given process definition.
getIdentityLinksForProcessInstance(String) - Method in interface org.activiti.engine.RuntimeService
Retrieves the IdentityLinks associated with the given process instance.
getIdentityLinksForTask(String) - Method in interface org.activiti.engine.TaskService
Retrieves the IdentityLinks associated with the given task.
getIdentityService() - Method in interface org.activiti.engine.ProcessEngine
 
getIdentityService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getIdentityService() - Method in class org.activiti.engine.test.ActivitiRule
 
getInformation(String) - Method in class org.activiti.engine.form.AbstractFormType
 
getInformation(String) - Method in interface org.activiti.engine.form.FormType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInputStream() - Method in class org.activiti.engine.identity.Picture
 
getInstance() - Static method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
getJdbcDefaultTransactionIsolationLevel() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcDriver() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcMaxActiveConnections() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcMaxCheckoutTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcMaxIdleConnections() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcMaxWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcPassword() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcPingConnectionNotUsedFor() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcPingQuery() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcUrl() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJdbcUsername() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJobExceptionStacktrace(String) - Method in interface org.activiti.engine.ManagementService
Returns the full stacktrace of the exception that occurs when the job with the given id was last executed.
getJobHandlerConfiguration() - Method in interface org.activiti.engine.runtime.Job
Get the job configuration.
getJobHandlerType() - Method in interface org.activiti.engine.runtime.Job
Get the job handler type.
getJobId() - Method in exception org.activiti.engine.JobNotFoundException
 
getJobType() - Method in interface org.activiti.engine.runtime.Job
Get the job type for this job.
getJpaEntityManagerFactory() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJpaPersistenceUnitName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getKey() - Method in interface org.activiti.engine.repository.Deployment
 
getKey() - Method in interface org.activiti.engine.repository.Model
 
getKey() - Method in interface org.activiti.engine.repository.ProcessDefinition
unique name for all versions this process definitions
getLabelFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getLastName() - Method in interface org.activiti.engine.identity.User
 
getLastUpdatedTime() - Method in interface org.activiti.engine.history.HistoricVariableInstance
Returns the time when the value of the variable was last updated.
getLastUpdateTime() - Method in interface org.activiti.engine.repository.Model
 
getLibraryVersion() - Method in exception org.activiti.engine.ActivitiWrongDbException
The version of the Activiti library used.
getListenerExtensionElements(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getListenerField(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getListenerFieldExpression(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getListenerFields(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
 
getLocalizationElementProperties(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
getLocalizedDescription() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the localized description of this process instance.
getLocalizedName() - Method in interface org.activiti.engine.runtime.DataObject
Localized Name of the DataObject.
getLocalizedName() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the localized name of this process instance.
getLockTimeAsyncJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getLogNumber() - Method in interface org.activiti.engine.event.EventLogEntry
 
getMailServer(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerDefaultFrom() - Method in class org.activiti.engine.cfg.MailServerInfo
 
getMailServerDefaultFrom() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerHost() - Method in class org.activiti.engine.cfg.MailServerInfo
 
getMailServerHost() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerPassword() - Method in class org.activiti.engine.cfg.MailServerInfo
 
getMailServerPassword() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerPort() - Method in class org.activiti.engine.cfg.MailServerInfo
 
getMailServerPort() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServers() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUsername() - Method in class org.activiti.engine.cfg.MailServerInfo
 
getMailServerUsername() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUseSSL() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUseTLS() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailSessionJndi() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailSessionJndi(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailSessionsJndi() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getManagementService() - Method in interface org.activiti.engine.ProcessEngine
 
getManagementService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getManagementService() - Method in class org.activiti.engine.test.ActivitiRule
 
getMessage() - Method in interface org.activiti.engine.task.Event
The message that can be used in case this action only has a single message part.
getMessageData() - Method in interface org.activiti.engine.delegate.event.ActivitiMessageEvent
 
getMessageData() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
getMessageName() - Method in interface org.activiti.engine.delegate.event.ActivitiMessageEvent
 
getMessageName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
getMessageParts() - Method in interface org.activiti.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.activiti.engine.repository.Model
 
getMimeType() - Method in class org.activiti.engine.identity.Picture
 
getMockSupport() - Method in class org.activiti.engine.test.ActivitiRule
 
getMockSupport() - Method in class org.activiti.engine.test.ActivitiTestCase
 
getModel(String) - Method in interface org.activiti.engine.RepositoryService
Returns the Model
getModelEditorSource(String) - Method in interface org.activiti.engine.RepositoryService
Returns the model editor source as a byte array
getModelEditorSourceExtra(String) - Method in interface org.activiti.engine.RepositoryService
Returns the model editor source extra as a byte array
getName() - Method in interface org.activiti.engine.delegate.DelegateTask
Name or title of the task.
getName() - Method in interface org.activiti.engine.form.FormProperty
The display label
getName() - Method in interface org.activiti.engine.form.FormType
Name for the form type.
getName() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The name for the process instance.
getName() - Method in interface org.activiti.engine.identity.Group
 
getName() - Method in interface org.activiti.engine.ProcessEngine
The name as specified in 'process-engine-name' in the activiti.cfg.xml configuration file.
getName() - Method in interface org.activiti.engine.ProcessEngineInfo
Returns the name of the process engine.
getName() - Method in interface org.activiti.engine.query.QueryProperty
 
getName() - Method in interface org.activiti.engine.repository.Deployment
 
getName() - Method in interface org.activiti.engine.repository.Model
 
getName() - Method in interface org.activiti.engine.repository.ProcessDefinition
label used for display purposes
getName() - Method in interface org.activiti.engine.runtime.DataObject
Name of the DataObject.
getName() - Method in interface org.activiti.engine.runtime.Execution
Returns the name of this execution.
getName() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the name of this process instance.
getName() - Method in interface org.activiti.engine.task.Attachment
free user defined short (max 255 chars) name for this attachment
getName() - Method in interface org.activiti.engine.task.TaskInfo
Name or title of the task.
getName() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getNestedProcessDefinitionId() - Method in interface org.activiti.engine.delegate.event.ActivitiProcessStartedEvent
 
getNestedProcessDefinitionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
 
getNestedProcessInstanceId() - Method in interface org.activiti.engine.delegate.event.ActivitiProcessStartedEvent
 
getNestedProcessInstanceId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
 
getNextOperation() - Method in interface org.activiti.engine.Agenda
 
getNode(String) - Method in class org.activiti.engine.repository.DiagramLayout
 
getNodes() - Method in class org.activiti.engine.repository.DiagramLayout
 
getNrOfNoOpServiceTaskExecutions() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
getObjectClass() - Method in exception org.activiti.engine.ActivitiObjectNotFoundException
The class of the object that was not found.
getOperation() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getOwner() - Method in interface org.activiti.engine.delegate.DelegateTask
The userId of the person responsible for this task.
getOwner() - Method in interface org.activiti.engine.task.TaskInfo
The userId of the person that is responsible for this task.
getParent() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
getParent() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns the parent of this execution, or null if there no parent.
getParentId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the id of the parent of this execution.
getParentId() - Method in interface org.activiti.engine.runtime.Execution
Gets the id of the parent of this execution.
getParentNode() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getParentTaskId() - Method in interface org.activiti.engine.task.TaskInfo
The parent task for which this task is a subtask
getPassword() - Method in interface org.activiti.engine.identity.User
 
getPostExecutionTime() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getPreExecutionTime() - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
getPriority() - Method in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
 
getPriority() - Method in interface org.activiti.engine.cfg.ProcessEngineConfigurator
When the ProcessEngineConfigurator instances are used, they are first ordered by this priority number (lowest to highest).
getPriority() - Method in interface org.activiti.engine.delegate.DelegateTask
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
getPriority() - Method in interface org.activiti.engine.task.TaskInfo
Indication of how important/urgent this task is
getPriority() - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
getProcessDefinition(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getProcessDefinition() - Method in interface org.activiti.engine.form.StartFormData
The process definition for which this form is starting a new process instance
getProcessDefinition(String) - Method in interface org.activiti.engine.RepositoryService
Returns the ProcessDefinition including all BPMN information like additional Properties (e.g.
getProcessDefinitionBpmnModel(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getProcessDefinitionByKey(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getProcessDefinitionId() - Method in interface org.activiti.engine.delegate.DelegateExecution
The process definition key for the process instance this execution is associated with.
getProcessDefinitionId() - Method in interface org.activiti.engine.delegate.DelegateTask
Reference to the process definition or null if it is not related to a process.
getProcessDefinitionId() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
 
getProcessDefinitionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
getProcessDefinitionId() - Method in interface org.activiti.engine.event.EventLogEntry
 
getProcessDefinitionId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Process definition reference
getProcessDefinitionId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The process definition reference.
getProcessDefinitionId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The process definition reference.
getProcessDefinitionId() - Method in interface org.activiti.engine.runtime.Job
Returns the specific process definition on which the job was created
getProcessDefinitionId() - Method in interface org.activiti.engine.runtime.ProcessInstance
The id of the process definition of the process instance.
getProcessDefinitionId() - Method in interface org.activiti.engine.task.IdentityLink
The process definition id associated with this identity link.
getProcessDefinitionId() - Method in interface org.activiti.engine.task.TaskInfo
Reference to the process definition or null if it is not related to a process.
getProcessDefinitionId() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
getProcessDefinitionInfo(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getProcessDefinitionInfo(String) - Method in interface org.activiti.engine.DynamicBpmnService
 
getProcessDefinitionKey() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The key of the process definition of the process instance.
getProcessDefinitionKey() - Method in interface org.activiti.engine.runtime.ProcessInstance
The key of the process definition of the process instance.
getProcessDefinitionName() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The name of the process definition of the process instance.
getProcessDefinitionName() - Method in interface org.activiti.engine.runtime.ProcessInstance
The name of the process definition of the process instance.
getProcessDefinitionProcessObject(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getProcessDefinitionVersion() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The version of the process definition of the process instance.
getProcessDefinitionVersion() - Method in interface org.activiti.engine.runtime.ProcessInstance
The version of the process definition of the process instance.
getProcessDiagram(String) - Method in interface org.activiti.engine.RepositoryService
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.
getProcessDiagramGenerator() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getProcessDiagramLayout(String) - Method in interface org.activiti.engine.RepositoryService
Provides positions and dimensions of elements in a process diagram as provided by RepositoryService.getProcessDiagram(String).
getProcessEngine(String) - Static method in class org.activiti.engine.ProcessEngines
obtain a process engine by name.
getProcessEngine() - Method in class org.activiti.engine.test.ActivitiRule
 
getProcessEngineConfiguration() - Method in interface org.activiti.engine.ProcessEngine
 
getProcessEngineConfiguration() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getProcessEngineInfo(String) - Static method in class org.activiti.engine.ProcessEngines
Get initialization results.
getProcessEngineInfos() - Static method in class org.activiti.engine.ProcessEngines
Get initialization results.
getProcessEngineLifecycleListener() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getProcessEngineName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getProcessEngines() - Static method in class org.activiti.engine.ProcessEngines
provides access to process engine to application clients in a managed server environment.
getProcessExecutionLogger() - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
getProcessInstance() - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
 
getProcessInstanceAttachments(String) - Method in interface org.activiti.engine.TaskService
The list of attachments associated to a process instance
getProcessInstanceBusinessKey() - Method in interface org.activiti.engine.delegate.DelegateExecution
The business key for the process instance this execution is associated with.
getProcessInstanceComments(String) - Method in interface org.activiti.engine.TaskService
The comments related to the given process instance.
getProcessInstanceComments(String, String) - Method in interface org.activiti.engine.TaskService
The comments related to the given process instance.
getProcessInstanceEvents(String) - Method in interface org.activiti.engine.RuntimeService
The all events related to the given Process Instance.
getProcessInstanceId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Reference to the overall process instance
getProcessInstanceId() - Method in interface org.activiti.engine.delegate.DelegateTask
Reference to the process instance or null if it is not related to a process instance.
getProcessInstanceId() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
 
getProcessInstanceId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
getProcessInstanceId() - Method in interface org.activiti.engine.event.EventLogEntry
 
getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Process instance reference
getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricDetail
The process instance reference.
getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
The id of the process instance associated with this identity link.
getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
The process instance reference.
getProcessInstanceId() - Method in interface org.activiti.engine.runtime.Execution
Id of the root of the execution tree representing the process instance.
getProcessInstanceId() - Method in interface org.activiti.engine.runtime.Job
Returns the id of the process instance which execution created the job.
getProcessInstanceId() - Method in interface org.activiti.engine.task.Attachment
reference to the process instance to which this attachment is associated.
getProcessInstanceId() - Method in interface org.activiti.engine.task.Comment
reference to the process instance on which this comment was made
getProcessInstanceId() - Method in interface org.activiti.engine.task.Event
reference to the process instance on which this comment was made
getProcessInstanceId() - Method in interface org.activiti.engine.task.IdentityLink
The process instance id associated with this identity link.
getProcessInstanceId() - Method in interface org.activiti.engine.task.TaskInfo
Reference to the process instance or null if it is not related to a process instance.
getProcessModel(String) - Method in interface org.activiti.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.activiti.engine.history.HistoricProcessInstance
Returns the process variables if requested in the process instance query
getProcessVariables() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the process variables if requested in the process instance query
getProcessVariables() - Method in interface org.activiti.engine.task.TaskInfo
Returns the process variables if requested in the task query
getProfileSessions() - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
getProperties() - Method in interface org.activiti.engine.ManagementService
get the list of properties.
getPropertyId() - Method in interface org.activiti.engine.history.HistoricFormProperty
the id or key of the property
getPropertyValue() - Method in interface org.activiti.engine.history.HistoricFormProperty
the submitted value
getRawCommandExecutor() - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getRawProcessConfiguration() - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getRawProcessEngine() - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getRenderedStartForm(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getRenderedStartForm(String) - Method in interface org.activiti.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.activiti.engine.FormService
Rendered form generated by the given build-in form engine for starting a new process instance.
getRenderedTaskForm(String) - Method in interface org.activiti.engine.FormService
Rendered form generated by the default build-in form engine for completing a task.
getRenderedTaskForm(String, String) - Method in interface org.activiti.engine.FormService
Rendered form generated by the given build-in form engine for completing a task.
getRepositoryService() - Method in interface org.activiti.engine.ProcessEngine
 
getRepositoryService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getRepositoryService() - Method in class org.activiti.engine.test.ActivitiRule
 
getResourceAsStream(String, String) - Method in interface org.activiti.engine.RepositoryService
Gives access to a deployment resource through a stream of bytes.
getResourceName() - Method in interface org.activiti.engine.repository.ProcessDefinition
name of the resource of this process definition.
getResourceUrl() - Method in interface org.activiti.engine.ProcessEngineInfo
Returns the resources the engine was configured from.
getRetries() - Method in interface org.activiti.engine.runtime.Job
Returns the number of retries this job has left.
getRevision() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
 
getRoot() - Method in class org.activiti.engine.debug.ExecutionTree
 
getRootProcessInstanceId() - Method in interface org.activiti.engine.delegate.DelegateExecution
The 'root' process instance.
getRootProcessInstanceId() - Method in interface org.activiti.engine.runtime.Execution
Id of the root of the execution tree representing the process instance that has no super execution.
getRows() - Method in class org.activiti.engine.management.TablePage
 
getRuntimeService() - Method in interface org.activiti.engine.ProcessEngine
 
getRuntimeService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getRuntimeService() - Method in class org.activiti.engine.test.ActivitiRule
 
getScriptingEngineValue(String, String, DelegateExecution) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getShellCommandExecutorFactory() - Static method in class org.activiti.engine.cfg.security.CommandExecutorContext
 
getSignalData() - Method in interface org.activiti.engine.delegate.event.ActivitiSignalEvent
 
getSignalData() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
getSignalName() - Method in interface org.activiti.engine.delegate.event.ActivitiSignalEvent
 
getSignalName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
getSize() - Method in class org.activiti.engine.management.TablePage
 
getSourceActivityBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getSourceActivityBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getSourceActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getSourceActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getSourceActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getSourceActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getSourceActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getSourceActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getStartActivityId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The start activity.
getStartActivityId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The start activity.
getStartFormData(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getStartFormData(String) - Method in interface org.activiti.engine.FormService
Retrieves all data necessary for rendering a form to start a new process instance.
getStartFormKey(String) - Method in interface org.activiti.engine.FormService
Retrieves a user defined reference to a start form.
getStartTime() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Time when the activity instance started
getStartTime() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The time the process was started.
getStartTime() - Method in interface org.activiti.engine.history.HistoricTaskInstance
Time when the task started.
getStartTime() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The time the process was started.
getStartTime() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the start time of this process instance.
getStartTime() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getStartUserId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The authenticated user that started this process instance.
getStartUserId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The authenticated user that started this process instance.
getStartUserId() - Method in interface org.activiti.engine.runtime.ProcessInstance
Returns the user id of this process instance.
getSubTasks(String) - Method in interface org.activiti.engine.TaskService
The list of subtasks for this parent task
getSuperExecutionId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the id of the calling execution.
getSuperExecutionId() - Method in interface org.activiti.engine.runtime.Execution
Gets the id of the super execution of this execution.
getSuperProcessInstanceId() - Method in interface org.activiti.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.activiti.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.activiti.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.activiti.engine.ManagementService
Get the mapping containing {table name, row count} entries of the Activiti database schema.
getTableMetaData(String) - Method in interface org.activiti.engine.ManagementService
Gets the metadata (column names, column types, etc.) of a certain table.
getTableName() - Method in class org.activiti.engine.management.TableMetaData
 
getTableName() - Method in class org.activiti.engine.management.TablePage
 
getTableName(Class<?>) - Method in interface org.activiti.engine.ManagementService
Gets the table name (including any configured prefix) for an Activiti entity like Task, Execution or the like.
getTargetActivityBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getTargetActivityBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getTargetActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getTargetActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getTargetActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getTargetActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getTargetActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
 
getTargetActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
getTask() - Method in interface org.activiti.engine.form.TaskFormData
The task for which this form is used to complete it.
getTaskAssignee() - Method in exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
 
getTaskAttachments(String) - Method in interface org.activiti.engine.TaskService
The list of attachments associated to a task
getTaskComments(String) - Method in interface org.activiti.engine.TaskService
The comments related to the given task.
getTaskComments(String, String) - Method in interface org.activiti.engine.TaskService
The comments related to the given task of the given type.
getTaskDefinitionKey() - Method in interface org.activiti.engine.delegate.DelegateTask
The id of the activity in the process defining this task or null if this is not related to a process
getTaskDefinitionKey() - Method in interface org.activiti.engine.task.TaskInfo
The id of the activity in the process defining this task or null if this is not related to a process
getTaskEvents(String) - Method in interface org.activiti.engine.TaskService
The all events related to the given task.
getTaskFormData(String) - Method in interface org.activiti.engine.FormService
Retrieves all data necessary for rendering a form to complete a task.
getTaskFormKey(String, String) - Method in interface org.activiti.engine.FormService
Retrieves a user defined reference to a task form.
getTaskId() - Method in exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
 
getTaskId() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
 
getTaskId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
getTaskId() - Method in interface org.activiti.engine.event.EventLogEntry
 
getTaskId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The corresponding task in case of task activity
getTaskId() - Method in interface org.activiti.engine.history.HistoricDetail
The identifier for the task.
getTaskId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
The id of the task associated with this identity link.
getTaskId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
 
getTaskId() - Method in interface org.activiti.engine.task.Attachment
reference to the task to which this attachment is associated.
getTaskId() - Method in interface org.activiti.engine.task.Comment
reference to the task on which this comment was made
getTaskId() - Method in interface org.activiti.engine.task.Event
reference to the task on which this comment was made
getTaskId() - Method in interface org.activiti.engine.task.IdentityLink
The id of the task associated with this identity link.
getTaskInfoQuery() - Method in class org.activiti.engine.task.TaskInfoQueryWrapper
 
getTaskLocalVariables() - Method in interface org.activiti.engine.task.TaskInfo
Returns the local task variables if requested in the task query
getTaskService() - Method in interface org.activiti.engine.ProcessEngine
 
getTaskService() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getTaskService() - Method in class org.activiti.engine.test.ActivitiRule
 
getTenantId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Returns the tenant id, if any is set before on the process definition or process instance.
getTenantId() - Method in interface org.activiti.engine.delegate.DelegateTask
The tenant identifier of this task
getTenantId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
Returns the tenant identifier for the historic activity
getTenantId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The tenant identifier for the process instance.
getTenantId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
The tenant identifier for the process instance.
getTenantId() - Method in interface org.activiti.engine.repository.Deployment
 
getTenantId() - Method in interface org.activiti.engine.repository.Model
 
getTenantId() - Method in interface org.activiti.engine.repository.ProcessDefinition
The tenant identifier of this process definition
getTenantId() - Method in interface org.activiti.engine.runtime.Execution
The tenant identifier of this process instance
getTenantId() - Method in interface org.activiti.engine.runtime.Job
Get the tenant identifier for this job.
getTenantId() - Method in interface org.activiti.engine.runtime.ProcessInstance
The tenant identifier of this process instance
getTenantId() - Method in interface org.activiti.engine.task.TaskInfo
The tenant identifier of this task
getTime() - Method in interface org.activiti.engine.history.HistoricData
 
getTime() - Method in interface org.activiti.engine.history.HistoricDetail
The time when this detail occurred
getTime() - Method in interface org.activiti.engine.task.Attachment
timestamp when this attachment was created
getTime() - Method in interface org.activiti.engine.task.Comment
time and date when the user made the comment
getTime() - Method in interface org.activiti.engine.task.Event
time and date when the user made the comment
getTimerJobExceptionStacktrace(String) - Method in interface org.activiti.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.activiti.engine.event.EventLogEntry
 
getTotal() - Method in class org.activiti.engine.management.TablePage
 
getTotalCommandTime - Variable in class org.activiti.engine.test.profiler.CommandStats
 
getTotalTime() - Method in class org.activiti.engine.test.profiler.ProfileSession
 
getTotalTimeInMs() - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
getTransientVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariable(String), including the searching via the parent scopes, but for transient variables only.
getTransientVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableLocal(String), but for a transient variable.
getTransientVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariables(), but for transient variables only.
getTransientVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableLocal(String), but for transient variables only.
getTreeNode(String) - Method in class org.activiti.engine.debug.ExecutionTree
Looks up the ExecutionEntity for a given id.
getTreeNode(String, ExecutionTreeNode) - Method in class org.activiti.engine.debug.ExecutionTree
 
getType() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
 
getType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
getType() - Method in interface org.activiti.engine.event.EventLogEntry
 
getType() - Method in interface org.activiti.engine.form.FormProperty
Type of the property.
getType() - Method in interface org.activiti.engine.history.HistoricIdentityLink
Returns the type of link.
getType() - Method in interface org.activiti.engine.identity.Group
 
getType() - Method in interface org.activiti.engine.runtime.DataObject
Type of the DataObject.
getType() - Method in interface org.activiti.engine.task.Attachment
indication of the type of content that this attachment refers to.
getType() - Method in interface org.activiti.engine.task.Comment
reference to the type given to the comment
getType() - Method in interface org.activiti.engine.task.IdentityLink
Returns the type of link.
getType(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getTypesFromString(String) - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
 
getUrl() - Method in interface org.activiti.engine.task.Attachment
the remote URL in case this is remote content.
getUserId() - Method in interface org.activiti.engine.delegate.event.ActivitiMembershipEvent
 
getUserId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
getUserId() - Method in interface org.activiti.engine.event.EventLogEntry
 
getUserId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
If the identity link involves a user, then this will be a non-null id of a user.
getUserId() - Method in interface org.activiti.engine.task.Attachment
reference to the user who created this attachment.
getUserId() - Method in interface org.activiti.engine.task.Comment
reference to the user that made the comment
getUserId() - Method in interface org.activiti.engine.task.Event
reference to the user that made the comment
getUserId() - Method in interface org.activiti.engine.task.IdentityLink
If the identity link involves a user, then this will be a non-null id of a user.
getUserInfo(String, String) - Method in interface org.activiti.engine.IdentityService
Generic extensibility key-value pairs associated with a user
getUserInfoKeys(String) - Method in interface org.activiti.engine.IdentityService
Generic extensibility keys associated with a user
getUserPicture(String) - Method in interface org.activiti.engine.IdentityService
Retrieves the picture for a given user.
getValue(VariableScope) - Method in interface org.activiti.engine.delegate.Expression
 
getValue() - Method in interface org.activiti.engine.form.FormProperty
Optional value that should be used to display in this property
getValue() - Method in interface org.activiti.engine.history.HistoricVariableInstance
 
getValue() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
 
getValue() - Method in interface org.activiti.engine.runtime.DataObject
Value of the DataObject.
getValue(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Returns the variable value for one specific variable.
getVariable(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariable(String), but has an extra flag that indicates whether or not all variables need to be fetched when getting one variable.
getVariable(String, Class<T>) - Method in interface org.activiti.engine.delegate.VariableScope
Typed version of the VariableScope.getVariable(String) method.
getVariable(String, String) - Method in interface org.activiti.engine.RuntimeService
The variable value.
getVariable(String, String, Class<T>) - Method in interface org.activiti.engine.RuntimeService
The variable value.
getVariable(String, String) - Method in interface org.activiti.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.activiti.engine.TaskService
get a variables and search in the task scope and if available also the execution scopes.
getVariableInstance(String) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariable(String), but returns a VariableInstance instance, which contains more information than just the value.
getVariableInstance(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariable(String, boolean), but returns an instance of VariableInstance, which has some additional information beyond the value.
getVariableInstance(String, String) - Method in interface org.activiti.engine.RuntimeService
The variable.
getVariableInstance(String, String) - Method in interface org.activiti.engine.TaskService
The variable.
getVariableInstanceLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableLocal(String), but returns an instance of VariableInstance, which has some additional information beyond the value.
getVariableInstanceLocal(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableLocal(String, boolean), but returns an instance of VariableInstance, which has some additional information beyond the value.
getVariableInstanceLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
The variable for an execution.
getVariableInstanceLocal(String, String) - Method in interface org.activiti.engine.TaskService
The variable for a task.
getVariableInstances() - Method in interface org.activiti.engine.delegate.VariableScope
Returns all variables, as instances of the VariableInstance interface, which gives more information than only the the value (type, execution id, etc.)
getVariableInstances(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableInstances(), but limited to only the variables with the provided names.
getVariableInstances(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariables(Collection, boolean) but returns the variables as instances of the VariableInstance interface, which gives more information than only the the value (type, execution id, etc.)
getVariableInstances(String) - Method in interface org.activiti.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariableInstances(String, Collection<String>) - Method in interface org.activiti.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.activiti.engine.TaskService
All variables visible from the given task scope (including parent scopes).
getVariableInstances(String, Collection<String>) - Method in interface org.activiti.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.activiti.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariableInstancesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Returns the variables local to this scope as instances of the VariableInstance interface, which provided additional information about the variable.
getVariableInstancesLocal(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableInstances(Collection), but only for variables local to this scope.
getVariableInstancesLocal(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableInstances(Collection, boolean), but only for variables local to this scope.
getVariableInstancesLocal(String) - Method in interface org.activiti.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.activiti.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.activiti.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.activiti.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.activiti.engine.TaskService
get all variables and search only in the task scope.
getVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Returns the value for the specific variable and only checks this scope and not any parent scope.
getVariableLocal(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariableLocal(String), but has an extra flag that indicates whether or not all variables need to be fetched when getting one variable.
getVariableLocal(String, Class<T>) - Method in interface org.activiti.engine.delegate.VariableScope
Typed version of the VariableScope.getVariableLocal(String) method.
getVariableLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
The variable value for an execution.
getVariableLocal(String, String, Class<T>) - Method in interface org.activiti.engine.RuntimeService
The variable value for an execution.
getVariableLocal(String, String) - Method in interface org.activiti.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.activiti.engine.TaskService
checks whether or not the task has a variable defined with the given name.
getVariableName() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
 
getVariableName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
getVariableName() - Method in interface org.activiti.engine.history.HistoricVariableInstance
 
getVariableName() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
 
getVariableNames() - Method in interface org.activiti.engine.delegate.VariableScope
Returns all the names of the variables for this scope and all parent scopes.
getVariableNamesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Returns all the names of the variables for this scope (no parent scopes).
getVariables(ProcessInstance) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
getVariables() - Method in interface org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
 
getVariables() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
 
getVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Returns all variables.
getVariables(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariables(), but limited to only the variables with the provided names.
getVariables(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to #getVariables(Collection)), but with a flag that indicates that all variables should be fetched when fetching the specific variables.
getVariables(String) - Method in interface org.activiti.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariables(String, Collection<String>) - Method in interface org.activiti.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.activiti.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.activiti.engine.TaskService
get values for all given variableNames and search only in the task scope.
getVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Returns the variable local to this scope only.
getVariablesLocal(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariables(Collection), but only for variables local to this scope.
getVariablesLocal(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.getVariables(Collection, boolean), but only for variables local to this scope.
getVariablesLocal(String) - Method in interface org.activiti.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.activiti.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.activiti.engine.TaskService
get all variables and search only in the task scope.
getVariablesLocal(String, Collection<String>) - Method in interface org.activiti.engine.TaskService
get a variable on a task
getVariableType() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
 
getVariableType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableInstance
 
getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
 
getVariableValue() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
 
getVariableValue() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
getVersion() - Method in interface org.activiti.engine.repository.Model
 
getVersion() - Method in interface org.activiti.engine.repository.ProcessDefinition
version of this process definition
getWaypoints() - Method in class org.activiti.engine.repository.DiagramEdge
 
getWidth() - Method in class org.activiti.engine.repository.DiagramNode
 
getWorkTimeInMillis() - Method in interface org.activiti.engine.history.HistoricTaskInstance
getWrappedActivityBehaviorFactory() - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
getX() - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
getX() - Method in class org.activiti.engine.repository.DiagramNode
 
getXmlEncoding() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getY() - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
getY() - Method in class org.activiti.engine.repository.DiagramNode
 
Group - Interface in org.activiti.engine.identity
Represents a group, used in IdentityService.
groupId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
groupId(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only select Groups with the given id.
groupMember(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only selects Groups where the given user is a member of.
groupName(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only select Groups with the given name.
groupNameLike(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only select Groups where the name matches the given parameter.
GroupQuery - Interface in org.activiti.engine.identity
Allows to programmatically query for Groups.
groupType(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only select Groups which have the given type.

H

handleFailedJob(Job, Throwable) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
hasEditorSource() - Method in interface org.activiti.engine.repository.Model
whether this model has editor source
hasEditorSourceExtra() - Method in interface org.activiti.engine.repository.Model
whether this model has editor source extra
hasGraphicalNotation() - Method in interface org.activiti.engine.repository.ProcessDefinition
Does this process definition has a graphical notation defined (such that a diagram can be generated)?
hasNext() - Method in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
hasStartFormKey() - Method in interface org.activiti.engine.repository.ProcessDefinition
Does this process definition has a start form key.
hasVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Returns whether this scope or any parent scope has a specific variable.
hasVariable(String, String) - Method in interface org.activiti.engine.RuntimeService
Check whether or not this execution has variable set with the given name, Searching for the variable is done in all scopes that are visible to the given execution (including parent scopes).
hasVariable(String, String) - Method in interface org.activiti.engine.TaskService
checks whether or not the task has a variable defined with the given name, in the task scope and if available also the execution scopes.
hasVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Returns whether this scope has a specific variable.
hasVariableLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
Check whether or not this execution has a local variable set with the given name.
hasVariableLocal(String, String) - Method in interface org.activiti.engine.TaskService
checks whether or not the task has a variable defined with the given name, local task scope only.
hasVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Returns whether this scope or any parent scope has variables.
hasVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Returns whether this scope has variables.
HistoricActivityInstance - Interface in org.activiti.engine.history
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
HistoricActivityInstanceQuery - Interface in org.activiti.engine.history
Programmatic querying for HistoricActivityInstances.
HistoricData - Interface in org.activiti.engine.history
 
historicDataService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
HistoricDetail - Interface in org.activiti.engine.history
Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
HistoricDetailQuery - Interface in org.activiti.engine.history
Programmatic querying for HistoricDetails.
HistoricFormProperty - Interface in org.activiti.engine.history
A single field that was submitted in either a start form or a task form.
HistoricIdentityLink - Interface in org.activiti.engine.history
Historic counterpart of IdentityLink that represents the current state if any runtime link.
HistoricProcessInstance - Interface in org.activiti.engine.history
A single execution of a whole process definition that is stored permanently.
HistoricProcessInstanceQuery - Interface in org.activiti.engine.history
Allows programmatic querying of HistoricProcessInstances.
HistoricTaskInstance - Interface in org.activiti.engine.history
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.
HistoricTaskInstanceQuery - Interface in org.activiti.engine.history
Allows programmatic querying for HistoricTaskInstances.
HistoricVariableInstance - Interface in org.activiti.engine.history
A single process variable containing the last value when its process instance has finished.
HistoricVariableInstanceQuery - Interface in org.activiti.engine.history
Programmatic querying for HistoricVariableInstances.
HistoricVariableUpdate - Interface in org.activiti.engine.history
Update of a process variable.
history - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
historyLevel - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
HistoryService - Interface in org.activiti.engine
Service exposing information about ongoing and past process instances.
historyService - Variable in class org.activiti.engine.test.ActivitiRule
 

I

id - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
id(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select historic info with the given id.
id(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select a historic variable with the given id.
id - Variable in class org.activiti.engine.repository.DiagramElement
 
id - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
idBlockSize - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
IdentityLink - Interface in org.activiti.engine.task
An identity link is used to associate a task with a certain identity.
IdentityLinkType - Class in org.activiti.engine.task
Contains constants for all types of identity links that can be used to involve a user or group with a certain task.
IdentityLinkType() - Constructor for class org.activiti.engine.task.IdentityLinkType
 
IdentityService - Interface in org.activiti.engine
Service to manage Users and Groups.
identityService - Variable in class org.activiti.engine.test.ActivitiRule
 
identityService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
inactivate() - Method in interface org.activiti.engine.delegate.DelegateExecution
Inactivates this execution.
includeActivities() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the HistoricActivityInstance instances.
includeComments() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the Comment instances.
includeFormProperties() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the HistoricFormProperty instances.
includeProcessVariables() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Include process variables in the process query result
includeProcessVariables() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Include process variables in the process query result
includeProcessVariables() - Method in interface org.activiti.engine.task.TaskInfoQuery
Include global task variables in the task query result
includeTaskLocalVariables() - Method in interface org.activiti.engine.task.TaskInfoQuery
Include local task variables in the task query result
includeTasks() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the HistoricTaskInstance instances.
includeVariables() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the HistoricVariableInstance instances.
includeVariableUpdates() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
The ProcessInstanceHistoryLog will contain the HistoricVariableUpdate instances.
init() - Static method in class org.activiti.engine.ProcessEngines
Initializes all process engines that can be found on the classpath for resources activiti.cfg.xml (plain Activiti style configuration) and for resources activiti-context.xml (Spring style configuration).
initializeMockSupport() - Method in class org.activiti.engine.test.ActivitiRule
 
initializeMockSupport() - Method in class org.activiti.engine.test.ActivitiTestCase
 
initializeProcessEngine() - Method in class org.activiti.engine.test.ActivitiRule
 
initializeProcessEngine() - Method in class org.activiti.engine.test.ActivitiTestCase
 
initializeServices() - Method in class org.activiti.engine.test.ActivitiRule
 
initializeServices() - Method in class org.activiti.engine.test.ActivitiTestCase
 
initProcessEngineFromSpringResource(URL) - Static method in class org.activiti.engine.ProcessEngines
 
INSTANCE - Static variable in class org.activiti.engine.test.profiler.ActivitiProfiler
 
internalPopulateExecutionTree(DebugInfoExecutionTree.DebugInfoExecutionTreeNode, Map<String, List<ExecutionEntity>>) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
internalToString(StringBuilder, String, boolean) - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
involvedUser(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select the historic process instances with which the user with the given id is involved.
involvedUser(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances with which the user with the given id is involved.
isActive() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns whether this execution is currently active.
isActiviti5ProcessDefinition(String) - Method in interface org.activiti.engine.RepositoryService
Checks if the process definition should be executed by the Activiti 5 engine.
isAsyncExecutorActivate() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isConcurrent() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns whether this execution is concurrent or not.
isCreateDiagramOnDeploy - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
isCreateDiagramOnDeploy() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isDbHistoryUsed - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
isDbHistoryUsed() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isDbIdentityUsed - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
isDbIdentityUsed() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isEdge() - Method in class org.activiti.engine.repository.DiagramEdge
 
isEdge() - Method in class org.activiti.engine.repository.DiagramElement
 
isEdge() - Method in class org.activiti.engine.repository.DiagramNode
 
isEmpty() - Method in interface org.activiti.engine.Agenda
 
isEnabled() - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
 
isEnabled() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
isEnableProcessDefinitionInfoCache() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isEnded() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns whether this execution has ended or not.
isEnded() - Method in interface org.activiti.engine.runtime.Execution
Indicates if the execution is ended.
isExclusive() - Method in interface org.activiti.engine.runtime.Job
Is the job exclusive?
isExecutingExecutionListener(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
Returns whether or not the provided execution is being use for executing an ExecutionListener.
isFailOnException() - Method in interface org.activiti.engine.delegate.event.ActivitiEventListener
 
isFailOnException() - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
 
isInitialized - Static variable in class org.activiti.engine.ProcessEngines
 
isInitialized() - Static method in class org.activiti.engine.ProcessEngines
 
isJdbcPingEnabled() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isJpaCloseEntityManager() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isJpaHandleTransaction() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isLocalScope() - Method in interface org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
 
isLocalScope() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
 
isMailServerUseSSL() - Method in class org.activiti.engine.cfg.MailServerInfo
 
isMailServerUseTLS() - Method in class org.activiti.engine.cfg.MailServerInfo
 
isMDCEnabled() - Static method in class org.activiti.engine.logging.LogMDC
 
isMockSupportPossible(ProcessEngine) - Static method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
isMultiInstanceRoot() - Method in interface org.activiti.engine.delegate.DelegateExecution
Returns whather this execution is the root of a multi instance execution.
isNode() - Method in class org.activiti.engine.repository.DiagramEdge
 
isNode() - Method in class org.activiti.engine.repository.DiagramElement
 
isNode() - Method in class org.activiti.engine.repository.DiagramNode
 
isPictureSet() - Method in interface org.activiti.engine.identity.User
 
isProcessDefinitionSuspended(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
isProcessDefinitionSuspended(String) - Method in interface org.activiti.engine.RepositoryService
Checks if the process definition is suspended.
isProcessInstanceType() - Method in interface org.activiti.engine.delegate.DelegateExecution
returns whether this execution is a process instance or not.
isReadable() - Method in interface org.activiti.engine.form.FormProperty
Is this property read to be displayed in the form and made accessible with the methods FormService.getStartFormData(String) and FormService.getTaskFormData(String).
isReadOnly(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
isRequired() - Method in interface org.activiti.engine.form.FormProperty
Is this property a required input field
isScope() - Method in interface org.activiti.engine.delegate.DelegateExecution
Returns whether this execution is a scope.
isSuspended() - Method in interface org.activiti.engine.delegate.DelegateTask
Indicated whether this task is suspended or not.
isSuspended() - Method in interface org.activiti.engine.repository.ProcessDefinition
Returns true if the process definition is in suspended state.
isSuspended() - Method in interface org.activiti.engine.runtime.Execution
Indicates if the execution is suspended.
isSuspended() - Method in interface org.activiti.engine.runtime.ProcessInstance
returns true if the process instance is suspended
isSuspended() - Method in interface org.activiti.engine.task.Task
Indicates whether this task is suspended or not.
isTablePrefixIsSchema() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isTransactionsExternallyManaged() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isUseClassForNameClassLoading() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isValidEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
 
isWritable() - Method in interface org.activiti.engine.form.FormProperty
Is this property expected when a user submits the form?
iterator() - Method in class org.activiti.engine.debug.ExecutionTree
 
iterator() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 

J

JavaDelegate - Interface in org.activiti.engine.delegate
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
jdbcDefaultTransactionIsolationLevel - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcDriver - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcMaxActiveConnections - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcMaxCheckoutTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcMaxIdleConnections - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcMaxWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcPassword - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcPingConnectionNotUsedFor - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcPingEnabled - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcPingQuery - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcUrl - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jdbcUsername - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
Job - Interface in org.activiti.engine.runtime
Represents one job (timer, async job, etc.).
JOB_TYPE_MESSAGE - Static variable in interface org.activiti.engine.runtime.Job
 
JOB_TYPE_TIMER - Static variable in interface org.activiti.engine.runtime.Job
 
jobId(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs with the given id
jobId(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs with the given id
jobId(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs with the given id
jobId(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs with the given id
JobNotFoundException - Exception in org.activiti.engine
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..
JobNotFoundException(String) - Constructor for exception org.activiti.engine.JobNotFoundException
 
JobQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of Jobs.
jobTenantId(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that have the given tenant id.
jobTenantId(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that have the given tenant id.
jobTenantId(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that have the given tenant id.
jobTenantId(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that have the given tenant id.
jobTenantIdLike(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs with a tenant id like the given one.
jobTenantIdLike(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs with a tenant id like the given one.
jobTenantIdLike(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs with a tenant id like the given one.
jobTenantIdLike(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs with a tenant id like the given one.
jobWithoutTenantId() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that do not have a tenant id.
jobWithoutTenantId() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that do not have a tenant id.
jobWithoutTenantId() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that do not have a tenant id.
jobWithoutTenantId() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that do not have a tenant id.
jpaCloseEntityManager - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jpaEntityManagerFactory - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jpaHandleTransaction - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jpaPersistenceUnitName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 

K

key(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Gives the deployment the given key.

L

labelFontName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
latest() - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments where the deployment time is the latest value.
latestVersion() - Method in interface org.activiti.engine.repository.ModelQuery
Only select models which has the highest version.
latestVersion() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select the process definitions which are the latest deployed (ie.
leafsFirstIterator() - Method in class org.activiti.engine.debug.ExecutionTree
Uses an ExecutionTreeBfsIterator, but returns the leafs first (so flipped order of BFS)
leafsFirstIterator() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
leaveDelegate(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
To be used in an ActivityBehavior or JavaDelegate: leaves according to the default BPMN 2.0 rules: all sequenceflow with a condition that evaluates to true are followed.
leaveDelegate(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
To be used in an ActivityBehavior or JavaDelegate: leaves the current activity via one specific sequenceflow.
leaveExecution(DelegateExecution) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
limitProcessInstanceVariables(Integer) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Limit process instance variables
limitProcessInstanceVariables(Integer) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Limit process instance variables
limitTaskVariables(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
Limit task variables
list() - Method in interface org.activiti.engine.query.NativeQuery
Executes the query and get a list of entities as the result.
list() - Method in interface org.activiti.engine.query.Query
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.engine.management.TablePageQuery
Executes the query and returns the TablePage.
listPage(int, int) - Method in interface org.activiti.engine.query.NativeQuery
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.activiti.engine.query.Query
Executes the query and get a list of entities as the result.
locale(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Localize historic process name and description to specified locale.
locale(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Localize execution name and description to specified locale.
locale(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Localize process name and description to specified locale.
locale(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Localize task name and description to specified locale.
LOCALIZATION_DESCRIPTION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
LOCALIZATION_LANGUAGE - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
LOCALIZATION_NAME - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
LOCALIZATION_NODE - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
localScope - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
 
locked() - Method in interface org.activiti.engine.runtime.JobQuery
Only return jobs that are locked (i.e.
lockTimeAsyncJobWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
Define the default lock time for an async job in seconds.
log() - Method in class org.activiti.engine.test.profiler.ConsoleLogger
 
LOG_MDC_BUSINESS_KEY - Static variable in class org.activiti.engine.logging.LogMDC
 
LOG_MDC_EXECUTION_ID - Static variable in class org.activiti.engine.logging.LogMDC
 
LOG_MDC_PROCESSDEFINITION_ID - Static variable in class org.activiti.engine.logging.LogMDC
 
LOG_MDC_PROCESSINSTANCE_ID - Static variable in class org.activiti.engine.logging.LogMDC
 
LOG_MDC_TASK_ID - Static variable in class org.activiti.engine.logging.LogMDC
 
logDebugInfo() - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
logDebugInfo(boolean) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
LoggingCommandInvoker - Class in org.activiti.engine.test.impl.logger
 
LoggingCommandInvoker(ProcessExecutionLogger) - Constructor for class org.activiti.engine.test.impl.logger.LoggingCommandInvoker
 
LogMDC - Class in org.activiti.engine.logging
Constants and functions for MDC (Mapped Diagnostic Context) logging
LogMDC() - Constructor for class org.activiti.engine.logging.LogMDC
 

M

mailServerDefaultFrom - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerDefaultFrom - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerHost - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerHost - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
MailServerInfo - Class in org.activiti.engine.cfg
 
MailServerInfo() - Constructor for class org.activiti.engine.cfg.MailServerInfo
 
mailServerPassword - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerPassword - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerPort - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerPort - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServers - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerUsername - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerUsername - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerUseSSL - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailServerUseTLS - Variable in class org.activiti.engine.cfg.MailServerInfo
 
mailSessionJndi - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailSessionsJndi - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
ManagementService - Interface in org.activiti.engine
Service for admin and maintenance operations on the process engine.
managementService - Variable in class org.activiti.engine.test.ActivitiRule
 
managementService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
mapException(Exception, DelegateExecution, List<MapExceptionEntry>) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
MAX_EXCEPTION_MESSAGE_LENGTH - Static variable in interface org.activiti.engine.runtime.Job
 
memberOfGroup(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users that belong to the given group.
messageData - Variable in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
messageEventReceived(String, String, Map<String, Object>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
messageEventReceived(String, String) - Method in interface org.activiti.engine.RuntimeService
Notifies the process engine that a message event with name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
messageEventReceived(String, String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
messageEventReceivedAsync(String, String) - Method in interface org.activiti.engine.RuntimeService
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
messageEventSubscriptionName(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Selects the single process definition which has a start message event with the messageName.
messageEventSubscriptionName(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a message event subscription for the given messageName.
messageName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
messageName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Set the message name that needs to be used to look up the process definition that needs to be used to start the process instance.
messages() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that are messages.
messages() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that are messages.
messages() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that are messages.
messages() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that are messages.
mimeType - Variable in class org.activiti.engine.identity.Picture
 
mockedClassDelegatesMapping - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
 
MockElResolver - Class in org.activiti.engine.test.mock
 
MockElResolver() - Constructor for class org.activiti.engine.test.mock.MockElResolver
 
MockExpressionManager - Class in org.activiti.engine.test.mock
 
MockExpressionManager() - Constructor for class org.activiti.engine.test.mock.MockExpressionManager
 
MockResolverFactory - Class in org.activiti.engine.test.mock
This is a bridge resolver, making available any objects registered through Mocks.register(java.lang.String, java.lang.Object) inside scripts supported by Activiti.
MockResolverFactory() - Constructor for class org.activiti.engine.test.mock.MockResolverFactory
 
Mocks - Class in org.activiti.engine.test.mock
Registry for mock objects.
Mocks() - Constructor for class org.activiti.engine.test.mock.Mocks
 
MockServiceTask - Annotation Type in org.activiti.engine.test.mock
 
MockServiceTasks - Annotation Type in org.activiti.engine.test.mock
 
mockServiceTaskWithClassDelegate(String, Class<?>) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
mockServiceTaskWithClassDelegate(String, String) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
mockSupport - Variable in class org.activiti.engine.test.ActivitiRule
 
mockSupport() - Method in class org.activiti.engine.test.ActivitiRule
 
mockSupport() - Method in class org.activiti.engine.test.ActivitiTestCase
 
Model - Interface in org.activiti.engine.repository
Represents a model that is stored in the model repository.
modelCategory(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models with the given category.
modelCategoryLike(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models where the category matches the given parameter.
modelCategoryNotEquals(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that have a different category then the given one.
modelId(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select model with the given id.
modelKey(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only selects models with the given key.
modelName(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models with the given name.
modelNameLike(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models where the name matches the given parameter.
ModelQuery - Interface in org.activiti.engine.repository
Allows programmatic querying of Models.
modelTenantId(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that have the given tenant id.
modelTenantIdLike(String) - Method in interface org.activiti.engine.repository.ModelQuery
Only select models with a tenant id like the given one.
modelVersion(Integer) - Method in interface org.activiti.engine.repository.ModelQuery
Only select model with a certain version.
modelWithoutTenantId() - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that do not have a tenant id.
moveDeadLetterJobToExecutableJob(String, int) - Method in interface org.activiti.engine.ManagementService
Moves a job that is in the dead letter job table back to be an executable job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table).
moveJobToDeadLetterJob(String) - Method in interface org.activiti.engine.ManagementService
Moves a job to the dead letter job table (eg.
moveTimerToExecutableJob(String) - Method in interface org.activiti.engine.ManagementService
Moves a timer job to the executable job table (eg.

N

name(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Gives the deployment the given name.
name(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Set the name of process instance
name - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
NAME_DEFAULT - Static variable in class org.activiti.engine.ProcessEngines
 
NativeDeploymentQuery - Interface in org.activiti.engine.repository
Allows querying of Deployments via native (SQL) queries
NativeExecutionQuery - Interface in org.activiti.engine.runtime
Allows querying of Executions via native (SQL) queries
NativeGroupQuery - Interface in org.activiti.engine.identity
Allows querying of Groups via native (SQL) queries
NativeHistoricActivityInstanceQuery - Interface in org.activiti.engine.history
Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
NativeHistoricDetailQuery - Interface in org.activiti.engine.history
Allows querying of HistoricDetails via native (SQL) queries
NativeHistoricProcessInstanceQuery - Interface in org.activiti.engine.history
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricTaskInstanceQuery - Interface in org.activiti.engine.history
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricVariableInstanceQuery - Interface in org.activiti.engine.history
Allows querying of HistoricVariableInstances via native (SQL) queries
NativeModelQuery - Interface in org.activiti.engine.repository
Allows querying of Models via native (SQL) queries
NativeProcessDefinitionQuery - Interface in org.activiti.engine.repository
Allows querying of ProcessDefinitions via native (SQL) queries
NativeProcessInstanceQuery - Interface in org.activiti.engine.runtime
Allows querying of ProcessInstances via native (SQL) queries
NativeQuery<T extends NativeQuery<?,?>,U> - Interface in org.activiti.engine.query
Describes basic methods for doing native queries
NativeTaskQuery - Interface in org.activiti.engine.task
Allows querying of Tasks via native (SQL) queries
NativeUserQuery - Interface in org.activiti.engine.identity
Allows querying of Users via native (SQL) queries
nestedProcessDefinitionId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
 
nestedProcessInstanceId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
 
newGroup(String) - Method in interface org.activiti.engine.IdentityService
Creates a new group.
newModel() - Method in interface org.activiti.engine.RepositoryService
Creates a new model.
newTask() - Method in interface org.activiti.engine.TaskService
Creates a new task that is not related to any process instance.
newTask(String) - Method in interface org.activiti.engine.TaskService
create a new task with a user defined task id
newUser(String) - Method in interface org.activiti.engine.IdentityService
Creates a new user.
next() - Method in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
NO_TENANT_ID - Static variable in class org.activiti.engine.ProcessEngineConfiguration
The tenant id indicating 'no tenant'
noOpServiceTaskClassNames - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
 
noOpServiceTaskIds - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
 
NoOpServiceTasks - Annotation Type in org.activiti.engine.test.mock
 
noRetriesLeft() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which have no retries left
notDeleted() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are not deleted.
notDeployed() - Method in interface org.activiti.engine.repository.ModelQuery
Only select models that are not yet deployed
notify(DelegateExecution) - Method in interface org.activiti.engine.delegate.ExecutionListener
 
notify(DelegateTask) - Method in interface org.activiti.engine.delegate.TaskListener
 
notify(String, String, FlowElement, Map<String, Object>, Map<String, Object>) - Method in interface org.activiti.engine.delegate.TransactionDependentExecutionListener
 
notify(String, String, Task, Map<String, Object>, Map<String, Object>) - Method in interface org.activiti.engine.delegate.TransactionDependentTaskListener
 

O

ON_TRANSACTION_BEFORE_COMMIT - Static variable in interface org.activiti.engine.delegate.TransactionDependentExecutionListener
 
ON_TRANSACTION_COMMITTED - Static variable in interface org.activiti.engine.delegate.TransactionDependentExecutionListener
 
ON_TRANSACTION_COMMITTED - Static variable in interface org.activiti.engine.delegate.TransactionDependentTaskListener
 
ON_TRANSACTION_COMMITTING - Static variable in interface org.activiti.engine.delegate.TransactionDependentTaskListener
 
ON_TRANSACTION_ROLLED_BACK - Static variable in interface org.activiti.engine.delegate.TransactionDependentExecutionListener
 
ON_TRANSACTION_ROLLED_BACK - Static variable in interface org.activiti.engine.delegate.TransactionDependentTaskListener
 
onCreate(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
Called when an entity create event is received.
onCreate(ActivitiEvent) - Method in class org.activiti.engine.test.impl.logger.DebugInfoEntityEventListener
 
onDelete(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
Called when an entity delete event is received.
onDelete(ActivitiEvent) - Method in class org.activiti.engine.test.impl.logger.DebugInfoEntityEventListener
 
onEntityEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
Called when an event is received, which is not a create, an update or delete.
onEvent(ActivitiEvent) - Method in interface org.activiti.engine.delegate.event.ActivitiEventListener
Called when an event has been fired
onEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
 
onInitialized(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
Called when an entity initialized event is received.
onlyChildExecutions() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only selects executions that have a parent id set, ie non-processinstance executions.
onlyProcessInstanceExecutions() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only selects executions that have no parent id set, ie process instance executions
onlySubProcessExecutions() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only selects executions that are a subprocess.
onProcessEngineBuilt(ProcessEngine) - Method in interface org.activiti.engine.ProcessEngineLifecycleListener
Called right after the process-engine has been built.
onProcessEngineClosed(ProcessEngine) - Method in interface org.activiti.engine.ProcessEngineLifecycleListener
Called right after the process-engine has been closed.
onUpdate(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.BaseEntityEventListener
Called when an entity update event is received.
openSession(CommandContext) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSessionFactory
 
operation - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
or() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Begin an OR statement.
or() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Begin an OR statement.
or() - Method in interface org.activiti.engine.task.TaskInfoQuery
All query clauses called will be added to a single or-statement.
orderAsc(String) - Method in interface org.activiti.engine.management.TablePageQuery
Orders the resulting table page rows by the given column in ascending order.
orderByActivityId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by activityId (needs to be followed by Query.asc() or Query.desc()).
orderByActivityName() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by activityName (needs to be followed by Query.asc() or Query.desc()).
orderByActivityType() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by activityType (needs to be followed by Query.asc() or Query.desc()).
orderByCreateTime() - Method in interface org.activiti.engine.repository.ModelQuery
Order by the creation time of the models (needs to be followed by Query.asc() or Query.desc()).
orderByDeleteReason() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task delete reason (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.activiti.engine.repository.DeploymentQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymenTime() - Method in interface org.activiti.engine.repository.DeploymentQuery
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentName() - Method in interface org.activiti.engine.repository.DeploymentQuery
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
orderByDueDateNullsFirst() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by due date (needs to be followed by Query.asc() or Query.desc()).
orderByDueDateNullsLast() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by due date (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by executionId (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.runtime.JobQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByFormPropertyId() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderByGroupId() - Method in interface org.activiti.engine.identity.GroupQuery
Order by group id (needs to be followed by Query.asc() or Query.desc()).
orderByGroupName() - Method in interface org.activiti.engine.identity.GroupQuery
Order by group name (needs to be followed by Query.asc() or Query.desc()).
orderByGroupType() - Method in interface org.activiti.engine.identity.GroupQuery
Order by group type (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceDuration() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by duration (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceEndTime() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by end (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceId() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by the historic activity instance id this task was used in (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceStartTime() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by start (needs to be followed by Query.asc() or Query.desc() ).
orderByHistoricTaskInstanceDuration() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by duration (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricTaskInstanceEndTime() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by end time (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricTaskInstanceStartTime() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by start time (needs to be followed by Query.asc() or Query.desc()).
orderByJobDuedate() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by duedate (needs to be followed by Query.asc() or Query.desc()).
orderByJobDuedate() - Method in interface org.activiti.engine.runtime.JobQuery
Order by duedate (needs to be followed by Query.asc() or Query.desc()).
orderByJobDuedate() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by duedate (needs to be followed by Query.asc() or Query.desc()).
orderByJobDuedate() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by duedate (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in interface org.activiti.engine.runtime.JobQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by retries (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in interface org.activiti.engine.runtime.JobQuery
Order by retries (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by retries (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by retries (needs to be followed by Query.asc() or Query.desc()).
orderByLastUpdateTime() - Method in interface org.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.engine.history.HistoricActivityInstanceQuery
Order by processDefinitionId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Order by the process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.activiti.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.activiti.engine.runtime.ExecutionQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionName() - Method in interface org.activiti.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.activiti.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.activiti.engine.history.HistoricProcessInstanceQuery
Order by the business key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceDuration() - Method in interface org.activiti.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.activiti.engine.history.HistoricProcessInstanceQuery
Order by the end time (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by processInstanceId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderByProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Order by the process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
 
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.JobQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceStartTime() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Order by the start time (needs to be followed by Query.asc() or Query.desc()).
orderByTaskAssignee() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by assignee (needs to be followed by Query.asc() or Query.desc()).
orderByTaskCreateTime() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by the time on which the tasks were created (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDefinitionKey() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by task definition key (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDescription() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by description (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDueDate() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by task due date (needs to be followed by Query.asc() or Query.desc()).
orderByTaskId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by task id (needs to be followed by Query.asc() or Query.desc()).
orderByTaskName() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by task name (needs to be followed by Query.asc() or Query.desc()).
orderByTaskOwner() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by task owner (needs to be followed by Query.asc() or Query.desc()).
orderByTaskPriority() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by priority (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.repository.DeploymentQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.repository.ModelQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.JobQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTenantId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Order by tenant id (needs to be followed by Query.asc() or Query.desc()).
orderByTime() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderByUserEmail() - Method in interface org.activiti.engine.identity.UserQuery
Order by user email (needs to be followed by Query.asc() or Query.desc()).
orderByUserFirstName() - Method in interface org.activiti.engine.identity.UserQuery
Order by user first name (needs to be followed by Query.asc() or Query.desc()).
orderByUserId() - Method in interface org.activiti.engine.identity.UserQuery
Order by user id (needs to be followed by Query.asc() or Query.desc()).
orderByUserLastName() - Method in interface org.activiti.engine.identity.UserQuery
Order by user last name (needs to be followed by Query.asc() or Query.desc()).
orderByVariableName() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderByVariableName() - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
 
orderByVariableRevision() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderByVariableType() - Method in interface org.activiti.engine.history.HistoricDetailQuery
 
orderDesc(String) - Method in interface org.activiti.engine.management.TablePageQuery
Orders the resulting table page rows by the given column in descending order.
org.activiti.engine - package org.activiti.engine
Public API of the Activiti 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 Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin 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.activiti.engine.cfg - package org.activiti.engine.cfg
 
org.activiti.engine.cfg.security - package org.activiti.engine.cfg.security
 
org.activiti.engine.compatibility - package org.activiti.engine.compatibility
 
org.activiti.engine.debug - package org.activiti.engine.debug
 
org.activiti.engine.delegate - package org.activiti.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 JavaDelegates.
org.activiti.engine.delegate.event - package org.activiti.engine.delegate.event
 
org.activiti.engine.delegate.event.impl - package org.activiti.engine.delegate.event.impl
 
org.activiti.engine.event - package org.activiti.engine.event
 
org.activiti.engine.form - package org.activiti.engine.form
Classes related to the FormService.
org.activiti.engine.history - package org.activiti.engine.history
Classes related to the HistoryService.
org.activiti.engine.identity - package org.activiti.engine.identity
classes related to the IdentityService.
org.activiti.engine.logging - package org.activiti.engine.logging
 
org.activiti.engine.management - package org.activiti.engine.management
Classes related to the ManagementService.
org.activiti.engine.parse - package org.activiti.engine.parse
 
org.activiti.engine.query - package org.activiti.engine.query
Classes related to the querying entities in the engine.
org.activiti.engine.repository - package org.activiti.engine.repository
Classes related to the RepositoryService.
org.activiti.engine.runtime - package org.activiti.engine.runtime
Classes related to the RuntimeService.
org.activiti.engine.task - package org.activiti.engine.task
Classes related to the TaskService.
org.activiti.engine.test - package org.activiti.engine.test
Helper classes for testing processes.
org.activiti.engine.test.impl.logger - package org.activiti.engine.test.impl.logger
 
org.activiti.engine.test.mock - package org.activiti.engine.test.mock
 
org.activiti.engine.test.profiler - package org.activiti.engine.test.profiler
 
OWNER - Static variable in class org.activiti.engine.task.IdentityLinkType
 

P

parameter(String, Object) - Method in interface org.activiti.engine.query.NativeQuery
Add parameter to be replaced in query for index, e.g.
parent - Variable in class org.activiti.engine.debug.ExecutionTreeNode
 
parentId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which are a direct child-execution of the execution with the given id.
parentNode - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
parse(BpmnParse, BaseElement) - Method in interface org.activiti.engine.parse.BpmnParseHandler
The actual delegation method.
parseActivityType(FlowNode) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
PARTICIPANT - Static variable in class org.activiti.engine.task.IdentityLinkType
 
Picture - Class in org.activiti.engine.identity
 
Picture(byte[], String) - Constructor for class org.activiti.engine.identity.Picture
 
planContinueMultiInstanceOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planContinueProcessInCompensation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planContinueProcessOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planContinueProcessSynchronousOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planDestroyScopeOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planEndExecutionOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planExecuteInactiveBehaviorsOperation() - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planOperation(Runnable) - Method in interface org.activiti.engine.Agenda
Generic method to plan a Runnable.
planTakeOutgoingSequenceFlowsOperation(ExecutionEntity, boolean) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
planTriggerExecutionOperation(ExecutionEntity) - Method in interface org.activiti.engine.ActivitiEngineAgenda
 
populateEventWithCurrentContext(ActivitiEventImpl) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
 
postExecutionTime - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
potentialStarter(String) - Method in interface org.activiti.engine.identity.GroupQuery
Only select GroupS that are potential starter for the given process definition.
potentialStarter(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select UserS that are potential starter for the given process definition.
preExecutionTime - Variable in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
print(Logger) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
print(Logger, String, boolean) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
printOperationInfo(Logger) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
printOut(Logger) - Method in interface org.activiti.engine.test.impl.logger.DebugInfo
 
printOut(Logger) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionCreated
 
printOut(Logger) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionDeleted
 
printOut(Logger) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
PROCESS_INSTANCE_DELETED - Static variable in interface org.activiti.engine.history.DeleteReason
 
processCategoryIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.
processCategoryNotIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance whose definition does not belong to the category which is present in the given list.
ProcessDefinition - Interface in org.activiti.engine.repository
An object structure representing an executable process composed of activities and transitions.
processDefinitionCategory(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances whose process definition category is processDefinitionCategory.
processDefinitionCategory(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions with the given category.
processDefinitionCategory(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process definition category.
processDefinitionCategory(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances whose process definition category is processDefinitionCategory.
processDefinitionCategoryLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions where the category matches the given parameter.
processDefinitionCategoryNotEquals(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select deployments that have a different category then the given one.
processDefinitionId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
processDefinitionId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given process definition
processDefinitionId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances for the given process definition
processDefinitionId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with the given id.
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs which exist for the given process definition id
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process definition id.
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs which exist for the given process definition id
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Set the id of the process definition
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by a process definition with the given id.
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which exist for the given process definition id
processDefinitionId(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs which exist for the given process definition id
processDefinitionId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has the given process definition id.
processDefinitionId - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
processDefinitionIds(Set<String>) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions with the given ids.
processDefinitionIds(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by process definitions with the given ids.
processDefinitionKey(String) - Method in interface org.activiti.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.activiti.engine.repository.DeploymentQuery
Only select deployments with the given process definition key.
processDefinitionKey(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with the given key.
processDefinitionKey(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process definition key.
processDefinitionKey(String) - Method in interface org.activiti.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.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by a process definition with the given key.
processDefinitionKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has the given process definition key.
processDefinitionKeyIn(List<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are defined by a process definition with one of the given process definition keys.
processDefinitionKeyIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that have a process definition for which the key is present in the given list
processDefinitionKeyLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
Only select deployments with a process definition key like the given string.
processDefinitionKeyLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions where the key matches the given parameter.
processDefinitionKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has a process definition key like the given value.
processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has a process definition key like the given value.
processDefinitionKeyNotIn(List<String>) - Method in interface org.activiti.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.activiti.engine.runtime.ExecutionQuery
Only select executions which have process definitions with the given keys.
processDefinitionKeys(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by process definitions with the given keys.
processDefinitionName(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Select process historic instances whose process definition name is processDefinitionName
processDefinitionName(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions with the given name.
processDefinitionName(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process definition name.
processDefinitionName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select process instances whose process definition name is processDefinitionName
processDefinitionName(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has the given process definition name.
processDefinitionNameLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions where the name matches the given parameter.
processDefinitionNameLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process instance which has a process definition name like the given value.
ProcessDefinitionQuery - Interface in org.activiti.engine.repository
Allows programmatic querying of ProcessDefinitions.
processDefinitionResourceName(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with the given resource name.
processDefinitionResourceNameLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with a resource name like the given .
processDefinitionTenantId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions that have the given tenant id.
processDefinitionTenantIdLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions with a tenant id like the given one.
processDefinitionVersion(Integer) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances with a certain process definition version.
processDefinitionVersion(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with a certain version.
processDefinitionVersion(Integer) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process definition version.
processDefinitionVersion(Integer) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances with a certain process definition version.
processDefinitionVersionGreaterThan(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions which version are greater than a certain version.
processDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions which version are greater than or equals a certain version.
processDefinitionVersionLowerThan(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions which version are lower than a certain version.
processDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions which version are lower than or equals a certain version.
processDefinitionWithoutTenantId() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions that do not have a tenant id.
processDiagramGenerator - Variable in class org.activiti.engine.ProcessEngineConfiguration
process diagram generator.
ProcessEngine - Interface in org.activiti.engine
Provides access to all the services that expose the BPM and workflow operations.
processEngine - Variable in class org.activiti.engine.test.ActivitiRule
 
processEngine - Variable in class org.activiti.engine.test.ActivitiTestCase
 
ProcessEngineConfiguration - Class in org.activiti.engine
Configuration information from which a process engine can be build.
ProcessEngineConfiguration() - Constructor for class org.activiti.engine.ProcessEngineConfiguration
use one of the static createXxxx methods instead
processEngineConfiguration - Variable in class org.activiti.engine.test.ActivitiRule
 
processEngineConfiguration - Variable in class org.activiti.engine.test.ActivitiTestCase
 
ProcessEngineConfigurator - Interface in org.activiti.engine.cfg
Implementations of this class can be plugged into a ProcessEngineConfigurationImpl.
ProcessEngineInfo - Interface in org.activiti.engine
Represents information about the initialization of the process engine.
processEngineInfos - Static variable in class org.activiti.engine.ProcessEngines
 
processEngineInfosByName - Static variable in class org.activiti.engine.ProcessEngines
 
processEngineInfosByResourceUrl - Static variable in class org.activiti.engine.ProcessEngines
 
processEngineLifecycleListener - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
ProcessEngineLifecycleListener - Interface in org.activiti.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.activiti.engine.ProcessEngineConfiguration
 
ProcessEngines - Class in org.activiti.engine
Helper for initializing and closing process engines in server environments.
ProcessEngines() - Constructor for class org.activiti.engine.ProcessEngines
 
processEngines - Static variable in class org.activiti.engine.ProcessEngines
 
processExecutionLogger - Variable in class org.activiti.engine.test.impl.logger.DebugInfoEntityEventListener
 
processExecutionLogger - Variable in class org.activiti.engine.test.impl.logger.LoggingCommandInvoker
 
ProcessExecutionLogger - Class in org.activiti.engine.test.impl.logger
 
ProcessExecutionLogger() - Constructor for class org.activiti.engine.test.impl.logger.ProcessExecutionLogger
 
processExecutionLogger - Variable in class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
ProcessExecutionLoggerConfigurator - Class in org.activiti.engine.test.impl.logger
 
ProcessExecutionLoggerConfigurator() - Constructor for class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
processFinished() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which is already finished.
ProcessInstance - Interface in org.activiti.engine.runtime
Represents one execution of a ProcessDefinition.
processInstance - Variable in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
 
ProcessInstanceBuilder - Interface in org.activiti.engine.runtime
Helper for starting new ProcessInstance.
processInstanceBusinessKey(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances with the given business key
processInstanceBusinessKey(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only executions with the given business key.
processInstanceBusinessKey(String, boolean) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only executions with the given business key.
processInstanceBusinessKey(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select process instances with the given business key
processInstanceBusinessKey(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select process instance with the given business key, unique for the given process definition
processInstanceBusinessKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks foe the given business key
processInstanceBusinessKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
ProcessInstanceHistoryLog - Interface in org.activiti.engine.history
A trail of data for a given process instance.
ProcessInstanceHistoryLogQuery - Interface in org.activiti.engine.history
Allows to fetch the ProcessInstanceHistoryLog for a process instance.
processInstanceId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances with the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select historic variable updates with the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances with the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs which exist for the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given process instance id.
processInstanceId(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs which exist for the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instance with the given id
processInstanceId(String) - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which exist for the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs which exist for the given process instance.
processInstanceId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for the given process instance id.
processInstanceIdIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for the given process ids.
processInstanceIds(Set<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances whose id is in the given set of ids.
processInstanceIds(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select process instances whose id is in the given set of ids
processInstanceName(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances with the given name.
processInstanceName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances with the given name.
processInstanceNameLike(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances with a name like the given value.
processInstanceNameLike(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances with a name like the given value.
processInstanceNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances with a name like the given value, ignoring upper/lower case.
processInstanceNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances with a name like the given value, ignoring upper/lower case.
ProcessInstanceQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of ProcessInstances.
processInstanceTenantId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances that have the given tenant id.
processInstanceTenantId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances that have the given tenant id.
processInstanceTenantIdLike(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances with a tenant id like the given one.
processInstanceTenantIdLike(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances with a tenant id like the given one.
processInstanceWithoutTenantId() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances that do not have a tenant id.
processInstanceWithoutTenantId() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances that do not have a tenant id.
processUnfinished() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which is not finished yet.
processVariableValueEquals(String, Object) - Method in interface org.activiti.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.activiti.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have at least one variable with the given value.
processVariableValueEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process that has a variable with the given name set to the given value.
processVariableValueEquals(Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process that has at least one variable with the given value.
processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have a local string variable with the given value, case insensitive.
processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.
processVariableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value greater than the passed value when they ended.
processVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value greater than or equal to the passed value when they ended.
processVariableValueLessThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.
processVariableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value less than or equal to the passed value when they ended.
processVariableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have at least one variable like the given value.
processVariableValueLike(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value like the given value when they ended.
processVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have at least one variable like the given value (case insensitive).
processVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a global variable value like the given value (case insensitive) when they ended.
processVariableValueNotEquals(String, Object) - Method in interface org.activiti.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.
processVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a variable with the given name, but with a different value than the passed value.
processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.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.
processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are part of a process that has a string variable with the given value, case insensitive.
profiler - Variable in class org.activiti.engine.test.profiler.ConsoleLogger
 
ProfileSession - Class in org.activiti.engine.test.profiler
 
ProfileSession(String) - Constructor for class org.activiti.engine.test.profiler.ProfileSession
 
profileSessions - Variable in class org.activiti.engine.test.profiler.ActivitiProfiler
 
ProfilingDbSqlSession - Class in org.activiti.engine.test.profiler
 
ProfilingDbSqlSession(DbSqlSessionFactory, EntityCache) - Constructor for class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
ProfilingDbSqlSession(DbSqlSessionFactory, EntityCache, Connection, String, String) - Constructor for class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
ProfilingDbSqlSessionFactory - Class in org.activiti.engine.test.profiler
 
ProfilingDbSqlSessionFactory() - Constructor for class org.activiti.engine.test.profiler.ProfilingDbSqlSessionFactory
 
propagateError(BpmnError, DelegateExecution) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
putMDCExecution(ExecutionEntity) - Static method in class org.activiti.engine.logging.LogMDC
 

Q

Query<T extends Query<?,?>,U> - Interface in org.activiti.engine.query
Describes basic methods for querying.
QueryProperty - Interface in org.activiti.engine.query
Describes a property that can be used in a Query.

R

register(String, Object) - Static method in class org.activiti.engine.test.mock.Mocks
This method lets you register a mock object.
registerProcessEngine(ProcessEngine) - Static method in class org.activiti.engine.ProcessEngines
Registers the given process engine.
remove() - Method in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
removeEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
Removes the given listener from this dispatcher.
removeEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
removeEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 
removeEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.RuntimeService
Removes the given listener from this dispatcher.
removeExecutionVariables(String, Collection<String>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
removeTaskVariables(String, Collection<String>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
removeTransientVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Removes a specific transient variable.
removeTransientVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Removes a specific transient variable (also searching parent scopes).
removeTransientVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Remove all transient variable of this scope and its parent scopes.
removeTransientVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Removes all local transient variables.
removeVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Removes the variable and creates a new;@link HistoricVariableUpdateEntity}
removeVariable(String, String) - Method in interface org.activiti.engine.RuntimeService
Removes a variable for an execution.
removeVariable(String, String) - Method in interface org.activiti.engine.TaskService
Removes the variable from the task.
removeVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
Removes the local variable and creates a new HistoricVariableUpdate.
removeVariableLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
Removes a variable for an execution (not considering parent scopes).
removeVariableLocal(String, String) - Method in interface org.activiti.engine.TaskService
Removes the variable from the task (not considering parent scopes).
removeVariables(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Removes the variables and creates a new HistoricVariableUpdate for each of them.
removeVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdate for each of them.
removeVariables(String, Collection<String>) - Method in interface org.activiti.engine.RuntimeService
Removes variables for an execution.
removeVariables(String, Collection<String>) - Method in interface org.activiti.engine.TaskService
Removes all variables in the given collection from the task.
removeVariablesLocal(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
Removes the local variables and creates a new HistoricVariableUpdate for each of them.
removeVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdate for each of them.
removeVariablesLocal(String, Collection<String>) - Method in interface org.activiti.engine.RuntimeService
Remove variables for an execution (not considering parent scopes).
removeVariablesLocal(String, Collection<String>) - Method in interface org.activiti.engine.TaskService
Removes all variables in the given collection from the task (not considering parent scopes).
RepositoryService - Interface in org.activiti.engine
Service providing access to the repository of process definitions and deployments.
repositoryService - Variable in class org.activiti.engine.test.ActivitiRule
 
repositoryService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
reset() - Method in interface org.activiti.engine.runtime.Clock
 
reset() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
reset() - Static method in class org.activiti.engine.test.mock.Mocks
This method resets the internal map of mock objects.
reset() - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
reset() - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
resetClock() - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
resolveProcessDefinition(ProcessDefinition) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
resolveTask(String) - Method in interface org.activiti.engine.TaskService
Marks that the assignee is done with this task and that it can be send back to the owner.
resolveTask(String, Map<String, Object>) - Method in interface org.activiti.engine.TaskService
Marks that the assignee is done with this task providing the required variables and that it can be sent back to the owner.
resolveTask(String, Map<String, Object>, Map<String, Object>) - Method in interface org.activiti.engine.TaskService
Similar to TaskService.resolveTask(String, Map), but allows to set transient variables too.
retry(String) - Static method in class org.activiti.engine.ProcessEngines
retries to initialize a process engine that previously failed.
reverseOrder - Variable in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
root - Variable in class org.activiti.engine.debug.ExecutionTree
 
rootNode - Variable in class org.activiti.engine.debug.ExecutionTreeBfsIterator
 
rootProcessInstanceId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have the given root process instance id.
rowData - Variable in class org.activiti.engine.management.TablePage
The actual content of the database table, stored as a list of mappings of the form {column name, value}.
runTest() - Method in class org.activiti.engine.test.ActivitiTestCase
 
RuntimeService - Interface in org.activiti.engine
 
runtimeService - Variable in class org.activiti.engine.test.ActivitiRule
 
runtimeService - Variable in class org.activiti.engine.test.ActivitiTestCase
 

S

saveAttachment(Attachment) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
saveAttachment(Attachment) - Method in interface org.activiti.engine.TaskService
Update the name and description of an attachment
saveFormData(String, Map<String, String>) - Method in interface org.activiti.engine.FormService
Save the data that was entered as properties in a task form.
saveGroup(Group) - Method in interface org.activiti.engine.IdentityService
Saves the group.
saveModel(Model) - Method in interface org.activiti.engine.RepositoryService
Saves the model.
saveProcessDefinitionInfo(String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
 
saveTask(TaskEntity) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
saveTask(Task) - Method in interface org.activiti.engine.TaskService
Saves the given task to the persistent data store.
saveUser(User) - Method in interface org.activiti.engine.IdentityService
Saves the user.
SCRIPT_TASK_SCRIPT - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
selectById(Class<T>, String, boolean) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
selectListWithRawParameter(String, Object, int, int, boolean) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
selectListWithRawParameterWithoutFilter(String, Object, int, int) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
selectOne(String, Object) - Method in class org.activiti.engine.test.profiler.ProfilingDbSqlSession
 
SEQUENCE_FLOW_CONDITION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
SERVICE_TASK_CLASS_NAME - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
SERVICE_TASK_DELEGATE_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
SERVICE_TASK_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
setActive(boolean) - Method in interface org.activiti.engine.delegate.DelegateExecution
makes this execution active or inactive.
setActivityFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
setActivityId(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
setActivityName(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
setAllServiceTasksNoOp() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
 
setAllServiceTasksNoOp() - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
setAnnotationFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setAssignee(String) - Method in interface org.activiti.engine.delegate.DelegateTask
The userId of the person to which this task is delegated.
setAssignee(String) - Method in interface org.activiti.engine.task.Task
The userId of the person to which this task is delegated.
setAssignee(String, String) - Method in interface org.activiti.engine.TaskService
Changes the assignee of the given task to the given userId.
setAsyncExecutor(AsyncExecutor) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setAsyncExecutorActivate(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setAsyncFailedJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setAuthenticatedUserId(String) - Method in interface org.activiti.engine.IdentityService
Passes the authenticated user id for this particular thread.
setBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
 
setCategory(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Change the category of the task.
setCategory(String) - Method in interface org.activiti.engine.repository.Model
 
setCategory(String) - Method in interface org.activiti.engine.task.Task
Change the category of the task.
setCause(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
 
setCause(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
 
setChildNodes(List<DebugInfoExecutionTree.DebugInfoExecutionTreeNode>) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setChildren(List<ExecutionTreeNode>) - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
setClassLoader(ClassLoader) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setClock(Clock) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setClock(Clock) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setColumnNames(List<String>) - Method in class org.activiti.engine.management.TableMetaData
 
setColumnTypes(List<String>) - Method in class org.activiti.engine.management.TableMetaData
 
setCommandExecutions(Map<String, List<CommandExecutionResult>>) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setCommandFqn(String) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setCompatibilityHandlerClassName(String) - Method in class org.activiti.engine.compatibility.DefaultActiviti5CompatibilityHandlerFactory
 
setConcurrent(boolean) - Method in interface org.activiti.engine.delegate.DelegateExecution
changes the concurrent indicator on this execution.
setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiRule
 
setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiTestCase
 
setCreateDiagramOnDeploy(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setCurrentActivitiListener(ActivitiListener) - Method in interface org.activiti.engine.delegate.DelegateExecution
Called when an ExecutionListener is being executed.
setCurrentCalendar(Calendar) - Method in interface org.activiti.engine.runtime.Clock
 
setCurrentCommandExecution(CommandExecutionResult) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setCurrentFlowElement(FlowElement) - Method in interface org.activiti.engine.delegate.DelegateExecution
Change the current BPMN element the execution is at.
setCurrentProfileSession(ProfileSession) - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
setCurrentTime(Date) - Method in interface org.activiti.engine.runtime.Clock
 
setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiRule
 
setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiTestCase
 
setDatabaseCatalog(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseSchema(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseSchemaUpdate(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseTablePrefix(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseTimeInMs(long) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setDatabaseType(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseWildcardEscapeCharacter(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDataSource(DataSource) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDataSourceJndiName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDbDeletes(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setDbDeletes(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandStats
 
setDbHistoryUsed(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDbIdentityUsed(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDbInserts(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setDbInserts(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandStats
 
setDbSelects(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setDbSelects(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandStats
 
setDbUpdates(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setDbUpdates(Map<String, Long>) - Method in class org.activiti.engine.test.profiler.CommandStats
 
setDefaultCamelContext(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDefaultFailedJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDelegationState(DelegationState) - Method in interface org.activiti.engine.task.Task
The current DelegationState for this task.
setDeploymentCategory(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setDeploymentCategory(String, String) - Method in interface org.activiti.engine.RepositoryService
Sets the category of the deployment.
setDeploymentId(String) - Method in interface org.activiti.engine.repository.Model
 
setDeploymentKey(String, String) - Method in interface org.activiti.engine.RepositoryService
Sets the key of the deployment.
setDescription(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Change the description of the task
setDescription(String) - Method in interface org.activiti.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.
setDescription(String) - Method in interface org.activiti.engine.task.Task
Change the description of the task
setDueDate(Date) - Method in interface org.activiti.engine.delegate.DelegateTask
Change due date of the task.
setDueDate(Date) - Method in interface org.activiti.engine.task.Task
Change due date of the task.
setDueDate(String, Date) - Method in interface org.activiti.engine.TaskService
Changes the due date of the task
setElements(Map<String, DiagramElement>) - Method in class org.activiti.engine.repository.DiagramLayout
 
setEmail(String) - Method in interface org.activiti.engine.identity.User
 
setEnabled(boolean) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
 
setEnabled(boolean) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
 
setEnableProcessDefinitionInfoCache(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setEndTime(Date) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setEngineAgendaFactory(ActivitiEngineAgendaFactory) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setErrorCode(String) - Method in exception org.activiti.engine.delegate.BpmnError
 
setErrorCode(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
setErrorId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
 
setEventName(String) - Method in interface org.activiti.engine.delegate.DelegateExecution
Sets the current event (typically when execution an ExecutionListener).
setExclude(boolean) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
 
setExecutionEntity(ExecutionEntity) - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
setExecutionId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
setExecutionId(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setExecutionTrees(List<DebugInfoExecutionTree>) - Method in class org.activiti.engine.test.impl.logger.AbstractDebugInfo
 
setExecutionVariables(String, Map<String, ? extends Object>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setFirstName(String) - Method in interface org.activiti.engine.identity.User
 
setFirstResult(long) - Method in class org.activiti.engine.management.TablePage
 
setFlowElementClass(Class<?>) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setFlowElementId(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setFormKey(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Change the form key of the task
setFormKey(String) - Method in interface org.activiti.engine.task.Task
Change the form key of the task
setGroupId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
setHeight(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
setHistoricDataService(HistoryService) - Method in class org.activiti.engine.test.ActivitiRule
 
setHistory(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setHistoryLevel(HistoryLevel) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setId(String) - Method in interface org.activiti.engine.identity.Group
 
setId(String) - Method in interface org.activiti.engine.identity.User
 
setId(String) - Method in class org.activiti.engine.repository.DiagramElement
 
setId(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setIdBlockSize(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setIdentityService(IdentityService) - Method in class org.activiti.engine.test.ActivitiRule
 
setInitialized(boolean) - Static method in class org.activiti.engine.ProcessEngines
 
setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcDriver(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcMaxActiveConnections(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcMaxCheckoutTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcMaxIdleConnections(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcMaxWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcPassword(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcPingConnectionNotUsedFor(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcPingEnabled(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcPingQuery(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcUrl(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJdbcUsername(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJobRetries(String, int) - Method in interface org.activiti.engine.ManagementService
Sets the number of retries that a job has left.
setJpaCloseEntityManager(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJpaEntityManagerFactory(Object) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJpaHandleTransaction(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setJpaPersistenceUnitName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setKey(String) - Method in interface org.activiti.engine.repository.Model
 
setLabelFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setLastName(String) - Method in interface org.activiti.engine.identity.User
 
setLocalizedDescription(String) - Method in interface org.activiti.engine.task.Task
Sets an optional localized description for the task.
setLocalizedName(String) - Method in interface org.activiti.engine.task.Task
Sets an optional localized name for the task.
setLockTimeAsyncJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerDefaultFrom(String) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerDefaultFrom(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerHost(String) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerHost(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerPassword(String) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerPassword(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerPort(int) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerPort(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServers(Map<String, MailServerInfo>) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUsername(String) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerUsername(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUseSSL(boolean) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerUseSSL(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUseTLS(boolean) - Method in class org.activiti.engine.cfg.MailServerInfo
 
setMailServerUseTLS(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailSessionJndi(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailSessionsJndi(Map<String, String>) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setManagementService(ManagementService) - Method in class org.activiti.engine.test.ActivitiRule
 
setMDCEnabled(boolean) - Static method in class org.activiti.engine.logging.LogMDC
 
setMessageData(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
setMessageName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
 
setMetaInfo(String) - Method in interface org.activiti.engine.repository.Model
 
setMultiInstanceRoot(boolean) - Method in interface org.activiti.engine.delegate.DelegateExecution
Changes whether this execution is a multi instance root or not.
setName(String) - Method in interface org.activiti.engine.delegate.DelegateTask
Change the name of the task.
setName(String) - Method in interface org.activiti.engine.identity.Group
 
setName(String) - Method in interface org.activiti.engine.repository.Model
 
setName(String) - Method in interface org.activiti.engine.task.Attachment
free user defined short (max 255 chars) name for this attachment
setName(String) - Method in interface org.activiti.engine.task.Task
Name or title of the task.
setName(String) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setOperation(AbstractOperation) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setOwner(String) - Method in interface org.activiti.engine.delegate.DelegateTask
The userId of the person responsible for this task.
setOwner(String) - Method in interface org.activiti.engine.task.Task
The userId of the person that is responsible for this task.
setOwner(String, String) - Method in interface org.activiti.engine.TaskService
Transfers ownership of this task to another user.
setParent(ExecutionTreeNode) - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
setParentNode(DebugInfoExecutionTree.DebugInfoExecutionTreeNode) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setParentTaskId(String) - Method in interface org.activiti.engine.task.Task
the parent task for which this task is a subtask
setPassword(String) - Method in interface org.activiti.engine.identity.User
 
setPostExecutionTime(long) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setPreExecutionTime(long) - Method in class org.activiti.engine.test.impl.logger.DebugInfoOperationExecuted
 
setPriority(int) - Method in interface org.activiti.engine.delegate.DelegateTask
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
setPriority(int) - Method in interface org.activiti.engine.task.Task
Sets the indication of how important/urgent this task is
setPriority(String, int) - Method in interface org.activiti.engine.TaskService
Changes the priority of the task.
setProcessDefinitionCategory(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setProcessDefinitionCategory(String, String) - Method in interface org.activiti.engine.RepositoryService
Sets the category of the process definition.
setProcessDefinitionId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
setProcessDefinitionId(String) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree.DebugInfoExecutionTreeNode
 
setProcessDiagramGenerator(ProcessDiagramGenerator) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setProcessEngine(ProcessEngine) - Method in class org.activiti.engine.test.ActivitiRule
 
setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.ActivitiRule
 
setProcessEngineLifecycleListener(ProcessEngineLifecycleListener) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setProcessEngineName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setProcessExecutionLogger(ProcessExecutionLogger) - Method in class org.activiti.engine.test.impl.logger.ProcessExecutionLoggerConfigurator
 
setProcessInstance(DebugInfoExecutionTree.DebugInfoExecutionTreeNode) - Method in class org.activiti.engine.test.impl.logger.DebugInfoExecutionTree
 
setProcessInstanceId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
setProcessInstanceName(String, String) - Method in interface org.activiti.engine.RuntimeService
Sets the name for the process instance with the given id.
setProfileSessions(List<ProfileSession>) - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
setRepositoryService(RepositoryService) - Method in class org.activiti.engine.test.ActivitiRule
 
setResultVariable(String) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
 
setRoot(ExecutionTreeNode) - Method in class org.activiti.engine.debug.ExecutionTree
 
setRows(List<Map<String, Object>>) - Method in class org.activiti.engine.management.TablePage
 
setRuntimeService(RuntimeService) - Method in class org.activiti.engine.test.ActivitiRule
 
setScope(boolean) - Method in interface org.activiti.engine.delegate.DelegateExecution
Changes whether this execution is a scope or not.
setShellExecutorContextFactory(CommandExecutorFactory) - Static method in class org.activiti.engine.cfg.security.CommandExecutorContext
 
setSignalData(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
setSignalName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
setSourceActivityBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setSourceActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setSourceActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setSourceActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setStartTime(Date) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setTableName(String) - Method in class org.activiti.engine.management.TableMetaData
 
setTableName(String) - Method in class org.activiti.engine.management.TablePage
 
setTablePrefixIsSchema(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setTargetActivityBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setTargetActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setTargetActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setTargetActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
setTaskDueDate(String, Date) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setTaskId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Method in class org.activiti.engine.task.TaskInfoQueryWrapper
 
setTaskPriority(String, int) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setTaskService(TaskService) - Method in class org.activiti.engine.test.ActivitiRule
 
setTaskVariables(String, Map<String, ? extends Object>, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
setTenantId(String) - Method in interface org.activiti.engine.repository.Model
 
setTenantId(String) - Method in interface org.activiti.engine.task.Task
Change the tenantId of the task
setTime(Date) - Method in interface org.activiti.engine.task.Attachment
timestamp when this attachment was created
setTimerJobRetries(String, int) - Method in interface org.activiti.engine.ManagementService
Sets the number of retries that a timer job has left.
setTotal(long) - Method in class org.activiti.engine.management.TablePage
 
setTotalTime(long) - Method in class org.activiti.engine.test.profiler.ProfileSession
 
setTotalTimeInMs(long) - Method in class org.activiti.engine.test.profiler.CommandExecutionResult
 
setTransactionsExternallyManaged(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setTransientVariable(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariable(String, Object), but the variable is transient: - no history is kept for the variable - the variable is only available until a waitstate is reached in the process - transient variables 'shadow' persistent variable (when getVariable('abc') where 'abc' is both persistent and transient, the transient value is returned.
setTransientVariableLocal(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariableLocal(String, Object), but for a transient variable.
setTransientVariables(Map<String, Object>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariables(Map), but for transient variables.
setTransientVariablesLocal(Map<String, Object>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariablesLocal(Map), but for transient variables.
setType(ActivitiEventType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
setType(String) - Method in interface org.activiti.engine.identity.Group
 
setUp() - Method in class org.activiti.engine.test.ActivitiTestCase
 
setUseClassForNameClassLoading(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setUserId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
setUserInfo(String, String, String) - Method in interface org.activiti.engine.IdentityService
Generic extensibility key-value pairs associated with a user
setUserPicture(String, Picture) - Method in interface org.activiti.engine.IdentityService
Sets the picture for a given user.
setValue(Object, VariableScope) - Method in interface org.activiti.engine.delegate.Expression
 
setValue(ELContext, Object, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
setVariable(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
Sets the variable with the provided name to the provided value.
setVariable(String, Object, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariable(String, Object), but with an extra flag to indicate whether all variables should be fetched while doing this or not.
setVariable(String, String, Object) - Method in interface org.activiti.engine.RuntimeService
Update or create a variable for an execution.
setVariable(String, String, Object) - Method in interface org.activiti.engine.TaskService
set variable on a task.
setVariableLocal(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariable(String, Object), but the variable is set to this scope specifically.
setVariableLocal(String, Object, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariableLocal(String, Object, boolean), but the variable is set to this scope specifically.
setVariableLocal(String, String, Object) - Method in interface org.activiti.engine.RuntimeService
Update or create a variable for an execution (not considering parent scopes).
setVariableLocal(String, String, Object) - Method in interface org.activiti.engine.TaskService
set variable on a task.
setVariableName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
setVariables(Map<String, ? extends Object>) - Method in interface org.activiti.engine.delegate.VariableScope
Sets the provided variables to the variable scope.
setVariables(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.RuntimeService
Update or create given variables for an execution (including parent scopes).
setVariables(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.TaskService
set variables on a task.
setVariablesLocal(Map<String, ? extends Object>) - Method in interface org.activiti.engine.delegate.VariableScope
Similar to VariableScope.setVariables(Map), but the variable are set on this scope specifically.
setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.RuntimeService
Update or create given variables for an execution (not considering parent scopes).
setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.TaskService
set variables on a task.
setVariableType(VariableType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
setVariableValue(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
setVersion(Integer) - Method in interface org.activiti.engine.repository.Model
 
setWaypoints(List<DiagramEdgeWaypoint>) - Method in class org.activiti.engine.repository.DiagramEdge
 
setWidth(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
setWrappedActivityBehaviorFactory(ActivityBehaviorFactory) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
 
setX(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
setX(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
setXmlEncoding(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setY(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
setY(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
signalData - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
signalEventReceived(String, String, Map<String, Object>, boolean, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
signalEventReceived(SignalEventSubscriptionEntity, Object, boolean) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
signalEventReceived(String) - Method in interface org.activiti.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.activiti.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceived(String, String) - Method in interface org.activiti.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.activiti.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceivedAsync(String) - Method in interface org.activiti.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceivedAsync(String, String) - Method in interface org.activiti.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceivedAsyncWithTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.signalEventReceivedAsync(String), but within the context of one tenant.
signalEventReceivedWithTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.signalEventReceived(String), but within the context of one tenant.
signalEventReceivedWithTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
Similar to #signalEventReceived(String, Map), but within the context of one tenant.
signalEventSubscriptionName(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a signal event subscription for the given signal name.
signalName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
 
singleResult() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
Executes the query.
singleResult() - Method in interface org.activiti.engine.query.NativeQuery
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in interface org.activiti.engine.query.Query
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
skipped(AssumptionViolatedException, Description) - Method in class org.activiti.engine.test.ActivitiRule
Invoked when a test is skipped due to a failed assumption.
sourceActivityBehaviorClass - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
sourceActivityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
sourceActivityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
sourceActivityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
sql(String) - Method in interface org.activiti.engine.query.NativeQuery
Hand in the SQL statement you want to execute.
start() - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Start the process instance
startableByUser(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only selects process definitions which given userId is authoriezed to start
startedAfter(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started after the given date.
startedAfter(Date) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions that were started after the given start time.
startedAfter(Date) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances started after the given time
startedBefore(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started before the given date.
startedBefore(Date) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions that were started before the given start time.
startedBefore(Date) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances started before the given time
startedBy(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are started by the given user.
startedBy(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions that were started after by the given user id.
startedBy(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances started by the given user id
STARTER - Static variable in class org.activiti.engine.task.IdentityLinkType
 
StartFormData - Interface in org.activiti.engine.form
Specific FormData for starting a new process instance.
starting(Description) - Method in class org.activiti.engine.test.ActivitiRule
 
startProcessInstance(String, String, Map<String, Object>, String, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
startProcessInstanceById(String) - Method in interface org.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.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.activiti.engine.RuntimeService
Similar to RuntimeService.startProcessInstanceByKey(String), but using a specific tenant identifier.
startProcessInstanceByKeyAndTenantId(String, String, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.startProcessInstanceByKey(String, String), but using a specific tenant identifier.
startProcessInstanceByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.startProcessInstanceByKey(String, Map), but using a specific tenant identifier.
startProcessInstanceByKeyAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.startProcessInstanceByKey(String, String, Map), but using a specific tenant identifier.
startProcessInstanceByMessage(String, Map<String, Object>, String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
startProcessInstanceByMessage(String) - Method in interface org.activiti.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessage(String, String) - Method in interface org.activiti.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.activiti.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.activiti.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessageAndTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.startProcessInstanceByMessage(String), but with tenant context.
startProcessInstanceByMessageAndTenantId(String, String, String) - Method in interface org.activiti.engine.RuntimeService
startProcessInstanceByMessageAndTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService#startProcessInstanceByMessage(String, Map), but with tenant context.
startProcessInstanceByMessageAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService#startProcessInstanceByMessage(String, String, Map), but with tenant context.
startProfileSession(String) - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
startTime - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
stopCurrentProfileSession() - Method in class org.activiti.engine.test.profiler.ActivitiProfiler
 
submitStartFormData(String, String, Map<String, String>) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
submitStartFormData(String, Map<String, String>) - Method in interface org.activiti.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.activiti.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.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
submitTaskFormData(String, Map<String, String>) - Method in interface org.activiti.engine.FormService
Completes a task with the user data that was entered as properties in a task form.
subProcessInstanceId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instance that have as sub process instance the given process instance.
succeeded(Description) - Method in class org.activiti.engine.test.ActivitiRule
Invoked when a test succeeds
superProcessInstanceId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances started by the given process instance.
superProcessInstanceId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances which are a sub process instance of the given super process instance.
suspended() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only selects process definitions which are suspended
suspended() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspended
suspended() - Method in interface org.activiti.engine.task.TaskQuery
Only selects tasks which are suspended, because its process instance was suspended.
SuspendedJobQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of Jobs.
suspendProcessDefinition(String, String, boolean, Date, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
suspendProcessDefinitionById(String) - Method in interface org.activiti.engine.RepositoryService
Suspends the process definition with the given id.
suspendProcessDefinitionById(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
Suspends the process definition with the given id.
suspendProcessDefinitionByKey(String) - Method in interface org.activiti.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.activiti.engine.RepositoryService
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
suspendProcessDefinitionByKey(String, String) - Method in interface org.activiti.engine.RepositoryService
Similar to RepositoryService.suspendProcessDefinitionByKey(String), but only applicable for the given tenant identifier.
suspendProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.activiti.engine.RepositoryService
Similar to RepositoryService.suspendProcessDefinitionByKey(String, boolean, Date), but only applicable for the given tenant identifier.
suspendProcessInstance(String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
suspendProcessInstanceById(String) - Method in interface org.activiti.engine.RuntimeService
Suspends the process instance with the given id.

T

TableMetaData - Class in org.activiti.engine.management
Structure containing meta data (column names, column types, etc.) about a certain database table.
TableMetaData() - Constructor for class org.activiti.engine.management.TableMetaData
 
TableMetaData(String) - Constructor for class org.activiti.engine.management.TableMetaData
 
tableName - Variable in class org.activiti.engine.management.TableMetaData
 
tableName - Variable in class org.activiti.engine.management.TablePage
 
tableName(String) - Method in interface org.activiti.engine.management.TablePageQuery
The name of the table of which a page must be fetched.
TablePage - Class in org.activiti.engine.management
Data structure used for retrieving database table content.
TablePage() - Constructor for class org.activiti.engine.management.TablePage
 
TablePageQuery - Interface in org.activiti.engine.management
Allows programmatic querying of TablePages.
tablePrefixIsSchema - Variable in class org.activiti.engine.ProcessEngineConfiguration
Set to true in case the defined databaseTablePrefix is a schema-name, instead of an actual table name prefix.
targetActivityBehaviorClass - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
targetActivityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
targetActivityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
targetActivityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
 
Task - Interface in org.activiti.engine.task
Represents one task for a human user.
TASK_SKIP_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
taskAssignee(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for userTask activities assigned to the given user
taskAssignee(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which are assigned to the given user.
taskAssigneeIds(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with an assignee that is in the given list
taskAssigneeLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which were last assigned to an assignee like the given value.
taskAssigneeLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which were last assigned to an assignee like the given value.
taskCandidateGroup(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for which users in the given group are candidates.
taskCandidateGroupIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for which the 'candidateGroup' is one of the given groups.
taskCandidateOrAssigned(String) - Method in interface org.activiti.engine.task.TaskQuery
Select tasks that has been claimed or assigned to user or waiting to claim by user (candidate user or groups).
taskCandidateUser(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for which the given user is a candidate.
taskCategory(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given category.
taskCompletedAfter(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which are completed after the given date
taskCompletedBefore(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which are completed before the given date
taskCompletedOn(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which are completed on the given date
taskCreatedAfter(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that are created after the given date.
taskCreatedBefore(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that are created before the given date.
taskCreatedOn(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that are created on the given date.
taskDefinitionKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given taskDefinitionKey.
taskDefinitionKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a taskDefinitionKey that match the given parameter.
taskDelegationState(DelegationState) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given DelegationState.
taskDeleteReason(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task delete reason.
taskDeleteReasonLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task description like the given value.
taskDescription(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given description.
taskDescriptionLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a description matching the parameter .
taskDescriptionLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a description matching the parameter .
taskDueAfter(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a due date after the given date.
taskDueBefore(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a due date before the given date.
taskDueDate(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given due date.
TaskFormData - Interface in org.activiti.engine.form
Specific FormData for completing a task.
taskId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
taskId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
Only select historic variable updates associated to the given historic task instance.
taskId(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given task.
taskId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given task id (in practice, there will be maximum one of this kind)
taskIds(Set<String>) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables whose id is in the given set of ids.
TaskInfo - Interface in org.activiti.engine.task
 
TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo> - Interface in org.activiti.engine.task
Interface containing shared methods between the TaskQuery and the HistoricTaskInstanceQuery.
taskInfoQuery - Variable in class org.activiti.engine.task.TaskInfoQueryWrapper
 
TaskInfoQueryWrapper - Class in org.activiti.engine.task
This is a helper class to help you work with the TaskInfoQuery, without having to care about the awful generics.
TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Constructor for class org.activiti.engine.task.TaskInfoQueryWrapper
 
taskInvolvedGroupsIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for users involved in the given groups
taskInvolvedUser(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for which there exist an IdentityLink with the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).
TaskListener - Interface in org.activiti.engine.delegate
 
taskMaxPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given priority or lower.
taskMinPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given priority or higher.
taskName(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given name
taskNameIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a name that is in the given list
taskNameInIgnoreCase(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a name that is in the given list This method, unlike the TaskInfoQuery.taskNameIn(List) method will not take in account the upper/lower case: both the input parameters as the column value are lowercased when the query is executed.
taskNameLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a name matching the parameter.
taskNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a name matching the parameter.
taskOwner(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks for which the given user is the owner.
taskOwnerLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which were last assigned to an owner like the given value.
taskOwnerLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which were last assigned to an owner like the given value.
taskParentTaskId(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select subtasks of the given parent task
taskPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with the given priority.
TaskQuery - Interface in org.activiti.engine.task
Allows programmatic querying of Tasks;
TaskService - Interface in org.activiti.engine
Service which provides access to Task and form related operations.
taskService - Variable in class org.activiti.engine.test.ActivitiRule
 
taskService - Variable in class org.activiti.engine.test.ActivitiTestCase
 
taskTenantId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that have the given tenant id.
taskTenantIdLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with a tenant id like the given one.
taskUnassigned() - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which don't have an assignee.
taskVariableValueEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local task variable with the given name set to the given value.
taskVariableValueEquals(Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have at least one local task variable with the given value.
taskVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local string variable with the given value, case insensitive.
taskVariableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value greater than the passed value when they ended.
taskVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value greater than or equal to the passed value when they ended.
taskVariableValueLessThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.
taskVariableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value less than or equal to the passed value when they ended.
taskVariableValueLike(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value like the given value when they ended.
taskVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local variable value like the given value (case insensitive) when they ended.
taskVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local task variable with the given name, but with a different value than the passed value.
taskVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks which have a local string variable with is not the given value, case insensitive.
taskWithoutTenantId() - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks that do not have a tenant id.
tearDown() - Method in class org.activiti.engine.test.ActivitiTestCase
 
tenantId(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Gives the deployment the given tenant id.
tenantId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Set the tenantId of process instance
TERMINATE_END_EVENT - Static variable in interface org.activiti.engine.history.DeleteReason
 
testActivityBehaviorFactory - Variable in class org.activiti.engine.test.mock.ActivitiMockSupport
 
TestActivityBehaviorFactory - Class in org.activiti.engine.test
 
TestActivityBehaviorFactory() - Constructor for class org.activiti.engine.test.TestActivityBehaviorFactory
 
TestActivityBehaviorFactory(ActivityBehaviorFactory) - Constructor for class org.activiti.engine.test.TestActivityBehaviorFactory
 
throwErrorEvent(ActivitiEvent) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
TimerJobQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of Jobs.
timers() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that are timers.
timers() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that are timers.
timers() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that are timers.
timers() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that are timers.
toString() - Method in class org.activiti.engine.debug.ExecutionTree
 
toString() - Method in class org.activiti.engine.debug.ExecutionTreeNode
 
toString() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
toString() - Method in class org.activiti.engine.repository.DiagramElement
 
toString() - Method in class org.activiti.engine.repository.DiagramNode
 
total - Variable in class org.activiti.engine.management.TablePage
The total number of rows in the table.
TotalExecutionTimeCommandInterceptor - Class in org.activiti.engine.test.profiler
 
TotalExecutionTimeCommandInterceptor() - Constructor for class org.activiti.engine.test.profiler.TotalExecutionTimeCommandInterceptor
 
totalTime - Variable in class org.activiti.engine.test.profiler.ProfileSession
 
totalTimeInMs - Variable in class org.activiti.engine.test.profiler.CommandExecutionResult
 
TRANSACTION_CANCELED - Static variable in interface org.activiti.engine.history.DeleteReason
 
TransactionDependentExecutionListener - Interface in org.activiti.engine.delegate
 
TransactionDependentTaskListener - Interface in org.activiti.engine.delegate
Callback interface to be notified of transaction events.
transactionsExternallyManaged - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
transientVariable(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Adds a transient variable to the process instance
transientVariables(Map<String, Object>) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Sets the transient variables
trigger(String, Map<String, Object>) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
trigger(String) - Method in interface org.activiti.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
trigger(String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
trigger(String, Map<String, Object>, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
Similar to RuntimeService.trigger(String, Map), but with an extra parameter that allows to pass transient variables.
type - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
 
typedListeners - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
 

U

unclaim(String) - Method in interface org.activiti.engine.TaskService
A shortcut to TaskService.claim(java.lang.String, java.lang.String) with null user in order to unclaim the task
unfinished() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that are not finished yet.
unfinished() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are not yet finished.
unfinished() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which aren't finished yet.
unlocked() - Method in interface org.activiti.engine.runtime.JobQuery
Only return jobs that are not locked.
unregister(ProcessEngine) - Static method in class org.activiti.engine.ProcessEngines
Unregisters the given process engine.
updateBusinessKey(String, String) - Method in interface org.activiti.engine.compatibility.Activiti5CompatibilityHandler
 
updateBusinessKey(String, String) - Method in interface org.activiti.engine.RuntimeService
Updates the business key for the provided process instance
useClassForNameClassLoading - Variable in class org.activiti.engine.ProcessEngineConfiguration
Either use Class.forName or ClassLoader.loadClass for class loading.
User - Interface in org.activiti.engine.identity
Represents a user, used in IdentityService.
USER_TASK_ASSIGNEE - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_CANDIDATE_GROUPS - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_CANDIDATE_USERS - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_CATEGORY - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_DESCRIPTION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_DUEDATE - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_FORM_KEY - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_NAME - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_OWNER - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
USER_TASK_PRIORITY - Static variable in interface org.activiti.engine.DynamicBpmnConstants
 
userEmail(String) - Method in interface org.activiti.engine.identity.UserQuery
Only those Users with the given email address.
userEmailLike(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users where the email matches the given parameter.
userFirstName(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users with the given firstName.
userFirstNameLike(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users where the first name matches the given parameter.
userFullNameLike(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users where the full name matches the given parameters.
userId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
 
userId(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users with the given id/
userLastName(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users with the given lastName.
userLastNameLike(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users where the last name matches the given parameter.
UserQuery - Interface in org.activiti.engine.identity
Allows programmatic querying of User
useSSL - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
useTLS - Variable in class org.activiti.engine.ProcessEngineConfiguration
 

V

validateProcess(BpmnModel) - Method in interface org.activiti.engine.RepositoryService
Validates the given process definition against the rules for executing a process definition on the Activiti engine.
valueOf(String) - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.activiti.engine.task.DelegationState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.activiti.engine.task.DelegationState
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Adds a variable to the process instance
variableName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
variableName(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given variable name.
variableNameLike(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
Only select historic process variables where the given variable name is like.
variables - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
 
variables(Map<String, Object>) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
Sets the process variables
VariableScope - Interface in org.activiti.engine.delegate
Interface for class that acts as a scope for variables: i.e.
variableType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
variableUpdates() - Method in interface org.activiti.engine.history.HistoricDetailQuery
variableValue - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
 
variableValueEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable with the given value when they ended.
variableValueEquals(Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had at least one global variable with the given value when they ended.
variableValueEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
only select historic process variables with the given name and value
variableValueEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable with the given value.
variableValueEquals(Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have at least one local variable with the given value.
variableValueEquals(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable with the given value.
variableValueEquals(Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have at least one global variable with the given value.
variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances which have a local string variable with the given value, case insensitive.
variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local string variable with the given value, case insensitive.
variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a local string variable with the given value, case insensitive.
variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value greater than the passed value when they ended.
variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value greater than the passed value.
variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a variable value greater than the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value greater than or equal to the passed value when they ended.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value greater than or equal to the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value greater than or equal to the passed value.
variableValueLessThan(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value less than the passed value when the ended.
variableValueLessThan(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value less than the passed value.
variableValueLessThan(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value less than the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which has a global variable value less than or equal to the passed value when they ended.
variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value less than or equal to the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value less than or equal to the passed value.
variableValueLike(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had global variable value like the given value when they ended.
variableValueLike(String, String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
only select historic process variables like the given name and value
variableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value like the given value.
variableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value like the given value.
variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had global variable value like (case insensitive) the given value when they ended.
variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
only select historic process variables like the given name and value (case insensitive)
variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable value like the given value (case insensitive).
variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value like the given value (case insensitive).
variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable with the given name, but with a different value than the passed value when they ended.
variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
only select historic process variables that don't have the given name and value
variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local variable with the given name, but with a different value than the passed value.
variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable with the given name, but with a different value than the passed value.
variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a local string variable which is not the given value, case insensitive.
variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances which have a local string variable which is not the given value, case insensitive.
VERSION - Static variable in interface org.activiti.engine.ProcessEngine
the version of the activiti library

W

withException() - Method in interface org.activiti.engine.runtime.DeadLetterJobQuery
Only select jobs that failed due to an exception.
withException() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that failed due to an exception.
withException() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs that failed due to an exception.
withException() - Method in interface org.activiti.engine.runtime.TimerJobQuery
Only select jobs that failed due to an exception.
withJobException() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select process instances that failed due to an exception happening during a job execution.
withJobException() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Only select process instances that failed due to an exception happening during a job execution.
withLocalizationFallback() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
withLocalizationFallback() - Method in interface org.activiti.engine.runtime.ExecutionQuery
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
withLocalizationFallback() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
withLocalizationFallback() - Method in interface org.activiti.engine.task.TaskInfoQuery
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
withoutTaskDueDate() - Method in interface org.activiti.engine.task.TaskInfoQuery
Only select tasks with no due date.
withRetriesLeft() - Method in interface org.activiti.engine.runtime.SuspendedJobQuery
Only select jobs which have retries left
wrappedActivityBehaviorFactory - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
The ActivityBehaviorFactory that is constructed when the process engine was created This class delegates to this instance, unless some mocking has been defined.

X

xmlEncoding - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2017 Alfresco. All rights reserved.