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

A

AbstractFormType - Class in org.activiti.engine.form
Custom form types should extend this abstract class.
AbstractFormType() - Constructor for class org.activiti.engine.form.AbstractFormType
 
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)
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).
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.
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.
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
 
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
 
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
 
ActivitiObjectNotFoundException - Exception in org.activiti.engine
An exception indicating that the object that is required or actioned on does not exist.
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
 
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
 
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
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(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.history.HistoricDetailQuery
Deprecated.
activityId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which contain an activity with the given id.
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(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given name
activityType(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given activity type
addBpmnModel(String, BpmnModel) - 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.
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.
addClasspathResource(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
addColumnMetaData(String, String) - Method in class org.activiti.engine.management.TableMetaData
 
addComment(String, String, String) - Method in interface org.activiti.engine.TaskService
Add a comment to a task and/or process instance.
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.TaskService
Involves a group with a task.
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
addString(String, String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
 
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
 
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
 
Attachment - Interface in org.activiti.engine.task
Any type of content that is be associated with a task or with a process instance.

B

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.
buildProcessEngine() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
bytes - Variable in class org.activiti.engine.identity.Picture
 

C

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.
checkPassword(String, String) - Method in interface org.activiti.engine.IdentityService
Checks if the password is valid for the given user.
claim(String, String) - Method in interface org.activiti.engine.TaskService
Claim responsibility for a task: the given user is made assignee for the task.
classLoader - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
className - Variable in exception org.activiti.engine.ActivitiClassLoadingException
 
close() - Method in interface org.activiti.engine.ProcessEngine
 
closeProcessEngines() - Static method in class org.activiti.engine.test.ActivitiTestCase
 
columnNames - Variable in class org.activiti.engine.management.TableMetaData
 
columnTypes - Variable in class org.activiti.engine.management.TableMetaData
 
Comment - Interface in org.activiti.engine.task
User comments that form discussions around tasks.
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.
configurationResource - Variable in class org.activiti.engine.test.ActivitiRule
 
configurationResource - Variable in class org.activiti.engine.test.ActivitiTestCase
 
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
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
createDeployment() - Method in interface org.activiti.engine.RepositoryService
Starts creating a new deployment
createDeploymentQuery() - Method in interface org.activiti.engine.RepositoryService
Query process definitions.
createElResolver(VariableScope) - Method in class org.activiti.engine.test.mock.MockExpressionManager
 
createExecutionQuery() - Method in interface org.activiti.engine.RuntimeService
Creates a new ExecutionQuery instance, that can be used to query the executions and process instances.
createGroupQuery() - Method in interface org.activiti.engine.IdentityService
Creates a GroupQuery thats 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.
createJobQuery() - Method in interface org.activiti.engine.ManagementService
Returns a new JobQuery implementation, that can be used to dynamically query the jobs.
createMembership(String, String) - Method in interface org.activiti.engine.IdentityService
 
createModelQuery() - Method in interface org.activiti.engine.RepositoryService
Query models.
createNativeExecutionQuery() - Method in interface org.activiti.engine.RuntimeService
creates a new NativeExecutionQuery to query Executions by SQL directly
createNativeHistoricActivityInstanceQuery() - Method in interface org.activiti.engine.HistoryService
creates a native query to search for HistoricActivityInstances via SQL
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
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.
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
 
createProcessInstanceQuery() - Method in interface org.activiti.engine.RuntimeService
Creates a new ProcessInstanceQuery instance, that can be used to query process instances.
createStandaloneInMemProcessEngineConfiguration() - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
createStandaloneProcessEngineConfiguration() - Static method in class org.activiti.engine.ProcessEngineConfiguration
 
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.
createTaskQuery() - Method in interface org.activiti.engine.TaskService
Returns a new TaskQuery that can be used to dynamically query tasks.
createUserQuery() - Method in interface org.activiti.engine.IdentityService
Creates a UserQuery that allows to programmatically query the users.
createVariableLocal(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
 

D

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
databaseType - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
dataSource - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
dataSourceJndiName - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
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.
DEFAULT_PRIORITY - Static variable in interface org.activiti.engine.task.Task
Default value used for priority when a new Task is created.
defaultCamelContext - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
delegate(String) - Method in interface org.activiti.engine.task.Task
delegates this task to the given user and sets the delegationState to DelegationState.PENDING.
DelegateExecution - Interface in org.activiti.engine.delegate
Execution used in JavaDelegates and ExecutionListeners.
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.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
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
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.
deleteDeploymentCascade(String) - Method in interface org.activiti.engine.RepositoryService
Deprecated.
use RepositoryService.deleteDeployment(String, boolean). This methods may be deleted from 5.3.
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.TaskService
Removes the association between a group and a task for the given identityLinkType.
deleteHistoricProcessInstance(String) - Method in interface org.activiti.engine.HistoryService
Deletes historic process instance.
deleteHistoricTaskInstance(String) - Method in interface org.activiti.engine.HistoryService
Deletes historic task instance.
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
 
deleteProcessInstance(String, String) - Method in interface org.activiti.engine.RuntimeService
Delete an existing runtime process instance.
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.
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.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() - Method in interface org.activiti.engine.repository.DeploymentBuilder
Deploys all provided sources to the Activiti engine.
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.
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.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 - Variable in class org.activiti.engine.test.ActivitiRule
 
deploymentId - Variable in class org.activiti.engine.test.ActivitiTestCase
 
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.
DeploymentQuery - Interface in org.activiti.engine.repository
Allows programmatic querying of Deployments.
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
 
dueAfter(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which have a due date after the given date.
dueBefore(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which have a due date before the given date.
dueDate(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given due date.
duedateHigherThan(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs where the duedate is higher then the given date.
duedateHigherThen(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Deprecated. 
duedateHigherThenOrEquals(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Deprecated. 
duedateLowerThan(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs where the duedate is lower than the given date.
duedateLowerThen(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Deprecated. 
duedateLowerThenOrEquals(Date) - Method in interface org.activiti.engine.runtime.JobQuery
Deprecated. 

E

enableDuplicateFiltering() - Method in interface org.activiti.engine.repository.DeploymentBuilder
If set, this deployment will be compared to any previous deployment.
EngineServices - Interface in org.activiti.engine
Interface implemented by all classes that expose the Activiti services.
Event - Interface in org.activiti.engine.task
Exposes twitter-like feeds for tasks and process instances.
EVENTNAME_ALL_EVENTS - Static variable in interface org.activiti.engine.delegate.TaskListener
Not an actual event, used as a marker-value for TaskListeners that should be called for all events, including TaskListener.EVENTNAME_CREATE, TaskListener.EVENTNAME_ASSIGNMENT and TaskListener.EVENTNAME_COMPLETE.
EVENTNAME_ASSIGNMENT - Static variable in interface org.activiti.engine.delegate.TaskListener
 
EVENTNAME_COMPLETE - Static variable in interface org.activiti.engine.delegate.TaskListener
 
EVENTNAME_CREATE - Static variable in interface org.activiti.engine.delegate.TaskListener
 
EVENTNAME_END - Static variable in interface org.activiti.engine.delegate.ExecutionListener
 
EVENTNAME_START - Static variable in interface org.activiti.engine.delegate.ExecutionListener
 
EVENTNAME_TAKE - Static variable in interface org.activiti.engine.delegate.ExecutionListener
 
exceptionMessage(String) - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that failed due to an exception with the given message.
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.
executable() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs which are executable, ie.
execute(DelegateExecution) - Method in interface org.activiti.engine.delegate.JavaDelegate
 
executeJob(String) - Method in interface org.activiti.engine.ManagementService
Forced synchronous execution of a job (eg.
Execution - Interface in org.activiti.engine.runtime
Represent a 'path of execution' in a process instance.
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.HistoricTaskInstanceQuery
Only select historic task instances 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.task.TaskQuery
Only select tasks for the given execution.
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.
Expression - Interface in org.activiti.engine.delegate
 

F

finishDateBy(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
finishDateOn(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
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(FrameworkMethod) - 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.
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

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.history.HistoricActivityInstance
The unique identifier of the activity in the process
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.history.HistoricActivityInstance
The display name for the activity
getActivityType() - Method in interface org.activiti.engine.history.HistoricActivityInstance
The XML tag of the activity as in the process file
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.history.HistoricTaskInstance
The latest assignee given to this task.
getAssignee() - Method in interface org.activiti.engine.task.Task
The userId of the person to which this task is delegated.
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
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.delegate.DelegateExecution
Deprecated.
use DelegateExecution.getProcessBusinessKey() to get the business key for the process associated with this execution, regardless whether or not this execution is a process-instance.
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.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
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.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
getClaimTime() - Method in interface org.activiti.engine.history.HistoricTaskInstance
Time when the task was claimed.
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.
getColumnNames() - Method in class org.activiti.engine.management.TableMetaData
 
getColumnTypes() - Method in class org.activiti.engine.management.TableMetaData
 
getCommonPropertyType(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getConfigurationResource() - Method in class org.activiti.engine.test.ActivitiRule
 
getConfigurationResource() - Method in class org.activiti.engine.test.ActivitiTestCase
 
getCreateTime() - Method in interface org.activiti.engine.delegate.DelegateTask
The date/time when this task was created
getCreateTime() - Method in interface org.activiti.engine.repository.Model
 
getCreateTime() - Method in interface org.activiti.engine.task.Task
The date/time when this task was created
getCurrentActivityId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the id of the current activity.
getCurrentActivityName() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the name of the current activity.
getDatabaseSchemaUpdate() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDatabaseType() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDataSource() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDataSourceJndiName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDbVersion() - Method in exception org.activiti.engine.ActivitiWrongDbException
The version of the Activiti library that was used to create the database schema.
getDefaultCamelContext() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getDefaultProcessEngine() - Static method in class org.activiti.engine.ProcessEngines
 
getDelegationState() - Method in interface org.activiti.engine.task.Task
The current DelegationState for this task.
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 }.
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.repository.Model
 
getDeploymentId() - Method in interface org.activiti.engine.repository.ProcessDefinition
The deployment in which this process definition is contained.
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.HistoricTaskInstance
The latest description given to this task.
getDescription() - Method in interface org.activiti.engine.repository.ProcessDefinition
description of this process
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.Task
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.history.HistoricTaskInstance
Task due date
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.Task
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
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
 
getEndActivityId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
Deprecated.
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.
getEngineServices() - Method in interface org.activiti.engine.delegate.DelegateExecution
All Activiti services can be accessed through this interface.
getErrorCode() - Method in exception org.activiti.engine.delegate.BpmnError
 
getEventName() - Method in interface org.activiti.engine.delegate.DelegateExecution
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.
getExecution() - Method in interface org.activiti.engine.delegate.DelegateTask
Returns the execution currently at the task.
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.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.history.HistoricTaskInstance
Execution reference.
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.Task
Reference to the path of execution or null if it is not related to a process instance.
getExpressionText() - Method in interface org.activiti.engine.delegate.Expression
 
getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getFirstName() - Method in interface org.activiti.engine.identity.User
 
getFirstResult() - Method in class org.activiti.engine.management.TablePage
 
getFormKey() - Method in interface org.activiti.engine.form.FormData
User defined reference to a form.
getFormKey() - Method in interface org.activiti.engine.history.HistoricTaskInstance
Task form key.
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.EngineServices
 
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
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 calleding during process parsing.
getHeight() - Method in class org.activiti.engine.repository.DiagramNode
 
getHistory() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getHistoryService() - Method in interface org.activiti.engine.EngineServices
 
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.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.HistoricTaskInstance
The unique identifier of this historic task instance.
getId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
The unique DB id
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.Task
DB id of the task.
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.EngineServices
 
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
 
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.
getJobId() - Method in exception org.activiti.engine.JobNotFoundException
 
getJpaEntityManagerFactory() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getJpaPersistenceUnitName() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
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
getLastName() - Method in interface org.activiti.engine.identity.User
 
getLastUpdateTime() - Method in interface org.activiti.engine.repository.Model
 
getLibraryVersion() - Method in exception org.activiti.engine.ActivitiWrongDbException
The version of the Activiti library used.
getMailServerDefaultFrom() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerHost() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerPassword() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerPort() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUsername() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUseSSL() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getMailServerUseTLS() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
getManagementService() - Method in interface org.activiti.engine.EngineServices
 
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.
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
 
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.HistoricTaskInstance
The latest name given to this task.
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.task.Attachment
free user defined short (max 255 chars) name for this attachment
getName() - Method in interface org.activiti.engine.task.Task
Name or title of the task.
getNode(String) - Method in class org.activiti.engine.repository.DiagramLayout
 
getNodes() - Method in class org.activiti.engine.repository.DiagramLayout
 
getObjectClass() - Method in exception org.activiti.engine.ActivitiObjectNotFoundException
The class of the object that was not found.
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.history.HistoricTaskInstance
Task owner
getOwner() - Method in interface org.activiti.engine.task.Task
The userId of the person that is responsible for this task.
getParentId() - Method in interface org.activiti.engine.delegate.DelegateExecution
Gets the id of the parent of this execution.
getParentTaskId() - Method in interface org.activiti.engine.history.HistoricTaskInstance
The parent task of this task, in case this task was a subtask
getParentTaskId() - Method in interface org.activiti.engine.task.Task
the parent task for which this task is a subtask
getPassword() - Method in interface org.activiti.engine.identity.User
 
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.history.HistoricTaskInstance
Task priority
getPriority() - Method in interface org.activiti.engine.task.Task
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
getProcessBusinessKey() - Method in interface org.activiti.engine.delegate.DelegateExecution
The business key for the process instance this execution is associated with.
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.
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.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.HistoricTaskInstance
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.Task
Reference to the process definition or null if it is not related to a process.
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.
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
 
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.
getProcessInstanceAttachments(String) - Method in interface org.activiti.engine.TaskService
The list of attachments associated to a process instance
getProcessInstanceComments(String) - Method in interface org.activiti.engine.TaskService
The comments 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.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.HistoricTaskInstance
Process instance reference.
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.Task
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.
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
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.EngineServices
 
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
 
getRows() - Method in class org.activiti.engine.management.TablePage
 
getRuntimeService() - Method in interface org.activiti.engine.EngineServices
 
getRuntimeService() - Method in class org.activiti.engine.test.ActivitiRule
 
getSize() - Method in class org.activiti.engine.management.TablePage
 
getStartActivityId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The start activity.
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.
getStartUserId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
The authenticated user that started this process instance.
getSubTasks(String) - Method in interface org.activiti.engine.TaskService
The list of subtasks for this parent task
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
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.
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.
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.history.HistoricTaskInstance
Task definition key.
getTaskDefinitionKey() - Method in interface org.activiti.engine.task.Task
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.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.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.
getTaskService() - Method in interface org.activiti.engine.EngineServices
 
getTaskService() - Method in class org.activiti.engine.test.ActivitiRule
 
getTime() - Method in interface org.activiti.engine.history.HistoricDetail
The time when this detail occurred
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
getTotal() - Method in class org.activiti.engine.management.TablePage
 
getType() - Method in interface org.activiti.engine.form.FormProperty
Type of the property.
getType() - Method in interface org.activiti.engine.identity.Group
 
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.IdentityLink
Returns the type of link.
getType(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
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.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(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
 
getVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
 
getVariable(String, String) - 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.
getVariableLocal(Object) - Method in interface org.activiti.engine.delegate.VariableScope
 
getVariableLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
The variable value for an execution.
getVariableLocal(String, String) - Method in interface org.activiti.engine.TaskService
get a variables and only search in the task scope.
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
 
getVariableNamesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
 
getVariables() - Method in interface org.activiti.engine.delegate.VariableScope
 
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
 
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
getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableInstance
 
getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
 
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
getX() - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
getX() - Method in class org.activiti.engine.repository.DiagramNode
 
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(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

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
 
hasVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
 
hasVariables() - Method in interface org.activiti.engine.delegate.VariableScope
 
hasVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
 
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.
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.
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
 
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.repository.DiagramElement
 
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
 
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).
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
 
involvedUser(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
Select the process instances with which the user with the given id is involved.
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
 
isEnded() - Method in interface org.activiti.engine.runtime.Execution
Indicates if the execution is ended.
isInitialized - Static variable in class org.activiti.engine.ProcessEngines
 
isJdbcPingEnabled() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isJobExecutorActivate() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isJpaCloseEntityManager() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isJpaHandleTransaction() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
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
 
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
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
Indicated whether this task is suspended or not.
isTransactionsExternallyManaged() - Method in class org.activiti.engine.ProcessEngineConfiguration
 
isWritable() - Method in interface org.activiti.engine.form.FormProperty
Is this property expected when a user submits the form?

J

JavaDelegate - Interface in org.activiti.engine.delegate
Convience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
JavaDelegateHelper - Class in org.activiti.engine.delegate
Class that provides helper operations for use in the JavaDelegate class.
JavaDelegateHelper() - Constructor for class org.activiti.engine.delegate.JavaDelegateHelper
 
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, message, etc.).
jobExecutorActivate - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
jobId(String) - Method in interface org.activiti.engine.runtime.JobQuery
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.
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
 

L

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.
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.Query
Executes the query and get a list of entities as the result.

M

mailServerDefaultFrom - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerHost - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerPassword - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerPort - Variable in class org.activiti.engine.ProcessEngineConfiguration
 
mailServerUsername - 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
 
memberOfGroup(String) - Method in interface org.activiti.engine.identity.UserQuery
Only select Users that belong to the given group.
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'.
messageEventSubscription(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Deprecated.
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.
messages() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that are messages.
mimeType - Variable in class org.activiti.engine.identity.Picture
 
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
 
Mocks - Class in org.activiti.engine.test.mock
Registry for mock objects.
Mocks() - Constructor for class org.activiti.engine.test.mock.Mocks
 
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.
modelVersion(Integer) - Method in interface org.activiti.engine.repository.ModelQuery
Only select model with a certain version.

N

name(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
Gives the deployment the given name.
NAME_DEFAULT - Static variable in class org.activiti.engine.ProcessEngines
 
NativeExecutionQuery - Interface in org.activiti.engine.runtime
Allows querying of Executions via native (SQL) queries
NativeHistoricActivityInstanceQuery - Interface in org.activiti.engine.history
Allows querying of HistoricActivityInstanceQuerys 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
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
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.
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
 

O

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.
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()).
orderByDueDate() - Method in interface org.activiti.engine.task.TaskQuery
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.history.HistoricTaskInstanceQuery
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.task.TaskQuery
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()).
orderByHistoricActivityInstanceStartTime() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
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.JobQuery
Order by duedate (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()).
orderByJobRetries() - Method in interface org.activiti.engine.runtime.JobQuery
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.history.HistoricTaskInstanceQuery
Order by 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()).
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.HistoricTaskInstanceQuery
Order by 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.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.task.TaskQuery
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.history.HistoricTaskInstanceQuery
Order by task assignee (needs to be followed by Query.asc() or Query.desc()).
orderByTaskAssignee() - Method in interface org.activiti.engine.task.TaskQuery
Order by assignee (needs to be followed by Query.asc() or Query.desc()).
orderByTaskCreateTime() - Method in interface org.activiti.engine.task.TaskQuery
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.history.HistoricTaskInstanceQuery
Order by task definition key (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDescription() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task description (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDescription() - Method in interface org.activiti.engine.task.TaskQuery
Order by description (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDueDate() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task due date (needs to be followed by Query.asc() or Query.desc()).
orderByTaskId() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task id (needs to be followed by Query.asc() or Query.desc()).
orderByTaskId() - Method in interface org.activiti.engine.task.TaskQuery
Order by task id (needs to be followed by Query.asc() or Query.desc()).
orderByTaskName() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task name (needs to be followed by Query.asc() or Query.desc()).
orderByTaskName() - Method in interface org.activiti.engine.task.TaskQuery
Order by task name (needs to be followed by Query.asc() or Query.desc()).
orderByTaskOwner() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task owner (needs to be followed by Query.asc() or Query.desc()).
orderByTaskPriority() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Order by task priority key (needs to be followed by Query.asc() or Query.desc()).
orderByTaskPriority() - Method in interface org.activiti.engine.task.TaskQuery
Order by priority (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.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.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.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.mock - package org.activiti.engine.test.mock
 
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.
parse(BpmnParse, BaseElement) - Method in interface org.activiti.engine.parse.BpmnParseHandler
The actual delegation method.
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
 
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.
PRIORITY_MAXIMUM - Static variable in interface org.activiti.engine.task.Task
Deprecated.
Will be removed in 5.13
PRIORITY_MINIUM - Static variable in interface org.activiti.engine.task.Task
Deprecated.
Will be removed in 5.13
PRIORITY_NORMAL - Static variable in interface org.activiti.engine.task.Task
Deprecated.
Will be removed in 5.13
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.repository.ProcessDefinitionQuery
Only select process definitions with the given category.
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(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.history.HistoricTaskInstanceQuery
Only select historic task instances for the given process definition.
processDefinitionId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definiton with the given 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.ProcessInstanceQuery
Select the process instances which are defined by a process definition with the given id.
processDefinitionId(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which are part of a process instance which has the given process definition id.
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.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a (historic) process instance which has 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.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.TaskQuery
Only select tasks which are part of a process instance which has the given process definition key.
processDefinitionKeyLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definitions where the key matches the given parameter.
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
processDefinitionName(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a (historic) process instance which has the given definition name.
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.task.TaskQuery
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.
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 .
processDefinitionVersion(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only select process definition with a certain version.
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
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 get's 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
 
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.
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) - 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.TaskQuery
Only select tasks foe the given business key
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.HistoricTaskInstanceQuery
Only select historic task instances for 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.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.task.TaskQuery
Only select tasks for the given process instance id.
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
ProcessInstanceQuery - Interface in org.activiti.engine.runtime
Allows programmatic querying of ProcessInstances.
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.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which have a variable with the given name set to the given value.
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.TaskQuery
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.TaskQuery
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.TaskQuery
Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.
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.TaskQuery
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.TaskQuery
Only select tasks which are part of a process that has a string variable with the given value, case insensitive.

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.
removeVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
Removes the variable and creates a new 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 HistoricVariableUpdateEntity.
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 HistoricVariableUpdateEntity for each of them.
removeVariables() - Method in interface org.activiti.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdateEntity 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 HistoricVariableUpdateEntity for each of them.
removeVariablesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdateEntity 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() - Static method in class org.activiti.engine.test.mock.Mocks
This method resets the internal map of mock objects.
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.
retry(String) - Static method in class org.activiti.engine.ProcessEngines
retries to initialize a process engine that previously failed.
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 {colum name, value}.
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.TaskService
Update the name and decription of an attachment
saveGroup(Group) - Method in interface org.activiti.engine.IdentityService
Saves the group.
saveModel(Model) - Method in interface org.activiti.engine.RepositoryService
Saves the model.
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.
setActivityFontName(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.
setAuthenticatedUserId(String) - Method in interface org.activiti.engine.IdentityService
Passes the authenticated user id for this particular thread.
setCategory(String) - Method in interface org.activiti.engine.repository.Model
 
setClassLoader(ClassLoader) - 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
 
setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiRule
 
setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiTestCase
 
setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiRule
 
setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiTestCase
 
setDatabaseSchemaUpdate(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDatabaseType(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
 
setDefaultCamelContext(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setDelegationState(DelegationState) - Method in interface org.activiti.engine.task.Task
The current DelegationState for this task.
setDeploymentId(String) - Method in interface org.activiti.engine.repository.Model
 
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.
setElements(Map<String, DiagramElement>) - Method in class org.activiti.engine.repository.DiagramLayout
 
setEmail(String) - Method in interface org.activiti.engine.identity.User
 
setErrorCode(String) - Method in exception org.activiti.engine.delegate.BpmnError
 
setFirstName(String) - Method in interface org.activiti.engine.identity.User
 
setFirstResult(long) - Method in class org.activiti.engine.management.TablePage
 
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
 
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
 
setIdBlockSize(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setIdentityService(IdentityService) - Method in class org.activiti.engine.test.ActivitiRule
 
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
 
setJobExecutorActivate(boolean) - 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
 
setLastName(String) - Method in interface org.activiti.engine.identity.User
 
setMailServerDefaultFrom(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerHost(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerPassword(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerPort(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUsername(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUseSSL(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setMailServerUseTLS(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setManagementService(ManagementService) - Method in class org.activiti.engine.test.ActivitiRule
 
setMetaInfo(String) - Method in interface org.activiti.engine.repository.Model
 
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.
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.
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
 
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
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(String, int) - Method in interface org.activiti.engine.TaskService
Changes the priority of the task.
setProcessEngine(ProcessEngine) - 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
 
setRepositoryService(RepositoryService) - Method in class org.activiti.engine.test.ActivitiRule
 
setRows(List<Map<String, Object>>) - Method in class org.activiti.engine.management.TablePage
 
setRuntimeService(RuntimeService) - Method in class org.activiti.engine.test.ActivitiRule
 
setTableName(String) - Method in class org.activiti.engine.management.TableMetaData
 
setTableName(String) - Method in class org.activiti.engine.management.TablePage
 
setTaskService(TaskService) - Method in class org.activiti.engine.test.ActivitiRule
 
setTotal(long) - Method in class org.activiti.engine.management.TablePage
 
setTransactionsExternallyManaged(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
 
setType(String) - Method in interface org.activiti.engine.identity.Group
 
setUp() - Method in class org.activiti.engine.test.ActivitiTestCase
 
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
 
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
 
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.
setVariables(Map<String, ? extends Object>) - Method in interface org.activiti.engine.delegate.VariableScope
 
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
 
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.
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
 
setX(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
setX(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
setY(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
 
setY(Double) - Method in class org.activiti.engine.repository.DiagramNode
 
signal(String) - Method in interface org.activiti.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
signal(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.
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.
signalEventSubscription(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Deprecated.
signalEventSubscriptionName(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
Only select executions which have a signal event subscription for the given signal name.
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.
sql(String) - Method in interface org.activiti.engine.query.NativeQuery
Hand in the SQL statement you want to execute.
startableByUser(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
Only selects process definitions which given userId is authoriezed to start
startDateBy(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
startDateOn(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
startedAfter(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started after the given date.
startedBefore(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started before the given date.
startedBy(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are started by the given user.
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(FrameworkMethod) - Method in class org.activiti.engine.test.ActivitiRule
 
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.
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.
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>) - 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.
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.
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).
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.
Task - Interface in org.activiti.engine.task
Represents one task for a human user.
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.history.HistoricTaskInstanceQuery
Only select historic task instances which were last assigned to the given assignee.
taskAssignee(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which are assigned to the given user.
taskAssigneeLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which were last assigned to an assignee like the given value.
taskCandidateGroup(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks for which users in the given group are candidates.
taskCandidateGroupIn(List<String>) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks for which the 'candidateGroup' is one of the given groups.
taskCandidateUser(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks for which the given user is a candidate.
taskCreatedAfter(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks that are created after the given date.
taskCreatedBefore(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks that are created before the given date.
taskCreatedOn(Date) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks that are created on the given date.
taskDefinitionKey(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task definition key.
taskDefinitionKey(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given taskDefinitionKey.
taskDefinitionKeyLike(String) - Method in interface org.activiti.engine.task.TaskQuery
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.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task description.
taskDescription(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given description.
taskDescriptionLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task description like the given value.
taskDescriptionLike(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with a description matching the parameter .
taskDueAfter(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a due date after the given date.
taskDueBefore(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a due date before the given date.
taskDueDate(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances with the given due date.
TaskFormData - Interface in org.activiti.engine.form
Specific FormData for completing a task.
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.HistoricTaskInstanceQuery
Only select historic task instances for the given task id.
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.TaskQuery
Only select tasks with the given task id (in practice, there will be maximum one of this kind)
taskInvolvedUser(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks for which there exist an IdentityLink with the given user
TaskListener - Interface in org.activiti.engine.delegate
 
taskMaxPriority(Integer) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given priority or lower.
taskMinPriority(Integer) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given priority or higher.
taskName(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task name.
taskName(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with the given name
taskNameLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task name like the given value.
taskNameLike(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks with a name matching the parameter.
taskOwner(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have the given owner.
taskOwner(String) - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks for which the given user is the owner.
taskOwnerLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have an owner like the one specified.
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.history.HistoricTaskInstanceQuery
Only select historic task instances with the given priority.
taskPriority(Integer) - Method in interface org.activiti.engine.task.TaskQuery
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
 
taskUnassigned() - Method in interface org.activiti.engine.task.TaskQuery
Only select tasks which don't have an assignee.
taskUnnassigned() - Method in interface org.activiti.engine.task.TaskQuery
Deprecated.
taskVariableValueEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have a local task variable with the given name set to the given value.
taskVariableValueEquals(String, Object) - Method in interface org.activiti.engine.task.TaskQuery
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.TaskQuery
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.TaskQuery
Only select tasks which have a local string variable with the given value, case insensitive.
taskVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.task.TaskQuery
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.TaskQuery
Only select tasks which have a local string variable with is not the given value, case insensitive.
tearDown() - Method in class org.activiti.engine.test.ActivitiTestCase
 
timers() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs that are timers.
toString() - Method in exception org.activiti.engine.delegate.BpmnError
 
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.
transactionsExternallyManaged - Variable in class org.activiti.engine.ProcessEngineConfiguration
 

U

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.
unregister(ProcessEngine) - Static method in class org.activiti.engine.ProcessEngines
Unregisters the given process engine.
User - Interface in org.activiti.engine.identity
Represents a user, used in IdentityService.
userEmail(String) - Method in interface org.activiti.engine.identity.UserQuery
Only those Users with the given email addres.
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.
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

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.task.DelegationState
Returns an array containing the constants of this enum type, in the order they are declared.
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.
VariableScope - Interface in org.activiti.engine.delegate
 
variableUpdates() - Method in interface org.activiti.engine.history.HistoricDetailQuery
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.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.
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.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.JobQuery
Only select jobs that failed due to an exception.
withRetriesLeft() - Method in interface org.activiti.engine.runtime.JobQuery
Only select jobs which have retries left
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2013 Alfresco. All Rights Reserved.