- AbstractFormType - Class in org.activiti.engine.form
-
Custom form types should extend this abstract class.
- AbstractFormType() - Constructor for class org.activiti.engine.form.AbstractFormType
-
- AbstractProcessEngineConfigurator - Class in org.activiti.engine.cfg
-
- AbstractProcessEngineConfigurator() - Constructor for class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
-
- ACTION_ADD_ATTACHMENT - Static variable in interface org.activiti.engine.task.Event
-
An attachment was added with the attachment name as message.
- ACTION_ADD_COMMENT - Static variable in interface org.activiti.engine.task.Event
-
An user comment was added with the short version of the comment as message.
- ACTION_ADD_GROUP_LINK - Static variable in interface org.activiti.engine.task.Event
-
A group identity link was added with following message parts:
[0] groupId
[1] identity link type (aka role)
- ACTION_ADD_USER_LINK - Static variable in interface org.activiti.engine.task.Event
-
A user identity link was added with following message parts:
[0] userId
[1] identity link type (aka role)
- ACTION_DELETE_ATTACHMENT - Static variable in interface org.activiti.engine.task.Event
-
An attachment was deleted with the attachment name as message.
- ACTION_DELETE_GROUP_LINK - Static variable in interface org.activiti.engine.task.Event
-
A group identity link was added with following message parts:
[0] groupId
[1] identity link type (aka role)
- ACTION_DELETE_USER_LINK - Static variable in interface org.activiti.engine.task.Event
-
A user identity link was added with following message parts:
[0] userId
[1] identity link type (aka role)
- activateProcessDefinitionById(String) - Method in interface org.activiti.engine.RepositoryService
-
Activates the process definition with the given id.
- activateProcessDefinitionById(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
-
Activates the process definition with the given id.
- activateProcessDefinitionByKey(String) - Method in interface org.activiti.engine.RepositoryService
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessDefinitionByKey(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
-
Activates the process definition with the given key (=id in the bpmn20.xml file).
- activateProcessDefinitionByKey(String, String) - Method in interface org.activiti.engine.RepositoryService
-
- activateProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.activiti.engine.RepositoryService
-
- 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.
- ActivitiActivityCancelledEvent - Interface in org.activiti.engine.delegate.event
-
An
ActivitiEvent
related to cancel event being sent to an activity.
- ActivitiActivityCancelledEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiActivityCancelledEventImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
-
- ActivitiActivityEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiActivityEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiActivityEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- ActivitiCancelledEvent - Interface in org.activiti.engine.delegate.event
-
An
ActivitiEvent
related to cancel event being sent when activiti
object is cancelled.
- ActivitiClassLoadingException - Exception in org.activiti.engine
-
Runtime exception indicating the requested class was not found or an error occurred
while loading the class.
- ActivitiClassLoadingException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiClassLoadingException
-
- ActivitiEntityEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiEntityEventImpl - Class in org.activiti.engine.delegate.event.impl
-
Base class for all
ActivitiEvent
implementations, related to entities.
- ActivitiEntityEventImpl(Object, ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
-
- ActivitiEntityExceptionEventImpl - Class in org.activiti.engine.delegate.event.impl
-
Base class for all
ActivitiEvent
implementations, represents an exception occured, related
to an entity.
- ActivitiEntityExceptionEventImpl(Object, ActivitiEventType, Throwable) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
-
- ActivitiEntityWithVariablesEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiEntityWithVariablesEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiEntityWithVariablesEventImpl(Object, Map, boolean, ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
-
- ActivitiErrorEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiErrorEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiErrorEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
-
- ActivitiEvent - Interface in org.activiti.engine.delegate.event
-
Describes an event that occurred in the Activiti Engine which is dispatched to external
listeners, if any.
- ActivitiEventBuilder - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiEventBuilder() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
-
- ActivitiEventDispatcher - Interface in org.activiti.engine.delegate.event
-
- ActivitiEventDispatcherImpl - Class in org.activiti.engine.delegate.event.impl
-
Class capable of dispatching events.
- ActivitiEventDispatcherImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
-
- ActivitiEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
Creates a new event implementation, not part of an execution context.
- ActivitiEventImpl(ActivitiEventType, String, String, String) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
Creates a new event implementation, part of an execution context.
- ActivitiEventListener - Interface in org.activiti.engine.delegate.event
-
Describes a class that listens for
ActivitiEvent
s dispatched by the engine.
- ActivitiEventSupport - Class in org.activiti.engine.delegate.event.impl
-
Class that allows adding and removing event listeners and dispatching events
to the appropriate listeners.
- ActivitiEventSupport() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- ActivitiEventType - Enum in org.activiti.engine.delegate.event
-
- ActivitiException - Exception in org.activiti.engine
-
Runtime exception that is the superclass of all Activiti exceptions.
- ActivitiException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiException
-
- ActivitiException(String) - Constructor for exception org.activiti.engine.ActivitiException
-
- ActivitiExceptionEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiIllegalArgumentException - Exception in org.activiti.engine
-
An exception indicating that an illegal argument has been supplied in an Activiti API-call,
an illegal value was configured in the engine's configuration or an illegal value has been supplied
or an illegal value is used in a process-definition.
- ActivitiIllegalArgumentException(String) - Constructor for exception org.activiti.engine.ActivitiIllegalArgumentException
-
- ActivitiIllegalArgumentException(String, Throwable) - Constructor for exception org.activiti.engine.ActivitiIllegalArgumentException
-
- ActivitiMembershipEvent - Interface in org.activiti.engine.delegate.event
-
An event related to group memberships.
- ActivitiMembershipEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiMembershipEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- ActivitiMessageEvent - Interface in org.activiti.engine.delegate.event
-
An
ActivitiEvent
related to an message being sent to an activity.
- ActivitiMessageEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiMessageEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
-
- ActivitiMockSupport - Class in org.activiti.engine.test.mock
-
- ActivitiMockSupport(TestActivityBehaviorFactory) - Constructor for class org.activiti.engine.test.mock.ActivitiMockSupport
-
- ActivitiMockSupport(ProcessEngine) - Constructor for class org.activiti.engine.test.mock.ActivitiMockSupport
-
- ActivitiObjectNotFoundException - Exception in org.activiti.engine
-
An exception indicating that the object that is required or actioned on
does not exist.
- ActivitiObjectNotFoundException(String) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
-
- ActivitiObjectNotFoundException(String, Class<?>) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
-
- ActivitiObjectNotFoundException(Class<?>) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
-
- ActivitiObjectNotFoundException(String, Class<?>, Throwable) - Constructor for exception org.activiti.engine.ActivitiObjectNotFoundException
-
- ActivitiOptimisticLockingException - Exception in org.activiti.engine
-
Exception that is thrown when an optimistic locking occurs in the datastore
caused by concurrent access of the same data entry.
- ActivitiOptimisticLockingException(String) - Constructor for exception org.activiti.engine.ActivitiOptimisticLockingException
-
- ActivitiProcessCancelledEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiProcessCancelledEventImpl() - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
-
- ActivitiProcessStartedEvent - Interface in org.activiti.engine.delegate.event
-
An
ActivitiEvent
related to start event being sent when activiti process
instance is started.
- ActivitiProcessStartedEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiProcessStartedEventImpl(Object, Map, boolean) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
-
- ActivitiRule - Class in org.activiti.engine.test
-
Convenience for ProcessEngine and services initialization in the form of a
JUnit rule.
- ActivitiRule() - Constructor for class org.activiti.engine.test.ActivitiRule
-
- ActivitiRule(String) - Constructor for class org.activiti.engine.test.ActivitiRule
-
- ActivitiRule(ProcessEngine) - Constructor for class org.activiti.engine.test.ActivitiRule
-
- ActivitiSequenceFlowTakenEvent - Interface in org.activiti.engine.delegate.event
-
An
ActivitiEvent
that indicates a certain sequence flow has been taken.
- ActivitiSequenceFlowTakenEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiSequenceFlowTakenEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- ActivitiSignalEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiSignalEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiSignalEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- ActivitiTaskAlreadyClaimedException - Exception in org.activiti.engine
-
This exception is thrown when you try to claim a task that is already claimed
by someone else.
- ActivitiTaskAlreadyClaimedException(String, String) - Constructor for exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
-
- ActivitiTestCase - Class in org.activiti.engine.test
-
Convenience for ProcessEngine and services initialization in the form of a JUnit base class.
- ActivitiTestCase() - Constructor for class org.activiti.engine.test.ActivitiTestCase
-
uses 'activiti.cfg.xml' as it's configuration resource
- ActivitiVariableEvent - Interface in org.activiti.engine.delegate.event
-
- ActivitiVariableEventImpl - Class in org.activiti.engine.delegate.event.impl
-
- ActivitiVariableEventImpl(ActivitiEventType) - Constructor for class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- ActivitiWrongDbException - Exception in org.activiti.engine
-
Exception that is thrown when the Activiti engine discovers a mismatch between the
database schema version and the engine version.
- ActivitiWrongDbException(String, String) - Constructor for exception org.activiti.engine.ActivitiWrongDbException
-
- activityFontName - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- activityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- activityId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for the given activity (id from BPMN 2.0 XML)
- activityId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which contain an activity with the given id.
- 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
-
- activityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- activityName(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for activities with the given name
- activityTenantId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that have the given tenant id.
- activityTenantIdLike(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with a tenant id like the given one.
- activityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- activityType(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for activities with the given activity type
- activityWithoutTenantId() - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances that do not have a tenant id.
- addBpmnModel(String, BpmnModel) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
- 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.
- addClassDelegateMock(String, Class<?>) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- addClassDelegateMock(String, String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- addClasspathResource(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
- addColumnMetaData(String, String) - Method in class org.activiti.engine.management.TableMetaData
-
- addComment(String, String, String) - Method in interface org.activiti.engine.TaskService
-
Add a comment to a task and/or process instance.
- addComment(String, String, String, String) - Method in interface org.activiti.engine.TaskService
-
Add a comment to a task and/or process instance with a custom type.
- addEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
-
Adds an event-listener which will be notified of ALL events by the dispatcher.
- addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
-
Adds an event-listener which will only be notified when an event of the given types occurs.
- addEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
-
- addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
-
- addEventListener(ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- addEventListener(ActivitiEventListener) - Method in interface org.activiti.engine.RuntimeService
-
Adds an event-listener which will be notified of ALL events by the
dispatcher.
- addEventListener(ActivitiEventListener, ActivitiEventType...) - Method in interface org.activiti.engine.RuntimeService
-
Adds an event-listener which will only be notified when an event occurs,
which type is in the given types.
- addGroupIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Involves a group with group task.
- addGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
-
Involves a group with a process instance.
- addGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
-
Involves a group with a task.
- addInputStream(String, InputStream) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
- addModelEditorSource(String, byte[]) - Method in interface org.activiti.engine.RepositoryService
-
Saves the model editor source for a model
- addModelEditorSourceExtra(String, byte[]) - Method in interface org.activiti.engine.RepositoryService
-
Saves the model editor source extra for a model
- addNoOpServiceTaskByClassName(String) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- addNoOpServiceTaskByClassName(String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- addNoOpServiceTaskById(String) - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- addNoOpServiceTaskById(String) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- addParticipantGroup(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- addParticipantUser(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- addRuleIdExpression(Expression) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
-
- addRuleVariableInputIdExpression(Expression) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
-
- addString(String, String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
- addTypedEventListener(ActivitiEventListener, ActivitiEventType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- addUserIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Involves a user with a task.
- addUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
-
Involves a user with a process instance.
- addUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
-
Involves a user with a task.
- addVariable(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
-
Add a variable to the process instance
- addZipInputStream(ZipInputStream) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
- allServiceTasksNoOp - Variable in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- annotationFontName - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- apply(Statement, Description) - Method in class org.activiti.engine.test.ActivitiRule
-
Implementation based on TestWatcher
.
- asc() - Method in interface org.activiti.engine.query.Query
-
Order the results ascending on the given property as defined in this
class (needs to come after a call to one of the orderByXxxx methods).
- assertProcessEnded(String) - Method in class org.activiti.engine.test.ActivitiTestCase
-
- ASSIGNEE - Static variable in class org.activiti.engine.task.IdentityLinkType
-
- asyncExecutor - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- asyncExecutorActivate - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- asyncExecutorEnabled - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- asyncFailedJobWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
define the default wait time for a failed async job in seconds
- Attachment - Interface in org.activiti.engine.task
-
Any type of content that is be associated with
a task or with a process instance.
- databaseCatalog - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
database catalog to use
- databaseSchema - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
In some situations you want to set the schema to use for table checks / generation if the database metadata
doesn't return that correctly, see https://activiti.atlassian.net/browse/ACT-1220,
https://activiti.atlassian.net/browse/ACT-1062
- databaseSchemaUpdate - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- databaseSchemaUpgrade(Connection, String, String) - Method in interface org.activiti.engine.ManagementService
-
programmatic schema update on a given connection returning feedback about what happened
- databaseTablePrefix - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
Allows configuring a database table prefix which is used for all runtime operations of the process engine.
- databaseType - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- databaseWildcardEscapeCharacter - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
Escape character for doing wildcard searches.
- 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_CONFIGURATOR_PRIORITY - Static variable in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
-
- 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
-
- defaultFailedJobWaitTime - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
define the default wait time for a failed job in seconds
- delegate(String) - Method in interface org.activiti.engine.task.Task
-
- DelegateExecution - Interface in org.activiti.engine.delegate
-
- DelegateHelper - Class in org.activiti.engine.delegate
-
- DelegateHelper() - Constructor for class org.activiti.engine.delegate.DelegateHelper
-
- DelegateTask - Interface in org.activiti.engine.delegate
-
- delegateTask(String, String) - Method in interface org.activiti.engine.TaskService
-
Delegates the task to another user.
- DelegationState - Enum in org.activiti.engine.task
-
Defines the different states of delegation that a task can be in.
- deleteAttachment(String) - Method in interface org.activiti.engine.TaskService
-
Delete an attachment
- deleteCandidateGroup(String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
- 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
-
- deleteComment(String) - Method in interface org.activiti.engine.TaskService
-
Removes an individual comment with the given id.
- deleteComments(String, String) - Method in interface org.activiti.engine.TaskService
-
Removes all comments from the provided task and/or process instance
- deleted() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are deleted.
- 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
-
- deleteEventLogEntry(long) - Method in interface org.activiti.engine.ManagementService
-
Delete a EventLogEntry.
- deleteGroup(String) - Method in interface org.activiti.engine.IdentityService
-
Deletes the group.
- deleteGroupIdentityLink(String, String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Removes the association between a group and a task for the given identityLinkType.
- deleteGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.RuntimeService
-
Removes the association between a group and a process instance for the given identityLinkType.
- deleteGroupIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
-
Removes the association between a group and a task for the given identityLinkType.
- deleteHistoricProcessInstance(String) - Method in interface org.activiti.engine.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
-
- deleteParticipantGroup(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- deleteParticipantUser(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- deleteProcessInstance(String, String) - Method in interface org.activiti.engine.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.RuntimeService
-
Removes the association between a user and a process instance for the given identityLinkType.
- deleteUserIdentityLink(String, String, String) - Method in interface org.activiti.engine.TaskService
-
Removes the association between a user and a task for the given identityLinkType.
- deleteUserInfo(String, String) - Method in interface org.activiti.engine.IdentityService
-
Delete an entry of the generic extensibility key-value pairs associated with a user
- deploy() - 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.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process
definition with the given deployment identifier.
- deploymentId(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployments with the given deployment id.
- deploymentId(String) - Method in interface org.activiti.engine.repository.ModelQuery
-
Only select models that are the source for the provided deployment
- deploymentId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that are deployed in a deployment with the
given deployment id
- deploymentId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a deployment
with the given id.
- deploymentId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given
deployment id.
- deploymentId - Variable in class org.activiti.engine.test.ActivitiRule
-
- deploymentId - Variable in class org.activiti.engine.test.ActivitiTestCase
-
- deploymentIdIn(List<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process
definition with one of the given deployment identifiers.
- deploymentIdIn(List<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by one of the given deployment ids
- deploymentIdIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given
deployment id.
- deploymentIds(Set<String>) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Select process definitions that are deployed in deployments with the given set of ids
- 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
-
- deploymentTenantId(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployment that have the given tenant id.
- deploymentTenantIdLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployments with a tenant id like the given one.
- deploymentWithoutTenantId() - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployments that do not have a tenant id.
- desc() - Method in interface org.activiti.engine.query.Query
-
Order the results descending on the given property as defined in this
class (needs to come after a call to one of the orderByXxxx methods).
- destroy() - Static method in class org.activiti.engine.ProcessEngines
-
closes all process engines.
- DiagramEdge - Class in org.activiti.engine.repository
-
Stores waypoints of a diagram edge.
- DiagramEdge() - Constructor for class org.activiti.engine.repository.DiagramEdge
-
- DiagramEdge(String, List<DiagramEdgeWaypoint>) - Constructor for class org.activiti.engine.repository.DiagramEdge
-
- DiagramEdgeWaypoint - Class in org.activiti.engine.repository
-
Stores the position of a waypoint of a diagram edge.
- DiagramEdgeWaypoint() - Constructor for class org.activiti.engine.repository.DiagramEdgeWaypoint
-
- DiagramElement - Class in org.activiti.engine.repository
-
Represents a diagram node.
- DiagramElement() - Constructor for class org.activiti.engine.repository.DiagramElement
-
- DiagramElement(String) - Constructor for class org.activiti.engine.repository.DiagramElement
-
- DiagramLayout - Class in org.activiti.engine.repository
-
Stores a two-dimensional graph layout.
- DiagramLayout(Map<String, DiagramElement>) - Constructor for class org.activiti.engine.repository.DiagramLayout
-
- DiagramNode - Class in org.activiti.engine.repository
-
Stores position and dimensions of a diagram node.
- DiagramNode() - Constructor for class org.activiti.engine.repository.DiagramNode
-
- DiagramNode(String) - Constructor for class org.activiti.engine.repository.DiagramNode
-
- DiagramNode(String, Double, Double, Double, Double) - Constructor for class org.activiti.engine.repository.DiagramNode
-
- disableBpmnValidation() - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
If called, no validation that the process definition is executable on the engine
will be done against the process definition.
- disableSchemaValidation() - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
If called, no XML schema validation against the BPMN 2.0 XSD.
- dispatchEvent(ActivitiEvent) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
-
Dispatches the given event to any listeners that are registered.
- dispatchEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
-
- dispatchEvent(ActivitiEvent) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- dispatchEvent(ActivitiEvent, ActivitiEventListener) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- dispatchEvent(ActivitiEvent) - Method in interface org.activiti.engine.RuntimeService
-
Dispatches the given event to any listeners that are registered.
- dueAfter(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Deprecated.
- dueBefore(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Deprecated.
- dueDate(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Deprecated.
- 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.
- DynamicBpmnConstants - Interface in org.activiti.engine
-
- DynamicBpmnService - Interface in org.activiti.engine
-
Service providing access to the repository of process definitions and deployments.
- 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
-
- getActiveActivityIds(String) - Method in interface org.activiti.engine.RuntimeService
-
Finds the activity ids for all executions that are waiting in activities.
- getActivityFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
-
- getActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- getActivityId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The unique identifier of the activity in the process
- getActivityId() - Method in interface org.activiti.engine.runtime.Execution
-
Returns the id of the activity where the execution currently is at.
- getActivityInstanceId() - Method in interface org.activiti.engine.history.HistoricDetail
-
The activity reference in case this detail is related to an activity instance.
- getActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
-
- getActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- getActivityName() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The display name for the activity
- getActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
-
- getActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- getActivityType() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The XML tag of the activity as in the process file
- getAnnotationFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getAssignee() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The userId
of the person to which this task is delegated.
- getAssignee() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Assignee in case of user task activity
- getAssignee() - Method in interface org.activiti.engine.task.TaskInfo
-
The userId
of the person to which this task is
delegated.
- getAsyncExecutor() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getAsyncFailedJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getAttachment(String) - Method in interface org.activiti.engine.TaskService
-
Retrieve a particular attachment
- getAttachmentContent(String) - Method in interface org.activiti.engine.TaskService
-
Retrieve stream content of a particular attachment
- getBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiActivityEvent
-
- getBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- getBpmnElementProperties(String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
-
- getBpmnModel(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
Returns the
BpmnModel
matching the process definition bpmn model
for the process definition of the passed
DelegateExecution
.
- getBpmnModel(String) - Method in interface org.activiti.engine.RepositoryService
-
Returns the BpmnModel
corresponding with the process definition with
the provided process definition id.
- getBusinessKey() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
- getBusinessKey() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The user provided unique reference to this process instance.
- getBusinessKey() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The user provided unique reference to this process instance.
- getBusinessKey() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The business key of this process instance.
- getBytes() - Method in class org.activiti.engine.identity.Picture
-
- getCalledProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The called process instance in case of call activity
- getCandidates() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Retrieves the candidate users and groups associated with the task.
- getCategory() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The category of the task.
- getCategory() - Method in interface org.activiti.engine.repository.Deployment
-
- getCategory() - Method in interface org.activiti.engine.repository.Model
-
- getCategory() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
category name which is derived from the targetNamespace attribute in the definitions element
- getCategory() - Method in interface org.activiti.engine.task.TaskInfo
-
The category of the task.
- getCause() - Method in interface org.activiti.engine.delegate.event.ActivitiCancelledEvent
-
- getCause() - Method in interface org.activiti.engine.delegate.event.ActivitiExceptionEvent
-
- getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
-
- getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
-
- getCause() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
-
- 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.
- getClock() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getColumnNames() - Method in class org.activiti.engine.management.TableMetaData
-
- getColumnTypes() - Method in class org.activiti.engine.management.TableMetaData
-
- getComment(String) - Method in interface org.activiti.engine.TaskService
-
Returns an individual comment with the given id.
- getCommentsByType(String) - Method in interface org.activiti.engine.TaskService
-
All comments of a given type.
- getCommonPropertyType(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
-
- 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.history.HistoricVariableInstance
-
Returns the time when the variable was created.
- getCreateTime() - Method in interface org.activiti.engine.repository.Model
-
- getCreateTime() - Method in interface org.activiti.engine.task.TaskInfo
-
The date/time when this task was created
- 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.
- getCurrentCalendar() - Method in interface org.activiti.engine.runtime.ClockReader
-
- getCurrentCalendar(TimeZone) - Method in interface org.activiti.engine.runtime.ClockReader
-
- getCurrentTime() - Method in interface org.activiti.engine.runtime.ClockReader
-
- getCurrentTimeZone() - Method in interface org.activiti.engine.runtime.ClockReader
-
- getData() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getDatabaseCatalog() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDatabaseSchema() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDatabaseSchemaUpdate() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDatabaseTablePrefix() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDatabaseType() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDatabaseWildcardEscapeCharacter() - 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
-
- getDefaultFailedJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getDefaultProcessEngine() - Static method in class org.activiti.engine.ProcessEngines
-
- getDelegationState() - Method in interface org.activiti.engine.delegate.DelegateTask
-
- getDelegationState() - Method in interface org.activiti.engine.task.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 }.
- getDeleteReason() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
Obtains the reason for the process instance's deletion.
- getDeploymentId() - Method in interface org.activiti.engine.form.FormData
-
The deployment id of the process definition to which this form is related
- getDeploymentId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The deployment id of the process definition of the process instance.
- getDeploymentId() - Method in interface org.activiti.engine.repository.Model
-
- getDeploymentId() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
The deployment in which this process definition is contained.
- getDeploymentId() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The deployment id of the process definition of the process instance.
- getDeploymentResourceNames(String) - Method in interface org.activiti.engine.RepositoryService
-
Retrieves a list of deployment resources for the given deployment,
ordered alphabetically.
- getDeploymentTime() - Method in interface org.activiti.engine.repository.Deployment
-
- getDescription() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Free text description of the task.
- getDescription() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The description for the process instance.
- getDescription() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
description of this process
- getDescription() - Method in interface org.activiti.engine.runtime.Execution
-
Returns the description of this execution.
- getDescription() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
Returns the description of this process instance.
- getDescription() - Method in interface org.activiti.engine.task.Attachment
-
long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to.
- getDescription() - Method in interface org.activiti.engine.task.TaskInfo
-
Free text description of the task.
- getDiagramResourceName() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
The resource name in the deployment of the diagram image (if any).
- getDueDate() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Due date of the task.
- getDuedate() - Method in interface org.activiti.engine.runtime.Job
-
Returns the date on which this job is supposed to be processed.
- getDueDate() - Method in interface org.activiti.engine.task.TaskInfo
-
Due date of the task.
- getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
- getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
- getDurationInMillis() - Method in interface org.activiti.engine.history.HistoricTaskInstance
-
- getDurationInMillis() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
- getDynamicBpmnService() - Method in interface org.activiti.engine.EngineServices
-
- 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.
- getEndTime() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The time the process was ended.
- getEngineServices() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
All Activiti services can be accessed through this interface.
- getEngineServices() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
-
- getEngineServices() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- getEntity() - Method in interface org.activiti.engine.delegate.event.ActivitiEntityEvent
-
- getEntity() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityEventImpl
-
- getEntity() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityExceptionEventImpl
-
- getErrorCode() - Method in exception org.activiti.engine.delegate.BpmnError
-
- getErrorCode() - Method in interface org.activiti.engine.delegate.event.ActivitiErrorEvent
-
- getErrorCode() - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
-
- getEvent(String) - Method in interface org.activiti.engine.TaskService
-
Returns an individual event with the given id.
- getEventLogEntries(Long, Long) - Method in interface org.activiti.engine.ManagementService
-
[EXPERIMENTAL]
Returns a list of event log entries, describing everything the engine has processed.
- getEventLogEntriesByProcessInstanceId(String) - Method in interface org.activiti.engine.ManagementService
-
[EXPERIMENTAL]
Returns a list of event log entries for a specific process instance id.
- getEventName() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
- getEventName() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Returns the event name which triggered the task listener to fire for this task.
- getException() - Method in interface org.activiti.engine.ProcessEngineInfo
-
Returns the exception stacktrace in case an exception occurred while initializing
the engine.
- getExceptionMessage() - Method in interface org.activiti.engine.runtime.Job
-
Returns the message of the exception that occurred, the last time the job was
executed.
- getExecutedNoOpServiceTaskDelegateClassNames() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- getExecution() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Returns the execution currently at the task.
- getExecutionId() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Reference to the path of execution or null if it is not related to a process instance.
- getExecutionId() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
-
- getExecutionId() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
-
- getExecutionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- getExecutionId() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getExecutionId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Execution reference
- getExecutionId() - Method in interface org.activiti.engine.history.HistoricDetail
-
The identifier for the path of execution.
- getExecutionId() - Method in interface org.activiti.engine.runtime.Job
-
Returns the specific execution on which the job was created.
- getExecutionId() - Method in interface org.activiti.engine.task.TaskInfo
-
Reference to the path of execution or null if it is not related to a
process instance.
- getExpressionText() - Method in interface org.activiti.engine.delegate.Expression
-
- getExtensionElements(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
-
- getField(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
Returns the
FieldExtension
matching the provided 'fieldName' which is
defined for the current activity of the provided
DelegateExecution
.
- getFieldExpression(DelegateExecution, String) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
- getFields(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
Returns the list of field extensions, represented as instances of
FieldExtension
,
for the current activity of the passed
DelegateExecution
.
- getFirstName() - Method in interface org.activiti.engine.identity.User
-
- getFirstResult() - Method in class org.activiti.engine.management.TablePage
-
- getFlowElement(DelegateExecution) - Static method in class org.activiti.engine.delegate.DelegateHelper
-
- getFormKey() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The form key for the user task
- getFormKey() - Method in interface org.activiti.engine.form.FormData
-
User defined reference to a form.
- getFormKey() - Method in interface org.activiti.engine.task.TaskInfo
-
The form key for the user task
- getFormProperties() - Method in interface org.activiti.engine.form.FormData
-
Properties containing the dynamic information that needs to be displayed in the form.
- getFormService() - Method in interface org.activiti.engine.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.delegate.event.ActivitiMembershipEvent
-
- getGroupId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- getGroupId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
-
If the identity link involves a group, then this will be a non-null id of a group.
- getGroupId() - Method in interface org.activiti.engine.task.IdentityLink
-
If the identity link involves a group, then this will be a non-null id of a group.
- getHandledTypes() - Method in interface org.activiti.engine.parse.BpmnParseHandler
-
The types for which this handler must be calleding during process parsing.
- getHeight() - Method in class org.activiti.engine.repository.DiagramNode
-
- getHistoricData() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The trail of data, ordered by date (ascending).
- getHistoricIdentityLinksForProcessInstance(String) - Method in interface org.activiti.engine.HistoryService
-
- getHistoricIdentityLinksForTask(String) - Method in interface org.activiti.engine.HistoryService
-
- getHistory() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getHistoryLevel() - 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.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getId() - Method in interface org.activiti.engine.form.FormProperty
-
- getId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The unique identifier of this historic activity instance.
- getId() - Method in interface org.activiti.engine.history.HistoricDetail
-
The unique DB id for this historic detail
- getId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
- getId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
The unique DB id
- getId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
- getId() - Method in interface org.activiti.engine.identity.Group
-
- getId() - Method in interface org.activiti.engine.identity.User
-
- getId() - Method in interface org.activiti.engine.repository.Deployment
-
- getId() - Method in class org.activiti.engine.repository.DiagramElement
-
Id of the diagram element.
- getId() - Method in interface org.activiti.engine.repository.Model
-
- getId() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
unique identifier
- getId() - Method in interface org.activiti.engine.runtime.Execution
-
The unique identifier of the execution.
- getId() - Method in interface org.activiti.engine.runtime.Job
-
Returns the unique identifier for this job.
- getId() - Method in interface org.activiti.engine.task.Attachment
-
unique id for this attachment
- getId() - Method in interface org.activiti.engine.task.Comment
-
unique identifier for this comment
- getId() - Method in interface org.activiti.engine.task.Event
-
Unique identifier for this event
- getId() - Method in interface org.activiti.engine.task.TaskInfo
-
DB id of the task.
- getIdBlockSize() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getIdentityLinksForProcessDefinition(String) - Method in interface org.activiti.engine.RepositoryService
-
Retrieves the
IdentityLink
s associated with the given process definition.
- getIdentityLinksForProcessInstance(String) - Method in interface org.activiti.engine.RuntimeService
-
Retrieves the
IdentityLink
s associated with the given process
instance.
- getIdentityLinksForTask(String) - Method in interface org.activiti.engine.TaskService
-
- 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
-
- getJdbcDefaultTransactionIsolationLevel() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcDriver() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcMaxActiveConnections() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcMaxCheckoutTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcMaxIdleConnections() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcMaxWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcPassword() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcPingConnectionNotUsedFor() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcPingQuery() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcUrl() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJdbcUsername() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getJobExceptionStacktrace(String) - Method in interface org.activiti.engine.ManagementService
-
Returns the full stacktrace of the exception that occurs when the job
with the given id was last executed.
- getJobExecutor() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- 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
- getLabelFontName() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getLastName() - Method in interface org.activiti.engine.identity.User
-
- getLastUpdatedTime() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
Returns the time when the value of the variable was last updated.
- getLastUpdateTime() - Method in interface org.activiti.engine.repository.Model
-
- getLibraryVersion() - Method in exception org.activiti.engine.ActivitiWrongDbException
-
The version of the Activiti library used.
- getLocalizationElementProperties(String, String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
-
- getLocalizedDescription() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
Returns the localized description of this process instance.
- getLocalizedName() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
Returns the localized name of this process instance.
- getLockTimeAsyncJobWaitTime() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getLogNumber() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getMailServer(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerDefaultFrom() - Method in class org.activiti.engine.cfg.MailServerInfo
-
- getMailServerDefaultFrom() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerHost() - Method in class org.activiti.engine.cfg.MailServerInfo
-
- getMailServerHost() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerPassword() - Method in class org.activiti.engine.cfg.MailServerInfo
-
- getMailServerPassword() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerPort() - Method in class org.activiti.engine.cfg.MailServerInfo
-
- getMailServerPort() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServers() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerUsername() - Method in class org.activiti.engine.cfg.MailServerInfo
-
- getMailServerUsername() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerUseSSL() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailServerUseTLS() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailSessionJndi() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailSessionJndi(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getMailSessionsJndi() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getManagementService() - Method in interface org.activiti.engine.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.
- getMessageData() - Method in interface org.activiti.engine.delegate.event.ActivitiMessageEvent
-
- getMessageData() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
-
- getMessageName() - Method in interface org.activiti.engine.delegate.event.ActivitiMessageEvent
-
- getMessageName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
-
- getMessageParts() - Method in interface org.activiti.engine.task.Event
-
The meaning of the message parts is defined by the action as you can find in
Event.getAction()
- getMetaInfo() - Method in interface org.activiti.engine.repository.Model
-
- getMimeType() - Method in class org.activiti.engine.identity.Picture
-
- getMockSupport() - Method in class org.activiti.engine.test.ActivitiRule
-
- getMockSupport() - Method in class org.activiti.engine.test.ActivitiTestCase
-
- getModel(String) - Method in interface org.activiti.engine.RepositoryService
-
- getModelEditorSource(String) - Method in interface org.activiti.engine.RepositoryService
-
Returns the model editor source as a byte array
- getModelEditorSourceExtra(String) - Method in interface org.activiti.engine.RepositoryService
-
Returns the model editor source extra as a byte array
- getName() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Name or title of the task.
- getName() - Method in interface org.activiti.engine.form.FormProperty
-
The display label
- getName() - Method in interface org.activiti.engine.form.FormType
-
Name for the form type.
- getName() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The name for the process instance.
- getName() - Method in interface org.activiti.engine.identity.Group
-
- getName() - Method in interface org.activiti.engine.ProcessEngine
-
The name as specified in 'process-engine-name' in
the activiti.cfg.xml configuration file.
- getName() - Method in interface org.activiti.engine.ProcessEngineInfo
-
Returns the name of the process engine.
- getName() - Method in interface org.activiti.engine.query.QueryProperty
-
- getName() - Method in interface org.activiti.engine.repository.Deployment
-
- getName() - Method in interface org.activiti.engine.repository.Model
-
- getName() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
label used for display purposes
- getName() - Method in interface org.activiti.engine.runtime.Execution
-
Returns the name of this execution.
- getName() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
Returns the name of this process instance.
- getName() - Method in interface org.activiti.engine.task.Attachment
-
free user defined short (max 255 chars) name for this attachment
- getName() - Method in interface org.activiti.engine.task.TaskInfo
-
Name or title of the task.
- getNestedProcessDefinitionId() - Method in interface org.activiti.engine.delegate.event.ActivitiProcessStartedEvent
-
- getNestedProcessDefinitionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
-
- getNestedProcessInstanceId() - Method in interface org.activiti.engine.delegate.event.ActivitiProcessStartedEvent
-
- getNestedProcessInstanceId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessStartedEventImpl
-
- getNode(String) - Method in class org.activiti.engine.repository.DiagramLayout
-
- getNodes() - Method in class org.activiti.engine.repository.DiagramLayout
-
- getNrOfNoOpServiceTaskExecutions() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- getObjectClass() - Method in exception org.activiti.engine.ActivitiObjectNotFoundException
-
The class of the object that was not found.
- getOwner() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The userId
of the person responsible for this task.
- getOwner() - Method in interface org.activiti.engine.task.TaskInfo
-
The userId
of the person that is responsible for this
task.
- getParentId() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
Gets the id of the parent of this execution.
- getParentId() - Method in interface org.activiti.engine.runtime.Execution
-
Gets the id of the parent of this execution.
- getParentTaskId() - Method in interface org.activiti.engine.task.TaskInfo
-
The parent task for which this task is a subtask
- getPassword() - Method in interface org.activiti.engine.identity.User
-
- getPriority() - Method in class org.activiti.engine.cfg.AbstractProcessEngineConfigurator
-
- getPriority() - Method in interface org.activiti.engine.cfg.ProcessEngineConfigurator
-
- getPriority() - Method in interface org.activiti.engine.delegate.DelegateTask
-
indication of how important/urgent this task is with a number between
0 and 100 where higher values mean a higher priority and lower values mean
lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high
[80..100] highest
- getPriority() - Method in interface org.activiti.engine.task.TaskInfo
-
Indication of how important/urgent this task is
- 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.delegate.event.ActivitiEvent
-
- getProcessDefinitionId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- getProcessDefinitionId() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getProcessDefinitionId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Process definition reference
- getProcessDefinitionId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The process definition reference.
- getProcessDefinitionId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The process definition reference.
- getProcessDefinitionId() - Method in interface org.activiti.engine.runtime.Job
-
Returns the specific process definition on which the job was created
- getProcessDefinitionId() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The id of the process definition of the process instance.
- getProcessDefinitionId() - Method in interface org.activiti.engine.task.IdentityLink
-
The process definition id associated with this identity link.
- getProcessDefinitionId() - Method in interface org.activiti.engine.task.TaskInfo
-
Reference to the process definition or null if it is not related to a
process.
- getProcessDefinitionInfo(String) - Method in interface org.activiti.engine.DynamicBpmnService
-
- getProcessDefinitionKey() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionKey() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The key of the process definition of the process instance.
- getProcessDefinitionName() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The name of the process definition of the process instance.
- getProcessDefinitionName() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The name of the process definition of the process instance.
- getProcessDefinitionVersion() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The version of the process definition of the process instance.
- getProcessDefinitionVersion() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The version of the process definition of the process instance.
- getProcessDiagram(String) - Method in interface org.activiti.engine.RepositoryService
-
Gives access to a deployed process diagram, e.g., a PNG image, through a
stream of bytes.
- getProcessDiagramGenerator() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getProcessDiagramLayout(String) - Method in interface org.activiti.engine.RepositoryService
-
- getProcessEngine(String) - Static method in class org.activiti.engine.ProcessEngines
-
obtain a process engine by name.
- getProcessEngine() - Method in class org.activiti.engine.test.ActivitiRule
-
- getProcessEngineConfiguration() - Method in interface org.activiti.engine.EngineServices
-
- 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.
- getProcessInstanceComments(String, String) - Method in interface org.activiti.engine.TaskService
-
The comments related to the given process instance.
- getProcessInstanceEvents(String) - Method in interface org.activiti.engine.RuntimeService
-
The all events related to the given Process Instance.
- getProcessInstanceId() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
Reference to the overall process instance
- getProcessInstanceId() - Method in interface org.activiti.engine.delegate.DelegateTask
-
Reference to the process instance or null if it is not related to a process instance.
- getProcessInstanceId() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
-
- getProcessInstanceId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- getProcessInstanceId() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Process instance reference
- getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricDetail
-
The process instance reference.
- getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
-
The id of the process instance associated with this identity link.
- getProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
The process instance reference.
- getProcessInstanceId() - Method in interface org.activiti.engine.runtime.Execution
-
Id of the root of the execution tree representing the process instance.
- getProcessInstanceId() - Method in interface org.activiti.engine.runtime.Job
-
Returns the id of the process instance which execution created the job.
- getProcessInstanceId() - Method in interface org.activiti.engine.task.Attachment
-
reference to the process instance to which this attachment is associated.
- getProcessInstanceId() - Method in interface org.activiti.engine.task.Comment
-
reference to the process instance on which this comment was made
- getProcessInstanceId() - Method in interface org.activiti.engine.task.Event
-
reference to the process instance on which this comment was made
- getProcessInstanceId() - Method in interface org.activiti.engine.task.IdentityLink
-
The process instance id associated with this identity link.
- getProcessInstanceId() - Method in interface org.activiti.engine.task.TaskInfo
-
Reference to the process instance or null if it is not related to a process
instance.
- getProcessModel(String) - Method in interface org.activiti.engine.RepositoryService
-
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file,
through a stream of bytes.
- getProcessVariables() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
Returns the process variables if requested in the process instance query
- getProcessVariables() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
Returns the process variables if requested in the process instance query
- getProcessVariables() - Method in interface org.activiti.engine.task.TaskInfo
-
Returns the process variables if requested in the task query
- 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
-
- 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
-
- getSignalData() - Method in interface org.activiti.engine.delegate.event.ActivitiSignalEvent
-
- getSignalData() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- getSignalName() - Method in interface org.activiti.engine.delegate.event.ActivitiSignalEvent
-
- getSignalName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- getSize() - Method in class org.activiti.engine.management.TablePage
-
- getSourceActivityBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getSourceActivityBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getSourceActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getSourceActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getSourceActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getSourceActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getSourceActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getSourceActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getStartActivityId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The start activity.
- getStartActivityId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The start activity.
- getStartFormData(String) - Method in interface org.activiti.engine.FormService
-
Retrieves all data necessary for rendering a form to start a new process instance.
- getStartFormKey(String) - Method in interface org.activiti.engine.FormService
-
Retrieves a user defined reference to a start form.
- getStartTime() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Time when the activity instance started
- getStartTime() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The time the process was started.
- getStartTime() - Method in interface org.activiti.engine.history.HistoricTaskInstance
-
Time when the task started.
- getStartTime() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The time the process was started.
- getStartUserId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The authenticated user that started this process instance.
- getStartUserId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The authenticated user that started this process instance.
- getSubTasks(String) - Method in interface org.activiti.engine.TaskService
-
The list of subtasks for this parent task
- getSuperExecutionId() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
Gets the id of the calling execution.
- getSuperExecutionId() - Method in interface org.activiti.engine.runtime.Execution
-
Gets the id of the super execution of this execution.
- getSuperProcessInstanceId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The process instance id of a potential super process instance or null if no super process instance exists
- getSuperProcessInstanceId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The process instance id of a potential super process instance or null if no super process instance exists
- getTableCount() - Method in interface org.activiti.engine.ManagementService
-
Get the mapping containing {table name, row count} entries of the
Activiti database schema.
- getTableMetaData(String) - Method in interface org.activiti.engine.ManagementService
-
Gets the metadata (column names, column types, etc.) of a certain table.
- getTableName() - Method in class org.activiti.engine.management.TableMetaData
-
- getTableName() - Method in class org.activiti.engine.management.TablePage
-
- getTableName(Class<?>) - Method in interface org.activiti.engine.ManagementService
-
Gets the table name (including any configured prefix) for an Activiti entity like Task, Execution or the like.
- getTargetActivityBehaviorClass() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getTargetActivityBehaviorClass() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getTargetActivityId() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getTargetActivityId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getTargetActivityName() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getTargetActivityName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getTargetActivityType() - Method in interface org.activiti.engine.delegate.event.ActivitiSequenceFlowTakenEvent
-
- getTargetActivityType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- getTask() - Method in interface org.activiti.engine.form.TaskFormData
-
The task for which this form is used to complete it.
- getTaskAssignee() - Method in exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
-
- getTaskAttachments(String) - Method in interface org.activiti.engine.TaskService
-
The list of attachments associated to a task
- getTaskComments(String) - Method in interface org.activiti.engine.TaskService
-
The comments related to the given task.
- getTaskComments(String, String) - Method in interface org.activiti.engine.TaskService
-
The comments related to the given task of the given type.
- getTaskDefinitionKey() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The id of the activity in the process defining this task or null if this is not related to a process
- getTaskDefinitionKey() - Method in interface org.activiti.engine.task.TaskInfo
-
The id of the activity in the process defining this task or null if this is
not related to a process
- getTaskEvents(String) - Method in interface org.activiti.engine.TaskService
-
The all events related to the given task.
- getTaskFormData(String) - Method in interface org.activiti.engine.FormService
-
Retrieves all data necessary for rendering a form to complete a task.
- getTaskFormKey(String, String) - Method in interface org.activiti.engine.FormService
-
Retrieves a user defined reference to a task form.
- getTaskId() - Method in exception org.activiti.engine.ActivitiTaskAlreadyClaimedException
-
- getTaskId() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
-
- getTaskId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- getTaskId() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getTaskId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
The corresponding task in case of task activity
- getTaskId() - Method in interface org.activiti.engine.history.HistoricDetail
-
The identifier for the task.
- getTaskId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
-
The id of the task associated with this identity link.
- getTaskId() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
- getTaskId() - Method in interface org.activiti.engine.task.Attachment
-
reference to the task to which this attachment is associated.
- getTaskId() - Method in interface org.activiti.engine.task.Comment
-
reference to the task on which this comment was made
- getTaskId() - Method in interface org.activiti.engine.task.Event
-
reference to the task on which this comment was made
- getTaskId() - Method in interface org.activiti.engine.task.IdentityLink
-
The id of the task associated with this identity link.
- getTaskInfoQuery() - Method in class org.activiti.engine.task.TaskInfoQueryWrapper
-
- getTaskLocalVariables() - Method in interface org.activiti.engine.task.TaskInfo
-
Returns the local task variables if requested in the task query
- getTaskService() - Method in interface org.activiti.engine.EngineServices
-
- getTaskService() - Method in class org.activiti.engine.test.ActivitiRule
-
- getTenantId() - Method in interface org.activiti.engine.delegate.DelegateExecution
-
Returns the tenant id, if any is set before on the process definition or process instance.
- getTenantId() - Method in interface org.activiti.engine.delegate.DelegateTask
-
The tenant identifier of this task
- getTenantId() - Method in interface org.activiti.engine.history.HistoricActivityInstance
-
Returns the tenant identifier for the historic activity
- getTenantId() - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
The tenant identifier for the process instance.
- getTenantId() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLog
-
The tenant identifier for the process instance.
- getTenantId() - Method in interface org.activiti.engine.repository.Deployment
-
- getTenantId() - Method in interface org.activiti.engine.repository.Model
-
- getTenantId() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
The tenant identifier of this process definition
- getTenantId() - Method in interface org.activiti.engine.runtime.Execution
-
The tenant identifier of this process instance
- getTenantId() - Method in interface org.activiti.engine.runtime.Job
-
Get the tenant identifier for this job.
- getTenantId() - Method in interface org.activiti.engine.runtime.ProcessInstance
-
The tenant identifier of this process instance
- getTenantId() - Method in interface org.activiti.engine.task.TaskInfo
-
The tenant identifier of this task
- getTime() - Method in interface org.activiti.engine.history.HistoricData
-
- getTime() - Method in interface org.activiti.engine.history.HistoricDetail
-
The time when this detail occurred
- getTime() - Method in interface org.activiti.engine.task.Attachment
-
timestamp when this attachment was created
- getTime() - Method in interface org.activiti.engine.task.Comment
-
time and date when the user made the comment
- getTime() - Method in interface org.activiti.engine.task.Event
-
time and date when the user made the comment
- getTimeStamp() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getTotal() - Method in class org.activiti.engine.management.TablePage
-
- getType() - Method in interface org.activiti.engine.delegate.event.ActivitiEvent
-
- getType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- getType() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getType() - Method in interface org.activiti.engine.form.FormProperty
-
Type of the property.
- getType() - Method in interface org.activiti.engine.history.HistoricIdentityLink
-
Returns the type of link.
- getType() - Method in interface org.activiti.engine.identity.Group
-
- getType() - Method in interface org.activiti.engine.task.Attachment
-
indication of the type of content that this attachment refers to.
- getType() - Method in interface org.activiti.engine.task.Comment
-
reference to the type given to the comment
- getType() - Method in interface org.activiti.engine.task.IdentityLink
-
Returns the type of link.
- getType(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
-
- getTypesFromString(String) - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
-
- getUrl() - Method in interface org.activiti.engine.task.Attachment
-
the remote URL in case this is remote content.
- getUserId() - Method in interface org.activiti.engine.delegate.event.ActivitiMembershipEvent
-
- getUserId() - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- getUserId() - Method in interface org.activiti.engine.event.EventLogEntry
-
- getUserId() - Method in interface org.activiti.engine.history.HistoricIdentityLink
-
If the identity link involves a user, then this will be a non-null id of a user.
- getUserId() - Method in interface org.activiti.engine.task.Attachment
-
reference to the user who created this attachment.
- getUserId() - Method in interface org.activiti.engine.task.Comment
-
reference to the user that made the comment
- getUserId() - Method in interface org.activiti.engine.task.Event
-
reference to the user that made the comment
- getUserId() - Method in interface org.activiti.engine.task.IdentityLink
-
If the identity link involves a user, then this will be a non-null id of a user.
- getUserInfo(String, String) - Method in interface org.activiti.engine.IdentityService
-
Generic extensibility key-value pairs associated with a user
- getUserInfoKeys(String) - Method in interface org.activiti.engine.IdentityService
-
Generic extensibility keys associated with a user
- getUserPicture(String) - Method in interface org.activiti.engine.IdentityService
-
Retrieves the picture for a given user.
- getValue(VariableScope) - Method in interface org.activiti.engine.delegate.Expression
-
- getValue() - Method in interface org.activiti.engine.form.FormProperty
-
Optional value that should be used to display in this property
- getValue() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
- getValue() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
-
- getValue(ELContext, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
-
- getVariable(String) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariable(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariable(String, Class<T>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariable(String, String) - Method in interface org.activiti.engine.RuntimeService
-
The variable value.
- getVariable(String, String, Class<T>) - Method in interface org.activiti.engine.RuntimeService
-
The variable value.
- getVariable(String, String) - Method in interface org.activiti.engine.TaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariable(String, String, Class<T>) - Method in interface org.activiti.engine.TaskService
-
get a variables and search in the task scope and if available also the execution scopes.
- getVariableInstance(String) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstance(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstance(String, String) - Method in interface org.activiti.engine.RuntimeService
-
The variable.
- getVariableInstance(String, String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
-
The variable.
- getVariableInstanceLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstanceLocal(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstanceLocal(String, String) - Method in interface org.activiti.engine.RuntimeService
-
The variable for an execution.
- getVariableInstanceLocal(String, String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
-
The variable for an execution.
- getVariableInstances() - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstances(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstances(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstances(String) - Method in interface org.activiti.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- getVariableInstances(String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
-
All variables visible from the given execution scope (including parent scopes).
- getVariableInstances(String, Collection<String>) - Method in interface org.activiti.engine.RuntimeService
-
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
- getVariableInstances(String, Collection<String>, String, boolean) - 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).
- getVariableInstancesByExecutionIds(Set<String>) - Method in interface org.activiti.engine.RuntimeService
-
All variables visible from the given execution scope (including parent
scopes).
- getVariableInstancesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstancesLocal(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstancesLocal(Collection<String>, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableInstancesLocal(String) - Method in interface org.activiti.engine.RuntimeService
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariableInstancesLocal(String, String, boolean) - Method in interface org.activiti.engine.RuntimeService
-
All variable values that are defined in the execution scope, without taking outer scopes into account.
- getVariableInstancesLocal(String, Collection<String>) - Method in interface org.activiti.engine.RuntimeService
-
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
- getVariableInstancesLocal(String, Collection<String>, String, boolean) - 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.
- getVariableInstancesLocalByTaskIds(Set<String>) - Method in interface org.activiti.engine.TaskService
-
get all variables and search only in the task scope.
- getVariableLocal(String) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableLocal(String, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableLocal(String, Class<T>) - 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, Class<T>) - Method in interface org.activiti.engine.RuntimeService
-
The variable value for an execution.
- getVariableLocal(String, String) - Method in interface org.activiti.engine.TaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariableLocal(String, String, Class<T>) - Method in interface org.activiti.engine.TaskService
-
checks whether or not the task has a variable defined with the given name.
- getVariableName() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
-
- getVariableName() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- getVariableName() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
- getVariableName() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
-
- getVariableNames() - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariableNamesLocal() - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariables() - Method in interface org.activiti.engine.delegate.event.ActivitiEntityWithVariablesEvent
-
- getVariables() - Method in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
-
- getVariables() - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariables(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariables(Collection<String>, boolean) - 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(Collection<String>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- getVariablesLocal(Collection<String>, boolean) - 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
- getVariableType() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
-
- getVariableType() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableInstance
-
- getVariableTypeName() - Method in interface org.activiti.engine.history.HistoricVariableUpdate
-
- getVariableValue() - Method in interface org.activiti.engine.delegate.event.ActivitiVariableEvent
-
- getVariableValue() - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- getVersion() - Method in interface org.activiti.engine.repository.Model
-
- getVersion() - Method in interface org.activiti.engine.repository.ProcessDefinition
-
version of this process definition
- getWaypoints() - Method in class org.activiti.engine.repository.DiagramEdge
-
- getWidth() - Method in class org.activiti.engine.repository.DiagramNode
-
- getWorkTimeInMillis() - Method in interface org.activiti.engine.history.HistoricTaskInstance
-
- getWrappedActivityBehaviorFactory() - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- getX() - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
-
- getX() - Method in class org.activiti.engine.repository.DiagramNode
-
- getXmlEncoding() - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- getY() - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
-
- getY() - Method in class org.activiti.engine.repository.DiagramNode
-
- Group - Interface in org.activiti.engine.identity
-
- groupId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- groupId(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only select
Group
s with the given id.
- groupMember(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only selects
Group
s where the given user is a member of.
- groupName(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only select
Group
s with the given name.
- groupNameLike(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only select
Group
s where the name matches the given parameter.
- GroupQuery - Interface in org.activiti.engine.identity
-
Allows to programmatically query for
Group
s.
- groupType(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only select
Group
s which have the given type.
- parameter(String, Object) - Method in interface org.activiti.engine.query.NativeQuery
-
Add parameter to be replaced in query for index, e.g.
- parentId(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are a direct child-execution of the execution with the given id.
- 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
-
- populateEventWithCurrentContext(ActivitiEventImpl) - Static method in class org.activiti.engine.delegate.event.impl.ActivitiEventBuilder
-
- potentialStarter(String) - Method in interface org.activiti.engine.identity.GroupQuery
-
Only select
Group
S that are potential starter for the given process definition.
- potentialStarter(String) - Method in interface org.activiti.engine.identity.UserQuery
-
Only select
User
S that are potential starter for the given process definition.
- processCategoryIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance whose definition
belongs to the category which is present in the given list.
- processCategoryNotIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance whose definition does not
belong to the category which is present in the given list.
- ProcessDefinition - Interface in org.activiti.engine.repository
-
An object structure representing an executable process composed of
activities and transitions.
- processDefinitionCategory(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose process definition category is processDefinitionCategory.
- processDefinitionCategory(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given category.
- processDefinitionCategory(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition category.
- processDefinitionCategory(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances whose process definition category is processDefinitionCategory.
- processDefinitionCategoryLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the category matches the given parameter.
- processDefinitionCategoryNotEquals(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select deployments that have a different category then the given one.
- processDefinitionId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- processDefinitionId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for the given process definition
- processDefinitionId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances for the given process definition
- processDefinitionId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process 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.ProcessInstanceBuilder
-
Set the id of the process definition
- processDefinitionId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a process definition
with the given id.
- processDefinitionId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given
process definition id.
- processDefinitionIds(Set<String>) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given ids.
- processDefinitionIds(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by process definitions
with the given ids.
- processDefinitionKey(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process
definition with the given key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployments with the given process definition key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
-
Set the key of the process definition, latest version of the process
definition with the given key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by a process definition with
the given key.
- processDefinitionKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given
process definition key.
- processDefinitionKeyIn(List<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by a process
definition with one of the given process definition keys.
- processDefinitionKeyIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that have a process definition for which the key is present in the given list
- processDefinitionKeyLike(String) - Method in interface org.activiti.engine.repository.DeploymentQuery
-
Only select deployments with a process definition key like the given
string.
- processDefinitionKeyLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the key matches the given parameter.
- processDefinitionKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a
process definition key like the given value.
- processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a
process definition key like the given value.
- processDefinitionKeyNotIn(List<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that don't have a process-definition of which the key is present in the given list
- processDefinitionKeys(Set<String>) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have process definitions with the given keys.
- processDefinitionKeys(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are defined by process definitions with
the given keys.
- processDefinitionName(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Select process historic instances whose process definition name is processDefinitionName
- processDefinitionName(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given name.
- processDefinitionName(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition name.
- processDefinitionName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select process instances whose process definition name is processDefinitionName
- processDefinitionName(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given
process definition name.
- processDefinitionNameLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions where the name matches the given parameter.
- processDefinitionNameLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a
process definition name like the given value.
- ProcessDefinitionQuery - Interface in org.activiti.engine.repository
-
- processDefinitionResourceName(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definition with the given resource name.
- processDefinitionResourceNameLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definition with a resource name like the given .
- processDefinitionTenantId(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that have the given tenant id.
- processDefinitionTenantIdLike(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with a tenant id like the given one.
- processDefinitionVersion(Integer) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with a certain process definition version.
- processDefinitionVersion(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definition with a certain version.
- processDefinitionVersion(Integer) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have the given process definition version.
- processDefinitionVersion(Integer) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a certain process definition version.
- processDefinitionVersionGreaterThan(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are greater than a certain version.
- processDefinitionVersionGreaterThanOrEquals(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are greater than or equals a certain version.
- processDefinitionVersionLowerThan(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are lower than a certain version.
- processDefinitionVersionLowerThanOrEquals(Integer) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions which version are lower than or equals a certain version.
- processDefinitionWithoutTenantId() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only select process definitions that do not have a tenant id.
- processDiagramGenerator - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
process diagram generator.
- ProcessEngine - Interface in org.activiti.engine
-
Provides access to all the services that expose the BPM and workflow operations.
- processEngine - Variable in class org.activiti.engine.test.ActivitiRule
-
- processEngine - Variable in class org.activiti.engine.test.ActivitiTestCase
-
- ProcessEngineConfiguration - Class in org.activiti.engine
-
Configuration information from which a process engine can be build.
- ProcessEngineConfiguration() - Constructor for class org.activiti.engine.ProcessEngineConfiguration
-
use one of the static createXxxx methods instead
- processEngineConfiguration - Variable in class org.activiti.engine.test.ActivitiRule
-
- processEngineConfiguration - Variable in class org.activiti.engine.test.ActivitiTestCase
-
- ProcessEngineConfigurator - Interface in org.activiti.engine.cfg
-
Implementations of this class can be plugged into a ProcessEngineConfigurationImpl
.
- ProcessEngineInfo - Interface in org.activiti.engine
-
Represents information about the initialization of the process engine.
- processEngineInfos - Static variable in class org.activiti.engine.ProcessEngines
-
- processEngineInfosByName - Static variable in class org.activiti.engine.ProcessEngines
-
- processEngineInfosByResourceUrl - Static variable in class org.activiti.engine.ProcessEngines
-
- processEngineLifecycleListener - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
- ProcessEngineLifecycleListener - Interface in org.activiti.engine
-
Interface describing a listener that 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
-
- ProcessInstanceBuilder - Interface in org.activiti.engine.runtime
-
Helper for starting new ProcessInstance.
- processInstanceBusinessKey(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given business key
- processInstanceBusinessKey(String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only executions with the given business key.
- processInstanceBusinessKey(String, boolean) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only executions with the given business key.
- processInstanceBusinessKey(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select process instances with the given business key
- processInstanceBusinessKey(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select process instance with the given business key, unique for the given process definition
- processInstanceBusinessKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks foe the given business key
- processInstanceBusinessKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a business key like the given value
The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a business key like the given value
The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
- ProcessInstanceHistoryLog - Interface in org.activiti.engine.history
-
A trail of data for a given process instance.
- ProcessInstanceHistoryLogQuery - Interface in org.activiti.engine.history
-
- processInstanceId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with the given process instance.
- processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
-
Only select historic variable updates with the given process instance.
- processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with the given process instance.
- processInstanceId(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables with the given process instance.
- processInstanceId(String) - Method in interface org.activiti.engine.runtime.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.TaskInfoQuery
-
Only select tasks for the given process instance id.
- processInstanceIdIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for the given process ids.
- processInstanceIds(Set<String>) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances whose id is in the given set of ids.
- processInstanceIds(Set<String>) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select process instances whose id is in the given set of ids
- processInstanceName(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with the given name.
- processInstanceName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
-
Set the name of process instance
- processInstanceName(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances with the given name.
- processInstanceNameLike(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a name like the given value.
- processInstanceNameLike(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a name like the given value.
- processInstanceNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a name like the given value, ignoring upper/lower case.
- processInstanceNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a name like the given value, ignoring upper/lower case.
- ProcessInstanceQuery - Interface in org.activiti.engine.runtime
-
- processInstanceTenantId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that have the given tenant id.
- processInstanceTenantId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances that have the given tenant id.
- processInstanceTenantIdLike(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances with a tenant id like the given one.
- processInstanceTenantIdLike(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances with a tenant id like the given one.
- processInstanceWithoutTenantId() - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- processInstanceWithoutTenantId() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances that do not have a tenant id.
- processUnfinished() - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process
instance which is not finished yet.
- processVariableValueEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a variable
with the given name set to the given value.
- processVariableValueEquals(Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable
with the given value.
- processVariableValueEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process that has a variable
with the given name set to the given value.
- processVariableValueEquals(Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process that has at least one variable
with the given value.
- processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a local string variable with
the given value, case insensitive.
- processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process that has a local string variable which
is not the given value, case insensitive.
- processVariableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value greater than the
passed value when they ended.
- processVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value greater than or
equal to the passed value when they ended.
- processVariableValueLessThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value less than the
passed value when the ended.Booleans,
Byte-arrays and
Serializable
objects (which are not primitive type
wrappers) are not supported.
- processVariableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value less than or equal
to the passed value when they ended.
- processVariableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable like the given value.
- processVariableValueLike(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value
when they ended.
- processVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have at least one variable like the given value (case insensitive).
- processVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value (case insensitive)
when they ended.
- processVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a variable with the given name, but
with a different value than the passed value.
- processVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a variable with the given name, but
with a different value than the passed value.
- processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which are part of a process that have a local string variable which is not
the given value, case insensitive.
- processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are part of a process that has a string variable with
the given value, case insensitive.
- putMDCExecution(ActivityExecution) - Static method in class org.activiti.engine.logging.LogMDC
-
- saveAttachment(Attachment) - Method in interface org.activiti.engine.TaskService
-
Update the name and decription of an attachment
- saveFormData(String, Map<String, String>) - Method in interface org.activiti.engine.FormService
-
Save the data that was entered as properties in a task form.
- saveGroup(Group) - Method in interface org.activiti.engine.IdentityService
-
Saves the group.
- saveModel(Model) - Method in interface org.activiti.engine.RepositoryService
-
Saves the model.
- saveProcessDefinitionInfo(String, ObjectNode) - Method in interface org.activiti.engine.DynamicBpmnService
-
- saveTask(Task) - Method in interface org.activiti.engine.TaskService
-
Saves the given task to the persistent data store.
- saveUser(User) - Method in interface org.activiti.engine.IdentityService
-
Saves the user.
- SCRIPT_TASK_SCRIPT - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- SEQUENCE_FLOW_CONDITION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- SERVICE_TASK_CLASS_NAME - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- SERVICE_TASK_DELEGATE_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- SERVICE_TASK_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- setActivityFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- setActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- setActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- setAllServiceTasksNoOp() - Method in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- setAllServiceTasksNoOp() - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- setAnnotationFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setAssignee(String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
The userId
of the person to which this task is delegated.
- setAssignee(String) - Method in interface org.activiti.engine.task.Task
-
The userId
of the person to which this task is delegated.
- setAssignee(String, String) - Method in interface org.activiti.engine.TaskService
-
Changes the assignee of the given task to the given userId.
- setAsyncExecutor(AsyncExecutor) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setAsyncExecutorActivate(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setAsyncExecutorEnabled(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setAsyncFailedJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setAuthenticatedUserId(String) - Method in interface org.activiti.engine.IdentityService
-
Passes the authenticated user id for this particular thread.
- setBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityEventImpl
-
- setCategory(String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Change the category of the task.
- setCategory(String) - Method in interface org.activiti.engine.repository.Model
-
- setCategory(String) - Method in interface org.activiti.engine.task.Task
-
Change the category of the task.
- setCause(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiActivityCancelledEventImpl
-
- setCause(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiProcessCancelledEventImpl
-
- setClassLoader(ClassLoader) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setClock(Clock) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setColumnNames(List<String>) - Method in class org.activiti.engine.management.TableMetaData
-
- setColumnTypes(List<String>) - Method in class org.activiti.engine.management.TableMetaData
-
- setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiRule
-
- setConfigurationResource(String) - Method in class org.activiti.engine.test.ActivitiTestCase
-
- setCreateDiagramOnDeploy(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setCurrentCalendar(Calendar) - Method in interface org.activiti.engine.runtime.Clock
-
- setCurrentTime(Date) - Method in interface org.activiti.engine.runtime.Clock
-
- setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiRule
-
- setCurrentTime(Date) - Method in class org.activiti.engine.test.ActivitiTestCase
-
- setDatabaseCatalog(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDatabaseSchema(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDatabaseSchemaUpdate(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDatabaseTablePrefix(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDatabaseType(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDatabaseWildcardEscapeCharacter(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDataSource(DataSource) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDataSourceJndiName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDbHistoryUsed(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDbIdentityUsed(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDefaultCamelContext(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDefaultFailedJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setDelegationState(DelegationState) - Method in interface org.activiti.engine.task.Task
-
- setDeploymentCategory(String, String) - Method in interface org.activiti.engine.RepositoryService
-
Sets the category of the deployment.
- setDeploymentId(String) - Method in interface org.activiti.engine.repository.Model
-
- setDescription(String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Change the description of the task
- setDescription(String) - Method in interface org.activiti.engine.task.Attachment
-
long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to.
- setDescription(String) - Method in interface org.activiti.engine.task.Task
-
Change the description of the task
- setDueDate(Date) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Change due date of the task.
- setDueDate(Date) - Method in interface org.activiti.engine.task.Task
-
Change due date of the task.
- setDueDate(String, Date) - Method in interface org.activiti.engine.TaskService
-
Changes the due date of the task
- setElements(Map<String, DiagramElement>) - Method in class org.activiti.engine.repository.DiagramLayout
-
- setEmail(String) - Method in interface org.activiti.engine.identity.User
-
- setEnabled(boolean) - Method in interface org.activiti.engine.delegate.event.ActivitiEventDispatcher
-
- setEnabled(boolean) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventDispatcherImpl
-
- setEnableProcessDefinitionInfoCache(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setErrorCode(String) - Method in exception org.activiti.engine.delegate.BpmnError
-
- setErrorCode(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiErrorEventImpl
-
- setExclude(boolean) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
-
- setExecutionId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- setFirstName(String) - Method in interface org.activiti.engine.identity.User
-
- setFirstResult(long) - Method in class org.activiti.engine.management.TablePage
-
- setFormKey(String) - Method in interface org.activiti.engine.delegate.DelegateTask
-
Change the form key of the task
- setFormKey(String) - Method in interface org.activiti.engine.task.Task
-
Change the form key of the task
- setGroupId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- setHeight(Double) - Method in class org.activiti.engine.repository.DiagramNode
-
- setHistoricDataService(HistoryService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setHistory(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setHistoryLevel(HistoryLevel) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setId(String) - Method in interface org.activiti.engine.identity.Group
-
- setId(String) - Method in interface org.activiti.engine.identity.User
-
- setId(String) - Method in class org.activiti.engine.repository.DiagramElement
-
- setIdBlockSize(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setIdentityService(IdentityService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setInitialized(boolean) - Static method in class org.activiti.engine.ProcessEngines
-
- setJdbcDefaultTransactionIsolationLevel(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcDriver(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcMaxActiveConnections(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcMaxCheckoutTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcMaxIdleConnections(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcMaxWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcPassword(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcPingConnectionNotUsedFor(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcPingEnabled(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcPingQuery(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcUrl(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJdbcUsername(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setJobExecutor(JobExecutor) - 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
-
- setLabelFontName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setLastName(String) - Method in interface org.activiti.engine.identity.User
-
- setLocalizedDescription(String) - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
Sets an optional localized description for the process instance.
- setLocalizedDescription(String) - Method in interface org.activiti.engine.history.HistoricTaskInstance
-
Sets an optional localized description for the task.
- setLocalizedDescription(String) - Method in interface org.activiti.engine.task.Task
-
Sets an optional localized description for the task.
- setLocalizedName(String) - Method in interface org.activiti.engine.history.HistoricProcessInstance
-
Sets an optional localized name for the process instance.
- setLocalizedName(String) - Method in interface org.activiti.engine.history.HistoricTaskInstance
-
Sets an optional localized name for the task.
- setLocalizedName(String) - Method in interface org.activiti.engine.task.Task
-
Sets an optional localized name for the task.
- setLockTimeAsyncJobWaitTime(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerDefaultFrom(String) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerDefaultFrom(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerHost(String) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerHost(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerPassword(String) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerPassword(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerPort(int) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerPort(int) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServers(Map<String, MailServerInfo>) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerUsername(String) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerUsername(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerUseSSL(boolean) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerUseSSL(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailServerUseTLS(boolean) - Method in class org.activiti.engine.cfg.MailServerInfo
-
- setMailServerUseTLS(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailSessionJndi(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setMailSessionsJndi(Map<String, String>) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setManagementService(ManagementService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setMDCEnabled(boolean) - Static method in class org.activiti.engine.logging.LogMDC
-
- setMessageData(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
-
- setMessageName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMessageEventImpl
-
- setMetaInfo(String) - Method in interface org.activiti.engine.repository.Model
-
- 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
-
Sets the indication of how important/urgent this task is
- setPriority(String, int) - Method in interface org.activiti.engine.TaskService
-
Changes the priority of the task.
- setProcessDefinitionCategory(String, String) - Method in interface org.activiti.engine.RepositoryService
-
Sets the category of the process definition.
- setProcessDefinitionId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- setProcessDiagramGenerator(ProcessDiagramGenerator) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setProcessEngine(ProcessEngine) - Method in class org.activiti.engine.test.ActivitiRule
-
- setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.activiti.engine.test.ActivitiRule
-
- setProcessEngineLifecycleListener(ProcessEngineLifecycleListener) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setProcessEngineName(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setProcessInstanceId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- setProcessInstanceName(String, String) - Method in interface org.activiti.engine.RuntimeService
-
Sets the name for the process instance with the given id.
- setRepositoryService(RepositoryService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setResultVariable(String) - Method in interface org.activiti.engine.delegate.BusinessRuleTaskDelegate
-
- setRows(List<Map<String, Object>>) - Method in class org.activiti.engine.management.TablePage
-
- setRuntimeService(RuntimeService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setSignalData(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- setSignalName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- setSourceActivityBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setSourceActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setSourceActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setSourceActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setTableName(String) - Method in class org.activiti.engine.management.TableMetaData
-
- setTableName(String) - Method in class org.activiti.engine.management.TablePage
-
- setTablePrefixIsSchema(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setTargetActivityBehaviorClass(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setTargetActivityId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setTargetActivityName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setTargetActivityType(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- setTaskId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Method in class org.activiti.engine.task.TaskInfoQueryWrapper
-
- setTaskService(TaskService) - Method in class org.activiti.engine.test.ActivitiRule
-
- setTenantId(String) - Method in interface org.activiti.engine.repository.Model
-
- setTenantId(String) - Method in interface org.activiti.engine.task.Task
-
Change the tenantId of the task
- setTime(Date) - Method in interface org.activiti.engine.task.Attachment
-
timestamp when this attachment was created
- setTotal(long) - Method in class org.activiti.engine.management.TablePage
-
- setTransactionsExternallyManaged(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setType(ActivitiEventType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- setType(String) - Method in interface org.activiti.engine.identity.Group
-
- setUp() - Method in class org.activiti.engine.test.ActivitiTestCase
-
- setUseClassForNameClassLoading(boolean) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setUserId(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiMembershipEventImpl
-
- setUserInfo(String, String, String) - Method in interface org.activiti.engine.IdentityService
-
Generic extensibility key-value pairs associated with a user
- setUserPicture(String, Picture) - Method in interface org.activiti.engine.IdentityService
-
Sets the picture for a given user.
- setValue(Object, VariableScope) - Method in interface org.activiti.engine.delegate.Expression
-
- setValue(ELContext, Object, Object, Object) - Method in class org.activiti.engine.test.mock.MockElResolver
-
- setVariable(String, Object) - Method in interface org.activiti.engine.delegate.VariableScope
-
Sets the variable with the provided name to the provided value.
- setVariable(String, Object, boolean) - Method in interface org.activiti.engine.delegate.VariableScope
-
- 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, Object, boolean) - 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.
- setVariableName(String) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- setVariables(Map<String, ? extends Object>) - Method in interface org.activiti.engine.delegate.VariableScope
-
Sets the provided variables to the variable scope.
- setVariables(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.RuntimeService
-
Update or create given variables for an execution (including parent
scopes).
- setVariables(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.TaskService
-
set variables on a task.
- setVariablesLocal(Map<String, ? extends Object>) - Method in interface org.activiti.engine.delegate.VariableScope
-
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.RuntimeService
-
Update or create given variables for an execution (not considering parent
scopes).
- setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.activiti.engine.TaskService
-
set variables on a task.
- setVariableType(VariableType) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- setVariableValue(Object) - Method in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- setVersion(Integer) - Method in interface org.activiti.engine.repository.Model
-
- setWaypoints(List<DiagramEdgeWaypoint>) - Method in class org.activiti.engine.repository.DiagramEdge
-
- setWidth(Double) - Method in class org.activiti.engine.repository.DiagramNode
-
- setWrappedActivityBehaviorFactory(ActivityBehaviorFactory) - Method in class org.activiti.engine.test.TestActivityBehaviorFactory
-
- setX(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
-
- setX(Double) - Method in class org.activiti.engine.repository.DiagramNode
-
- setXmlEncoding(String) - Method in class org.activiti.engine.ProcessEngineConfiguration
-
- setY(Double) - Method in class org.activiti.engine.repository.DiagramEdgeWaypoint
-
- setY(Double) - Method in class org.activiti.engine.repository.DiagramNode
-
- 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.
- signalData - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- signalEventReceived(String) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceived(String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceived(String, String) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceived(String, String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceivedAsync(String) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceivedAsync(String, String) - Method in interface org.activiti.engine.RuntimeService
-
Notifies the process engine that a signal event of name 'signalName' has
been received.
- signalEventReceivedAsyncWithTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- signalEventReceivedWithTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- signalEventReceivedWithTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
-
Similar to #signalEventReceived(String, Map)
, but within the context of one tenant.
- 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.
- signalName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSignalEventImpl
-
- singleResult() - Method in interface org.activiti.engine.history.ProcessInstanceHistoryLogQuery
-
Executes the query.
- singleResult() - Method in interface org.activiti.engine.query.NativeQuery
-
Executes the query and returns the resulting entity or null if no
entity matches the query criteria.
- singleResult() - Method in interface org.activiti.engine.query.Query
-
Executes the query and returns the resulting entity or null if no
entity matches the query criteria.
- skipped(AssumptionViolatedException, Description) - Method in class org.activiti.engine.test.ActivitiRule
-
Invoked when a test is skipped due to a failed assumption.
- sourceActivityBehaviorClass - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- sourceActivityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- sourceActivityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- sourceActivityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- sql(String) - Method in interface org.activiti.engine.query.NativeQuery
-
Hand in the SQL statement you want to execute.
- start() - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
-
Start the process instance
- startableByUser(String) - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which given userId is authoriezed to start
- startedAfter(Date) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that were started after the given date.
- 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(Description) - 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.
- startProcessInstanceByKeyAndTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, String, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByKeyAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByMessage(String) - Method in interface org.activiti.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
.
- startProcessInstanceByMessage(String, String) - Method in interface org.activiti.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
.
- startProcessInstanceByMessage(String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
.
- startProcessInstanceByMessage(String, String, Map<String, Object>) - Method in interface org.activiti.engine.RuntimeService
-
Signals the process engine that a message is received and starts a new
ProcessInstance
.
- startProcessInstanceByMessageAndTenantId(String, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByMessageAndTenantId(String, String, String) - Method in interface org.activiti.engine.RuntimeService
-
- startProcessInstanceByMessageAndTenantId(String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
-
Similar to RuntimeService#startProcessInstanceByMessage(String, Map)
, but with tenant context.
- startProcessInstanceByMessageAndTenantId(String, String, Map<String, Object>, String) - Method in interface org.activiti.engine.RuntimeService
-
Similar to RuntimeService#startProcessInstanceByMessage(String, String, Map)
, but with tenant context.
- 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.
- succeeded(Description) - Method in class org.activiti.engine.test.ActivitiRule
-
Invoked when a test succeeds
- superProcessInstanceId(String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances started by the given process
instance.
- superProcessInstanceId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Select the process instances which are a sub process instance of the given
super process instance.
- suspended() - Method in interface org.activiti.engine.repository.ProcessDefinitionQuery
-
Only selects process definitions which are suspended
- suspended() - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which are suspended, either because the
process instance itself is suspended or because the corresponding process
definition is suspended
- suspended() - Method in interface org.activiti.engine.task.TaskQuery
-
Only selects tasks which are suspended, because its process instance was suspended.
- suspendProcessDefinitionById(String) - Method in interface org.activiti.engine.RepositoryService
-
Suspends the process definition with the given id.
- suspendProcessDefinitionById(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
-
Suspends the process definition with the given id.
- suspendProcessDefinitionByKey(String) - Method in interface org.activiti.engine.RepositoryService
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, boolean, Date) - Method in interface org.activiti.engine.RepositoryService
-
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
- suspendProcessDefinitionByKey(String, String) - Method in interface org.activiti.engine.RepositoryService
-
- suspendProcessDefinitionByKey(String, boolean, Date, String) - Method in interface org.activiti.engine.RepositoryService
-
- suspendProcessInstanceById(String) - Method in interface org.activiti.engine.RuntimeService
-
Suspends the process instance with the given id.
- 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
-
- tablePrefixIsSchema - Variable in class org.activiti.engine.ProcessEngineConfiguration
-
Set to true in case the defined databaseTablePrefix is a schema-name, instead of an actual table name
prefix.
- targetActivityBehaviorClass - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- targetActivityId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- targetActivityName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- targetActivityType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiSequenceFlowTakenEventImpl
-
- Task - Interface in org.activiti.engine.task
-
Represents one task for a human user.
- TASK_SKIP_EXPRESSION - Static variable in interface org.activiti.engine.DynamicBpmnConstants
-
- taskAssignee(String) - Method in interface org.activiti.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances for userTask activities assigned to the given user
- taskAssignee(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which are assigned to the given user.
- taskAssigneeLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which were last assigned to an assignee like
the given value.
- taskAssigneeLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which were last assigned to an assignee like
the given value.
- taskCandidateGroup(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for which users in the given group are candidates.
- taskCandidateGroupIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for which the 'candidateGroup' is one of the given groups.
- taskCandidateOrAssigned(String) - Method in interface org.activiti.engine.task.TaskQuery
-
Select tasks that has been claimed or assigned to user or waiting to claim by user (candidate user or groups).
- taskCandidateUser(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for which the given user is a candidate.
- taskCategory(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given category.
- taskCompletedAfter(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select select historic task instances which are completed after the given date
- taskCompletedBefore(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select select historic task instances which are completed before the given date
- taskCompletedOn(Date) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select select historic task instances which are completed on the given date
- taskCreatedAfter(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that are created after the given date.
- taskCreatedBefore(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that are created before the given date.
- taskCreatedOn(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that are created on the given date.
- taskDefinitionKey(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given taskDefinitionKey.
- taskDefinitionKeyLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a taskDefinitionKey that match the given parameter.
- taskDelegationState(DelegationState) - Method in interface org.activiti.engine.task.TaskQuery
-
- taskDeleteReason(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances with the given task delete reason.
- taskDeleteReasonLike(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances with a task description like the given value.
- taskDescription(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given description.
- taskDescriptionLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a description matching the parameter .
- taskDescriptionLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a description matching the parameter .
- taskDueAfter(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
- taskDueBefore(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
- taskDueDate(Date) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
- TaskFormData - Interface in org.activiti.engine.form
-
Specific
FormData
for completing a task.
- taskId - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- taskId(String) - Method in interface org.activiti.engine.history.HistoricDetailQuery
-
- taskId(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables with the given task.
- taskId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given task id (in practice, there will be
maximum one of this kind)
- taskIds(Set<String>) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables whose id is in the given set of ids.
- TaskInfo - Interface in org.activiti.engine.task
-
- TaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo> - Interface in org.activiti.engine.task
-
- taskInfoQuery - Variable in class org.activiti.engine.task.TaskInfoQueryWrapper
-
- TaskInfoQueryWrapper - Class in org.activiti.engine.task
-
This is a helper class to help you work with the
TaskInfoQuery
, without having to care about the awful generics.
- TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Constructor for class org.activiti.engine.task.TaskInfoQueryWrapper
-
- taskInvolvedUser(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for which there exist an
IdentityLink
with the given user, including tasks which have been
assigned to the given user (assignee) or owned by the given user (owner).
- TaskListener - Interface in org.activiti.engine.delegate
-
- taskMaxPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given priority or lower.
- taskMinPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given priority or higher.
- taskName(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given name
- taskNameIn(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a name that is in the given list
- taskNameInIgnoreCase(List<String>) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a name that is in the given list
This method, unlike the
TaskInfoQuery.taskNameIn(List)
method will
not take in account the upper/lower case: both the input parameters as the column value are
lowercased when the query is executed.
- taskNameLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a name matching the parameter.
- taskNameLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a name matching the parameter.
- taskOwner(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks for which the given user is the owner.
- taskOwnerLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which were last assigned to an owner like
the given value.
- taskOwnerLikeIgnoreCase(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which were last assigned to an owner like
the given value.
- taskParentTaskId(String) - Method in interface org.activiti.engine.history.HistoricTaskInstanceQuery
-
Only select subtasks of the given parent task
- taskPriority(Integer) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with the given priority.
- TaskQuery - Interface in org.activiti.engine.task
-
Allows programmatic querying of
Task
s;
- TaskService - Interface in org.activiti.engine
-
Service which provides access to
Task
and form related operations.
- taskService - Variable in class org.activiti.engine.test.ActivitiRule
-
- taskService - Variable in class org.activiti.engine.test.ActivitiTestCase
-
- taskTenantId(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that have the given tenant id.
- taskTenantIdLike(String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks with a tenant id like the given one.
- taskUnassigned() - Method in interface org.activiti.engine.task.TaskQuery
-
Only select tasks which don't have an assignee.
- taskUnnassigned() - Method in interface org.activiti.engine.task.TaskQuery
-
Deprecated.
- taskVariableValueEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local task variable with the given name
set to the given value.
- taskVariableValueEquals(Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have at least one local task variable with the given value.
- taskVariableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local string variable with the given value,
case insensitive.
- taskVariableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value greater than the
passed value when they ended.
- taskVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value greater than or
equal to the passed value when they ended.
- taskVariableValueLessThan(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value less than the
passed value when the ended.Booleans,
Byte-arrays and
Serializable
objects (which are not primitive type
wrappers) are not supported.
- taskVariableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value less than or equal
to the passed value when they ended.
- taskVariableValueLike(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value like the given value
when they ended.
- taskVariableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local variable value like the given value (case insensitive)
when they ended.
- taskVariableValueNotEquals(String, Object) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local task variable with the given name, but
with a different value than the passed value.
- taskVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks which have a local string variable with is not the given value,
case insensitive.
- taskWithoutTenantId() - Method in interface org.activiti.engine.task.TaskInfoQuery
-
Only select tasks that do not have a tenant id.
- tearDown() - Method in class org.activiti.engine.test.ActivitiTestCase
-
- tenantId(String) - Method in interface org.activiti.engine.repository.DeploymentBuilder
-
Gives the deployment the given tenant id.
- tenantId(String) - Method in interface org.activiti.engine.runtime.ProcessInstanceBuilder
-
Set the tenantId of process instance
- testActivityBehaviorFactory - Variable in class org.activiti.engine.test.mock.ActivitiMockSupport
-
- TestActivityBehaviorFactory - Class in org.activiti.engine.test
-
- TestActivityBehaviorFactory() - Constructor for class org.activiti.engine.test.TestActivityBehaviorFactory
-
- TestActivityBehaviorFactory(ActivityBehaviorFactory) - Constructor for class org.activiti.engine.test.TestActivityBehaviorFactory
-
- 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
-
- type - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventImpl
-
- typedListeners - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEventSupport
-
- validateProcess(BpmnModel) - Method in interface org.activiti.engine.RepositoryService
-
Validates the given process definition against the rules for executing a process definition
on the Activiti engine.
- valueOf(String) - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.activiti.engine.task.DelegationState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.activiti.engine.delegate.event.ActivitiEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.activiti.engine.task.DelegationState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variableName - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- variableName(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables with the given variable name.
- variableNameLike(String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables where the given variable name is like.
- variables - Variable in class org.activiti.engine.delegate.event.impl.ActivitiEntityWithVariablesEventImpl
-
- VariableScope - Interface in org.activiti.engine.delegate
-
- variableType - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- variableUpdates() - Method in interface org.activiti.engine.history.HistoricDetailQuery
-
- variableValue - Variable in class org.activiti.engine.delegate.event.impl.ActivitiVariableEventImpl
-
- variableValueEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable with the given value
when they ended.
- variableValueEquals(Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had at least one global variable with the given value
when they ended.
- variableValueEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
only select historic process variables with the given name and value
- variableValueEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable with the given value.
- variableValueEquals(Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have at least one local variable with the given value.
- variableValueEquals(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable with the given value.
- variableValueEquals(Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have at least one global variable with the given value.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which have a local string variable with the
given value, case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local string variable with the given value,
case insensitive.
- variableValueEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a local string variable with the given value,
case insensitive.
- variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value greater than the
passed value when they ended.
- variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value greater than the passed value.
- variableValueGreaterThan(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a variable value greater than the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value greater than or
equal to the passed value when they ended.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value greater than or equal to
the passed value.
- variableValueGreaterThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value greater than or equal to
the passed value.
- variableValueLessThan(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable value less than the
passed value when the ended.
- variableValueLessThan(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value less than the passed value.
- variableValueLessThan(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value less than the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which has a global variable value less than or equal
to the passed value when they ended.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value less than or equal to the passed value.
- variableValueLessThanOrEqual(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value less than or equal to the passed value.
- variableValueLike(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had global variable value like the given value
when they ended.
- variableValueLike(String, String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
only select historic process variables like the given name and value
- variableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value like the given value.
- variableValueLike(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value like the given value.
- variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had global variable value like (case insensitive)
the given value when they ended.
- variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
only select historic process variables like the given name and value (case insensitive)
- variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable value like the given value (case insensitive).
- variableValueLikeIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable value like the given value (case insensitive).
- variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricProcessInstanceQuery
-
Only select process instances which had a global variable with the given name, but
with a different value than the passed value when they ended.
- variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.history.HistoricVariableInstanceQuery
-
only select historic process variables that don't have the given name and value
- variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local variable with the given name, but
with a different value than the passed value.
- variableValueNotEquals(String, Object) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a global variable with the given name, but
with a different value than the passed value.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ExecutionQuery
-
Only select executions which have a local string variable which is not the given value,
case insensitive.
- variableValueNotEqualsIgnoreCase(String, String) - Method in interface org.activiti.engine.runtime.ProcessInstanceQuery
-
Only select process instances which have a local string variable which is not the given value,
case insensitive.
- VERSION - Static variable in interface org.activiti.engine.ProcessEngine
-
the version of the activiti library