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

A

AbstractActivityBuilder<B extends AbstractActivityBuilder<B,E>,E extends Activity> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractActivityBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractActivityBuilder
 
AbstractAdminPlugin - Class in org.camunda.bpm.admin.plugin.spi.impl
Base class for implementing AdminPlugins.
AbstractAdminPlugin() - Constructor for class org.camunda.bpm.admin.plugin.spi.impl.AbstractAdminPlugin
 
AbstractAdminPluginResource - Class in org.camunda.bpm.admin.resource
Base class for implementing plugin REST resources for the admin application.
AbstractAdminPluginResource(String) - Constructor for class org.camunda.bpm.admin.resource.AbstractAdminPluginResource
 
AbstractAdminPluginRootResource - Class in org.camunda.bpm.admin.resource
Base class for implementing an Admin Plugin root resource.
AbstractAdminPluginRootResource(String) - Constructor for class org.camunda.bpm.admin.resource.AbstractAdminPluginRootResource
 
AbstractAppPlugin - Class in org.camunda.bpm.webapp.plugin.spi.impl
Abstract implementation of the AppPlugin SPI.
AbstractAppPlugin() - Constructor for class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
 
AbstractAppPluginResource<T extends AppPlugin> - Class in org.camunda.bpm.webapp.plugin.resource
A abstract plugin resource class that may be used to implement REST resources which are added to the REST application of the app.
AbstractAppPluginResource(AppRuntimeDelegate<T>, String) - Constructor for class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
 
AbstractAppPluginRootResource<T extends AppPlugin> - Class in org.camunda.bpm.webapp.plugin.resource
A resource class that provides a plugins restful API.
AbstractAppPluginRootResource(String, AppRuntimeDelegate<T>) - Constructor for class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
AbstractAppRuntimeDelegate<T extends AppPlugin> - Class in org.camunda.bpm.webapp.impl
 
AbstractAppRuntimeDelegate(Class<T>) - Constructor for class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
AbstractAtomicOperationCaseExecutionComplete - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionComplete() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
 
AbstractAtomicOperationCaseExecutionResume - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionResume() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionResume
 
AbstractAtomicOperationCaseExecutionSuspend - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionSuspend() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspend
 
AbstractAtomicOperationCaseExecutionSuspending - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionSuspending() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspending
 
AbstractAtomicOperationCaseExecutionTerminate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionTerminate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminate
 
AbstractAtomicOperationCaseExecutionTerminating - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractAtomicOperationCaseExecutionTerminating() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminating
 
AbstractAuthorizedRestResource - Class in org.camunda.bpm.engine.rest.impl
 
AbstractAuthorizedRestResource(String, Resource, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
AbstractBaseElementBuilder<B extends AbstractBaseElementBuilder<B,E>,E extends BaseElement> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractBaseElementBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
AbstractBpmnActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.
AbstractBpmnActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
AbstractBpmnActivityBehavior.ErrorDeclarationFinder - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
AbstractBpmnActivityBehavior.ErrorDeclarationFinder(Exception, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder(Exception, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker - Class in org.camunda.bpm.engine.impl.bpmn.behavior
In a hierarchy of process instances, visits all leaf executions (i.e.
AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker(PvmExecutionImpl) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
 
AbstractBpmnActivityBehavior.ProcessInstanceCollector - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
AbstractBpmnActivityBehavior.ProcessInstanceCollector() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ProcessInstanceCollector
 
AbstractBpmnModelElementBuilder<B extends AbstractBpmnModelElementBuilder<B,E>,E extends BpmnModelElementInstance> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractBpmnModelElementBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
 
AbstractBpmnParseListener - Class in org.camunda.bpm.engine.impl.bpmn.parser
Abstract base class for implementing a BpmnParseListener without being forced to implement all methods provided, which makes the implementation more robust to future changes.
AbstractBpmnParseListener() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
AbstractBusinessRuleTaskBuilder<B extends AbstractBusinessRuleTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractBusinessRuleTaskBuilder(BpmnModelInstance, BusinessRuleTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
 
AbstractCallableElementBuilder<B extends AbstractCallableElementBuilder<B,E>,E extends CallableElement> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractCallableElementBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuilder
 
AbstractCallActivityBuilder<B extends AbstractCallActivityBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractCallActivityBuilder(BpmnModelInstance, CallActivity, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
 
AbstractCatchEventBuilder<B extends AbstractCatchEventBuilder<B,E>,E extends CatchEvent> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractCatchEventBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractCatchEventBuilder
 
AbstractCmmnEventAtomicOperation - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AbstractCmmnEventAtomicOperation() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
AbstractCmmnTransformListener - Class in org.camunda.bpm.engine.impl.cmmn.transformer
Abstract base class for implementing a CmmnTransformListener without being forced to implement all methods provided, which make the implementation more robust to future changes.
AbstractCmmnTransformListener() - Constructor for class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
AbstractCockpitPlugin - Class in org.camunda.bpm.cockpit.plugin.spi.impl
An implementation of CockpitPlugin that comes with reasonable defaults.
AbstractCockpitPlugin() - Constructor for class org.camunda.bpm.cockpit.plugin.spi.impl.AbstractCockpitPlugin
 
AbstractCockpitPluginResource - Class in org.camunda.bpm.cockpit.plugin.resource
Base class for implementing a pluigin REST resource.
AbstractCockpitPluginResource(String) - Constructor for class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
 
AbstractCockpitPluginRootResource - Class in org.camunda.bpm.cockpit.plugin.resource
A resource class that provides a cockpit plugins restful API.
AbstractCockpitPluginRootResource(String) - Constructor for class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginRootResource
 
AbstractCockpitPluginTest - Class in org.camunda.bpm.cockpit.plugin.test
 
AbstractCockpitPluginTest() - Constructor for class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
AbstractComplexGatewayBuilder<B extends AbstractComplexGatewayBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractComplexGatewayBuilder(BpmnModelInstance, ComplexGateway, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractComplexGatewayBuilder
 
AbstractCorrelateMessageCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractCorrelateMessageCmd(String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
AbstractCorrelateMessageCmd(MessageCorrelationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
Initialize the command with a builder
AbstractElResolverDelegate - Class in org.camunda.bpm.engine.impl.el
 
AbstractElResolverDelegate() - Constructor for class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
AbstractEmbeddedSubProcessBuilder<B extends AbstractEmbeddedSubProcessBuilder<B,E>,E extends AbstractSubProcessBuilder> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractEmbeddedSubProcessBuilder(E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractEmbeddedSubProcessBuilder
 
AbstractEndEventBuilder<B extends AbstractEndEventBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractEndEventBuilder(BpmnModelInstance, EndEvent, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractEndEventBuilder
 
AbstractEngineAware - Class in org.camunda.bpm.cockpit.service
Deprecated.
AbstractEngineAware(String) - Constructor for class org.camunda.bpm.cockpit.service.AbstractEngineAware
Deprecated.
Creates a engine aware instance for the given engine
AbstractEventAtomicOperation<T extends CoreExecution> - Class in org.camunda.bpm.engine.impl.core.operation
 
AbstractEventAtomicOperation() - Constructor for class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
AbstractEventBasedGatewayBuilder<B extends AbstractEventBasedGatewayBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractEventBasedGatewayBuilder(BpmnModelInstance, EventBasedGateway, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractEventBasedGatewayBuilder
 
AbstractEventBuilder<B extends AbstractEventBuilder<B,E>,E extends Event> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractEventBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractEventBuilder
 
AbstractEventHandler - Class in org.camunda.bpm.engine.impl.event
 
AbstractEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.AbstractEventHandler
 
AbstractExclusiveGatewayBuilder<B extends AbstractExclusiveGatewayBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractExclusiveGatewayBuilder(BpmnModelInstance, ExclusiveGateway, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractExclusiveGatewayBuilder
 
AbstractExecuteFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractExecuteFilterCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
AbstractExecuteFilterCmd(String, Query<?, ?>) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,E>,E extends FlowElement> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractFlowElementBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder
 
AbstractFlowNodeBuilder<B extends AbstractFlowNodeBuilder<B,E>,E extends FlowNode> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractFlowNodeBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
AbstractFormFieldType - Class in org.camunda.bpm.engine.impl.form.type
 
AbstractFormFieldType() - Constructor for class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
 
AbstractGatewayBuilder<B extends AbstractGatewayBuilder<B,E>,E extends Gateway> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractGatewayBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractGatewayBuilder
 
AbstractGetFormVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractGetFormVariablesCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
 
AbstractHistoricManager - Class in org.camunda.bpm.engine.impl.persistence
 
AbstractHistoricManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
AbstractHistoryLevel - Class in org.camunda.bpm.engine.impl.history
 
AbstractHistoryLevel() - Constructor for class org.camunda.bpm.engine.impl.history.AbstractHistoryLevel
 
AbstractIdentityResource - Class in org.camunda.bpm.engine.rest.sub.identity.impl
 
AbstractIdentityResource(String, Resource, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
 
AbstractInclusiveGatewayBuilder<B extends AbstractInclusiveGatewayBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractInclusiveGatewayBuilder(BpmnModelInstance, InclusiveGateway, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractInclusiveGatewayBuilder
 
AbstractInstanceCancellationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractInstanceCancellationCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
 
AbstractInstantiationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractInstantiationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
AbstractIntermediateCatchEventBuilder<B extends AbstractIntermediateCatchEventBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractIntermediateCatchEventBuilder(BpmnModelInstance, IntermediateCatchEvent, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractIntermediateCatchEventBuilder
 
AbstractIntermediateThrowEventBuilder<B extends AbstractIntermediateThrowEventBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractIntermediateThrowEventBuilder(BpmnModelInstance, IntermediateThrowEvent, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractIntermediateThrowEventBuilder
 
AbstractManager - Class in org.camunda.bpm.engine.impl.persistence
 
AbstractManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
AbstractManualTaskBuilder<B extends AbstractManualTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractManualTaskBuilder(BpmnModelInstance, ManualTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractManualTaskBuilder
 
AbstractModelParser - Class in org.camunda.bpm.model.xml.impl.parser
 
AbstractModelParser() - Constructor for class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
AbstractNativeQuery<T extends NativeQuery<?,?>,U> - Class in org.camunda.bpm.engine.impl
Abstract superclass for all native query types.
AbstractNativeQuery(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
AbstractNativeQuery(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
AbstractNumericValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
AbstractNumericValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
AbstractObjectValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
Abstract implementation of a TypedValueSerializer for ObjectValues.
AbstractObjectValueSerializer(String) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
AbstractParallelGatewayBuilder<B extends AbstractParallelGatewayBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractParallelGatewayBuilder(BpmnModelInstance, ParallelGateway, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractParallelGatewayBuilder
 
AbstractParseBpmPlatformXmlStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file.
AbstractParseBpmPlatformXmlStep() - Constructor for class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
AbstractPatchVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractPatchVariablesCmd(String, Map<String, ? extends Object>, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
AbstractPersistenceSession - Class in org.camunda.bpm.engine.impl.db
 
AbstractPersistenceSession() - Constructor for class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
AbstractPersistentVariableStore - Class in org.camunda.bpm.engine.impl.variable
 
AbstractPersistentVariableStore() - Constructor for class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
AbstractPluginResource - Class in org.camunda.bpm.cockpit.plugin.resource
Deprecated.
AbstractPluginResource(String) - Constructor for class org.camunda.bpm.cockpit.plugin.resource.AbstractPluginResource
Deprecated.
 
AbstractPluginRootResource - Class in org.camunda.bpm.cockpit.plugin.resource
Deprecated.
AbstractPluginRootResource(String) - Constructor for class org.camunda.bpm.cockpit.plugin.resource.AbstractPluginRootResource
Deprecated.
 
AbstractProcessApplication - Class in org.camunda.bpm.application
 
AbstractProcessApplication() - Constructor for class org.camunda.bpm.application.AbstractProcessApplication
 
AbstractProcessBuilder<B extends AbstractProcessBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractProcessBuilder(BpmnModelInstance, Process, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
 
AbstractProcessEngineAware - Class in org.camunda.bpm.engine.rest.spi.impl
 
AbstractProcessEngineAware() - Constructor for class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
 
AbstractProcessEngineAware(String) - Constructor for class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
 
AbstractProcessEnginePlugin - Class in org.camunda.bpm.engine.impl.cfg
Adapter class for implementing process engine plugins
AbstractProcessEnginePlugin() - Constructor for class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
 
AbstractProcessEngineRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
Abstract process engine resource that provides instantiations of all REST resources.
AbstractProcessEngineRestServiceImpl() - Constructor for class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
AbstractProcessEngineTestCase - Class in org.camunda.bpm.engine.impl.test
 
AbstractProcessEngineTestCase() - Constructor for class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
AbstractProcessInstanceModificationCommand - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractProcessInstanceModificationCommand(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
AbstractProcessInstanceQueryDto<T extends ProcessInstanceDto> - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
AbstractProcessInstanceQueryDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
AbstractProcessInstanceQueryDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
AbstractPvmAtomicOperationTransitionNotifyListenerTake - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
AbstractPvmAtomicOperationTransitionNotifyListenerTake() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmAtomicOperationTransitionNotifyListenerTake
 
AbstractPvmEventAtomicOperation - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
AbstractPvmEventAtomicOperation() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmEventAtomicOperation
 
AbstractQuery<T extends Query<?,?>,U> - Class in org.camunda.bpm.engine.impl
Abstract superclass for all query types.
AbstractQuery() - Constructor for class org.camunda.bpm.engine.impl.AbstractQuery
 
AbstractQuery(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.AbstractQuery
 
AbstractQueryDto<T extends Query<?,?>> - Class in org.camunda.bpm.engine.rest.dto
Defines common query operations, such as sorting options and validation.
AbstractQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
AbstractQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
AbstractQueryVariableValueCondition - Class in org.camunda.bpm.engine.impl
 
AbstractQueryVariableValueCondition(QueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
 
AbstractReceiveTaskBuilder<B extends AbstractReceiveTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractReceiveTaskBuilder(BpmnModelInstance, ReceiveTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractReceiveTaskBuilder
 
AbstractReferenceAssert<S extends AbstractReferenceAssert<S,T>,T extends Reference<?>> - Class in org.camunda.bpm.model.xml.test.assertions
 
AbstractReferenceAssert(T, Class<?>) - Constructor for class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
 
AbstractRemoveVariableCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractRemoveVariableCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
 
AbstractRestProcessEngineAware - Class in org.camunda.bpm.engine.rest.impl
 
AbstractRestProcessEngineAware(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
 
AbstractRestQueryParametersDto<T> - Class in org.camunda.bpm.cockpit.rest.dto
 
AbstractRestQueryParametersDto() - Constructor for class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
AbstractRestQueryParametersDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
AbstractRootElementBuilder<B extends AbstractRootElementBuilder<B,E>,E extends RootElement> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractRootElementBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractRootElementBuilder
 
AbstractScriptTaskBuilder<B extends AbstractScriptTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractScriptTaskBuilder(BpmnModelInstance, ScriptTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
 
AbstractSendTaskBuilder<B extends AbstractSendTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractSendTaskBuilder(BpmnModelInstance, SendTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
 
AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractSequenceFlowBuilder(BpmnModelInstance, SequenceFlow, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractSequenceFlowBuilder
 
AbstractSerializableValueSerializer<T extends SerializableValue> - Class in org.camunda.bpm.engine.impl.variable.serializer
 
AbstractSerializableValueSerializer(SerializableValueType, String) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
AbstractServiceTaskBuilder<B extends AbstractServiceTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractServiceTaskBuilder(BpmnModelInstance, ServiceTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
 
AbstractSetJobDefinitionStateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetJobDefinitionStateCmd(String, String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
AbstractSetJobStateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetJobStateCmd(String, String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
AbstractSetProcessDefinitionStateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetProcessDefinitionStateCmd(ProcessDefinitionEntity, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
AbstractSetProcessDefinitionStateCmd(String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
AbstractSetProcessInstanceStateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetProcessInstanceStateCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
AbstractSetStateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetStateCmd(boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
AbstractSetVariableCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractSetVariableCmd(String, Map<String, ? extends Object>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
 
AbstractStartEventBuilder<B extends AbstractStartEventBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractStartEventBuilder(BpmnModelInstance, StartEvent, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
 
AbstractStartProcessEnginesStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step that is responsible for starting all process engines declared in a List of ProcessEngineXml files.
AbstractStartProcessEnginesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.AbstractStartProcessEnginesStep
 
AbstractSubProcessBuilder<B extends AbstractSubProcessBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractSubProcessBuilder(BpmnModelInstance, SubProcess, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder
 
AbstractTaskBuilder<B extends AbstractTaskBuilder<B,E>,E extends Task> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractTaskBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder
 
AbstractTasklistPlugin - Class in org.camunda.bpm.tasklist.plugin.spi.impl
Base class for implementing TasklistPlugins.
AbstractTasklistPlugin() - Constructor for class org.camunda.bpm.tasklist.plugin.spi.impl.AbstractTasklistPlugin
 
AbstractTasklistPluginResource - Class in org.camunda.bpm.tasklist.resource
Base class for implementing plugin REST resources for the admin application.
AbstractTasklistPluginResource(String) - Constructor for class org.camunda.bpm.tasklist.resource.AbstractTasklistPluginResource
 
AbstractTasklistPluginRootResource - Class in org.camunda.bpm.tasklist.resource
Base class for implementing an Tasklist Plugin root resource.
AbstractTasklistPluginRootResource(String) - Constructor for class org.camunda.bpm.tasklist.resource.AbstractTasklistPluginRootResource
 
AbstractTemplateFilter - Class in org.camunda.bpm.webapp.impl.filter
A Filter implementation that can be used to realize basic templating.
AbstractTemplateFilter() - Constructor for class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
 
AbstractTextValueValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
AbstractTextValueValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
 
AbstractThrowEventBuilder<B extends AbstractThrowEventBuilder<B,E>,E extends ThrowEvent> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractThrowEventBuilder(BpmnModelInstance, E, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractThrowEventBuilder
 
abstractType() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
abstractType() - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
AbstractTypedValue<T> - Class in org.camunda.bpm.engine.impl.core.variable.value
 
AbstractTypedValue(T, ValueType) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
AbstractTypedValueSerializer<T extends TypedValue> - Class in org.camunda.bpm.engine.impl.variable.serializer
 
AbstractTypedValueSerializer(ValueType) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
AbstractUserTaskBuilder<B extends AbstractUserTaskBuilder<B>> - Class in org.camunda.bpm.model.bpmn.builder
 
AbstractUserTaskBuilder(BpmnModelInstance, UserTask, Class<?>) - Constructor for class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
 
AbstractValueTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
AbstractValueTypeImpl(String) - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
AbstractVariableCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractVariableCmd(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
AbstractVariableQueryImpl<T extends Query<?,?>,U> - Class in org.camunda.bpm.engine.impl
Abstract query class that adds methods to query for variable values.
AbstractVariableQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
AbstractVariableQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
AbstractVariableScope - Class in org.camunda.bpm.engine.impl.core.variable.scope
 
AbstractVariableScope() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
AbstractVariablesResource - Class in org.camunda.bpm.engine.rest.sub.impl
 
AbstractVariablesResource(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
AbstractVariableStore - Class in org.camunda.bpm.engine.impl.core.variable.scope
 
AbstractVariableStore() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore
 
AbstractWritableIdentityServiceCmd<T> - Class in org.camunda.bpm.engine.impl.cmd
 
AbstractWritableIdentityServiceCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd
 
acceptUntrusted() - Static method in class org.camunda.bpm.identity.impl.ldap.util.CertificateHelper
 
acceptUntrustedCertificates - Variable in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
Account - Interface in org.camunda.bpm.engine.impl.identity
 
accountDetails - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
accountName - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserAccountCmd
 
accountPassword - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
accumulate(String, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Accumulate values under a key.
acquiredJobBatches - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
acquiredJobs - Variable in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
AcquiredJobs - Class in org.camunda.bpm.engine.impl.jobexecutor
 
AcquiredJobs() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
acquiredJobs - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
acquireExclusiveLock(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
acquireExclusiveLock() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
 
AcquireJobsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AcquireJobsCmd(JobExecutor) - Constructor for class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
acquireJobsCmd - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
AcquireJobsRunnable - Class in org.camunda.bpm.engine.impl.jobexecutor
 
AcquireJobsRunnable(JobExecutor) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
acquireJobsRunnable - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
ACQUISITION_STRATEGY - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
Deprecated.
action - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
ACTION_ADD_ATTACHMENT - Static variable in interface org.camunda.bpm.engine.task.Event
Deprecated.
An attachment was added with the attachment name as message.
ACTION_ADD_COMMENT - Static variable in interface org.camunda.bpm.engine.task.Event
Deprecated.
An user comment was added with the short version of the comment as message.
ACTION_ADD_GROUP_LINK - Static variable in interface org.camunda.bpm.engine.task.Event
Deprecated.
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.camunda.bpm.engine.task.Event
Deprecated.
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.camunda.bpm.engine.task.Event
Deprecated.
An attachment was deleted with the attachment name as message.
ACTION_DELETE_GROUP_LINK - Static variable in interface org.camunda.bpm.engine.task.Event
Deprecated.
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.camunda.bpm.engine.task.Event
Deprecated.
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
activateJobById(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobById(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates the Job with the given id.
activateJobByJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobByJobDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all Jobs of the provided job definition id.
activateJobByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all Jobs of the provided process definition id.
activateJobByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates Jobs of the provided process definition key.
activateJobByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobByProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all Jobs of the provided process instance id.
ActivateJobCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivateJobCmd(String, String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivateJobCmd
 
activateJobDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionById(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionById(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionById(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates the JobDefinition with the given id immediately.
activateJobDefinitionById(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Activates the JobDefinition with the given id immediately.
activateJobDefinitionById(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Activates the JobDefinition with the given id.
activateJobDefinitionByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionId(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionId(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition id immediately.
activateJobDefinitionByProcessDefinitionId(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition id immediately.
activateJobDefinitionByProcessDefinitionId(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition id.
activateJobDefinitionByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionKey(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionKey(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
activateJobDefinitionByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition key immediately.
activateJobDefinitionByProcessDefinitionKey(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition key immediately.
activateJobDefinitionByProcessDefinitionKey(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Activates all JobDefinitions of the provided process definition key.
ActivateJobDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivateJobDefinitionCmd(String, String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
 
activateProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
activateProcessDefinitionById(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
activateProcessDefinitionById(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Activates the process definition with the given id.
activateProcessDefinitionById(String, boolean, Date) - Method in interface org.camunda.bpm.engine.RepositoryService
Activates the process definition with the given id.
activateProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
activateProcessDefinitionByKey(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
activateProcessDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Activates the process definition with the given key (=id in the bpmn20.xml file).
activateProcessDefinitionByKey(String, boolean, Date) - Method in interface org.camunda.bpm.engine.RepositoryService
Activates the process definition with the given key (=id in the bpmn20.xml file).
ActivateProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivateProcessDefinitionCmd(ProcessDefinitionEntity, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
ActivateProcessDefinitionCmd(String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
activateProcessDefinitionsOn(Date) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
activateProcessDefinitionsOn(Date) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
activateProcessDefinitionsOn(Date) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
Sets the date on which the process definitions contained in this deployment will be activated.
activateProcessDefinitionsOn(Date) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
activateProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
activateProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Activates the process instance with the given id.
activateProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
activateProcessInstanceByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Activates the process instance with the given process definition id.
activateProcessInstanceByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
activateProcessInstanceByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Activates the process instance with the given process definition key.
ActivateProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivateProcessInstanceCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
 
activatesGateway(ActivityExecution, PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
activationCondition(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractComplexGatewayBuilder
Sets the activation condition expression for the build complex gateway
ActivationCondition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN element activationCondition of the BPMN tComplexGateway type
activationConditionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
ActivationConditionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN element activationCondition of the BPMN tComplexGateway type
ActivationConditionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ActivationConditionImpl
 
active() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are active
active() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances which are active
active() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
ACTIVE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
active() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
ACTIVE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
ACTIVE - Static variable in interface org.camunda.bpm.engine.impl.persistence.entity.SuspensionState
 
active() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
active() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
active() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only selects job definitions which are active
active() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions which are active
active - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
active - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
active() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are active.
active() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select case instances which are active.
active() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions which are active (i.e.
active() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
 
active() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances which are active, which means that neither the process instance nor the corresponding process definition are suspended.
active() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only selects tasks which are active (ie.
activeDeploymentOperations - Variable in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
set if the current thread is performing a composite deployment operation
ACTIVITI_BPMN_EXTENSIONS_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
ACTIVITI_REGISTRY_BEAN_NAME - Static variable in class org.camunda.bpm.engine.spring.components.ActivitiContextUtils
the name of the default registry used to store all state handling components
ActivitiAnnotationDrivenBeanDefinitionParser - Class in org.camunda.bpm.engine.spring.components.config.xml
registers support for handling the annotations in the org.camunda.bpm.engine.annotations package.
ActivitiAnnotationDrivenBeanDefinitionParser() - Constructor for class org.camunda.bpm.engine.spring.components.config.xml.ActivitiAnnotationDrivenBeanDefinitionParser
 
ActivitiContextUtils - Class in org.camunda.bpm.engine.spring.components
simple place to stash the constants used throughout the code
ActivitiContextUtils() - Constructor for class org.camunda.bpm.engine.spring.components.ActivitiContextUtils
 
activities - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
activities - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
ActivitiNamespaceHandler - Class in org.camunda.bpm.engine.spring.components.config.xml
responsible for providing support.
ActivitiNamespaceHandler() - Constructor for class org.camunda.bpm.engine.spring.components.config.xml.ActivitiNamespaceHandler
 
ActivitiStateAnnotationBeanPostProcessor - Class in org.camunda.bpm.engine.spring.components.aop
the idea is that this bean post processor is responsible for registering all beans that have the org.camunda.bpm.engine.annotations.State annotation.
ActivitiStateAnnotationBeanPostProcessor() - Constructor for class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
ActivitiStateHandlerRegistration - Class in org.camunda.bpm.engine.spring.components.registry
an instance of a bean discovered to both have an org.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent and one or more org.camunda.bpm.engine.ProcessEngineComponent.ActivitiComponent annotations present.
ActivitiStateHandlerRegistration(Map<Integer, String>, Method, Object, String, String, int, int, String) - Constructor for class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
ActivitiStateHandlerRegistry - Class in org.camunda.bpm.engine.spring.components.registry
this class records and manages all known org.camunda.bpm.engine.annotations.State - responding beans in the JVM.
ActivitiStateHandlerRegistry() - Constructor for class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
activity - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
current activity
activity - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
activity - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
current activity
Activity - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN activity element
ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_EVENT_TYPE_END - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
ACTIVITY_EVENT_TYPE_START - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
ACTIVITY_EVENT_TYPE_UPDATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
ACTIVITY_EXECUTE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
ACTIVITY_EXECUTE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
ACTIVITY_ID_ - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryProperty
 
ACTIVITY_INIT_STACK - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_INIT_STACK_NOTIFY_LISTENER_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_INSTANCE_END_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
ACTIVITY_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
ACTIVITY_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
ACTIVITY_INSTANCE_ID_IN - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
ACTIVITY_INSTANCE_START_COUNTER - Static variable in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
ACTIVITY_INSTANCE_START_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
ACTIVITY_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
ACTIVITY_NOTIFY_LISTENER_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
ACTIVITY_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_START_CANCEL_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
ACTIVITY_START_CANCEL_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_START_CONCURRENT - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
ACTIVITY_START_CONCURRENT - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_START_CREATE_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_START_INTERRUPT_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
ACTIVITY_TYPE - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
ActivityAfterInstantiationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivityAfterInstantiationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
ActivityAfterInstantiationCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
ActivityBeforeInstantiationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivityBeforeInstantiationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
ActivityBeforeInstantiationCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
activityBehavior - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
ActivityBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
 
activityBehavior - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
the inner behavior of an activity.
ActivityBehaviorInvocation - Class in org.camunda.bpm.engine.impl.bpmn.delegate
 
ActivityBehaviorInvocation(ActivityBehavior, ActivityExecution) - Constructor for class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
 
ActivityBehaviorSignalInvocation - Class in org.camunda.bpm.engine.impl.bpmn.delegate
 
ActivityBehaviorSignalInvocation(SignallableActivityBehavior, ActivityExecution, String, Object) - Constructor for class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
ActivityBehaviorUtil - Class in org.camunda.bpm.engine.impl.util
 
ActivityBehaviorUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ActivityBehaviorUtil
 
ActivityCancellationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivityCancellationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
activityCancelled(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
 
activityCancelled(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
 
activityDescription - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
activityDescription - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
activityDrawInstructions - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
ActivityExecution - Interface in org.camunda.bpm.engine.impl.pvm.delegate
 
ActivityExecutionMapping - Class in org.camunda.bpm.engine.impl
Maps an activity (plain activities + their containing flow scopes) to the scope executions that are executing them.
ActivityExecutionMapping(CommandContext, String) - Constructor for class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
activityExecutionMapping - Variable in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
activityId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
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
 
activityId(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given activity (id from BPMN 2.0 XML)
activityId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Deprecated.
activityId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which contain an activity with the given id.
activityId - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
activityId - Variable in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
activityId - Variable in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
activityId - Variable in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
activityId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the id of the activity
activityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
activityId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
activityId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
activityId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the current position in the diagram within the PvmExecutionImpl.processDefinition.
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
activityId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
activityId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
activityId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
activityId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which contain an activity with the given id.
activityId(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions that belong to an activity with the given id.
activityId(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which contain an activity with the given id.
activityId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which contain an activity with the given id.
activityId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which are defined on an activity with the given id.
activityIdIn - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
activityIdIn - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
activityIdIn - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
activityIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries which are associated with one of the given activity ids.
activityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
activityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
activityIdIn(String...) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions which exist for the listed activity ids
activityIdIn - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
activityIds - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
activityIds - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
activityIds - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
ActivityImpl - Class in org.camunda.bpm.engine.impl.pvm.process
 
ActivityImpl(String, ProcessDefinitionImpl) - Constructor for class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
ActivityImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN activity element
ActivityImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
ActivityImpl.AsyncAfterUpdate - Interface in org.camunda.bpm.engine.impl.pvm.process
Delegate interface for the asyncAfter property update
ActivityImpl.AsyncBeforeUpdate - Interface in org.camunda.bpm.engine.impl.pvm.process
Delegate interface for the asyncBefore property update.
ActivityInstance - Interface in org.camunda.bpm.engine.runtime
An activity instance represents an instance of an activity.
ActivityInstanceCancellationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ActivityInstanceCancellationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ActivityInstanceCancellationCmd
 
ActivityInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
An activity instance is the instance of an activity
ActivityInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
ActivityInstanceEndListener - Class in org.camunda.bpm.engine.impl.history.parser
 
ActivityInstanceEndListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceEndListener
 
activityInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances with the given id (primary key within history tables).
activityInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates associated to the given activity instance.
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.ActivityInstanceCancellationCmd
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
activityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the id of this activity instance
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
the unique id of the current activity instance
activityInstanceId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
activityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
activityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
activityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
activityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
activityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
activityInstanceIdIn - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
activityInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have one of the given activity instance ids.
activityInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic variable instances which have one of the activity instance ids.
activityInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
activityInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
activityInstanceIdIn - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
activityInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
activityInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
activityInstanceIdIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
activityInstanceIdIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
activityInstanceIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
activityInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the activity instance ids.
activityInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select task which have one of the activity instance ids.
activityInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
activityInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
activityInstanceIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
ActivityInstanceImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ActivityInstanceImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
ActivityInstanceStartListener - Class in org.camunda.bpm.engine.impl.history.parser
 
ActivityInstanceStartListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceStartListener
 
activityInstanceState - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityInstanceState - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the state of this activity instance
ActivityInstanceState - Interface in org.camunda.bpm.engine.impl.pvm.runtime
Contains a predefined set of states activity instances may be in during the execution of a process instance.
activityInstanceState - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
marks the current activity instance
ActivityInstanceState.ActivityInstanceStateImpl - Class in org.camunda.bpm.engine.impl.pvm.runtime
 
ActivityInstanceState.ActivityInstanceStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
ActivityInstanceUpdateListener - Class in org.camunda.bpm.engine.impl.history.parser
 
ActivityInstanceUpdateListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceUpdateListener
 
ActivityInstantiationBuilder<T extends ActivityInstantiationBuilder<T>> - Interface in org.camunda.bpm.engine.runtime
 
activityName(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given name
activityName - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
activityName - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityName(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the name of the activity
activityName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
activityName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
The name of the current activity position
activityName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
activityName - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
activityName - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
activityName - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
activityRef - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
activityRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
activityStack - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
activityStack - Variable in class org.camunda.bpm.engine.impl.tree.ActivityStackCollector
 
ActivityStackCollector - Class in org.camunda.bpm.engine.impl.tree
 
ActivityStackCollector() - Constructor for class org.camunda.bpm.engine.impl.tree.ActivityStackCollector
 
activityStartBehavior - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
The start behavior for this activity.
ActivityStartBehavior - Enum in org.camunda.bpm.engine.impl.pvm.process
Defines the start behavior for activities.
ActivityStatistics - Interface in org.camunda.bpm.engine.management
 
ActivityStatisticsImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ActivityStatisticsImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
ActivityStatisticsQuery - Interface in org.camunda.bpm.engine.management
 
ActivityStatisticsQueryImpl - Class in org.camunda.bpm.engine.impl
 
ActivityStatisticsQueryImpl(String, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
ActivityStatisticsResultDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ActivityStatisticsResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ActivityStatisticsResultDto
 
activityType(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for activities with the given activity type
activityType - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
activityType - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityType(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
activityType - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the type of the activity (startEvent, serviceTask ...)
activityType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
activityType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
activityType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
activityType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
activityType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
ACTIVTY_INSTANCE_START - Static variable in class org.camunda.bpm.engine.management.Metrics
 
actualCommandExecutor - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
add(ELResolver) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Adds the given resolver to the list of component resolvers.
ADD - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
add(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
add(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
add := add (<PLUS> mul | <MINUS> mul)*
add(Element) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
addActivityHandlers(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
addArrayField(JSONObject, String, String[]) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
 
addAttachment(String, Object) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
addAttachment(String, Object) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
addAttachment(UriInfo, MultipartFormData) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
addAttachment(UriInfo, MultipartFormData) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskAttachmentResource
 
addAuthentication(Authentication) - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Adds an authentication to the list of current authentications.
addAuthorizations(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
addBcc(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
addBuiltInListener(String, DelegateListener<? extends BaseDelegateExecution>) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addBuiltInListener(String, DelegateListener<? extends BaseDelegateExecution>, int) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addBuiltInTaskListener(String, TaskListener) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
addBuiltInVariableListener(String, VariableListener<?>) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addBuiltInVariableListener(String, VariableListener<?>, int) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addBusinessCalendar(String, BusinessCalendar) - Method in class org.camunda.bpm.engine.impl.calendar.MapBusinessCalendarManager
 
addCacheConfiguration(Class<?>, Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
addCandidateGroup(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Adds the given group as candidate group to this task
addCandidateGroup(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addCandidateGroup(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
addCandidateGroup(String, String) - Method in interface org.camunda.bpm.engine.TaskService
addCandidateGroupIdExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
addCandidateGroups(Collection<String>) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Adds multiple groups as candidate group to this task.
addCandidateGroups(Collection<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addCandidateStarterGroup(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
addCandidateStarterGroup(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
Use authorization mechanism instead.
addCandidateStarterGroupIdExpression(Expression) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
addCandidateStarterUser(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
addCandidateStarterUser(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
Use authorization mechanism instead.
addCandidateStarterUserIdExpression(Expression) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
addCandidateUser(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Adds the given user as a candidate user to this task.
addCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addCandidateUser(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
addCandidateUser(String, String) - Method in interface org.camunda.bpm.engine.TaskService
addCandidateUserIdExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
addCandidateUsers(Collection<String>) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Adds multiple users as candidate user to this task.
addCandidateUsers(Collection<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addCaseDefinition(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
addCaseDefinitionToDeploymentCache(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
addCasePlanModelHandlers(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
addCc(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
addChildElement(ModelElementInstance) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
addChildElement(ModelElementInstance) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
addChildElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
addChildElement(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Adds a new child element to the children of this element.
addClasspathResource(String) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
addClasspathResource(String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
addClasspathResource(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
addClasspathResource(String) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
addColumnMetaData(String, String) - Method in class org.camunda.bpm.engine.management.TableMetaData
 
addComment(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
addComment(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
AddCommentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AddCommentCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
 
addCommonFormFieldAttributes(FormField, HtmlElementWriter) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
addDatabaseSpecificStatement(String, String, String) - Static method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
addDateField(JSONObject, String, Date) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
 
addDefaultField(JSONObject, String, Object, Object) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
 
addDeployedArtifact(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
addEmbedded(String, HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
addEmbedded(String, List<HalResource<?>>) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
addEndEventListener(ScopeImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addEndEventListener(ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addEntryCriteria(CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
addError(SAXParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
addError(String, Element) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
addError(BpmnParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
addErrorEventDefinition(ErrorEventDefinition, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addEventListenerOrMilestoneHandlers(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
addEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
addEventSubscriptionDeclaration(EventSubscriptionDeclaration, ScopeImpl, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addExecutionListener(String, ExecutionListener) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
Deprecated.
addExecutionListener(String, ExecutionListener, int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
Deprecated.
addExecutionListener(ExecutionListener) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
Deprecated.
addExitCriteria(CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
addExpression(String, String) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
addExtensionElement(BpmnModelElementInstance) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
Add an extension element to the element.
addExtensionElement(String, String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
addExtensionElement(Class<T>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
addExtensionElement(String, String) - Method in interface org.camunda.bpm.model.bpmn.instance.ExtensionElements
 
addExtensionElement(Class<T>) - Method in interface org.camunda.bpm.model.bpmn.instance.ExtensionElements
 
addExtensionElement(String, String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
addExtensionElement(Class<T>) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
addExtensionElement(String, String) - Method in interface org.camunda.bpm.model.cmmn.instance.ExtensionElements
 
addExtensionElement(Class<T>) - Method in interface org.camunda.bpm.model.cmmn.instance.ExtensionElements
 
addField(JSONObject, String, Object) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
 
addFilter(String, String, StringWriter) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
addFormType(AbstractFormFieldType) - Method in class org.camunda.bpm.engine.impl.form.type.FormTypes
 
addFunctionMapper(FunctionMapper) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
addGroupIdentityLink(String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Involves a group with group task.
addGroupIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addGroupIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
addGroupIdentityLink(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Involves a group with a task.
AddGroupIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AddGroupIdentityLinkCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AddGroupIdentityLinkCmd
 
addIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
addIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addIdentityLink(IdentityLinkDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
addIdentityLink(IdentityLinkDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
AddIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AddIdentityLinkCmd(String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
AddIdentityLinkForProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AddIdentityLinkForProcessDefinitionCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
addIncident(IncidentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
addIncidentPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
addIncidentPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
addInput(CallableElementParameter) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
addInputParameter(InputParameter) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
addInputs(List<CallableElementParameter>) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
addInputStream(String, InputStream) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
addInputStream(String, InputStream) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
addInputStream(String, InputStream) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
addInputStream(String, InputStream) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
additionalDeployments - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
addJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
addJobDeclarationToProcessDefinition(JobDeclaration<?>, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addJobIdBatch(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
addJobIdBatch(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
addJobPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
addJobPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
addLane(Lane) - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
addLaneSet(LaneSet) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
addLink(AtomLink) - Method in class org.camunda.bpm.engine.rest.dto.LinkableDto
 
addLink(String, String) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
addLink(String, URI) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
addListener(String, DelegateListener<? extends BaseDelegateExecution>) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addListener(String, DelegateListener<? extends BaseDelegateExecution>, int) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addListeners(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
addListeners(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
addListenerToMap(Map<String, List<T>>, String, T, int) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addListField(JSONObject, String, List<String>) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
 
addMessageEventSubscriptions(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
addMessageJobDeclaration(MessageJobDeclaration, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Adds the new message job declaration to existing declarations.
addMessageJobDeclarationToActivity(MessageJobDeclaration, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addMissingComponent(String, String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
addModelInstance(String, BpmnModelInstance) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
addModelInstance(String, BpmnModelInstance) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
addModelInstance(String, BpmnModelInstance) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
addModelInstance(String, BpmnModelInstance) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
addOnPart(CmmnOnPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
addOperation(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
addOperation(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
addOrder(String, String) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
addOutput(CallableElementParameter) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
addOutputParameter(OutputParameter) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
addOutputs(List<CallableElementParameter>) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
addPart(MultipartFormData.FormPart) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData
 
addPermission(Permission) - Method in interface org.camunda.bpm.engine.authorization.Authorization
allows granting a permission.
addPermission(Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
addPermissionCheck(QueryParameters<?>, Resource, String, Permission) - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Add a new PermissionCheck with the given values.
addPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
addPermissionCheck(AbstractQuery, Resource, String, Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
addPostCollector(Collector<T>) - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
addPreCollector(Collector<T>) - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
addProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
addProcessEnginePlugins(JtaProcessEngineConfiguration) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
addProcessesXml(DeploymentUnit, ProcessesXmlWrapper) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Attach the parsed ProcessesXml file to a deployment unit.
addProcessInstancePermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
addProcessInstancePermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
addReflexiveLink(URI, String, String) - Method in class org.camunda.bpm.engine.rest.dto.LinkableDto
 
addResource(Object, Map<String, byte[]>, String, String) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
addResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
addScriptEngineFactory(ScriptEngineFactory) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
addSentry(CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
addSentryPart(CmmnSentryPart) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
addSentryPart(CmmnSentryPart) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
addSentryPart(CmmnSentryPart) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
addSerializer(TypedValueSerializer<?>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
addSerializer(TypedValueSerializer<?>, int) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
addSerializer(TypedValueSerializer<?>) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
 
addSerializer(TypedValueSerializer<?>, int) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
Add type at the given index.
addServerExecutorDependency(ServiceBuilder<?>, InjectedValue<ExecutorService>, boolean) - Static method in class org.camunda.bpm.container.impl.jboss.util.JBossCompatibilityExtension
Adds the JBoss server executor as a dependency to the given service.
addSessionFactory(SessionFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
addSingleUnitQuantity(Date, String) - Method in class org.camunda.bpm.engine.impl.calendar.DefaultBusinessCalendar
 
addSortedInserts(List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
Adds the insert operations to the flush (in correct order).
addSortedModifications(List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
Adds a correctly ordered list of UPDATE and DELETE operations to the flush.
addSortedModificationsForType(Class<?>, SortedSet<DbEntityOperation>, List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
addSqlStatementPiece(String, String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
addStartEventListener(ScopeImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addStartEventListener(ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addStep(DeploymentOperationStep) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
Add a new atomic step to the composite operation.
addStep(DeploymentOperationStep) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
addString(String, String) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
addString(String, String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
addString(String, String) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
addString(String, String) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
addTakeEventListener(TransitionImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
addTaskAssignmentListeners(TaskDefinition) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addTaskAssignmentListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addTaskCompleteListeners(TaskDefinition) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addTaskCompleteListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addTaskCreateListeners(TaskDefinition) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addTaskCreateListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addTaskDeleteListeners(TaskDefinition) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
addTaskDeleteListeners(TaskDefinition) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
addTaskListener(String, TaskListener) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
addTaskOrStageHandlers(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
addTaskPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
addTaskPermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
addTimeCycleWarning(Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addTimerDeclaration(ScopeImpl, TimerDeclarationImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addTimerDeclarations(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
addTo(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
addToExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
addToMapOfLists(Map<S, List<T>>, S, T) - Static method in class org.camunda.bpm.engine.impl.util.CollectionUtil
 
addToSet(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
addTransactionListener(TransactionState, TransactionListener) - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
addTransactionListener(TransactionState, TransactionListener) - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
addTransactionListener(TransactionState, TransactionListener) - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionContext
Add a TransactionListener to the current transaction.
addTransactionListener(TransactionState, TransactionListener) - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
addType(ValueType) - Method in class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
 
addType(ValueType) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
 
addUserIdentityLink(String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Involves a user with a task.
addUserIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
addUserIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
addUserIdentityLink(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Involves a user with a task.
AddUserIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AddUserIdentityLinkCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AddUserIdentityLinkCmd
 
addValidator(Validator<AbstractQuery<?, ?>>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
addValidator(String, Class<? extends FormFieldValidator>) - Method in class org.camunda.bpm.engine.impl.form.validator.FormValidators
 
addVariable(String, Object, QueryOperator, boolean) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
addVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
addVariable(JSONObject, String, TaskQueryVariableValue) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
addVariable(JSONArray, TaskQueryVariableValue) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
addVariable(String, Object, QueryOperator, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
addVariable(TaskQueryVariableValue) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
addVariable(List<Object>, String, String) - Method in class org.camunda.bpm.example.invoice.DemoDataGenerator
 
addVariableDeclaration(ScopeImpl, VariableDeclaration) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
addVariableListener(String, VariableListener<?>) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addVariableListener(String, VariableListener<?>, int) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
addVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
addVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
addVariables(Map<String, Object>) - Method in class org.camunda.bpm.example.invoice.DemoDataGenerator
 
addVariablesFields(JSONObject, List<TaskQueryVariableValue>) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
addVariablesLocal(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
addWarning(SAXParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
addWarning(String, Element) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
addZipInputStream(ZipInputStream) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
addZipInputStream(ZipInputStream) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
addZipInputStream(ZipInputStream) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
addZipInputStream(ZipInputStream) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
adjustStartEventSubscriptions(ProcessDefinitionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
adjust all event subscriptions responsible to start process instances (timer start event, message start event).
Admin - Class in org.camunda.bpm.admin
The admin application.
Admin() - Constructor for class org.camunda.bpm.admin.Admin
 
ADMIN_APP_NAME - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
ADMIN_RUNTIME_DELEGATE - Static variable in class org.camunda.bpm.admin.Admin
The AdminRuntimeDelegate is an delegate that will be initialized by bootstrapping camunda admin with an specific instance
AdminApplication - Class in org.camunda.bpm.admin.impl.web
The rest api exposed by the admin application
AdminApplication() - Constructor for class org.camunda.bpm.admin.impl.web.AdminApplication
 
AdminContainerBootstrap - Class in org.camunda.bpm.admin.impl.web.bootstrap
 
AdminContainerBootstrap() - Constructor for class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap
 
AdminContainerBootstrap.AdminEnvironment - Class in org.camunda.bpm.admin.impl.web.bootstrap
 
AdminContainerBootstrap.AdminEnvironment() - Constructor for class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap.AdminEnvironment
 
AdministratorAuthorizationPlugin - Class in org.camunda.bpm.engine.impl.plugin
 
AdministratorAuthorizationPlugin() - Constructor for class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
administratorGroupName - Variable in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
The name of the administrator group.
administratorUserName - Variable in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
The name of the administrator group.
AdminPlugin - Interface in org.camunda.bpm.admin.plugin.spi
SPI inteface for plugins to the admin webapplication.
AdminRuntimeDelegate - Interface in org.camunda.bpm.admin
The admin application service runtime delegate.
adminRuntimeDelegate - Variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
advice - Variable in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
the MethodInterceptor that handles launching the business process.
after() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
afterBeanDiscovery(AfterBeanDiscovery, BeanManager) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
 
afterClass() - Static method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
afterCommit() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
 
afterCompletion(int) - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.application.SpringServletProcessApplication
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
afterPropertiesSet() - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
afterPropertiesSet() - Method in class org.camunda.bpm.webapp.test.util.DbSchemaPrefixTestHelper
 
afterTimestamp(Date) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries after the time stamp.
afterTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
afterTimestamp - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
aggregatedValues - Variable in class org.camunda.bpm.engine.impl.CompositeQueryVariableValueCondition
 
ALL_SPEC - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
ALL_SPEC_INT - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
allDeploymentIds - Variable in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
if old deployments were resumed
allExecutionsEnded(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
allowAnonymousLogin - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
allowedPaths - Variable in class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
allowedPaths - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
allVariables - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
alwaysOpenNew - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
if true, we will always open a new command context
AMP - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '&'.
ancestorActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
ancestorActivityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
AND - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
and(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
and := eq (<AND> eq)*
ANNOTATION_STATE_HANDLER_BEAN_FACTORY_POST_PROCESSOR_BEAN_NAME - Static variable in class org.camunda.bpm.engine.spring.components.ActivitiContextUtils
 
annotationDeploymentSetUp(ProcessEngine, Class<?>, String, Deployment) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
annotationDeploymentSetUp(ProcessEngine, Class<?>, String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
annotationDeploymentTearDown(ProcessEngine, String, Class<?>, String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
ANONYMOUS - Static variable in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
ANY - Static variable in interface org.camunda.bpm.engine.authorization.Authorization
The identifier used for relating to all users or all resourceIds.
apiTypeToTableNameMap - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
APOS - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '''.
APP_JNDI_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
APP_PREFIX_PATTERN - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
APP_ROOT_PLACEHOLDER - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
append(String, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Append values to the array under a key.
appendChild(DomElement) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
appendChild(DomElement) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Appends the element to the child elements of this element.
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstBoolean
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstBracket
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstChoice
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstComposite
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstDot
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstNested
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstNode
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstNull
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstNumber
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstParameters
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstString
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
appendStructure(StringBuilder, Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
appendText(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
Due to the nature of SAX parsing, sometimes the characters of an element are not processed at once.
ApplicabilityRule - Interface in org.camunda.bpm.model.cmmn.instance
 
applicabilityRuleCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
ApplicabilityRuleImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ApplicabilityRuleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
applicabilityRuleRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
application - Variable in class org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
 
APPLICATION - Static variable in class org.camunda.bpm.engine.EntityTypes
 
APPLICATION_BPMN20_XML - Static variable in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
APPLICATION_BPMN20_XML_TYPE - Static variable in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
APPLICATION_HAL_JSON - Static variable in class org.camunda.bpm.engine.rest.hal.Hal
 
APPLICATION_HAL_JSON_TYPE - Static variable in class org.camunda.bpm.engine.rest.hal.Hal
 
applicationContext - Variable in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
applicationContext - Variable in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
applicationContext - Variable in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
applicationContext - Variable in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
applicationContext - Variable in class org.camunda.bpm.engine.spring.SpringExpressionManager
 
ApplicationContextElResolver - Class in org.camunda.bpm.engine.spring
 
ApplicationContextElResolver(ApplicationContext) - Constructor for class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
ApplicationContextPathUtil - Class in org.camunda.bpm.engine.rest.util
 
ApplicationContextPathUtil() - Constructor for class org.camunda.bpm.engine.rest.util.ApplicationContextPathUtil
 
ApplicationRequestAuthorizer - Class in org.camunda.bpm.webapp.impl.security.filter
This matcher can be used for restricting access to an app.
ApplicationRequestAuthorizer() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.ApplicationRequestAuthorizer
 
apply(TypeConverter, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstBinary.SimpleOperator
 
apply(TypeConverter, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstUnary.SimpleOperator
 
applyFieldDeclaration(List<FieldDeclaration>, Object) - Static method in class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
applyFieldDeclaration(FieldDeclaration, Object) - Static method in class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
applyFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
applyFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
Apply the filter to the given request/response.
applyFilters(T) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
applyFilters(AuthorizationQuery) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
applyFilters(HistoricActivityInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
applyFilters(HistoricCaseActivityInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
applyFilters(HistoricCaseInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
applyFilters(HistoricDetailQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
applyFilters(HistoricIncidentQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
applyFilters(HistoricJobLogQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
applyFilters(HistoricProcessInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
applyFilters(HistoricTaskInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
applyFilters(HistoricVariableInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
applyFilters(UserOperationLogQuery) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
applyFilters(GroupQuery) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
applyFilters(UserQuery) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
applyFilters(JobDefinitionQuery) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
applyFilters(CaseDefinitionQuery) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
applyFilters(DeploymentQuery) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
applyFilters(ProcessDefinitionQuery) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
applyFilters(CaseExecutionQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
applyFilters(CaseInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
applyFilters(ExecutionQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
applyFilters(FilterQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
applyFilters(IncidentQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
applyFilters(JobQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
applyFilters(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
applyFilters(VariableInstanceQuery) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
applyFilters(TaskQuery) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
applyInputParameters(ActivityExecution, ConnectorRequest<?>) - Method in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
 
applyOutputParameters(ActivityExecution, ConnectorResponse) - Method in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
 
applyProperties(Object, Map<String, String>) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
Sets an objects fields via reflection from String values.
applyProperty(Object, String, String) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
 
applyQueryParams(MetricsQuery, UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
applyRequestControls(AbstractQuery) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
applyResourceOverrides(String, InputStream) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
applySortBy(T, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
applySortBy(AuthorizationQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
applySortBy(HistoricActivityInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
applySortBy(HistoricCaseActivityInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
applySortBy(HistoricCaseInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
applySortBy(HistoricDetailQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
applySortBy(HistoricIncidentQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
applySortBy(HistoricJobLogQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
applySortBy(HistoricProcessInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
applySortBy(HistoricTaskInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
applySortBy(HistoricVariableInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
applySortBy(UserOperationLogQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
applySortBy(GroupQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
applySortBy(UserQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
applySortBy(JobDefinitionQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
applySortBy(CaseDefinitionQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
applySortBy(DeploymentQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
applySortBy(ProcessDefinitionQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
applySortBy(CaseExecutionQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
applySortBy(CaseInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
applySortBy(ExecutionQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
applySortBy(FilterQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
applySortBy(IncidentQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
applySortBy(JobQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
applySortBy(ProcessInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
applySortBy(VariableInstanceQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
applySortBy(TaskQuery, String, Map<String, Object>, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
applySortingOptions(T, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
applySortOrder(T, String) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.CancellationInstructionDto
 
applyTo(ProcessInstantiationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.CancellationInstructionDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
applyTo(ProcessInstantiationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartAfterInstructionDto
 
applyTo(ProcessInstantiationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartAfterInstructionDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartBeforeInstructionDto
 
applyTo(ProcessInstantiationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartBeforeInstructionDto
 
applyTo(ProcessInstanceModificationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartTransitionInstructionDto
 
applyTo(ProcessInstantiationBuilder, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartTransitionInstructionDto
 
applyValueInfo(ObjectValueBuilder, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
applyVariables(CoreExecution) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
applyVariables(ActivityInstantiationBuilder<?>, ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
AppPlugin - Interface in org.camunda.bpm.webapp.plugin.spi
The service provider interface (SPI) that must be provided by a webapplication plugin.
AppPluginRegistry<T extends AppPlugin> - Interface in org.camunda.bpm.webapp.plugin
The holder of registered AppPlugins.
AppRuntimeDelegate<T extends AppPlugin> - Interface in org.camunda.bpm.webapp
The list of services provided by a camunda webapplication, providing a plugin registry and access to the process engine.
ArchiveInvoiceService - Class in org.camunda.bpm.example.invoice.service
This is an empty service implementation illustrating how to use a plain Java Class as a BPMN 2.0 Service Task delegate.
ArchiveInvoiceService() - Constructor for class org.camunda.bpm.example.invoice.service.ArchiveInvoiceService
 
areEqualEventSubscriptions(EventSubscriptionEntity, EventSubscriptionEntity) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Checks if the parameters are the same apart from the execution id
areFlushRelevantReferencesDetermined() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
areJobsAvailable() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
areJobsAvailable(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
areJobsAvailable() - Method in class org.camunda.bpm.webapp.test.util.JobExecutorHelper
 
arg1 - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
arg2 - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
arg3 - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
arg4 - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
arg5 - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
array() - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Begin appending a new array.
ARRAY_CONVERTER - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
ARRAY_CONVERTER - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
ArrayELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Defines property resolution behavior on arrays.
ArrayELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
Creates a new read/write ArrayELResolver.
ArrayELResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
Creates a new ArrayELResolver whose read-only status is determined by the given parameter.
ARROW_WIDTH - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
Artifact - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN artifact element
artifactCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
artifactCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
artifactCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
ArtifactFactory - Interface in org.camunda.bpm.engine
Create and destroy artifacts of a given class in a container specific way.
artifactFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
used to create instances for listeners, JavaDelegates, etc
ArtifactImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN artifact element
ArtifactImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ArtifactImpl
 
asArrayList(T[]) - Static method in class org.camunda.bpm.engine.impl.util.CollectionUtil
Arrays.asList cannot be reliably used for SQL parameters on MyBatis < 3.3.0
asc() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
asc() - Method in interface org.camunda.bpm.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).
ASCENDING - Static variable in class org.camunda.bpm.engine.impl.Direction
 
assertAndEnsureCleanDb(ProcessEngine) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Ensures that the database is clean after the test.
assertAndEnsureCleanDb(ProcessEngine, boolean) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Ensures that the database is clean after the test.
assertAndEnsureCleanDbAndCache(ProcessEngine) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
assertAndEnsureCleanDeploymentCache(ProcessEngine) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Ensures that the deployment cache is empty after a test.
assertAndEnsureCleanDeploymentCache(ProcessEngine, boolean) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Ensures that the deployment cache is empty after a test.
assertCaseEnded(String) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
assertCommandContextNotActive() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
assertExecutionAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
assertProcessEnded(String) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
assertProcessEnded(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.impl.test.ProcessEngineAssert
 
assertProcessEnded(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Deprecated.
assertProcessEnded(String) - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
assertProcessNotEnded(String) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
assertTaskAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
assertTextPresent(String, String) - Method in class org.camunda.bpm.engine.impl.test.PvmTestCase
Asserts if the provided text is part of some text.
assertTextPresentIgnoreCase(String, String) - Method in class org.camunda.bpm.engine.impl.test.PvmTestCase
Asserts if the provided text is part of some text, ignoring any uppercase characters
assertThat(Attribute<?>) - Static method in class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
assertThat(ModelElementType) - Static method in class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
assertThat(ChildElementCollection<?>) - Static method in class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
assertThat(AttributeReference<?>) - Static method in class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
assertThat(ElementReferenceCollection<?, ?>) - Static method in class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
ASSIGN_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that a task is assigned
assignee - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
assignee - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
ASSIGNEE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
assignee - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
ASSIGNEE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
assignee - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
ASSIGNEE - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
assignee - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
ASSIGNEE - Static variable in class org.camunda.bpm.engine.task.IdentityLinkType
 
ASSIGNEE_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
ASSIGNEE_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
assigneeExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
assigneeLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
assignExecutionsToActivities(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
Assignment - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN assignment element
assignmentCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
AssignmentImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN assignment element
AssignmentImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
AssignTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when a task is assigned.
AssignTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
AssignTaskCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AssignTaskCmd
 
AssignTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
AssignTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
 
associateConnection(Object) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
associateExecutionById(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Associate with the provided execution.
Association - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN association element
AssociationDirection - Enum in org.camunda.bpm.model.bpmn
The BPMN tAssociationDirection type
associationDirectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
AssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
AssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
AstBinary - Class in org.camunda.bpm.engine.impl.juel
 
AstBinary(AstNode, AstNode, AstBinary.Operator) - Constructor for class org.camunda.bpm.engine.impl.juel.AstBinary
 
AstBinary.Operator - Interface in org.camunda.bpm.engine.impl.juel
 
AstBinary.SimpleOperator - Class in org.camunda.bpm.engine.impl.juel
 
AstBinary.SimpleOperator() - Constructor for class org.camunda.bpm.engine.impl.juel.AstBinary.SimpleOperator
 
AstBoolean - Class in org.camunda.bpm.engine.impl.juel
 
AstBoolean(boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstBoolean
 
AstBracket - Class in org.camunda.bpm.engine.impl.juel
 
AstBracket(AstNode, AstNode, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstBracket
 
AstChoice - Class in org.camunda.bpm.engine.impl.juel
 
AstChoice(AstNode, AstNode, AstNode) - Constructor for class org.camunda.bpm.engine.impl.juel.AstChoice
 
AstComposite - Class in org.camunda.bpm.engine.impl.juel
 
AstComposite(List<AstNode>) - Constructor for class org.camunda.bpm.engine.impl.juel.AstComposite
 
AstDot - Class in org.camunda.bpm.engine.impl.juel
 
AstDot(AstNode, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstDot
 
AstEval - Class in org.camunda.bpm.engine.impl.juel
 
AstEval(AstNode, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstEval
 
AstFunction - Class in org.camunda.bpm.engine.impl.juel
 
AstFunction(String, int, AstParameters) - Constructor for class org.camunda.bpm.engine.impl.juel.AstFunction
 
AstFunction(String, int, AstParameters, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstFunction
 
AstIdentifier - Class in org.camunda.bpm.engine.impl.juel
 
AstIdentifier(String, int) - Constructor for class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
AstLiteral - Class in org.camunda.bpm.engine.impl.juel
 
AstLiteral() - Constructor for class org.camunda.bpm.engine.impl.juel.AstLiteral
 
AstMethod - Class in org.camunda.bpm.engine.impl.juel
 
AstMethod(AstProperty, AstParameters) - Constructor for class org.camunda.bpm.engine.impl.juel.AstMethod
 
AstNested - Class in org.camunda.bpm.engine.impl.juel
 
AstNested(AstNode) - Constructor for class org.camunda.bpm.engine.impl.juel.AstNested
 
AstNode - Class in org.camunda.bpm.engine.impl.juel
 
AstNode() - Constructor for class org.camunda.bpm.engine.impl.juel.AstNode
 
AstNull - Class in org.camunda.bpm.engine.impl.juel
 
AstNull() - Constructor for class org.camunda.bpm.engine.impl.juel.AstNull
 
AstNumber - Class in org.camunda.bpm.engine.impl.juel
 
AstNumber(Number) - Constructor for class org.camunda.bpm.engine.impl.juel.AstNumber
 
AstParameters - Class in org.camunda.bpm.engine.impl.juel
 
AstParameters(List<AstNode>) - Constructor for class org.camunda.bpm.engine.impl.juel.AstParameters
 
AstProperty - Class in org.camunda.bpm.engine.impl.juel
 
AstProperty(AstNode, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.AstProperty
 
AstRightValue - Class in org.camunda.bpm.engine.impl.juel
 
AstRightValue() - Constructor for class org.camunda.bpm.engine.impl.juel.AstRightValue
 
AstString - Class in org.camunda.bpm.engine.impl.juel
 
AstString(String) - Constructor for class org.camunda.bpm.engine.impl.juel.AstString
 
AstText - Class in org.camunda.bpm.engine.impl.juel
 
AstText(String) - Constructor for class org.camunda.bpm.engine.impl.juel.AstText
 
AstUnary - Class in org.camunda.bpm.engine.impl.juel
 
AstUnary(AstNode, AstUnary.Operator) - Constructor for class org.camunda.bpm.engine.impl.juel.AstUnary
 
AstUnary.Operator - Interface in org.camunda.bpm.engine.impl.juel
 
AstUnary.SimpleOperator - Class in org.camunda.bpm.engine.impl.juel
 
AstUnary.SimpleOperator() - Constructor for class org.camunda.bpm.engine.impl.juel.AstUnary.SimpleOperator
 
asValueMap() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
async - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
ASYNC_AFTER - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
ASYNC_BEFORE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
AsyncAfterMessageJobDeclaration - Class in org.camunda.bpm.engine.impl.jobexecutor
 
AsyncAfterMessageJobDeclaration() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.AsyncAfterMessageJobDeclaration
 
asyncAfterOperations - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.AsyncAfterMessageJobDeclaration
 
AsyncBeforeMessageJobDeclaration - Class in org.camunda.bpm.engine.impl.jobexecutor
 
AsyncBeforeMessageJobDeclaration() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.AsyncBeforeMessageJobDeclaration
 
asyncBeforeOperations - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.AsyncBeforeMessageJobDeclaration
 
AsyncContinuationJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
AsyncContinuationJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
 
AsyncParallelMultiInstanceScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.job
 
AsyncParallelMultiInstanceScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncParallelMultiInstanceScenario
 
AsyncSequentialMultiInstanceScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.job
 
AsyncSequentialMultiInstanceScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncSequentialMultiInstanceScenario
 
AtomicOperation - Interface in org.camunda.bpm.engine.impl.pvm.runtime
Deprecated.
AtomicOperationCaseExecutionComplete - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionComplete() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionComplete
 
AtomicOperationCaseExecutionCreate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionCreate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreate
 
AtomicOperationCaseExecutionCreated - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionCreated() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreated
 
AtomicOperationCaseExecutionDeleteCascade - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionDeleteCascade() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDeleteCascade
 
AtomicOperationCaseExecutionDisable - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionDisable() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDisable
 
AtomicOperationCaseExecutionEnable - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionEnable() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionEnable
 
AtomicOperationCaseExecutionExit - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionExit() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionExit
 
AtomicOperationCaseExecutionFireEntryCriteria - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionFireEntryCriteria() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireEntryCriteria
 
AtomicOperationCaseExecutionFireExitCriteria - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionFireExitCriteria() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireExitCriteria
 
AtomicOperationCaseExecutionManualComplete - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionManualComplete() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualComplete
 
AtomicOperationCaseExecutionManualStart - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionManualStart() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualStart
 
AtomicOperationCaseExecutionOccur - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionOccur() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionOccur
 
AtomicOperationCaseExecutionParentResume - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionParentResume() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentResume
 
AtomicOperationCaseExecutionParentSuspend - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionParentSuspend() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentSuspend
 
AtomicOperationCaseExecutionParentTerminate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionParentTerminate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentTerminate
 
AtomicOperationCaseExecutionReactivate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionReactivate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReactivate
 
AtomicOperationCaseExecutionReenable - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionReenable() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReenable
 
AtomicOperationCaseExecutionResume - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionResume() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionResume
 
AtomicOperationCaseExecutionStart - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionStart() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionStart
 
AtomicOperationCaseExecutionSuspend - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionSuspend() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspend
 
AtomicOperationCaseExecutionSuspendingOnParentSuspension - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionSuspendingOnParentSuspension() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnParentSuspension
 
AtomicOperationCaseExecutionSuspendingOnSuspension - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionSuspendingOnSuspension() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnSuspension
 
AtomicOperationCaseExecutionTerminate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionTerminate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminate
 
AtomicOperationCaseExecutionTerminatingOnExit - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionTerminatingOnExit() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnExit
 
AtomicOperationCaseExecutionTerminatingOnParentTermination - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionTerminatingOnParentTermination() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnParentTermination
 
AtomicOperationCaseExecutionTerminatingOnTermination - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseExecutionTerminatingOnTermination() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnTermination
 
AtomicOperationCaseInstanceClose - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseInstanceClose() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceClose
 
AtomicOperationCaseInstanceCreate - Class in org.camunda.bpm.engine.impl.cmmn.operation
 
AtomicOperationCaseInstanceCreate() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceCreate
 
AtomLink - Class in org.camunda.bpm.engine.rest.dto
 
AtomLink() - Constructor for class org.camunda.bpm.engine.rest.dto.AtomLink
 
AtomLink(String, String, String) - Constructor for class org.camunda.bpm.engine.rest.dto.AtomLink
 
attachedTo(String, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
attachedToRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
attachHeaders(HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
ATTACHMENT - Static variable in class org.camunda.bpm.engine.EntityTypes
 
attachment - Variable in class org.camunda.bpm.engine.impl.cmd.SaveAttachmentCmd
 
Attachment - Interface in org.camunda.bpm.engine.task
Any type of content that is be associated with a task or with a process instance.
attachmentDescription - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
AttachmentDto - Class in org.camunda.bpm.engine.rest.dto.task
 
AttachmentDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
AttachmentEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
AttachmentEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteAttachmentCmd
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskAttachmentCmd
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetAttachmentCmd
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetAttachmentContentCmd
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentCmd
 
attachmentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentContentCmd
 
AttachmentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
AttachmentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
 
attachmentName - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
Attachments - Class in org.camunda.bpm.container.impl.deployment
Contains the attachment names of all attachments used by the ProcessApplication deployment OperationSteps.
Attachments() - Constructor for class org.camunda.bpm.container.impl.deployment.Attachments
 
attachments - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
a list of attachments allows to pass state from one operation to another
attachmentType - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
attachPostDeployDescription(DeploymentUnit, AnnotationInstance) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Attach the AnnotationInstances for the PostDeploy methods
attachPreUndeployDescription(DeploymentUnit, AnnotationInstance) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Attach the AnnotationInstances for the PreUndeploy methods
attachProcessApplicationComponent(DeploymentUnit, ComponentDescription) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Attach the ComponentDescription for the AbstractProcessApplication component
Attribute - Enum in org.camunda.bpm.container.impl.jboss.extension
An attribute.
attribute(String, String) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
Attribute - Class in org.camunda.bpm.engine.impl.util.xml
 
Attribute(String, String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Attribute
 
Attribute(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Attribute
 
attribute(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
attribute(String, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
Attribute<T> - Interface in org.camunda.bpm.model.xml.type.attribute
 
AttributeAssert - Class in org.camunda.bpm.model.xml.test.assertions
 
AttributeAssert(Attribute<?>) - Constructor for class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
AttributeBuilder<T> - Interface in org.camunda.bpm.model.xml.type.attribute
 
AttributeBuilderImpl<T> - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
AttributeImpl<T> - Class in org.camunda.bpm.model.xml.impl.type.attribute
Base class for implementing primitive value attributes
attributeMap - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
attributeNS(Namespace, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
attributeNS(Namespace, String, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
AttributeReference<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
AttributeReferenceAssert - Class in org.camunda.bpm.model.xml.test.assertions
 
AttributeReferenceAssert(AttributeReference<?>) - Constructor for class org.camunda.bpm.model.xml.test.assertions.AttributeReferenceAssert
 
AttributeReferenceBuilder<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
AttributeReferenceBuilderImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
A builder for a attribute model reference based on a QName
AttributeReferenceBuilderImpl(AttributeImpl<String>, Class<T>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceBuilderImpl
Create a new AttributeReferenceBuilderImpl from the reference source attribute to the reference target model element instance
attributeReferenceCollection - Variable in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceCollectionBuilderImpl
 
AttributeReferenceCollection<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.type.reference
 
AttributeReferenceCollection(AttributeImpl<String>) - Constructor for class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
AttributeReferenceCollectionBuilder<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
AttributeReferenceCollectionBuilderImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
AttributeReferenceCollectionBuilderImpl(AttributeImpl<String>, Class<T>, Class<? extends AttributeReferenceCollection>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceCollectionBuilderImpl
 
attributeReferenceImpl - Variable in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceBuilderImpl
 
AttributeReferenceImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
AttributeReferenceImpl(AttributeImpl<String>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
attributes - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
attributes() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
ATTRIBUTEVALUE_T_FORMAL_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
Auditing - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN auditing element
auditingChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
auditingChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
AuditingImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN auditing element
AuditingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.AuditingImpl
 
augmentResponseByAuthenticationChallenge(HttpServletResponse, ProcessEngine) - Method in interface org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider
Callback to add an authentication challenge to the response to the client.
augmentResponseByAuthenticationChallenge(HttpServletResponse, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
 
AUTH_TYPE_GLOBAL - Static variable in interface org.camunda.bpm.engine.authorization.Authorization
A Global Authorization ranges over all users and groups (userId = Authorization.ANY) and are usually used for fixing the "base" permission for a resource.
AUTH_TYPE_GRANT - Static variable in interface org.camunda.bpm.engine.authorization.Authorization
A Grant Authorization ranges over a users or a group and grants a set of permissions.
AUTH_TYPE_REVOKE - Static variable in interface org.camunda.bpm.engine.authorization.Authorization
A Revoke Authorization ranges over a user or a group and revokes a set of permissions.
authDefaultPerm - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
the default permissions to use if no matching authorization can be found.
authenticatedGroupIds - Variable in class org.camunda.bpm.engine.impl.identity.Authentication
 
authenticatedUser - Variable in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
authenticatedUserId - Variable in class org.camunda.bpm.engine.impl.identity.Authentication
 
authenticatedUserPassword - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
Authentication - Class in org.camunda.bpm.engine.impl.identity
Allows to expose the id of the currently authenticated user and his groups to the process engine.
Authentication() - Constructor for class org.camunda.bpm.engine.impl.identity.Authentication
 
Authentication(String, List<String>) - Constructor for class org.camunda.bpm.engine.impl.identity.Authentication
 
Authentication - Class in org.camunda.bpm.webapp.impl.security.auth
Represents an active authentication of a given identity (usually a user).
Authentication(String, String) - Constructor for class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
AUTHENTICATION_PROVIDER_PARAM - Static variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
AuthenticationDto - Class in org.camunda.bpm.webapp.impl.security.auth
 
AuthenticationDto() - Constructor for class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
AuthenticationFilter - Class in org.camunda.bpm.webapp.impl.security.auth
Servlet Filter implementation responsible for poulating the Authentications.getCurrent() thread-local (ie.
AuthenticationFilter() - Constructor for class org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
 
AuthenticationProvider - Interface in org.camunda.bpm.engine.rest.security.auth
A provider to handle the authentication of HttpServletRequests.
authenticationProvider - Variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
AuthenticationResult - Class in org.camunda.bpm.engine.rest.security.auth
 
AuthenticationResult(String, boolean) - Constructor for class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
Authentications - Class in org.camunda.bpm.webapp.impl.security.auth
Wrapper around current authentications.
Authentications() - Constructor for class org.camunda.bpm.webapp.impl.security.auth.Authentications
 
authentications - Variable in class org.camunda.bpm.webapp.impl.security.auth.Authentications
holds an entry for each processEngine->userId pair currently authenticated
authGroupIds - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
the ids of the groups to check permissions for
authorAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
Authorization - Interface in org.camunda.bpm.engine.authorization
An Authorization assigns a set of Permissions to an identity to interact with a given Resource.
AUTHORIZATION - Static variable in class org.camunda.bpm.engine.EntityTypes
 
authorization - Variable in class org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
 
Authorization - Class in org.camunda.bpm.webapp.impl.security.filter
 
Authorization(Authentication, boolean) - Constructor for class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
AuthorizationCheck - Class in org.camunda.bpm.engine.impl.db
Input for the authorization check alogrithm
AuthorizationCheck() - Constructor for class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
AuthorizationCheckCmd - Class in org.camunda.bpm.engine.impl.cmd
Command allowing to perform an authorization check
AuthorizationCheckCmd(String, List<String>, Permission, Resource, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
authorizationCheckEnabled - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
authorizationCheckEnabled - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
AuthorizationCheckResultDto - Class in org.camunda.bpm.engine.rest.dto.authorization
 
AuthorizationCheckResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
AuthorizationCheckResultDto(boolean, AuthorizationUtil, String) - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
AuthorizationCreateDto - Class in org.camunda.bpm.engine.rest.dto.authorization
 
AuthorizationCreateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
AuthorizationDto - Class in org.camunda.bpm.engine.rest.dto.authorization
 
AuthorizationDto() - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
authorizationEnabled - Variable in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
authorizationEnabled - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
switch for controlling whether the process engine performs authorization checks.
authorizationEnabledForCustomCode - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
The following flag authorizationEnabledForCustomCode will only be taken into account iff authorizationEnabled is set true.
AuthorizationEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
AuthorizationEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
AuthorizationEntity(int) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
AuthorizationException - Exception in org.camunda.bpm.engine
Exception thrown by the process engine in case a user tries to interact with a resource in an unauthorized way.
AuthorizationException(String) - Constructor for exception org.camunda.bpm.engine.AuthorizationException
 
AuthorizationException(String, String, String, String) - Constructor for exception org.camunda.bpm.engine.AuthorizationException
 
AuthorizationExceptionDto - Class in org.camunda.bpm.engine.rest.dto
AuthorizationExceptionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
authorizationId(String) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given id
authorizationId(String) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
authorizationId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteAuthorizationCmd
 
AuthorizationManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
AuthorizationManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
authorizationNotFoundReturnValue - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
AuthorizationQuery - Interface in org.camunda.bpm.engine.authorization
 
AuthorizationQueryDto - Class in org.camunda.bpm.engine.rest.dto.authorization
 
AuthorizationQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
AuthorizationQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
AuthorizationQueryImpl - Class in org.camunda.bpm.engine.impl
 
AuthorizationQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
AuthorizationQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
AuthorizationQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in an AuthorizationQuery.
AuthorizationResource - Interface in org.camunda.bpm.engine.rest.sub.authorization
 
AuthorizationResourceImpl - Class in org.camunda.bpm.engine.rest.sub.authorization.impl
 
AuthorizationResourceImpl(String, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
AuthorizationRestService - Interface in org.camunda.bpm.engine.rest
 
AuthorizationRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
AuthorizationRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
AuthorizationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.authorization
 
AuthorizationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
AuthorizationService - Interface in org.camunda.bpm.engine
The authorization service allows managing Authorizations.
authorizationService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
authorizationService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
authorizationService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
authorizationService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
authorizationService - Variable in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
authorizationService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
authorizationService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
AuthorizationServiceImpl - Class in org.camunda.bpm.engine.impl
 
AuthorizationServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
authorizationType(Integer) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given type.
authorizationType - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
authorizationType(Integer) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
authorizationType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
authorizationUserId - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
AuthorizationUtil - Class in org.camunda.bpm.engine.rest.util
 
AuthorizationUtil(String, int, String) - Constructor for class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
authorize(Map<String, String>) - Method in class org.camunda.bpm.webapp.impl.security.filter.ApplicationRequestAuthorizer
 
authorize(Map<String, String>) - Method in class org.camunda.bpm.webapp.impl.security.filter.EngineRequestAuthorizer
 
authorize(String, String) - Method in class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
authorize(Map<String, String>) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestAuthorizer.AnnonymousAuthorizer
 
authorize(Map<String, String>) - Method in interface org.camunda.bpm.webapp.impl.security.filter.RequestAuthorizer
Authorize a request with the given parameters by returning a valid Authentication.
authorize() - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestMatcher.Match
 
authorize(String, String, List<SecurityFilterRule>) - Static method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
Iterate over a number of filter rules and match them against the specified request.
authorize(String, String) - Method in interface org.camunda.bpm.webapp.impl.security.filter.SecurityFilterRule
Authorize the given request and return a Authorization as a result.
authorize(String, String, List<SecurityFilterRule>) - Static method in class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
Iterate over a number of filter rules and match them against the given request.
AUTHORIZE_ANNONYMOUS - Static variable in interface org.camunda.bpm.webapp.impl.security.filter.RequestAuthorizer
 
authorizedApps - Variable in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
authorizedRoleRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
authorizer - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
authUserId - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
the id of the user to check permissions for
autoComplete(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
autoCompleteAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
autoCompleteUrl(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
autoDeployResources(ProcessEngine) - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
autodetectProcessApplicationName() - Method in class org.camunda.bpm.application.AbstractProcessApplication
Override this method to autodetect an application name in case the ProcessApplication annotation was used but without parameter.
autodetectProcessApplicationName() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
 
autodetectProcessApplicationName() - Method in class org.camunda.bpm.application.impl.EmbeddedProcessApplication
 
autodetectProcessApplicationName() - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
autodetectProcessApplicationName() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
autoStoreScriptVariables - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
autoStoreScriptVariables - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
if true, all script variables will be set in the variable scope.
available() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are available
available() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
AVAILABLE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
available() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
available - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
available() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are available.
availableAuthorizedGroupIds - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
Group ids for which authorizations exist in the database.
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.FilterRestService
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.GroupRestService
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.authorization.AuthorizationResource
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupResource
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupMembersResourceImpl
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.identity.UserResource
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
availableOperations(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
availableOperations(UriInfo) - Method in interface org.camunda.bpm.engine.rest.UserRestService
 

B

back() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Back up one character.
BadUserRequestException - Exception in org.camunda.bpm.engine
Exception resulting from a bad user request.
BadUserRequestException() - Constructor for exception org.camunda.bpm.engine.BadUserRequestException
 
BadUserRequestException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.BadUserRequestException
 
BadUserRequestException(String) - Constructor for exception org.camunda.bpm.engine.BadUserRequestException
 
BadUserRequestException(Throwable) - Constructor for exception org.camunda.bpm.engine.BadUserRequestException
 
BANG - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '!'.
Base64 - Class in org.camunda.bpm.engine.impl.digest._apacheCommonsCodec
Provides Base64 encoding and decoding as defined by RFC 2045.
Base64() - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64EncodedHashDigest - Class in org.camunda.bpm.engine.impl.digest
 
Base64EncodedHashDigest() - Constructor for class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
BASE_PLACEHOLDER - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
BASE_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
BaseDelegateExecution - Interface in org.camunda.bpm.engine.delegate
 
baseDn - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
BaseElement - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN baseElement element
BaseElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN baseElement element
BaseElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
BasePlugin - Class in org.camunda.bpm.cockpit.impl.plugin.base
 
BasePlugin() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
baseQuery() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
baseQuery() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
baseQuery() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
BaseRootResource - Class in org.camunda.bpm.cockpit.impl.plugin.base.resources
Root resource of the base plugin
BaseRootResource() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.resources.BaseRootResource
 
BASIC_AUTH_HEADER_PREFIX - Static variable in class org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
 
bcc - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
BeanELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Defines property resolution behavior on objects using the JavaBeans component architecture.
BeanELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
Creates a new read/write BeanELResolver.
BeanELResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
Creates a new BeanELResolver whose read-only status is determined by the given parameter.
BeanELResolver.BeanProperties - Class in org.camunda.bpm.engine.impl.javax.el
 
BeanELResolver.BeanProperties(Class<?>) - Constructor for class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperties
 
BeanELResolver.BeanProperty - Class in org.camunda.bpm.engine.impl.javax.el
 
BeanELResolver.BeanProperty(PropertyDescriptor) - Constructor for class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
 
beanFactory - Variable in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
BeanManagerLookup - Class in org.camunda.bpm.engine.cdi.impl.util
 
BeanManagerLookup() - Constructor for class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
 
beans - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
beans - Variable in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
BeansConfigurationHelper - Class in org.camunda.bpm.engine.impl.cfg
 
BeansConfigurationHelper() - Constructor for class org.camunda.bpm.engine.impl.cfg.BeansConfigurationHelper
 
BeansResolverFactory - Class in org.camunda.bpm.engine.impl.scripting.engine
 
BeansResolverFactory() - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.BeansResolverFactory
 
before() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
beforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
 
beforeClass() - Static method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
beforeCommit(boolean) - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
beforeCompletion() - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
 
beforeCompletion() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
beforeTimestamp(Date) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries before the time stamp.
beforeTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
beforeTimestamp - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
behavior(CmmnActivityBehavior) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
behavior(ActivityBehavior) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
behaviorAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
behaviorInstance - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
 
behaviorInstance - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
binaryContent - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
bind(FunctionMapper, VariableMapper) - Method in class org.camunda.bpm.engine.impl.juel.Tree
Create a bindings.
bind(FunctionMapper, VariableMapper, TypeConverter) - Method in class org.camunda.bpm.engine.impl.juel.Tree
Create a bindings.
binding - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
bindingRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
bindingRefinementChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
BindingRefinementExpression - Class in org.camunda.bpm.model.cmmn.impl.instance
 
BindingRefinementExpression(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.BindingRefinementExpression
 
Bindings - Class in org.camunda.bpm.engine.impl.juel
Bindings, usually created by a Tree.
Bindings(Method[], ValueExpression[]) - Constructor for class org.camunda.bpm.engine.impl.juel.Bindings
Constructor.
Bindings(Method[], ValueExpression[], TypeConverter) - Constructor for class org.camunda.bpm.engine.impl.juel.Bindings
Constructor.
BindingUtil - Class in org.camunda.bpm.container.impl.jboss.util
Utiliy class
BindingUtil() - Constructor for class org.camunda.bpm.container.impl.jboss.util.BindingUtil
 
BitMaskUtil - Class in org.camunda.bpm.engine.impl.util
Util class for manipulating bit-flag in ints.
BitMaskUtil() - Constructor for class org.camunda.bpm.engine.impl.util.BitMaskUtil
 
Body - Class in org.camunda.bpm.model.cmmn.impl.instance
 
Body(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.Body
 
bodyChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
BOOLEAN - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
BooleanAttribute - Class in org.camunda.bpm.model.xml.impl.type.attribute
class for providing Boolean value attributes.
BooleanAttribute(ModelElementType) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttribute
 
booleanAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
booleanAttribute(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
BooleanAttributeBuilder - Class in org.camunda.bpm.model.xml.impl.type.attribute
Builder for building BooleanAttributes
BooleanAttributeBuilder(String, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttributeBuilder
 
BooleanConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
BooleanConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.BooleanConverter
 
BooleanFormType - Class in org.camunda.bpm.engine.impl.form.type
 
BooleanFormType() - Constructor for class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
BooleanOperations - Class in org.camunda.bpm.engine.impl.juel
 
BooleanOperations() - Constructor for class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
BooleanValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Boolean.
booleanValue(Boolean) - Static method in class org.camunda.bpm.engine.variable.Variables
 
BooleanValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
Serializes booleans as long values.
BooleanValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.BooleanValueSerializer
 
BOUNDARY_EVENT_COLOR - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
BOUNDARY_TIMER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
BoundaryEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN boundaryEvent element
BoundaryEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
The BPMN Boundary Event.
BoundaryEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
 
BoundaryEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN boundaryEvent element
BoundaryEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
Bounds - Interface in org.camunda.bpm.model.bpmn.instance.dc
The DC bounds element
boundsChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.LabelImpl
 
boundsChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
 
BoundsImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.dc
The DC bounds element
BoundsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
BPM_PLATFORM_NS - Static variable in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
The bpm platform namespace
BPM_PLATFORM_SUBSYSTEM_MAJOR_VERSION - Static variable in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
BPM_PLATFORM_SUBSYSTEM_MINOR_VERSION - Static variable in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
BPM_PLATFORM_XML - Static variable in class org.camunda.bpm.container.impl.deployment.Attachments
 
BPM_PLATFORM_XML_ENVIRONMENT_VARIABLE - Static variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
BPM_PLATFORM_XML_FILE - Static variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
BPM_PLATFORM_XML_LOCATION - Static variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
BPM_PLATFORM_XML_RESOURCE_LOCATION - Static variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
BPM_PLATFORM_XML_SYSTEM_PROPERTY - Static variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
BPM_PLATFORM_XSD - Static variable in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
The location of the XSD file in the classpath.
BPMN - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
Bpmn - Class in org.camunda.bpm.model.bpmn
Provides access to the camunda BPMN model api.
Bpmn() - Constructor for class org.camunda.bpm.model.bpmn.Bpmn
Register known types of the BPMN model
BPMN20_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The BPMN 2.0 namespace
BPMN20_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The BPMN 2.0 namespace
Bpmn20NamespaceContext - Class in org.camunda.bpm.engine.impl.bpmn.diagram
XML NamespaceContext containing the namespaces used by BPMN 2.0 XML documents.
Bpmn20NamespaceContext() - Constructor for class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
BPMN_20_SCHEMA_LOCATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The location of the BPMN 2.0 XML schema.
BPMN_20_SCHEMA_LOCATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The location of the BPMN 2.0 XML schema.
BPMN_ATTRIBUTE_ACTIVITY_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ASSOCIATION_DIRECTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ATTACHED_TO_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_CALLED_COLLABORATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_CALLED_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_CANCEL_ACTIVITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_COMPLETION_QUANTITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_CORRELATION_KEY_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_CORRELATION_PROPERTY_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_DATA_OBJECT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_DEFAULT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_DIRECTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ERROR_CODE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ERROR_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ESCALATION_CODE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ESCALATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_EVALUATES_TO_TYPE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_EVENT_GATEWAY_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_EXPORTER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
BPMN attributes
BPMN_ATTRIBUTE_EXPORTER_VERSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_EXPRESSION_LANGUAGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_GATEWAY_DIRECTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ID - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IMPLEMENTATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IMPLEMENTATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IMPORT_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_INNER_CONVERSATION_NODE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_INNER_MESSAGE_FLOW_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_INPUT_DATA_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_INSTANTIATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_CLOSED - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_COLLECTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_EXECUTABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_FOR_COMPENSATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_IMMEDIATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_INTERRUPTING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_IS_REQUIRED - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ITEM_KIND - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ITEM_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_ITEM_SUBJECT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_LANGUAGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_LOCATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_MAXIMUM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_MESSAGE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_MINIMUM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_MUST_UNDERSTAND - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_NAMESPACE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_OPERATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_OUTER_CONVERSATION_NODE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_OUTER_MESSAGE_FLOW_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_OUTPUT_DATA_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_PARALLEL_MULTIPLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_PARAMETER_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_PARTITION_ELEMENT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_PROCESS_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_PROCESS_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_SCRIPT_FORMAT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_SIGNAL_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_SOURCE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_START_QUANTITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_STRUCTURE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TARGET_NAMESPACE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TARGET_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TEXT_FORMAT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TRIGGERED_BY_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_TYPE_LANGUAGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ATTRIBUTE_WAIT_FOR_COMPLETION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_DC_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
BPMN_DC_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The namespace of the BPMN 2.0 diagram common elements.
BPMN_DI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
BPMN_DI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The namepace of the BPMN 2.0 diagram interchange elements.
BPMN_ELEMENT_ACTIVATION_CONDITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ACTIVITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ARTIFACT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ASSIGNMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_AUDITING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_BASE_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_BEHAVIOR - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_BOUNDARY_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_BUSINESS_RULE_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CALL_ACTIVITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CALL_CONVERSATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CALLABLE_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CANCEL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CATCH_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CATEGORY_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CATEGORY_VALUE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CHILD_LANE_SET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_COLLABORATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_COMPENSATE_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_COMPLETION_CONDITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_COMPLEX_BEHAVIOR_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_COMPLEX_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONDITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONDITION_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONDITIONAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONVERSATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONVERSATION_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONVERSATION_LINK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CONVERSATION_NODE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_KEY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_PROPERTY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_PROPERTY_BINDING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_PROPERTY_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_PROPERTY_RETRIEVAL_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_CORRELATION_SUBSCRIPTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_INPUT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_INPUT_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_INPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_OBJECT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_OBJECT_REFERENCE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_OUTPUT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_OUTPUT_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_OUTPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_PATH - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DATA_STATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DEFINITIONS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_DOCUMENTATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_END_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_END_POINT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_END_POINT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ERROR - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ERROR_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ERROR_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ESCALATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ESCALATION_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EVENT_BASED_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EVENT_DEFINITION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EXCLUSIVE_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EXTENSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_EXTENSION_ELEMENTS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_FLOW_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_FLOW_NODE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_FLOW_NODE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_FORMAL_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_FROM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_GLOBAL_CONVERSATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_HUMAN_PERFORMER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IMPLEMENTATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IMPORT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IN_MESSAGE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INCLUSIVE_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INCOMING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INNER_PARTICIPANT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INPUT_DATA_ITEM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INPUT_SET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INPUT_SET_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INTERFACE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INTERFACE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INTERMEDIATE_CATCH_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_INTERMEDIATE_THROW_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IO_BINDING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IO_SPECIFICATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_IS_SEQUENTIAL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ITEM_AWARE_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ITEM_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LANE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LANE_SET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LINK_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LOOP_CARDINALITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LOOP_CHARACTERISTICS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LOOP_DATA_INPUT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_LOOP_DATA_OUTPUT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MANUAL_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE_FLOW - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE_FLOW_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE_FLOW_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MESSAGE_PATH - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MONITORING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_MULTI_INSTANCE_LOOP_CHARACTERISTICS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_NONE_BEHAVIOR_EVENT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ONE_BEHAVIOR_EVENT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OPERATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OPERATION_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OPTIONAL_INPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OPTIONAL_OUTPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUT_MESSAGE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUTER_PARTICIPANT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUTGOING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUTPUT_DATA_ITEM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUTPUT_SET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_OUTPUT_SET_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARALLEL_GATEWAY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARTICIPANT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARTICIPANT_ASSOCIATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARTICIPANT_MULTIPLICITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARTICIPANT_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PARTITION_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PERFORMER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_POTENTIAL_OWNER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PROCESS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_PROPERTY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RECEIVE_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RELATIONSHIP - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RENDERING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE_ASSIGNMENT_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE_PARAMETER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE_PARAMETER_BINDING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_RESOURCE_ROLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_ROOT_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SCRIPT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SCRIPT_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SEND_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SEQUENCE_FLOW - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SERVICE_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SIGNAL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SIGNAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SOURCE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SOURCE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_START_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SUB_CONVERSATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SUB_PROCESS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SUPPORTED_INTERFACE_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_SUPPORTS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TARGET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TARGET_REF - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TERMINATE_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TEXT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TEXT_ANNOTATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_THROW_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TIME_CYCLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TIME_DATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TIME_DURATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TIMER_EVENT_DEFINITION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TO - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_TRANSFORMATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_USER_TASK - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_WHILE_EXECUTING_INPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_ELEMENT_WHILE_EXECUTING_OUTPUT_REFS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMN_RESOURCE_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
BpmnActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Helper class for implementing BPMN 2.0 activities, offering convenience methods specific to BPMN 2.0.
BpmnActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
 
bpmnActivityBehavior - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
 
BpmnDeployer - Class in org.camunda.bpm.engine.impl.bpmn.deployer
Deployer responsible to parse BPMN 2.0 XML files and create the proper ProcessDefinitionEntitys.
BpmnDeployer() - Constructor for class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
BPMNDI - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
BPMNDI_ATTRIBUTE_BPMN_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
BPMNDI
BPMNDI_ATTRIBUTE_CHOREOGRAPHY_ACTIVITY_SHAPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_IS_EXPANDED - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_IS_HORIZONTAL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_IS_MARKER_VISIBLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_IS_MESSAGE_VISIBLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_LABEL_STYLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_MESSAGE_VISIBLE_KIND - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_PARTICIPANT_BAND_KIND - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_SOURCE_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ATTRIBUTE_TARGET_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ELEMENT_BPMN_DIAGRAM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
BPMNDI
BPMNDI_ELEMENT_BPMN_EDGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ELEMENT_BPMN_LABEL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ELEMENT_BPMN_LABEL_STYLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ELEMENT_BPMN_PLANE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_ELEMENT_BPMN_SHAPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BPMNDI_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The BPMNDI namespace
BpmnDiagram - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNDiagram element
bpmnDiagramCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
BpmnDiagramImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNDiagram element
BpmnDiagramImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
BpmnEdge - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNEdge element
BpmnEdgeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNEdge element
BpmnEdgeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
bpmnElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
bpmnElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnPlaneImpl
 
bpmnElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
BpmnError - Exception in org.camunda.bpm.engine.delegate
Special exception that can be used to throw a BPMN Error from JavaDelegates and expressions.
BpmnError(String) - Constructor for exception org.camunda.bpm.engine.delegate.BpmnError
 
BpmnError(String, String) - Constructor for exception org.camunda.bpm.engine.delegate.BpmnError
 
BpmnExecutionContext - Class in org.camunda.bpm.engine.impl.context
 
BpmnExecutionContext(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.context.BpmnExecutionContext
 
BpmnLabel - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNLabel element
bpmnLabelChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
bpmnLabelChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
BpmnLabelImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNLabel element
BpmnLabelImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelImpl
 
BpmnLabelStyle - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNLabelStyle element
bpmnLabelStyleCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
BpmnLabelStyleImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNLabelStyle element
BpmnLabelStyleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelStyleImpl
 
BpmnModelConstants - Class in org.camunda.bpm.model.bpmn.impl
Constants used in the BPMN 2.0 Language (DI + Semantic)
BpmnModelConstants() - Constructor for class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
BpmnModelElementInstance - Interface in org.camunda.bpm.model.bpmn.instance
Interface implemented by all elements in a BPMN Model
BpmnModelElementInstanceImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
Shared base class for all BPMN Model Elements.
BpmnModelElementInstanceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
 
BpmnModelException - Exception in org.camunda.bpm.model.bpmn
A RuntimeException in the Bpmn Model.
BpmnModelException() - Constructor for exception org.camunda.bpm.model.bpmn.BpmnModelException
 
BpmnModelException(String, Throwable) - Constructor for exception org.camunda.bpm.model.bpmn.BpmnModelException
 
BpmnModelException(String) - Constructor for exception org.camunda.bpm.model.bpmn.BpmnModelException
 
BpmnModelException(Throwable) - Constructor for exception org.camunda.bpm.model.bpmn.BpmnModelException
 
BpmnModelExecutionContext - Interface in org.camunda.bpm.engine.delegate
Implemented by classes which provide access to the BpmnModelInstance and the currently executed FlowElement.
BpmnModelInstance - Interface in org.camunda.bpm.model.bpmn
A BPMN 2.0 Model
bpmnModelInstanceCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
BpmnModelInstanceImpl - Class in org.camunda.bpm.model.bpmn.impl
The Bpmn Model
BpmnModelInstanceImpl(ModelImpl, ModelBuilder, DomDocument) - Constructor for class org.camunda.bpm.model.bpmn.impl.BpmnModelInstanceImpl
 
BpmnModelType - Interface in org.camunda.bpm.model.bpmn
 
BpmnParse - Class in org.camunda.bpm.engine.impl.bpmn.parser
Specific parsing of one BPMN 2.0 XML file, created by the BpmnParser.
BpmnParse(BpmnParser) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Constructor to be called by the BpmnParser.
BpmnParseException - Exception in org.camunda.bpm.engine
Exception during the parsing of an BPMN model.
BpmnParseException(String, Element) - Constructor for exception org.camunda.bpm.engine.BpmnParseException
 
BpmnParseException(String, Element, Throwable) - Constructor for exception org.camunda.bpm.engine.BpmnParseException
 
bpmnParseFactory - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
BpmnParseFactory - Interface in org.camunda.bpm.engine.impl.cfg
 
bpmnParseFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
BpmnParseListener - Interface in org.camunda.bpm.engine.impl.bpmn.parser
Listener which can be registered within the engine to receive events during parsing (and maybe influence it).
bpmnParser - Variable in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
BpmnParser - Class in org.camunda.bpm.engine.impl.bpmn.parser
Parser for BPMN 2.0 process models.
BpmnParser(ExpressionManager, BpmnParseFactory) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
BpmnParser - Class in org.camunda.bpm.model.bpmn.impl
The parser used when parsing BPMN Files
BpmnParser() - Constructor for class org.camunda.bpm.model.bpmn.impl.BpmnParser
 
BpmnParseUtil - Class in org.camunda.bpm.engine.impl.util
Helper methods to reused for common parsing tasks.
BpmnParseUtil() - Constructor for class org.camunda.bpm.engine.impl.util.BpmnParseUtil
 
BpmnPlane - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNPlane element
bpmnPlaneChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
BpmnPlaneImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNPlane element
BpmnPlaneImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnPlaneImpl
 
BpmnShape - Interface in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI BPMNShape element
BpmnShapeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
The BPMNDI BPMNShape element
BpmnShapeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
BpmPlatform - Class in org.camunda.bpm
Provides access to the camunda BPM platform services.
BpmPlatform() - Constructor for class org.camunda.bpm.BpmPlatform
 
BpmPlatformExtension - Class in org.camunda.bpm.container.impl.jboss.extension
Defines the bpm-platform subsystem for jboss application server
BpmPlatformExtension() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
BpmPlatformParser - Class in org.camunda.bpm.container.impl.jboss.extension
 
BpmPlatformParser() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
 
BpmPlatformSubsystemAdd - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Provides the description and the implementation of the subsystem#add operation.
BpmPlatformSubsystemRemove - Class in org.camunda.bpm.container.impl.jboss.extension.handler
 
bpmPlatformXml - Variable in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
the parsed BpmPlatformXml
BpmPlatformXml - Interface in org.camunda.bpm.container.impl.metadata.spi
Java API representation of the bpm-platform.xml file.
BpmPlatformXmlImpl - Class in org.camunda.bpm.container.impl.metadata
Implementation of the BpmPlatformXml SPI
BpmPlatformXmlImpl(JobExecutorXml, List<ProcessEngineXml>) - Constructor for class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
BpmPlatformXmlParse - Class in org.camunda.bpm.container.impl.metadata
Parse implementation for parsing the BpmPlatformXml
BpmPlatformXmlParse(Parser) - Constructor for class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
 
BpmPlatformXmlParser - Class in org.camunda.bpm.container.impl.metadata
A SAX Parser for the bpm-platform.xml file
BpmPlatformXmlParser() - Constructor for class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
 
build(String) - Method in class org.camunda.bpm.engine.impl.juel.Builder
Parse expression.
build(String) - Method in interface org.camunda.bpm.engine.impl.juel.TreeBuilder
Parse the given expression and create an abstract syntax tree for it.
build(String, Class<?>, UriBuilder) - Static method in class org.camunda.bpm.engine.rest.hal.HalRelation
Build a relation to a resource.
build() - Method in class org.camunda.bpm.model.xml.impl.ModelBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceCollectionBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
 
build() - Method in class org.camunda.bpm.model.xml.ModelBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.attribute.AttributeBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.reference.AttributeReferenceBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollectionBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReferenceBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReferenceCollectionBuilder
 
build() - Method in interface org.camunda.bpm.model.xml.type.reference.ReferenceBuilder
 
buildAdvise() - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
 
buildCaseDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
builder - Variable in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
 
Builder - Class in org.camunda.bpm.engine.impl.juel
Tree builder.
Builder() - Constructor for class org.camunda.bpm.engine.impl.juel.Builder
 
Builder(Builder.Feature...) - Constructor for class org.camunda.bpm.engine.impl.juel.Builder
 
builder - Variable in class org.camunda.bpm.engine.impl.juel.Scanner
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EndEventImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IntermediateCatchEventImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IntermediateThrowEventImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ManualTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
 
builder() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
Returns a new fluent builder for the element if implemented.
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ComplexGateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.EndEvent
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.EventBasedGateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ExclusiveGateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.Gateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.InclusiveGateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.IntermediateCatchEvent
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.IntermediateThrowEvent
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ManualTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ParallelGateway
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
builder() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
Builder.Feature - Enum in org.camunda.bpm.engine.impl.juel
Feature enumeration type.
buildErrorMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
buildExpression(String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
buildMappings(List<String>) - Method in class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
 
buildProcessDefinition() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
buildProcessEngine() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
buildProcessEngine() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
buildProcessEngine(URL) - Static method in class org.camunda.bpm.engine.spring.SpringConfigurationHelper
 
buildProcessEngine() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
buildTypeHierarchy(Model) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
builtInListeners - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
contains built-in listeners
builtinTaskListeners - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
builtInVariableListeners - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
BULK_OPERATION_COMPARATOR - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
bulkOperations - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
bulk modifications (DELETE, UPDATE) on an entity collection
BUSINESS_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
BUSINESS_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
BUSINESS_RULE_TASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
BusinessCalendar - Interface in org.camunda.bpm.engine.impl.calendar
 
BusinessCalendarManager - Interface in org.camunda.bpm.engine.impl.calendar
 
businessCalendarManager - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
businessKey - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
businessKey - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
businessKey - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
BusinessKey - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Qualifier annotation for injecting a business key:
businessKey(ProcessInstance) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.BusinessKeyProducer
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
businessKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
the business key for this execution
businessKey - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
the business key of the case instance
businessKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
the business key of the process instance
businessKey - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
businessKey(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
businessKey - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
businessKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
businessKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
businessKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
businessKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
businessKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
businessKey(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
A business key can be provided to associate the case instance with a certain identifier that has a clear business meaning.
businessKey(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
Set the business key for the process instance
BusinessKey - Annotation Type in org.camunda.bpm.engine.spring.annotations
Inspired by the CDI implemenation
businessKeyExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
businessKeyLike - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
businessKeyLike - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
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
 
businessKeyValueProvider - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
BusinessProcess - Class in org.camunda.bpm.engine.cdi
Bean supporting contextual business process management.
BusinessProcess() - Constructor for class org.camunda.bpm.engine.cdi.BusinessProcess
 
businessProcess - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
BusinessProcessContext - Class in org.camunda.bpm.engine.cdi.impl.context
Implementation of the BusinessProcessContext-scope.
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
 
BusinessProcessEventType.DefaultBusinessProcessEventType(String) - Constructor for class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
 
BusinessProcessScoped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Declare a bean to be BusinessProcessScoped.
businessRuleTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
businessRuleTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
BusinessRuleTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN businessRuleTask element
BusinessRuleTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
BusinessRuleTaskBuilder(BpmnModelInstance, BusinessRuleTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.BusinessRuleTaskBuilder
 
BusinessRuleTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN businessRuleTask element
BusinessRuleTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
BUTTON_BUTTON_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
BUTTON_DEFAULT_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
BUTTON_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
ByteArrayEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ByteArrayEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
ByteArrayEntity(String, byte[]) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
ByteArrayEntity(byte[]) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
byteArrayId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
byteArrayId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
ByteArrayManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ByteArrayManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
 
byteArrayValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
byteArrayValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
byteArrayValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
byteArrayValue - Variable in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
byteArrayValue(byte[]) - Static method in class org.camunda.bpm.engine.variable.Variables
 
byteArrayValueId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
ByteArrayValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
ByteArrayValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.ByteArrayValueSerializer
 
bytes - Variable in class org.camunda.bpm.engine.identity.Picture
 
bytes - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
bytes - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
BYTES - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
BytesValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to a Java byte array (byte[]).
byteValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 

C

Cache - Class in org.camunda.bpm.engine.impl.juel
Simple (thread-safe) LRU cache.
Cache(int) - Constructor for class org.camunda.bpm.engine.impl.juel.Cache
Constructor.
Cache(int, Map<String, Tree>) - Constructor for class org.camunda.bpm.engine.impl.juel.Cache
Constructor.
Cache - Interface in org.camunda.bpm.engine.rest.cache
 
cache - Variable in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
CacheAwareCmmnHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
 
CacheAwareCmmnHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.CacheAwareCmmnHistoryEventProducer
 
CacheAwareHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
This HistoryEventProducer is aware of the DbEntityManager cache and works in combination with the DbHistoryEventHandler.
CacheAwareHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
 
cacheConfigurations - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
CacheControlFilter - Class in org.camunda.bpm.engine.rest.filter
Cache control filter setting "Cache-Control: no-cache" on all GET requests.
CacheControlFilter() - Constructor for class org.camunda.bpm.engine.rest.filter.CacheControlFilter
 
CachedDbEntity - Class in org.camunda.bpm.engine.impl.db.entitymanager.cache
A cached entity
CachedDbEntity() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
cachedElContext - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
cachedEngines - Variable in class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
cachedEngines - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
cachedEntites - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
The cache itself: maps entity types (classes) to maps indexed by id (primary key).
cachedEntityState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
cachedNames - Static variable in class org.camunda.bpm.engine.impl.util.ClassNameUtil
 
cachedProcessEngine - Static variable in class org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
 
cachedProcessEngines - Static variable in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
cachedValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
cachedValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
cachedValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
cachedVariables - Variable in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
cachedVariablesLocal - Variable in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
cacheFilter(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
returns the object in the cache.
cacheImplementationClass - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
cacheKeyMapping - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
calculateAllBaseTypes(ModelElementType) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
Calculate a collection of all base types for the given type
calculateAllExtendingTypes(Model, Collection<ModelElementType>) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
Calculate a collection of all extending types for the given base types
calculateBindingMap() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
calculateFlush() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
calculateRepeat() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
CALENDAR_GLYPHICON - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
calendarName - Variable in enum org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationType
 
call() - Method in class org.camunda.bpm.engine.impl.context.ProcessApplicationClassloaderInterceptor
 
callableElement - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
callableElement - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
CallableElement - Class in org.camunda.bpm.engine.impl.core.model
 
CallableElement() - Constructor for class org.camunda.bpm.engine.impl.core.model.CallableElement
 
CallableElement - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN callableElement element
CallableElement.CallableElementBinding - Enum in org.camunda.bpm.engine.impl.core.model
 
CallableElementActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
CallableElementActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
CallableElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN callableElement element
CallableElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
CallableElementParameter - Class in org.camunda.bpm.engine.impl.core.model
 
CallableElementParameter() - Constructor for class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
CallableElementUtil - Class in org.camunda.bpm.engine.impl.util
 
CallableElementUtil() - Constructor for class org.camunda.bpm.engine.impl.util.CallableElementUtil
 
callActivity() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
callActivity(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
CallActivity - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN callActivity element
CallActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
CallActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
 
CallActivityBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
CallActivityBuilder(BpmnModelInstance, CallActivity) - Constructor for class org.camunda.bpm.model.bpmn.builder.CallActivityBuilder
 
callActivityId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
CallActivityImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN callActivity element
CallActivityImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
callActivityInstanceId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
CallConversation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN callConversation element
CallConversationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN callConversation element
CallConversationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
calledCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the id of the child case instance
calledCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the id of the called case in case of a case task
calledCollaborationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
calledElement(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
Sets the called element
calledElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
calledFromActivityIds - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
calledInsideTransaction() - Method in class org.camunda.bpm.engine.impl.interceptor.JtaRetryInterceptor
 
CalledProcessInstanceDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto
 
CalledProcessInstanceDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
calledProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the id of the child process instance
calledProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the id of the called process in case of a process task
CalledProcessInstanceQueryDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
CalledProcessInstanceQueryDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.CalledProcessInstanceQueryDto
 
CalledProcessInstanceQueryDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.CalledProcessInstanceQueryDto
 
CallerRunsRejectedJobsHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
CallerRunsRejectedJobsHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.CallerRunsRejectedJobsHandler
 
CAM_SCRIPT_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
CAM_VARIABLE_NAME_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
CAM_VARIABLE_TYPE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
CAMUNDA_ADMIN - Static variable in interface org.camunda.bpm.engine.authorization.Groups
 
CAMUNDA_ATTRIBUTE_ASSIGNEE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
camunda extensions
CAMUNDA_ATTRIBUTE_ASSIGNEE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_ASYNC - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_ASYNC_AFTER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_ASYNC_BEFORE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_BUSINESS_KEY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_BUSINESS_KEY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_CALLED_ELEMENT_BINDING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CALLED_ELEMENT_VERSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_GROUPS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_GROUPS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_STARTER_GROUPS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_STARTER_USERS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_USERS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CANDIDATE_USERS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_CASE_BINDING - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_CASE_VERSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_CLASS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CLASS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_COLLECTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_CONFIG - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DATE_PATTERN - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DEFAULT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DEFAULT_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DELEGATE_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DELEGATE_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_DUE_DATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_DUE_DATE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_ELEMENT_VARIABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_ERROR_CODE_VARIABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_EVENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_EVENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_EXCLUSIVE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_FOLLOW_UP_DATE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_FOLLOW_UP_DATE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_FORM_HANDLER_CLASS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_FORM_KEY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_FORM_KEY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_ID - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_INITIATOR - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_KEY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_LABEL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_PRIORITY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_PRIORITY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_PROCESS_BINDING - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_PROCESS_VERSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_READABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_REQUIRED - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_RESOURCE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_RESOURCE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_RESULT_VARIABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_SCRIPT_FORMAT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_SCRIPT_FORMAT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_SOURCE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_SOURCE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_SOURCE_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_SOURCE_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_STRING_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_STRING_VALUE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_TARGET - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_TARGET - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_VARIABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_VARIABLES - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ATTRIBUTE_VARIABLES - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ATTRIBUTE_WRITEABLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_BPMN_EXTENSIONS_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
CAMUNDA_BPMN_EXTENSIONS_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The namespace of the camunda custom BPMN extensions.
CAMUNDA_ELEMENT_CASE_EXECUTION_LISTENER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_CONNECTOR - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
camunda extensions
CAMUNDA_ELEMENT_CONNECTOR_ID - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_CONSTRAINT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_ENTRY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_EXECUTION_LISTENER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_EXPRESSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_FAILED_JOB_RETRY_TIME_CYCLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_FIELD - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_FIELD - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_FORM_DATA - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_FORM_FIELD - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_FORM_PROPERTY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_IN - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_IN - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_INPUT_OUTPUT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_INPUT_PARAMETER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_LIST - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_MAP - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_OUT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_OUT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_OUTPUT_PARAMETER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_POTENTIAL_STARTER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_PROPERTIES - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_PROPERTY - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_SCRIPT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_SCRIPT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_STRING - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_STRING - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_TASK_LISTENER - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_TASK_LISTENER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_ELEMENT_VALIDATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_VALUE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
CAMUNDA_ELEMENT_VARIABLE_LISTENER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CAMUNDA_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
CAMUNDA_NS namespace
CAMUNDA_NS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
CAMUNDA_NS namespace
camundaAssignee(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda attribute assignee.
camundaAssigneeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
camunda extensions
camundaAssigneeAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
camunda extensions
camundaAsync() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
Deprecated.
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
camundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
Deprecated.
use camundaAsyncBefore(isCamundaAsyncBefore) instead Sets the camunda async attribute.
camundaAsync() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
Deprecated.
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
camundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
Deprecated.
use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute.
camundaAsync() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder
Deprecated.
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
camundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder
Deprecated.
use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute.
camundaAsync() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder
Deprecated.
use camundaAsyncBefore() instead. Sets the camunda async attribute to true.
camundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractTaskBuilder
Deprecated.
use camundaAsyncBefore(isCamundaAsyncBefore) instead. Sets the camunda async attribute.
camundaAsyncAfter() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractEventBasedGatewayBuilder
 
camundaAsyncAfter(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractEventBasedGatewayBuilder
 
camundaAsyncAfter(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the Camunda asyncAfter attribute for the build flow node.
camundaAsyncAfter() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the Camunda asyncAfter attribute to true.
camundaAsyncAfter - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
Camunda Attributes
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
camunda extensions
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
 
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
camunda extensions
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
camunda extensions
camundaAsyncAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
camunda extensions
camundaAsyncBefore(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the Camunda AsyncBefore attribute for the build flow node.
camundaAsyncBefore() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the Camunda asyncBefore attribute to true.
camundaAsyncBefore - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
camundaBusinessKeyAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
camundaBusinessKeyAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaCalledElementBinding(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
Sets the camunda calledElementBinding attribute
camundaCalledElementBindingAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
camundaCalledElementVersion(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallActivityBuilder
Sets the camunda calledElementVersion attribute
camundaCalledElementVersionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
camundaCandidateGroups(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda candidate groups attribute.
camundaCandidateGroups(List<String>) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda candidate groups attribute.
camundaCandidateGroupsAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaCandidateGroupsAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
camundaCandidateStarterGroupsAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
camunda extensions
camundaCandidateStarterUsersAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
camundaCandidateUsers(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda candidate users attribute.
camundaCandidateUsers(List<String>) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda candidate users attribute.
camundaCandidateUsersAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaCandidateUsersAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
camundaCaseBindingAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
CamundaCaseExecutionListener - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
CamundaCaseExecutionListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaCaseExecutionListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaCaseVersionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
camundaClass(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the camunda class attribute.
camundaClass(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the camunda class attribute.
camundaClass(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the camunda class attribute.
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
camunda extensions
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
camunda extensions
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
camunda extensions
camundaClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
camunda extensions
camundaClassAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaClassAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaClassAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaConfigAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
CamundaConnector - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN connector camunda extension element
CamundaConnectorId - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN connectorId camunda extension element
camundaConnectorIdChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
CamundaConnectorIdImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN connectorId camunda extension element
CamundaConnectorIdImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorIdImpl
 
CamundaConnectorImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN connector camunda extension element
CamundaConnectorImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
CamundaConstraint - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN constraint camunda extension element
camundaConstraintCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValidationImpl
 
CamundaConstraintImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN constraint camunda extension element
CamundaConstraintImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
camundaDatePatternAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaDatePatternAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaDefaultAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaDefaultValueAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the camunda delegateExpression attribute.
camundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the camunda delegateExpression attribute.
camundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the camunda delegateExpression attribute.
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaDelegateExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaDueDate(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda due date attribute.
camundaDueDateAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaDueDateAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
CamundaEntry - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN camundaEntry camunda extension element
camundaEntryCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaMapImpl
 
CamundaEntryImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
 
CamundaEntryImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaEntryImpl
 
camundaErrorCodeVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
camundaEventAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaEventAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaEventAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaEventAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaEventAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaExclusive(boolean) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the camunda exclusive attribute for the build flow node.
camundaExclusive - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
CamundaExecutionListener - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN executionListener camunda extension element
CamundaExecutionListenerImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN executionListener camunda extension element
CamundaExecutionListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the camunda expression attribute.
camundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the camunda expression attribute.
camundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the camunda expression attribute.
CamundaExpression - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN expression camunda extension element
CamundaExpression - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaExpressionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
camundaExpressionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
CamundaExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN expression camunda extension element
CamundaExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExpressionImpl
 
CamundaExpressionImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaExpressionImpl
 
CamundaFailedJobRetryTimeCycle - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN failedJobRetryTimeCycle camunda extension element
CamundaFailedJobRetryTimeCycleImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN failedJobRetryTimeCycle camunda extension element
CamundaFailedJobRetryTimeCycleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFailedJobRetryTimeCycleImpl
 
CamundaField - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN field camunda extension element
CamundaField - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
camundaFieldCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaFieldCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaFieldCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaFieldCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaFieldCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
CamundaFieldImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN field camunda extension element
CamundaFieldImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
CamundaFieldImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaFieldImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
camundaFollowUpDate(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda follow up date attribute.
camundaFollowUpDateAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaFollowUpDateAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
CamundaFormData - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN formData camunda extension element
CamundaFormDataImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN formData camunda extension element
CamundaFormDataImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormDataImpl
 
CamundaFormField - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN formField camunda extension element
camundaFormFieldCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormDataImpl
 
CamundaFormFieldImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN formField camunda extension element
CamundaFormFieldImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaFormHandlerClass(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
Sets the camunda form handler class attribute.
camundaFormHandlerClass(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda form handler class attribute.
camundaFormHandlerClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
camundaFormHandlerClassAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaFormKey(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
Sets the camunda form key attribute.
camundaFormKey(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda form key attribute.
camundaFormKeyAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
camundaFormKeyAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaFormKeyAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
CamundaFormProperty - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN formProperty camunda extension element
CamundaFormPropertyImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN formProperty camunda extension element
CamundaFormPropertyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
CamundaGenericValueElement - Interface in org.camunda.bpm.model.bpmn.instance.camunda
A helper interface for camunda extension elements which hold a generic child element like camunda:inputParameter, camunda:outputParameter and camunda:entry.
CamundaGenericValueElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
A helper interface for camunda extension elements which hold a generic child element like camunda:inputParameter, camunda:outputParameter and camunda:entry.
CamundaGenericValueElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaGenericValueElementImpl
 
camundaIdAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaIdAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaIdAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
camundaIdAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
CamundaIn - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN in camunda extension element
CamundaIn - Interface in org.camunda.bpm.model.cmmn.instance.camunda
The CMMN in camunda extension element
CamundaInImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN in camunda extension element
CamundaInImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
CamundaInImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaInImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaInitiator(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractStartEventBuilder
Sets the camunda initiator attribute.
camundaInitiatorAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
CamundaInputOutput - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN inputOutput camunda extension element
camundaInputOutputChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
CamundaInputOutputImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN inputOutput camunda extension element
CamundaInputOutputImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
CamundaInputParameter - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN inputParameter camunda extension element
camundaInputParameterCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
CamundaInputParameterImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN inputParameter camunda extension element
CamundaInputParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputParameterImpl
 
camundaKeyAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaEntryImpl
 
camundaLabelAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
CamundaList - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN camundaList extension element
CamundaListImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
 
CamundaListImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaListImpl
 
CamundaMap - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN camundaMap extension element
CamundaMapImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN camundaMap extension element
CamundaMapImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaMapImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputParameterImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutputParameterImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
camundaNameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
CamundaOut - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN out camunda extension element
CamundaOut - Interface in org.camunda.bpm.model.cmmn.instance.camunda
The CMMN out camunda extension element
CamundaOutImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN out camunda extension element
CamundaOutImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
CamundaOutImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaOutImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
CamundaOutputParameter - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN outputParameter camunda extension element
camundaOutputParameterCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
CamundaOutputParameterImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN outputParameter camunda extension element
CamundaOutputParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutputParameterImpl
 
CamundaPotentialStarter - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN potentialStarter camunda extension
CamundaPotentialStarterImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN potentialStarter camunda extension
CamundaPotentialStarterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPotentialStarterImpl
 
camundaPriority(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the camunda priority attribute.
camundaPriorityAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
camundaPriorityAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
camundaProcessBindingAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
camundaProcessVersionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
CamundaProperties - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN properties camunda extension element
camundaPropertiesChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
CamundaPropertiesImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN properties camunda extension element
CamundaPropertiesImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertiesImpl
 
CamundaProperty - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN property camunda extension element
camundaPropertyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertiesImpl
 
CamundaPropertyImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN property camunda extension element
CamundaPropertyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
CamundaQueryParam - Annotation Type in org.camunda.bpm.engine.rest.dto
 
camundaReadableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaRequiredAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaResource(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
Sets the camunda resource of the build script task.
camundaResourceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
camundaResourceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
camundaResourceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
camundaResourceAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
CamundaRestResources - Class in org.camunda.bpm.engine.rest.impl
Class providing static methods returning all the resource classes provided by camunda BPM.
CamundaRestResources() - Constructor for class org.camunda.bpm.engine.rest.impl.CamundaRestResources
 
camundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the camunda resultVariable attribute.
camundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
Sets the camunda result variable of the build script task.
camundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the camunda resultVariable attribute.
camundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the camunda resultVariable attribute.
camundaResultVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
camundaResultVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
camundaResultVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
camunda extensions
camundaResultVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
camundaResultVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
CamundaScript - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN script camunda extension element
CamundaScript - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
camundaScriptChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
camundaScriptChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaScriptChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
camundaScriptChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaScriptChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaScriptFormatAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
camundaScriptFormatAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
CamundaScriptImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN script camunda extension element
CamundaScriptImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
CamundaScriptImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaScriptImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
camundaSourceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
camundaSourceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
camundaSourceAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaSourceAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
camundaSourceExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
camundaSourceExpressionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
camundaSourceExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaSourceExpressionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
CamundaString - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN string camunda extension element
CamundaString - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
camundaStringChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
camundaStringChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
CamundaStringImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN string camunda extension element
CamundaStringImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaStringImpl
 
CamundaStringImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaStringImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaStringImpl
 
camundaStringValueAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
camundaStringValueAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
camundaTargetAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
camundaTargetAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
camundaTargetAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaTargetAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
CamundaTaskForm - Class in org.camunda.bpm.engine.cdi.compat
 
CamundaTaskForm() - Constructor for class org.camunda.bpm.engine.cdi.compat.CamundaTaskForm
 
CamundaTaskListener - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN taskListener camunda extension element
CamundaTaskListener - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
CamundaTaskListenerImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN taskListener camunda extension element
CamundaTaskListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
CamundaTaskListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaTaskListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
camundaType(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the camunda type attribute.
camundaType(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the camunda type attribute.
camundaType(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the camunda type attribute.
camundaTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
camundaTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
camundaTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
camundaTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
CamundaValidation - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN validation camunda extension element
camundaValidationChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
CamundaValidationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN validation camunda extension element
CamundaValidationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValidationImpl
 
CamundaValue - Interface in org.camunda.bpm.model.bpmn.instance.camunda
The BPMN value camunda extension element
camundaValueAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
camundaValueCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
camundaValueCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
CamundaValueImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.camunda
The BPMN value camunda extension element
CamundaValueImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
camundaVariableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
CamundaVariableListener - Interface in org.camunda.bpm.model.cmmn.instance.camunda
 
CamundaVariableListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance.camunda
 
CamundaVariableListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
camundaVariablesAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
camundaVariablesAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
camundaVariablesAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
camundaVariablesAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
camundaWriteableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
cancel(boolean) - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
cancel(boolean) - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
 
CANCEL_INSTRUCTION_TYPE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
cancelActivity() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
cancelActivity() - Method in interface org.camunda.bpm.model.bpmn.instance.BoundaryEvent
 
cancelActivityAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
cancelActivityInstance(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
cancelActivityInstance(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits the instruction:
cancelAllForActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
cancelAllForActivity(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits the instruction:
cancelBoundaryEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
CancelBoundaryEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
See CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation.
CancelBoundaryEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CancelBoundaryEventActivityBehavior
 
cancelConcurrentScope(PvmExecutionImpl, PvmActivity) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Cancels an execution which is both concurrent and scope.
canceled() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that got canceled
canceled() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
canceled - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
CANCELED - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
 
canceled - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
CancelEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
CancelEndEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
CancelEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN cancelEventDefinition element
CancelEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN cancelEventDefinition element
CancelEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CancelEventDefinitionImpl
 
CancellationInstructionDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
CancellationInstructionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.CancellationInstructionDto
 
cancelOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
cancelOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
 
cancelTimers(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
cancelTransitionInstance(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
cancelTransitionInstance(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits the instruction:
canComplete(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
canComplete(CmmnActivityExecution, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
canComplete(CmmnActivityExecution, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.LongTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
canConvertFromTypedValue(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Determines whether the argument typed value can be converted to a typed value of this value type.
CANDIDATE - Static variable in class org.camunda.bpm.engine.task.IdentityLinkType
 
CANDIDATE_GROUP - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CANDIDATE_GROUPS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CANDIDATE_GROUPS_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
CANDIDATE_STARTER_GROUPS_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
CANDIDATE_STARTER_USERS_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
CANDIDATE_USER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CANDIDATE_USERS_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
candidateGroup - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
candidateGroupIdExpressions - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
candidateGroups - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
candidateStarterGroupIdExpressions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
candidateStarterUserIdExpressions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
candidateUser - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
candidateUserIdExpressions - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
canHandle(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
canHandle(TypedValue) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
Used for auto-detecting the value type of a variable.
canReachActivity(ActivityExecution, PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
canSerializeValue(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
return true if this serializer is able to serialize the provided object.
canSerializeValue(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
canSerializeValue(Object) - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
canSerializeValue(Object) - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
canvasHeight - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
canvasWidth - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
capacity - Variable in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
cascade - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
 
cascade - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
cascade - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
CASCADE - Static variable in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
 
Case - Interface in org.camunda.bpm.model.cmmn.instance
 
CASE_ACTIVITY_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
CASE_ACTIVITY_INSTANCE_CREATE_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_ACTIVITY_INSTANCE_END_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_ACTIVITY_INSTANCE_UPDATE_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_ACTIVITY_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
CASE_ACTIVITY_TYPE - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
CASE_DEFINITION_CATEGORY - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
CASE_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
CASE_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryProperty
 
CASE_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryProperty
 
CASE_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
CASE_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
CASE_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
CASE_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryProperty
 
CASE_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryProperty
 
CASE_DEFINITION_KEY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_DEFINITION_NAME - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
CASE_DEFINITION_NAME - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_DEFINITION_NAME_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_DEFINITION_VERSION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
CASE_EXECUTION_COMPLETE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_CREATE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_CREATED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_DELETE_CASCADE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_DISABLE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_ENABLE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_EXIT - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_FIRE_ENTRY_CRITERIA - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_FIRE_EXIT_CRITERIA - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryProperty
 
CASE_EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
 
CASE_EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
CASE_EXECUTION_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
CASE_EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
CASE_EXECUTION_KEY - Static variable in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
CASE_EXECUTION_MANUAL_COMPLETE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_MANUAL_START - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_OCCUR - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_PARENT_RESUME - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_PARENT_SUSPEND - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_PARENT_TERMINATE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_RE_ACTIVATE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_RE_ENABLE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_RESUME - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_START - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_STATES - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
CASE_EXECUTION_SUSPEND - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_SUSPENDING_ON_PARENT_SUSPENSION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_SUSPENDING_ON_SUSPENSION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_TERMINATE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_TERMINATING_ON_EXIT - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_TERMINATING_ON_PARENT_TERMINATION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_EXECUTION_TERMINATING_ON_TERMINATION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_INSTANCE_BUSINESS_KEY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_INSTANCE_BUSINESS_KEY_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_INSTANCE_CLOSE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_INSTANCE_CLOSE_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_INSTANCE_CREATE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
CASE_INSTANCE_CREATE_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryProperty
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
CASE_INSTANCE_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_INSTANCE_ID - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
CASE_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
CASE_INSTANCE_UPDATE_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CASE_INSTANCE_VARIABLES - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CASE_PLAN_MODEL_CLOSE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
CASE_PLAN_MODEL_CREATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
CASE_PLAN_MODEL_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
CASE_PLAN_MODEL_UPDATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
CASE_SENTRY_PART_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
 
caseActivityId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances for the given case activity (id from CMMN 1.0 XML)
caseActivityId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the id of the case activity
caseActivityId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
CaseActivityInstanceCreateListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseActivityInstanceCreateListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceCreateListener
 
CaseActivityInstanceEndListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseActivityInstanceEndListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceEndListener
 
caseActivityInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances with the given id (primary key within history tables).
caseActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
caseActivityInstanceState - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityInstanceState - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the state of this case activity instance
CaseActivityInstanceUpdateListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseActivityInstanceUpdateListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceUpdateListener
 
caseActivityName(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances for activities with the given name
caseActivityName - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityName(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the name of the case activity
caseActivityName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
caseActivityType(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances for activities with the given type
caseActivityType - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityType(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseActivityType - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the type of the case activity
caseActivityType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
CaseCallActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation to create a new CaseInstance using the BPMN 2.0 call activity
CaseCallActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CaseCallActivityBehavior
 
caseCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
CaseControlRule - Interface in org.camunda.bpm.engine.impl.cmmn
 
CaseControlRuleImpl - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
CaseControlRuleImpl(Expression) - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.CaseControlRuleImpl
 
caseDefinition - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
caseDefinition - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
caseDefinition - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
caseDefinition - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
CaseDefinition - Interface in org.camunda.bpm.engine.repository
 
CaseDefinitionBuilder - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CaseDefinitionBuilder() - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
CaseDefinitionBuilder(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
caseDefinitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
caseDefinitionCategory(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionCategory(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions with the given category.
caseDefinitionCategoryLike(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionCategoryLike(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions where the category matches the given parameter.
CaseDefinitionDiagramDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
CaseDefinitionDiagramDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
CaseDefinitionDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
CaseDefinitionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
CaseDefinitionEntity - Class in org.camunda.bpm.engine.impl.cmmn.entity.repository
 
CaseDefinitionEntity() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances for the given case definition
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances for the given case definition
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given case definition.
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given case definition id.
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentCaseDiagramCmd
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentCmmnModelInstanceCmd
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseDefinitionCmd
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseModelCmd
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the id of the case definition
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definition with the given id.
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
caseDefinitionId - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have the given case definition id.
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Selects the case instances which are defined by a case definition with the given id.
caseDefinitionId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance which has the given case definition id.
caseDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions with the given ids.
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that are defined by a case definition with the given key.
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a case instance which has the given case definition key.
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the key of the case definition
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definition with the given key.
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
caseDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have the given case definition key.
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instances which are defined by a case definition with the given key.
caseDefinitionKey(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance which has the given case definition key.
caseDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionKeyLike(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions where the key matches the given parameter.
caseDefinitionKeyNotIn(List<String>) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that don't have a case definition of which the key is present in the given list
caseDefinitionKeyNotIn(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionKeyNotIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
CaseDefinitionManager - Class in org.camunda.bpm.engine.impl.cmmn.entity.repository
 
CaseDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
caseDefinitionName(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that are defined by a case definition with the given name.
caseDefinitionName(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a (historic) case instance which has the given case definition name.
caseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionName - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionName - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseDefinitionName - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionName(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions with the given name.
caseDefinitionName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseDefinitionName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
caseDefinitionName(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance which has the given case definition name.
caseDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that are defined by case definition which name is like the given value.
caseDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionNameLike - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseDefinitionNameLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions where the name matches the given parameter.
caseDefinitionNameLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance which case definition name is like the given parameter.
CaseDefinitionNotFoundException - Exception in org.camunda.bpm.engine.exception.cmmn
This is exception is thrown when a specific case definition is not found.
CaseDefinitionNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseDefinitionNotFoundException
 
CaseDefinitionNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseDefinitionNotFoundException
 
CaseDefinitionNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseDefinitionNotFoundException
 
CaseDefinitionNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseDefinitionNotFoundException
 
CaseDefinitionQuery - Interface in org.camunda.bpm.engine.repository
 
CaseDefinitionQueryDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
CaseDefinitionQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
CaseDefinitionQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
CaseDefinitionQueryImpl - Class in org.camunda.bpm.engine.impl.cmmn.entity.repository
 
CaseDefinitionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
CaseDefinitionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
CaseDefinitionQueryProperty - Interface in org.camunda.bpm.engine.impl.cmmn.entity.repository
 
CaseDefinitionResource - Interface in org.camunda.bpm.engine.rest.sub.repository
 
CaseDefinitionResourceImpl - Class in org.camunda.bpm.engine.rest.sub.repository.impl
 
CaseDefinitionResourceImpl(ProcessEngine, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
caseDefinitionResourceName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionResourceName(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definition with the given resource name.
caseDefinitionResourceNameLike(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionResourceNameLike(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definition with a resource name like the given.
CaseDefinitionRestService - Interface in org.camunda.bpm.engine.rest
 
CaseDefinitionRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
CaseDefinitionRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.CaseDefinitionRestServiceImpl
 
caseDefinitions - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
CaseDefinitionTableMapping - Class in org.camunda.bpm.engine.impl.db.sql
 
CaseDefinitionTableMapping() - Constructor for class org.camunda.bpm.engine.impl.db.sql.CaseDefinitionTableMapping
 
caseDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
caseDefinitionVersion(Integer) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definition with a certain version.
CaseException - Exception in org.camunda.bpm.engine.exception.cmmn
This is exception is thrown when something happens in the execution of a case instance.
CaseException() - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseException
 
CaseException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseException
 
CaseException(String) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseException
 
CaseException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseException
 
caseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
caseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
 
caseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
caseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
caseExecution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
CaseExecution - Interface in org.camunda.bpm.engine.runtime
Represent a planned item in a case instance.
CaseExecutionCommandBuilder - Interface in org.camunda.bpm.engine.runtime
A fluent builder for defining a command to execute for a case execution.
CaseExecutionCommandBuilderImpl - Class in org.camunda.bpm.engine.impl.cmmn
 
CaseExecutionCommandBuilderImpl(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
CaseExecutionCommandBuilderImpl(CommandContext, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
caseExecutionCompleted() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
CaseExecutionContext - Class in org.camunda.bpm.engine.impl.context
 
CaseExecutionContext(CaseExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.context.CaseExecutionContext
 
CaseExecutionDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CaseExecutionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
CaseExecutionEntity - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseExecutionEntity() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
caseExecutionEntity - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
 
CaseExecutionEntityVariableStore - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseExecutionEntityVariableStore(CaseExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
 
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances for the given case execution
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates with the given case execution.
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given case execution id.
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given case execution.
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableCmd
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the id of the case execution in which the event has happened
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
caseExecutionId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions with the given id.
caseExecutionId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given case execution.
caseExecutionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic variable instances which have one of the case executions ids.
caseExecutionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
caseExecutionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
caseExecutionIdIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
caseExecutionIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
caseExecutionIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the case execution ids.
caseExecutionIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
caseExecutionIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
CaseExecutionImpl - Class in org.camunda.bpm.engine.impl.cmmn.execution
 
CaseExecutionImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
CaseExecutionListener - Interface in org.camunda.bpm.engine.delegate
Listener interface implemented by user code which wants to be notified when a state transition happens on a CaseExecution.
CaseExecutionListenerInvocation - Class in org.camunda.bpm.engine.impl.cmmn.delegate
Class handling invocations of ExecutionListeners
CaseExecutionListenerInvocation(CaseExecutionListener, DelegateCaseExecution) - Constructor for class org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
 
CaseExecutionManager - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseExecutionManager() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
CaseExecutionNotFoundException - Exception in org.camunda.bpm.engine.exception.cmmn
This is exception is thrown when a specific case execution is not found.
CaseExecutionNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseExecutionNotFoundException
 
CaseExecutionNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseExecutionNotFoundException
 
CaseExecutionNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseExecutionNotFoundException
 
CaseExecutionNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseExecutionNotFoundException
 
CaseExecutionQuery - Interface in org.camunda.bpm.engine.runtime
 
CaseExecutionQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CaseExecutionQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
CaseExecutionQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
CaseExecutionQueryImpl - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseExecutionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
CaseExecutionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
CaseExecutionQueryProperty - Interface in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseExecutionResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
CaseExecutionResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
CaseExecutionResourceImpl(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
CaseExecutionRestService - Interface in org.camunda.bpm.engine.rest
 
CaseExecutionRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
CaseExecutionRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
caseExecutions - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
nested executions
caseExecutions - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
CaseExecutionState - Interface in org.camunda.bpm.engine.impl.cmmn.execution
 
CaseExecutionState.CaseExecutionStateImpl - Class in org.camunda.bpm.engine.impl.cmmn.execution
 
CaseExecutionState.CaseExecutionStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
CaseExecutionTriggerDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CaseExecutionTriggerDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
 
CaseExecutionVariableCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
CaseExecutionVariableCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
CaseExecutionVariableCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
CaseExecutionVariablesResource - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
CaseExecutionVariablesResource(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
CaseFile - Interface in org.camunda.bpm.model.cmmn.instance
 
CaseFileImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileImpl
 
CaseFileItem - Interface in org.camunda.bpm.model.cmmn.instance
 
caseFileItemCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileImpl
 
caseFileItemCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ChildrenImpl
 
CaseFileItemDefinition - Interface in org.camunda.bpm.model.cmmn.instance
 
caseFileItemDefinitionCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
CaseFileItemDefinitionImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileItemDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
CaseFileItemImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
CaseFileItemOnPart - Interface in org.camunda.bpm.model.cmmn.instance
 
CaseFileItemOnPartImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileItemOnPartImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
CaseFileItemStartTrigger - Interface in org.camunda.bpm.model.cmmn.instance
 
CaseFileItemStartTriggerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileItemStartTriggerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
CaseFileItemTransition - Enum in org.camunda.bpm.model.cmmn
 
CaseFileItemTransitionStandardEvent - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileItemTransitionStandardEvent(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemTransitionStandardEvent
 
CaseFileModel - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseFileModel(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseFileModel
 
caseFileModelChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
CaseHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
CaseHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CaseHandler
 
caseHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
CaseIllegalStateTransitionException - Exception in org.camunda.bpm.engine.exception.cmmn
This is exception is thrown when a state transition on a case execution is not possible.
CaseIllegalStateTransitionException() - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseIllegalStateTransitionException
 
CaseIllegalStateTransitionException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseIllegalStateTransitionException
 
CaseIllegalStateTransitionException(String) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseIllegalStateTransitionException
 
CaseIllegalStateTransitionException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CaseIllegalStateTransitionException
 
CaseImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
caseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
the case instance.
caseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
caseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
caseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
CaseInstance - Interface in org.camunda.bpm.engine.runtime
 
CaseInstanceBuilder - Interface in org.camunda.bpm.engine.runtime
A fluent builder to create a new case instance.
CaseInstanceBuilderImpl - Class in org.camunda.bpm.engine.impl.cmmn
 
CaseInstanceBuilderImpl(CommandExecutor, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
CaseInstanceBuilderImpl(CommandContext, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
caseInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances with the given business key
caseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceBusinessKey - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceBusinessKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions that belong to a case instance with the given business key
caseInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select case instances with the given business key
caseInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given case instance business key
caseInstanceBusinessKeyLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances which had a business key like the given value.
caseInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceBusinessKeyLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceBusinessKeyLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseInstanceBusinessKeyLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks matching the given case instance business key.
CaseInstanceCloseListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseInstanceCloseListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCloseListener
 
CaseInstanceCreateListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseInstanceCreateListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCreateListener
 
CaseInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CaseInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances with the given case instance.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances with the given case instance id.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates with the given case instance.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances which are associated with the given case instance id.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given case instance.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic case variables with the given case instance.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given case instance.
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricCaseInstanceCmd
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the case instance in which the event has happened
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
the id of a case associated with this execution
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
caseInstanceId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have the given case instance id.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instance with the given id
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Selects the process instances which are associated with the given case instance id.
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
Associate a case instance with the process instance
caseInstanceId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given case instance id.
caseInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
caseInstanceIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
caseInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the case instance ids.
caseInstanceIds(Set<String>) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances whose id is in the given set of ids.
caseInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
caseInstanceIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
caseInstanceIds - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
CaseInstanceQuery - Interface in org.camunda.bpm.engine.runtime
 
CaseInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CaseInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
CaseInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
CaseInstanceQueryImpl - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
CaseInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
CaseInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
CaseInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
CaseInstanceResourceImpl(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
CaseInstanceRestService - Interface in org.camunda.bpm.engine.rest
 
CaseInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
CaseInstanceRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
CaseInstanceUpdateListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CaseInstanceUpdateListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceUpdateListener
 
caseInstanceVariables - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
caseInstanceVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable with the given name set to the given value.
caseInstanceVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable with the given name set to the given value.
caseInstanceVariableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable with the given name and a variable value greater than the passed value.
caseInstanceVariableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable with the given name and a variable value greater than the passed value.
caseInstanceVariableValueGreaterThanOrEqual(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable value greater than or equal to the passed value.
caseInstanceVariableValueGreaterThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueGreaterThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable value greater than or equal to the passed value.
caseInstanceVariableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable value less than the passed value.
caseInstanceVariableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable value less than the passed value.
caseInstanceVariableValueLessThanOrEqual(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable value less than or equal to the passed value.
caseInstanceVariableValueLessThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueLessThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable value less than or equal to the passed value.
caseInstanceVariableValueLike(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueLike(String, String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable value like the given value.
caseInstanceVariableValueLike(String, String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable value like the given value.
caseInstanceVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
caseInstanceVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
caseInstanceVariableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are part of a case instance that have a variable with the given name, but with a different value than the passed value.
caseInstanceVariableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a case instance that have a variable with the given name, but with a different value than the passed value.
caseKeyNotIn - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
CaseParameter - Interface in org.camunda.bpm.model.cmmn.instance
 
CaseParameterImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
casePlanModel - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
CasePlanModel - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CasePlanModel(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CasePlanModel
 
casePlanModelChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
CasePlanModelHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
CasePlanModelHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CasePlanModelHandler
 
casePlanModelHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
caseRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
CaseRoles - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseRoles(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseRoles
 
caseRolesCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
CaseSentryPartEntity - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseSentryPartEntity() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
caseSentryPartId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
CaseSentryPartImpl - Class in org.camunda.bpm.engine.impl.cmmn.execution
 
CaseSentryPartImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
CaseSentryPartManager - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
CaseSentryPartManager() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
CaseSentryPartQueryImpl - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
This query is currently not public API on purpose.
CaseSentryPartQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
CaseSentryPartQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
CaseSentryPartQueryProperty - Interface in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
caseSentryParts - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
nested case sentry parts
caseSentryParts - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
CaseService - Interface in org.camunda.bpm.engine
Service which provides access to case instances and case executions.
caseService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
caseService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
caseService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
caseService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
caseService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
CaseServiceImpl - Class in org.camunda.bpm.engine.impl.cmmn
 
CaseServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
CaseTask - Interface in org.camunda.bpm.model.cmmn.instance
 
CaseTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
CaseTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.CaseTaskActivityBehavior
 
CaseTaskImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CaseTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
CaseTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
CaseTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
caseTaskPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
CaseVariableListener - Interface in org.camunda.bpm.engine.delegate
A variable listener can be defined on a scope in a case model.
CaseVariableListenerInvocation - Class in org.camunda.bpm.engine.impl.variable.listener
 
CaseVariableListenerInvocation(CaseVariableListener, DelegateCaseVariableInstance) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
CaseVariableListenerInvocation(CaseVariableListener, DelegateCaseVariableInstance, BaseDelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
CATALINA_BASE - Static variable in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
 
CATALINA_HOME - Static variable in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
 
catchesError(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
catchesException(Exception) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
CatchEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN catchEvent element
CatchEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN catchEvent element
CatchEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
category - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
category - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
category - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
category - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
category - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
category - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
category - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
category - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
category - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
categoryLike - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
categoryLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
categoryLike - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
CategoryValue - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN categoryValue element
CategoryValueImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN categoryValue element
CategoryValueImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueImpl
 
CategoryValueRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN categoryValueRef element of the BPMN tFlowElement type
CategoryValueRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueRef
 
categoryValueRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
CAUSE_INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
CAUSE_INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
causeIncidentActivityId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
causeIncidentId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
causeIncidentId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which contain the id of the cause incident.
causeIncidentId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
causeIncidentId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
causeIncidentId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
causeIncidentId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
causeIncidentId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
causeIncidentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
causeIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
causeIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
causeIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
causeIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
causeIncidentId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which contain the id of the cause incident.
causeIncidentProcessDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
causeIncidentProcessInstanceId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
cc - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
CDI_RESOLVER - Static variable in interface org.camunda.bpm.application.ProcessApplicationElResolver
 
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 ExecutionListener publishing 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
BpmnParseListener registering the CdiEventListener for 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
ExpressionManager for 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
 
CDL - Class in org.camunda.bpm.engine.impl.util.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class org.camunda.bpm.engine.impl.util.json.CDL
 
CertificateHelper - Class in org.camunda.bpm.identity.impl.ldap.util
 
CertificateHelper() - Constructor for class org.camunda.bpm.identity.impl.ldap.util.CertificateHelper
 
characters(char[], int, int) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
charset - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
check(String, String) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
check(String, String) - Method in interface org.camunda.bpm.engine.impl.digest.PasswordEncryptor
Returns true if the given plain text equals to the encrypted password.
checkActivityInputOutputSupported(Element, ActivityImpl, IoMapping) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
checkActivityOutputParameterSupported(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
checkAndCompleteCaseExecution(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
checkAndFireEntryCriteria(List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
checkAndFireExitCriteria(List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
checkAuthorization(MessageCorrelationResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
checkAuthorization(Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
checkAuthorization(Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
checkAuthorization(PermissionCheck...) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkAuthorization(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkAuthorization(Permission, Resource) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkAuthorization(Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
CHECKBOX_INPUT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
checkCreateDeployment() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkCreateProcessInstance(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkCreateTask() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteHistoricProcessInstance(HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeleteUserOperationLog(UserOperationLogEntry) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkDeploymentLockExists(DbEntityManager) - Method in class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
 
checkDiagram(String, String, String[], String[]) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
Checks, whether a filename is a diagram for the given modelFileName.
checkHistoryEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
checkHistoryLevel(DbEntityManager) - Method in class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
 
checkIfCauseOfExceptionIsBpmnError(Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Searches recursively through the exception to see if the exception itself or one of its causes is a BpmnError.
checkIfCauseOfExceptionIsBpmnError(Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
Searches recursively through the exception to see if the exception itself or one of its causes is a BpmnError.
checkNext(int, String, int, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
checkParameters(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
checkParameters(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
checkParameters(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
checkParameters(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
checkParameters(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
checkPassword(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Checks if the password is valid for the given user.
CheckPassword - Class in org.camunda.bpm.engine.impl.cmd
 
CheckPassword(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CheckPassword
 
checkPassword(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
checkPassword(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
checkPassword(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
checkPassword(String, String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
checkReadDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadHistoricJobLog(HistoricJobLogEventEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadProcessDefinition(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
checkReadProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadProcessInstance(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkReadTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessInstance(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateProcessInstanceByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkUpdateTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
checkValidBpmPlatformXmlResourceLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
checkValidFileLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
checkValidity() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartAfterInstructionDto
 
checkValidity() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartBeforeInstructionDto
 
checkValidity() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.StartTransitionInstructionDto
 
checkValidUrlLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
childActivityInstances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
childActivityInstances - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
ChildElement<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.child
A single child element (child Element collection where ChildElementCollection.getMaxOccurs() returns 1.
ChildElementAssert - Class in org.camunda.bpm.model.xml.test.assertions
 
ChildElementAssert(ChildElementCollection<?>) - Constructor for class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
ChildElementBuilder<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.child
 
ChildElementBuilderImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.child
 
ChildElementBuilderImpl(Class<T>, ModelElementType) - Constructor for class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
ChildElementCollection<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.child
A collection containing all or a subset of the child elements of a given ModelElementInstance.
ChildElementCollectionBuilder<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.child
 
ChildElementCollectionBuilderImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.child
 
ChildElementCollectionBuilderImpl(Class<T>, ModelElementType) - Constructor for class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
ChildElementCollectionImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.child
This collection is a view on an the children of a Model Element.
ChildElementCollectionImpl(Class<T>, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
ChildElementImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.child
Represents a single Child Element (ie.
ChildElementImpl(Class<T>, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.child.ChildElementImpl
 
childElementType - Variable in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
childElementTypeClass - Variable in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
ChildLaneSet - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN childLaneSet element of the BPMN tLaneSet type
ChildLaneSet(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ChildLaneSet
 
childLaneSetChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
Children - Interface in org.camunda.bpm.model.cmmn.instance
 
childrenChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
ChildrenImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ChildrenImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ChildrenImpl
 
childTarget - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
childTarget - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationModuleService
 
childTransitionInstances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
childTransitionInstances - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
choreographyActivityShapeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
claim(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
claim(UserIdDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
claim(UserIdDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
claim(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Claim responsibility for a task: the given user is made assignee for the task.
ClaimTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ClaimTaskCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ClaimTaskCmd
 
CLASS_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
ClassDelegate - Class in org.camunda.bpm.engine.impl.delegate
 
ClassDelegate(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
ClassDelegate(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
ClassDelegateActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Helper class for bpmn constructs that allow class delegation.
ClassDelegateActivityBehavior(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
ClassDelegateActivityBehavior(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
ClassDelegateCaseExecutionListener - Class in org.camunda.bpm.engine.impl.cmmn.listener
 
ClassDelegateCaseExecutionListener(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.listener.ClassDelegateCaseExecutionListener
 
ClassDelegateCaseExecutionListener(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.listener.ClassDelegateCaseExecutionListener
 
ClassDelegateCaseVariableListener - Class in org.camunda.bpm.engine.impl.variable.listener
 
ClassDelegateCaseVariableListener(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.ClassDelegateCaseVariableListener
 
ClassDelegateCaseVariableListener(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.ClassDelegateCaseVariableListener
 
ClassDelegateExecutionListener - Class in org.camunda.bpm.engine.impl.bpmn.listener
 
ClassDelegateExecutionListener(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
 
ClassDelegateExecutionListener(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
 
ClassDelegateTaskListener - Class in org.camunda.bpm.engine.impl.task.listener
 
ClassDelegateTaskListener(String, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.task.listener.ClassDelegateTaskListener
 
ClassDelegateTaskListener(Class<?>, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.task.listener.ClassDelegateTaskListener
 
ClassDelegateUtil - Class in org.camunda.bpm.engine.impl.util
 
ClassDelegateUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
classLoader - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
ClassLoaderUtil - Class in org.camunda.bpm.engine.impl.util
 
ClassLoaderUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
 
ClassLoadingException - Exception in org.camunda.bpm.engine
Runtime exception indicating the requested class was not found or an error occurred while loading the class.
ClassLoadingException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.ClassLoadingException
 
className - Variable in exception org.camunda.bpm.engine.ClassLoadingException
 
className - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
className - Variable in class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
ClassNameUtil - Class in org.camunda.bpm.engine.impl.util
 
ClassNameUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ClassNameUtil
 
ClassPathProcessApplicationScanner - Class in org.camunda.bpm.container.impl.deployment.scanning
Scans for bpmn20.xml files in the classpath of the given classloader.
ClassPathProcessApplicationScanner() - Constructor for class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
clazz - Variable in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
cleanDatabase(ProcessEngine) - Method in class org.camunda.bpm.qa.upgrade.UpgradedDBDropper
 
cleanEnv - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
cleanup() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
clear() - Method in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
clear() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
clear() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
clear() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
clearAuthentication() - Method in interface org.camunda.bpm.engine.IdentityService
Allows clearing the current authentication.
clearAuthentication() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
clearAuthentication(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
clearCurrent() - Static method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
clears the Authentications for the current thread.
clearExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
clearOpLog(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
Required when user operations are logged that are not directly associated with a single deployment (e.g.
clearProcessEngineAuthentications(Authentications) - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
 
clearReferenceTargetElement(ModelElementInstanceImpl) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceImpl
 
clearReferenceTargetElement(ModelElementInstanceImpl) - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReference
 
clearScope(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
clearServiceReferences() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
clearServiceReferences() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
clearValueFields() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
ClockUtil - Class in org.camunda.bpm.engine.impl.util
 
ClockUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ClockUtil
 
clone() - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
clone() - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
Clones the model instance but not the model.
clone() - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Clones the DOM document.
CLOSE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
close() - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
Closes the canvas which dissallows further drawing and releases graphical resources.
close() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
close() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
close() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.CLOSED state when no further work or modifications should be allowed for this case instance.
close() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
close() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
close() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
close(CommandInvocationContext) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
close() - Method in interface org.camunda.bpm.engine.impl.interceptor.Session
 
close() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
close() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
close() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
close(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
close() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
close() - Method in interface org.camunda.bpm.engine.ProcessEngine
 
close(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseInstanceResource
 
close(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
close() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Additionally to CaseExecutionCommandBuilder.execute() the associated case instance will be closed, so that no further work or modifications is allowed for the associated case instance.
close() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
CLOSE_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
closeCaseInstance(String) - Method in interface org.camunda.bpm.engine.CaseService
Closes the case instance the execution identified by the given id belongs to.
closeCaseInstance(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
CloseCaseInstanceCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
CloseCaseInstanceCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CloseCaseInstanceCmd
 
CloseCaseInstanceCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CloseCaseInstanceCmd
 
closeConnection() - Method in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
closeConnection() - Method in interface org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnection
 
closeConnection() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
closed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances which are closed
closed - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
CLOSED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
closed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
closed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
closed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
closed() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
Sets this closed.
closedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that were closed after the given date.
closedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
closedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
closedAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
closedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that were closed before the given date.
closedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
closedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
closedBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
closeDownProcessEngine() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
closeDownProcessEngine() - Method in class org.camunda.bpm.engine.impl.test.ResourceProcessEngineTestCase
 
closeEntityManager - Variable in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
closeEntityManager - Variable in class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
closeProcessEngines() - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
closeProcessEngines() - Static method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
closeSessions(CommandInvocationContext) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
closeSilently(Closeable) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
Closes the given stream.
closeSilently(Closeable) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
 
closeTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
Cmmn - Class in org.camunda.bpm.model.cmmn
 
Cmmn() - Constructor for class org.camunda.bpm.model.cmmn.Cmmn
Register known types of the Cmmn model
CMMN10_NS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
The CMMN 1.0 namespace
CMMN_10_SCHEMA_LOCATION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
The location of the CMMN 1.0 XML schema.
CMMN_ATTRIBUTE_APPLICABILITY_RULE_REFS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_AUTHOR - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_AUTHORIZED_ROLE_REFS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_AUTO_COMPLETE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_BINDING_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_CASE_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_CONTEXT_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_CREATION_DATE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_DEFINITION_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_DEFINITION_TYPE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_DESCRIPTION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_DIRECTION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_ENTRY_CRITERIA_REFS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_EXIT_CRITERIA_REFS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_EXPORTER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_EXPORTER_VERSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_EXPRESSION_LANGUAGE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_ID - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_IMPLEMENTATION_TYPE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_IMPORT_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_IMPORT_TYPE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_IS_BLOCKING - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_LANGUAGE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_LOCATION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_MULTIPLICITY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_NAMESPACE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_PERFORMER_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_PROCESS_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_SENTRY_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_SOURCE_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_STRUCTURE_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_TARGET_NAMESPACE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_TARGET_REF - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_TARGET_REFS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ATTRIBUTE_TYPE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_APPLICABILITY_RULE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_BINDING_REFINEMENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_BODY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE_ITEM - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE_ITEM_DEFINITION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE_ITEM_ON_PART - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE_ITEM_START_TRIGGER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_FILE_MODEL - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_PARAMETER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_PLAN_MODEL - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_ROLE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_ROLES - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CASE_TASK - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CHILDREN - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_CONDITION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_DEFAULT_CONTROL - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_DEFINITIONS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_DISCRETIONARY_ITEM - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_EVENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_EXTENSION_ELEMENTS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_HUMAN_TASK - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_IF_PART - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_IMPORT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_INPUT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_INPUTS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_ITEM_CONTROL - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_MANUAL_ACTIVATION_RULE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_MILESTONE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_ON_PART - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_OUTPUT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_OUTPUTS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PARAMETER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PARAMETER_MAPPING - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_FRAGMENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_ITEM - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_ITEM_CONTROL - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_ITEM_DEFINITION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_ITEM_ON_PART - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLAN_ITEM_START_TRIGGER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PLANNING_TABLE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PROCESS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PROCESS_PARAMETER - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PROCESS_TASK - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_PROPERTY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_RELATIONSHIP - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_REPETITION_RULE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_REQUIRED_RULE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_ROLE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_SENTRY - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_SOURCE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_STAGE - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_STANDARD_EVENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TABLE_ITEM - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TARGET - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TASK - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TIMER_EVENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TIMER_EXPRESSION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TIMER_START - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_TRANSFORMATION - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_ELEMENT_USER_EVENT - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CMMN_RESOURCE_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
CmmnActivity - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CmmnActivity(String, CmmnCaseDefinition) - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
CmmnActivityBehavior - Interface in org.camunda.bpm.engine.impl.cmmn.behavior
 
CmmnActivityExecution - Interface in org.camunda.bpm.engine.impl.cmmn.execution
 
CmmnAtomicOperation - Interface in org.camunda.bpm.engine.impl.cmmn.operation
 
CmmnAttributeElementReferenceCollection - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CmmnAttributeElementReferenceCollection(AttributeImpl<String>) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CmmnAttributeElementReferenceCollection
 
CmmnCaseDefinition - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CmmnCaseDefinition(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnCaseDefinition
 
CmmnCaseInstance - Interface in org.camunda.bpm.engine.impl.cmmn.execution
 
CmmnCompositeActivityBehavior - Interface in org.camunda.bpm.engine.impl.cmmn.behavior
 
CmmnDeployer - Class in org.camunda.bpm.engine.impl.cmmn.deployer
Deployer responsible to parse CMMN 1.0 XML files and create the proper CaseDefinitionEntitys.
CmmnDeployer() - Constructor for class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
cmmnElement - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
CmmnElement - Interface in org.camunda.bpm.model.cmmn.instance
 
CmmnElementHandler<T extends CmmnElement,E> - Class in org.camunda.bpm.engine.impl.cmmn.handler
This handler handles an instance of a CmmnElement to create a new activity.
CmmnElementHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler
 
cmmnElementHandlerRegistry - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
cmmnElementHandlerRegistry - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
CmmnElementImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CmmnElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
cmmnEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
cmmnEnabled - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
CmmnExecution - Class in org.camunda.bpm.engine.impl.cmmn.execution
 
CmmnExecution() - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
CmmnHandlerContext - Class in org.camunda.bpm.engine.impl.cmmn.handler
This context contains necessary information (like caseDefinition) to be accessed by a CmmnHandlerContext.
CmmnHandlerContext() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
cmmnHistoryEventProducer - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CmmnHistoryEventProducer - Interface in org.camunda.bpm.engine.impl.history.producer
The producer for CMMN history events.
CmmnHistoryTransformListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
CmmnHistoryTransformListener(HistoryLevel, CmmnHistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
CmmnIfPartDeclaration - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CmmnIfPartDeclaration() - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
 
CmmnModelConstants - Class in org.camunda.bpm.model.cmmn.impl
 
CmmnModelConstants() - Constructor for class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
CmmnModelElementInstance - Interface in org.camunda.bpm.model.cmmn.instance
 
CmmnModelElementInstanceImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
CmmnModelElementInstanceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
 
CmmnModelException - Exception in org.camunda.bpm.model.cmmn
 
CmmnModelException() - Constructor for exception org.camunda.bpm.model.cmmn.CmmnModelException
 
CmmnModelException(String, Throwable) - Constructor for exception org.camunda.bpm.model.cmmn.CmmnModelException
 
CmmnModelException(String) - Constructor for exception org.camunda.bpm.model.cmmn.CmmnModelException
 
CmmnModelException(Throwable) - Constructor for exception org.camunda.bpm.model.cmmn.CmmnModelException
 
CmmnModelExecutionContext - Interface in org.camunda.bpm.engine.delegate
Implemented by classes which provide access to the CmmnModelInstance and the currently executed CmmnElement.
CmmnModelInstance - Interface in org.camunda.bpm.model.cmmn
 
cmmnModelInstanceCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
CmmnModelInstanceImpl - Class in org.camunda.bpm.model.cmmn.impl
 
CmmnModelInstanceImpl(ModelImpl, ModelBuilder, DomDocument) - Constructor for class org.camunda.bpm.model.cmmn.impl.CmmnModelInstanceImpl
 
CmmnModelInstanceNotFoundException - Exception in org.camunda.bpm.engine.exception.cmmn
This is exception is thrown when a CmmnModelInstance is not found.
CmmnModelInstanceNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CmmnModelInstanceNotFoundException
 
CmmnModelInstanceNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CmmnModelInstanceNotFoundException
 
CmmnModelInstanceNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CmmnModelInstanceNotFoundException
 
CmmnModelInstanceNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.cmmn.CmmnModelInstanceNotFoundException
 
CmmnOnPartDeclaration - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CmmnOnPartDeclaration() - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
CmmnParser - Class in org.camunda.bpm.model.cmmn.impl
 
CmmnParser() - Constructor for class org.camunda.bpm.model.cmmn.impl.CmmnParser
 
CmmnProcessEngineTestCase - Class in org.camunda.bpm.engine.impl.test
Base class for CMMN test cases with helper methods.
CmmnProcessEngineTestCase() - Constructor for class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
CmmnProcessEngineTestCase.HelperCaseCommand - Class in org.camunda.bpm.engine.impl.test
 
CmmnProcessEngineTestCase.HelperCaseCommand() - Constructor for class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
 
CmmnSentryDeclaration - Class in org.camunda.bpm.engine.impl.cmmn.model
 
CmmnSentryDeclaration(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
CmmnSentryPart - Class in org.camunda.bpm.engine.impl.cmmn.execution
 
CmmnSentryPart() - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
CmmnTransform - Class in org.camunda.bpm.engine.impl.cmmn.transformer
 
CmmnTransform(CmmnTransformer) - Constructor for class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
CmmnTransformer - Class in org.camunda.bpm.engine.impl.cmmn.transformer
 
CmmnTransformer(ExpressionManager, DefaultCmmnElementHandlerRegistry, CmmnTransformFactory) - Constructor for class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
cmmnTransformFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CmmnTransformFactory - Interface in org.camunda.bpm.engine.impl.cmmn.transformer
 
CmmnTransformListener - Interface in org.camunda.bpm.engine.impl.cmmn.transformer
Listener which can be registered within the engine to receive events during transforming (and maybe influence it).
cmmnXml - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
cmp(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
cmp := add (<LT> add | <LE> add | <GE> add | <GT> add)*
Cockpit - Class in org.camunda.bpm.cockpit
Provides access to the camunda cockpit core services.
Cockpit() - Constructor for class org.camunda.bpm.cockpit.Cockpit
 
COCKPIT_APP_NAME - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
COCKPIT_RUNTIME_DELEGATE - Static variable in class org.camunda.bpm.cockpit.Cockpit
The CockpitRuntimeDelegate is an delegate that will be initialized by bootstrapping camunda cockpit with an specific instance
CockpitApplication - Class in org.camunda.bpm.cockpit.impl.web
The cockpit rest api exposed by the application.
CockpitApplication() - Constructor for class org.camunda.bpm.cockpit.impl.web.CockpitApplication
 
CockpitContainerBootstrap - Class in org.camunda.bpm.cockpit.impl.web.bootstrap
A servlet context listener that bootstraps cockpit on a running camunda bpm platform.
CockpitContainerBootstrap() - Constructor for class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
 
CockpitContainerBootstrap.CockpitEnvironment - Class in org.camunda.bpm.cockpit.impl.web.bootstrap
 
CockpitContainerBootstrap.CockpitEnvironment() - Constructor for class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.CockpitEnvironment
 
CockpitPlugin - Interface in org.camunda.bpm.cockpit.plugin.spi
The service provider interface (SPI) that must be provided by a cockpit plugin.
CockpitRuntimeDelegate - Interface in org.camunda.bpm.cockpit
The CockpitRuntimeDelegate is a delegate to provide the camunda cockpit plugin service.
cockpitRuntimeDelegate - Variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
coerceStringToType(String, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToBigDecimal(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToBigInteger(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToBoolean(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToByte(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToCharacter(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToDouble(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToEnum(Object, Class<T>) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToFloat(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToInteger(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToLong(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToShort(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToString(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
coerceToType(Object, Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Coerces an object to a specific type according to the EL type conversion rules.
coerceToType(Object, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
 
coerceToType(Object, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
Collaboration - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN collaboration element
CollaborationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN collaboration element
CollaborationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
collect(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
collect(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
collect(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ProcessInstanceCollector
 
collect(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.tree.ActivityStackCollector
 
collect(T) - Method in interface org.camunda.bpm.engine.impl.tree.Collector
 
collect(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.tree.ScopeCollector
 
collect(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
 
collectActiveActivityIds(List<String>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
collectActivityInstances(String, List<ActivityInstance>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
collectAffectedSentries(CmmnExecution, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
collectCompensateEventSubScriptions(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
 
collectElementIds() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
collectExecutions(String, List<PvmExecution>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
collectExecutionToDelete(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.FoxDeleteProcessInstanceCmd
 
collectIds(List<String>) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
allows to recursively collect the ids of all elements in the tree.
collectionElementVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
collectionExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
CollectionUtil - Class in org.camunda.bpm.engine.impl.util
helper/convience methods for working with collections.
collectionVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
collectMetrics() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
Collector<T> - Interface in org.camunda.bpm.engine.impl.tree
 
collectParentScopeIdsForActivity(ProcessDefinitionImpl, String) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
collectTransitionInstances(String, List<TransitionInstance>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
collectVariableNames(Set<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
collectVariables(VariableMapImpl, Collection<String>, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
column - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
column - Variable in class org.camunda.bpm.engine.impl.util.xml.Problem
 
columnNames - Variable in class org.camunda.bpm.engine.management.TableMetaData
 
columnTypes - Variable in class org.camunda.bpm.engine.management.TableMetaData
 
combine(String, String) - Static method in class org.camunda.bpm.model.xml.impl.util.QName
 
command - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
Command<T> - Interface in org.camunda.bpm.engine.impl.interceptor
 
command - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
COMMAND_CONTEXT_FUNCTION_MAP - Static variable in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
commandContext - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
commandContext - Variable in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
commandContext - Variable in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
commandContext - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
commandContext - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
commandContext - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
CommandContext - Class in org.camunda.bpm.engine.impl.interceptor
 
CommandContext(ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
CommandContext(ProcessEngineConfigurationImpl, TransactionContextFactory) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
commandContext - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
commandContext - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
commandContext - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
commandContext - Variable in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
commandContextFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CommandContextFactory - Class in org.camunda.bpm.engine.impl.interceptor
 
CommandContextFactory() - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
 
commandContextFactory - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextFunctionMapper - Class in org.camunda.bpm.engine.impl.el
 
CommandContextFunctionMapper() - Constructor for class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
CommandContextInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
Interceptor used for opening the CommandContext and CommandInvocationContext.
CommandContextInterceptor() - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextInterceptor(CommandContextFactory, ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextInterceptor(CommandContextFactory, ProcessEngineConfigurationImpl, boolean) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
CommandContextListener - Interface in org.camunda.bpm.engine.impl.interceptor
Command context lifecycle events
commandContextListeners - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
commandContextThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
CommandExecutor - Interface in org.camunda.bpm.cockpit.db
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
CommandExecutor - Interface in org.camunda.bpm.engine.impl.interceptor
The command executor for internal usage/
commandExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
commandExecutor - Variable in class org.camunda.bpm.engine.impl.ServiceImpl
 
CommandExecutorImpl - Class in org.camunda.bpm.cockpit.impl.db
 
CommandExecutorImpl() - Constructor for class org.camunda.bpm.cockpit.impl.db.CommandExecutorImpl
 
CommandExecutorImpl(ProcessEngineConfigurationImpl, List<String>) - Constructor for class org.camunda.bpm.cockpit.impl.db.CommandExecutorImpl
 
CommandExecutorImpl - Class in org.camunda.bpm.engine.impl.interceptor
 
CommandExecutorImpl() - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl
 
commandExecutorSchemaOperations - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
Separate command executor to be used for db schema operations.
commandExecutorSchemaOperations - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
commandExecutorTxRequired - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
this will be initialized during the configurationComplete()
commandExecutorTxRequiresNew - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
this will be initialized during the configurationComplete()
CommandInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
 
CommandInterceptor() - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
 
commandInterceptorsTxRequired - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
commandInterceptorsTxRequiresNew - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CommandInvocationContext - Class in org.camunda.bpm.engine.impl.interceptor
In contrast to CommandContext, this context holds resources that are only valid during execution of a single command (i.e.
CommandInvocationContext(Command<?>) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
commandInvocationContextThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
Comment - Interface in org.camunda.bpm.engine.task
User comments that form discussions around tasks.
CommentDto - Class in org.camunda.bpm.engine.rest.dto.task
 
CommentDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
CommentEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
CommentEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
commentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskCommentCmd
 
CommentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
CommentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
commit() - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
commit() - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
commit() - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionContext
Commit the current transaction.
commit() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
commit() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
commit() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
CommonjDeamonWorkRunnableAdapter - Class in org.camunda.bpm.container.impl.threading.ra.commonj
Long running Runnable adapter
CommonjDeamonWorkRunnableAdapter(Runnable) - Constructor for class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
 
CommonJWorkManagerExecutorService - Class in org.camunda.bpm.container.impl.threading.ra.commonj
AbstractPlatformJobExecutor implementation delegating to a CommonJ WorkManager.
CommonJWorkManagerExecutorService(JcaExecutorServiceConnector, String) - Constructor for class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
commonJWorkManagerName - Variable in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
commonJWorkManagerName - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
CommonjWorkRunnableAdapter - Class in org.camunda.bpm.container.impl.threading.ra.commonj
An adapter for wrapping a Runnable as a CommonJ Work instance.
CommonjWorkRunnableAdapter(Runnable) - Constructor for class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjWorkRunnableAdapter
 
comparator - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
COMPARATOR - Static variable in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
compare(ProcessApplicationElResolver, ProcessApplicationElResolver) - Method in class org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
 
compare(DbBulkOperation, DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.DbBulkOperationComparator
 
compare(DbEntityOperation, DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.DbEntityOperationComparator
 
compare(Class<?>, Class<?>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForInserts
 
compare(Class<?>, Class<?>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForModifications
 
compare(HalResource<?>, HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver.HalIdResourceComparator
 
compare(HalResourceCacheEntry, HalResourceCacheEntry) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
 
COMPARISON_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
comparisonProperty - Variable in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
compensateEventDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
 
CompensateEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
 
CompensateEventDefinition() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
CompensateEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN compensateEventDefinition element
CompensateEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN compensateEventDefinition element
CompensateEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
CompensateEventSubscriptionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
CompensateEventSubscriptionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CompensateEventSubscriptionEntity
 
CompensationEventHandler - Class in org.camunda.bpm.engine.impl.event
 
CompensationEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.CompensationEventHandler
 
CompensationUtil - Class in org.camunda.bpm.engine.impl.bpmn.helper
 
CompensationUtil() - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
 
compile(String, String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
Used to compile a script provided as String into an engine-specific CompiledScript.
compile(ScriptEngine, String, String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
compiledScript - Variable in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
The cached compiled script.
compileScript(ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
COMPLETE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
complete(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior
 
complete(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
complete(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
complete(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
 
complete() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
complete() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.COMPLETED state.
complete() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
complete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
complete(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.CompositeActivityBehavior
 
complete(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
complete(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
complete(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
complete(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
complete(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseInstanceResource
 
complete(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
complete(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
complete(CompleteTaskDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
complete(CompleteTaskDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
complete() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Additionally to CaseExecutionCommandBuilder.execute() the associated case execution will be completed.
complete(String) - Method in interface org.camunda.bpm.engine.TaskService
Marks a task as done and continues process execution.
complete(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.TaskService
Marks a task as done and continues process execution.
COMPLETE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that a task is completed
completeCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
Completes the case execution identified by the given id.
completeCaseExecution(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Completes the case execution identified by the given id.
completeCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
completeCaseExecution(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
CompleteCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
CompleteCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CompleteCaseExecutionCmd
 
CompleteCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CompleteCaseExecutionCmd
 
completed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are completed
completed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances which are completed
completed(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
completed() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
COMPLETED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
completed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
completed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
completed(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.SubProcessActivityBehavior
called after the process instance is destroyed for this activity to perform its outgoing control flow logic.
completed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
completed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
completed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
completed - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
completed - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
completed() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select case instances which are completed.
completeProcessInstanceForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
completeScope() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that complete a BPMN scope
completeScope() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
completeScope - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
completeScope - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
completeSubprocessTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessScenario
 
completeSubprocessTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedParallelNonInterruptingEventSubprocessScenario
 
completeSubprocessTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NonInterruptingEventSubprocessScenario
 
completeSubprocessTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.ParallelNestedNonInterruptingEventSubprocessScenario
 
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.
completeTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Completes the current UserTask, see TaskService.complete(String)

Ends the current unit of work (flushes changes to process variables set using BusinessProcess.setVariable(String, Object) or made on @BusinessProcessScoped beans).

completeTask(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
completeTask() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
completeTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
 
completeTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ResolveTaskCmd
 
CompleteTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CompleteTaskCmd(String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
 
CompleteTaskDto - Class in org.camunda.bpm.engine.rest.dto.task
 
CompleteTaskDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.CompleteTaskDto
 
CompleteTaskInterceptor - Class in org.camunda.bpm.engine.cdi.impl.annotation
Interceptor for handling the CompleteTask-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
 
completing(VariableScope, VariableScope) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
completing(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
completing(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
completing(VariableScope, VariableScope) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.SubProcessActivityBehavior
called before the process instance is destroyed to allow this activity to extract data from the sub process instance.
CompletionCondition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics type
completionConditionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
completionConditionExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
CompletionConditionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics type
CompletionConditionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CompletionConditionImpl
 
completionConditionSatisfied(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
completionQuantityAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
ComplexBehaviorDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 complexBehaviorDefinition element
complexBehaviorDefinitionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
ComplexBehaviorDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 complexBehaviorDefinition element
ComplexBehaviorDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ComplexBehaviorDefinitionImpl
 
ComplexGateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN complexGateway element
ComplexGatewayBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ComplexGatewayBuilder(BpmnModelInstance, ComplexGateway) - Constructor for class org.camunda.bpm.model.bpmn.builder.ComplexGatewayBuilder
 
ComplexGatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN complexGateway element
ComplexGatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
composeDn(String...) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
composeLocalName(PlatformServiceContainer.ServiceType, String) - Static method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
composeMapKey(String, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
CompositeActivityBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
 
CompositeELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Maintains an ordered composite list of child ELResolvers.
CompositeELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
 
CompositeFunctionMapper - Class in org.camunda.bpm.engine.impl.el
A FunctionMapper implemenation which delegates to a list of mappers.
CompositeFunctionMapper(List<FunctionMapper>) - Constructor for class org.camunda.bpm.engine.impl.el.CompositeFunctionMapper
 
CompositeQueryVariableValueCondition - Class in org.camunda.bpm.engine.impl
 
CompositeQueryVariableValueCondition(QueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.CompositeQueryVariableValueCondition
 
concatenateErrorMessages(Throwable) - Method in class org.camunda.bpm.engine.impl.util.xml.Problem
 
concurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior
 
concurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
concurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
concurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
 
concurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.CompositeActivityBehavior
Invoked when an execution is ended within the scope of the composite
concurrentExecutionCreated(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
concurrentExecutionCreated(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
concurrentExecutionCreated(ActivityExecution, ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
implement to handle reorganization of the scope when a concurrent execution in the scope is created (e.g.
concurrentExecutionCreated(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartConcurrent
 
concurrentExecutionCreated(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateConcurrentExecution
 
concurrentExecutionDeleted(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
concurrentExecutionDeleted(ActivityExecution, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
concurrentExecutionDeleted(ActivityExecution, ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
implement to handle reorganization of the scope when a concurrent execution in the scope is removed (e.g.
condition - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
 
Condition - Interface in org.camunda.bpm.engine.impl
 
condition(String, String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
condition(ConditionExpression) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSequenceFlowBuilder
Sets the condition for this sequence flow.
Condition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN condition element of the BPMN tConditionalEventDefinition type
CONDITIONAL_INDICATOR_COLOR - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
CONDITIONAL_INDICATOR_WIDTH - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ConditionalEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conditionalEventDefinition element
ConditionalEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conditionalEventDefinition element
ConditionalEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConditionalEventDefinitionImpl
 
conditionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConditionalEventDefinitionImpl
 
conditionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
conditionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
conditionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
conditionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
conditionCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
ConditionExpression - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conditionExpression element of the BPMN tSequenceFlow type
ConditionExpression - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ConditionExpression(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ConditionExpression
 
conditionExpressionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
ConditionExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conditionExpression element of the BPMN tSequenceFlow type
ConditionExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
ConditionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN condition element of the BPMN tConditionalEventDefinition type
ConditionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConditionImpl
 
ConditionListConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
ConditionListConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.ConditionListConverter
 
ConditionQueryParameterDto - Class in org.camunda.bpm.engine.rest.dto
 
ConditionQueryParameterDto() - Constructor for class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
config - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
CONFIG_CACHE_IMPLEMENTATION - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
CONFIG_CACHES - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
configuration - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
configuration - Variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
CONFIGURATION - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
CONFIGURATION - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
configuration(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select incidents which contain the configuration.
configuration - Variable in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
configuration - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
configuration - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
configuration(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
CONFIGURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
configuration - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
configuration - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
configuration(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
CONFIGURATION - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
configuration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
configuration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
configuration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
configuration - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
configuration - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
configuration - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
configuration - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
configuration(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which contain the configuration.
configurationClass - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
configurationResource - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
configurationResource - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
configurationResourceCompat - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
configurationResourceCompat - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
configureActivityStatisticsQuery(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureAuthorizationCheck(QueryParameters<?>) - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Configure the authorization check for the given QueryParameters.
configureAuthorizationCheck(EventSubscriptionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
configureAuthorizationCheck(AbstractQuery<?, ?>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
configureAuthorizationCheck(IncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
configureAuthorizationCheck(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
configureAuthorizationCheck(VariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
configureCache(Cache, Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
configureCache(Cache, String, Object) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
configureCaches(String) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
configureCaches(HalRelationCacheConfiguration) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
configureCustomRetryStrategy(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
configureDeploymentQuery(DeploymentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureDeploymentStatisticsQuery(DeploymentStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureEventSubscriptionQuery(EventSubscriptionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureExecutionQuery(IncidentQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
configureExecutionQuery(ProcessInstanceQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
configureExecutionQuery(ProcessDefinitionQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessDefinitionResource
 
configureExecutionQuery(CalledProcessInstanceQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessInstanceResource
 
configureExecutionQuery(AbstractQuery) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureFactory(DocumentBuilderFactory) - Method in class org.camunda.bpm.model.bpmn.impl.BpmnParser
 
configureFactory(DocumentBuilderFactory) - Method in class org.camunda.bpm.model.cmmn.impl.CmmnParser
 
configureFactory(DocumentBuilderFactory) - Method in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
allows subclasses to configure the DocumentBuilderFactory.
configureGroovyScriptEngine(ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
Allows providing custom configuration for the groovy script engine.
configureHistoricActivityInstanceQuery(HistoricActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricDetailQuery(HistoricDetailQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricIncidentQuery(HistoricIncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricJobLogQuery(HistoricJobLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricProcessInstanceQuery(HistoricProcessInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricTaskInstanceQuery(HistoricTaskInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureHistoricVariableInstanceQuery(HistoricVariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureIncidentQuery(IncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureJobDefinitionQuery(JobDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureJobQuery(JobQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureObjectMapper(ObjectMapper) - Static method in class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
configurePlugins(ProcessEngineConfigurationImpl, ProcessEngineXml, ClassLoader) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
Instantiates and applies all ProcessEnginePlugins defined in the processEngineXml
configureProcessDefinitionQuery(ProcessDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureProcessDefinitionQuery(ProcessDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
configureProcessDefinitionStatisticsQuery(ProcessDefinitionStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureQuery(AbstractQuery, Resource) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
configureQuery(AbstractQuery<?, ?>, Resource) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
configureQuery(AbstractQuery) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureQuery(AbstractQuery, Resource) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureQuery(AbstractQuery, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureQuery(AbstractQuery, Resource, String, Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureTaskQuery(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureUserOperationLogQuery(UserOperationLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
configureVariableInstanceQuery(VariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
connection - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
connectionManager - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
connectionMetadataDefaultCatalog - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
connectionMetadataDefaultSchema - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
connectorId - Variable in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
the id of the connector
connectorInstance - Variable in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
cached connector instance for this activity.
ConnectorParseListener - Class in org.camunda.connect.plugin.impl
 
ConnectorParseListener() - Constructor for class org.camunda.connect.plugin.impl.ConnectorParseListener
 
ConnectorVariableScope - Class in org.camunda.connect.plugin.impl
Exposes a connector request as variableScope.
ConnectorVariableScope(AbstractVariableScope) - Constructor for class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
ConnectorVariableStore - Class in org.camunda.connect.plugin.impl
 
ConnectorVariableStore() - Constructor for class org.camunda.connect.plugin.impl.ConnectorVariableStore
 
ConnectorVariableStore.ConnectorParamVariable - Class in org.camunda.connect.plugin.impl
 
ConnectorVariableStore.ConnectorParamVariable(String, TypedValue) - Constructor for class org.camunda.connect.plugin.impl.ConnectorVariableStore.ConnectorParamVariable
 
ConnectProcessEnginePlugin - Class in org.camunda.connect.plugin.impl
 
ConnectProcessEnginePlugin() - Constructor for class org.camunda.connect.plugin.impl.ConnectProcessEnginePlugin
 
connectTo(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ConstantValueProvider - Class in org.camunda.bpm.engine.impl.core.variable.mapping.value
A constant parameter value.
ConstantValueProvider(Object) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.value.ConstantValueProvider
 
consumeToken() - Method in class org.camunda.bpm.engine.impl.juel.Parser
consume current token (get next token).
consumeToken(Scanner.Symbol) - Method in class org.camunda.bpm.engine.impl.juel.Parser
consume current token (get next token); throw exception if the current token doesn't match the expected symbol.
container - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
containerDelegate - Variable in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
ContainerManagedProcessEngineProvider - Class in org.camunda.bpm.engine.rest.impl.application
Uses the ProcessEngineService and exposes the default process engine
ContainerManagedProcessEngineProvider() - Constructor for class org.camunda.bpm.engine.rest.impl.application.ContainerManagedProcessEngineProvider
 
ContainerManagedProcessEngineProvider - Class in org.camunda.bpm.webapp.impl.engine
Uses the BpmPlatform and exposes the default process engine
ContainerManagedProcessEngineProvider() - Constructor for class org.camunda.bpm.webapp.impl.engine.ContainerManagedProcessEngineProvider
 
contains(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Allows checking whether the provided entity is present in the cache
contains(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
contains(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
contains(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
containsDelimiter(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
containsIfPart(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
containsKey(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
containsKey(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
containsKey(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.BeansResolverFactory
 
containsKey(Object) - Method in interface org.camunda.bpm.engine.impl.scripting.engine.Resolver
Allows checking whether there is currently an object bound to the key.
containsKey(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
containsKey(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
containsType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
containsValue(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
containsValue(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
containsValue(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
containsVariableInstance(String) - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
containsVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
containsVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
content - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
content - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
contentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
contentType - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
context - Variable in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
context - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
Context - Class in org.camunda.bpm.engine.impl.context
 
Context() - Constructor for class org.camunda.bpm.engine.impl.context.Context
 
context - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
context - Variable in class org.camunda.bpm.engine.impl.juel.Parser
 
CONTEXT_PARAM_NAME - Static variable in class org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
 
CONTEXT_PARAM_NAME - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
ContextAssociationManager - Interface in org.camunda.bpm.engine.cdi.impl.context
Represents a means for associating an execution with a context.
contextCreated(ELContextEvent) - Method in interface org.camunda.bpm.engine.impl.javax.el.ELContextListener
Invoked when a new ELContext has been created.
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.web.ProcessArchiveServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
contextDestroyed(ServletContextEvent) - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
 
contextExecution - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.web.ProcessArchiveServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
 
contextPath - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
contextPath - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
contextProperties - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
contextRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
contextRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
contextRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
contextRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
contextRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
Conversation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conversation element
ConversationAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conversationAssociation element
conversationAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
ConversationAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conversationAssociation element
ConversationAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
ConversationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conversation element
ConversationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConversationImpl
 
conversationInstance - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
ConversationLink - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conversationLink element
conversationLinkCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
TODO: choreographyRef
ConversationLinkImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conversationLink element
ConversationLinkImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
ConversationNode - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN conversationNode element
conversationNodeCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
conversationNodeCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubConversationImpl
 
ConversationNodeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN conversationNode element
ConversationNodeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
convert(Object, Class<T>) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
Apply type conversion.
convert(Object, Class<T>) - Method in interface org.camunda.bpm.engine.impl.juel.TypeConverter
Convert the given input value to the specified target type.
convert(Object, Class<T>) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
Deprecated.
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.LongFormType
 
convertFormValueToModelValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.StringFormType
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.LongTypeImpl
 
convertFromTypedValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
convertFromTypedValue(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Converts a typed value to a typed value of this type.
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
Deprecated.
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.LongFormType
 
convertModelValueToFormValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.StringFormType
 
convertModelValueToXmlValue(T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
convertModelValueToXmlValue(Boolean) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttribute
 
convertModelValueToXmlValue(Double) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttribute
 
convertModelValueToXmlValue(T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttribute
 
convertModelValueToXmlValue(Integer) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttribute
 
convertModelValueToXmlValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttribute
 
convertOutputStreamToInputStream(OutputStream) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
Converts a OutputStream to an InputStream by coping the data directly.
convertQuery(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertQueryOrderingPropertiesToSortingDtos(List<QueryOrderingProperty>) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
convertQueryOrderingPropertyToSortingDto(QueryOrderingProperty) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.BooleanConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.ConditionListConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.DateConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.DelegationStateConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.IntegerConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.StringArrayConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.StringConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.StringListConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.StringSetConverter
 
convertQueryParameterToType(String) - Method in interface org.camunda.bpm.engine.rest.dto.converter.StringToTypeConverter
 
convertQueryParameterToType(String) - Method in class org.camunda.bpm.engine.rest.dto.converter.VariableListConverter
Expects a query parameter of multiple variable expressions formatted as KEY_OPERATOR_VALUE, e.g.
convertStreamToStr(InputStream) - Static method in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
convertToClass(String, Class<?>) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
Converts a value to the type of the given field.
convertToDto(Object) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToDtoList(List<?>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToFormValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
 
convertToFormValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
convertToFormValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
 
convertToHalCollection(List<?>, long) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToHalResource(Object) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToHalTask(Task) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToHalTaskList(List<Task>, long) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
convertToModelValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
 
convertToModelValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
convertToModelValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
 
convertToString(BpmnModelInstance) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows the conversion of a BpmnModelInstance to an String.
convertToString(CmmnModelInstance) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows the conversion of a CmmnModelInstance to an String.
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.BooleanValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ByteArrayValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DateValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DoubleValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.IntegerValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.LongValueSerlializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ShortValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.bpm.engine.impl.variable.serializer.StringValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
Returns a typed value for the provided untyped value.
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.spin.plugin.impl.JsonValueSerializer
 
convertToTypedValue(UntypedValueImpl) - Method in class org.camunda.spin.plugin.impl.XmlValueSerializer
 
convertValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
convertValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
convertValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.LongFormType
 
convertValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
 
convertValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.type.StringFormType
 
convertVariableOrderPropertyToSortingDto(VariableOrderProperty) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
convertXmlDocumentToString(DomDocument) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
Converts a DomDocument to its String representation
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
to be implemented by subclasses: converts the raw (String) value of the attribute to the type required by the model
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.BooleanAttribute
 
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttribute
 
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttribute
 
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttribute
 
convertXmlValueToModelValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttribute
 
Cookie - Class in org.camunda.bpm.engine.impl.util.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class org.camunda.bpm.engine.impl.util.json.Cookie
 
CookieList - Class in org.camunda.bpm.engine.impl.util.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class org.camunda.bpm.engine.impl.util.json.CookieList
 
copy - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
copyFilter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
CORE_POOL_SIZE - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
 
CoreActivity - Class in org.camunda.bpm.engine.impl.core.model
 
CoreActivity(String) - Constructor for class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
CoreActivityBehavior<T extends BaseDelegateExecution> - Interface in org.camunda.bpm.engine.impl.core.delegate
 
CoreAtomicOperation<T extends CoreExecution> - Interface in org.camunda.bpm.engine.impl.core.operation
 
CoreExecution - Class in org.camunda.bpm.engine.impl.core.instance
Defines the base API for the execution of an activity.
CoreExecution() - Constructor for class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
CoreExecutionContext<T extends CoreExecution> - Class in org.camunda.bpm.engine.impl.context
 
CoreExecutionContext(T) - Constructor for class org.camunda.bpm.engine.impl.context.CoreExecutionContext
 
CoreModelElement - Class in org.camunda.bpm.engine.impl.core.model
 
CoreModelElement(String) - Constructor for class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
corePoolSize - Variable in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
CoreVariableInstance - Interface in org.camunda.bpm.engine.impl.core.variable
 
CoreVariableStore - Interface in org.camunda.bpm.engine.impl.core.variable.scope
 
correlate() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
correlate() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Executes the message correlation.
correlateAll() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
correlateAll() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Executes the message correlation for multiple messages.
CorrelateAllMessageCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CorrelateAllMessageCmd(String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.CorrelateAllMessageCmd
 
CorrelateAllMessageCmd(MessageCorrelationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.CorrelateAllMessageCmd
Initialize the command with a builder
correlateExclusively() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
correlateExclusively() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Behaves like MessageCorrelationBuilder.correlate(), however uses pessimistic locking for correlating a waiting execution, meaning that two threads correlating a message to the same execution in parallel do not end up continuing the process in parallel until the next wait state is reached
correlateMessage(CommandContext, String, CorrelationSet) - Method in interface org.camunda.bpm.engine.impl.runtime.CorrelationHandler
Correlate the given message and return the MessageCorrelationResult that matches it.
correlateMessage(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
 
correlateMessage(String, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String, String, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
correlateMessage(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to either an execution that is waiting for this message or a process definition that can be started by this message.
correlateMessage(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to an execution that is waiting for a matching message and belongs to a process instance with the given business key a process definition that can be started by a matching message.
correlateMessage(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to an execution that is waiting for a matching message and can be correlated according to the given correlation keys.
correlateMessage(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to an execution that is waiting for a matching message and belongs to a process instance with the given business key a process definition that can be started by this message.
correlateMessage(String, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to an execution that is waiting for a matching message and can be correlated according to the given correlation keys.
correlateMessage(String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Correlates a message to an execution that is waiting for a matching message and can be correlated according to the given correlation keys.
CorrelateMessageCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CorrelateMessageCmd(String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
 
CorrelateMessageCmd(MessageCorrelationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
Initialize the command with a builder
correlateMessages(CommandContext, String, CorrelationSet) - Method in interface org.camunda.bpm.engine.impl.runtime.CorrelationHandler
Correlate all given messages and return a List of MessageCorrelationResults that matches them.
correlateMessages(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
 
correlateMessageToExecutions(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
 
correlationHandler - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CorrelationHandler - Interface in org.camunda.bpm.engine.impl.runtime
 
CorrelationKey - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN correlationKey element
correlationKeyAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
correlationKeyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
correlationKeyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
CorrelationKeyImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationKey element
CorrelationKeyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
correlationKeys - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
correlationKeys - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
CorrelationMessageDto - Class in org.camunda.bpm.engine.rest.dto.message
 
CorrelationMessageDto() - Constructor for class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
correlationProcessInstanceVariables - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
CorrelationProperty - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN correlationProperty element
CorrelationPropertyBinding - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN correlationPropertyBinding element
correlationPropertyBindingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
CorrelationPropertyBindingImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationPropertyBinding element
CorrelationPropertyBindingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
CorrelationPropertyImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationProperty element
CorrelationPropertyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
CorrelationPropertyRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationPropertyRef element of the BPMN tCorrelationKey type
CorrelationPropertyRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRef
 
correlationPropertyRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
correlationPropertyRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
CorrelationPropertyRetrievalExpression - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN correlationPropertyRetrievalExpression element
correlationPropertyRetrievalExpressionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
CorrelationPropertyRetrievalExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationPropertyRetrievalExpression element
CorrelationPropertyRetrievalExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
CorrelationSet - Class in org.camunda.bpm.engine.impl.runtime
 
CorrelationSet(String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
CorrelationSubscription - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN correlationSubscription element
correlationSubscriptionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
CorrelationSubscriptionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN correlationSubscription element
CorrelationSubscriptionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
count(String) - Method in interface org.camunda.bpm.engine.FilterService
Executes the query of the filter and returns the result count.
count(String, Query<?, ?>) - Method in interface org.camunda.bpm.engine.FilterService
Executes the extended query of the filter and returns the result count.
count() - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
count() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
count(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
count(String, Query<?, ?>) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
count() - Method in interface org.camunda.bpm.engine.query.NativeQuery
Executes the query and returns the number of results
count() - Method in interface org.camunda.bpm.engine.query.Query
Executes the query and returns the number of results
count - Variable in class org.camunda.bpm.engine.rest.hal.HalCollectionResource
 
count() - Method in class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
count() - Method in interface org.camunda.bpm.model.bpmn.Query
 
count() - Method in class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
count() - Method in interface org.camunda.bpm.model.cmmn.Query
 
counter - Variable in class org.camunda.bpm.engine.impl.metrics.Meter
 
CountResultDto - Class in org.camunda.bpm.engine.rest.dto
 
CountResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.CountResultDto
 
CountResultDto(long) - Constructor for class org.camunda.bpm.engine.rest.dto.CountResultDto
 
CREATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
CREATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseVariableListener
 
CREATE - Static variable in interface org.camunda.bpm.engine.delegate.VariableListener
 
create() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
create() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnCaseInstance
This case instance transitions to ACTIVE state.
create(Map<String, Object>) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnCaseInstance
This case instance transitions to ACTIVE state.
create() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
create(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
create() - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
create() - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
CREATE - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
create(String, String, String, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
create() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
new task.
create(String, TypedValue) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
create(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
create(String, String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
create(String, String) - Static method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
create(String, String) - Static method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDiagramDto
 
create() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
Creates a new CaseInstance, which will be in the ACTIVE state.
create() - Method in interface org.camunda.bpm.engine.variable.value.builder.TypedValueBuilder
 
create(ProcessEngine, Map<String, Scenario>, String) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
create() - Method in class org.camunda.spin.plugin.variable.value.impl.builder.SpinValueBuilderImpl
 
CREATE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that a task is created
CREATE_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
CREATE_TIME - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
createActivity(CmmnElement, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseHandler
 
createActivity(CmmnElement, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
createActivity(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
createActivity(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
createActivity() - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
createActivity(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
createActivity(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
createActivity(String) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
createActivityExecutionMapping() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
createActivityExecutionMapping(List<PvmExecutionImpl>, List<ScopeImpl>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Creates an activity execution mapping, when the scope hierarchy and the execution hierarchy are out of sync.
createActivityExecutionMapping() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createActivityExecutionMapping(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createActivityInstance(PvmExecutionImpl, ScopeImpl, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
createActivityInstanceEndEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createActivityInstanceEndEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when an activity instances is ended.
createActivityInstanceStartEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createActivityInstanceStartEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when an activity instances is started.
createActivityInstanceUpdateEvt(DelegateExecution, DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createActivityInstanceUpdateEvt(DelegateExecution, DelegateTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when an activity instances is updated.
createActivityOnScope(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the generic information of an activity element (id, name, documentation, etc.), and creates a new ActivityImpl on the given scope element.
createActivityStatisticsQuery(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createActivityStatisticsQuery(String) - Method in interface org.camunda.bpm.engine.ManagementService
Query for the number of activity instances aggregated by activities of a single process definition.
createAdminEnvironment() - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap
 
createAndInsert(ExecutionEntity, ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.CompensateEventSubscriptionEntity
 
createAndInsert() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
createAndInsert(VariableScope) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
creates and initializes a new persistent task.
createAndInsert(String, TypedValue) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
createAndInsertIncident(String, String, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
createAndInsertIncident(String, String, String, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
createAndInsertIncident(String, String, String, String, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
createAstBinary(AstNode, AstNode, AstBinary.Operator) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstBracket(AstNode, AstNode, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstChoice(AstNode, AstNode, AstNode) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstComposite(List<AstNode>) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstDot(AstNode, String, boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstFunction(String, int, AstParameters) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstIdentifier(String, int) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstMethod(AstProperty, AstParameters) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAstNode(AstNode...) - Method in class org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
Called by the parser if it handles a extended token associated with this handler at the appropriate extension point.
createAstUnary(AstNode, AstUnary.Operator) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createAttachment(String, String, String, String, String, InputStream) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
createAttachment(String, String, String, String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
createAttachment(String, String, String, String, String, InputStream) - Method in interface org.camunda.bpm.engine.TaskService
Add a new attachment to a task and/or a process instance and use an input stream to provide the content
createAttachment(String, String, String, String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Add a new attachment to a task and/or a process instance and use an url as the content
CreateAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateAttachmentCmd(String, String, String, String, String, InputStream, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
createAuthorization(UriInfo, AuthorizationCreateDto) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
createAuthorization(UriInfo, AuthorizationCreateDto) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
CreateAuthorizationCommand - Class in org.camunda.bpm.engine.impl.cmd
 
CreateAuthorizationCommand(int) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateAuthorizationCommand
 
createAuthorizationQuery() - Method in interface org.camunda.bpm.engine.AuthorizationService
Constructs an authorization query.
createAuthorizationQuery() - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
createBindings() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
createBindings(VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
 
createBindings(ScriptEngine, VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
override to build a spring aware ScriptingEngines
createBpmnParse(BpmnParser) - Method in interface org.camunda.bpm.engine.impl.cfg.BpmnParseFactory
 
createBpmnParse(BpmnParser) - Method in class org.camunda.bpm.engine.impl.cfg.DefaultBpmnParseFactory
 
createByteHash(String) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
createCache(Class<? extends Cache>, Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
createCacheInstance(Class<? extends Cache>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
createCaseActivityInstanceCreateEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case activity instance is created.
createCaseActivityInstanceCreateEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
createCaseActivityInstanceEndEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case activity instance is ended.
createCaseActivityInstanceEndEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
createCaseActivityInstanceUpdateEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case activity instance is updated.
createCaseActivityInstanceUpdateEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
createCaseDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createCaseDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
createCaseDefinitionQuery() - Method in interface org.camunda.bpm.engine.RepositoryService
Query case definitions.
createCaseExecution(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createCaseExecution(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createCaseExecution(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createCaseExecutionQuery() - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseExecutionQuery instance, that can be used to query the executions and case instances.
createCaseExecutionQuery() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnCaseDefinition
 
createCaseInstance(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnCaseDefinition
 
createCaseInstance() - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
createCaseInstance(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
createCaseInstance(UriInfo, CreateCaseInstanceDto) - Method in interface org.camunda.bpm.engine.rest.sub.repository.CaseDefinitionResource
 
createCaseInstance(UriInfo, CreateCaseInstanceDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
createCaseInstanceById(String) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance in the exactly specified version identify by the provided process definition id.
createCaseInstanceById(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance in the exactly specified version identify by the provided process definition id.
createCaseInstanceById(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance in the exactly specified version identify by the provided process definition id.
createCaseInstanceById(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance in the exactly specified version identify by the provided process definition id.
createCaseInstanceById(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceById(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceById(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceById(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceByKey(String) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance of the latest version of the case definition with the given key.
createCaseInstanceByKey(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance of the latest version of the case definition with the given key.
createCaseInstanceByKey(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance of the latest version of the case definition with the given key.
createCaseInstanceByKey(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstance of the latest version of the case definition with the given key.
createCaseInstanceByKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceByKey(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceByKey(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceByKey(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
createCaseInstanceByKey(String, String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
createCaseInstanceCloseEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case instance is closed.
createCaseInstanceCloseEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
CreateCaseInstanceCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
CreateCaseInstanceCmd(CaseInstanceBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
createCaseInstanceCreateEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case instance is created.
createCaseInstanceCreateEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
CreateCaseInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
CreateCaseInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
 
createCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.CaseService
Creates a new CaseInstanceQuery instance, that can be used to query case instances.
createCaseInstanceQuery() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
createCaseInstanceUpdateEvt(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.CmmnHistoryEventProducer
Creates the history event fired when a case instance is updated.
createCaseInstanceUpdateEvt(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
createCaseSentryPartQuery() - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
createChild(Class<T>) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createChild(Class<T>, String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createChildExecutions(List<CmmnActivity>) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates new child case executions for each given CmmnActivity.
createChildExecutions(List<CmmnActivity>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createCockpitEnvironment() - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap
 
createCollectionInstance() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
createCollectionInstance() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
createCommandContext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
 
createCommandContext() - Method in class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
 
createCommandExecutor(String) - Method in class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
Create command executor for the engine with the given name
createComment(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
createComment(UriInfo, CommentDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
 
createComment(UriInfo, CommentDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskCommentResource
 
createComment(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Creates a comment to a task and/or process instance and returns the comment.
createCompensateEventSubscription(ActivityExecution, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
createConcurrentExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createConnectionFactory(ConnectionManager) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
createConnectionFactory() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
createContext(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContext(String, String, String, String, String, String, String, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContextForJob(String, String, String, String, String, String, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContextForJobDefinition(String, String, String, String, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContextForProcessDefinition(String, String, String, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContextForProcessInstance(String, String, String, String, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
createContextForTask(String, String, TaskEntity, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
CREATED - Static variable in interface org.camunda.bpm.engine.history.JobState
 
created(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
created(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
 
created(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.MilestoneActivityBehavior
 
created(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
CREATED - Static variable in interface org.camunda.bpm.engine.impl.EventSubscriptionQueryProperty
 
CREATED - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
created - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
created - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
CREATED_AFTER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
CREATED_BEFORE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
createdAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances that were created after the given date.
createdAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that were created after the given date.
createdAfter - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
createdAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
createdAfter - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
createdAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
createdBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances that were created before the given date.
createdBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances that were created before the given date.
createdBefore - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
createdBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
createdBefore - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
createdBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
createdBy(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instance that are created by the given user.
createdBy - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdBy(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
createdBy - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
createDefaultAuthorizations(UserEntity) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createDefaultAuthorizations(Group) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createDefaultAuthorizations(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
createDefaultAuthorizations(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
createDefaultAuthorizations(Filter) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
createDefaultAuthorizations(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
createDefaultAuthorizations(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
createDefaultMembershipAuthorizations(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createDeployment(String, DeploymentBuilder) - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
createDeployment(String, DeploymentBuilder) - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Override this method in order to programmatically add resources to the deployment created by this process application.
createDeployment() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
createDeployment(ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
createDeployment() - Method in interface org.camunda.bpm.engine.RepositoryService
Starts creating a new deployment
createDeployment(ProcessApplicationReference) - Method in interface org.camunda.bpm.engine.RepositoryService
Starts creating a new ProcessApplicationDeployment.
createDeployment(UriInfo, MultipartFormData) - Method in interface org.camunda.bpm.engine.rest.DeploymentRestService
 
createDeployment(UriInfo, MultipartFormData) - Method in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
createDeploymentOperation(String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
createDeploymentOperation(String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
createDeploymentQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createDeploymentQuery() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
createDeploymentQuery() - Method in interface org.camunda.bpm.engine.RepositoryService
Query process definitions.
createDeploymentStatisticsQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createDeploymentStatisticsQuery() - Method in interface org.camunda.bpm.engine.ManagementService
Query for the number of process instances aggregated by deployments.
createDeployProcessArchiveStep(ProcessArchiveXml, URL) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchivesStep
 
createDeserializedValue(Object, String, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
createDeserializedValue(Object, String, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
createDeserializedValue(Object, String, ValueFields) - Method in class org.camunda.spin.plugin.impl.JsonValueSerializer
 
createDeserializedValue(Object, String, ValueFields) - Method in class org.camunda.spin.plugin.impl.XmlValueSerializer
 
createDigestInstance() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
createdSignalSubscriptions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
keep track of subscriptions created in the current command
createElContext(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
createElement(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
createElement(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Creates a new element in the dom document.
createElResolver() - Method in class org.camunda.bpm.engine.cdi.CdiExpressionManager
 
createElResolver() - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
createElResolver() - Method in class org.camunda.bpm.engine.spring.SpringExpressionManager
 
createElResolver(VariableScope) - Method in class org.camunda.bpm.engine.test.mock.MockExpressionManager
 
createElResolver() - Method in class org.camunda.bpm.engine.test.mock.MockExpressionManager
 
createEmail(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
createEmptyModel() - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows creating an new, empty BpmnModelInstance.
createEmptyModel() - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows creating an new, empty CmmnModelInstance.
createEntityManagerFactory(String) - Static method in class org.camunda.bpm.engine.impl.cfg.JpaHelper
 
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
 
createEventScopeExecution(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
creates an event scope for the given execution: create a new event scope execution under the parent of the given execution and move all event subscriptions to that execution.
createEventSubscriptionQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createEventSubscriptionQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
Creates a new EventSubscriptionQuery instance, that can be used to query event subscriptions.
createExecutableProcess() - Static method in class org.camunda.bpm.model.bpmn.Bpmn
 
createExecutableProcess(String) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
 
createExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
createExecution(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
creates a new execution.
createExecution() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
creates a new execution.
createExecution(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
creates a new execution.
createExecution(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
creates a new execution.
createExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
creates a new execution.
createExecution(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createExecutionQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createExecutionQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createExecutionQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
Creates a new ExecutionQuery instance, that can be used to query the executions and process instances.
createExpression(String) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
createFailedJobIncident() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
createFailedJobListener(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
 
createFileUploadInstance() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
createFilter(FilterDto) - Method in interface org.camunda.bpm.engine.rest.FilterRestService
 
createFilter(FilterDto) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
CreateFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateFilterCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateFilterCmd
 
createFilterQuery() - Method in interface org.camunda.bpm.engine.FilterService
Creates a new filter query
createFilterQuery() - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
createFilterRules(SecurityFilterConfig) - Static method in class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
 
createFormField(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
createFormProperty(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
createFormPropertyUpdateEvt(ExecutionEntity, String, String, String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createFormPropertyUpdateEvt(ExecutionEntity, String, String, String) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a form property is updated.
createGrantAuthorization(String, String, Resource, String, Permission...) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
createGroup(GroupDto) - Method in interface org.camunda.bpm.engine.rest.GroupRestService
 
createGroup(GroupDto) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
createGroup(IdentityService, String) - Method in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
CreateGroupCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateGroupCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateGroupCmd
 
createGroupMember(String) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource
 
createGroupMember(String) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupMembersResourceImpl
 
createGroupQuery() - Method in interface org.camunda.bpm.engine.IdentityService
Creates a GroupQuery thats allows to programmatically query the groups.
createGroupQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createGroupQuery() - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
createGroupQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
createGroupQuery() - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
createGroupQuery(CommandContext) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
createGroupQuery() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
createGroupQuery() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
createGroupQuery(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
CreateGroupQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateGroupQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateGroupQueryCmd
 
createHistoricActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricActivityInstances.
createHistoricActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricActivityStatisticsQuery(String) - Method in interface org.camunda.bpm.engine.HistoryService
Query for the number of historic activity instances aggregated by activities of a single process definition.
createHistoricActivityStatisticsQuery(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricCaseActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricCaseActivityInstances.
createHistoricCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricCaseInstances.
createHistoricCaseInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricDetailQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricDetails.
createHistoricDetailQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricDetailQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricIncidentCreateEvt(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricIncidentCreateEvt(Incident) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
 
createHistoricIncidentDeleteEvt(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricIncidentDeleteEvt(Incident) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
 
createHistoricIncidentEvt(Incident, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricIncidentQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for historic incidents.
createHistoricIncidentQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricIncidentResolveEvt(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricIncidentResolveEvt(Incident) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
 
createHistoricJobLogCreateEvt(Job) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricJobLogCreateEvt(Job) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a job has been created.
createHistoricJobLogDeleteEvt(Job) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricJobLogDeleteEvt(Job) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when the a job has been deleted.
createHistoricJobLogEvt(Job, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricJobLogFailedEvt(Job, Throwable) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricJobLogFailedEvt(Job, Throwable) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when the execution of a job failed.
createHistoricJobLogQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for historic job logs.
createHistoricJobLogQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricJobLogQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricJobLogSuccessfulEvt(Job) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricJobLogSuccessfulEvt(Job) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when the execution of a job was successful.
createHistoricProcessInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricProcessInstances.
createHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
createHistoricTaskDetails(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
createHistoricTaskInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricTaskInstances.
createHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricVariableCreateEvt(VariableInstanceEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricVariableCreateEvt(VariableInstanceEntity, VariableScope) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a variable is created.
createHistoricVariableDeleteEvt(VariableInstanceEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricVariableDeleteEvt(VariableInstanceEntity, VariableScope) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a variable is deleted.
createHistoricVariableEvent(VariableInstanceEntity, VariableScope, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricVariableInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for HistoricVariableInstances.
createHistoricVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createHistoricVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createHistoricVariableUpdateEvt(VariableInstanceEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createHistoricVariableUpdateEvt(VariableInstanceEntity, VariableScope) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a variable is updated.
createHistoryEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceEndListener
 
createHistoryEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceStartListener
 
createHistoryEvent(DelegateTask, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.parser.ActivityInstanceUpdateListener
 
createHistoryEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
 
createHistoryEvent(DelegateTask, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
 
createHistoryEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceEndListener
 
createHistoryEvent(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceStartListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceCreateListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceEndListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceUpdateListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCloseListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCreateListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceUpdateListener
 
createHistoryEvent(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
 
createHtmlEmail(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
createId(EntityMetaData, String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
createIfPart(CmmnSentryDeclaration, CmmnIfPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createIllegalStateTransitionException(String, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
createIllegalStateTransitionException(String, String, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
createIncident(String, String, String, String, String) - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
createIncidentOnFailedJobEnabled - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createIncidentQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createIncidentQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
Creates a new IncidentQuery instance, that can be used to query incidents.
createInitialUser(String, UserDto) - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
createInitialUserInternal(String, UserDto, ProcessEngine) - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
createInputField(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
createInstance(Class<? extends T>) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
createInstance(Class<T>) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createInstance(Class<T>, String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createInstance(Class<T>, Object...) - Static method in class org.camunda.bpm.model.xml.impl.util.ReflectUtil
Create a new instance of the provided type
createInstance(String) - Static method in class org.camunda.bpm.model.xml.ModelBuilder
 
createInstances(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
createInstances(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
createInstances(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
createInstances(ProcessEngine, Map<String, Scenario>) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
createInvalidRequestException(String, Response.Status, ProcessEngineException) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
createInvalidRequestException(String, Response.Status, ProcessEngineException) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
createJndiBindings() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
createJndiBindings(ServiceTarget, ServiceName, String, ManagedReferenceFactory) - Static method in class org.camunda.bpm.container.impl.jboss.util.BindingUtil
 
createJobDefinition(ProcessDefinition, JobDeclaration<?>) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
createJobDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createJobDefinitionQuery() - Method in interface org.camunda.bpm.engine.ManagementService
Returns a new JobDefinitionQuery implementation, that can be used to dynamically query the job definitions.
createJobExceptionByteArray(byte[]) - Static method in class org.camunda.bpm.engine.impl.util.JobExceptionUtil
 
createJobExecutorRegistrations(Set<String>) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
createJobHandlerConfigurationByJobDefinitionId(String, boolean) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
createJobHandlerConfigurationByProcessDefinitionId(String, boolean) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
createJobHandlerConfigurationByProcessDefinitionId(String, boolean) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
createJobHandlerConfigurationByProcessDefinitionKey(String, boolean) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
createJobHandlerConfigurationByProcessDefinitionKey(String, boolean) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
createJobHandlerConfigurationWithFollowUpJobCreated(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
createJobInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
createJobQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createJobQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createJobQuery() - Method in interface org.camunda.bpm.engine.ManagementService
Returns a new JobQuery implementation, that can be used to dynamically query the jobs.
createLink(HalRelation, String...) - Method in class org.camunda.bpm.engine.rest.hal.HalLinker
Creates a link in a given relation.
createLinker(HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.Hal
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
createMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
 
createMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Creates a membership relation between a user and a group.
createMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
CreateMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateMembershipCmd
 
createMessageCorrelation(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createMessageCorrelation(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Define a complex message correlation using a fluent builder.
createMeter(String) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsRegistry
 
createMethodBindings() - Method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
createMethodBindings() - Method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
createMethodBindings() - Method in class org.camunda.spin.plugin.impl.SpinFunctionMapper
 
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Parses an expression into a MethodExpression for later evaluation.
createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
 
createMetricsQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createMetricsQuery() - Method in interface org.camunda.bpm.engine.ManagementService
 
createModelElementInstance(ModelTypeInstanceContext) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
createModelInstance(DomDocument) - Method in class org.camunda.bpm.model.bpmn.impl.BpmnParser
 
createModelInstance(DomDocument) - Method in class org.camunda.bpm.model.cmmn.impl.CmmnParser
 
createModelInstance(DomDocument) - Method in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
createMultipartFormDataInstance() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
createNativeExecutionQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createNativeExecutionQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
creates a new NativeExecutionQuery to query Executions by SQL directly
createNativeHistoricActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
creates a native query to search for HistoricActivityInstances via SQL
createNativeHistoricActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createNativeHistoricCaseActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
creates a native query to search for HistoricCaseActivityInstances via SQL
createNativeHistoricCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createNativeHistoricCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
creates a native query to search for HistoricCaseInstances via SQL
createNativeHistoricCaseInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createNativeHistoricProcessInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
creates a native query to search for HistoricProcessInstances via SQL
createNativeHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createNativeHistoricTaskInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
creates a native query to search for HistoricTaskInstances via SQL
createNativeHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createNativeProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createNativeProcessInstanceQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
creates a new NativeProcessInstanceQuery to query ProcessInstances by SQL directly
createNativeTaskQuery() - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
createNativeTaskQuery() - Method in interface org.camunda.bpm.engine.TaskService
Returns a new
createNewAuthorization(int) - Method in interface org.camunda.bpm.engine.AuthorizationService
Returns a new (transient) Authorization object.
createNewAuthorization(int) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
createNewAuthorization(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
createNewExecution() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
createNewFilter(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
createNewGroup(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createNewGroup(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Returns a new (transient) Group object.
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
createNewQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
createNewTimerJob(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
createNewUser(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
createNewUser(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Returns a new (transient) User object.
createOnPart(CmmnSentryDeclaration, CmmnOnPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createOrLookupMbeanServer() - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
createOrUpdateHistoryLevel(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
createOrUpdateVariable(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore
 
createOrUpdateVariable(String, TypedValue, AbstractVariableScope) - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
createOutgoingTransition() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
createOutgoingTransition(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
createParameterValueProvider(String, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
createParameterValueProvider(String, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
createParse() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
create an configure the ProcessesXmlParse object.
createParse() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
create an configure the ProcessesXmlParse object.
createParse() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
Creates a new BpmnParse instance that can be used to parse only one BPMN 2.0 process definition.
createParse() - Method in class org.camunda.bpm.engine.impl.util.xml.Parser
 
createParser(String) - Method in class org.camunda.bpm.engine.impl.juel.Builder
 
createPathFilterRule(SecurityFilterConfig.PathFilterConfig) - Static method in class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
 
createPluginDependenciesStr(String) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
createPluginPackagesStr(String, String) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
createProcess() - Static method in class org.camunda.bpm.model.bpmn.Bpmn
 
createProcess(String) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
 
createProcessApplicationInfo(AbstractProcessApplication, Map<String, DeployedProcessArchive>) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessApplicationServiceStep
 
createProcessApplicationRegistration(Set<String>, ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
createProcessDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createProcessDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
createProcessDefinitionQuery() - Method in interface org.camunda.bpm.engine.RepositoryService
Query process definitions.
createProcessDefinitionStatisticsQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createProcessDefinitionStatisticsQuery() - Method in interface org.camunda.bpm.engine.ManagementService
Query for the number of process instances aggregated by process definitions.
createProcessEngineConfiguration() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
createProcessEngineConfigurationFromInputStream(InputStream) - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResource(String) - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResource(String, String) - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createProcessEngineConfigurationFromResourceDefault() - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createProcessEngineControllerInstance(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
createProcessEngineJndiBinding(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
createProcessEngineKey(ContextConfiguration) - Method in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
createProcessEngineServiceJndiBindings() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
createProcessInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
createProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
createProcessInstance(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
createProcessInstance(String, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
createProcessInstance(String, String, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
createProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
createProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
createProcessInstance(String, String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
createProcessInstance(String, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
createProcessInstance(String, String, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
createProcessInstance() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessDefinition
 
createProcessInstance(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessDefinition
 
createProcessInstance(String, String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessDefinition
 
createProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a process instance at any set of activities in the process with the given id.
createProcessInstanceByKey(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createProcessInstanceByKey(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a process instance at any set of activities in the process with the latest version of the given key.
createProcessInstanceEndEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createProcessInstanceEndEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a process instances is ended.
createProcessInstanceForInitial(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
creates a process instance using the provided activity as initial
createProcessInstanceModification(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createProcessInstanceModification(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Define a modification of a process instance in terms of activity cancellations and instantiations via a fluent builder.
createProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createProcessInstanceQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
Creates a new ProcessInstanceQuery instance, that can be used to query process instances.
createProcessInstanceStartEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createProcessInstanceStartEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when an process instances is created.
createRecursiveIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
createRecursiveIncidents(String, List<IncidentEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
Instantiate recursive a new incident a super execution (i.e.
createRepeatingFailedJobListener(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
createRequestContext(InputStream, String) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
createResolver(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.engine.BeansResolverFactory
 
createResolver(VariableScope) - Method in interface org.camunda.bpm.engine.impl.scripting.engine.ResolverFactory
 
createResolver(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolverFactory
 
createResource(String, byte[], DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
createRestException(String, Response.Status, ProcessEngineException) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
createRestException(String, Response.Status, ProcessEngineException) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
createScanner(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
createScenarioName(Class<?>, String) - Method in class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
createSchema(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
createScopedProxy(String, BeanDefinition, BeanDefinitionRegistry, boolean) - Static method in class org.camunda.bpm.engine.spring.components.aop.util.Scopifier
 
createScriptFromResource(String, String) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptFactory
 
createScriptFromResource(String, Expression) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptFactory
 
createScriptFromSource(String, String) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptFactory
 
createScriptFromSource(String, Expression) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptFactory
 
createSentryPart(CmmnSentryDeclaration, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSentryParts() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates for each defined PlanItemOnPart and IfPart inside the specified Sentries a CmmnSentryPart.
createSentryParts() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSerializedValue(String, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
createSerializedValue(String, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
createSerializedValue(String, ValueFields) - Method in class org.camunda.spin.plugin.impl.JsonValueSerializer
 
createSerializedValue(String, ValueFields) - Method in class org.camunda.spin.plugin.impl.XmlValueSerializer
 
createSibling(Class<T>) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createSibling(Class<T>, String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
 
createStandaloneInMemProcessEngineConfiguration() - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createStandaloneProcessEngineConfiguration() - Static method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
createStartFormData(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
createStartFormData(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateStartFormHandler
 
createStartFormData(ProcessDefinitionEntity) - Method in interface org.camunda.bpm.engine.impl.form.handler.StartFormHandler
 
CreateStartFormInvocation - Class in org.camunda.bpm.engine.impl.form.handler
 
CreateStartFormInvocation(StartFormHandler, ProcessDefinitionEntity) - Constructor for class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
 
createStartProcessEngineStep(ProcessEngineXml) - Method in class org.camunda.bpm.container.impl.deployment.AbstractStartProcessEnginesStep
 
createStartTimerInstance(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createSubCaseInstance(CmmnCaseDefinition) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new sub case instance.
createSubCaseInstance(CmmnCaseDefinition, String) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new sub case instance.
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
createSubCaseInstance(CmmnCaseDefinition) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Creates a new sub case instance.
createSubCaseInstance(CmmnCaseDefinition, String) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Creates a new sub case instance.
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
createSubCaseInstance(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createSubCaseInstance(CmmnCaseDefinition, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createSubProcessInstance(PvmProcessDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createSubProcessInstance(PvmProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new sub process instance.
createSubProcessInstance(PvmProcessDefinition, String) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new sub process instance.
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new sub process instance.
createSubProcessInstance(PvmProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSubProcessInstance(PvmProcessDefinition, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
createSubProcessInstance(PvmProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
creates a new sub process instance.
createSubProcessInstance(PvmProcessDefinition, String) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
createSubProcessInstance(PvmProcessDefinition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createSubProcessInstance(PvmProcessDefinition, String, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
createSubscription(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
createTablePageQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
createTablePageQuery() - Method in interface org.camunda.bpm.engine.ManagementService
Creates a TablePageQuery that can be used to fetch TablePage containing specific sections of table row data.
CreateTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when a task is created.
createTask(TaskDecorator) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
createTask(TaskDecorator) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Creates a new task.
createTask(TaskDecorator) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
createTask(TaskDto) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
createTask(TaskDto) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
 
CreateTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateTaskCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
 
createTaskDefinition(CmmnElement, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
createTaskFilterQuery() - Method in interface org.camunda.bpm.engine.FilterService
Creates a new task filter query.
createTaskFilterQuery() - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
createTaskForm(TaskEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultTaskFormHandler
 
createTaskForm(TaskEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateTaskFormHandler
 
createTaskForm(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.form.handler.TaskFormHandler
 
CreateTaskFormInvocation - Class in org.camunda.bpm.engine.impl.form.handler
 
CreateTaskFormInvocation(TaskFormHandler, TaskEntity) - Constructor for class org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation
 
createTaskInstanceCompleteEvt(DelegateTask, String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createTaskInstanceCompleteEvt(DelegateTask, String) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a task instances is completed.
createTaskInstanceCreateEvt(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createTaskInstanceCreateEvt(DelegateTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a task instances is created.
createTaskInstanceUpdateEvt(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createTaskInstanceUpdateEvt(DelegateTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired when a task instances is updated.
createTasklistEnvironment() - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
 
CreateTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
CreateTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
 
createTaskQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createTaskQuery() - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
createTaskQuery() - Method in interface org.camunda.bpm.engine.TaskService
Returns a new TaskQuery that can be used to dynamically query tasks.
createTextOnlyEmail(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
createTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
createTime - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
createTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
createTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
createTimeAfter - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
createTimeBefore - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
createTimer(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
createTimer(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
createTimerInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
createTransform() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
createTransform(CmmnTransformer) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformFactory
 
createTransform(CmmnTransformer) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.DefaultCmmnTransformFactory
 
createTransform() - Method in interface org.camunda.bpm.engine.impl.core.transformer.Transformer
 
createTransitionInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
createTreeBuilder(Properties, Builder.Feature...) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create the factory's builder.
createTreeStore(int, ExpressionFactoryImpl.Profile, Properties) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create the factory's tree store.
createTypeConverter(Properties) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create the factory's type converter.
createUndeploymentOperation(String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
createUndeploymentOperation(String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
createUser(UserDto) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
createUser(UserDto) - Method in interface org.camunda.bpm.engine.rest.UserRestService
 
createUser(IdentityService, String) - Method in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
CreateUserCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateUserCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateUserCmd
 
createUserId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
the id of the user that created the case instance
createUserId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
createUserOperationLogEvents(UserOperationLogContext) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
createUserOperationLogEvents(UserOperationLogContext) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
Creates the history event fired whenever an operation has been performed by a user.
createUserOperationLogQuery() - Method in interface org.camunda.bpm.engine.HistoryService
Creates a new programmatic query to search for UserOperationLogEntry instances.
createUserOperationLogQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
createUserQuery() - Method in interface org.camunda.bpm.engine.IdentityService
Creates a UserQuery that allows to programmatically query the users.
createUserQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
createUserQuery() - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
createUserQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
createUserQuery() - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
createUserQuery(CommandContext) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
createUserQuery() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
createUserQuery() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
createUserQuery(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
CreateUserQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
 
CreateUserQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateUserQueryCmd
 
createUsers(ProcessEngine) - Method in class org.camunda.bpm.example.invoice.DemoDataGenerator
 
createValidationConstraint(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
createValidator(Element, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.validator.FormValidators
factory method for creating validator instances
createValidatorInstance(Class<? extends FormFieldValidator>) - Method in class org.camunda.bpm.engine.impl.form.validator.FormValidators
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.BooleanTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.BytesTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DateTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.LongTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NullTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.StringTypeImpl
 
createValue(Object, Map<String, Object>) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Creates a new TypedValue using this type.
createValue(SpinValue) - Method in class org.camunda.spin.plugin.variable.type.impl.JsonValueTypeImpl
 
createValue(Object, Map<String, Object>) - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
createValue(SpinValue) - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
createValue(SpinValue) - Method in class org.camunda.spin.plugin.variable.type.impl.XmlValueTypeImpl
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Parses an expression into a ValueExpression for later evaluation.
createValueExpression(Object, Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Creates a ValueExpression that wraps an object instance.
createValueExpression(Object, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
 
createValueExpression(ELContext, String, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
 
createValueFromSerialized(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
createValueFromSerialized(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.variable.type.SerializableValueType
Creates a new TypedValue using this type.
createValueFromSerialized(String) - Method in class org.camunda.spin.plugin.variable.type.impl.JsonValueTypeImpl
 
createValueFromSerialized(String, Map<String, Object>) - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
createValueFromSerialized(String) - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
createValueFromSerialized(String) - Method in class org.camunda.spin.plugin.variable.type.impl.XmlValueTypeImpl
 
createVariable(FormField, VariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
 
createVariableInstance(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore
 
createVariableInstance(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore
 
createVariableInstance(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
createVariableInstance(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.connect.plugin.impl.ConnectorVariableStore
 
createVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
createVariableInstanceQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
Creates a new VariableInstanceQuery instance, that can be used to query variable instances.
createVariables() - Static method in class org.camunda.bpm.engine.variable.Variables
 
createVariableStore() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
creating(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.MilestoneActivityBehavior
 
creating(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
creating(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
CreationalContextReleaseListener - Class in org.camunda.bpm.engine.cdi.impl.util
CommandContextCloseListener which releases a CDI Creational Context when the command context is closed.
CreationalContextReleaseListener(CreationalContext<?>) - Constructor for class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
creationLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select created historic job log entries.
creationLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
creationLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
creationLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
credentials - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
CRLF - Static variable in class org.camunda.bpm.engine.impl.util.json.HTTP
Carriage return/line feed.
CronExpression - Class in org.camunda.bpm.engine.impl.calendar
Provides a parser and evaluator for unix-like cron expressions.
CronExpression(String) - Constructor for class org.camunda.bpm.engine.impl.calendar.CronExpression
Constructs a new CronExpression based on the specified parameter.
CURRENT - Static variable in enum org.camunda.bpm.container.impl.jboss.extension.Namespace
The current namespace version.
currentElement - Variable in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
currentJob - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
the currently executed job
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
 
currentProcessInstanceErrorFinder - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
currentProcessInstanceScopeExecutionMapping - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
currentProcessorJobQueue - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
currentState - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
currentStep - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
currentUser() - Static method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
currentUserGroups() - Static method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
CustomActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
CustomActivityBehavior(ActivityBehavior) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CustomActivityBehavior
 
customEventHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customFormEngines - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customFormFieldValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customFormTypes - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customHistoryLevels - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
a list of supported custom history levels
customIncidentHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CustomJacksonDateFormatListener - Class in org.camunda.bpm.engine.rest
 
CustomJacksonDateFormatListener() - Constructor for class org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
 
customJobHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPostCmmnTransformListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPostCommandInterceptorsTxRequired - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPostCommandInterceptorsTxRequiresNew - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPostDeployers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPostVariableSerializers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPreCmmnTransformListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPreCommandInterceptorsTxRequired - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
the configurable list which will be processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequired
customPreCommandInterceptorsTxRequiresNew - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
the configurable list which will be processed to build the ProcessEngineConfigurationImpl.commandExecutorTxRequiresNew
customPreDeployers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customPreVariableSerializers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customRejectedJobsHandler - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customScriptingEngineClasses - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
customSessionFactories - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
CycleBusinessCalendar - Class in org.camunda.bpm.engine.impl.calendar
 
CycleBusinessCalendar() - Constructor for class org.camunda.bpm.engine.impl.calendar.CycleBusinessCalendar
 

D

DataAssociation - Class in org.camunda.bpm.engine.impl.bpmn.parser
A data association (Input or Output) between a source and a target
DataAssociation(String, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
DataAssociation(Expression, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
DataAssociation(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
DataAssociation(Expression) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
DataAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataAssociation element
DataAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataAssociation element
DataAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
databaseSchema - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
In some situations you want to set the schema to use for table checks / generation if the database metadata doesn't return that correctly, see https://jira.codehaus.org/browse/ACT-1220, https://jira.codehaus.org/browse/ACT-1062
databaseSchema - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
In some situations you want to set the schema to use for table checks / generation if the database metadata doesn't return that correctly, see https://jira.codehaus.org/browse/ACT-1220, https://jira.codehaus.org/browse/ACT-1062
databaseSchemaUpdate - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
databaseSchemaUpdate - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
databaseSchemaUpgrade(Connection, String, String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
databaseSchemaUpgrade(Connection, String, String) - Method in interface org.camunda.bpm.engine.ManagementService
programmatic schema update on a given connection returning feedback about what happened Note: will always return an empty string
databaseSpecificBitAnd1 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificBitAnd2 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificBitAnd3 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificDummyTable - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificFalseConstant - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificInnerLimitAfterStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificLimitAfterStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificLimitBeforeNativeQueryStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificLimitBeforeStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificLimitBetweenClobStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificLimitBetweenStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificOrderByStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseSpecificTrueConstant - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseTablePrefix - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
databaseTablePrefix - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseType - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
databaseType - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
databaseType - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
databaseTypeMappings - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
dataFormat - Variable in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
dataFormat - Variable in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
dataFormatName - Variable in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
DataInput - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataInput element
DataInputAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataInputAssociation element
dataInputAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
dataInputAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
DataInputAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataInputAssociation element
DataInputAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataInputAssociationImpl
 
dataInputCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
dataInputCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
dataInputDataInputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
DataInputImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataInput element
DataInputImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
DataInputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN element dataInputRef of the BPMN tInputSet type
DataInputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataInputRefs
 
DataObject - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataObject element
DataObjectImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataObject element
DataObjectImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
dataObjectRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
DataObjectReference - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataObjectReference element
DataObjectReferenceImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
DataObjectReferenceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
DataOutput - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataOutput element
DataOutputAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataOutputAssociation element
dataOutputAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
dataOutputAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
DataOutputAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataOutputAssociation element
DataOutputAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataOutputAssociationImpl
 
dataOutputCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
dataOutputCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
DataOutputImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
DataOutputImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
DataOutputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataOutputRefs element of the BPMN tOutputSet type
DataOutputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataOutputRefs
 
dataOutputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
DataPath - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN dataPath element of the BPMN tCorrelationPropertyBinding type
DataPath(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataPath
 
dataPathChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
DATASOURCE - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
DATASOURCE - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
datasource - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
dataSource - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
datasourceBinderServiceInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
dataSourceJndiName - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
DataState - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN dataState element
dataStateChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
dataStateChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
dataStateChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
DataStateImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
DataStateImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DataStateImpl
 
DATE - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
DATE_ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
DATE_ERROR_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
DATE_FIELD_OPENED_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
DATE_FORMAT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
DATE_TIME_FUNCTION_MAP - Static variable in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
DateConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
DateConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.DateConverter
 
dateFormat - Variable in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
dateFormatString - Static variable in class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
DateFormType - Class in org.camunda.bpm.engine.impl.form.type
 
DateFormType(String) - Constructor for class org.camunda.bpm.engine.impl.form.type.DateFormType
 
datePattern - Variable in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
DATEPICKER_POPUP_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
dateTime() - Static method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
DateTimeFunctionMapper - Class in org.camunda.bpm.engine.impl.el
 
DateTimeFunctionMapper() - Constructor for class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
DateTimeUtil - Class in org.camunda.bpm.engine.impl.calendar
Utility for DateTime that uses the JVM timezone for date / time related operations.
DateTimeUtil() - Constructor for class org.camunda.bpm.engine.impl.calendar.DateTimeUtil
 
DateValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Date.
dateValue(Date) - Static method in class org.camunda.bpm.engine.variable.Variables
 
DateValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
Serializes Dates as long values
DateValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.DateValueSerializer
 
DAY_OF_MONTH - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
DAY_OF_WEEK - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
dayMap - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
daysOfMonth - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
daysOfWeek - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
DB2 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
DB_SCHEMA_UPDATE_CREATE - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DB_SCHEMA_UPDATE_CREATE_DROP - Static variable in class org.camunda.bpm.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_DROP_CREATE - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DB_SCHEMA_UPDATE_FALSE - Static variable in class org.camunda.bpm.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.camunda.bpm.engine.ProcessEngineConfiguration
Upon building of the process engine, a check is performed and an update of the schema is performed if it is necessary.
DbBulkOperation - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation
A bulk operation
DbBulkOperation() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
DbBulkOperationComparator - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
Orders bulk operations according to the lexicographical ordering of their statement names
DbBulkOperationComparator() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.DbBulkOperationComparator
 
dbCreateHistoryLevel(DbEntityManager) - Static method in class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
 
DbEntity - Interface in org.camunda.bpm.engine.impl.db
 
dbEntity - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
DbEntityCache - Class in org.camunda.bpm.engine.impl.db.entitymanager.cache
A simple first level cache for Entities.
DbEntityCache() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
DbEntityCache(DbEntityCacheKeyMapping) - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
dbEntityCache - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
dbEntityCacheKeyMapping - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DbEntityCacheKeyMapping - Class in org.camunda.bpm.engine.impl.db.entitymanager.cache
Provides the keys used by DbEntityCache for organizing the different DbEntity types.
DbEntityCacheKeyMapping() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
DbEntityLifecycleAware - Interface in org.camunda.bpm.engine.impl.db
Interface which can be implemented by DbEntities which want to be aware of their lifecycle.
DbEntityManager - Class in org.camunda.bpm.engine.impl.db.entitymanager
 
DbEntityManager(IdGenerator, PersistenceSession) - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
DbEntityManagerFactory - Class in org.camunda.bpm.engine.impl.db.entitymanager
 
DbEntityManagerFactory(IdGenerator) - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
 
DbEntityOperation - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation
An operation on a single DbEntity
DbEntityOperation() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
DbEntityOperationComparator - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
 
DbEntityOperationComparator() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.DbEntityOperationComparator
 
DbEntityState - Enum in org.camunda.bpm.engine.impl.db.entitymanager.cache
 
dbFilter - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
DbGroupQueryImpl - Class in org.camunda.bpm.engine.impl.identity.db
 
DbGroupQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
DbGroupQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
DbHistoryEventHandler - Class in org.camunda.bpm.engine.impl.history.handler
History event handler that writes history events to the process engine database using the DbEntityManager.
DbHistoryEventHandler() - Constructor for class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
 
DbIdentityServiceProvider - Class in org.camunda.bpm.engine.impl.identity.db
WritableIdentityProvider implementation backed by a database.
DbIdentityServiceProvider() - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
DbIdGenerator - Class in org.camunda.bpm.engine.impl.db
 
DbIdGenerator() - Constructor for class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
dbMetricsReporter - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DbMetricsReporter - Class in org.camunda.bpm.engine.impl.metrics.reporter
 
DbMetricsReporter(MetricsRegistry, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
DbOperation - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation
A database operation.
DbOperation() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
dbOperationManager - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
DbOperationManager - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation
Manages a set of database operations.
DbOperationManager() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
DbOperationType - Enum in org.camunda.bpm.engine.impl.db.entitymanager.operation
 
DbReadOnlyIdentityServiceProvider - Class in org.camunda.bpm.engine.impl.identity.db
Read only implementation of DB-backed identity service
DbReadOnlyIdentityServiceProvider() - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
dbSchemaCheckVersion() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
dbSchemaCheckVersion() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaCreate() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
DbSchemaCreate - Class in org.camunda.bpm.engine.impl.db
 
DbSchemaCreate() - Constructor for class org.camunda.bpm.engine.impl.db.DbSchemaCreate
 
dbSchemaCreate() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
dbSchemaCreateCmmn() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaCreateCmmn() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaCreateCmmnHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaCreateCmmnHistory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaCreateEngine() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaCreateEngine() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaCreateHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaCreateHistory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaCreateIdentity() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaCreateIdentity() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaDrop() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
DbSchemaDrop - Class in org.camunda.bpm.engine.impl.db
 
DbSchemaDrop() - Constructor for class org.camunda.bpm.engine.impl.db.DbSchemaDrop
 
dbSchemaDrop() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
dbSchemaDropCmmn() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaDropCmmn() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaDropCmmnHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaDropCmmnHistory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaDropEngine() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaDropEngine() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaDropHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaDropHistory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSchemaDropIdentity() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaDropIdentity() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
DbSchemaExecuteFile - Class in org.camunda.bpm.engine.impl.db
 
DbSchemaExecuteFile() - Constructor for class org.camunda.bpm.engine.impl.db.DbSchemaExecuteFile
 
dbSchemaOperationsCommandContextFactory - Variable in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
CommandContextFactory to be used for DbSchemaOperations
DbSchemaPrefixTestHelper - Class in org.camunda.bpm.webapp.test.util
Test utility allowing to run the testsuite with a database table prefix
DbSchemaPrefixTestHelper() - Constructor for class org.camunda.bpm.webapp.test.util.DbSchemaPrefixTestHelper
 
dbSchemaPrune() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
DbSchemaPrune - Class in org.camunda.bpm.engine.impl.db
 
DbSchemaPrune() - Constructor for class org.camunda.bpm.engine.impl.db.DbSchemaPrune
 
dbSchemaPrune() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
dbSchemaUpdate() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
dbSchemaUpdate() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
dbSpecificConstants - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
DbSqlPersistenceProviderFactory - Class in org.camunda.bpm.engine.impl.db.sql
DbSqlPersistenceProviderFactory() - Constructor for class org.camunda.bpm.engine.impl.db.sql.DbSqlPersistenceProviderFactory
 
DbSqlSession - Class in org.camunda.bpm.engine.impl.db.sql
 
DbSqlSession(DbSqlSessionFactory) - Constructor for class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
DbSqlSession(DbSqlSessionFactory, Connection, String, String) - Constructor for class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
dbSqlSessionFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
dbSqlSessionFactory - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
DbSqlSessionFactory - Class in org.camunda.bpm.engine.impl.db.sql
 
DbSqlSessionFactory() - Constructor for class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
DbUserQueryImpl - Class in org.camunda.bpm.engine.impl.identity.db
 
DbUserQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbUserQueryImpl
 
DbUserQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbUserQueryImpl
 
DC_ATTRIBUTE_HEIGHT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_IS_BOLD - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_IS_ITALIC - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_IS_STRIKE_THROUGH - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_IS_UNDERLINE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
DC
DC_ATTRIBUTE_SIZE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_WIDTH - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_X - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ATTRIBUTE_Y - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ELEMENT_BOUNDS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_ELEMENT_FONT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
DC
DC_ELEMENT_POINT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DC_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The DC namespace
declarationFound() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
declarationFound() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
decode(Object) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes an Object using the base64 algorithm.
decode(String) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes a String containing containing characters in the Base64 alphabet.
decode(byte[]) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decodeBase64(String) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes a Base64 String into octets
decodeBase64(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes Base64 data into octets
decodeInteger(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
decodePathParam(String) - Static method in class org.camunda.bpm.engine.rest.util.PathUtil
 
decorate(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
DecrementJobRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DecrementJobRetriesCmd(String, Throwable) - Constructor for class org.camunda.bpm.engine.impl.cmd.DecrementJobRetriesCmd
 
decrementRetries(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
decryptPassword(byte[], String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
DEFAULT - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
DEFAULT - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
DEFAULT - Static variable in interface org.camunda.bpm.engine.history.IncidentState
 
DEFAULT - Static variable in interface org.camunda.bpm.engine.impl.juel.TypeConverter
Default conversions as from JSR245.
DEFAULT - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
 
DEFAULT_APP - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
DEFAULT_AUTHORIZATION_CHECK - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
DEFAULT_DATE_FORMAT - Static variable in class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
DEFAULT_ENGINE_NAME - Static variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
DEFAULT_ERROR_NAME - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
DEFAULT_EXCEPTION_MESSAGE - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
DEFAULT_EXCLUSIVE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
DEFAULT_MAPPING_FILES - Static variable in class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
 
DEFAULT_MYBATIS_MAPPING_FILE - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DEFAULT_ORDER_BY - Static variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
DEFAULT_RETRIES - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
DEFAULT_SCRIPTING_LANGUAGE - Static variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
DEFAULT_THREAD_LOG_MODE - Static variable in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
DEFAULT_VARIABLE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
DEFAULT_WS_SYNC_FACTORY - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DefaultAdminRuntimeDelegate - Class in org.camunda.bpm.admin.impl
 
DefaultAdminRuntimeDelegate() - Constructor for class org.camunda.bpm.admin.impl.DefaultAdminRuntimeDelegate
 
DefaultApplication - Class in org.camunda.bpm.engine.rest.impl.application
Default Application registering all resources.
DefaultApplication() - Constructor for class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
 
DefaultAppPluginRegistry<T extends AppPlugin> - Class in org.camunda.bpm.webapp.plugin.impl
Default implementation of AppPluginRegistry that loads Plugins via the ServiceLoader facilities provided by the Java SE platform.
DefaultAppPluginRegistry(Class<T>) - Constructor for class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
 
DefaultArtifactFactory - Class in org.camunda.bpm.engine.impl
Default ArtifactService implementation.
DefaultArtifactFactory() - Constructor for class org.camunda.bpm.engine.impl.DefaultArtifactFactory
 
defaultAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
defaultAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
defaultAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
defaultAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
DefaultAuthorizationProvider - Class in org.camunda.bpm.engine.impl.cfg.auth
Provides the default authorizations for camunda BPM.
DefaultAuthorizationProvider() - Constructor for class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
DefaultBpmnParseFactory - Class in org.camunda.bpm.engine.impl.cfg
 
DefaultBpmnParseFactory() - Constructor for class org.camunda.bpm.engine.impl.cfg.DefaultBpmnParseFactory
 
DefaultBusinessCalendar - Class in org.camunda.bpm.engine.impl.calendar
 
DefaultBusinessCalendar() - Constructor for class org.camunda.bpm.engine.impl.calendar.DefaultBusinessCalendar
 
defaultCharset - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
defaultCharsetName - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DefaultCmmnElementHandlerRegistry - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
DefaultCmmnElementHandlerRegistry() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
DefaultCmmnHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
 
DefaultCmmnHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
DefaultCmmnTransformFactory - Class in org.camunda.bpm.engine.impl.cmmn.transformer
 
DefaultCmmnTransformFactory() - Constructor for class org.camunda.bpm.engine.impl.cmmn.transformer.DefaultCmmnTransformFactory
 
DefaultCockpitRuntimeDelegate - Class in org.camunda.bpm.cockpit.impl
This is the default CockpitRuntimeDelegate implementation that provides the camunda cockpit plugin services (i.e.
DefaultCockpitRuntimeDelegate() - Constructor for class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
 
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
 
DefaultContextAssociationManager.ConversationScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
 
DefaultContextAssociationManager.ConversationScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ConversationScopedAssociation
 
DefaultContextAssociationManager.RequestScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
 
DefaultContextAssociationManager.RequestScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.RequestScopedAssociation
 
DefaultContextAssociationManager.ScopedAssociation - Class in org.camunda.bpm.engine.cdi.impl.context
 
DefaultContextAssociationManager.ScopedAssociation() - Constructor for class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
DefaultControl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
DefaultControl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.DefaultControl
 
defaultControlChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
DefaultCorrelationHandler - Class in org.camunda.bpm.engine.impl.runtime
 
DefaultCorrelationHandler() - Constructor for class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
 
DefaultDelegateInterceptor - Class in org.camunda.bpm.engine.impl.delegate
Default implementation, simply proceeding the call.
DefaultDelegateInterceptor() - Constructor for class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
 
DefaultEjbProcessApplication - Class in org.camunda.bpm.application.impl.ejb
 
DefaultEjbProcessApplication() - Constructor for class org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
 
DefaultElResolverLookup - Class in org.camunda.bpm.application.impl
 
DefaultElResolverLookup() - Constructor for class org.camunda.bpm.application.impl.DefaultElResolverLookup
 
defaultEntityCacheKeyMapping() - Static method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
defaultExpression - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
DefaultFailedJobCommandFactory - Class in org.camunda.bpm.engine.impl.jobexecutor
 
DefaultFailedJobCommandFactory() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.DefaultFailedJobCommandFactory
 
defaultFlow(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractComplexGatewayBuilder
Sets the default sequence flow for the build complex gateway.
defaultFlow(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractExclusiveGatewayBuilder
Sets the default sequence flow for the build exclusive gateway.
defaultFlow(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractInclusiveGatewayBuilder
Sets the default sequence flow for the build inclusive gateway.
DefaultFormFieldValidatorContext - Class in org.camunda.bpm.engine.impl.form.handler
 
DefaultFormFieldValidatorContext(VariableScope, String, VariableMap, FormFieldHandler) - Constructor for class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
DefaultFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DefaultFormHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
DefaultHalResourceCache - Class in org.camunda.bpm.engine.rest.hal.cache
 
DefaultHalResourceCache() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
DefaultHalResourceCache(int, long) - Constructor for class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
DefaultHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
 
DefaultHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
DefaultJobExecutor - Class in org.camunda.bpm.engine.impl.jobexecutor
This is a simple implementation of the JobExecutor using self-managed threads for performing background work.
DefaultJobExecutor() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
defaultNamespace - Variable in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
defaultNumberOfRetries - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
DefaultPluginRegistry - Class in org.camunda.bpm.cockpit.impl.plugin
Wrapper for backwards-compatibility to PluginRegistry.
DefaultPluginRegistry(AppPluginRegistry<CockpitPlugin>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.DefaultPluginRegistry
 
DefaultProcessApplicationRegistration - Class in org.camunda.bpm.engine.impl.application
 
DefaultProcessApplicationRegistration(ProcessApplicationReference, Set<String>, String) - Constructor for class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
defaultProcessEngineInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
injector for the default process engine
DefaultProcessEngineRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
DefaultProcessEngineRestServiceImpl() - Constructor for class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
defaultSaxParserFactory - Static variable in class org.camunda.bpm.engine.impl.util.xml.Parser
 
defaultSerializationFormat - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DefaultStartFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DefaultStartFormHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
DefaultTaskFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DefaultTaskFormHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.DefaultTaskFormHandler
 
DefaultTasklistRuntimeDelegate - Class in org.camunda.bpm.tasklist.impl
 
DefaultTasklistRuntimeDelegate() - Constructor for class org.camunda.bpm.tasklist.impl.DefaultTasklistRuntimeDelegate
 
defaultValue - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
defaultValue(T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
defaultValue(Double) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttributeBuilder
 
defaultValue(T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttributeBuilder
 
defaultValue(Integer) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttributeBuilder
 
defaultValue(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
defaultValue(T) - Method in interface org.camunda.bpm.model.xml.type.attribute.AttributeBuilder
 
defaultValue(String) - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
defaultValueExpression - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
DefaultVariableSerializers - Class in org.camunda.bpm.engine.impl.variable.serializer
 
DefaultVariableSerializers() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
defineGenericType(String, String) - Method in class org.camunda.bpm.model.xml.impl.ModelBuilderImpl
 
defineGenericType(String, String) - Method in class org.camunda.bpm.model.xml.ModelBuilder
 
defineType(Class<? extends ModelElementInstance>, String) - Method in class org.camunda.bpm.model.xml.impl.ModelBuilderImpl
 
defineType(Class<? extends ModelElementInstance>, String) - Method in class org.camunda.bpm.model.xml.ModelBuilder
 
definition - Variable in class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
 
definitionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
definitionElementHandlers - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
definitionIdentityLinkEntities - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
definitionKeyValueProvider - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
definitionRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
definitionRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
Definitions - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN definitions element
Definitions - Interface in org.camunda.bpm.model.cmmn.instance
 
DefinitionsImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN definitions element
DefinitionsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
DefinitionsImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
DefinitionsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
definitionTypeAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
dehexchar(char) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the hex value of a character (base16).
delayFireHistoricVariableEvents - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
delegate - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
delegate - Variable in class org.camunda.bpm.engine.impl.context.ProcessApplicationClassloaderInterceptor
 
delegate(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
delegate(UserIdDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
delegate(UserIdDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
delegate(String) - Method in interface org.camunda.bpm.engine.task.Task
delegates this task to the given user and sets the delegationState to DelegationState.PENDING.
delegateActivityBehavior - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CustomActivityBehavior
 
delegateAsyncAfterUpdate - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
The delegate for the async after attribute update.
delegateAsyncBeforeUpdate - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
The delegate for the async before attribute update.
DelegateCaseExecution - Interface in org.camunda.bpm.engine.delegate
 
DelegateCaseVariableInstance - Interface in org.camunda.bpm.engine.delegate
 
DelegateCaseVariableInstanceImpl - Class in org.camunda.bpm.engine.impl.variable.listener
 
DelegateCaseVariableInstanceImpl() - Constructor for class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
delegateContext - Variable in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
DelegateExecution - Interface in org.camunda.bpm.engine.delegate
Execution used in JavaDelegates and ExecutionListeners.
delegateExpression - Variable in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
DelegateExpressionCaseExecutionListener - Class in org.camunda.bpm.engine.impl.cmmn.listener
 
DelegateExpressionCaseExecutionListener(Expression, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
 
DelegateExpressionCaseVariableListener - Class in org.camunda.bpm.engine.impl.variable.listener
 
DelegateExpressionCaseVariableListener(Expression, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
 
DelegateExpressionExecutionListener - Class in org.camunda.bpm.engine.impl.bpmn.listener
 
DelegateExpressionExecutionListener(Expression, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
 
DelegateExpressionTaskListener - Class in org.camunda.bpm.engine.impl.task.listener
 
DelegateExpressionTaskListener(Expression, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
 
DelegateFormFieldValidator - Class in org.camunda.bpm.engine.impl.form.validator
FormFieldValidator delegating to a custom, user-provided validator implementation.
DelegateFormFieldValidator(Expression) - Constructor for class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
DelegateFormFieldValidator(String) - Constructor for class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
DelegateFormFieldValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
DelegateFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DelegateFormHandler(FormHandler, String) - Constructor for class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
delegateInstance - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
delegateInterceptor - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DelegateInterceptor - Interface in org.camunda.bpm.engine.impl.interceptor
Interceptor responsible for handling calls to 'user code'.
DelegateInvocation - Class in org.camunda.bpm.engine.impl.delegate
Provides context about the invocation of usercode and handles the actual invocation
DelegateInvocation() - Constructor for class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
DelegateListener<T extends BaseDelegateExecution> - Interface in org.camunda.bpm.engine.delegate
 
delegateMappers - Variable in class org.camunda.bpm.engine.impl.el.CompositeFunctionMapper
 
DelegateStartFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DelegateStartFormHandler(StartFormHandler, DeploymentEntity) - Constructor for class org.camunda.bpm.engine.impl.form.handler.DelegateStartFormHandler
 
delegateTask - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
DelegateTask - Interface in org.camunda.bpm.engine.delegate
 
delegateTask - Variable in class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
delegateTask(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
delegateTask(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Delegates the task to another user.
DelegateTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DelegateTaskCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
 
DelegateTaskFormHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
DelegateTaskFormHandler(TaskFormHandler, DeploymentEntity) - Constructor for class org.camunda.bpm.engine.impl.form.handler.DelegateTaskFormHandler
 
DelegateVariableInstance<T extends BaseDelegateExecution> - Interface in org.camunda.bpm.engine.delegate
 
DELEGATION - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
DELEGATION_STATE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
delegationState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
delegationState - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
DelegationState - Enum in org.camunda.bpm.engine.task
Defines the different states of delegation that a task can be in.
DelegationStateConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
DelegationStateConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.DelegationStateConverter
 
DELETE - Static variable in interface org.camunda.bpm.engine.delegate.CaseVariableListener
 
DELETE - Static variable in interface org.camunda.bpm.engine.delegate.VariableListener
 
delete(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
delete(Class<? extends DbEntity>, String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
delete() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
delete(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
delete(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
delete(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
delete(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
DELETE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
delete(String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
delete(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
delete() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
DELETE_CASCADE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
DELETE_CASCADE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
DELETE_CASCADE_FIRE_ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
DELETE_CASCADE_FIRE_ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
DELETE_REASON - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
DELETE_REASON_COMPLETED - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
DELETE_REASON_DELETED - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
DELETE_TASK - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that a task is deleted
deleteAll() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
deleteAndFlushEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
deleteAttachment(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteAttachment(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
deleteAttachment(String) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskAttachmentResource
 
deleteAttachment(String) - Method in interface org.camunda.bpm.engine.TaskService
Delete an attachment
DeleteAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteAttachmentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteAttachmentCmd
 
deleteAttachmentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
 
deleteAuthorization(String) - Method in interface org.camunda.bpm.engine.AuthorizationService
Allows deleting a persistent Authorization object.
deleteAuthorization(String) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
deleteAuthorization() - Method in interface org.camunda.bpm.engine.rest.sub.authorization.AuthorizationResource
 
deleteAuthorization() - Method in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
DeleteAuthorizationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteAuthorizationCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteAuthorizationCmd
 
deleteAuthorizations(Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
deleteAuthorizations(AuthorizationEntity[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteAuthorizationsByResourceId(Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
deleteBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
deleteBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
deleteByteArrayById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
Deletes the ByteArrayEntity with the given id from the database.
deleteByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
deleteByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
deleteByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
deleteByTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
deleteCandidateGroup(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Convenience shorthand for #deleteGroupIdentityLink(String, String, String); with type IdentityLinkType.CANDIDATE
deleteCandidateGroup(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteCandidateGroup(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteCandidateGroup(String, String) - Method in interface org.camunda.bpm.engine.TaskService
deleteCandidateStarterGroup(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteCandidateStarterGroup(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
Use authorization mechanism instead.
deleteCandidateStarterUser(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteCandidateStarterUser(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
Use authorization mechanism instead.
deleteCandidateUser(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
deleteCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteCandidateUser(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteCandidateUser(String, String) - Method in interface org.camunda.bpm.engine.TaskService
deleteCascade() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
deleteCascade(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
deleteCascade(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deleteCascade(String, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deleteCascade(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deleteCascade2(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
deleteCascade2(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deleteCaseDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
deleteCaseDeployment(String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
deleteCaseExecution(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
deleteCaseInstance(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
deleteCaseInstance(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
deleteCaseInstancesByCaseDefinition(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
deleteCommentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
deleted() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which are deleted.
DELETED - Static variable in interface org.camunda.bpm.engine.history.IncidentState
 
DELETED - Static variable in interface org.camunda.bpm.engine.history.JobState
 
deleted() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
deleted - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
deleted - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
deleteDefaultAuthorizations(AuthorizationEntity[]) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
deleteDeployment(String, RepositoryService) - Method in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
deleteDeployment(String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
deleteDeployment(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
deleteDeployment(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteDeployment(String, boolean) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteDeployment(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteDeployment(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
deleteDeployment(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deletes the given deployment.
deleteDeployment(String, boolean) - Method in interface org.camunda.bpm.engine.RepositoryService
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
deleteDeployment(String, boolean, boolean) - Method in interface org.camunda.bpm.engine.RepositoryService
Deletes the given deployment and cascade deletion to process instances, history process instances and jobs.
deleteDeployment(String, UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
 
deleteDeployment(String, UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
 
deleteDeploymentCascade(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deleteDeploymentCascade(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
use RepositoryService.deleteDeployment(String, boolean). This methods may be deleted from 5.3.
DeleteDeploymentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteDeploymentCmd(String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
 
DeleteDeploymentFailListener - Class in org.camunda.bpm.engine.impl.persistence.deploy
 
DeleteDeploymentFailListener(String, ProcessApplicationReference) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
 
DeleteEngineEntityDto - Class in org.camunda.bpm.engine.rest.dto
Used for anything that needs a delete reason.
DeleteEngineEntityDto() - Constructor for class org.camunda.bpm.engine.rest.dto.DeleteEngineEntityDto
 
deleteEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
deleteEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
deleteEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
deleteExceptionByteArrayByParameterMap(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
deleteFilter(String) - Method in interface org.camunda.bpm.engine.FilterService
Deletes a filter by its id.
deleteFilter(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
deleteFilter(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
deleteFilter() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
deleteFilter() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
DeleteFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteFilterCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteFilterCmd
 
deleteGroup(String) - Method in interface org.camunda.bpm.engine.IdentityService
Deletes the group.
deleteGroup(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
deleteGroup(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Allows deleting a persistent Group object.
deleteGroup(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
deleteGroup() - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupResource
 
deleteGroup() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
DeleteGroupCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteGroupCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteGroupCmd
 
deleteGroupIdentityLink(String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Removes the association between a group and a task for the given identityLinkType.
deleteGroupIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteGroupIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteGroupIdentityLink(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Removes the association between a group and a task for the given identityLinkType.
DeleteGroupIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteGroupIdentityLinkCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteGroupIdentityLinkCmd
 
deleteGroupMember(String) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource
 
deleteGroupMember(String) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupMembersResourceImpl
 
deleteHistoricActivityInstancesByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
deleteHistoricCaseActivityInstancesByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
deleteHistoricCaseInstance(String) - Method in interface org.camunda.bpm.engine.HistoryService
Deletes historic case instance.
deleteHistoricCaseInstance(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
deleteHistoricCaseInstanceByCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
deleteHistoricCaseInstanceById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
DeleteHistoricCaseInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteHistoricCaseInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricCaseInstanceCmd
 
deleteHistoricDetailsByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
deleteHistoricDetailsByProcessCaseInstanceId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
deleteHistoricDetailsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
deleteHistoricDetailsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
deleteHistoricIncidentsByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
 
deleteHistoricIncidentsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
 
deleteHistoricJobLogById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricJobLogByJobId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricJobLogsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricJobLogsByHandlerType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricJobLogsByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricJobLogsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
deleteHistoricProcessInstance(String) - Method in interface org.camunda.bpm.engine.HistoryService
Deletes historic process instance.
deleteHistoricProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
deleteHistoricProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
deleteHistoricProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
DeleteHistoricProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteHistoricProcessInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstanceCmd
 
deleteHistoricTaskInstance(String) - Method in interface org.camunda.bpm.engine.HistoryService
Deletes historic task instance.
deleteHistoricTaskInstance(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
deleteHistoricTaskInstanceById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
DeleteHistoricTaskInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteHistoricTaskInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricTaskInstanceCmd
 
deleteHistoricTaskInstances(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
deleteHistoricTaskInstancesByCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
deleteHistoricTaskInstancesByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
deleteHistoricTaskInstancesByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
deleteHistoricVariableInstanceByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
deleteHistoricVariableInstanceByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
deleteHistoricVariableInstancesByProcessCaseInstanceId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
deleteHistoricVariableInstancesByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
deleteHistoryLevel(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
deleteIdentityInfo(IdentityInfoEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
deleteIdentityLink(IdentityLinkEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
deleteIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
deleteIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteIdentityLink(IdentityLinkDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
deleteIdentityLink(IdentityLinkDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
DeleteIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteIdentityLinkCmd(String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
DeleteIdentityLinkForProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteIdentityLinkForProcessDefinitionCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
deleteIdentityLinksByProcDef(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
deleteIdentityLinksByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
deleteIncident(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
deleteIncident(String, String, String, String) - Method in interface org.camunda.bpm.engine.impl.incident.IncidentHandler
Delete an incident that arose in the context of an execution.
deleteJob(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
deleteJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
deleteJob(JobEntity, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
deleteJob(String) - Method in interface org.camunda.bpm.engine.ManagementService
Delete the job with the provided id.
DeleteJobCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteJobCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteJobCmd
 
deleteJobDefinitionsByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
DeleteJobsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteJobsCmd(List<String>) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
DeleteJobsCmd(List<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
DeleteJobsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
DeleteJobsCmd(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
deleteMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Delete the membership of the user in the group.
deleteMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
deleteMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Creates a membership relation between a user and a group.
deleteMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
DeleteMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteMembershipCmd
 
deleteMembershipsByGroupId(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
deleteMembershipsByUserId(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
deleteMetrics(Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
deleteMetrics(Date) - Method in interface org.camunda.bpm.engine.ManagementService
Deletes all metrics events which are older than the specified timestamp.
DeleteMetricsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteMetricsCmd(Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
 
deleteOperationLogEntriesByCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntriesByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntriesByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntriesByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntriesByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntriesByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteOperationLogEntryById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
deleteProcessDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
deleteProcessInstance(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
deleteProcessInstance(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
deleteProcessInstance(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
deleteProcessInstance(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
deleteProcessInstance() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
deleteProcessInstance() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
deleteProcessInstance(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Delete an existing runtime process instance.
deleteProcessInstance(String, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
Delete an existing runtime process instance.
DeleteProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteProcessInstanceCmd(String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
 
deleteProcessInstancesByProcessDefinition(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
deleteProperty(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
deleteProperty(String) - Method in interface org.camunda.bpm.engine.ManagementService
Deletes a property by name.
DeletePropertyCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeletePropertyCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeletePropertyCmd
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.FoxDeleteProcessInstanceCmd
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
the reason why this process instance was cancelled (deleted)
deleteReason - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteReason - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deleteReason - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
deleteResourcesByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
deleteRoot - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
deletes - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
DELETEs of a single entity
deleteSentryPart(CaseSentryPartEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
deleteStatements - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
DeleteTask - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when a task is deleted.
deleteTask(String, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
deleteTask(TaskEntity, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
deleteTask(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTask(String, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTask(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTask(String) - Method in interface org.camunda.bpm.engine.TaskService
Deletes the given task, not deleting historic information that is related to this task.
deleteTask(String, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Deletes the given task.
deleteTask(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Deletes the given task, not deleting historic information that is related to this task.
deleteTaskAttachment(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTaskAttachment(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Delete an attachment to the given task id and attachment id
DeleteTaskAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteTaskAttachmentCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTaskAttachmentCmd
 
DeleteTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteTaskCmd(String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
DeleteTaskCmd(Collection<String>, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
deleteTaskGroupIdentityLink(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
deleteTaskGroupIdentityLink(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a group identity link of a task has been deleted.
DeleteTaskLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
DeleteTaskLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
 
deleteTasks(Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTasks(Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTasks(Collection<String>, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteTasks(Collection<String>) - Method in interface org.camunda.bpm.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.camunda.bpm.engine.TaskService
Deletes all tasks of the given collection.
deleteTasks(Collection<String>, String) - Method in interface org.camunda.bpm.engine.TaskService
Deletes all tasks of the given collection, not deleting historic information that is related to these tasks.
deleteTasksByCaseInstanceId(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
deleteTasksByProcessInstanceId(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
deleteTaskUserIdentityLink(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
deleteTaskUserIdentityLink(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a user identity link of a task has been deleted.
deleteUser(String) - Method in interface org.camunda.bpm.engine.IdentityService
 
deleteUser(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
deleteUser(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Allows deleting a persistent User object.
deleteUser(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
deleteUser() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
deleteUser() - Method in interface org.camunda.bpm.engine.rest.sub.identity.UserResource
 
deleteUserAccount(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Deprecated.
deleteUserAccount(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
DeleteUserCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteUserCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteUserCmd
 
deleteUserIdentityLink(String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Removes the association between a user and a task for the given identityLinkType.
deleteUserIdentityLink(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
deleteUserIdentityLink(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
deleteUserIdentityLink(String, String, String) - Method in interface org.camunda.bpm.engine.TaskService
Removes the association between a user and a task for the given identityLinkType.
DeleteUserIdentityLinkCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteUserIdentityLinkCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteUserIdentityLinkCmd
 
deleteUserInfo(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Delete an entry of the generic extensibility key-value pairs associated with a user
deleteUserInfo(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
deleteUserInfoByUserId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
deleteUserInfoByUserIdAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
DeleteUserInfoCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteUserInfoCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteUserInfoCmd
 
deleteUserOperationLogEntry(String) - Method in interface org.camunda.bpm.engine.HistoryService
Deletes a user operation log entry.
deleteUserOperationLogEntry(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
DeleteUserOperationLogEntryCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteUserOperationLogEntryCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteUserOperationLogEntryCmd
 
deleteUserPicture(String) - Method in interface org.camunda.bpm.engine.IdentityService
Deletes the picture for a given user.
deleteUserPicture(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
DeleteUserPictureCmd - Class in org.camunda.bpm.engine.impl.cmd
 
DeleteUserPictureCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteUserPictureCmd
 
deleteVariable(String) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
deleteVariable(String) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
deleteVariableInstanceByTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
deletionLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select deleted historic job log entries.
deletionLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
deletionLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
deletionLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
deletions - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
deliverMessage(CorrelationMessageDto) - Method in class org.camunda.bpm.engine.rest.impl.MessageRestServiceImpl
 
deliverMessage(CorrelationMessageDto) - Method in interface org.camunda.bpm.engine.rest.MessageRestService
 
DemoDataGenerator - Class in org.camunda.bpm.example.invoice
Creates demo credentials to be used in the invoice showcase.
DemoDataGenerator() - Constructor for class org.camunda.bpm.example.invoice.DemoDataGenerator
 
denied(Authentication) - Static method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
deniedPaths - Variable in class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
deniedPaths - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
deploy() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
deploy() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Deploy this process application into the runtime container.
deploy(DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
deploy(DeploymentEntity) - Method in interface org.camunda.bpm.engine.impl.persistence.deploy.Deployer
 
deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
deploy() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
deploy() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
deploy(DeploymentBuilderImpl) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
deploy() - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
Deploys all provided sources to the process engine.
deploy() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
DEPLOY_CHANGED_ONLY - Static variable in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
DEPLOY_TIME - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
 
deployAsyncBeforeProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncSequentialMultiInstanceScenario
 
deployAsyncBeforeSubprocessProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncParallelMultiInstanceScenario
 
deployAsyncBeforeTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncSequentialMultiInstanceScenario
 
deployAsyncBeforeTaskProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncParallelMultiInstanceScenario
 
DeployBarTask - Class in org.camunda.bpm.engine.impl.ant
 
DeployBarTask() - Constructor for class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
deployBpmPlatform(LifecycleEvent) - Method in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
deployChangedOnly - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
DeployCmd<T> - Class in org.camunda.bpm.engine.impl.cmd
 
DeployCmd(DeploymentBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
deployConcurrentCompensationProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
deployedArtifacts - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
Will only be used during actual deployment to pass deployed artifacts (eg process definitions).
deployedProcessApplication - Variable in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
DeployedProcessArchive - Class in org.camunda.bpm.container.impl.deployment.util
 
DeployedProcessArchive(ProcessApplicationDeployment) - Constructor for class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
Deployer - Interface in org.camunda.bpm.engine.impl.persistence.deploy
 
deployers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
deployers - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
deployment - Variable in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
deployment - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
the deployment we create here
DEPLOYMENT - Static variable in class org.camunda.bpm.engine.EntityTypes
 
deployment - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
The deployment to which the parsed process definitions will be added.
deployment(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
deployment - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
deployment - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
deployment(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
deployment - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
deployment - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
deployment(BpmnModelInstance...) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
Deployment - Interface in org.camunda.bpm.engine.repository
Represents a deployment that is already present in the process repository.
Deployment - Annotation Type in org.camunda.bpm.engine.test
Annotation for a test method to create and delete a deployment around a test method.
DEPLOYMENT_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
 
DEPLOYMENT_ID - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
 
DEPLOYMENT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
DEPLOYMENT_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
DEPLOYMENT_NAME - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
 
DEPLOYMENT_NAME - Static variable in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
deploymentAfter - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentAfter(Date) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentAfter(Date) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Only select deployments deployed after the given date
deploymentBefore - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentBefore(Date) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentBefore(Date) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Only select deployments deployed before the given date
deploymentBuilder - Variable in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
DeploymentBuilder - Interface in org.camunda.bpm.engine.repository
Builder for creating new deployments.
DeploymentBuilderImpl - Class in org.camunda.bpm.engine.impl.repository
 
DeploymentBuilderImpl(RepositoryServiceImpl) - Constructor for class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
deploymentCache - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
DeploymentCache - Class in org.camunda.bpm.engine.impl.persistence.deploy
 
DeploymentCache() - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
DeploymentDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
DeploymentDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
DeploymentEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
DeploymentEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
DeploymentFailListener - Class in org.camunda.bpm.engine.impl.persistence.deploy
 
DeploymentFailListener(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
 
DeploymentFailListener(Set<String>) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
 
deploymentId - Variable in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
deploymentId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the deployment id.
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceForIdCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.GetProcessApplicationForDeploymentCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmd.RegisterDeploymentCmd
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
deploymentId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentId(String) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
deploymentId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
deploymentId(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
deploymentId(String) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select case definitions that are deployed in a deployment with the given deployment id.
deploymentId(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Only select deployments with the given deployment id.
deploymentId(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions that are deployed in a deployment with the given deployment id
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
deploymentId - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
deploymentId - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
deploymentId - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
deploymentIds - Variable in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
deploymentIds - Variable in class org.camunda.bpm.engine.impl.cmd.UnregisterDeploymentCmd
 
deploymentIds - Variable in class org.camunda.bpm.engine.impl.cmd.UnregisterProcessApplicationCmd
 
deploymentIds - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
 
deploymentInfo - Variable in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
DeploymentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
DeploymentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
deploymentMap - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
the map of deployment resources obtained through scanning
deploymentMap - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
DeploymentMetadataConstants - Class in org.camunda.bpm.container.impl.metadata
Collection of constant string values used by the parsers.
DeploymentMetadataConstants() - Constructor for class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
DeploymentMetadataParse - Class in org.camunda.bpm.container.impl.metadata
Parse implementation for Deployment Metadata.
DeploymentMetadataParse(Parser) - Constructor for class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
 
deploymentName(String) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentName(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Only select deployments with the given name.
deploymentName - Variable in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
deploymentNameLike(String) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
deploymentNameLike(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Only select deployments with a name like the given string.
DeploymentOperation - Class in org.camunda.bpm.container.impl.spi
A DeploymentOperation allows bundling multiple deployment steps into a composite operation that succeeds or fails atomically.
DeploymentOperation(String, PlatformServiceContainer, List<DeploymentOperationStep>) - Constructor for class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
DeploymentOperation.DeploymentOperationBuilder - Class in org.camunda.bpm.container.impl.spi
 
DeploymentOperation.DeploymentOperationBuilder(PlatformServiceContainer, String) - Constructor for class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
DeploymentOperationStep - Class in org.camunda.bpm.container.impl.spi
An atomic step that is part of a composite DeploymentOperation.
DeploymentOperationStep() - Constructor for class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
 
DeploymentQuery - Interface in org.camunda.bpm.engine.repository
Allows programmatic querying of Deployments.
DeploymentQueryDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
DeploymentQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
DeploymentQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
DeploymentQueryImpl - Class in org.camunda.bpm.engine.impl
 
DeploymentQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
DeploymentQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
DeploymentQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a DeploymentQuery.
DeploymentResource - Interface in org.camunda.bpm.engine.rest.sub.repository
 
DeploymentResourceDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
DeploymentResourceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
DeploymentResourceImpl - Class in org.camunda.bpm.engine.rest.sub.repository.impl
 
DeploymentResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
 
DeploymentResourceNotFoundException - Exception in org.camunda.bpm.engine.exception
 
DeploymentResourceNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.DeploymentResourceNotFoundException
 
DeploymentResourceNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.DeploymentResourceNotFoundException
 
DeploymentResourceNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.DeploymentResourceNotFoundException
 
DeploymentResourceNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.DeploymentResourceNotFoundException
 
deploymentResources - Variable in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
DeploymentResourcesResource - Interface in org.camunda.bpm.engine.rest.sub.repository
 
DeploymentResourcesResourceImpl - Class in org.camunda.bpm.engine.rest.sub.repository.impl
 
DeploymentResourcesResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
DeploymentRestService - Interface in org.camunda.bpm.engine.rest
 
DeploymentRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
DeploymentRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
deploymentServiceNames - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
the names of the deployment services we depend on; those must be added as declarative dependencies when the service is installed.
DeploymentStatistics - Interface in org.camunda.bpm.engine.management
 
DeploymentStatisticsEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
DeploymentStatisticsEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
DeploymentStatisticsQuery - Interface in org.camunda.bpm.engine.management
 
DeploymentStatisticsQueryImpl - Class in org.camunda.bpm.engine.impl
 
DeploymentStatisticsQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
deploymentsToRegister - Variable in class org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
 
deploymentTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
deploymentTime - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
deployMessageBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario
 
deployMessageBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario
 
deployMessageBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NonInterruptingBoundaryEventScenario
 
deployNestedProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneScopeTaskScenario
 
deployNestedProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneTaskScenario
 
deployNestedProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelScopeTasksScenario
 
deployNestedProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelTasksScenario
 
deployOneTaskProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.InterruptingEventSubprocessCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SingleActivityCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelCreateCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelThrowCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.TransactionCancelCompensationScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.InterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingErrorEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingEventSubprocessParallelScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessNestedSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedParallelNonInterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NonInterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.ParallelNestedNonInterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.TwoLevelNestedNonInterruptingEventSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.gateway.EventBasedGatewayScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.NestedSequentialMultiInstanceSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.SequentialMultiInstanceSubprocessScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneScopeTaskScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneTaskScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelScopeTasksScenario
 
deployProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelTasksScenario
 
deployProcessApplication(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
deployProcessApplication(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
deployProcessApplication(AbstractProcessApplication) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
Deploy a AbstractProcessApplication into the runtime container.
DeployProcessArchivesStep - Class in org.camunda.bpm.container.impl.deployment
Deployment step responsible for creating individual DeployProcessArchiveStep instances for each process archive configured in the META-INF/processes.xml file.
DeployProcessArchivesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.DeployProcessArchivesStep
 
DeployProcessArchiveStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step responsible for deploying a process archive
DeployProcessArchiveStep(ProcessArchiveXml, URL) - Constructor for class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
deployProcessParallel() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.MultiInstanceReceiveTaskScenario
 
deployProcessSequential() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.MultiInstanceReceiveTaskScenario
 
deployProcessWithNonInterruptingBoundaryEvent() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.ParallelMultiInstanceSubprocessScenario
 
deployProcessWithNonInterruptingBoundaryEvent() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.SequentialMultiInstanceSubprocessScenario
 
deployServletProcessApplication(ServletProcessApplication) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
deployTimerBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario
 
deployTimerBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario
 
deployTimerBoundary() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NonInterruptingBoundaryEventScenario
 
desc() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
desc() - Method in interface org.camunda.bpm.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).
desc() - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
DESCENDING - Static variable in class org.camunda.bpm.engine.impl.Direction
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityInstanceCancellationCmd
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
 
describe() - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
describeFailure(String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
DescribesScenario - Annotation Type in org.camunda.bpm.qa.upgrade
 
description - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
description - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
DESCRIPTION - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
description - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
description - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
DESCRIPTION - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
description - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
description - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
DESCRIPTION - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
description - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
description - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
description - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
DESCRIPTION_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
descriptionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
descriptionExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
descriptionLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
DESERIALIZE_VALUE_QUERY_PARAM - Static variable in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
DESERIALIZE_VALUES_QUERY_PARAM - Static variable in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
deserializeFromByteArray(byte[], ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
deserializeFromByteArray(byte[], String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
Deserialize the object from a byte array.
deserializeFromByteArray(byte[], ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
Deserialize the object from a byte array.
deserializeFromByteArray(byte[], String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
deserializeFromByteArray(byte[], String) - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
deserializeFromByteArray(byte[], ValueFields) - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
deserializeJsonObject(String, byte[]) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
deserializeObjectValues - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
 
deserializeValue - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
deserializeValue - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
deserializeValue - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
deserializeValues - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
deserializeValues - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
deserializeValues - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
destination - Variable in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
destinationExpression - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
destinationVariableName - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
destroy() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
destroy() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
Method used for destroying a scope in a way that the execution can be removed afterwards.
destroy() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
destroy() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
destroy(VariableScope, VariableScope) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
destroy() - Static method in class org.camunda.bpm.engine.ProcessEngines
closes all process engines.
destroy() - Method in interface org.camunda.bpm.engine.rest.cache.Cache
Destroy cache.
destroy() - Method in class org.camunda.bpm.engine.rest.filter.CacheControlFilter
 
destroy() - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
destroy() - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
destroy() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
destroy() - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
destroy() - Method in class org.camunda.bpm.engine.spring.container.ManagedProcessEngineFactoryBean
 
destroy() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
destroy() - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
 
destroy() - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
 
destroy() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
destroy() - Method in class org.camunda.bpm.webapp.test.util.DbSchemaPrefixTestHelper
 
destroyConcurrentScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Destroys a concurrent scope Execution.
destroyHalRelationCaches() - Method in class org.camunda.bpm.engine.rest.hal.Hal
 
destroySecondNonScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Destroy an execution for an activity that was previously not a scope and now is (e.g.
detailId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select the historic detail with the given id.
detailId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
detailId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
detailId - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
details - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
detectAnnotatedMethod(Class<?>, Class<? extends Annotation>) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
detectExistingComponent(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor
Detect an existing ProcessApplication component.
determineEntityReferences() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
determineFirstActivity(ProcessDefinitionImpl, ProcessInstanceModificationBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceAtActivitiesCmd
get the activity that is started by the first instruction, if exists; return null if the first instruction is a start-transition instruction
determinePropagatingExecutionOnEnd(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Tolerates the broken execution trees fixed with CAM-3727 where there may be more ancestor scope executions than ancestor flow scopes; In that case, the argument execution is removed, the parent execution of the argument is returned such that one level of mismatch is corrected.
determineSerializer(VariableSerializers, TypedValue) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
determineSourceInstanceExecution(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
 
determineSourceInstanceExecution(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityInstanceCancellationCmd
 
determineSourceInstanceExecution(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
 
DI_ATTRIBUTE_DOCUMENTATION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ATTRIBUTE_ID - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
DI
DI_ATTRIBUTE_NAME - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ATTRIBUTE_RESOLUTION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_DIAGRAM - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_DIAGRAM_ELEMENT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
DI
DI_ELEMENT_EDGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_EXTENSION - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_LABEL - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_LABELED_EDGE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_LABELED_SHAPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_NODE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_PLANE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_SHAPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_STYLE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_ELEMENT_WAYPOINT - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
DI_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The DI namespace
diagram - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
diagram - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
Diagram - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Diagram element
DIAGRAM_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
DIAGRAM_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
DiagramEdge - Class in org.camunda.bpm.engine.repository
Stores waypoints of a diagram edge.
DiagramEdge() - Constructor for class org.camunda.bpm.engine.repository.DiagramEdge
 
DiagramEdge(String, List<DiagramEdgeWaypoint>) - Constructor for class org.camunda.bpm.engine.repository.DiagramEdge
 
DiagramEdgeWaypoint - Class in org.camunda.bpm.engine.repository
Stores the position of a waypoint of a diagram edge.
DiagramEdgeWaypoint() - Constructor for class org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
 
DiagramElement - Class in org.camunda.bpm.engine.repository
Represents a diagram node.
DiagramElement() - Constructor for class org.camunda.bpm.engine.repository.DiagramElement
 
DiagramElement(String) - Constructor for class org.camunda.bpm.engine.repository.DiagramElement
 
DiagramElement - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI DiagramElement element
diagramElementCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.PlaneImpl
 
DiagramElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI DiagramElement element
DiagramElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
DiagramImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Diagram element
DiagramImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
DiagramLayout - Class in org.camunda.bpm.engine.repository
Stores a two-dimensional graph layout.
DiagramLayout(Map<String, DiagramElement>) - Constructor for class org.camunda.bpm.engine.repository.DiagramLayout
 
DiagramNode - Class in org.camunda.bpm.engine.repository
Stores position and dimensions of a diagram node.
DiagramNode() - Constructor for class org.camunda.bpm.engine.repository.DiagramNode
 
DiagramNode(String) - Constructor for class org.camunda.bpm.engine.repository.DiagramNode
 
DiagramNode(String, Double, Double, Double, Double) - Constructor for class org.camunda.bpm.engine.repository.DiagramNode
 
diagramResourceName - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
diagramResourceName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
direction(Direction) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
Direction - Class in org.camunda.bpm.engine.impl
 
Direction(String) - Constructor for class org.camunda.bpm.engine.impl.Direction
 
DIRECTION - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
direction - Variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
directionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
directionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
directory - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
DIRTY_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
DISABLE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
disable() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
disable() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to state.
disable() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
disable(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
disable(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
disable(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
disable() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Additionally to CaseExecutionCommandBuilder.execute() the associated case execution will be disabled.
disableAuthorizationCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
disableBinaryFetching() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Disable fetching of byte array values.
disableBinaryFetching() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Disable fetching of byte array values.
disableBinaryFetching() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
disableBinaryFetching() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
disableBinaryFetching() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
disableBinaryFetching() - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Disable fetching of byte array values.
disableCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
Disables the case execution identified by the given id.
disableCaseExecution(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Disables the case execution identified by the given id.
disableCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
disableCaseExecution(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
DisableCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
DisableCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.DisableCaseExecutionCmd
 
DisableCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.DisableCaseExecutionCmd
 
disableCustomObjectDeserialization() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Disable deserialization of variable values that are custom objects.
disableCustomObjectDeserialization() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Disable deserialization of variable values that are custom objects.
disableCustomObjectDeserialization() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
disableCustomObjectDeserialization() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
disableCustomObjectDeserialization() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
disableCustomObjectDeserialization() - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Disable deserialization of variable values that are custom objects.
disabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are disabled
disabled() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
DISABLED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
disabled() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
disabled - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
disabled - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
disabled - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
disabled() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are disabled.
disableLogUserOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
disableLogUserOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
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
 
discardCaseDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
discardProcessDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
discretionaryElementHandlers - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
DiscretionaryItem - Interface in org.camunda.bpm.model.cmmn.instance
 
DiscretionaryItemImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
DiscretionaryItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
dispatchEvent(VariableEvent) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
dispatchEvent(VariableEvent) - Method in interface org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher
 
dispatchEvent(VariableEvent) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
disposeExecutionStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
disposeProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
DIV - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
div(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
DIV_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
dn - Variable in class org.camunda.bpm.identity.impl.ldap.LdapGroupEntity
 
dn - Variable in class org.camunda.bpm.identity.impl.ldap.LdapUserEntity
 
doCall(Callable<T>) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
doConvertToString(BpmnModelInstance) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doConvertToString(CmmnModelInstance) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doCreateEmptyModel() - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doCreateEmptyModel() - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
Documentation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN documentation element
documentationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
documentationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
documentationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
DocumentationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN documentation element
DocumentationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
doExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.camunda.bpm.engine.rest.filter.CacheControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
doFilterSecure(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
doLogin(String, String, String, String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
doLogout(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
DomDocument - Interface in org.camunda.bpm.model.xml.instance
Encapsulates a Document.
DomDocumentImpl - Class in org.camunda.bpm.model.xml.impl.instance
 
DomDocumentImpl(Document) - Constructor for class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
DomElement - Interface in org.camunda.bpm.model.xml.instance
Encapsulates Element.
DomElementImpl - Class in org.camunda.bpm.model.xml.impl.instance
 
DomElementImpl(Element) - Constructor for class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
DomUtil - Class in org.camunda.bpm.model.xml.impl.util
Helper methods which abstract some gruesome DOM specifics.
DomUtil() - Constructor for class org.camunda.bpm.model.xml.impl.util.DomUtil
 
DomUtil.DomErrorHandler - Class in org.camunda.bpm.model.xml.impl.util
 
DomUtil.DomErrorHandler() - Constructor for class org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
 
DomUtil.ElementByNameListFilter - Class in org.camunda.bpm.model.xml.impl.util
Filters Elements by their nodeName + namespaceUri
DomUtil.ElementByNameListFilter(String, String) - Constructor for class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByNameListFilter
 
DomUtil.ElementByTypeListFilter - Class in org.camunda.bpm.model.xml.impl.util
 
DomUtil.ElementByTypeListFilter(Class<?>, ModelInstanceImpl) - Constructor for class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByTypeListFilter
 
DomUtil.ElementNodeListFilter - Class in org.camunda.bpm.model.xml.impl.util
Filter retaining only Nodes of type Node.ELEMENT_NODE
DomUtil.ElementNodeListFilter() - Constructor for class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementNodeListFilter
 
DomUtil.NodeListFilter - Interface in org.camunda.bpm.model.xml.impl.util
A DomUtil.NodeListFilter allows to filter a NodeList, retaining only elements in the list which match the filter.
done() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
Finishes the process building.
doReadModelFromFile(File) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doReadModelFromFile(File) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doReadModelFromInputStream(InputStream) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doReadModelFromInputStream(InputStream) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doRegisterTypes(ModelBuilder) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doRegisterTypes(ModelBuilder) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doSignal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
doSignal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
DOUBLE - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
DOUBLE - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
DoubleAttribute - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
doubleAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
doubleAttribute(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
DoubleAttributeBuilder - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
DoubleAttributeBuilder(String, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttributeBuilder
 
doubleToString(double) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Produce a string from a double.
doubleValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
doubleValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
doubleValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
doubleValue - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
doubleValue - Variable in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
DoubleValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Double.
doubleValue(Double) - Static method in class org.camunda.bpm.engine.variable.Variables
 
DoubleValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
DoubleValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.DoubleValueSerializer
 
doValidate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
doValidateModel(BpmnModelInstance) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doValidateModel(CmmnModelInstance) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doWriteModelToFile(File, BpmnModelInstance) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doWriteModelToFile(File, CmmnModelInstance) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
doWriteModelToOutputStream(OutputStream, BpmnModelInstance) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
doWriteModelToOutputStream(OutputStream, CmmnModelInstance) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
draw(ProcessDiagramCanvas, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator.ActivityDrawInstruction
 
drawActivity(ProcessDiagramCanvas, ActivityImpl, List<String>) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
drawActivityMarkers(int, int, int, int, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawArrowHead(Line2D.Double) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawBusinessRuleTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCatchingErroEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCatchingEvent(int, int, int, int, Image) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCatchingSignalEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCatchingTimerEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCollapsedCallActivity(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCollapsedMarker(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCollapsedSubProcess(String, int, int, int, int, Boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawCollapsedTask(String, int, int, int, int, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawConditionalSequenceFlowIndicator(Line2D.Double) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawErrorEndEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawErrorStartEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawExclusiveGateway(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawExpandedSubProcess(String, int, int, int, int, Boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawGateway(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawHighLight(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawInclusiveGateway(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawManualTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawMultiInstanceMarker(boolean, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawNoneEndEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawNoneStartEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawParallelGateway(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawPoolOrLane(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawReceiveTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawScriptTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawSendTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawSequenceflow(int, int, int, int, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawSequenceflowWithoutArrow(int, int, int, int, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawServiceTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawStartEvent(int, int, int, int, Image) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawTask(String, int, int, int, int, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawThrowingSignalEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawTimerStartEvent(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
drawUserTask(String, int, int, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
dropCreateDatabase(ProcessEngine) - Static method in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
dropSchema(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
DUE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
due - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
DUE_AFTER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
DUE_BEFORE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
DUE_DATE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
DUE_DATE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
DUE_DATE - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
DUE_DATE_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
dueAfter - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
dueAfter - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueAfter(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueAfter(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a due date after the given date.
dueAfterExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueAfterExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a due date after the described date by the given expression.
dueBefore - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
dueBefore - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueBefore(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueBefore(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a due date before the given date.
dueBeforeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueBeforeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a due date before the described date by the given expression.
DUEDATE - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
dueDate - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
dueDate - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
duedate - Variable in class org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
 
DUEDATE - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
duedate - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
dueDate - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
dueDate - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueDate(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueDate(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given due date.
DueDateBusinessCalendar - Class in org.camunda.bpm.engine.impl.calendar
 
DueDateBusinessCalendar() - Constructor for class org.camunda.bpm.engine.impl.calendar.DueDateBusinessCalendar
 
dueDateExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
dueDateExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
dueDateExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the described due date by the given expression.
duedateHigherThan - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateHigherThan(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateHigherThan(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs where the duedate is higher then the given date.
duedateHigherThanOrEqual - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateHigherThen(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateHigherThen(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Deprecated. 
duedateHigherThenOrEquals(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateHigherThenOrEquals(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Deprecated. 
duedateLowerThan - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateLowerThan(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateLowerThan(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs where the duedate is lower than the given date.
duedateLowerThanOrEqual - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateLowerThen(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateLowerThen(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Deprecated. 
duedateLowerThenOrEquals(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
duedateLowerThenOrEquals(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Deprecated. 
dump(PrintWriter, Node) - Static method in class org.camunda.bpm.engine.impl.juel.NodePrinter
 
dump(PrintWriter) - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Print the parse tree.
dump(PrintWriter) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Print the parse tree.
DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
duration - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
DurationBusinessCalendar - Class in org.camunda.bpm.engine.impl.calendar
 
DurationBusinessCalendar() - Constructor for class org.camunda.bpm.engine.impl.calendar.DurationBusinessCalendar
 
DurationHelper - Class in org.camunda.bpm.engine.impl.calendar
helper class for parsing ISO8601 duration format (also recurring) and computing next timer date
DurationHelper(String) - Constructor for class org.camunda.bpm.engine.impl.calendar.DurationHelper
 
durationInMillis - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
durationInMillis - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
DynamicBeanPropertyELResolver - Class in org.camunda.bpm.engine.impl.javax.el
A ELResolver for dynamic bean properties
DynamicBeanPropertyELResolver(boolean, Class<?>, String, String) - Constructor for class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
DynamicBeanPropertyELResolver(Class<?>, String, String) - Constructor for class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
DynamicExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
A script which is dynamically determined during the execution.
DynamicExecutableScript(Expression, String) - Constructor for class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
 
DynamicResourceExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
A script which resource path is dynamically determined during the execution.
DynamicResourceExecutableScript(String, Expression) - Constructor for class org.camunda.bpm.engine.impl.scripting.DynamicResourceExecutableScript
 
DynamicSourceExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
A script which source code is dynamically determined during the execution.
DynamicSourceExecutableScript(String, Expression) - Constructor for class org.camunda.bpm.engine.impl.scripting.DynamicSourceExecutableScript
 

E

Edge - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Edge element
EdgeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
 
EdgeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
 
EJB_CONTEXT_PATH - Static variable in class org.camunda.bpm.application.impl.EjbProcessApplication
 
ejbBpmPlatform - Variable in class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
 
ejbBpmPlatform - Variable in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
EjbBpmPlatformBootstrap - Class in org.camunda.bpm.container.impl.ejb
Bootstrap for the camunda BPM platform using a singleton EJB
EjbBpmPlatformBootstrap() - Constructor for class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
EjbJarParsePlatformXmlStep - Class in org.camunda.bpm.container.impl.ejb.deployment
Deployment Step that reads the bpm-platform.xml from the classpath
EjbJarParsePlatformXmlStep() - Constructor for class org.camunda.bpm.container.impl.ejb.deployment.EjbJarParsePlatformXmlStep
 
EjbProcessApplication - Class in org.camunda.bpm.application.impl
Common base class for writing EJB process applications.
EjbProcessApplication() - Constructor for class org.camunda.bpm.application.impl.EjbProcessApplication
 
EjbProcessApplicationReference - Class in org.camunda.bpm.application.impl
A reference to an EJB process application.
EjbProcessApplicationReference(ProcessApplicationInterface, String) - Constructor for class org.camunda.bpm.application.impl.EjbProcessApplicationReference
 
EjbProcessApplicationService - Class in org.camunda.bpm.container.impl.ejb
Exposes the ProcessApplicationService as EJB inside the container.
EjbProcessApplicationService() - Constructor for class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
 
EjbProcessEngineService - Class in org.camunda.bpm.container.impl.ejb
Exposes the ProcessEngineService as EJB inside the container.
EjbProcessEngineService() - Constructor for class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
elContext - Variable in class org.camunda.bpm.engine.impl.delegate.ExpressionGetInvocation
 
elContext - Variable in class org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation
 
ELContext - Class in org.camunda.bpm.engine.impl.javax.el
Context information for expression evaluation.
ELContext() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ELContext
 
ElContextDelegate - Class in org.camunda.bpm.engine.cdi.impl.el
 
ElContextDelegate(ELContext, ELResolver) - Constructor for class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
ELContextEvent - Class in org.camunda.bpm.engine.impl.javax.el
An event which indicates that an ELContext has been created.
ELContextEvent(ELContext) - Constructor for class org.camunda.bpm.engine.impl.javax.el.ELContextEvent
Constructs an ELContextEvent object to indicate that an ELContext has been created.
ELContextListener - Interface in org.camunda.bpm.engine.impl.javax.el
The listener interface for receiving notification when an ELContext is created.
Element - Enum in org.camunda.bpm.container.impl.jboss.extension
An Element.
element - Variable in exception org.camunda.bpm.engine.BpmnParseException
 
Element - Class in org.camunda.bpm.engine.impl.util.xml
Represents one XML element.
Element(String, String, String, Attributes, Locator) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Element
 
element(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
element - Variable in class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
 
element(Class<T>) - Method in class org.camunda.bpm.model.xml.impl.type.child.SequenceBuilderImpl
 
element(Class<T>) - Method in interface org.camunda.bpm.model.xml.type.child.SequenceBuilder
 
elementCollection(Class<T>) - Method in class org.camunda.bpm.model.xml.impl.type.child.SequenceBuilderImpl
 
elementCollection(Class<T>) - Method in interface org.camunda.bpm.model.xml.type.child.SequenceBuilder
 
elementIds - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
A list of all element IDs.
elementNS(Namespace, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
ElementReference<Target extends ModelElementInstance,Source extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
ElementReferenceBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
ElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
ElementReferenceBuilderImpl(Class<Source>, Class<Target>, ChildElementImpl<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceBuilderImpl
 
ElementReferenceCollection<Target extends ModelElementInstance,Source extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
ElementReferenceCollectionAssert - Class in org.camunda.bpm.model.xml.test.assertions
 
ElementReferenceCollectionAssert(ElementReferenceCollection<?, ?>) - Constructor for class org.camunda.bpm.model.xml.test.assertions.ElementReferenceCollectionAssert
 
ElementReferenceCollectionBuilder<Target extends ModelElementInstance,Source extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
ElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
ElementReferenceCollectionBuilderImpl(Class<Source>, Class<Target>, ChildElementCollectionImpl<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
 
elementReferenceCollectionImpl - Variable in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
 
ElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
ElementReferenceCollectionImpl(ChildElementCollection<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
ElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
ElementReferenceImpl(ChildElement<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceImpl
 
elements - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
elements - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
elements(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
elements() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
elementsNS(Namespace, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
elementsNS(String, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
elementStack - Variable in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
ELException - Exception in org.camunda.bpm.engine.impl.javax.el
Represents any of the exception conditions that can arise during expression evaluation.
ELException() - Constructor for exception org.camunda.bpm.engine.impl.javax.el.ELException
Creates an ELException with no detail message.
ELException(String) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.ELException
Creates an ELException with the provided detail message.
ELException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.ELException
Creates an ELException with the given cause.
ELException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.ELException
Creates an ELException with the given detail message and root cause.
elResolver - Variable in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
elResolver - Variable in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
elResolver - Variable in class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
ELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Enables customization of variable and property resolution behavior for EL expression evaluation.
ELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ELResolver
 
ElValueProvider - Class in org.camunda.bpm.engine.impl.el
Makes it possible to use expression in IoParameter mappings.
ElValueProvider(Expression) - Constructor for class org.camunda.bpm.engine.impl.el.ElValueProvider
 
email - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
email - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
EMAIL - Static variable in interface org.camunda.bpm.engine.impl.UserQueryProperty
 
email - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
email - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
email - Variable in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
emailLike - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
emailLike - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
embed(HalRelation, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
Can be used to embed a relation.
EmbeddedProcessApplication - Class in org.camunda.bpm.application.impl
An embedded process application is a ProcessApplication that uses an embedded process engine.
EmbeddedProcessApplication() - Constructor for class org.camunda.bpm.application.impl.EmbeddedProcessApplication
 
EmbeddedProcessApplicationReferenceImpl - Class in org.camunda.bpm.application.impl
The process engine holds a strong reference to the embedded process application.
EmbeddedProcessApplicationReferenceImpl(EmbeddedProcessApplication) - Constructor for class org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
 
embeddedSubProcess() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder
 
EmbeddedSubProcessBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
EmbeddedSubProcessBuilder(AbstractSubProcessBuilder) - Constructor for class org.camunda.bpm.model.bpmn.builder.EmbeddedSubProcessBuilder
 
embedVariableValuesInHalTask(HalTask, Map<String, List<VariableInstance>>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
EMPTY - Static variable in class org.camunda.bpm.engine.impl.juel.AstUnary
 
empty(TypeConverter, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
EMPTY_CHANGE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
the empty change
EMPTY_JSON_BODY - Static variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
EMPTY_LINE - Static variable in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
EMPTY_LINE - Static variable in class org.camunda.bpm.engine.impl.test.TestHelper
 
EMPTY_LIST - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
EMPTY_PROCESSES_XML - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
Constant representing the empty processes.xml
EmptyHalCollection - Class in org.camunda.bpm.engine.rest.hal
 
EmptyHalCollection() - Constructor for class org.camunda.bpm.engine.rest.hal.EmptyHalCollection
 
EmptyHalCollection(long) - Constructor for class org.camunda.bpm.engine.rest.hal.EmptyHalCollection
 
emptyHalCollection() - Static method in class org.camunda.bpm.engine.rest.hal.EmptyHalCollection
 
EmptyHalResource - Class in org.camunda.bpm.engine.rest.hal
 
EmptyHalResource() - Constructor for class org.camunda.bpm.engine.rest.hal.EmptyHalResource
 
emptyHalResource() - Static method in class org.camunda.bpm.engine.rest.hal.EmptyHalResource
 
emptyMapping() - Static method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
ENABLE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
enable() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.ENABLED state.
enable() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
ENABLE_DUPLICATE_FILTERING - Static variable in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
enableAuthorizationCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
enabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are enabled
enabled() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
ENABLED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
enabled() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
enabled - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
enabled - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
enabled - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
enabled() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are enabled.
enableDuplicateFiltering() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
enableDuplicateFiltering(boolean) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
enableDuplicateFiltering() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
enableDuplicateFiltering(boolean) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
enableDuplicateFiltering() - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
Deprecated.
enableDuplicateFiltering(boolean) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
Check the resources for duplicates in the set of previous deployments.
enableDuplicateFiltering() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
Deprecated.
enableDuplicateFiltering(boolean) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
enableExpressionsInAdhocQueries - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
handling of expressions submitted via API; can be used as guards against remote code execution
enableExpressionsInStoredQueries - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
enableFetchScriptEngineFromProcessApplication - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
enableResumingOfPreviousVersions(ProcessApplicationDeploymentBuilder) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
enableResumingOfPreviousVersions(ProcessApplicationDeploymentBuilder) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
enableScriptCompilation - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
enableScriptEngineCaching - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
enableScriptEngineCaching - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
encode(Object) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes an Object using the base64 algorithm.
encode(byte[]) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
encodeBase64(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[], boolean) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64Chunked(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
encodeBase64String(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
encodeBase64URLSafe(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
encodeHash(byte[]) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
encodeInteger(BigInteger) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
encodeToString(byte[]) - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
encrypt(String) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
 
encrypt(String) - Method in interface org.camunda.bpm.engine.impl.digest.PasswordEncryptor
Encrypt the given password
encrypt(String) - Method in class org.camunda.bpm.engine.impl.digest.ShaHashDigest
 
encryptPassword(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
encryptPassword() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
encryptPassword(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
END - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
END - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
END - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
end(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
ends this execution.
end(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Ends an execution.
end() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
 
END_ACTIVITY - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that an activity is being left / was left
END_EVENT_STROKE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
END_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
EndActivity - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when an activity is ended / left
endActivity() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
endActivity() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
endActivityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
id of the activity which started the process instance
EndActivityLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
EndActivityLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral
 
endArray() - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
End an array.
endCompensation() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Execution finished compensation.
endCompensation() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
endDate - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
endDate(Date) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
endDate(Date) - Method in interface org.camunda.bpm.engine.management.MetricsQuery
Restrict to data collected before the given date
ended() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are already ended (ie.
ended - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
ended() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
endedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances that were ended (ie.
endedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
endedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
endedAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
endedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances that were ended (ie.
endedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
endedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
endedBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
endElement() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
endElement(String, String, String) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
endEvent() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
endEvent(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
EndEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN endEvent element
EndEventBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
EndEventBuilder(BpmnModelInstance, EndEvent) - Constructor for class org.camunda.bpm.model.bpmn.builder.EndEventBuilder
 
EndEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN endEvent element
EndEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EndEventImpl
 
endObject() - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
End an object.
EndPoint - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN endPoint element
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
endpointDeactivation(MessageEndpointFactory, ActivationSpec) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
endpointFactory - Variable in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
EndPointImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN endPoint element
EndPointImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EndPointImpl
 
EndPointRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN interfaceRef element of the BPMN tParticipant type
EndPointRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EndPointRef
 
endPointRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
endTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
endTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
endTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
endTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
endTransition() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricJobLogResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
engine - Variable in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
engine - Variable in class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
ENGINE_REQUEST_URL_PATTERN - Static variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
engineConfigurationResource - Variable in class org.camunda.bpm.engine.impl.test.ResourceProcessEngineTestCase
 
engineName - Variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
 
EngineRequestAuthorizer - Class in org.camunda.bpm.webapp.impl.security.filter
This is a RequestAuthorizer which authorizes all process engine api requests based on the current authentication
EngineRequestAuthorizer() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.EngineRequestAuthorizer
 
EngineRestApplication - Class in org.camunda.bpm.webapp.impl.engine
The engine rest api exposed by the application.
EngineRestApplication() - Constructor for class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
 
EngineUtil - Class in org.camunda.bpm.engine.rest.util
 
EngineUtil() - Constructor for class org.camunda.bpm.engine.rest.util.EngineUtil
 
ensureActivityIdInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
ensureActivityInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureActivityInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
must be called before the activity member field or getActivity() is called
ensureAtLeastOneNotEmpty(String, String...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureAtLeastOneNotEmpty(Class<? extends ProcessEngineException>, String, String...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureAtLeastOneNotNull(String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureAtLeastOneNotNull(Class<? extends ProcessEngineException>, String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureCamundaAdminGroupExists(ProcessEngine) - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
ensureCapacityLimit() - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
ensureCaseDefinitionInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
ensureCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
ensureCaseExecutionsInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureCaseExecutionTreeInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureCaseInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureCaseInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
ensureCaseSentryPartsInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureCleanAfterTest - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
ensureCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
ensureCommandContextNotActive() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
ensureConcurrent(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
ensureConcurrentScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
ensureConnectorInitialized() - Method in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
 
ensureContextFunctionMapInitialized() - Method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
ensureContextFunctionMapInitialized() - Method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
ensureContextInitialized() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
ensureDefaultInitialExists() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
ensureEventSubscriptionsInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureExceptionByteArrayInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
ensureExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
ensureExecutionsInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureExecutionTreeInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
Fetch all the executions inside the same process instance as list and then reconstruct the complete execution tree.
ensureGeneratorInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
 
ensureHasId(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
ensureHistoryReadOnProcessDefinition(HistoricActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricStatisticsManager
 
ensureIncidentsInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureInitialization() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
ensureInitialized() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
 
ensureInstanceOf(String, Object, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureInstanceOf(Class<? extends ProcessEngineException>, String, Object, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureInstanceOf(String, String, Object, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureInstanceOf(Class<? extends ProcessEngineException>, String, String, Object, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureInstanceOf(Object, Class<?>) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
ensureJobDefinitionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
ensureJobsInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureNoIoMappingDefined(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
ensureNotCaseInstance(CmmnActivityExecution, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
ensureNotContainsEmptyString(String, Collection<String>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsEmptyString(String, String, Collection<String>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsEmptyString(Class<? extends ProcessEngineException>, String, Collection<String>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsEmptyString(Class<? extends ProcessEngineException>, String, String, Collection<String>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsNull(String, Collection<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsNull(String, String, Collection<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotContainsNull(Class<? extends ProcessEngineException>, String, String, Collection<?>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, Collection) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, Collection) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, String, Collection) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, String, Collection) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, Map) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, Map) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(String, String, Map) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotEmpty(Class<? extends ProcessEngineException>, String, String, Map) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(String, Object) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(Class<? extends ProcessEngineException>, String, Object) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(String, String, Object) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(Class<? extends ProcessEngineException>, String, String, Object) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(Class<? extends ProcessEngineException>, String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(String, String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotNull(Class<? extends ProcessEngineException>, String, String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNotReadOnly() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
 
ensureNotSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureNotSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
ensureNull(Class<? extends ProcessEngineException>, String, String, Object) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNumberOfElements(String, Collection, int) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNumberOfElements(String, String, Collection, int) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureNumberOfElements(Class<? extends ProcessEngineException>, String, String, Collection, int) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureOnlyOneNotNull(String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureOnlyOneNotNull(Class<? extends ProcessEngineException>, String, Object...) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureParentInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureParentInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureParentTaskActive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
ensurePayloadProcessInstanceVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
ensurePositive(String, Integer) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensurePositive(Class<? extends ProcessEngineException>, String, Integer) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensurePositive(String, String, Integer) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensurePositive(Class<? extends ProcessEngineException>, String, String, Integer) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensurePrefixAndSchemaFitToegether(String, String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
When providing a schema and a prefix the prefix has to be the schema ending with a dot.
ensureProcessDefinitionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
for setting the process definition, this setter must be used as subclasses can override
ensureProcessInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
ensureSerializerInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
ensureSerializerInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
ensureSerializerInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
ensureSetupAvailable(ProcessEngine) - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
ensureSourceCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
ensureSpinFunctionMapInitialized() - Method in class org.camunda.spin.plugin.impl.SpinFunctionMapper
 
ensureSubCaseInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureSubCaseInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureSubProcessInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureSubProcessInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureSuperCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureSuperCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureSuperExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureSuperExecutionInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureTaskActive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
ensureTaskInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
ensureTasksInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
ensureTransitionAllowed(CmmnActivityExecution, CaseExecutionState, CaseExecutionState, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
EnsureUtil - Class in org.camunda.bpm.engine.impl.util
 
EnsureUtil() - Constructor for class org.camunda.bpm.engine.impl.util.EnsureUtil
 
ensureVariableDeletionsInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariableDeletionsLocalInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariableInstancesInitialized() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
ensureVariableShouldNotBeRemoved(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariableShouldNotBeSet(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
ensureVariablesLocalInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariablesShouldNotBeRemoved(Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
ensureVariablesShouldNotBeSet(Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
enterActivityInstance() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
invoked to notify the execution that a new activity instance is started
enterActivityInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
entity - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
The entity the operation is performed on.
entity - Static variable in class org.camunda.bpm.engine.impl.util.json.XMLTokener
The table of entity values.
ENTITY_TYPE_ATTACHMENT - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Deprecated.
Please use EntityTypes.ATTACHMENT instead.
ENTITY_TYPE_IDENTITY_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Deprecated.
Please use EntityTypes.IDENTITY_LINK instead.
ENTITY_TYPE_TASK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Deprecated.
Please use EntityTypes.TASK instead.
entityCache - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
reusable cache
entityCacheKeys - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
entityDeleted(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
entityId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
entityId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
entityInserted(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
entityManagerFactory - Variable in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
entityManagerFactory - Variable in class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
EntityManagerSession - Interface in org.camunda.bpm.engine.impl.variable.serializer.jpa
 
EntityManagerSessionFactory - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
 
EntityManagerSessionFactory(Object, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
EntityManagerSessionImpl - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
 
EntityManagerSessionImpl(EntityManagerFactory, EntityManager, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
EntityManagerSessionImpl(EntityManagerFactory, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
EntityMetaData - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
Class containing meta-data about Entity-classes.
EntityMetaData() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
entityState - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
entityType(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query for operations on entities of a given type only.
entityType - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
The type of the DbEntity this operation is executed on.
entityType - Variable in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
 
entityType - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
entityType - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
entityType - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
entityType(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
entityType - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
entityType - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
EntityTypeComparatorForInserts - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
 
EntityTypeComparatorForInserts() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForInserts
 
EntityTypeComparatorForModifications - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
Compares operations by Entity type.
EntityTypeComparatorForModifications() - Constructor for class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForModifications
 
EntityTypes - Class in org.camunda.bpm.engine
 
EntityTypes() - Constructor for class org.camunda.bpm.engine.EntityTypes
 
entityUpdated(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
entryCriteria - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
entryCriteriaRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
entryId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteUserOperationLogEntryCmd
 
entrySet() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
entrySet() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
entrySet() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
EnumAttribute<T extends Enum<T>> - Class in org.camunda.bpm.model.xml.impl.type.attribute
An attribute exposing an Enum value
EnumAttribute(ModelElementType, Class<T>) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttribute
 
enumAttribute(String, Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
enumAttribute(String, Class<V>) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
EnumAttributeBuilder<T extends Enum<T>> - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
EnumAttributeBuilder(String, ModelElementTypeImpl, Class<T>) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttributeBuilder
 
EnumFormType - Class in org.camunda.bpm.engine.impl.form.type
 
EnumFormType(Map<String, String>) - Constructor for class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
env - Variable in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
the cached environment scripts per script language
environment - Variable in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
 
environmentScripts - Variable in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
 
envResolvers - Variable in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
the resolvers
EQ - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
eq(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
eq(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
eq := cmp (<EQ> cmp | <NE> cmp)*
EQ - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '='.
equals(Object) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
equals(Object) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
equals(Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
equals(Object) - Method in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.history.AbstractHistoryLevel
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.javax.el.Expression
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.Builder
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Two object value expressions are equal if and only if their wrapped objects are equal.
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Expressions are compared using the concept of a structural id: variable and function names are anonymized such that two expressions with same tree structure will also have the same structural id and vice versa.
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Expressions are compared using the concept of a structural id: variable and function names are anonymized such that two expressions with same tree structure will also have the same structural id and vice versa.
equals(Object) - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
 
equals(Object) - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
 
equals(Object) - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
equals(Object) - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
equals(Object) - Method in class org.camunda.bpm.model.xml.impl.util.QName
 
equals(Object) - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
EQUALS_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
Error - Class in org.camunda.bpm.engine.impl.bpmn.parser
Represents a BPMN Error definition, whereas BpmnError represents an actual instance of an Error.
Error() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
error(SAXParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
Error - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN error element
error(SAXParseException) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
 
ERROR_CATCH_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
ERROR_INDICATOR_VARIABLE - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
ERROR_NAME_VARIABLE - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
ERROR_THROW_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
 
errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
errorCodeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
errorCodeVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
errorCodeVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
ErrorEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
ErrorEndEventActivityBehavior(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
 
errorEventDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
ErrorEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
 
ErrorEventDefinition(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
ErrorEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN errorEventDefinition element
ErrorEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN errorEventDefinition element
ErrorEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
errorHandlerActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
ErrorImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
ErrorImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
errorMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
errorMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
errorMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
errorMessage - Variable in class org.camunda.bpm.engine.impl.util.xml.Problem
 
errorMessage - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
errorMessage - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
errorMessage - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
ErrorRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN errorRef element of the BPMN tOperation type
ErrorRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ErrorRef
 
errorRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
errorRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
errors - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Mapping of found errors in BPMN 2.0 file
errors - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
Escalation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN escalation element
escalationCodeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
EscalationEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN escalationEventDefinition element
EscalationEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN escalationEventDefinition element
EscalationEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EscalationEventDefinitionImpl
 
EscalationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN escalation element
EscalationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
escalationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EscalationEventDefinitionImpl
 
escape(String) - Static method in class org.camunda.bpm.engine.impl.util.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.camunda.bpm.engine.impl.util.json.XML
Replace special characters with XML escapes:
escapeLDAPSearchFilter(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
eval(Bindings, ELContext, AstNode, AstNode) - Method in interface org.camunda.bpm.engine.impl.juel.AstBinary.Operator
 
eval(Bindings, ELContext, AstNode, AstNode) - Method in class org.camunda.bpm.engine.impl.juel.AstBinary.SimpleOperator
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstBoolean
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstChoice
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstComposite
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstNested
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstNode
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstNull
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstNumber
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstParameters
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstString
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
eval(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
eval(Bindings, ELContext, AstNode) - Method in interface org.camunda.bpm.engine.impl.juel.AstUnary.Operator
 
eval(Bindings, ELContext, AstNode) - Method in class org.camunda.bpm.engine.impl.juel.AstUnary.SimpleOperator
 
eval() - Method in class org.camunda.bpm.engine.impl.juel.Parser
eval := dynamic | deferred
eval(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
dynmamic := <START_EVAL_DYNAMIC> expr <END_EVAL> deferred := <START_EVAL_DEFERRED> expr <END_EVAL>
eval(String, ScriptContext) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
eval(Reader, ScriptContext) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
evaluate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CaseControlRuleImpl
 
evaluate(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.CaseControlRule
 
evaluate(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.Condition
 
evaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.el.UelExpressionCondition
 
evaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
 
evaluateAutoComplete(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
evaluateCollectionVariable(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
evaluateExpression(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
 
evaluateExpressions() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
evaluateExpressionsAndExecuteCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
evaluateExpressionsAndExecuteList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
evaluateManualActivationRule(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
evaluateRepetitionRule(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
evaluateRequiredRule(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
evaluateScript(ScriptEngine, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
evaluatesToTypeRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
Event - Interface in org.camunda.bpm.engine.task
Deprecated.
Event - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN event element
EVENT_HANDLER_TYPE - Static variable in class org.camunda.bpm.engine.impl.event.CompensationEventHandler
 
EVENT_HANDLER_TYPE - Static variable in class org.camunda.bpm.engine.impl.event.MessageEventHandler
 
EVENT_HANDLER_TYPE - Static variable in class org.camunda.bpm.engine.impl.event.SignalEventHandler
 
EVENT_LISTENER_OR_MILESTONE_CREATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
EVENT_LISTENER_OR_MILESTONE_END_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
EVENT_LISTENER_OR_MILESTONE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
EVENT_LISTENER_OR_MILESTONE_UPDATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
EVENT_SUBPROCESS_STROKE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
EVENT_SUBSCRIPTIONS_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
eventBasedGateway() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
EventBasedGateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN eventBasedGateway element
EventBasedGatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
EventBasedGatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior
 
EventBasedGatewayBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
EventBasedGatewayBuilder(BpmnModelInstance, EventBasedGateway) - Constructor for class org.camunda.bpm.model.bpmn.builder.EventBasedGatewayBuilder
 
EventBasedGatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN eventBasedGateway element
EventBasedGatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
EventBasedGatewayScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.gateway
 
EventBasedGatewayScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.gateway.EventBasedGatewayScenario
 
EventBasedGatewayType - Enum in org.camunda.bpm.model.bpmn
The BPMN tEventBasedGatewayType simpleType
EventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN eventDefinition element
eventDefinitionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
eventDefinitionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
EventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN eventDefinition element
EventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EventDefinitionImpl
 
EventDefinitionRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN eventDefinitionRef element of the BPMN tCatchEvent type
EventDefinitionRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EventDefinitionRef
 
eventDefinitionRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
eventDefinitionRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
eventGatewayType(EventBasedGatewayType) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractEventBasedGatewayBuilder
Sets the event gateway type of the build event based gateway.
eventGatewayTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
EventHandler - Interface in org.camunda.bpm.engine.impl.event
 
eventHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
EventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN event element
EventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.EventImpl
 
EventListener - Interface in org.camunda.bpm.model.cmmn.instance
 
EventListenerActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
EventListenerActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
 
EventListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
EventListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.EventListenerImpl
 
EventListenerItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
EventListenerItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
EventListenerOrMilestoneActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
EventListenerOrMilestoneActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
eventListenerPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
eventName - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
eventName - Variable in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
 
eventName - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
eventName - Variable in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
eventName - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventName(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventName - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
eventName - Variable in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
 
eventName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
eventName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
eventName - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
eventName(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions for events with the given name.
EVENTNAME_ASSIGNMENT - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
 
EVENTNAME_ASSIGNMENT - Static variable in interface org.camunda.bpm.engine.impl.pvm.delegate.TaskListener
Deprecated.
 
EVENTNAME_COMPLETE - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
 
EVENTNAME_COMPLETE - Static variable in interface org.camunda.bpm.engine.impl.pvm.delegate.TaskListener
Deprecated.
 
EVENTNAME_CREATE - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
 
EVENTNAME_CREATE - Static variable in interface org.camunda.bpm.engine.impl.pvm.delegate.TaskListener
Deprecated.
 
EVENTNAME_DELETE - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
 
EVENTNAME_END - Static variable in interface org.camunda.bpm.engine.delegate.ExecutionListener
 
EVENTNAME_END - Static variable in class org.camunda.bpm.engine.impl.pvm.PvmEvent
 
EVENTNAME_START - Static variable in interface org.camunda.bpm.engine.delegate.ExecutionListener
 
EVENTNAME_START - Static variable in class org.camunda.bpm.engine.impl.pvm.PvmEvent
 
EVENTNAME_TAKE - Static variable in interface org.camunda.bpm.engine.delegate.ExecutionListener
 
EVENTNAME_TAKE - Static variable in class org.camunda.bpm.engine.impl.pvm.PvmEvent
 
eventNotificationsCompleted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
eventNotificationsCompleted(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmAtomicOperationTransitionNotifyListenerTake
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.FoxAtomicOperationDeleteCascadeFireActivityEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerStart
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceStart
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireProcessStart
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
 
eventNotificationsCompleted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionResume
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspend
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminate
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreate
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDisable
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionEnable
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualStart
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReactivate
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReenable
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionStart
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceClose
 
eventNotificationsStarted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceCreate
 
eventNotificationsStarted(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
eventNotificationsStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceEnd
 
eventNotificationsStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceStart
 
eventNotificationsStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
eventNotificationsStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
eventProducer - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
 
eventProducer - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
 
eventProducer - Variable in class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
 
eventReceived(Object, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
eventScope - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
eventScopeActivityId - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
eventScopeActivityId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
eventSource - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
EventSubProcessActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
EventSubProcessActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessActivityBehavior
 
eventSubprocessComplete(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
eventSubprocessConcurrentChildExecutionEnded(ActivityExecution, ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
EventSubProcessStartEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Specialization of the Start Event for Event Sub-Processes.
EventSubProcessStartEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessStartEventActivityBehavior
 
eventSubscription(String, String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
eventSubscription(String, String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
EventSubscription - Interface in org.camunda.bpm.engine.runtime
A message event subscription exists, if an Execution waits for an event like a message.
EventSubscriptionDeclaration - Class in org.camunda.bpm.engine.impl.bpmn.parser
 
EventSubscriptionDeclaration(String, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
EventSubscriptionDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
EventSubscriptionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
EventSubscriptionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
EventSubscriptionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
EventSubscriptionEntity(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
eventSubscriptionId - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventSubscriptionId(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventSubscriptionId(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions with the given id.
EventSubscriptionManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
EventSubscriptionManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
eventSubscriptionName - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
EventSubscriptionQuery - Interface in org.camunda.bpm.engine.runtime
Allows querying of event subscriptions.
EventSubscriptionQueryImpl - Class in org.camunda.bpm.engine.impl
 
EventSubscriptionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
EventSubscriptionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
EventSubscriptionQueryProperty - Interface in org.camunda.bpm.engine.impl
 
EventSubscriptionQueryValue - Class in org.camunda.bpm.engine.impl
 
EventSubscriptionQueryValue(String, String) - Constructor for class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
EventSubscriptionResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
eventSubscriptionType - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
eventType - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
eventType - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventType(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
eventType - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
eventType - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
The type of the activity audit event.
eventType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
eventType(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions for events with the given type.
exception - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
exception - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
exception - Variable in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
exception - Variable in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
exception - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
EXCEPTION_INDICATOR_VARIABLE - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
EXCEPTION_MESSAGE_VARIABLE - Static variable in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
exceptionByteArray - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
exceptionByteArrayId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
exceptionByteArrayId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
ExceptionDto - Class in org.camunda.bpm.engine.rest.dto
 
ExceptionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
ExceptionHandler - Class in org.camunda.bpm.engine.rest.exception
Translates any Exception to a HTTP 500 error and a JSON response.
ExceptionHandler() - Constructor for class org.camunda.bpm.engine.rest.exception.ExceptionHandler
 
exceptionMessage - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
exceptionMessage(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
exceptionMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
exceptionMessage(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs that failed due to an exception with the given message.
EXCLUDE_SUBTASKS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
excludeSubtasks - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
excludeSubtasks() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
excludeSubtasks() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that have no parent (i.e.
excludeTaskDetails() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Exclude all task-related HistoricDetails, so only items which have no task-id set will be selected.
excludeTaskDetails() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
excludeTaskDetails - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
excludeTaskRelated - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
exclusive - Variable in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
exclusive - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
exclusiveGateway() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
exclusiveGateway(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ExclusiveGateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN exclusiveGateway element
ExclusiveGatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.
ExclusiveGatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior
 
ExclusiveGatewayBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ExclusiveGatewayBuilder(BpmnModelInstance, ExclusiveGateway) - Constructor for class org.camunda.bpm.model.bpmn.builder.ExclusiveGatewayBuilder
 
ExclusiveGatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN exclusiveGateway element
ExclusiveGatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
ExclusiveJobAddedNotification - Class in org.camunda.bpm.engine.impl.jobexecutor
 
ExclusiveJobAddedNotification(String, JobExecutorContext) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ExclusiveJobAddedNotification
 
executable - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executable() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executable() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which are executable, ie.
executable() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
Sets this executable.
ExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
Represents an executable script.
ExecutableScript(String) - Constructor for class org.camunda.bpm.engine.impl.scripting.ExecutableScript
 
execute(Callable<T>) - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
execute(Callable<T>) - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
 
execute(Callable<T>) - Method in class org.camunda.bpm.application.impl.EmbeddedProcessApplication
Since the process engine is loaded by the same classloader as the process application, nothing needs to be done.
execute() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
 
execute(Callable<T>) - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
The default implementation simply modifies the Context ClassLoader
execute() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
 
execute() - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
 
execute() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
execute() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
execute(DelegateExecution) - Method in interface org.camunda.bpm.engine.delegate.JavaDelegate
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
execute() - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
execute() - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CustomActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchLinkEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelGatewayActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
execute(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SignalEndEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior
 
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
execute() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
execute(CommandContext) - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionListener
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddGroupIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddUserIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AssignTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CheckPassword
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ClaimTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CorrelateAllMessageCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateAuthorizationCommand
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateFilterCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateGroupQueryCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateUserQueryCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DecrementJobRetriesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteAuthorizationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteFilterCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteGroupIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricCaseInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricTaskInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteJobCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeletePropertyCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTaskAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteUserIdentityLinkCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteUserInfoCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteUserOperationLogEntryCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteUserPictureCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterCountCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterSingleResultCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FindActiveActivityIdsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FoxDeleteProcessInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetAttachmentContentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentCaseDiagramCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentCmmnModelInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDefinitionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramLayoutCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessModelCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceForIdCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetFilterCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetHistoricJobLogExceptionStacktraceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetHistoryLevelCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForProcessDefinitionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetJobExceptionStacktraceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetProcessApplicationForDeploymentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceCommentsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetPropertiesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetRenderedStartFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetRenderedTaskFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetStartFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetStartFormVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetSubTasksCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTableCountCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTableMetaDataCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTableNameCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentContentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskCommentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskCommentsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskEventsCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskFormVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetUserAccountCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetUserInfoCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetUserInfoKeysCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetUserPictureCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.IsIdentityServiceReadOnlyCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.RegisterDeploymentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveAttachmentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveFilterCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveTaskCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDuedateCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetPropertyCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskOwnerCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetUserPictureCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceAtActivitiesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UnregisterDeploymentCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UnregisterProcessApplicationCmd
 
execute(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
execute() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseDefinitionCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseModelCmd
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspending
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminating
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreated
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDeleteCascade
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireEntryCriteria
 
execute(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireExitCriteria
 
execute(CmmnExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
execute(T) - Method in interface org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior
 
execute(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
execute(T) - Method in interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation
 
execute(AbstractVariableScope, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.InputParameter
 
execute(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
Execute the parameter in a given variable scope.
execute(AbstractVariableScope, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
execute(AbstractVariableScope, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter
 
execute(CommandContext) - Method in interface org.camunda.bpm.engine.impl.interceptor.Command
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
execute(Command<T>) - Method in interface org.camunda.bpm.engine.impl.interceptor.CommandExecutor
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandExecutorImpl
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.JtaRetryInterceptor
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.JtaTransactionInterceptor
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.LogInterceptor
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ExclusiveJobAddedNotification
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
 
execute(String, ExecutionEntity, CommandContext) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobHandler
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerCatchIntermediateEventJobHandler
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
 
execute(String, ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
execute() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
execute(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
execute(CommandContext) - Method in interface org.camunda.bpm.engine.impl.ProcessInstanceModificationInstruction
 
execute() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
execute(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
execute(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.FoxAtomicOperationDeleteCascadeFireActivityEnd
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateConcurrentExecution
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateScope
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
 
execute(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionDestroyScope
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
 
execute(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
 
execute(ExecutableScript, VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
execute a given script in the environment
execute(ExecutableScript, VariableScope, Bindings, ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
 
execute(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
Evaluates the script using the provided engine and bindings
execute(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
 
execute(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
 
execute() - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
 
execute() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
execute() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Invoking this method will remove and/or set the passed variables.
execute() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Execute all instructions.
execute(boolean, boolean) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
 
execute() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
Start the process instance by executing all instructions in the order they are submitted.
execute(boolean, boolean) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
Start the process instance by executing all instructions in the order they are submitted.
execute(ActivityExecution) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
execute(Command<T>) - Method in class org.camunda.bpm.engine.spring.SpringTransactionInterceptor
 
execute(DelegateExecution) - Method in class org.camunda.bpm.example.invoice.service.ArchiveInvoiceService
 
execute(ProcessEngine, String) - Method in interface org.camunda.bpm.qa.upgrade.ScenarioSetup
 
execute(DelegateExecution) - Method in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
execute() - Method in interface org.camunda.bpm.webapp.impl.security.SecurityActions.SecurityAction
 
execute(ActivityExecution) - Method in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
 
executeActivities(List<PvmActivity>, PvmActivity, PvmTransition, Map<String, Object>, Map<String, Object>, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Instantiates the given activity stack.
executeActivitiesConcurrent(List<PvmActivity>, PvmActivity, PvmTransition, Map<String, Object>, Map<String, Object>, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Instantiates the given activity stack under this execution.
executeActivity(PvmActivity) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Executes the ActivityBehavior associated with the given activity.
executeActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Execute an activity which is not contained in normal flow (having no incoming sequence flows).
executeAvailableJobs() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
executeAvailableJobs() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateGroupCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateMembershipCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateUserCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteGroupCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteMembershipCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteUserCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveGroupCmd
 
executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveUserCmd
 
executeCommand(Command<T>) - Method in interface org.camunda.bpm.cockpit.db.CommandExecutor
Execute the given command and return the result of the execution
executeCommand(Command<T>) - Method in class org.camunda.bpm.cockpit.impl.db.CommandExecutorImpl
 
executeCommand(Command<?>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbUserQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeExecutionQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoricActivityInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoricCaseActivityInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoricCaseInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoricTaskInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeProcessInstanceQueryImpl
 
executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeTaskQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
executeCount() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
executeCount() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeCount(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapGroupQuery
 
executeCount(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
executeCustomStrategy(CommandContext, JobEntity, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
executeDbOperation(DbOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
executeDbOperation(DbOperation) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
executeDelete(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeDeploymentOperation(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
executeDeploymentOperation(DeploymentOperation) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
executeEventHandlerActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
executeFilterCount(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
ExecuteFilterCountCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ExecuteFilterCountCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterCountCmd
 
ExecuteFilterCountCmd(String, Query<?, ?>) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterCountCmd
 
executeFilterList(String, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
ExecuteFilterListCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ExecuteFilterListCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListCmd
 
ExecuteFilterListCmd(String, Query<?, ?>) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListCmd
 
ExecuteFilterListPageCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ExecuteFilterListPageCmd(String, int, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
 
ExecuteFilterListPageCmd(String, Query<?, ?>, int, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
 
executeFilterQuery(FilterQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
executeFilterSingleResult(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
ExecuteFilterSingleResultCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ExecuteFilterSingleResultCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterSingleResultCmd
 
ExecuteFilterSingleResultCmd(String, Query<?, ?>) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteFilterSingleResultCmd
 
executeHalList(Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeHalSingleResult() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeHelperCaseCommand(CmmnProcessEngineTestCase.HelperCaseCommand) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
executeInputParameters(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
executeInsertEntity(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeIoMapping() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
executeJob(String, CommandExecutor) - Method in class org.camunda.bpm.container.impl.ejb.JobExecutionHandlerMDB
 
executeJob(String, CommandExecutor) - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable
 
executeJob(String, CommandExecutor) - Method in interface org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandler
 
executeJob(String, CommandExecutor) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
executeJob(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
executeJob(String) - Method in interface org.camunda.bpm.engine.ManagementService
Forced synchronous execution of a job (eg.
executeJob() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
executeJob() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
executeJobs(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
Deprecated.
executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
 
executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
 
ExecuteJobsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ExecuteJobsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
 
ExecuteJobsRunnable - Class in org.camunda.bpm.engine.impl.jobexecutor
 
ExecuteJobsRunnable(JobExecutor, List<String>) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
ExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
executeJsonList(Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeJsonSingleResult() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
Executes the actual query to retrieve the list of results.
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
Executes the actual query to retrieve the list of results.
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.identity.db.DbUserQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeExecutionQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoricActivityInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoricCaseActivityInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoricCaseInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoricTaskInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeProcessInstanceQueryImpl
 
executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeTaskQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
executeList(Request, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
executeList(Request, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.identity.impl.ldap.LdapGroupQuery
 
executeList(CommandContext, Page) - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
executeLongRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
executeMandatorySchemaResource(String, String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeMetrics(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
executeOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
 
executeOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
 
executeOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
executeOutputParameters(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
executePaginatedQuery(AuthorizationQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
executePaginatedQuery(FilterQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
executePaginatedQuery(GroupQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
executePaginatedQuery(HistoricJobLogQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
executePaginatedQuery(TaskQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
executePaginatedQuery(UserQuery, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
executeQuery(String, QueryParameters<T>) - Method in interface org.camunda.bpm.cockpit.db.QueryService
 
executeQuery(String, Object, Class<T>) - Method in interface org.camunda.bpm.cockpit.db.QueryService
 
executeQuery(String, QueryParameters<T>) - Method in class org.camunda.bpm.cockpit.impl.db.QueryServiceImpl
 
executeQuery(String, Object, Class<T>) - Method in class org.camunda.bpm.cockpit.impl.db.QueryServiceImpl
 
executeQueryRowCount(String, ListQueryParameterObject) - Method in interface org.camunda.bpm.cockpit.db.QueryService
 
executeQueryRowCount(String, ListQueryParameterObject) - Method in class org.camunda.bpm.cockpit.impl.db.QueryServiceImpl
 
executeScenarioSetups(Class<?>) - Method in class org.camunda.bpm.qa.upgrade.ScenarioRunner
Scans for all scenarios defined in the class and runs them
executeSchemaOperations() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
executeSchemaResource(String, String, String, boolean) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeSchemaResource(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeScript(String, VariableScope) - Method in class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
executeSelectSum(MetricsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
executeShortRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
executeShortRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
executeShortRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
executeSingleResult(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
executeSingleResult(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
executeSingleResult(Request) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
executeSingleResult(Request) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
executesNonScopeActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
executeStandardStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
executeTaskQuery(Integer, Integer, TaskQuery) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
executeUpdate(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
executeWithErrorPropagation(ActivityExecution, Callable<Void>) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Takes the an ActivityExecution and an Callable and wraps the call to the Callable with the proper error propagation.
executeWithinProcessApplication(Callable<T>, ProcessApplicationReference) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
executing - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
execution - Variable in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
execution - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
 
execution - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
execution - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
 
execution - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
execution - Variable in class org.camunda.bpm.engine.impl.context.CoreExecutionContext
 
execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
Execution - Interface in org.camunda.bpm.engine.runtime
Represent a 'path of execution' in a process instance.
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
EXECUTION_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
EXECUTION_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
EXECUTION_KEY - Static variable in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
EXECUTION_LISTENER - Static variable in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
ExecutionContext - Class in org.camunda.bpm.engine.impl.context
Deprecated.
since 7.2: use BpmnExecutionContext
ExecutionContext(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.context.ExecutionContext
Deprecated.
 
executionContextStackThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
executionDate - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
executionDate - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
executionDate - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
ExecutionDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ExecutionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
 
ExecutionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ExecutionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
executionEntity - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
executionEntity - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
ExecutionEntityVariableStore - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ExecutionEntityVariableStore(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
executionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
ExecutionId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Qualifier annotation for injecting the current executionId.
executionId - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
executionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given execution
executionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates with the given execution.
executionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents with the given id.
executionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given execution.
executionId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given execution.
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.FindActiveActivityIdsCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
 
executionId - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the id of the execution in which the event has happened
executionId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
executionId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
executionId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
executionId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
executionId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
executionId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
executionId(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions that belong to an execution with the given id.
executionId(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions with the given id.
executionId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents with the given id.
executionId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which exist for the given execution
executionId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given execution.
executionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries which are associated with one of the given execution ids.
executionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic variable instances which have one of the executions ids.
executionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
executionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
executionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
executionIdIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
executionIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
executionIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the executions ids.
ExecutionIdLiteral - Class in org.camunda.bpm.engine.cdi.annotation
 
ExecutionIdLiteral() - Constructor for class org.camunda.bpm.engine.cdi.annotation.ExecutionIdLiteral
 
executionIds - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
executionIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
executionIds - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
executionIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
executionIds - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
executionIds - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
ExecutionImpl - Class in org.camunda.bpm.engine.impl.pvm.runtime
 
ExecutionImpl() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
ExecutionListener - Interface in org.camunda.bpm.engine.delegate
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
executionListener(ExecutionListener) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
executionListener(String, ExecutionListener) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
executionListenerInstance - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
 
ExecutionListenerInvocation - Class in org.camunda.bpm.engine.impl.bpmn.delegate
Class handling invocations of ExecutionListeners
ExecutionListenerInvocation(ExecutionListener, DelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
 
ExecutionManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ExecutionManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
ExecutionQuery - Interface in org.camunda.bpm.engine.runtime
Allows programmatic querying of Executions.
ExecutionQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ExecutionQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
ExecutionQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
ExecutionQueryImpl - Class in org.camunda.bpm.engine.impl
 
ExecutionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
ExecutionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
ExecutionQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a ExecutionQuery.
ExecutionResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
ExecutionResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
ExecutionResourceImpl(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
ExecutionRestService - Interface in org.camunda.bpm.engine.rest
 
ExecutionRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
ExecutionRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
executions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
nested executions representing scopes or concurrent paths
executions - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
nested executions representing scopes or concurrent paths
executions - Variable in class org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
 
ExecutionStartContext - Class in org.camunda.bpm.engine.impl.pvm.runtime
 
ExecutionStartContext() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
ExecutionStartContext(boolean) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
executionStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.FormPropertyStartContext
 
executionStarted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
ExecutionTriggerDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ExecutionTriggerDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ExecutionTriggerDto
 
ExecutionVariablesResource - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
ExecutionVariablesResource(ProcessEngine, String, boolean, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
ExecutionWalker - Class in org.camunda.bpm.engine.impl.tree
 
ExecutionWalker(PvmExecutionImpl) - Constructor for class org.camunda.bpm.engine.impl.tree.ExecutionWalker
 
executorConnection - Variable in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
executorConnectionFactory - Variable in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
executorInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
executorInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
ExecutorService - Interface in org.camunda.bpm.container
 
executorService - Variable in class org.camunda.bpm.container.impl.ejb.deployment.StartJcaExecutorServiceStep
 
executorService - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector.ExecutorServiceWrapper
will hold a org.camunda.bpm.container.ExecutorService reference
executorServiceBean - Variable in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
ExecutorServiceBean - Class in org.camunda.bpm.container.impl.ejb
Bean exposing the JCA implementation of the ExecutorService as Stateless Bean.
ExecutorServiceBean() - Constructor for class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
executorServiceWrapper - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
exists(String) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
exists(MessageJobDeclaration, String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Checks whether the message declaration already exists.
EXIT - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
exit() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
exit() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
exit(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
exitCriteria - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
exitCriteriaRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
exitCriteriaRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
expired(HalResourceCacheEntry) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
exporterAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
exporterAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
exporterVersionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
exporterVersionAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
expr(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
expr := or (<QUESTION> expr <COLON> expr)?
Expression - Interface in org.camunda.bpm.engine.delegate
 
expression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
expression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
 
expression - Variable in class org.camunda.bpm.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
 
expression - Variable in class org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
 
expression - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.CaseControlRuleImpl
 
expression - Variable in class org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
 
expression - Variable in class org.camunda.bpm.engine.impl.cmmn.listener.ExpressionCaseExecutionListener
 
expression - Variable in class org.camunda.bpm.engine.impl.el.ElValueProvider
 
Expression - Interface in org.camunda.bpm.engine.impl.el
 
expression - Variable in class org.camunda.bpm.engine.impl.el.UelExpressionCondition
 
Expression - Class in org.camunda.bpm.engine.impl.javax.el
Base class for the expression subclasses ValueExpression and MethodExpression, implementing characterstics common to both.
Expression() - Constructor for class org.camunda.bpm.engine.impl.javax.el.Expression
 
expression - Variable in class org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
 
expression - Variable in class org.camunda.bpm.engine.impl.task.listener.ExpressionTaskListener
 
expression - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
 
expression - Variable in class org.camunda.bpm.engine.impl.variable.listener.ExpressionCaseVariableListener
 
Expression - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN expression element
Expression - Interface in org.camunda.bpm.model.cmmn.instance
 
ExpressionCaseExecutionListener - Class in org.camunda.bpm.engine.impl.cmmn.listener
 
ExpressionCaseExecutionListener(Expression) - Constructor for class org.camunda.bpm.engine.impl.cmmn.listener.ExpressionCaseExecutionListener
 
ExpressionCaseVariableListener - Class in org.camunda.bpm.engine.impl.variable.listener
 
ExpressionCaseVariableListener(Expression) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.ExpressionCaseVariableListener
 
expressionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceAssignmentExpressionImpl
 
expressionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
ExpressionExecutionListener - Class in org.camunda.bpm.engine.impl.bpmn.listener
An ExecutionListener that evaluates a Expression when notified.
ExpressionExecutionListener(Expression) - Constructor for class org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
 
expressionFactory - Variable in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
ExpressionFactory - Class in org.camunda.bpm.engine.impl.javax.el
Parses a String into a ValueExpression or MethodExpression instance for later evaluation.
ExpressionFactory() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
 
ExpressionFactoryImpl - Class in org.camunda.bpm.engine.impl.juel
Expression factory implementation.
ExpressionFactoryImpl() - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(ExpressionFactoryImpl.Profile) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(Properties) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(ExpressionFactoryImpl.Profile, Properties) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(Properties, TypeConverter) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(ExpressionFactoryImpl.Profile, Properties, TypeConverter) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory using the default builder and cache implementations.
ExpressionFactoryImpl(TreeStore) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory.
ExpressionFactoryImpl(TreeStore, TypeConverter) - Constructor for class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
Create a new expression factory.
ExpressionFactoryImpl.Profile - Enum in org.camunda.bpm.engine.impl.juel
A profile provides a default set of language features that will define the builder's behavior.
ExpressionFactoryResolver - Class in org.camunda.bpm.engine.impl.el
Class used to get hold of a ExpressionFactory.
ExpressionFactoryResolver() - Constructor for class org.camunda.bpm.engine.impl.el.ExpressionFactoryResolver
 
ExpressionGetInvocation - Class in org.camunda.bpm.engine.impl.delegate
Class responsible for handling Expression.getValue invocations
ExpressionGetInvocation(ValueExpression, ELContext) - Constructor for class org.camunda.bpm.engine.impl.delegate.ExpressionGetInvocation
 
ExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN expression element
ExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ExpressionImpl
 
ExpressionImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
ExpressionInvocation - Class in org.camunda.bpm.engine.impl.delegate
Baseclass responsible for handling invocations of Expressions
ExpressionInvocation(ValueExpression) - Constructor for class org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
 
expressionLanguageAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
expressionLanguageAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
ExpressionManager - Class in org.camunda.bpm.engine.impl.el
Central manager for all expressions.
ExpressionManager() - Constructor for class org.camunda.bpm.engine.impl.el.ExpressionManager
 
ExpressionManager(Map<Object, Object>) - Constructor for class org.camunda.bpm.engine.impl.el.ExpressionManager
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.el.JuelExpression
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
expressionManager - Variable in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
ExpressionNode - Interface in org.camunda.bpm.engine.impl.juel
Expression node interface.
expressionParsed - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
expressions - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
expressions - Variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
ExpressionSetInvocation - Class in org.camunda.bpm.engine.impl.delegate
Class responsible for handling Expression.setValue() invocations.
ExpressionSetInvocation(ValueExpression, ELContext, Object) - Constructor for class org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation
 
ExpressionTaskListener - Class in org.camunda.bpm.engine.impl.task.listener
 
ExpressionTaskListener(Expression) - Constructor for class org.camunda.bpm.engine.impl.task.listener.ExpressionTaskListener
 
expressionText - Variable in class org.camunda.bpm.engine.impl.el.JuelExpression
 
extend(T) - Method in interface org.camunda.bpm.engine.filter.Filter
Extends the query with the additional query.
extend(T) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
extend(T) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
extend(TaskQuery) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
extendedScenario - Variable in class org.camunda.bpm.qa.upgrade.Scenario
 
extendingQuery - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
extendsNoType() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
ExtendsScenario - Annotation Type in org.camunda.bpm.qa.upgrade
 
extendsType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
extendsType(ModelElementType) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
extendsType(Class<? extends ModelElementInstance>) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
Extension - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI extension element of the DI DiagramElement type
Extension - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN extension element
EXTENSION_ELEMENTS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
extensionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
extensionCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
ExtensionElements - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN extensionElements element
ExtensionElements - Interface in org.camunda.bpm.model.cmmn.instance
 
extensionElementsChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
extensionElementsChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
ExtensionElementsImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN extensionElements element
ExtensionElementsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
ExtensionElementsImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ExtensionElementsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
ExtensionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI extension element of the DI DiagramElement type
ExtensionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.ExtensionImpl
 
ExtensionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN extension element
ExtensionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
extensions - Variable in class org.camunda.bpm.engine.impl.juel.Parser
 
extractAuthenticatedUser(HttpServletRequest, ProcessEngine) - Method in interface org.camunda.bpm.engine.rest.security.auth.AuthenticationProvider
Checks the request for authentication.
extractAuthenticatedUser(HttpServletRequest, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
 
extractCandidates(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
Extract a candidate list from a string.
extractEngineName(String) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
May not return null

F

factory - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
fail(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
throw exception
fail(Scanner.Symbol) - Method in class org.camunda.bpm.engine.impl.juel.Parser
throw exception
FAILED - Static variable in interface org.camunda.bpm.engine.history.JobState
 
FAILED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
failed - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
Indicates whether the operation failed to execute due to OptimisticLocking
failed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
FAILED_JOB_RETRY_TIME_CYCLE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
failedJobCommandFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
failedJobCommandFactory - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
FailedJobCommandFactory - Interface in org.camunda.bpm.engine.impl.jobexecutor
 
FailedJobIncidentHandler - Class in org.camunda.bpm.engine.impl.incident
A incident handler that logs incidents of type failedJob as instances of Incident to the engine database.
FailedJobIncidentHandler() - Constructor for class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
FailedJobListener - Class in org.camunda.bpm.engine.impl.jobexecutor
 
FailedJobListener(CommandExecutor, String, Throwable) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
FailedJobListener(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
failedJobs - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
failedJobs - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
failedJobs - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
failedJobs - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
failedJobs - Variable in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
failedOperation(DbOperation) - Method in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
failedOperation(DbOperation) - Method in interface org.camunda.bpm.engine.impl.db.entitymanager.OptimisticLockingListener
Signifies that an operation failed due to optimistic locking.
failureLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select failed historic job log entries.
failureLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
failureLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
failureLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
fatalError(SAXParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
fatalError(SAXParseException) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
 
features - Variable in class org.camunda.bpm.engine.impl.juel.Builder
 
fetchExecutionEntity(String) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
fetchExecutionsForProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
FieldDeclaration - Class in org.camunda.bpm.engine.impl.bpmn.parser
Represents a field declaration in object form: <field name='someField> <string ...
FieldDeclaration(String, String, Object) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
FieldDeclaration() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
fieldDeclarations - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
fieldDeclarations - Variable in class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
fieldId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
fieldName - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
fieldTypeCompatible(FieldDeclaration, Field) - Static method in class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
fieldValue - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
fileName - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
FILTER - Static variable in class org.camunda.bpm.engine.EntityTypes
 
Filter - Interface in org.camunda.bpm.engine.filter
 
filter - Variable in class org.camunda.bpm.engine.impl.cmd.SaveFilterCmd
 
FILTER_ID - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
filterAuthenticatedGroupIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
filterByType(ModelElementType) - Method in class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
filterByType(Class<V>) - Method in class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
filterByType(ModelElementType) - Method in interface org.camunda.bpm.model.bpmn.Query
 
filterByType(Class<V>) - Method in interface org.camunda.bpm.model.bpmn.Query
 
filterByType(ModelElementType) - Method in class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
filterByType(Class<V>) - Method in class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
filterByType(ModelElementType) - Method in interface org.camunda.bpm.model.cmmn.Query
 
filterByType(Class<V>) - Method in interface org.camunda.bpm.model.cmmn.Query
 
FilterDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
FilterDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
FilterEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
FilterEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
FilterEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
filterId(String) - Method in interface org.camunda.bpm.engine.filter.FilterQuery
 
filterId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
filterId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteFilterCmd
 
filterId - Variable in class org.camunda.bpm.engine.impl.cmd.GetFilterCmd
 
filterId - Variable in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
filterId(String) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
filterId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
filterLeaves(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
filterLoadedObjects(List<Object>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
FilterManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
FilterManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
filterName(String) - Method in interface org.camunda.bpm.engine.filter.FilterQuery
 
filterName(String) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
filterNameLike(String) - Method in interface org.camunda.bpm.engine.filter.FilterQuery
 
filterNameLike(String) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
filterNodeList(NodeList, DomUtil.NodeListFilter) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Allows to apply a DomUtil.NodeListFilter to a NodeList.
filterNodeListByName(NodeList, String, String) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Filter a NodeList retaining all elements with a specific name
filterNodeListByType(NodeList, ModelInstanceImpl, Class<?>) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Filter a NodeList retaining all elements with a specific type
filterNodeListForElements(NodeList) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Filters a NodeList retaining all elements
filterNonEventScopeExecutions(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
filterNotFound(Exception) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
filterOwner(String) - Method in interface org.camunda.bpm.engine.filter.FilterQuery
 
filterOwner(String) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
filterProcessInstance(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
FilterQuery - Interface in org.camunda.bpm.engine.filter
 
FilterQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
FilterQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
FilterQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
FilterQueryImpl - Class in org.camunda.bpm.engine.impl.filter
 
FilterQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
FilterQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
FilterQueryProperty - Interface in org.camunda.bpm.engine.impl.filter
 
FilterResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
filterResource(InputStream, RequestInfo) - Method in interface org.camunda.bpm.webapp.plugin.resource.PluginResourceOverride
Invoked after a static plugin resource has been resolved.
FilterResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
FilterResourceImpl(String, ObjectMapper, String, String) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
filterResourceType(String) - Method in interface org.camunda.bpm.engine.filter.FilterQuery
 
filterResourceType(String) - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
FilterRestService - Interface in org.camunda.bpm.engine.rest
 
FilterRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
FilterRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
filterRules - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
FilterRules - Class in org.camunda.bpm.webapp.impl.security.filter.util
Utility to load and match filter rules.
FilterRules() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
 
filterService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
FilterService - Interface in org.camunda.bpm.engine
 
filterService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
filterService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
filterService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
filterService - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
filterService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
filterService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
FilterServiceImpl - Class in org.camunda.bpm.engine.impl
 
FilterServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.FilterServiceImpl
 
filterSubscriptionsOfDifferentType(EventSubscriptionDeclaration, List<EventSubscriptionEntity>) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
It is possible to deploy a process containing a start and intermediate message event that wait for the same message or to have two processes, one with a message start event and the other one with a message intermediate event, that subscribe for the same message.
findActiveActivityIds() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
findActiveActivityIds() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
FindActiveActivityIdsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
FindActiveActivityIdsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.FindActiveActivityIdsCmd
 
findActivity(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
findActivity(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
searches for the activity recursively
findActivity(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
findActivity(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Recursively finds a flow activity.
findActivityAtLevelOfSubprocess(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
findActivityAtLevelOfSubprocess(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Finds an activity at the same level of subprocess.
findActivityInstance(ActivityInstance, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
findAttachmentByTaskIdAndAttachmentId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
 
findAttachmentsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
 
findAttachmentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
 
findAuthorization(int, String, String, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
findAuthorizationByGroupIdAndResourceId(int, String, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
findAuthorizationByUserIdAndResourceId(int, String, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
findBpmnModelInstanceForProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findBpmnModelInstanceForProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
findByName(String) - Static method in class org.camunda.bpm.engine.impl.Direction
 
findByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
findCamundaExtensionElement(Element, String) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Returns the camunda extension element in the camunda namespace and the given name.
findCaseDefinitionByDeploymentAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseDefinitionByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseDefinitionByKeyAndVersion(String, Integer) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseDefinitionCountByQueryCriteria(CaseDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseDefinitionsByQueryCriteria(CaseDefinitionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findCaseExecution(String) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnCaseInstance
Find a case execution by the given activityId.
findCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
findCaseExecutionById(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findCaseExecutionById(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
findCaseExecutionCountByQueryCriteria(CaseExecutionQueryImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findCaseExecutionsByQueryCriteria(CaseExecutionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findCaseInstanceByQueryCriteria(CaseInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findCaseInstanceCountByQueryCriteria(CaseInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findCaseSentryPartByQueryCriteria(CaseSentryPartQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
findCaseSentryPartCountByQueryCriteria(CaseSentryPartQueryImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
findCaseSentryPartsByCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
findChildCaseExecutionsByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findChildCaseExecutionsByParentCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findChildExecutionsByParentExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findChildExecutionsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findCmmnModelInstanceForCaseDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findCommentByTaskIdAndCommentId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
findCommentsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
findCommentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
findDeployedCaseDefinitionByDeploymentAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedCaseDefinitionByKeyAndVersion(String, Integer) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedLatestCaseDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedLatestProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedProcessDefinitionByDeploymentAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeployedProcessDefinitionByKeyAndVersion(String, Integer) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
findDeploymentById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
findDeploymentCountByQueryCriteria(DeploymentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
findDeploymentIdsForProcessDefinitions(CommandContext, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
findDeploymentsByQueryCriteria(DeploymentQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
findEventsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
findEventScopeExecutionsByActivityId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findEventSubscriptionbyId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionCountByQueryCriteria(EventSubscriptionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptions(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByConfiguration(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByExecution(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByExecutionAndType(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByName(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByNameAndExecution(String, String, String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findEventSubscriptionsByQueryCriteria(EventSubscriptionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findExclusiveJobsToExecute(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findExecution(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
findExecution(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
findExecutionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findExecutionCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findExecutionCountByQueryCriteria(ExecutionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findExecutionForFlowScope(PvmScope) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Assumption: the current execution is active and executing an activity (ActivityExecution.getActivity() is not null).
findExecutionForFlowScope(PvmScope) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
For a given target flow scope, this method returns the corresponding scope execution.
findExecutionForScope(ScopeImpl, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
findExecutions(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
findExecutions(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
findExecutionsByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findExecutionsByQueryCriteria(ExecutionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findFilterById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
findFilterByIdInternal(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
findFilterCountByQueryCriteria(FilterQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
findFiltersByQueryCriteria(FilterQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
findFirstLeaf(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDeleteCascade
 
findFirstLeaf(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
findGroupById(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findGroupById(String) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
findGroupById(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findGroupByQueryCriteria(DbGroupQueryImpl) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findGroupByQueryCriteria(LdapGroupQuery) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findGroupCountByQueryCriteria(DbGroupQueryImpl) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findGroupCountByQueryCriteria(LdapGroupQuery) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findGroupObject() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
findHistoricActivityInstance(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
findHistoricActivityInstanceCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
findHistoricActivityInstanceCountByQueryCriteria(HistoricActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
findHistoricActivityInstancesByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
findHistoricActivityInstancesByQueryCriteria(HistoricActivityInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
findHistoricCaseActivityInstance(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
findHistoricCaseActivityInstanceCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
findHistoricCaseActivityInstanceCountByQueryCriteria(HistoricCaseActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
findHistoricCaseActivityInstancesByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
findHistoricCaseActivityInstancesByQueryCriteria(HistoricCaseActivityInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
findHistoricCaseInstance(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricCaseInstanceCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricCaseInstanceCountByQueryCriteria(HistoricCaseInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricCaseInstanceEvent(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricCaseInstancesByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricCaseInstancesByQueryCriteria(HistoricCaseInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
findHistoricDetailCountByQueryCriteria(HistoricDetailQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
findHistoricDetailsByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
findHistoricDetailsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
findHistoricDetailsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
findHistoricIncidentByQueryCriteria(HistoricIncidentQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
 
findHistoricIncidentCountByQueryCriteria(HistoricIncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
 
findHistoricJobLogById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
findHistoricJobLogsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
findHistoricJobLogsByQueryCriteria(HistoricJobLogQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
findHistoricJobLogsCountByQueryCriteria(HistoricJobLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
findHistoricProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricProcessInstanceCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricProcessInstanceCountByQueryCriteria(HistoricProcessInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricProcessInstanceEvent(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricProcessInstancesByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricProcessInstancesByQueryCriteria(HistoricProcessInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
findHistoricTaskInstanceById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
findHistoricTaskInstanceCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
findHistoricTaskInstanceCountByQueryCriteria(HistoricTaskInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
findHistoricTaskInstancesByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
findHistoricTaskInstancesByQueryCriteria(HistoricTaskInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
findHistoricVariableInstanceByVariableInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
findHistoricVariableInstanceCountByQueryCriteria(HistoricVariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
findHistoricVariableInstancesByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
findHistoricVariableInstancesByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
findHistoricVariableInstancesByQueryCriteria(HistoricVariableInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
findIdentityInfoDetails(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
findIdentityLinkByProcessDefinitionUserAndGroup(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
findIdentityLinkByTaskUserGroupAndType(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
findIdentityLinksByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
findIdentityLinksByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
findInactiveConcurrentExecutions(PvmActivity) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Retrieves all executions which are concurrent and inactive at the given activity.
findInactiveConcurrentExecutions(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
findInCache(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareCmmnHistoryEventProducer
find a cached entity by primary key
findInCache(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
find a cached entity by primary key
findIncidentByConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findIncidentByConfigurationAndIncidentType(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findIncidentByQueryCriteria(IncidentQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findIncidentCountByQueryCriteria(IncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findIncidentsByExecution(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findIncidentsByProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
findJobById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findJobCountByQueryCriteria(JobQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findJobDefinitionCountByQueryCriteria(JobDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
findJobDefnitionByQueryCriteria(JobDefinitionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
findJobsByConfiguration(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findJobsByExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findJobsByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findJobsByQueryCriteria(JobQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findLastGateway() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
findLatestCaseDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
findLatestDeploymentByName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
findLatestProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findLatestProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findLatestResourcesByDeploymentName(String, Set<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
findLeaves(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
findMatchingAtomicOperation(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
 
findMessageStartEventSubscriptionByName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findMethod(String, Class<?>, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
findNextJobsToExecute(Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findNextWhiteSpace(int, String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
findOperationLogById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
findOperationLogEntriesByQueryCriteria(UserOperationLogQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
findOperationLogEntryCountByQueryCriteria(UserOperationLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
findOutgoingTransition(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
findOutgoingTransition(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
Finds and returns an outgoing sequence flow (transition) by it's id.
findProcessDefinitionByDeploymentAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionByKeyAndVersion(String, Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionCountByQueryCriteria(ProcessDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionPotentialStarterGroups() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionPotentialStarterUsers() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionsByKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionsByKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionsByQueryCriteria(ProcessDefinitionQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessDefinitionsStartableByUser(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
findProcessInstanceByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findProcessInstanceByQueryCriteria(ProcessInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findProcessInstanceCountByQueryCriteria(ProcessInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findPropertyById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
 
findReferenceSourceElements(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
 
findReferenceSourceElements(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
Find all reference source element instances of the reference target model element instance
findRegistrationForProcessAndState(String, String) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
this scours the registry looking for candidate registrations that match a given process name and/ or state nanme
findRegistrationsForProcessAndState(String, String) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
this is responsible for looking up components in the registry and returning the appropriate handler based on specificity of the org.camunda.bpm.engine.test.spring.components.registry.ActivitiStateHandlerRegistration
findResourceByDeploymentIdAndResourceId(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
findResourceByDeploymentIdAndResourceName(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
findResources(ClassLoader, String, String[]) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
findResources(ClassLoader, String, URL) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
findResources(ClassLoader, String, URL, String[]) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
findResources(ClassLoader, String, URL) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
findResources(ClassLoader, String, URL, String[]) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
findResources(ClassLoader, String, URL) - Method in interface org.camunda.bpm.container.impl.deployment.scanning.spi.ProcessApplicationScanner
 
findResources(ClassLoader, String, URL, String[]) - Method in interface org.camunda.bpm.container.impl.deployment.scanning.spi.ProcessApplicationScanner
 
findResources(ClassLoader, String, URL) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 
findResources(ClassLoader, String, URL, String[]) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 
findResourcesByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
findSentry(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
findSentry(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
findSentry(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
findSerializerForValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
findSerializerForValue(TypedValue) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
Selects the TypedValueSerializer which should be used for persisting a VariableValue.
findSignalEventSubscriptionsByEventName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findSignalEventSubscriptionsByExecution(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findSignalEventSubscriptionsByNameAndExecution(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
findStartActivityIdByMessage(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
findSubCaseInstanceBySuperCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findSubCaseInstanceBySuperExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
findSubProcessInstanceBySuperCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findSubProcessInstanceBySuperExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
findTaskByCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTaskById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTaskCountByNativeQuery(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTaskCountByQueryCriteria(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTasksByExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTasksByNativeQuery(Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTasksByParentTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTasksByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTasksByQueryCriteria(TaskQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
Deprecated.
findTasksByQueryCriteria(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
findTimersByExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findTransition(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
findTransition(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
findTransition(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Recursively finds a transition.
findTransitionInstance(ActivityInstance, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
findUnlockedTimersByDuedate(Date, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
findUserAccountByUserIdAndKey(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
findUserById(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findUserById(String) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
 
findUserById(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findUserByQueryCriteria(DbUserQueryImpl) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findUserByQueryCriteria(LdapUserQueryImpl) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findUserCountByQueryCriteria(DbUserQueryImpl) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
findUserCountByQueryCriteria(LdapUserQueryImpl) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findUserInfoByUserIdAndKey(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
findUserInfoKeysByUserIdAndType(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
findUserObject() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
findUsersByGroupId(LdapUserQueryImpl) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findUsersWithoutGroupId(LdapUserQueryImpl, String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
findVariableInstanceByQueryCriteria(VariableInstanceQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
findVariableInstanceCountByQueryCriteria(VariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
findVariableInstancesByCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
findVariableInstancesByExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
findVariableInstancesByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
finishDateBy(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
finishDateBy - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishDateBy(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
Deprecated.
finishDateOn(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
finishDateOn - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishDateOn(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
Deprecated.
finishDateOnBegin - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishDateOnEnd - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finished() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that are finished.
finished() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are completely finished.
finished() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are finished.
finished - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finished - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finished() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finished - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
finished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
finished - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
finished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
finished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
finished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
finished(Description) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
finishedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that were started after the given date.
finishedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started after the given date.
finishedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finishedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finishedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that were started before the given date.
finishedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started before the given date.
finishedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finishedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
finishedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
finishedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
FIRE_ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
FIRE_ACTIVITY_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
FIRE_PROCESS_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
fireAddIdentityLinkAuthorizationProvider(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireAssigneeAuthorizationProvider(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireAuthorizationProvider(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireCommandContextClose() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
fireCommandFailed(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
fireDeleteIdentityLinkAuthorizationProvider(String, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireEntryCriteria(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
fireEntryCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
 
fireEntryCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.MilestoneActivityBehavior
 
fireEntryCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
fireEntryCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
fireEntryCriteria() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
fireEvent(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireExitCriteria(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
fireExitCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
fireExitCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
fireExitCriteria(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
fireExitCriteria() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
fireForceUpdate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
fireFormPropertyHistoryEvents(VariableMap, VariableScope) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
fireHistoricActivityInstanceUpdate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
fireHistoricCaseActivityInstanceUpdate() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
fireHistoricIncidentEvent(HistoryEventType) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
fireHistoricJobFailedEvt(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
fireHistoricProcessStartEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
fireHistoricProcessStartEvent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
fireHistoricProcessStartEvent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
fireHistoricVariableInstanceCreate(VariableInstanceEntity, AbstractVariableScope) - Static method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
fireHistoricVariableInstanceCreateEvents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
fireHistoricVariableInstanceDelete(VariableInstanceEntity, AbstractVariableScope) - Static method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
fireHistoricVariableInstanceUpdate(VariableInstanceEntity, AbstractVariableScope) - Static method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
fireJobCreatedEvent(Job) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
fireJobDeletedEvent(Job) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
fireJobFailedEvent(Job, Throwable) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
fireJobSuccessfulEvent(Job) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
fireOwnerAuthorizationProvider(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
fireSentries(List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
fireTransactionEvent(TransactionState) - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
fireVariableEvent(VariableInstanceEntity, String, AbstractVariableScope) - Static method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
FIRST_NAME - Static variable in interface org.camunda.bpm.engine.impl.UserQueryProperty
 
firstName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
firstName - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
firstName - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
firstName - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
firstName - Variable in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
firstNameLike - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
firstNameLike - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
firstResult - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
firstResult - Variable in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
 
firstResult - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
firstResult - Variable in class org.camunda.bpm.engine.impl.Page
 
firstResult - Variable in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
firstResult - Variable in class org.camunda.bpm.engine.management.TablePage
Identifies the index of the first result stored in this TablePage.
fitTextToWidth(String, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
fixed(Scanner.Symbol) - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
FixedValue - Class in org.camunda.bpm.engine.impl.el
Expression that always returns the same value when getValue is called.
FixedValue(Object) - Constructor for class org.camunda.bpm.engine.impl.el.FixedValue
 
fixFlowNodePositionsIfModelFromAdonis(Document, Map<String, DiagramNode>) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
flowActivities - Variable in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
The activities for which the flow scope is this scope
FlowElement - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN flowElement element
flowElementCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
flowElementCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
FlowElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN flowElement element
FlowElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
FlowNode - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN flowNode element
FlowNodeActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
FlowNodeActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
 
flowNodeIds - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
FlowNodeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN flowNode element
FlowNodeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
FlowNodeRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN flowNodeRef element of the BPMN tLane type
FlowNodeRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeRef
 
flowNodeRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
flowScope - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
FlowScopeWalker - Class in org.camunda.bpm.engine.impl.tree
Walks the flow scope hierarchy upwards
FlowScopeWalker(ScopeImpl) - Constructor for class org.camunda.bpm.engine.impl.tree.FlowScopeWalker
 
flush() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
flush() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
flush() - Method in interface org.camunda.bpm.engine.impl.interceptor.Session
 
flush() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
flush() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
flush() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
flush() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
flush() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
flushCachedEntity(CachedDbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
flushDbOperationManager() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
flushEntity(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
flushEntityCache() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
Flushes the entity cache: Depending on the entity state, the required DbOperation is performed and the cache is updated.
flushRelevantEntityReferences - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
Ids of referenced entities of the same entity type
flushRelevantEntityReferences - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
flushSessions() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
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.DefaultContextAssociationManager.ScopedAssociation
 
FOLLOW_UP - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
FOLLOW_UP_AFTER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
FOLLOW_UP_BEFORE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
FOLLOW_UP_DATE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
FOLLOW_UP_DATE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
FOLLOW_UP_DATE - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
FOLLOW_UP_DATE_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
FOLLOW_UP_NULL_ACCEPTED - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
followUp - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
followUpAfter - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
followUpAfter - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpAfter(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpAfter(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a follow-up date after the given date.
followUpAfterExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpAfterExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a follow-up date after the described date by the given expression.
followUpBefore - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
followUpBefore - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpBefore(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpBefore(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a follow-up date before the given date.
followUpBeforeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpBeforeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a follow-up date before the described date by the given expression.
followUpBeforeOrNotExistent(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpBeforeOrNotExistent(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have no follow-up date or a follow-up date before the given date.
followUpBeforeOrNotExistentExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpBeforeOrNotExistentExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have no follow-up date or a follow-up date before the described date by the given expression.
followUpDate - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
followUpDate - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
followUpDate - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
followUpDate - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpDate(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpDate(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given follow-up date.
followUpDateExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
followUpDateExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
followUpDateExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the described follow-up date by the given expression.
followUpNullAccepted - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
Font - Interface in org.camunda.bpm.model.bpmn.instance.dc
The DC font element
fontChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelStyleImpl
 
FontImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.dc
The DC font element
FontImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
fontMetrics - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
FOR_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
forApplication(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
forCaseExecutionVariable(String, ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
forCaseInstanceVariable(String, ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
forceCloseMybatisConnectionPool - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
forceSetDirty() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
forceUpdate() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
forceUpdate() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
forceUpdate(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
forceUpdate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
forceUpdate() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
forceUpdate() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
forceUpdateActivityInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
forceUpdateOnCaseSentryPart(List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
forDefaultProcessEngine() - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forExecutionVariable(String, ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
FORM_CONTROL_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
FORM_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
FORM_ELEMENT_SELECTOR - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
FORM_FIELD_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
FORM_GROUP_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
FORM_PROPERTY_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
FORM_PROPERTY_UPDATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
FORM_ROLE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
FORMAL_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
FormalExpression - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN formalExpression element
FormalExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN formalExpression element
FormalExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
forManagedProcessApplication(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forManagedProcessApplications() - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forManagedProcessEngine(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
Returns the service name for a MscManagedProcessEngine.
forManagedProcessEngines() - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
format(LogRecord) - Method in class org.camunda.bpm.engine.impl.util.LogUtil.LogFormatter
 
formatExceptionMessage(Exception, DbOperation, List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
formatMessage(String, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
formatMessageElement(String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
FormData - Interface in org.camunda.bpm.engine.form
Contains all metadata for displaying a form and serves as base interface for StartFormData and TaskFormData
FormDataImpl - Class in org.camunda.bpm.engine.impl.form
 
FormDataImpl() - Constructor for class org.camunda.bpm.engine.impl.form.FormDataImpl
 
FormDto - Class in org.camunda.bpm.engine.rest.dto.task
 
FormDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.FormDto
 
FormEngine - Interface in org.camunda.bpm.engine.impl.form.engine
 
formEngineName - Variable in class org.camunda.bpm.engine.impl.cmd.GetRenderedStartFormCmd
 
formEngineName - Variable in class org.camunda.bpm.engine.impl.cmd.GetRenderedTaskFormCmd
 
formEngines - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
FormField - Interface in org.camunda.bpm.engine.form
Represents an individual field in a form.
formFieldHandler - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
FormFieldHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
FormFieldHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
formFieldHandlers - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
FormFieldImpl - Class in org.camunda.bpm.engine.impl.form
 
FormFieldImpl() - Constructor for class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
formFields() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select HistoricFormFields.
formFields - Variable in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
formFields() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
formFields - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
FormFieldValidationConstraint - Interface in org.camunda.bpm.engine.form
 
FormFieldValidationConstraintHandler - Class in org.camunda.bpm.engine.impl.form.handler
Wrapper for a validation constraint
FormFieldValidationConstraintHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
FormFieldValidationConstraintImpl - Class in org.camunda.bpm.engine.impl.form
 
FormFieldValidationConstraintImpl() - Constructor for class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
FormFieldValidationConstraintImpl(String, String) - Constructor for class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
FormFieldValidator - Interface in org.camunda.bpm.engine.impl.form.validator
Interface for implenting form field validators.
formFieldValidator - Variable in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
FormFieldValidatorContext - Interface in org.camunda.bpm.engine.impl.form.validator
Object passed in to a FormFieldValidator providing access to validation properties
FormFieldValidatorInvocation - Class in org.camunda.bpm.engine.impl.form.validator
 
FormFieldValidatorInvocation(FormFieldValidator, Object, FormFieldValidatorContext) - Constructor for class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
formHandler - Variable in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
FormHandler - Interface in org.camunda.bpm.engine.impl.form.handler
 
formHandler - Variable in class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
formKey - Variable in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
formKey - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
formKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
formKey - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
formParts - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData
 
formProperties() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Deprecated.
formProperties - Variable in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
formProperties() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
formProperties - Variable in class org.camunda.bpm.engine.impl.persistence.entity.util.FormPropertyStartContext
 
FormProperty - Interface in org.camunda.bpm.engine.form
Deprecated.
formProperty - Variable in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
FormPropertyAdapter - Class in org.camunda.bpm.engine.impl.form.engine
 
FormPropertyAdapter(FormProperty) - Constructor for class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
FormPropertyHandler - Class in org.camunda.bpm.engine.impl.form.handler
 
FormPropertyHandler() - Constructor for class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
formPropertyHandlers - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
FormPropertyHelper - Class in org.camunda.bpm.engine.impl.form
 
FormPropertyHelper() - Constructor for class org.camunda.bpm.engine.impl.form.FormPropertyHelper
 
FormPropertyImpl - Class in org.camunda.bpm.engine.impl.form
 
FormPropertyImpl(FormPropertyHandler) - Constructor for class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
FormPropertyStartContext - Class in org.camunda.bpm.engine.impl.persistence.entity.util
 
FormPropertyStartContext(ActivityImpl) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.util.FormPropertyStartContext
 
forMscExecutorService() - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forMscRuntimeContainerDelegate() - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forMscRuntimeContainerJobExecutorService(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
formService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
formService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
FormService - Interface in org.camunda.bpm.engine
Access to form data and rendered forms for starting new process instances and completing tasks.
formService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
formService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
formService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
formService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
formService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
FormServiceImpl - Class in org.camunda.bpm.engine.impl
 
FormServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.FormServiceImpl
 
FormType - Interface in org.camunda.bpm.engine.form
Used to indicate the type on a FormProperty.
formTypes - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
FormTypes - Class in org.camunda.bpm.engine.impl.form.type
 
FormTypes() - Constructor for class org.camunda.bpm.engine.impl.form.type.FormTypes
 
formTypes - Variable in class org.camunda.bpm.engine.impl.form.type.FormTypes
 
formValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
FormValidators - Class in org.camunda.bpm.engine.impl.form.validator
Registry for built-in FormFieldValidator implementations.
FormValidators() - Constructor for class org.camunda.bpm.engine.impl.form.validator.FormValidators
 
formVariableNames - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
 
forName(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Attribute
 
forName(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Element
 
forName(String) - Static method in enum org.camunda.bpm.engine.authorization.Permissions
 
forNoViewProcessApplicationStartService(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forProcessApplicationDeploymentService(String, String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
Returns the name for a ProcessApplicationDeploymentService given the name of the deployment unit and the name of the deployment.
forProcessApplicationModuleService(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forProcessApplicationStartService(String) - Static method in class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
forProcessInstanceVariable(String, ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
forTaskVariable(String, ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
forUri(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Namespace
 
FOX_ENGINE_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
FOX_FAILED_JOB_CONFIGURATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
FoxAtomicOperationDeleteCascadeFireActivityEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
FoxAtomicOperationDeleteCascadeFireActivityEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.FoxAtomicOperationDeleteCascadeFireActivityEnd
 
FoxDeleteProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
FoxDeleteProcessInstanceCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.FoxDeleteProcessInstanceCmd
 
FoxFailedJobCommandFactory - Class in org.camunda.bpm.engine.impl.jobexecutor
 
FoxFailedJobCommandFactory() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.FoxFailedJobCommandFactory
 
FoxFailedJobParseListener - Class in org.camunda.bpm.engine.impl.bpmn.parser
 
FoxFailedJobParseListener() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
FoxJobRetryCmd - Class in org.camunda.bpm.engine.impl.cmd
 
FoxJobRetryCmd(String, Throwable) - Constructor for class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
FoxTaskForm - Class in org.camunda.bpm.engine.cdi.compat
 
FoxTaskForm() - Constructor for class org.camunda.bpm.engine.cdi.compat.FoxTaskForm
 
from - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
from(FlowNode) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSequenceFlowBuilder
Sets the source flow node of this sequence flow.
From - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN from element of the BPMN tAssignment type
From(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.From
 
fromActivityInstance(ActivityInstance) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
fromActivityStatistics(ActivityStatistics) - Static method in class org.camunda.bpm.engine.rest.dto.repository.ActivityStatisticsResultDto
 
fromAttachment(Attachment) - Static method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
fromAuthentication(Authentication) - Static method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
fromAuthorization(Authorization) - Static method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
fromAuthorizationList(List<Authorization>) - Static method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
fromBytes(byte[]) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
converts a byte array into a string using the current process engines default charset as returned by ProcessEngineConfigurationImpl.getDefaultCharset()
fromBytes(byte[], ProcessEngine) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
converts a byte array into a string using the provided process engine's default charset as returned by ProcessEngineConfigurationImpl.getDefaultCharset()
fromCaseDefinition(CaseDefinition) - Static method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
fromCaseDefinition(CaseDefinition, ProcessEngine) - Static method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
fromCaseExecution(CaseExecution) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
fromCaseInstance(CaseInstance) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
fromChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
fromComment(Comment) - Static method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
fromDeployment(Deployment) - Static method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
fromEntity(Task) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
fromEventSubscription(EventSubscription) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
fromException(AuthorizationException) - Static method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
fromException(Exception) - Static method in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
fromExecution(Execution) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
 
fromFilter(Filter) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
fromFormData(FormData) - Static method in class org.camunda.bpm.engine.rest.dto.task.FormDto
 
fromGroup(Group) - Static method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
fromGroup(Group) - Static method in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
fromGroupList(List<Group>) - Static method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
fromHistoricActivityInstance(HistoricActivityInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
fromHistoricActivityStatistics(HistoricActivityStatistics) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
fromHistoricCaseActivityInstance(HistoricCaseActivityInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
fromHistoricCaseInstance(HistoricCaseInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
fromHistoricDetail(HistoricDetail) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
fromHistoricFormField(HistoricFormField) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
fromHistoricIncident(HistoricIncident) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
fromHistoricJobLog(HistoricJobLog) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
fromHistoricProcessInstance(HistoricProcessInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
fromHistoricTaskInstance(HistoricTaskInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
fromHistoricVariableInstance(HistoricVariableInstance) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
fromHistoricVariableUpdate(HistoricVariableUpdate) - Static method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
fromIdentityLink(IdentityLink) - Static method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
fromIdentityLink(IdentityLink) - Static method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
fromIncident(Incident) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
fromIncidentStatistics(IncidentStatistics) - Static method in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
fromJob(Job) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
fromJobDefinition(JobDefinition) - Static method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
fromListOfActivityInstance(ActivityInstance[]) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
fromListOfTransitionInstance(TransitionInstance[]) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
fromMap(Map<String, Object>) - Static method in class org.camunda.bpm.engine.variable.Variables
 
fromOrderByString(String) - Method in class org.camunda.bpm.engine.impl.json.JsonLegacyQueryOrderingPropertyConverter
 
fromProcessDefinition(ProcessDefinition) - Static method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
fromProcessDefinition(ProcessDefinition, ProcessEngine) - Static method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
fromProcessDefinitionStatistics(ProcessDefinitionStatistics) - Static method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionStatisticsResultDto
 
fromProcessInstance(ProcessInstance) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
fromQuery(Query<?, ?>) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
fromResources(Resource) - Static method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
fromRestApiTypeName(String) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
fromState(boolean) - Static method in class org.camunda.bpm.engine.rest.dto.SuspensionStateDto
 
fromTask(Task) - Static method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
fromTaskList(List<Task>, long) - Static method in class org.camunda.bpm.engine.rest.hal.task.HalTaskList
 
fromTransitionInstance(TransitionInstance) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
fromTypedValue(TypedValue) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
fromTypedValue(VariableValueDto, TypedValue) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
fromUser(User) - Static method in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
fromUser(User, boolean) - Static method in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
fromUser(User) - Static method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
fromUser(User) - Static method in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
fromUserList(List<User>) - Static method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
fromUserList(List<User>) - Static method in class org.camunda.bpm.engine.rest.hal.user.HalUserList
 
fromVariableInstance(VariableInstance) - Static method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
fromVariableInstance(VariableInstance) - Static method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
fromVariableInstance(VariableInstance) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
fromVariableMap(VariableMap) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
fullMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
function(String, AstParameters) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
function - Variable in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
functionMapper - Variable in class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
FunctionMapper - Class in org.camunda.bpm.engine.impl.javax.el
The interface to a map between EL function names and methods.
FunctionMapper() - Constructor for class org.camunda.bpm.engine.impl.javax.el.FunctionMapper
 
functionMappers - Variable in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
FunctionNode - Interface in org.camunda.bpm.engine.impl.juel
Function node interface.

G

g - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
Gateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN gateway element
GATEWAY_TYPE_STROKE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
GatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
super class for all gateway activity implementations.
GatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.GatewayActivityBehavior
 
gatewayDirection(GatewayDirection) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractGatewayBuilder
Sets the direction of the gateway build.
GatewayDirection - Enum in org.camunda.bpm.model.bpmn
The BPMN tGatewayDirection simpleType
gatewayDirectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
GatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN gateway element
GatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
GE - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
ge(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
generate(Task, ProcessEngine) - Static method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
generate(List<Task>, long, ProcessEngine) - Static method in class org.camunda.bpm.engine.rest.hal.task.HalTaskList
 
generateActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
generates an activity instance id
generateActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
generates an activity instance id
generateActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
generateCaseDefinitionId(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
generateCaseExecutionVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
generateCaseInstanceVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
generated - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
GENERATED_FORM_NAME - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
generateDiagram(ProcessDefinitionEntity, List<String>) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
generateDiagram(ProcessDefinitionEntity, String, List<String>) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
generateException(Class<T>, String, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
 
generateExecutionVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
generateImage(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
Generates an image of what currently is drawn on the canvas.
generateJpgDiagram(ProcessDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
Generates a JPG diagram image of the given process definition, using the diagram interchange information of the process.
generateLink(URI, String, String) - Method in class org.camunda.bpm.engine.rest.dto.LinkableDto
 
generatePngDiagram(ProcessDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
Generates a PNG diagram image of the given process definition, using the diagram interchange information of the process.
generateProcessInstanceVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
generateTaskVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
generateVariableValue(VariableInstance, String) - Static method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
GENERIC_NS_PREFIX - Static variable in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
GenericManagerFactory - Class in org.camunda.bpm.engine.impl.persistence
 
GenericManagerFactory(Class<? extends Session>) - Constructor for class org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
GenericManagerFactory(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
get() - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
get(long, TimeUnit) - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
get() - Method in class org.camunda.bpm.container.RuntimeContainerDelegate.RuntimeContainerDelegateInstance
 
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
 
get(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
get(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
get(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
get an object from the cache
get(String) - Method in class org.camunda.bpm.engine.impl.juel.Cache
 
get(String, Object...) - Static method in class org.camunda.bpm.engine.impl.juel.LocalMessages
 
get(String) - Method in interface org.camunda.bpm.engine.impl.juel.TreeCache
Lookup tree
get(String) - Method in class org.camunda.bpm.engine.impl.juel.TreeStore
Get a Tree.
get() - Method in class org.camunda.bpm.engine.impl.metrics.Meter
 
get() - Static method in class org.camunda.bpm.engine.impl.QueryValidators.AdhocQueryValidator
 
get() - Static method in class org.camunda.bpm.engine.impl.QueryValidators.StoredQueryValidator
 
get(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.BeansResolverFactory
 
get(Object) - Method in interface org.camunda.bpm.engine.impl.scripting.engine.Resolver
Returns the object currently bound to the key or false if no object is currently bound to the key
get(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
get(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
get(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the value object associated with a key.
get() - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
 
get(long, TimeUnit) - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
 
get(String) - Method in interface org.camunda.bpm.engine.rest.cache.Cache
Get a resource by id.
get(String) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
get(String, ObjectFactory<?>) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
get(Object) - Static method in class org.camunda.bpm.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.
get(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
get(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
returns a Collection containing all or a subset of the child elements of a ModelElementInstance.
get_embedded() - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
get_links() - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
getAcquireJobsCmd() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getAcquireJobsRunnable() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getAction() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getAction() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
Indicates the type of of action and also indicates the meaning of the parts as exposed in Event.getMessageParts()
getActivationCondition() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
getActivationCondition() - Method in interface org.camunda.bpm.model.bpmn.instance.ComplexGateway
 
getActivationSpec() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
getActive() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getActive() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getActive() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getActiveActivityIds(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getActiveActivityIds(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Finds the activity ids for all executions that are waiting in activities.
getActiveCount() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getActiveCount() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getActivities() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getActivities() - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
getActivities() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
getActivities() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Returns the flow activities of this scope.
getActivities() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
getActivity(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
getActivity() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivity() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns the activity which is associated with this case execution.
getActivity() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
ensures initialization and returns the activity
getActivity() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
getActivity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getActivity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
ensures initialization and returns the activity
getActivity() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns the current PvmActivity of the execution.
getActivity() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
getActivity() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
getActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
ensures initialization and returns the activity
getActivity() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
getActivity() - Method in interface org.camunda.bpm.model.bpmn.instance.CompensateEventDefinition
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.MilestoneItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.StageItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getActivityBehavior() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
The inner behavior of an activity.
getActivityBehavior(CmmnExecution) - Static method in class org.camunda.bpm.engine.impl.util.ActivityBehaviorUtil
 
getActivityBehavior(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.util.ActivityBehaviorUtil
 
getActivityBehaviorInstance(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
getActivityBehaviorInstance(ActivityExecution, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
getActivityDescription() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivityDescription() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getActivityDescription() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The description of the activity associated with this case execution.
getActivityId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getActivityId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getActivityId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getActivityId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The unique identifier of the activity in the process
getActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the id of the activity of the process instance on which this incident has happened.
getActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the id of the activity on which the associated job was created.
getActivityId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getActivityId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getActivityId() - Method in interface org.camunda.bpm.engine.management.JobDefinition
The Id of the activity (from BPMN 2.0 Xml) this Job Definition is associated with.
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
the id of the activity
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getActivityId() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
the id of the activity
getActivityId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The id of the activity associated with this case execution.
getActivityId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The identifier of the activity that this event subscription belongs to.
getActivityId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the id of the activity of the process instance on which this incident has happened.
getActivityId() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
returns the id of the activity a transition is made from/to
getActivityIdIn() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getActivityIdIn() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
getActivityIdIn() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getActivityIds() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getActivityInstance(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getActivityInstance(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Allows retrieving the activity instance tree for a given process instance.
GetActivityInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
Creates an activity instance tree according to the following strategy: Event scope executions are not considered at all For every leaf execution, generate an activity/transition instance; the activity instance id is set in the leaf execution and the parent instance id is set in the parent execution For every non-leaf scope execution, generate an activity instance; the activity instance id is always set in the parent execution and the parent activity instance id is always set in the parent's parent (because of tree compactation, we ensure that an activity instance id for a scope activity is always stored in the corresponding scope execution's parent, unless the execution is a leaf) Compensation is an exception to the above procedure: A compensation throw event is not a scope, however the compensating executions are added as child executions of the (probably non-scope) execution executing the throw event.
GetActivityInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
return the Id of the activity instance currently executed by this execution
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The activity reference in case this detail is related to an activity instance.
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Activity instance reference.
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Returns the corresponding activity instance id.
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
return the Id of the activity instance currently executed by this execution
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getActivityInstanceId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding activity instance id.
getActivityInstanceIdIn() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getActivityInstanceIdIn() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getActivityInstanceIdIn() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getActivityInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getActivityInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getActivityInstanceIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getActivityInstances(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getActivityInstances(String) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
all descendant (children, grandchildren, etc.) activity instances that are instances of the supplied activity
getActivityInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getActivityInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getActivityInstancesForActivity(ActivityInstance, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
getActivityInstanceState() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getActivityInstanceState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getActivityInstanceState() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getActivityInstanceTree() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
getActivityInstanceTree() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
getActivityInstanceVariables() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getActivityName() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getActivityName() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The display name for the activity
getActivityName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivityName() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getActivityName() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getActivityName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getActivityName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getActivityName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
getActivityName() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getActivityName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
the activity name
getActivityName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getActivityName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getActivityName() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
the name of the activity
getActivityName() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The name of the activity associated with this case execution.
getActivityName() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
returns the name of the activity a transition is made from/to
getActivityProperty(CmmnActivity, String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivityRef() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
getActivityStack() - Method in class org.camunda.bpm.engine.impl.tree.ActivityStackCollector
 
getActivityStartBehavior() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getActivityStartBehavior() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
The start behavior of an activity.
getActivityStatistics(Boolean, Boolean, String) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getActivityStatistics(Boolean, Boolean, String) - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getActivityStatisticsService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getActivityStatisticsService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getActivityType() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The XML tag of the activity as in the process file
getActivityType() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getActivityType() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getActivityType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getActivityType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getActivityType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
getActivityType() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getActivityType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
type of the activity, corresponds to BPMN element name in XML (e.g.
getActivityType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getActivityType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getActivityType() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
Type of the activity, corresponds to BPMN element name in XML (e.g.
getActivityType() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The type of the activity associated with this case execution.
getActivityType() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
returns the type of the activity a transition is made from/to.
getActivtyInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Deprecated.
getActivtyInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
Deprecated.
getAddressedEngine(String) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
getAdministratorGroupName() - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
getAdministratorUserName() - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
getAdvice() - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
 
getAlgorithmName() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
allows subclasses to select the hash algorithm
getAlgorithmName() - Method in class org.camunda.bpm.engine.impl.digest.ShaHashDigest
 
getAllAttributes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Returns a list of all attributes, including the attributes of all base types.
getAllChildElementCollections() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getAllChildElementTypes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getAllChildElementTypes() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getAllChildExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getAllDeploymentIds() - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
getAllExtendingTypes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getAllExtendingTypes() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getAllowedPaths() - Method in class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
getAllowedPaths() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
getAllPermissions() - Static method in class org.camunda.bpm.engine.rest.dto.converter.PermissionConverter
 
getAllSupportedLanguages() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
getAlternativeUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
 
getAncestorActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getAndClear() - Method in class org.camunda.bpm.engine.impl.metrics.Meter
 
getAndClearCachedLocalVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Get the VariableMap of local cached variables and clear the internal variable cache.
getAndClearCachedVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Get the VariableMap of cached variables and clear the internal variable cache.
getAndClearVariableCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
getAndClearVariableLocalCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
getApplicabilityRule() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
getApplicabilityRule() - Method in interface org.camunda.bpm.model.cmmn.instance.TableItem
 
getApplicabilityRules() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
getApplicabilityRules() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanningTable
 
getApplication() - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
getApplicationContext() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
getApplicationPathByCaseDefinitionId(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.rest.util.ApplicationContextPathUtil
 
getApplicationPathByProcessDefinitionId(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.rest.util.ApplicationContextPathUtil
 
getApplicationPathForDeployment(ProcessEngine, String) - Static method in class org.camunda.bpm.engine.rest.util.ApplicationContextPathUtil
 
getAppPluginRegistry() - Method in interface org.camunda.bpm.webapp.AppRuntimeDelegate
A registry that provides access to the plugins registered in the application.
getAppPluginRegistry() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
getArtifact(Class<T>) - Method in interface org.camunda.bpm.engine.ArtifactFactory
 
getArtifact(Class<T>) - Method in class org.camunda.bpm.engine.cdi.CdiArtifactFactory
 
getArtifact(Class<T>) - Method in class org.camunda.bpm.engine.impl.DefaultArtifactFactory
 
getArtifactFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getArtifacts() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getArtifacts() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getArtifacts() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
getArtifacts() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getArtifacts() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getArtifacts() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
getAsset(String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
Provides a plugins asset files via $PLUGIN_ROOT_PATH/static.
getAssetDirectory() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
getAssetDirectory() - Method in class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.JobDefinitionPlugin
 
getAssetDirectory() - Method in class org.camunda.bpm.tasklist.impl.plugin.standalonetask.StandaloneTaskPlugin
 
getAssetDirectory() - Method in interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
Returns a uri to a plugin resources directory.
getAssetDirectory() - Method in class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
Returns a uri to a plugin resources directory.
getAssignee() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The userId of the person to which this task is delegated.
getAssignee() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Assignee in case of user task activity
getAssignee() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The latest assignee given to this task.
getAssignee() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getAssignee() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getAssignee() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getAssignee() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getAssignee() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getAssignee() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getAssignee() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getAssignee() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getAssignee() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getAssignee() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getAssignee() - Method in interface org.camunda.bpm.engine.task.Task
The userId of the person to which this task is assigned or delegated.
getAssigneeExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getAssigneeExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getAssigneeLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getAssigneeLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getAssigneeLikeExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getAssignmentId(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getAssignments() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
getAssignments() - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
getAssociationDirection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
getAssociationDirection() - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
getAttachedTo() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
getAttachedTo() - Method in interface org.camunda.bpm.model.bpmn.instance.BoundaryEvent
 
getAttachment(String) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
getAttachment(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getAttachment(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
getAttachment(String) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskAttachmentResource
 
getAttachment(String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieve a particular attachment
GetAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetAttachmentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetAttachmentCmd
 
getAttachmentContent(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getAttachmentContent(String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieve stream content of a particular attachment
GetAttachmentContentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetAttachmentContentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetAttachmentContentCmd
 
getAttachmentData(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
getAttachmentData(String) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskAttachmentResource
 
getAttachmentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getAttachmentManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getAttachmentResource() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getAttachmentResource() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getAttachments() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
getAttachments() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskAttachmentResource
 
getAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getAttribute(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Return the attribute for the attribute name
getAttribute(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the attribute value for the namespace of this element.
getAttribute(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the attribute value for the given namespace.
getAttribute(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getAttributeName() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getAttributeName() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getAttributes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getAttributes() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getAttributeValue(String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getAttributeValue(String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the attribute value for the attribute name.
getAttributeValueNs(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getAttributeValueNs(String, String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the attribute value for the given attribute name and namespace URI.
getAuditing() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
getAuditing() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getAuditing() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
getAuditing() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getAuthDefaultPerm() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
getAuthenticatedGroupIds() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getAuthenticatedUser() - Method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
getAuthenticatedUser(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
getAuthenticatedUserId() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getAuthenticatedUserPassword() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
getAuthentication() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getAuthentication() - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
getAuthenticationForProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Returns an Authentication for a provided process engine name or "null".
getAuthentications() - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
 
getAuthGroupIds() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
getAuthor() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getAuthor() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getAuthorization(String) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
getAuthorization(String) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
getAuthorization(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.authorization.AuthorizationResource
 
getAuthorization(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
getAuthorizationCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
getAuthorizationCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
getAuthorizationCount(AuthorizationQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
getAuthorizationManager() - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
getAuthorizationManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getAuthorizationManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getAuthorizationNotFoundReturnValue() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getAuthorizationRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getAuthorizationRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getAuthorizationRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getAuthorizationService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getAuthorizationService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getAuthorizationService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's AuthorizationService.
getAuthorizationService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getAuthorizationType() - Method in interface org.camunda.bpm.engine.authorization.Authorization
The type og the authorization.
getAuthorizationType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getAuthorizedApps() - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
getAuthorizedApps() - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
 
getAuthorizedRoles() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
getAuthorizedRoles() - Method in interface org.camunda.bpm.model.cmmn.instance.TableItem
 
getAuthorizer() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
getAuthUserId() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
getAvailable() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getAvailableScopedAssociationClasses() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
Override to add different / additional contexts.
getBase() - Method in class org.camunda.bpm.engine.impl.javax.el.ValueReference
 
getBaseDn() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getBaseType() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getBaseType() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getBeanElResolver() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getBeanElResolver() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Returns an instance of BeanELResolver that a process application caches.
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
 
getBeanName() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getBeanProperty(String) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperties
 
getBeans() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getBehavior() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getBehavior() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getBinaryContent() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getBinaryVariable() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricDetailResource
 
getBinaryVariable() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricVariableInstanceResource
 
getBinaryVariable() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
getBinaryVariable() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
getBinaryVariable() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
getBinaryVariable() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.VariableInstanceResource
 
getBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getBinding(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
getBinding(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
getBinding(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
getBinding() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getBinding() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
getBinding() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseParameter
 
getBindingRefinement() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
getBindingRefinement() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseParameter
 
getBody() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
getBody() - Method in interface org.camunda.bpm.model.cmmn.instance.Expression
 
getBoolean(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the boolean value associated with a key.
getBooleanProperty(Map<String, String>, String, boolean) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
 
getBounds() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.LabelImpl
 
getBounds() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
 
getBounds() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Label
 
getBounds() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Shape
 
getBpmDiagrams() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getBpmDiagrams() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getBpmn20Xml() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDiagramDto
 
getBpmnDeployer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getBpmnElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
getBpmnElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnPlaneImpl
 
getBpmnElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
getBpmnElement() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
getBpmnElement() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnPlane
 
getBpmnElement() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
getBpmnExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getBpmnFileImageResourceName(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
getBpmnLabel() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
getBpmnLabel() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
getBpmnLabel() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
getBpmnLabel() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
getBpmnLabelStyles() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
getBpmnLabelStyles() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnDiagram
 
getBpmnModel() - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
getBpmnModelBuilder() - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
getBpmnModelElementInstance() - Method in interface org.camunda.bpm.engine.delegate.BpmnModelExecutionContext
Returns the currently executed Element in the BPMN Model.
getBpmnModelElementInstance() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Provides access to the current UserTask Element from the Bpmn Model.
getBpmnModelElementInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getBpmnModelElementInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getBpmnModelElementInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getBpmnModelInstance() - Method in interface org.camunda.bpm.engine.delegate.BpmnModelExecutionContext
Returns the BpmnModelInstance for the currently executed Bpmn Model
getBpmnModelInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getBpmnModelInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getBpmnModelInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getBpmnModelInstance(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getBpmnModelInstance(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Returns the BpmnModelInstance for the given processDefinitionId.
getBpmnModelInstanceCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getBpmnParser() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
getBpmnPlane() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
getBpmnPlane() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnDiagram
 
getBpmnProcessDefinitionResource(Class<?>, String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
get a resource location by convention based on a class (type) and a relative resource name.
getBpmnProcessDiagramLayout(Document, InputStream) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
Provides positions and dimensions of elements in a BPMN process diagram as provided by RepositoryService.getProcessDiagram(String).
getBpmPlatformXml() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
 
getBpmPlatformXmlStream(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
getBpmPlatformXmlStream(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.ejb.deployment.EjbJarParsePlatformXmlStep
 
getBpmPlatformXmlStream(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
 
getBroadestActiveContext() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getBuilder() - Method in class org.camunda.bpm.engine.impl.juel.TreeStore
 
getBuiltInListeners(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getBuiltInListeners() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getBuiltinTaskListeners() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getBuiltinTaskListeners(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getBuiltInVariableListeners() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getBuiltInVariableListenersLocal(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getBusinessCalendar(String) - Method in interface org.camunda.bpm.engine.impl.calendar.BusinessCalendarManager
 
getBusinessCalendar(String) - Method in class org.camunda.bpm.engine.impl.calendar.MapBusinessCalendarManager
 
getBusinessCalendarManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getBusinessCalender() - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
getBusinessInterface() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
allows subclasses to provide a custom business interface
getBusinessKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getBusinessKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getBusinessKey() - Method in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
The business key for this execution.
getBusinessKey() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The user provided unique reference to this process instance.
getBusinessKey() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The user provided unique reference to this process instance.
getBusinessKey(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getBusinessKey(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
getBusinessKey(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getBusinessKey() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
getBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
getBusinessKey() - Method in interface org.camunda.bpm.engine.runtime.CaseInstance
The business key of this process instance.
getBusinessKey() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstance
The business key of this process instance.
getBusinessKeyExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
getBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getBusinessKeyValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getBusinessProcess() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
 
getBy(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getBy(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
getByteArrayEntity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getByteArrayEntity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getByteArrayEntity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getByteArrayId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getByteArrayId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getByteArrayManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getByteArrayManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getByteArrayValue() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getByteArrayValueId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getByteArrayValueId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getByteArrayValueId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getBytes() - Method in class org.camunda.bpm.engine.identity.Picture
 
getBytes() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getBytes() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
getBytesUnchecked(String, String) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte array.
getBytesUtf8(String) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
getByteValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getCache() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
getCacheConfigurations() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
getCachedElContext() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getCachedElResolver() - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
getCachedEntities() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
getCachedEntitiesByType(Class<T>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
getCachedEntity(Class<?>, String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Looks up an entity in the cache.
getCachedEntity(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Looks up an entity in the cache.
getCachedEntity(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
getCachedEntityState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCachedEntityStateRaw() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCachedLocalVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Get a copy of the VariableMap of 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
 
getCachedScriptEngine(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
getCachedScriptEngine(String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
Returns a cached script engine or creates a new script engine if no such engine is currently cached.
getCachedValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getCachedVariableMap() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Get a copy of the VariableMap of 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.DefaultContextAssociationManager.ScopedAssociation
 
getCachedVariablesLocal() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
getCacheImplementationClass() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
getCallableElement() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getCallActivityId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getCallActivityInstanceId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getCalledCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The called case instance in case of (case) call activity
getCalledCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The corresponding case in case of a case task activity.
getCalledCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getCalledCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCalledCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getCalledCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCalledCollaboration() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
getCalledCollaboration() - Method in interface org.camunda.bpm.model.bpmn.instance.CallConversation
 
getCalledElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
getCalledElement() - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
getCalledFromActivityIds() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
getCalledProcessDefinitions(UriInfo) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessDefinitionResource
 
getCalledProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The called process instance in case of call activity
getCalledProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The corresponding process in case of a process task activity.
getCalledProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getCalledProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCalledProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getCalledProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCalledProcessInstances(UriInfo) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessInstanceResource
 
getCamundaAssignee() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
camunda extensions
getCamundaAssignee() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
camunda extensions
getCamundaAssignee() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
camunda extensions
getCamundaAssignee() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
camunda extensions
getCamundaBusinessKey() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
getCamundaBusinessKey() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
getCamundaBusinessKey() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
getCamundaBusinessKey() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
getCamundaCalledElementBinding() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
getCamundaCalledElementBinding() - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
getCamundaCalledElementVersion() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
getCamundaCalledElementVersion() - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
getCamundaCandidateGroups() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaCandidateGroups() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaCandidateGroups() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaCandidateGroups() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaCandidateGroupsList() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaCandidateGroupsList() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaCandidateGroupsList() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaCandidateGroupsList() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaCandidateStarterGroups() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
camunda extensions
getCamundaCandidateStarterGroups() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
camunda extensions
getCamundaCandidateStarterGroupsList() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getCamundaCandidateStarterGroupsList() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getCamundaCandidateStarterUsers() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getCamundaCandidateStarterUsers() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getCamundaCandidateStarterUsersList() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getCamundaCandidateStarterUsersList() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getCamundaCandidateUsers() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaCandidateUsers() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaCandidateUsers() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaCandidateUsers() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaCandidateUsersList() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaCandidateUsersList() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaCandidateUsersList() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaCandidateUsersList() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaCaseBinding() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
getCamundaCaseBinding() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
camunda extensions
getCamundaCaseVersion() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
getCamundaCaseVersion() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
camunda extensions
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
camunda extensions
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
camunda extensions
getCamundaClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
camunda extensions
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
camunda extensions
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
camunda extensions
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
camunda extensions
getCamundaClass() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
camunda extensions
getCamundaClass() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaClass() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaClass() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaClass() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaClass() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaClass() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaConfig() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
getCamundaConfig() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConstraint
 
getCamundaConnectorId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
getCamundaConnectorId() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConnector
 
getCamundaConstraints() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValidationImpl
 
getCamundaConstraints() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaValidation
 
getCamundaDatePattern() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaDatePattern() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaDatePattern() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaDatePattern() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaDefault() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaDefault() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaDefaultValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaDefaultValue() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaDelegateExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaDelegateExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaDueDate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaDueDate() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaDueDate() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaDueDate() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaEntries() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaMapImpl
 
getCamundaEntries() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaMap
 
getCamundaErrorCodeVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
getCamundaErrorCodeVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
 
getCamundaEvent() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaEvent() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaEvent() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaEvent() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getCamundaExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaExpressionChild() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaExpressionChild() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
getCamundaExpressionChild() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaExpressionChild() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
getCamundaFields() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaFields() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaFields() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaFields() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaFields() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaFields() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaFields() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaFields() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaFields() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaFields() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaFollowUpDate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaFollowUpDate() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaFollowUpDate() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaFollowUpDate() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaFormFields() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormDataImpl
 
getCamundaFormFields() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormData
 
getCamundaFormHandlerClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
getCamundaFormHandlerClass() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaFormHandlerClass() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
getCamundaFormHandlerClass() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaFormKey() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
getCamundaFormKey() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaFormKey() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
getCamundaFormKey() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaFormKey() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaFormKey() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
getCamundaId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
getCamundaId() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaId() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaId() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
getCamundaId() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue
 
getCamundaInitiator() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
getCamundaInitiator() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
getCamundaInputOutput() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
getCamundaInputOutput() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConnector
 
getCamundaInputParameters() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
getCamundaInputParameters() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaInputOutput
 
getCamundaKey() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaEntryImpl
 
getCamundaKey() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaEntry
 
getCamundaLabel() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaLabel() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputParameterImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutputParameterImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
getCamundaName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConstraint
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaInputParameter
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOutputParameter
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
getCamundaName() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue
 
getCamundaName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaName() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
getCamundaOutputParameters() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
getCamundaOutputParameters() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaInputOutput
 
getCamundaPriority() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getCamundaPriority() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getCamundaPriority() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getCamundaPriority() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getCamundaProcessBinding() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
getCamundaProcessBinding() - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
camunda extensions
getCamundaProcessVersion() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
getCamundaProcessVersion() - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
getCamundaProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertiesImpl
 
getCamundaProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperties
 
getCamundaResource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
getCamundaResource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
getCamundaResource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
getCamundaResource() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaScript
 
getCamundaResource() - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionExpression
camunda extensions
getCamundaResource() - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
getCamundaResource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
getCamundaResource() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
 
getCamundaResultVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
getCamundaResultVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
getCamundaResultVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
camunda extensions
getCamundaResultVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getCamundaResultVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getCamundaResultVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
getCamundaResultVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
getCamundaResultVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
camunda extensions
getCamundaResultVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getCamundaResultVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getCamundaScript() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
getCamundaScript() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaScript() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
getCamundaScript() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
getCamundaScript() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
getCamundaScript() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
getCamundaScript() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
getCamundaScript() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
getCamundaScript() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
getCamundaScript() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
getCamundaScriptFormat() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
getCamundaScriptFormat() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaScript
 
getCamundaScriptFormat() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
getCamundaScriptFormat() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
 
getCamundaSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
getCamundaSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaSource() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
getCamundaSource() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
getCamundaSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
getCamundaSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaSource() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
getCamundaSource() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
getCamundaSourceExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
getCamundaSourceExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaSourceExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
getCamundaSourceExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
getCamundaSourceExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
getCamundaSourceExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaSourceExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
getCamundaSourceExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
getCamundaString() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaString() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
getCamundaString() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaString() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
getCamundaStringValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaStringValue() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
getCamundaStringValue() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
getCamundaStringValue() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
getCamundaTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
getCamundaTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
getCamundaTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
getCamundaTarget() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
getCamundaTarget() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaTarget() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
getCamundaTarget() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
getCamundaType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
getCamundaType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getCamundaType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getCamundaType() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
getCamundaType() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaType() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaType() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getCamundaType() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getCamundaValidation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaValidation() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
getCamundaValue() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
getCamundaValues() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
getCamundaValues() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaValues() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
getCamundaValues() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaVariable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
getCamundaVariable() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
getCamundaVariables() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
getCamundaVariables() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaVariables() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
getCamundaVariables() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
getCamundaVariables() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
getCamundaVariables() - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
getCamundaVariables() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
getCamundaVariables() - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
getCancelBoundaryEvent() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
getCanceled() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
The number of all canceled instances of the activity.
getCanceled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
getCanceled() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getCanceled() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
getCancellingActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
 
getCandidateGroup() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCandidateGroup() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateGroupExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateGroupIdExpressions() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getCandidateGroups() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCandidateGroups() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateGroupsExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateGroupsInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCandidates() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Retrieves the candidate users and groups associated with the task.
getCandidates() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCandidateStarterGroupIdExpressions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getCandidateStarterUserIdExpressions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getCandidateUser() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCandidateUser() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateUserExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCandidateUserIdExpressions() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionComplete
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreate
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreated
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDeleteCascade
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDisable
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionEnable
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionExit
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireEntryCriteria
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireExitCriteria
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualComplete
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionOccur
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentResume
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentSuspend
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentTerminate
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReactivate
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReenable
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionResume
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspend
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnParentSuspension
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnSuspension
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminate
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnExit
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnParentTermination
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnTermination
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceClose
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceCreate
 
getCanonicalName() - Method in interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartConcurrent
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCreateScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartInterruptEventScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireProcessStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationStartTransitionNotifyListenerTake
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationsTransitionInterruptFlowScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionCreateScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionDestroyScope
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
 
getCanonicalName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerTake
 
getCapacity() - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstBracket
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstChoice
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstComposite
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstDot
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstLiteral
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstNested
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstParameters
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
getCardinality() - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
getCardinality() - Method in interface org.camunda.bpm.engine.impl.juel.Node
Get the node's number of children.
getCase() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
getCase() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
getCaseActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The unique identifier of the case activity in the case.
getCaseActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCaseActivityId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseActivityInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getCaseActivityInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getCaseActivityInstanceState() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseActivityInstanceState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCaseActivityName() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The display name for the case activity.
getCaseActivityName() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseActivityName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCaseActivityName() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseActivityType() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The display type for the case activity.
getCaseActivityType() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseActivityType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCaseActivityType() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseBusinessKey() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getCaseBusinessKey() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
ensures initialization and returns the case definition.
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.context.CaseExecutionContext
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCaseDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getCaseDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Returns the CaseDefinition.
getCaseDefinition() - Method in interface org.camunda.bpm.engine.rest.sub.repository.CaseDefinitionResource
 
getCaseDefinition() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
getCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getCaseDefinitionById(String) - Method in interface org.camunda.bpm.engine.rest.CaseDefinitionRestService
 
getCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.rest.impl.CaseDefinitionRestServiceImpl
 
getCaseDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.rest.CaseDefinitionRestService
 
getCaseDefinitionByKey(String) - Method in class org.camunda.bpm.engine.rest.impl.CaseDefinitionRestServiceImpl
 
getCaseDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getCaseDefinitionCmmnXml() - Method in interface org.camunda.bpm.engine.rest.sub.repository.CaseDefinitionResource
 
getCaseDefinitionCmmnXml() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
getCaseDefinitionDiagram() - Method in interface org.camunda.bpm.engine.rest.sub.repository.CaseDefinitionResource
 
getCaseDefinitionDiagram() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Reference to the case definition or null if it is not related to a case.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The case definition reference.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The case definition reference.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The case definition reference.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Case definition reference.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The case definition reference.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Case definition reference.
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseDefinitionId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The id of the case definition of the case execution.
getCaseDefinitionId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the case definition or null if it is not related to a case.
getCaseDefinitionIdLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The case definition key reference.
getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Case definition key reference.
getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The case definition key reference.
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseDefinitionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getCaseDefinitionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseDefinitionName() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseDefinitionNameLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseDefinitionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getCaseDefinitionRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getCaseDefinitionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getCaseDefinitions(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.CaseDefinitionRestService
Exposes the CaseDefinitionQuery interface as a REST service.
getCaseDefinitions(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.CaseDefinitionRestServiceImpl
 
getCaseDefinitionsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.CaseDefinitionRestService
 
getCaseDefinitionsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.CaseDefinitionRestServiceImpl
 
getCaseDefinitionToCall(VariableScope, CallableElement) - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
 
getCaseDiagram(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getCaseDiagram(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.
getCaseExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Returns the case execution currently at the task.
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCaseExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getCaseExecution(String) - Method in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
 
getCaseExecution(String) - Method in class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
getCaseExecution() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
getCaseExecution() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
getCaseExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Reference to the case execution or null if it is not related to a case instance.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The case execution reference.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The case execution reference.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Case execution reference.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Return the corresponding case execution id.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Case execution reference.
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseExecutionId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding case execution id.
getCaseExecutionId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the path of case execution or null if it is not related to a case instance.
getCaseExecutionIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getCaseExecutionIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getCaseExecutionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getCaseExecutionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getCaseExecutionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getCaseExecutionRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getCaseExecutionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getCaseExecutions() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseExecutions() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCaseExecutions() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns a List of child case executions.
getCaseExecutions() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCaseExecutions(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
Exposes the CaseExecutionQuery interface as a REST service.
getCaseExecutions(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
getCaseExecutionsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
 
getCaseExecutionsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
getCaseExecutionsInternal() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseExecutionsInternal() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCaseExecutionsInternal() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCaseExecutionVariable(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
GetCaseExecutionVariableCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
GetCaseExecutionVariableCmd(String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableCmd
 
getCaseExecutionVariables(String, Collection<String>, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
GetCaseExecutionVariablesCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
GetCaseExecutionVariablesCmd(String, Collection<String>, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
getCaseExecutionVariableTyped(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
GetCaseExecutionVariableTypedCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
GetCaseExecutionVariableTypedCmd(String, String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
getCaseFileItemDefinitions() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getCaseFileItemDefinitions() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getCaseFileItems() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileImpl
 
getCaseFileItems() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ChildrenImpl
 
getCaseFileItems() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFile
 
getCaseFileItems() - Method in interface org.camunda.bpm.model.cmmn.instance.Children
 
getCaseFileModel() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getCaseFileModel() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getCaseImageResourceName(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
ensures initialization and returns the process instance.
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getCaseInstance() - Method in class org.camunda.bpm.engine.impl.context.CaseExecutionContext
 
getCaseInstance(String) - Method in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
 
getCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
getCaseInstance() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseInstanceResource
 
getCaseInstance() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
getCaseInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseInstanceBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Reference to the case instance or null if it is not related to a case instance.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The case instance reference.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The case instance reference.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The case instance id of a potential super case instance or null if no super case instance exists
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Case instance reference.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The case instance reference.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Case instance reference.
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
ensures initialization and returns the process instance.
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Id of the root of the case execution tree representing the case instance.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstance
The id of the case instance associated with this process instance.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding case instance id.
getCaseInstanceId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the case instance or null if it is not related to a case instance.
getCaseInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseInstanceIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getCaseInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getCaseInstanceRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getCaseInstanceRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getCaseInstanceRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getCaseInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
Exposes the CaseInstanceQuery interface as a REST service.
getCaseInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
getCaseInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
 
getCaseInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
getCaseInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getCaseInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getCaseInstanceVariables() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCaseKeyNotIn() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCaseModel(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getCaseModel(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployed case model, e.g., a CMMN 1.0 XML file, through a stream of bytes.
getCasePlanModel() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getCasePlanModel() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getCaseRoles() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getCaseRoles() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getCases() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getCases() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getCaseSentryPartManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getCaseSentryParts() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCaseSentryParts() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCaseSentryParts() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCaseService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCaseService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getCaseService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the engine's CaseService.
getCaseService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getCategory() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getCategory() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getCategory() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getCategory() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getCategory() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
category name which is derived from the targetNamespace attribute in the definitions element
getCategory() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
category name which is derived from the targetNamespace attribute in the definitions element
getCategory() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getCategory() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getCategory() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getCategory() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getCategoryLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getCategoryLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getCategoryValueRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
getCategoryValueRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
getCause() - Method in exception org.camunda.bpm.engine.impl.util.json.JSONException
 
getCauseIncidentActivityId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getCauseIncidentId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getCauseIncidentId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the id of the incident on which this incident has been triggered.
getCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getCauseIncidentId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getCauseIncidentId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getCauseIncidentId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the id of the incident on which this incident has been triggered.
getCauseIncidentProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getCauseIncidentProcessInstanceId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstBracket
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstChoice
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstComposite
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstLiteral
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstNested
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstParameters
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
getChild(int) - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
getChild(int) - Method in interface org.camunda.bpm.engine.impl.juel.Node
Get i'th child
getChild(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementImpl
 
getChild(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElement
Returns the child element.
getChildActivity(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getChildActivity(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
searches for the activity locally
getChildActivity(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
searches for the activity locally
getChildActivityInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getChildActivityInstances() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
Returns the child activity instances.
getChildActivityInstances() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
Returns the child activity instances.
getChildElementCollection(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getChildElementCollections() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getChildElements() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getChildElements() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns all child elements of this element.
getChildElementsByNameNs(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getChildElementsByNameNs(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns all child elements of this element with a specific namespace + name
getChildElementsByType(ModelInstanceImpl, Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getChildElementsByType(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getChildElementsByType(Class<T>) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getChildElementsByType(ModelInstanceImpl, Class<? extends ModelElementInstance>) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns all child elements of this element with a specific type.
getChildElementsByType(ModelElementType) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Return all child elements of a given type
getChildElementsByType(Class<T>) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Return all child elements of a given type
getChildElementType(Model) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
getChildElementType(Model) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Get the model element type of the elements contained in this collection.
getChildElementTypeClass() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
getChildElementTypeClass() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Get the class of the elements contained in this collection.
getChildElementTypes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getChildElementTypes() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getChildLaneSet() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
getChildLaneSet() - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
getChildren() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getChildren() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getChildTransitionInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getChildTransitionInstances() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
getChildTransitionInstances() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
Returns the child transition instances.
getChoreographyActivityShape() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
getChoreographyActivityShape() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
getClasses() - Method in class org.camunda.bpm.admin.impl.web.AdminApplication
 
getClasses() - Method in class org.camunda.bpm.cockpit.impl.web.CockpitApplication
 
getClasses() - Method in class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
 
getClasses() - Method in class org.camunda.bpm.tasklist.impl.web.TasklistApplication
 
getClasses() - Method in class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
 
getClassFilter() - Method in class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMatchingPointcut
 
getClassloader(Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
 
getClassLoader() - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
getClassLoader() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getClassName() - Method in exception org.camunda.bpm.engine.ClassLoadingException
Returns the name of the class this exception is related to.
getClassName() - Method in class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
getClassNameWithoutPackage(Object) - Static method in class org.camunda.bpm.engine.impl.util.ClassNameUtil
 
getClassNameWithoutPackage(Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.ClassNameUtil
 
getClasspathResourceAsStream(AppPlugin, String, String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
getClosed() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getClosedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getClosedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCloseTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The time the case was closed.
getCloseTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getCloseTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getCmmnDeployer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCmmnElement() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getCmmnElementHandlerRegistry() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
getCmmnFileImageResourceName(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getCmmnHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCmmnModel() - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
getCmmnModelBuilder() - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
getCmmnModelElementInstance() - Method in interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContext
Returns the currently executed Element in the Cmmn Model.
getCmmnModelElementInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCmmnModelElementInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCmmnModelInstance() - Method in interface org.camunda.bpm.engine.delegate.CmmnModelExecutionContext
Returns the CmmnModelInstance for the currently executed Cmmn Model
getCmmnModelInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getCmmnModelInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getCmmnModelInstance(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getCmmnModelInstance(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Returns the CmmnModelInstance for the given caseDefinitionId.
getCmmnModelInstanceCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getCmmnXml() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
getCollectionElementVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getCollectionExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getCollectionVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getColumn() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
getColumnNames() - Method in class org.camunda.bpm.engine.management.TableMetaData
 
getColumnTypes() - Method in class org.camunda.bpm.engine.management.TableMetaData
 
getCommand() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
getCommand(String, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultFailedJobCommandFactory
 
getCommand(String, Throwable) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.FailedJobCommandFactory
 
getCommand(String, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FoxFailedJobCommandFactory
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendJobDefinitionHandler
 
getCommand(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
 
getCommandContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getCommandContext() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getCommandContext() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getCommandContext() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getCommandContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandContextFactory() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
getCommandExecutor(String) - Static method in class org.camunda.bpm.cockpit.Cockpit
Returns a configured CommandExecutor to execute commands to the corresponding process engine
getCommandExecutor(String) - Method in interface org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Returns a configured CommandExecutor to execute commands to the corresponding process engine.
getCommandExecutor(String) - Method in class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
 
getCommandExecutor() - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Return a CommandExecutor for the current engine to execute plugin commands.
getCommandExecutor() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
getCommandExecutor() - Method in class org.camunda.bpm.cockpit.service.AbstractEngineAware
Deprecated.
Return a CommandExecutor for the current engine to execute plugin commands.
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
Deprecated.
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getCommandExecutor() - Method in class org.camunda.bpm.engine.impl.ServiceImpl
 
getCommandExecutorSchemaOperations() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandExecutorTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandExecutorTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCommandInvocationContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getComment(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
 
getComment(String) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskCommentResource
 
getCommentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getComments() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
 
getComments() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskCommentResource
 
getCommonJWorkManagerName() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
If the base object is a Java language array, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
Returns the most general type that this resolver accepts for the property argument, given a base object.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
If the base object is a list, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns the most general type that this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
getCommonPropertyType(ELContext, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
getComparisonProperty() - Method in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
getCompensateEventSubscriptions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCompensateEventSubscriptions(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCompensationHandler(PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
getCompiledScript() - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
getCompleted() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCompleted() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getCompletedTaskCount() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getCompletedTaskCount() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getCompleteScope() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
The number of all instances, which complete a scope (ie.
getCompleteScope() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
getCompleteScope() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getCompleteScope() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
getCompletionCondition() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getCompletionCondition() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getCompletionConditionExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getCompletionQuantity() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getCompletionQuantity() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getComplexBehaviorDefinitions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getComplexBehaviorDefinitions() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getCondition() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
 
getCondition() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionalEventDefinitionImpl
 
getCondition() - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionalEventDefinition
 
getCondition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
getCondition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
getCondition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
getCondition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
getCondition() - Method in interface org.camunda.bpm.model.cmmn.instance.ApplicabilityRule
 
getCondition() - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
getCondition() - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
getCondition() - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
getConditionExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
getConditionExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
getConditions() - Method in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
getConditions() - Method in interface org.camunda.bpm.model.cmmn.instance.IfPart
 
getConfig() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
getConfigParts(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
getConfiguration() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getConfiguration() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getConfiguration() - Method in interface org.camunda.bpm.engine.form.FormFieldValidationConstraint
 
getConfiguration() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the payload of this incident.
getConfiguration() - Method in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
getConfiguration() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
getConfiguration() - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorContext
 
getConfiguration() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getConfiguration() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getConfiguration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getConfiguration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getConfiguration() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getConfiguration() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getConfiguration() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the payload of this incident.
getConfigurationClass() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getConfigurationClass() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getConfigurationClasses() - Static method in class org.camunda.bpm.engine.rest.impl.CamundaRestResources
Returns a set containing all provider / mapper / config classes used in the default setup of the camunda REST api.
getConfigurationProperties() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getConfigurationResource() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getConfigurationResource() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
getConnection() - Method in interface org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactory
 
getConnection() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getContainerDelegate() - Method in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
getContainerRuntimeDelegate() - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap.AdminEnvironment
 
getContainerRuntimeDelegate() - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.CockpitEnvironment
 
getContainerRuntimeDelegate() - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap.TasklistEnvironment
 
getContent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getContentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getContentType() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getContentType(String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
getContext(Class) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
getContext(Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Returns the context object associated with the given key.
getContext(Class<?>) - Method in class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
getContext() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
getContext() - Method in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
getContext() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
getContext() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
getContext() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
getContext() - Method in interface org.camunda.bpm.model.cmmn.instance.ApplicabilityRule
 
getContext() - Method in interface org.camunda.bpm.model.cmmn.instance.IfPart
 
getContext() - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
getContext() - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
getContext() - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
getContextClassloader() - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
 
getContextExecution() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
returns the execution in which context this delegate is invoked.
getContextPath() - Method in class org.camunda.bpm.engine.rest.dto.task.FormDto
 
getContextPath() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getContextPath() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getContextProperties() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getConversationAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getConversationAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getConversationId() - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
getConversationLinks() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getConversationLinks() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
TODO: choreographyRef
getConversationNodes() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getConversationNodes() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubConversationImpl
 
getConversationNodes() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getConversationNodes() - Method in interface org.camunda.bpm.model.bpmn.instance.SubConversation
 
getConverter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getCoreExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getCorePoolSize() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
getCorrelationHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCorrelationKey() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
getCorrelationKey() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationSubscription
 
getCorrelationKeys() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
getCorrelationKeys() - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
getCorrelationKeys() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getCorrelationKeys() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
getCorrelationKeys() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getCorrelationKeys() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationNode
 
getCorrelationProcessInstanceVariables() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getCorrelationProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
getCorrelationProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationKey
 
getCorrelationProperty() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
getCorrelationProperty() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyBinding
 
getCorrelationPropertyBindings() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
getCorrelationPropertyBindings() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationSubscription
 
getCorrelationPropertyRetrievalExpressions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
getCorrelationPropertyRetrievalExpressions() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationProperty
 
getCorrelationSubscriptions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getCorrelationSubscriptions() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getCount() - Method in class org.camunda.bpm.engine.rest.dto.CountResultDto
 
getCount() - Method in class org.camunda.bpm.engine.rest.hal.HalCollectionResource
 
getCreated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getCreated() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getCreated() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getCreated() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The time this event subscription was created.
getCreatedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCreatedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCreatedAfter() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreatedAfterExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreatedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getCreatedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getCreatedBefore() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreatedBeforeExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreatedDate() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getCreatedOn() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreatedOnExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getCreateTime() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The date/time when this task was created
getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The time when the case activity was created.
getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The time the case was created.
getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Time when the incident happened.
getCreateTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getCreateTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getCreateTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getCreateTime() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCreateTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getCreateTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getCreateTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getCreateTime() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
getCreateTime() - Method in interface org.camunda.bpm.engine.task.Task
The date/time when this task was created
getCreateTimeAfter() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCreateTimeBefore() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getCreateUserId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The authenticated user that created this case instance.
getCreateUserId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getCreateUserId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getCredentials() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
getCurrent() - Static method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Returns the authentications for the current thread.
getCurrentActivity(CommandContext, JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
getCurrentActivityId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Gets the id of the current activity.
getCurrentActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCurrentActivityId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getCurrentActivityName() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Gets the name of the current activity.
getCurrentActivityName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getCurrentActivityName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getCurrentActivityName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getCurrentAuthentication() - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Return the current authentication.
getCurrentAuthentication() - Method in interface org.camunda.bpm.engine.IdentityService
 
getCurrentAuthentication() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
getCurrentAuthentication() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getCurrentElement() - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
getCurrentFlowScope(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Assumption: execution is executing a transition or an activity.
getCurrentInstantiation() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getCurrentJob() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
getCurrentProcessApplication() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getCurrentProcessorJobQueue() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
getCurrentState() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns the current state of this case execution.
getCurrentState() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getCurrentTime() - Static method in class org.camunda.bpm.engine.impl.util.ClockUtil
 
getCurrentTransitionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
return the Id of the current transition
getCurrentTransitionId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getCustomEventHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomFormEngines() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomFormFieldValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomFormTypes() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomHistoryLevels() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomIncidentHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomJobHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostBPMNParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostCmmnTransformListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPostVariableSerializers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreBPMNParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreCmmnTransformListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomPreVariableSerializers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomRejectedJobsHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomScriptingEngineClasses() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getCustomSessionFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDatabaseSchema() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDatabaseSchema() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getDatabaseSchemaUpdate() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getDatabaseTablePrefix() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDatabaseTablePrefix() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getDatabaseType() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getDatabaseType() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getDatabaseType() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getDataFormat() - Method in class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
getDataFormat() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
getDataFormat() - Method in class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
getDataFormat() - Method in interface org.camunda.spin.plugin.variable.value.JsonValue
 
getDataFormat() - Method in interface org.camunda.spin.plugin.variable.value.SpinValue
 
getDataFormat() - Method in interface org.camunda.spin.plugin.variable.value.XmlValue
 
getDataInputAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getDataInputAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
getDataInputAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getDataInputAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
getDataInputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
getDataInputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
getDataInputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
getDataInputs() - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
getDataInputs() - Method in interface org.camunda.bpm.model.bpmn.instance.IoSpecification
 
getDataInputs() - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
getDataObject() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
getDataObject() - Method in interface org.camunda.bpm.model.bpmn.instance.DataObjectReference
 
getDataOutputAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getDataOutputAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
getDataOutputAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getDataOutputAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
getDataOutputRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
getDataOutputRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
getDataOutputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
getDataOutputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
getDataOutputs() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
getDataOutputs() - Method in interface org.camunda.bpm.model.bpmn.instance.IoSpecification
 
getDataPath() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
getDataPath() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyBinding
 
getDatasource() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getDatasource() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getDataSource() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getDatasourceBinderServiceInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getDatasourceJndiName() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getDataSourceJndiName() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getDataState() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
getDataState() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
getDataState() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
getDataState() - Method in interface org.camunda.bpm.model.bpmn.instance.ItemAwareElement
 
getDateAfter() - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
 
getDayOfWeekNumber(String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getDbAuthorization() - Method in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
getDbEntityCache() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
getDbEntityCacheKeyMapping() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDbEntityManager() - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
 
getDbEntityManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getDbEntityManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getDbFilter() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getDbMetricsReporter() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDbOperationManager() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
getDbSchemaOperationsCommandContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
getDbSqlSession() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getDbSqlSession() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getDbSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDbSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
getDbTablePrefix() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getDbVersion() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
getDbVersion() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
getDbVersion() - Method in exception org.camunda.bpm.engine.WrongDbException
The version of the Activiti library that was used to create the database schema.
getDeclarationsForScope(PvmScope) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
getDefault() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getDefault() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
getDefault() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
getDefault() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
getDefault() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getDefault() - Method in interface org.camunda.bpm.model.bpmn.instance.ComplexGateway
 
getDefault() - Method in interface org.camunda.bpm.model.bpmn.instance.ExclusiveGateway
 
getDefault() - Method in interface org.camunda.bpm.model.bpmn.instance.InclusiveGateway
 
getDefaultBPMNParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultCharset() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultCmmnTransformListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
getDefaultCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration
 
getDefaultCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
getDefaultCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
getDefaultCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration
 
getDefaultCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
getDefaultControl(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getDefaultControl() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
getDefaultControl() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
 
getDefaultDatabaseTypeMappings() - Static method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultEngineName() - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
getDefaultExpression() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getDefaultNumberOfRetries() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getDefaultProcessEngine() - Static method in class org.camunda.bpm.BpmPlatform
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.cockpit.plugin.test.application.TestProcessEngineProvider
 
getDefaultProcessEngine(DeploymentOperation) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getDefaultProcessEngine() - Static method in class org.camunda.bpm.engine.ProcessEngines
 
getDefaultProcessEngine(boolean) - Static method in class org.camunda.bpm.engine.ProcessEngines
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.engine.rest.impl.application.ContainerManagedProcessEngineProvider
 
getDefaultProcessEngine() - Method in interface org.camunda.bpm.engine.rest.spi.ProcessEngineProvider
Provides the default engine.
getDefaultProcessEngine() - Method in interface org.camunda.bpm.ProcessEngineService
 
getDefaultProcessEngine() - Method in interface org.camunda.bpm.webapp.AppRuntimeDelegate
Returns the default ProcessEngine provided by the
getDefaultProcessEngine() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
getDefaultProcessEngine() - Method in class org.camunda.bpm.webapp.impl.engine.ContainerManagedProcessEngineProvider
 
getDefaultProcessEngineInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getDefaultSerializationFormat() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDefaultValue() - Method in interface org.camunda.bpm.engine.form.FormField
Deprecated.
getDefaultValue() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getDefaultValue() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getDefaultValue() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getDefaultValue() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getDefaultValueExpression() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getDefaultValueTyped() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getDefinition() - Method in enum org.camunda.bpm.container.impl.jboss.extension.Attribute
 
getDefinition() - Method in enum org.camunda.bpm.container.impl.jboss.extension.Element
 
getDefinition(String) - Method in enum org.camunda.bpm.container.impl.jboss.extension.Element
 
getDefinition(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CasePlanModelHandler
 
getDefinition(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
getDefinition(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
getDefinition(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getDefinition(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
getDefinition() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionStatisticsResultDto
 
getDefinition() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
getDefinition() - Method in interface org.camunda.bpm.model.bpmn.instance.Extension
 
getDefinition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
getDefinition() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
getDefinition() - Method in interface org.camunda.bpm.model.cmmn.instance.DiscretionaryItem
 
getDefinition() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
getDefinitionElementHandlers() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
getDefinitionHandler(Class<V>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
getDefinitionKey(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
getDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
getDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
getDefinitionKey(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getDefinitionKeyValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getDefinitionRef() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getDefinitionRef() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getDefinitions() - Method in interface org.camunda.bpm.model.bpmn.BpmnModelInstance
 
getDefinitions() - Method in class org.camunda.bpm.model.bpmn.impl.BpmnModelInstanceImpl
 
getDefinitions() - Method in interface org.camunda.bpm.model.cmmn.CmmnModelInstance
 
getDefinitions() - Method in class org.camunda.bpm.model.cmmn.impl.CmmnModelInstanceImpl
 
getDefinitionType() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
getDefinitionType() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
Subclasses should return the type of the JobHandler here.
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
Subclasses should return the type of the JobHandler here.
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
 
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
 
getDelayedExecutionJobHandlerType() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
getDelegateActivityBehavior() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CustomActivityBehavior
 
getDelegateAsyncAfterUpdate() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getDelegateAsyncBeforeUpdate() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getDelegateInterceptor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDelegationState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getDelegationState() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDelegationState() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getDelegationState() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDelegationState() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getDelegationState() - Method in interface org.camunda.bpm.engine.task.Task
The current DelegationState for this task.
getDelegationStateString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getDelegationStateString() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDeleteReason() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Get delete reason of the task.
getDeleteReason() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
Obtains the reason for the process instance's deletion.
getDeleteReason() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
getDeleteReason() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getDeleteReason() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getDeleteReason() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getDeleteReason() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getDeleteReason() - Method in class org.camunda.bpm.engine.rest.dto.DeleteEngineEntityDto
 
getDeleteReason() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getDeleteReason() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getDeleteRoot(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
getDeletesByType(Class<? extends DbEntity>, boolean) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
getDeleteStatement(Class<?>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getDeleteStatements() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getDeletions() - Method in class org.camunda.bpm.engine.rest.dto.PatchVariablesDto
 
getDeletions() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
 
getDeniedPaths() - Method in class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
getDeniedPaths() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
getDeployedArtifacts(Class<T>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getDeployedCaseDefinitionArtifacts(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
getDeployedProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getDeployedProcessDefinitionArtifacts(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
getDeployedProcesses(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
getDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDeployers() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getDeployment() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getDeployment() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
getDeployment() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getDeployment() - Method in class org.camunda.bpm.engine.impl.context.CoreExecutionContext
 
getDeployment() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
getDeployment() - Method in class org.camunda.bpm.engine.impl.scripting.DynamicResourceExecutableScript
 
getDeployment(String) - Method in interface org.camunda.bpm.engine.rest.DeploymentRestService
 
getDeployment(String) - Method in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
getDeployment() - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
 
getDeployment() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
 
getDeploymentAfter() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
getDeploymentBefore() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
GetDeploymentBpmnModelInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
Gives access to a deploy BPMN model instance which can be accessed by the BPMN model API.
GetDeploymentBpmnModelInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
 
getDeploymentCache() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getDeploymentCache() - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
 
GetDeploymentCaseDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
GetDeploymentCaseDefinitionCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseDefinitionCmd
 
GetDeploymentCaseDiagramCmd - Class in org.camunda.bpm.engine.impl.cmd
Gives access to a deployed case diagram, e.g., a PNG image, through a stream of bytes.
GetDeploymentCaseDiagramCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentCaseDiagramCmd
 
GetDeploymentCaseModelCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
GetDeploymentCaseModelCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseModelCmd
 
GetDeploymentCmmnModelInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentCmmnModelInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentCmmnModelInstanceCmd
 
getDeploymentDescriptorLocations(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
getDeploymentDescriptors(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
getDeploymentDescriptorUrls(Module, String[]) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
getDeploymentId() - Method in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
getDeploymentId() - Method in interface org.camunda.bpm.application.ProcessApplicationDeploymentInfo
 
getDeploymentId() - Method in interface org.camunda.bpm.engine.form.FormData
The deployment id of the process definition to which this form is related
getDeploymentId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the specific deployment id on which the associated job was created.
getDeploymentId(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getDeploymentId(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.context.CaseExecutionContext
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.context.CoreExecutionContext
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.context.ExecutionContext
Deprecated.
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getDeploymentId() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getDeploymentId() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessDefinition
 
getDeploymentId() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
The deployment in which this case definition is contained.
getDeploymentId() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
The deployment in which this process definition is contained.
getDeploymentId() - Method in interface org.camunda.bpm.engine.repository.Resource
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getDeploymentId() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getDeploymentId() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the id of the deployment in which context the job was created.
getDeploymentIds() - Method in interface org.camunda.bpm.application.ProcessApplicationRegistration
 
getDeploymentIds() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getDeploymentIds() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplicationMBean
 
getDeploymentIds() - Method in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
getDeploymentInfo() - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
getDeploymentInfo() - Method in interface org.camunda.bpm.application.ProcessApplicationInfo
 
getDeploymentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getDeploymentManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getDeploymentName() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
getDeploymentNames() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getDeploymentNames() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplicationMBean
 
GetDeploymentProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentProcessDefinitionCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDefinitionCmd
 
GetDeploymentProcessDiagramCmd - Class in org.camunda.bpm.engine.impl.cmd
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.
GetDeploymentProcessDiagramCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramCmd
 
GetDeploymentProcessDiagramLayoutCmd - Class in org.camunda.bpm.engine.impl.cmd
Provides positions and dimensions of elements in a process diagram as provided by GetDeploymentProcessDiagramCmd.
GetDeploymentProcessDiagramLayoutCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramLayoutCmd
 
GetDeploymentProcessModelCmd - Class in org.camunda.bpm.engine.impl.cmd
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.
GetDeploymentProcessModelCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessModelCmd
 
getDeploymentResource(String) - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResourcesResource
 
getDeploymentResource(String) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
GetDeploymentResourceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentResourceCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceCmd
 
getDeploymentResourceData(String) - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResourcesResource
 
getDeploymentResourceData(String) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
GetDeploymentResourceForIdCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentResourceForIdCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceForIdCmd
 
getDeploymentResourceNames(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
getDeploymentResourceNames(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getDeploymentResourceNames(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Retrieves a list of deployment resource names for the given deployment, ordered alphabetically.
GetDeploymentResourceNamesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentResourceNamesCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceNamesCmd
 
getDeploymentResources(ProcessArchiveXml, DeploymentUnit, VirtualFile) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
getDeploymentResources(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getDeploymentResources(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Retrieves a list of deployment resources for the given deployment, ordered alphabetically by name.
getDeploymentResources() - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResource
 
getDeploymentResources() - Method in interface org.camunda.bpm.engine.rest.sub.repository.DeploymentResourcesResource
 
getDeploymentResources() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
 
getDeploymentResources() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourcesResourceImpl
 
getDeploymentResources() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
GetDeploymentResourcesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetDeploymentResourcesCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
 
getDeploymentRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getDeploymentRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getDeploymentRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getDeployments(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.DeploymentRestService
 
getDeployments(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
getDeploymentsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.DeploymentRestService
 
getDeploymentsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
getDeploymentTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getDeploymentTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
getDeploymentTime() - Method in interface org.camunda.bpm.engine.repository.Deployment
 
getDeploymentTime() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
getDesciption(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getDescription() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Free text description of the task.
getDescription() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The latest description given to this task.
getDescription() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getDescription() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getDescription() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getDescription() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getDescription() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getDescription() - Method in interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
 
getDescription() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDescription() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
description of this process
getDescription() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getDescription() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getDescription() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getDescription() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getDescription() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDescription() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getDescription() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getDescription() - Method in interface org.camunda.bpm.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.camunda.bpm.engine.task.Task
Free text description of the task.
getDescription() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
getDescription() - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
getDescriptionExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getDescriptionLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDescriptionLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDestination() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
getDestination() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmTransition
 
getDestinationExpression() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getDestinationVariableName() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getDetail(boolean) - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricDetailResource
 
getDetail(boolean) - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
getDetailId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getDetails() - Method in interface org.camunda.bpm.engine.impl.identity.Account
 
getDetails() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getDetailService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getDetailService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getDiagram() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getDiagram() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getDiagramBoundsFromBpmnDi(Document) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
getDiagramBoundsFromImage(InputStream) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
getDiagramBoundsFromImage(InputStream, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
getDiagramBoundsFromImage(BufferedImage, int, int) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
getDiagramElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.Event
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.Gateway
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
getDiagramElement() - Method in interface org.camunda.bpm.model.bpmn.instance.Task
 
getDiagramElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.PlaneImpl
 
getDiagramElements() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Plane
 
getDiagramResourceForCase(String, String, Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
Returns the default name of the image resource for a certain case.
getDiagramResourceForProcess(String, String, Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
Returns the default name of the image resource for a certain process.
getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getDiagramResourceName() - Method in interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
 
getDiagramResourceName() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
The diagram resource name.
getDiagramResourceName() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
The resource name in the deployment of the diagram image (if any).
getDirection() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
getDirection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
getDirection() - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
getDirection() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
getDirection() - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
getDisabled() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getDiscretionaryElementHandlers() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
getDiscretionaryItemHandler(Class<? extends PlanItemDefinition>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getDisjunctiveConditions() - Method in class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
 
getDisjunctiveConditions() - Method in class org.camunda.bpm.engine.impl.CompositeQueryVariableValueCondition
 
getDisjunctiveConditions() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getDisplayName() - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
getDn() - Method in class org.camunda.bpm.identity.impl.ldap.LdapGroupEntity
 
getDn() - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserEntity
 
getDnForGroup(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
getDnForUser(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
getDocument() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getDocument() - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getDocument() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the DOM document which contains this element.
getDocument() - Method in interface org.camunda.bpm.model.xml.ModelInstance
Returns the wrapped DomDocument.
getDocumentation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
getDocumentation() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
getDocumentations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
getDocumentations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
getDocumentations() - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
getDocumentations() - Method in interface org.camunda.bpm.model.bpmn.instance.Extension
 
getDocumentElement() - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getDocumentElement() - Method in interface org.camunda.bpm.model.xml.ModelInstance
Returns the ModelElement corresponding to the document element of this model or null if no document element exists.
getDomElement() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getDomElement() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext
 
getDomElement() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the represented DOM DomElement.
getDomSource() - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
getDomSource() - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Returns a new DOMSource of the document.
getDouble(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the double value associated with a key.
getDoubleValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getDoubleValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getDoubleValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getDoubleValue() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getDoubleValue() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getDoubleValue() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getDue() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getDue() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getDue() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getDueAfter() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDueAfter() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDueAfterExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDueBefore() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDueBefore() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDueBeforeExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDueDate() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Due date of the task.
getDueDate() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Task due date
getDueDate() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getDuedate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getDueDate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getDueDate() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getDueDate() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getDuedate() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDuedateDto
 
getDueDate() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDuedate() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the date on which this job is supposed to be processed.
getDueDate() - Method in interface org.camunda.bpm.engine.task.Task
Due date of the task.
getDueDateExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getDueDateExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getDuration() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getDurationHelper(String) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
getDurationInMillis() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
getDurationInMillis() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
getDurationInMillis() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
getDurationInMillis() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
getDurationInMillis() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
getDurationInMillis() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
getDurationInMillis() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getDurationInMillis() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getDurationInMillis() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getDurationInMillis() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getDurationRaw() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
getEdge(String) - Method in class org.camunda.bpm.engine.repository.DiagramLayout
 
getElContext(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
getELContext() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContextEvent
Returns the ELContext that was created.
getElement() - Method in exception org.camunda.bpm.engine.BpmnParseException
 
getElement() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getElementAtIndex(int, Collection<?>) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getElementBoundsFromBpmnDi(Document) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
getElementById(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
getElementById(String) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Gets an element by its id.
getElements() - Method in class org.camunda.bpm.engine.repository.DiagramLayout
 
getElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
getElements() - Method in interface org.camunda.bpm.model.bpmn.instance.ExtensionElements
 
getElements() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
getElements() - Method in interface org.camunda.bpm.model.cmmn.instance.ExtensionElements
 
getElementsByNameNs(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
getElementsByNameNs(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Gets all elements with the namespace and name.
getElementsQuery() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
getElementsQuery() - Method in interface org.camunda.bpm.model.bpmn.instance.ExtensionElements
 
getElementsQuery() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
getElementsQuery() - Method in interface org.camunda.bpm.model.cmmn.instance.ExtensionElements
 
getElementStackSize() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder.HtmlWriteContext
 
getElementType() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getElementType() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the element type of this.
getElResolver() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getElResolver(AbstractProcessApplication) - Method in interface org.camunda.bpm.application.ProcessApplicationElResolver
return the Resolver.
getElResolver() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
This allows the process application to provide a custom ElResolver to the process engine.
getElResolver(AbstractProcessApplication) - Method in class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
 
getELResolver() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
getELResolver() - Method in class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
getELResolver() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Retrieves the ELResolver associated with this context.
getELResolver() - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Get our resolver.
getElResolver(AbstractProcessApplication) - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
 
getElResolverDelegate() - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
getElResolverDelegate() - Method in class org.camunda.bpm.engine.impl.el.ProcessApplicationBeanElResolverDelegate
 
getElResolverDelegate() - Method in class org.camunda.bpm.engine.impl.el.ProcessApplicationElResolverDelegate
 
getEmail() - Method in interface org.camunda.bpm.engine.identity.User
 
getEmail() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getEmail() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getEmail() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
getEmail() - Method in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
getEmailLike() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getEmbedded(String) - Method in class org.camunda.bpm.engine.rest.hal.HalResource
 
getEmptyDocument(DocumentBuilderFactory) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Get an empty DOM document
getEmptyModel() - Method in class org.camunda.bpm.model.bpmn.impl.BpmnParser
 
getEmptyModel() - Method in class org.camunda.bpm.model.cmmn.impl.CmmnParser
 
getEmptyModel() - Method in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
getEnabled() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getEncountered() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
 
getEndActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
Deprecated.
getEndActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getEndDate() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
getEnded() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getEndedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getEndedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
getEndPoints() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
getEndPoints() - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
getEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Time when the activity instance ended
getEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The time when the case activity ended
getEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Time when the incident has been resolved or deleted.
getEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The time the process was ended.
getEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Time when the task was deleted or completed.
getEndTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getEndTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
getEndTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getEndTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getEndTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getEndTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getEndTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getEngineName() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getEngineName() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getEngineVersion() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getEntitiesByType(Class<T>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
getEntity() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
getEntity() - Method in class org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
 
getEntity() - Method in class org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
 
getEntity() - Method in class org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
 
getEntity() - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
 
getEntity() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
getEntity() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
getEntityCache() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
getEntityCacheKey(Class<?>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
getEntityClass() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
getEntityManager() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSession
Get an EntityManager instance associated with this session.
getEntityManager() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
getEntityManagerFactory() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
getEntityState() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
getEntityType() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The type of the entity on which this operation was executed.
getEntityType() - Method in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
getEntityType() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
getEntityType() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
getEntityType() - Method in interface org.camunda.bpm.engine.impl.db.entitymanager.OptimisticLockingListener
The type of the entity for which this listener should be notified.
getEntityType() - Method in interface org.camunda.bpm.engine.impl.history.event.HistoryEventType
The type of the entity.
getEntityType() - Method in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
 
getEntityType() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getEntityType() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getEntityType() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getEntryCriteria() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getEntryCriterias(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getEntryCriterias() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
getEntryCriterias() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
getEnv(String) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
 
getEnvironmentScripts() - Method in class org.camunda.bpm.application.AbstractProcessApplication
getEnvironmentScripts() - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
Returns a map of cached environment scripts per script language.
getEnvScriptResolvers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getEnvScripts(String) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
Returns the env scripts for the given language.
getError() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
getError() - Method in interface org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
 
getErrorCode() - Method in exception org.camunda.bpm.engine.delegate.BpmnError
 
getErrorCode() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
 
getErrorCode() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
getErrorCode() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
getErrorCode() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
getErrorCode() - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
getErrorCodeVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
getErrorEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
getErrorEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
getErrorHandlerActivity() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
getErrorHandlerActivity() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder
 
getErrorHandlingExecution() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ErrorDeclarationFinder
 
getErrorMessage() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
If the variable value could not be loaded, this returns the error message.
getErrorMessage() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
If the variable value could not be loaded, this returns the error message.
getErrorMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getErrorMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getErrorMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getErrorMessage() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getErrorMessage() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getErrorMessage() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getErrorMessage() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getErrorMessage() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
If the variable value could not be loaded, this returns the error message.
getErrors() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
getErrors() - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
getEscalation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationEventDefinitionImpl
 
getEscalation() - Method in interface org.camunda.bpm.model.bpmn.instance.EscalationEventDefinition
 
getEscalationCode() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
getEscalationCode() - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
getEvaluatesToType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
getEvaluatesToType() - Method in interface org.camunda.bpm.model.bpmn.instance.FormalExpression
 
getEventDefinitionRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
getEventDefinitionRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
getEventDefinitionRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
getEventDefinitionRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
getEventDefinitions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
getEventDefinitions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
getEventDefinitions() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
getEventDefinitions() - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
getEventGatewayType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
getEventGatewayType() - Method in interface org.camunda.bpm.model.bpmn.instance.EventBasedGateway
 
getEventHandler(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getEventHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getEventHandlerType() - Method in class org.camunda.bpm.engine.impl.event.CompensationEventHandler
 
getEventHandlerType() - Method in interface org.camunda.bpm.engine.impl.event.EventHandler
 
getEventHandlerType() - Method in class org.camunda.bpm.engine.impl.event.MessageEventHandler
 
getEventHandlerType() - Method in class org.camunda.bpm.engine.impl.event.SignalEventHandler
 
getEventName() - Method in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
The event name in case this execution is passed in for an ExecutionListener
getEventName() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getEventName() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance
The event name, which caused the listener to be notified.
getEventName() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Returns the event name which triggered the task listener to fire for this task.
getEventName() - Method in interface org.camunda.bpm.engine.delegate.DelegateVariableInstance
 
getEventName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreate
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDisable
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionEnable
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionExit
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionOccur
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentResume
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentSuspend
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentTerminate
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReactivate
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReenable
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionResume
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspend
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminate
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceClose
 
getEventName() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceCreate
 
getEventName() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
getEventName() - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
getEventName() - Method in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
getEventName() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getEventName() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
getEventName() - Method in interface org.camunda.bpm.engine.impl.history.event.HistoryEventType
The name of the event fired on the entity
getEventName() - Method in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
 
getEventName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getEventName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmAtomicOperationTransitionNotifyListenerTake
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireProcessStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessEnd
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
 
getEventName() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
 
getEventName() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getEventName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getEventName() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The name of the event this subscription belongs to as defined in the process model.
getEventScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getEventScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getEventScope() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
The event scope for an activity is the scope in which the activity listens for events.
getEventScopeActivityId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
getEventScopeActivityId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
getEventScopeExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getEventSource() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
getEventSubscription() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.EventSubscriptionResource
 
getEventSubscription() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
getEventSubscriptionId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getEventSubscriptionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getEventSubscriptionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getEventSubscriptions() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getEventSubscriptions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getEventSubscriptions() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getEventSubscriptionsInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getEventType() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
getEventType() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getEventType() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
getEventType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getEventType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getEventType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getEventType() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The event subscriptions type.
getException() - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
getException() - Method in class org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
 
getException() - Method in interface org.camunda.bpm.engine.ProcessEngineInfo
Returns the exception stacktrace in case an exception occurred while initializing the engine.
getExceptionByteArray() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getExceptionByteArray() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExceptionByteArrayId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getExceptionByteArrayId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExceptionMessage() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getExceptionMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExceptionMessage() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getExceptionMessage() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the message of the exception that occurred, the last time the job was executed.
getExceptionStacktrace() - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
getExceptionStacktrace() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getExceptionStacktrace() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExcludeTaskRelated() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getExecutable() - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
getExecutable() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in interface org.camunda.bpm.container.ExecutorService
Returns a runnable to be used for executing Jobs.
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in interface org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnection
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
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.DefaultContextAssociationManager.ScopedAssociation
 
getExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Returns the execution currently at the task.
getExecution() - Method in class org.camunda.bpm.engine.impl.context.CoreExecutionContext
 
getExecution() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
getExecution() - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorContext
Deprecated.
getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getExecution(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
 
getExecution(String) - Method in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
getExecution(String) - Method in class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
getExecution() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ExecutionResource
 
getExecution() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
getExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
Deprecated.
getExecutionEntity() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
getExecutionFromContext() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getExecutionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
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
 
getExecutionId() - Method in interface org.camunda.bpm.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.camunda.bpm.engine.history.HistoricActivityInstance
Execution reference
getExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The identifier for the path of execution.
getExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the specific execution on which this incident has happened.
getExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the specific execution id on which the associated job was created.
getExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Execution reference.
getExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Return the corresponding execution id.
getExecutionId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Execution reference.
getExecutionId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getExecutionId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getExecutionId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The execution that is subscribed on the referenced event.
getExecutionId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the specific execution on which this incident has happened.
getExecutionId() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the specific execution on which the job was created.
getExecutionId() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
returns the id of of the execution that is executing this transition instance
getExecutionId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding execution id.
getExecutionId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the path of execution or null if it is not related to a process instance.
getExecutionIds() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getExecutionIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getExecutionIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getExecutionIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getExecutionIds() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
the list of executions that are currently waiting in this activity instance
getExecutionIds() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
the list of executions that are currently waiting in this activity instance
getExecutionListener() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getExecutionListener() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Allows the process application to provide an ExecutionListener which is notified about all execution events in all of the process instances deployed by this process application.
getExecutionListenerInstance() - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
 
getExecutionListeners(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
Deprecated.
getExecutionListeners() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
Deprecated.
getExecutionListeners() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
Deprecated.
getExecutionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getExecutions(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
getExecutions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getExecutions() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns the list of execution of which this execution the parent of.
getExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
ensures initialization and returns the non-null executions list
getExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getExecutions() - Method in class org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
 
getExecutions(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
getExecutions(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
getExecutionsAsCopy() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getExecutionsAsCopy() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getExecutionsAsCopy() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getExecutionsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
getExecutionsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
getExecutionService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getExecutionService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getExecutionService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getExecutionStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
GetExecutionVariableCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetExecutionVariableCmd(String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
 
GetExecutionVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetExecutionVariablesCmd(String, Collection<String>, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
GetExecutionVariableTypedCmd<T extends TypedValue> - Class in org.camunda.bpm.engine.impl.cmd
 
GetExecutionVariableTypedCmd(String, String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
getExecutorInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getExecutorInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getExecutorService() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getExecutorService() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getExecutorService() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector.ExecutorServiceWrapper
 
getExecutorService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
 
getExecutorServiceWrapper() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
getExistingDeployment(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
getExitCriteria() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getExitCriterias(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getExitCriterias() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
getExitCriterias() - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
getExitCriterias() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
getExitCriterias() - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
getExpected() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
 
getExpectedType() - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Returns the type the result of the expression will be coerced to after evaluation.
getExpectedType() - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
 
getExpectedType() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
getExporter() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getExporter() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getExporter() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getExporter() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getExporterVersion() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getExporterVersion() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getExporterVersion() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getExporterVersion() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getExpression() - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
 
getExpression() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
 
getExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceAssignmentExpressionImpl
 
getExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
getExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceAssignmentExpression
 
getExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameterBinding
 
getExpressionLanguage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getExpressionLanguage() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getExpressionLanguage() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getExpressionLanguage() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
getExpressionManager() - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
getExpressionManager() - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
 
getExpressions() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
getExpressionString() - Method in class org.camunda.bpm.engine.impl.javax.el.Expression
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Answer null.
getExpressionString() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
 
getExpressionString() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
getExpressionText() - Method in interface org.camunda.bpm.engine.delegate.Expression
 
getExpressionText() - Method in class org.camunda.bpm.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
returns the expression text for this execution listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
returns the expression text for this execution listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
returns the expression text for this execution listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ExpressionCaseExecutionListener
Returns the expression text for this execution listener.
getExpressionText() - Method in interface org.camunda.bpm.engine.impl.el.Expression
 
getExpressionText() - Method in class org.camunda.bpm.engine.impl.el.FixedValue
 
getExpressionText() - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
 
getExpressionText() - Method in class org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
returns the expression text for this task listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.task.listener.ExpressionTaskListener
returns the expression text for this task listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
returns the expression text for this execution listener.
getExpressionText() - Method in class org.camunda.bpm.engine.impl.variable.listener.ExpressionCaseVariableListener
Returns the expression text for this execution listener.
getExpressionValue(CamundaField, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getExtendedScenario() - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
getExtendingTypes() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getExtendingTypes() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getExtension() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
getExtension() - Method in interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
 
getExtensionElements(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getExtensionElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
getExtensionElements() - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
getExtensionElements() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
getExtensionElements() - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
getExtensionHandler(Scanner.Token) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
getExtensionPoint() - Method in class org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
 
getExtensions() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getExtensions() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getExtensions() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getFactory() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
getFactory() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
getFailedJobCommandFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFailedJobCommandFactory() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getFailedJobRetryTimeCycle(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
getFailedJobs() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
getFailedJobs() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
getFailedJobs() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
getFailedJobs() - Method in interface org.camunda.bpm.engine.management.ActivityStatistics
The number of all failed jobs for the activity.
getFailedJobs() - Method in interface org.camunda.bpm.engine.management.DeploymentStatistics
The number of all failed jobs of process instances of definitions contained in this deployment.
getFailedJobs() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatistics
The number of all failed jobs of all process instances.
getFailedJobs() - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, returns an Iterator containing the set of JavaBeans properties available on the given object.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
Returns information about the set of variables or properties that can be resolved for the given base object.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
Always returns null, since there is no reason to iterate through set set of all integers.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, returns an Iterator containing the set of keys available in the Map.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, returns an Iterator containing the set of keys available in the ResourceBundle.
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
getFeatureDescriptors(ELContext, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
getField(String, Object) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Returns the field of the given object or null if it doesnt exist.
getField(String, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Returns the field of the given class or null if it doesnt exist.
getFieldDeclarations() - Method in class org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
 
getFieldDeclarations() - Method in class org.camunda.bpm.engine.impl.delegate.ClassDelegate
 
getFieldDeclarations() - Method in class org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
 
getFieldDeclarations() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
 
getFieldId() - Method in interface org.camunda.bpm.engine.history.HistoricFormField
the id or key of the property
getFieldId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
 
getFieldId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
getFieldName() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getFieldValue() - Method in interface org.camunda.bpm.engine.history.HistoricFormField
the submitted value
getFieldValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
 
getFieldValue() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
getFile(URL) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
getFile() - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
getFile(String) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
 
getFileName() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getFileSets() - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
getFilter(String) - Method in interface org.camunda.bpm.engine.FilterService
Returns the filter for the given filter id.
getFilter(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
getFilter(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
getFilter(String) - Method in interface org.camunda.bpm.engine.rest.FilterRestService
 
getFilter(String) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
getFilter(Boolean) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
getFilter(Boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
GetFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetFilterCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetFilterCmd
 
getFilterManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getFilterQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
 
getFilterRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getFilterRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getFilterRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getFilters(UriInfo, Boolean, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.FilterRestService
 
getFilters(UriInfo, Boolean, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
getFiltersCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.FilterRestService
 
getFiltersCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
getFilterService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFilterService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getFilterService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the engine's FilterService.
getFilterService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getFilterVariableNames() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getFinished() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
The number of all finished instances of the activity.
getFinished() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
getFinished() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
getFinishedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getFinishedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getFinishedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getFinishedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getFirstName() - Method in interface org.camunda.bpm.engine.identity.User
 
getFirstName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getFirstName() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getFirstName() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
getFirstName() - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
getFirstName() - Method in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
getFirstNameLike() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getFirstResult() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getFirstResult() - Method in class org.camunda.bpm.engine.impl.Page
 
getFirstResult() - Method in class org.camunda.bpm.engine.management.TablePage
 
getFirstRow() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getFixedValue(CamundaField) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getFlowElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getFlowElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
getFlowElements() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getFlowElements() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
getFlowNodeIds() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getFlowNodeRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
getFlowNodeRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
getFlowScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getFlowScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getFlowScope() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
The flow scope of the activity.
getFlowScopeActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
getFlowScopeExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getFlushRelevantEntityReferences() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
getFlushRelevantEntityReferences() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
getFollowUp() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getFollowUp() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getFollowUp() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getFollowUpAfter() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getFollowUpAfter() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpAfterExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpBefore() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getFollowUpBefore() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpBeforeExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpBeforeOrNotExistent() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpBeforeOrNotExistentExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpDate() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Task follow-up date
getFollowUpDate() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getFollowUpDate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getFollowUpDate() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getFollowUpDate() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFollowUpDate() - Method in interface org.camunda.bpm.engine.task.Task
Follow-up date of the task.
getFollowUpDateExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getFollowUpDateExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getFont() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelStyleImpl
 
getFont() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabelStyle
 
getForm() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getForm() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getFormEngines() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFormFieldHandler() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
getFormFieldHandler() - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorContext
 
getFormFields() - Method in interface org.camunda.bpm.engine.form.FormData
returns the form fields which make up this form.
getFormFields() - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
getFormHandler() - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
getFormHandler() - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateStartFormHandler
 
getFormHandler() - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateTaskFormHandler
 
getFormInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getFormKey() - Method in interface org.camunda.bpm.engine.form.FormData
User-defined reference to a form.
getFormKey() - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
getFormKey() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
getFormKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getFormKey() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getFormKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getFormKey() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getFormKey() - Method in interface org.camunda.bpm.engine.task.Task
Provides the form key for the task.
GetFormKeyCmd - Class in org.camunda.bpm.engine.impl.cmd
Command for retrieving start or task form keys.
GetFormKeyCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
Retrieves a start form key.
GetFormKeyCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
Retrieves a task form key.
getFormProperties() - Method in interface org.camunda.bpm.engine.form.FormData
Deprecated.
getFormProperties() - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
getFormPropertyHandlers() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
getFormService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFormService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getFormService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's FormService.
getFormService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getFormTemplateString(FormData, String) - Method in class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
getFormType(String) - Method in class org.camunda.bpm.engine.impl.form.type.FormTypes
 
getFormTypes() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFormTypes() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
getFormValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getFormVariables(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getFormVariables(String, boolean) - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getFormVariables(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getFormVariables(String, boolean) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getFoxLegacyProperties() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getFrom() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
getFrom() - Method in interface org.camunda.bpm.model.bpmn.instance.Assignment
 
getFromSession(HttpSession) - Static method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Allows obtaining an Authentications object from the HttpSession.
getFullMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getFullMessage() - Method in interface org.camunda.bpm.engine.task.Comment
the full comment message the user had related to the task and/or process instance
getFullMessageBytes() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getFunction(int) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
Get function by index.
getFunction() - Method in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
getFunction() - Method in interface org.camunda.bpm.engine.query.QueryProperty
 
getFunctionMapper() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
getFunctionMapper() - Method in class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
getFunctionMapper() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Retrieves the FunctionMapper associated with this ELContext.
getFunctionMapper() - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Get our function mapper.
getFunctionNodes() - Method in class org.camunda.bpm.engine.impl.juel.Tree
Get function nodes (in no particular order)
getFunctions() - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
getGatewayDirection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
getGatewayDirection() - Method in interface org.camunda.bpm.model.bpmn.instance.Gateway
 
getGlobalScriptEngine(String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
getGrantAuthorizationByGroupId(String, Resource, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
getGrantAuthorizationByUserId(String, Resource, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
getGroup() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
getGroup(String) - Method in interface org.camunda.bpm.engine.rest.GroupRestService
 
getGroup(String) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
getGroup(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupResource
 
getGroup(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
getGroupCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.GroupRestService
 
getGroupCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
getGroupCount(GroupQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
getGroupId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
 
getGroupId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getGroupId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getGroupId() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getGroupId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getGroupId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getGroupId() - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
getGroupId() - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
getGroupId() - Method in interface org.camunda.bpm.engine.task.IdentityLink
If the identity link involves a group, then this will be a non-null id of a group.
getGroupIdAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupIds() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getGroupIds() - Method in class org.camunda.bpm.engine.impl.identity.Authentication
 
getGroupIds() - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
 
getGroupInfo(String) - Method in interface org.camunda.bpm.engine.rest.IdentityRestService
 
getGroupInfo(String) - Method in class org.camunda.bpm.engine.rest.impl.IdentityRestServiceImpl
 
getGroupMemberAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupMembersResource() - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupResource
 
getGroupMembersResource() - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
getGroupNameAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getGroupRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getGroupRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getGroups() - Method in class org.camunda.bpm.engine.rest.dto.task.GroupInfoDto
 
getGroupSearchBase() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupSearchFilter() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupSearchFilter(LdapGroupQuery) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
getGroupsForCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getGroupTypeAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getGroupUsers() - Method in class org.camunda.bpm.engine.rest.dto.task.GroupInfoDto
 
getHalRelationCache(Class<?>) - Method in class org.camunda.bpm.engine.rest.hal.Hal
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinitionResolver
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.group.HalGroupResolver
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinitionResolver
 
getHalResourceClass() - Method in class org.camunda.bpm.engine.rest.hal.user.HalUserResolver
 
getHalTask() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getHalTasks(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
getHandler() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getHandlerActivityId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
getHandlerMethod() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getHandlerRegistry() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getHasStartFormKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getHeaders() - Method in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
getHeight() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getHeight() - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
getHeight() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getHeight() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getHeight() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
getHeight() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
getHeight() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
getHistoricActivityInstance() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricActivityInstanceResource
 
getHistoricActivityInstance() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricActivityInstanceResourceImpl
 
getHistoricActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricActivityInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
Exposes the HistoricActivityInstanceQuery interface as a REST service.
getHistoricActivityInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
getHistoricActivityInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
 
getHistoricActivityInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
getHistoricActivityStatistics(String, Boolean, Boolean, Boolean, String, String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityStatisticsRestService
 
getHistoricActivityStatistics(String, Boolean, Boolean, Boolean, String, String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityStatisticsRestServiceImpl
 
getHistoricCaseActivityInstance() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricCaseActivityInstanceResource
 
getHistoricCaseActivityInstance() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricCaseActivityInstanceResourceImpl
 
getHistoricCaseActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricCaseActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricCaseActivityInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService
Exposes the HistoricCaseActivityInstanceQuery interface as a REST service.
getHistoricCaseActivityInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
getHistoricCaseActivityInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService
 
getHistoricCaseActivityInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
getHistoricCaseInstance(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
 
getHistoricCaseInstance(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService
 
getHistoricCaseInstance(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
 
getHistoricCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
getHistoricCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
getHistoricCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
getHistoricCaseInstance() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricCaseInstanceResource
 
getHistoricCaseInstance() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricCaseInstanceResourceImpl
 
getHistoricCaseInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricCaseInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricCaseInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
Exposes the HistoricCaseInstanceQuery interface as a REST service.
getHistoricCaseInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
getHistoricCaseInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
 
getHistoricCaseInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
getHistoricDetailManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricDetailManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricDetails(UriInfo, Integer, Integer, boolean) - Method in interface org.camunda.bpm.engine.rest.history.HistoricDetailRestService
Exposes the HistoricActivityInstanceQuery interface as a REST service.
getHistoricDetails(UriInfo, Integer, Integer, boolean) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
getHistoricDetailsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricDetailRestService
 
getHistoricDetailsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
getHistoricIncidentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricIncidentManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricIncidents(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
Exposes the HistoricActivityInstanceQuery interface as a REST service.
getHistoricIncidents(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
 
getHistoricIncidentsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
 
getHistoricIncidentsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
 
getHistoricJobLog(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
getHistoricJobLog(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
getHistoricJobLog() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricJobLogResource
 
getHistoricJobLog() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricJobLogResourceImpl
 
getHistoricJobLogExceptionStacktrace(String) - Method in interface org.camunda.bpm.engine.HistoryService
Returns the full stacktrace of the exception that occurs when the historic job log with the given id was last executed.
getHistoricJobLogExceptionStacktrace(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
GetHistoricJobLogExceptionStacktraceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetHistoricJobLogExceptionStacktraceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetHistoricJobLogExceptionStacktraceCmd
 
getHistoricJobLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricJobLogManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricJobLogs(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
getHistoricJobLogs(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
getHistoricJobLogsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
getHistoricJobLogsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
getHistoricProcessInstance(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
 
getHistoricProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
getHistoricProcessInstance() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricProcessInstanceResource
 
getHistoricProcessInstance() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricProcessInstanceResourceImpl
 
getHistoricProcessInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricProcessInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricProcessInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
Exposes the HistoricProcessInstanceQuery interface as a REST service.
getHistoricProcessInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
getHistoricProcessInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
 
getHistoricProcessInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
getHistoricStatisticsCountGroupedByActivity(HistoricActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricStatisticsManager
 
getHistoricStatisticsGroupedByActivity(HistoricActivityStatisticsQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricStatisticsManager
 
getHistoricStatisticsManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricTaskInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricTaskInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricTaskInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
Exposes the HistoricTaskInstanceQuery interface as a REST service.
getHistoricTaskInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
getHistoricTaskInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
 
getHistoricTaskInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
getHistoricVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getHistoricVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getHistoricVariableInstances(UriInfo, Integer, Integer, boolean) - Method in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
Exposes the HistoricVariableInstanceQuery interface as a REST service.
getHistoricVariableInstances(UriInfo, Integer, Integer, boolean) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
getHistoricVariableInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
 
getHistoricVariableInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
getHistory() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getHistoryEventHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getHistoryEventHandler() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
getHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
getHistoryLevel() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getHistoryLevel() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getHistoryLevel() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getHistoryLevel() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getHistoryLevel() - Method in interface org.camunda.bpm.engine.ManagementService
Get the configured history level for the process engine.
GetHistoryLevelCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetHistoryLevelCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetHistoryLevelCmd
 
getHistoryRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getHistoryRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getHistoryRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getHistoryService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getHistoryService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getHistoryService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's HistoryService.
getHistoryService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getHref() - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
getHref() - Method in class org.camunda.bpm.engine.rest.hal.HalLink
 
getHtmlString() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
getId() - Method in class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.JobDefinitionPlugin
 
getId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
 
getId() - Method in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
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.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
DB id of the task.
getId() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getId() - Method in interface org.camunda.bpm.engine.form.FormField
 
getId() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The unique identifier of this historic activity instance.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
The activity id.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The id of the case activity instance (== as the id of the runtime activity).
getId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The case instance id (== as the id of the runtime CaseInstance).
getId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The unique DB id for this historic detail
getId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the unique identifier for this incident.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the unique identifier for this historic job log.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The process instance id (== as the id for the runtime process instance).
getId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The unique identifier of this historic task instance.
getId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
 
getId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The unique identifier of this log entry.
getId() - Method in interface org.camunda.bpm.engine.identity.Group
 
getId() - Method in interface org.camunda.bpm.engine.identity.User
 
getId() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
getId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
getId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
getId() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
getId() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getId() - Method in interface org.camunda.bpm.engine.impl.db.DbEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getId() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getId() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getId() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getId() - Method in interface org.camunda.bpm.engine.impl.history.HistoryLevel
An unique id identifying the history level.
getId() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelActivity
 
getId() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelAudit
 
getId() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelFull
 
getId() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelNone
 
getId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getId() - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
getId() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getId() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
The id of the element
getId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getId() - Method in interface org.camunda.bpm.engine.management.ActivityStatistics
The activity id.
getId() - Method in interface org.camunda.bpm.engine.management.JobDefinition
 
getId() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
unique identifier
getId() - Method in interface org.camunda.bpm.engine.repository.Deployment
 
getId() - Method in class org.camunda.bpm.engine.repository.DiagramElement
Id of the diagram element.
getId() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
unique identifier
getId() - Method in interface org.camunda.bpm.engine.repository.Resource
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDiagramDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
The id of the activity instance
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.task.GroupDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getId() - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
getId() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
getId() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getId() - Method in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
getId() - Method in interface org.camunda.bpm.engine.rest.hal.HalIdResource
return the identifier of the resource
getId() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getId() - Method in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
getId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The unique identifier of the case execution.
getId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The unique identifier of the event subscription.
getId() - Method in interface org.camunda.bpm.engine.runtime.Execution
The unique identifier of the execution.
getId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the unique identifier for this incident.
getId() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the unique identifier for this job.
getId() - Method in interface org.camunda.bpm.engine.runtime.ProcessElementInstance
The id of the process element instance
getId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
 
getId() - Method in interface org.camunda.bpm.engine.task.Attachment
unique id for this attachment
getId() - Method in interface org.camunda.bpm.engine.task.Comment
comment id
getId() - Method in interface org.camunda.bpm.engine.task.Task
DB id of the task.
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.StyleImpl
 
getId() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Style
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.Documentation
 
getId() - Method in interface org.camunda.bpm.model.bpmn.instance.InteractionNode
 
getId() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
getId() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getId() - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
getId() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getId() - Method in class org.camunda.bpm.tasklist.impl.plugin.standalonetask.StandaloneTaskPlugin
 
getId() - Method in interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
Returns the unique id of this plugin.
getIdBlockSize() - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
getIdBlockSize() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getIdentifierNodes() - Method in class org.camunda.bpm.engine.impl.juel.Tree
Get identifier nodes (in no particular order)
getIdentifiers() - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
getIdentityId() - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
getIdentityInfoManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getIdentityInfoManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getIdentityLinkManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getIdentityLinkManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getIdentityLinks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getIdentityLinks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getIdentityLinks(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getIdentityLinks(String) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getIdentityLinksForProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getIdentityLinksForProcessDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Deprecated.
Use authorization mechanism instead.
GetIdentityLinksForProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetIdentityLinksForProcessDefinitionCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForProcessDefinitionCmd
 
getIdentityLinksForTask(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getIdentityLinksForTask(String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieves the IdentityLinks associated with the given task.
GetIdentityLinksForTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetIdentityLinksForTaskCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForTaskCmd
 
getIdentityProvider(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbGroupQueryImpl
 
getIdentityProviderSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIdentityRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getIdentityRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getIdentityRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getIdentityService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIdentityService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getIdentityService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's IdentityService.
getIdentityService() - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
getIdentityService() - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
getIdentityService() - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
getIdentityService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getIdField() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
getIdForMiBody(String) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getIdGenerator() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
getIdGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIdGenerator() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getIdGenerator() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getIdGeneratorDataSource() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIdGeneratorDataSourceJndiName() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIdMethod() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
getIds() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getIds() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getIds() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getIdString(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
getIdType() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
getIfPart() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
getIfPart() - Method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
getIfPart() - Method in interface org.camunda.bpm.model.cmmn.instance.Sentry
 
getImage() - Method in class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
getImplementation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
getImplementation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
getImplementation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getImplementation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getImplementation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getImplementation() - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
getImplementation() - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
getImplementation() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getImplementation() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getImplementation() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getImplementationRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
getImplementationRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
getImplementationRef() - Method in interface org.camunda.bpm.model.bpmn.instance.Interface
 
getImplementationRef() - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
getImplementationType() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
getImplementationType() - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
getImporter(String, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getImports() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getImports() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getImports() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getImports() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getImportType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
getImportType() - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
getImportType() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
getImportType() - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
getIncidentByCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getIncidentCount() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
getIncidentCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
getIncidentCount() - Method in interface org.camunda.bpm.engine.management.IncidentStatistics
Returns the number of incidents to the corresponding incidentType.
getIncidentCount() - Method in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
getIncidentHandler(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIncidentHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getIncidentHandlerType() - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
getIncidentHandlerType() - Method in interface org.camunda.bpm.engine.impl.incident.IncidentHandler
Returns the incident type this handler activates for.
getIncidentId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getIncidentId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getIncidentId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getIncidentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getIncidentMessage() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getIncidentMessage() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the incident message.
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getIncidentMessage() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getIncidentMessage() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the incident message.
getIncidentMessageLike() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getIncidentMessageLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getIncidentMessageLike() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getIncidentPermissionChecks() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
getIncidentPermissionChecks() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
getIncidentRestService(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.BaseRootResource
 
getIncidents() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
getIncidents(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
getIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getIncidents() - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
getIncidents(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.IncidentRestServiceImpl
 
getIncidents(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.IncidentRestService
Exposes the IncidentQuery interface as a REST service.
getIncidentsCount(UriInfo) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
getIncidentsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.IncidentRestServiceImpl
 
getIncidentsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.IncidentRestService
 
getIncidentService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getIncidentService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getIncidentService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getIncidentService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getIncidentService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getIncidentsInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getIncidentState() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getIncidentStatistics() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
getIncidentStatistics() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
getIncidentStatistics() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
getIncidentStatistics() - Method in interface org.camunda.bpm.engine.management.ActivityStatistics
Returns a list of incident statistics.
getIncidentStatistics() - Method in interface org.camunda.bpm.engine.management.DeploymentStatistics
Returns a list of incident statistics.
getIncidentStatistics() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatistics
Returns a list of incident statistics.
getIncidentTimestamp() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getIncidentTimestamp() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getIncidentTimestamp() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getIncidentTimestamp() - Method in interface org.camunda.bpm.engine.runtime.Incident
Time when the incident happened.
getIncidentType() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getIncidentType() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
getIncidentType() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the type of this incident to identify the kind of incident.
getIncidentType() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getIncidentType() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getIncidentType() - Method in interface org.camunda.bpm.engine.management.IncidentStatistics
Returns the type of the incidents.
getIncidentType() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getIncidentType() - Method in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
getIncidentType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getIncidentType() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the type of this incident to identify the kind of incident.
getIncludeAssignedTasks() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getIncludeJobs(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getIncludeProcessInstances(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
getIncoming() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
getIncoming() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
getIncomingReferences() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getIncomingReferences() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getIncomingReferencesByType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
getIncomingTransitions() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getIncomingTransitions() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
 
getIndex() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getIndex() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getIndex() - Method in interface org.camunda.bpm.engine.impl.juel.FunctionNode
Get the unique index of this identifier in the expression (e.g.
getIndex() - Method in interface org.camunda.bpm.engine.impl.juel.IdentifierNode
Get the unique index of this identifier in the expression (e.g.
getIndexOfElementType(ModelElementInstance, List<ModelElementType>) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
Find the index of the type of a model element in a list of element types
getInformation(String) - Method in interface org.camunda.bpm.engine.form.FormType
Retrieve type specific extra information like the list of values for enum types or the format for date types.
getInformation(String) - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
 
getInformation(String) - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
getInformation(String) - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
getInitial() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getInitial() - Method in interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
 
getInitial() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
getInitialActivityStack() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getInitialActivityStack(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getInitialContextFactory() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getInjections(Method) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getInMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
getInMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
getInnerConversationNode() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
getInnerConversationNode() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationAssociation
 
getInnerMessageFlow() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
getInnerMessageFlow() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlowAssociation
 
getInnerParticipant() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
getInnerParticipant() - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantAssociation
 
getInput() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
getInputData() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
getInputData() - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
getInputDataItem() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getInputDataItem() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getInputParameters() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
getInputs(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
getInputs() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getInputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getInputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
getInputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
getInputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getInputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
getInputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Task
 
getInputSet() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
getInputSet() - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
getInputSetRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
getInputSetRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
getInputSets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
getInputSets() - Method in interface org.camunda.bpm.model.bpmn.instance.IoSpecification
 
getInputStream() - Method in class org.camunda.bpm.engine.identity.Picture
 
getInputStream() - Method in class org.camunda.bpm.engine.impl.util.io.InputStreamSource
 
getInputStream() - Method in class org.camunda.bpm.engine.impl.util.io.ResourceStreamSource
 
getInputStream() - Method in interface org.camunda.bpm.engine.impl.util.io.StreamSource
 
getInputStream() - Method in class org.camunda.bpm.engine.impl.util.io.StringStreamSource
 
getInputStream() - Method in class org.camunda.bpm.engine.impl.util.io.UrlStreamSource
 
getInputStream(FileItemStream) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getInputVariables(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getInputVariables(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getInputVariables(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getInsertsForType(Class<? extends DbEntity>, boolean) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
getInsertStatement(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getInsertStatements() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getInstalledServices() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
getInstance() - Static method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
Sort cache entries by ascending create time (oldest first)
getInstance() - Static method in class org.camunda.bpm.engine.rest.hal.Hal
 
getInstances() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
The number of all running instances of the activity.
getInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
getInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
getInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
getInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
getInstances() - Method in interface org.camunda.bpm.engine.management.ActivityStatistics
The number of all instances of the activity.
getInstances() - Method in interface org.camunda.bpm.engine.management.DeploymentStatistics
The number of all process instances of the process definitions contained in this deployment.
getInstances() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatistics
The number of all process instances of the process definition.
getInstances() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
getInstances() - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
getInstances(ModelInstance) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getInstances(ModelInstance) - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getInstancesForActivitiyId(ActivityInstance, String) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
Deprecated.
getInstancesForActivityId(ActivityInstance, String) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
getInstanceType() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getInstanceType() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getInstantiationStack() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
getInstantiationStack() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
getInstructions() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
getInt(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the int value associated with a key.
getInterfaces() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
getInterfaces() - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
getInterruptingActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartInterruptEventScope
 
getInterruptingActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
 
getInterruptingActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationsTransitionInterruptFlowScope
 
getInvocationParameters() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
getInvocationResult() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
getInvocationResult() - Method in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
getInvolvedUser() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getInvolvedUser() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getInvolvedUserExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getIoBindings() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
getIoBindings() - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
getIoMapping() - Method in class org.camunda.bpm.engine.impl.core.model.