A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activityId - Variable in class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral
- activityId - Variable in class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral
- activityId - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- addEndEventListener(ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addStartEventListener(ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addTaskAssignmentListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addTaskCompleteListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addTaskCreateListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addTaskDeleteListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- addTaskUpdateListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
- assertCommandContextNotActive() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- assertExecutionAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- assertTaskAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- ASSIGN_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a task is assigned
- AssignTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when a task is assigned.
- AssignTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- AssignTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
- associateExecutionById(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Associate with the provided execution.
- authorizationService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- authorizationService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
B
- beanManager - Variable in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- BeanManagerLookup - Class in org.camunda.bpm.engine.cdi.impl.util
- BeanManagerLookup() - Constructor for class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
- beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
- businessKey(ProcessInstance) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.BusinessKeyProducer
- BusinessKey - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Qualifier annotation for injecting a business key:
- BusinessKeyProducer - Class in org.camunda.bpm.engine.cdi.impl.annotation
-
Producer for the current business key.
- BusinessKeyProducer() - Constructor for class org.camunda.bpm.engine.cdi.impl.annotation.BusinessKeyProducer
- businessProcess - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- BusinessProcess - Class in org.camunda.bpm.engine.cdi
-
Bean supporting contextual business process management.
- BusinessProcess() - Constructor for class org.camunda.bpm.engine.cdi.BusinessProcess
- BusinessProcessContext - Class in org.camunda.bpm.engine.cdi.impl.context
-
Implementation of the BusinessProcessContext-scope.
- BusinessProcessContext() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- BusinessProcessContext(BeanManager) - Constructor for class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- BusinessProcessDefinition - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events with details about a
ProcessDefinition: - BusinessProcessDefinitionLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- BusinessProcessDefinitionLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
- BusinessProcessEvent - Interface in org.camunda.bpm.engine.cdi
-
Signifies an event that is happening / has happened during the execution of a business process.
- BusinessProcessEventType - Interface in org.camunda.bpm.engine.cdi
-
The type of a business process event.
- BusinessProcessEventType.DefaultBusinessProcessEventType - Class in org.camunda.bpm.engine.cdi
- BusinessProcessScoped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Declare a bean to be BusinessProcessScoped.
C
- cachedVariables - Variable in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- cachedVariablesLocal - Variable in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- CamundaTaskForm - Class in org.camunda.bpm.engine.cdi.compat
- CamundaTaskForm() - Constructor for class org.camunda.bpm.engine.cdi.compat.CamundaTaskForm
- caseService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- caseService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- CdiArtifactFactory - Class in org.camunda.bpm.engine.cdi
- CdiArtifactFactory() - Constructor for class org.camunda.bpm.engine.cdi.CdiArtifactFactory
- CdiBusinessProcessEvent - Class in org.camunda.bpm.engine.cdi.impl.event
- CdiBusinessProcessEvent(String, String, ProcessDefinition, DelegateExecution, BusinessProcessEventType, Date) - Constructor for class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- CdiBusinessProcessEvent(DelegateTask, ProcessDefinitionEntity, BusinessProcessEventType, Date) - Constructor for class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- CdiEventListener - Class in org.camunda.bpm.engine.cdi.impl.event
-
Generic
ExecutionListenerpublishing events using the cdi event infrastructure. - CdiEventListener() - Constructor for class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- CdiEventSupportBpmnParseListener - Class in org.camunda.bpm.engine.cdi.impl.event
-
BpmnParseListenerregistering theCdiEventListenerfor distributing execution events using the cdi event infrastructure - CdiEventSupportBpmnParseListener() - Constructor for class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- CdiExecutionListener - Class in org.camunda.bpm.engine.cdi.impl.event
-
Deprecated.
- CdiExecutionListener() - Constructor for class org.camunda.bpm.engine.cdi.impl.event.CdiExecutionListener
-
Deprecated.
- CdiExpressionManager - Class in org.camunda.bpm.engine.cdi
-
ExpressionManagerfor resolving Cdi-managed beans. - CdiExpressionManager() - Constructor for class org.camunda.bpm.engine.cdi.CdiExpressionManager
- CdiJtaProcessEngineConfiguration - Class in org.camunda.bpm.engine.cdi
- CdiJtaProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.cdi.CdiJtaProcessEngineConfiguration
- CdiProcessApplicationElResolver - Class in org.camunda.bpm.engine.cdi.impl
-
Exposes the CdiResolver in a multiple-applications, shared process engine context.
- CdiProcessApplicationElResolver() - Constructor for class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
- CdiResolver - Class in org.camunda.bpm.engine.cdi.impl.el
-
Resolver wrapping an instance of javax.el.ELResolver obtained from the
BeanManager. - CdiResolver() - Constructor for class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- CdiStandaloneProcessEngineConfiguration - Class in org.camunda.bpm.engine.cdi
- CdiStandaloneProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration
- COMPLETE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a task is completed
- completeProcessInstanceForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- completeTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Completes the current UserTask, see
TaskService.complete(String) - completeTask() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- completeTask(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- CompleteTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Annotation signaling that a task is to be completed after the annotated method returns.
- CompleteTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when a task is completed.
- CompleteTaskInterceptor - Class in org.camunda.bpm.engine.cdi.impl.annotation
-
Interceptorfor handling theCompleteTask-Annotation - CompleteTaskInterceptor() - Constructor for class org.camunda.bpm.engine.cdi.impl.annotation.CompleteTaskInterceptor
- CompleteTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- CompleteTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
- context - Variable in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- ContextAssociationManager - Interface in org.camunda.bpm.engine.cdi.impl.context
-
Represents a means for associating an execution with a context.
- conversationInstance - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- ConversationScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
- ConversationScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.ConversationScopedAssociation
- CREATE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a task is created
- createElResolver() - Method in class org.camunda.bpm.engine.cdi.CdiExpressionManager
- createEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- createEvent(DelegateTask) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- CreateTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when a task is created.
- CreateTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- CreateTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
- CreationalContextReleaseListener - Class in org.camunda.bpm.engine.cdi.impl.util
-
CommandContextCloseListenerwhich releases a CDI Creational Context when the command context is closed. - CreationalContextReleaseListener(CreationalContext<?>) - Constructor for class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- CurrentProcessInstance - Class in org.camunda.bpm.engine.cdi
-
Allows to access executions and tasks of a managed process instance via dependency injection.
- CurrentProcessInstance() - Constructor for class org.camunda.bpm.engine.cdi.CurrentProcessInstance
D
- decisionService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- decisionService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- DefaultBusinessProcessEventType(String) - Constructor for class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
- DefaultContextAssociationManager - Class in org.camunda.bpm.engine.cdi.impl.context
-
Default implementation of the business process association manager.
- DefaultContextAssociationManager() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- delegateContext - Variable in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- delegateTask - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- DELETE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a task is deleted
- DeleteTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when a task is deleted.
- DeleteTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- DeleteTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
- disAssociate() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
Disassociates the current process instance with a context / scope
- disAssociate() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
E
- ElContextDelegate - Class in org.camunda.bpm.engine.cdi.impl.el
- ElContextDelegate(ELContext, ELResolver) - Constructor for class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- elResolver - Variable in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- END_ACTIVITY - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that an activity is being left / was left
- EndActivity - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when an activity is ended / left
- EndActivityLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- EndActivityLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral
- endConversation() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.CompleteTask
-
Specifies whether the current conversation should be ended.
- ensureCommandContextNotActive() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- equals(Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.cdi.impl.ManagedJobExecutor
- execution - Variable in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- executionId - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- ExecutionId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Qualifier annotation for injecting the current executionId.
- ExecutionIdLiteral - Class in org.camunda.bpm.engine.cdi.annotation
- ExecutionIdLiteral() - Constructor for class org.camunda.bpm.engine.cdi.annotation.ExecutionIdLiteral
- externalTaskService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- externalTaskService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
F
- filterService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- filterService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- flushVariableCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
This method allows to flush the cached variables to the Task or Execution.
- flushVariableCache() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
allows to flush the cached variables.
- flushVariableCache() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- flushVariableCache() - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- formService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- formService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- FoxTaskForm - Class in org.camunda.bpm.engine.cdi.compat
- FoxTaskForm() - Constructor for class org.camunda.bpm.engine.cdi.compat.FoxTaskForm
G
- get(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- get(String, T) - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- get(Contextual<T>) - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- get(Contextual<T>, CreationalContext<T>) - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- getActivityId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getActivityId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getAndClearCachedLocalVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Get the
VariableMapof local cached variables and clear the internal variable cache. - getAndClearCachedVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Get the
VariableMapof cached variables and clear the internal variable cache. - getAndClearVariableCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Deprecated.use
BusinessProcess.getAndClearCachedVariableMap()instead - getAndClearVariableLocalCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Deprecated.
- getArtifact(Class<T>) - Method in class org.camunda.bpm.engine.cdi.CdiArtifactFactory
- getAvailableScopedAssociationClasses() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
-
Override to add different / additional contexts.
- getBeanManager() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- getBeanManager() - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- getBeanManager() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- getBeanManager() - Static method in class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
- getBroadestActiveContext() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getBusinessProcess() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- getCachedLocalVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Get a copy of the
VariableMapof local cached variables. - getCachedLocalVariables() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
- getCachedLocalVariables() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getCachedVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Get a copy of the
VariableMapof cached variables. - getCachedVariables() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
- getCachedVariables() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getCachedVariables() - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getCachedVariablesLocal() - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- getContext(Class) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- getElResolver(AbstractProcessApplication) - Method in class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
- getELResolver() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- getExecution() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Returns the currently associated execution or 'null'
- getExecution() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
-
Returns the currently associated execution or 'null'
- getExecution() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
get the current execution
- getExecution() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getExecution() - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getExecutionFromContext() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getExecutionId() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- getExecutionId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getExecutionId() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
- getExecutionId() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
- getExecutionId() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getExecutionId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- getFunctionMapper() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- getLocale() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- getPrecedence() - Method in class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
- getProcessDefinition() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getProcessDefinition() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getProcessDefinition() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- getProcessInstance() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Returns the
ProcessInstancecurrently associated or 'null' - getProcessInstance() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
-
Returns the
ProcessInstancecurrently associated or 'null' - getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Returns the id of the currently associated process instance or 'null'
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
-
Returns the id of the currently associated process instance or 'null'
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getProcessVariable(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getProcessVariableLocal(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getProcessVariableLocalTyped(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getProcessVariableTyped(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getQualifiers(BusinessProcessEvent) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- getScope() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- getScopedAssociation() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Returns the currently associated
Taskor 'null' - getTask() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getTask() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
-
Returns the currently associated
Taskor 'null' - getTask() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
get the current task
- getTask() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getTask() - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getTask() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getTaskId() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Returns the id of the task associated with the current conversation or 'null'.
- getTaskId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getTaskId() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
-
Returns the id of the task associated with the current conversation or 'null'.
- getTaskId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getTimeStamp() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getTimeStamp() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getTransitionName() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getTransitionName() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getType() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
- getType() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- getTypeName() - Method in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
- getTypeName() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
- getUrl() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- getVariable(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- getVariable(String) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
get a process variable
- getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
- getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
- getVariableCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Deprecated.use
BusinessProcess.getCachedVariableMap()instead - getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- getVariableLocal(String) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
get a local process variable
- getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- getVariableLocalCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Deprecated.use
BusinessProcess.getCachedLocalVariableMap()instead - getVariableLocalName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getVariableLocalTyped(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- getVariableLocalTypedName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getVariableMapper() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- getVariableName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
- getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
- getVariableTypedName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- getWrappedResolver() - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
H
- historyService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- historyService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
I
- identityService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- identityService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- initArtifactFactory() - Method in class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration
- initExpressionManager() - Method in class org.camunda.bpm.engine.cdi.CdiJtaProcessEngineConfiguration
- initExpressionManager() - Method in class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration
- invoke(InvocationContext) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.CompleteTaskInterceptor
- invoke(InvocationContext) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- isActive() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
- isAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
returns true if an
Executionis associated. - isPropertyResolved() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- isTaskAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
J
- jndiName - Static variable in class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
-
provide a custom jndi lookup name
K
- key - Variable in class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
L
- localInstance - Static variable in class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
-
holds a local beanManager if no jndi is available
- log - Static variable in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- LOG - Static variable in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- LOG - Static variable in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(Class<T>) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(Class<T>, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(Class<T>, BeanManager) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(Class<T>, BeanManager, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(String) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(String, BeanManager) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- lookup(String, BeanManager, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
M
- ManagedJobExecutor - Class in org.camunda.bpm.engine.cdi.impl
-
JobExecutorimplementation that utilises an application server's managed thread pool to acquire and execute jobs. - ManagedJobExecutor(ManagedExecutorService) - Constructor for class org.camunda.bpm.engine.cdi.impl.ManagedJobExecutor
-
Constructs a new ManagedJobExecutor with the provided
ManagedExecutorService - managementService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- managementService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
N
- NamedProcessEngineServicesProducer - Class in org.camunda.bpm.engine.cdi.impl
-
This bean provides producers for the process engine services such that the injection point can choose the process engine it wants to inject by its name:
- NamedProcessEngineServicesProducer() - Constructor for class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- notify(DelegateExecution) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
- notify(DelegateTask) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
O
- onCommandContextClose(CommandContext) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- onCommandFailed(CommandContext, Throwable) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- org.camunda.bpm.engine.cdi - package org.camunda.bpm.engine.cdi
- org.camunda.bpm.engine.cdi.annotation - package org.camunda.bpm.engine.cdi.annotation
- org.camunda.bpm.engine.cdi.annotation.event - package org.camunda.bpm.engine.cdi.annotation.event
- org.camunda.bpm.engine.cdi.compat - package org.camunda.bpm.engine.cdi.compat
- org.camunda.bpm.engine.cdi.impl - package org.camunda.bpm.engine.cdi.impl
- org.camunda.bpm.engine.cdi.impl.annotation - package org.camunda.bpm.engine.cdi.impl.annotation
- org.camunda.bpm.engine.cdi.impl.context - package org.camunda.bpm.engine.cdi.impl.context
- org.camunda.bpm.engine.cdi.impl.el - package org.camunda.bpm.engine.cdi.impl.el
- org.camunda.bpm.engine.cdi.impl.event - package org.camunda.bpm.engine.cdi.impl.event
- org.camunda.bpm.engine.cdi.impl.util - package org.camunda.bpm.engine.cdi.impl.util
- org.camunda.bpm.engine.cdi.jsf - package org.camunda.bpm.engine.cdi.jsf
P
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundaryEscalationEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseProcess(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
- processDefinition - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- processDefinitionId - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- processDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- processEngine() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- processEngine(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- ProcessEngineCdiException - Exception in org.camunda.bpm.engine.cdi
-
Represents an exception in activiti cdi.
- ProcessEngineCdiException(String) - Constructor for exception org.camunda.bpm.engine.cdi.ProcessEngineCdiException
- ProcessEngineCdiException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.cdi.ProcessEngineCdiException
- ProcessEngineExtension - Class in org.camunda.bpm.engine.cdi.impl
- ProcessEngineExtension() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
- ProcessEngineName - Annotation Type in org.camunda.bpm.engine.cdi.annotation
- ProcessEngineServicesProducer - Class in org.camunda.bpm.engine.cdi.impl
-
Makes the managed process engine and the provided services available for injection
- ProcessEngineServicesProducer() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- processInstanceId - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- ProcessInstanceId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Qualifier annotation for injecting the id of the current process instance.
- ProcessVariable - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Annotation for qualifying injection points such that process variables are injected.
- ProcessVariableLocal - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Annotation for qualifying injection points such that local process variables are injected.
- ProcessVariableLocalMap - Class in org.camunda.bpm.engine.cdi.impl
-
Allows to expose the local process variables of the current business process as a java.util.Map
- ProcessVariableLocalMap() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
- ProcessVariableLocalTyped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Annotation for qualifying injection points such that local process variables are injected.
- processVariableMap() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- ProcessVariableMap - Class in org.camunda.bpm.engine.cdi.impl
-
Allows to expose the process variables of the current business process as a java.util.Map
- ProcessVariableMap() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
- processVariableMapLocal() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- processVariables() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- ProcessVariables - Class in org.camunda.bpm.engine.cdi
-
Allows to access the process variables of a managed process instance.
- ProcessVariables() - Constructor for class org.camunda.bpm.engine.cdi.ProcessVariables
- processVariablesLocal() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
- ProcessVariableTyped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Annotation for qualifying injection points such that process variables are injected.
- ProgrammaticBeanLookup - Class in org.camunda.bpm.engine.cdi.impl.util
-
Utility class for performing programmatic bean lookups.
- ProgrammaticBeanLookup() - Constructor for class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
- putContext(Class, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
R
- release(CreationalContext<?>) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
- repositoryService - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- repositoryService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- repositoryService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- RequestScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
- RequestScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.RequestScopedAssociation
- runtimeService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- runtimeService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
S
- saveTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Save the currently associated task.
- ScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
- ScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- setExecution(Execution) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
associate with the provided execution
- setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- setExecutionId(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- setLocale(Locale) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- setPropertyResolved(boolean) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
- setTask(Task) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- setTask(Task) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
set a current task
- setTask(Task) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- setTask(Task) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- setTaskId(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- setUrl(String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
- setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
- setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Set a value for a process variable.
- setVariable(String, Object) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
set a process variable
- setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
- setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
- setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Set a value for a local process variable.
- setVariableLocal(String, Object) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
-
set a local process variable
- setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
- setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- signalExecution() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Signals the current execution, see
RuntimeService.signal(String) - signalExecution(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- START_ACTIVITY - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that an activity is being entered / war entered
- StartActivity - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when an activity is started
- StartActivityLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- StartActivityLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral
- startExecutingJobs() - Method in class org.camunda.bpm.engine.cdi.impl.ManagedJobExecutor
- StartProcess - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Starts a new process instance after the annotated method returns.
- startProcessById(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessById(String, String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessById(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessById(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByKey(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByKey(String, String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByKey(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByMessage(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByMessage(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessByMessage(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startProcessInstanceByIdForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Get processDefinitionId and callbackUrl from request and start a conversation to start the form
- startProcessInstanceByIdForm(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Deprecated.use
startProcessInstanceByIdForm()instead - startProcessInstanceByKeyForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Get processDefinitionKey and callbackUrl from request and start a conversation to start the form
- startProcessInstanceByKeyForm(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Deprecated.use
startProcessInstanceByKeyForm()instead - StartProcessInterceptor - Class in org.camunda.bpm.engine.cdi.impl.annotation
-
implementation of the
StartProcessannotation - StartProcessInterceptor() - Constructor for class org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor
- startTask(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Associates the task with the provided taskId with the current conversation.
- startTask(String, boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
- startTask(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Deprecated.use
startTaskForm()instead - startTaskForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
-
Get taskId and callBackUrl from request and start a conversation to start the form
- stopExecutingJobs() - Method in class org.camunda.bpm.engine.cdi.impl.ManagedJobExecutor
- stopTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Stop working on a task.
- stopTask(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
-
Stop working on a task.
T
- TAKE - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a transition is being taken / was taken
- TakeTransition - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
-
Can be used to qualify events fired when a transition is taken
- TakeTransitionLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
- TakeTransitionLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
- task - Variable in class org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
- taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
- taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
- taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
- TaskForm - Class in org.camunda.bpm.engine.cdi.jsf
- TaskForm() - Constructor for class org.camunda.bpm.engine.cdi.jsf.TaskForm
- TaskId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
-
Qualifier annotation for injecting the current taskId.
- taskService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
- taskService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
- timeStamp - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- toString() - Method in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
- toString() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- transitionName - Variable in class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
- transitionName - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- type - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
- typeName - Variable in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
U
- UPDATE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
-
Signifies that a task is updated
- url - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
V
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.AssignTask
-
the definition key (id of the task in BPMN XML) of the task which was assigned
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinition
-
the key of the process
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.CompleteTask
-
the definition key (id of the task in BPMN XML) of the task which was completed
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.CreateTask
-
the definition key (id of the task in BPMN XML) of the task which was created
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.DeleteTask
-
the definition key (id of the task in BPMN XML) of the task which was deleted
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.EndActivity
-
the id of the activity that is being left / was left
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.StartActivity
-
the id of the activity that is being entered / was entered
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.event.TakeTransition
-
the id of the transition that is being taken
- value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.ProcessEngineName
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.ProcessVariable
-
The name of the process variable to look up.
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.ProcessVariableLocal
-
The name of the local process variable to look up.
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.ProcessVariableLocalTyped
-
The name of the local process variable to look up.
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.ProcessVariableTyped
-
The name of the process variable to look up.
- value() - Method in annotation type org.camunda.bpm.engine.cdi.annotation.StartProcess
-
The key of the process definition to start, as provided in the 'id' attribute of a bpmn20.xml process definition.
W
- wrapContext(ELContext) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
All Classes All Packages