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.CoreActivity
 
getIoSpecification() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getIoSpecification() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
getIoSpecification() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getIoSpecification() - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
getIsUseCommonJWorkManager() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
getItem() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
getItem() - Method in interface org.camunda.bpm.model.bpmn.instance.Message
 
getItemControl(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getItemControl() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
getItemControl() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
getItemControl() - Method in interface org.camunda.bpm.model.cmmn.instance.DiscretionaryItem
 
getItemControl() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
getItemCount() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getItemKind() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
getItemKind() - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
getItemSubject() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
getItemSubject() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
getItemSubject() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
getItemSubject() - Method in interface org.camunda.bpm.model.bpmn.instance.ItemAwareElement
 
getJavaType() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
getJavaType() - Method in interface org.camunda.bpm.engine.variable.type.PrimitiveValueType
 
getJdbcDriver() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcMaxActiveConnections() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcMaxCheckoutTime() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcMaxIdleConnections() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcMaxWaitTime() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcPassword() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcPingConnectionNotUsedFor() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcPingQuery() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcStatementTimeout() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
Gets the number of seconds the jdbc driver will wait for a response from the database.
getJdbcUrl() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJdbcUsername() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJob() - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
getJob(String) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
getJob(String) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
getJob() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
getJob() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
getJobAcquisitionName() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getJobAcquisitionName() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getJobAcquisitions() - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
getJobAcquisitions() - Method in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
 
getJobConfiguration() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getJobConfiguration() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
getJobConfiguration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getJobConfiguration() - Method in interface org.camunda.bpm.engine.management.JobDefinition
The configuration of a job definition provides details about the jobs which will be created.
getJobConfiguration() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getJobDeclarations() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getJobDeclarationsByKey(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getJobDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getJobDefinition(String) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
getJobDefinition(String) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
getJobDefinition() - Method in interface org.camunda.bpm.engine.rest.sub.management.JobDefinitionResource
 
getJobDefinition() - Method in class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
getJobDefinitionConfiguration() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the job definition configuration type of the associated job.
getJobDefinitionConfiguration() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getJobDefinitionConfiguration() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobDefinitionConfiguration() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the id of the job definition on which the associated job was created.
getJobDefinitionId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Job definition reference.
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
getJobDefinitionId(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
getJobDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getJobDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.Job
The id of the JobDefinition for this job.
getJobDefinitionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getJobDefinitionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getJobDefinitionMapping(List<JobDefinitionEntity>, List<JobDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
getJobDefinitionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getJobDefinitionRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getJobDefinitionRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getJobDefinitions(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
getJobDefinitions(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
Exposes the JobDefinitionQuery interface as a REST service.
getJobDefinitionsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
getJobDefinitionsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
getJobDefinitionType() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the job definition type of the associated job.
getJobDefinitionType() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getJobDefinitionType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobDefinitionType() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobDueDate() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the due date of the associated job when this log occurred.
getJobDueDate() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobDueDate() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobExceptionMessage() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the message of the exception that occurred by executing the associated job.
getJobExceptionMessage() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getJobExceptionMessage() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobExceptionMessage() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobExceptionStacktrace(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getJobExceptionStacktrace(Throwable) - Static method in class org.camunda.bpm.engine.impl.util.JobExceptionUtil
 
getJobExceptionStacktrace(ByteArrayEntity) - Static method in class org.camunda.bpm.engine.impl.util.JobExceptionUtil
 
getJobExceptionStacktrace(String) - Method in interface org.camunda.bpm.engine.ManagementService
Returns the full stacktrace of the exception that occurs when the job with the given id was last executed.
GetJobExceptionStacktraceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetJobExceptionStacktraceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetJobExceptionStacktraceCmd
 
getJobExecutor() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
getJobExecutor() - Method in interface org.camunda.bpm.container.impl.metadata.spi.BpmPlatformXml
 
getJobExecutor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getJobExecutorAcquisitionName() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getJobExecutorClass() - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
getJobExecutorClassName() - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
getJobExecutorClassName() - Method in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
getJobExecutorContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getJobExecutorService(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
getJobHandler() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getJobHandlerActivation() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
getJobHandlerConfiguration() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
getJobHandlerConfiguration() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
getJobHandlerConfiguration() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
getJobHandlerConfiguration() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
getJobHandlerConfiguration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getJobHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getJobHandlerType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
getJobHandlerType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getJobId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the id of the associated job.
getJobId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Job instance reference.
getJobId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getJobId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getJobId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getJobId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getJobId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
getJobIdBatches() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
getJobLogService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getJobLogService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getJobManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getJobManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getJobPermissionChecks() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
getJobPermissionChecks() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
getJobRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getJobRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getJobRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getJobRetries() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the retries of the associated job before the associated job has been executed and when this log occurred.
getJobRetries() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getJobRetries() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getJobs() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getJobs(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
getJobs(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
getJobsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
getJobsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
getJobsInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getJobType() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getJobType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getJobType() - Method in interface org.camunda.bpm.engine.management.JobDefinition
The Type of a job.
getJobType() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getJPAClassString(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
getJPAEntity(String, String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
getJpaEntityManagerFactory() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJPAIdString(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
getJpaPersistenceUnitName() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getJSONArray(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the JSONObject value associated with a key.
getJsonTask() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getJsonTasks(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
getKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
getKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getKey(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
getKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getKey() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getKey() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getKey() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
unique name for all versions this case definitions
getKey() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
unique name for all versions this process definitions
getKey() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getKey() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getKey() - Method in class org.camunda.bpm.engine.rest.dto.task.FormDto
 
getKey() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getKey() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getKeyLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getKeyLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getKeyLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getLabel() - Method in interface org.camunda.bpm.engine.form.FormField
 
getLabel() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getLabel() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getLabel() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getLabelStyle() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelImpl
 
getLabelStyle() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabel
 
getLaneForId(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
getLaneForId(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getLanes() - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
getLanes() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
getLanes() - Method in interface org.camunda.bpm.model.bpmn.instance.LaneSet
 
getLaneSets() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getLaneSets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getLaneSets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
getLaneSets() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getLaneSets() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
getLanguage() - Method in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
The language in which the script is written.
getLanguage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
getLanguage() - Method in interface org.camunda.bpm.model.bpmn.instance.FormalExpression
 
getLanguage() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
getLanguage() - Method in interface org.camunda.bpm.model.cmmn.instance.Expression
 
getLanguageName() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getLanguageVersion() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getLargestPoolSize() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getLargestPoolSize() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getLastDayOfMonth(int, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getLastId() - Method in class org.camunda.bpm.engine.impl.db.IdBlock
 
getLastName() - Method in interface org.camunda.bpm.engine.identity.User
 
getLastName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getLastName() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getLastName() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
getLastName() - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
getLastName() - Method in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
getLastNameLike() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
getLastRow() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getLdapConfiguration() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
getLdapIdentityProvider(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapGroupQuery
 
getLdapIdentityProvider(CommandContext) - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
getLeafExecutions(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
getLevelOfSubprocessScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getLevelOfSubprocessScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getLevelOfSubprocessScope() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
The "level of subprocess scope" as defined in bpmn: this is the subprocess containing the activity.
getLibraryVersion() - Method in exception org.camunda.bpm.engine.WrongDbException
The version of the Activiti library used.
getLine() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
getLink() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getLinkedRelations() - Method in class org.camunda.bpm.engine.rest.hal.HalLinker
 
getLinkedResourceIdsByRelation(HalRelation) - Method in class org.camunda.bpm.engine.rest.hal.HalLinker
 
getLinkExpression() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getLinkResolver(Class<?>) - Method in class org.camunda.bpm.engine.rest.hal.Hal
 
getLinks() - Method in class org.camunda.bpm.engine.rest.dto.LinkableDto
 
getList(JSONArray) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
getListenerIndex() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
getListenerInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ClassDelegateCaseExecutionListener
 
getListeners(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getListeners() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getListeners(CoreModelElement, T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
getListenersForEvent(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getLocale() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
getLocale() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Get the Locale stored by a previous invocation to ELContext.setLocale(Locale).
getLocalLoopVariable(ActivityExecution, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getLocalName() - Method in enum org.camunda.bpm.container.impl.jboss.extension.Attribute
Get the local name of this element.
getLocalName() - Method in enum org.camunda.bpm.container.impl.jboss.extension.Element
Get the local name of this element.
getLocalName() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getLocalName() - Method in class org.camunda.bpm.model.xml.impl.util.QName
 
getLocalName() - Method in class org.camunda.bpm.model.xml.impl.util.XmlQName
 
getLocalName() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the local name of this element.
getLocalTransaction() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getLocalVariables() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ExecutionResource
 
getLocalVariables() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
getLocalVariables() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getLocalVariables() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getLocation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
getLocation() - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
getLocation() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
getLocation() - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
getLockExpirationTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getLockOwner() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getLockOwner() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
getLockOwner() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getLockOwner() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getLockTimeInMillis() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getLockTimeInMillis() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
getLockTimeInMillis() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
 
getLogMultiplePas(Set<Class<?>>, ServletContext) - Method in class org.camunda.bpm.application.impl.ServletProcessApplicationDeployer
 
getLogWriter() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getLogWriter() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
getLogWrongType(Class<?>) - Method in class org.camunda.bpm.application.impl.ServletProcessApplicationDeployer
 
getLong(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the long value associated with a key.
getLongValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getLongValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getLongValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getLongValue() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getLongValue() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getLongValue() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getLoopCardinality() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getLoopCardinality() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getLoopCardinalityExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getLoopCharacteristics() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getLoopCharacteristics() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getLoopDataInputRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getLoopDataInputRef() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getLoopDataOutputRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getLoopDataOutputRef() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getLoopVariable(ActivityExecution, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
getMailServerDefaultFrom() - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
getMailServerDefaultFrom() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getMailServerHost() - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
getMailServerHost() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getMailServerPassword() - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
getMailServerPassword() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getMailServerPort() - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
getMailServerPort() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getMailServerUsername() - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
getMailServerUsername() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getMailServerUseTLS() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getManagedQueueInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
getManagementService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getManagementService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getManagementService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's ManagementService.
getManagementService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getManagerDn() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getManagerPassword() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getManualActivationRule() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
getManualActivationRule() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
getMappingFiles() - Method in class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
Returns the list of mapping files that should be used to create the session factory for this runtime.
getMappingFiles() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
getMappingFiles() - Method in interface org.camunda.bpm.cockpit.plugin.spi.CockpitPlugin
Returns a list of mapping files that define the custom queries provided by this plugin.
getMappingFiles() - Method in class org.camunda.bpm.cockpit.plugin.spi.impl.AbstractCockpitPlugin
 
getMaskForBit(int) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
 
getMaximum() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
getMaximum() - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantMultiplicity
 
getMaximumPoolSize() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getMaximumPoolSize() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getMaxJobsPerAcquisition() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getMaxJobsPerAcquisition() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
getMaxJobsPerAcquisition() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getMaxOccurs() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
getMaxOccurs() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Indicates the max element count of a collection.
getMaxPoolSize() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
getMaxPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getMaxPriority() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getMaxResults() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getMaxResults() - Method in class org.camunda.bpm.engine.impl.Page
 
getMaxWait() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
getmBeanServer() - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
getMediaTypeForFileSuffix(String) - Static method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
Determines an IANA media type based on the file suffix.
getMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getMessage() - Method in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
getMessage() - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
getMessage() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
The message that can be used in case this action only has a single message part.
getMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
getMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
getMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
getMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
getMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyRetrievalExpression
 
getMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
getMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
getMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
getMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getMessageEndpointFactory() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
getMessageEventSubscription(String) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ExecutionResource
 
getMessageEventSubscription(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
getMessageFlowAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getMessageFlowAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getMessageFlows() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getMessageFlows() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
getMessageFlows() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getMessageFlows() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationNode
 
getMessageName() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getMessageName() - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
getMessageParts() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getMessageParts() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
The meaning of the message parts is defined by the action as you can find in Event.getAction()
getMessagePath() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
getMessagePath() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyRetrievalExpression
 
getMessageRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getMessageRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getMessageRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getMessageVisibleKind() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
getMessageVisibleKind() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
getMetaData() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getMeterByName(String) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsRegistry
 
getMeterLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getMeters() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsRegistry
 
getMethod(String) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
getMethod(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getMethod(Class, String, Class<?>...) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Finds a method by name and parameter types.
getMethod() - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
getMethodCallSyntax(String, String, String...) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getMethodInfo(ELContext) - Method in class org.camunda.bpm.engine.impl.javax.el.MethodExpression
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
getMethodInfo(Bindings, ELContext, Class<?>, Class<?>[]) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Get method information.
getMethodInfo(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Evaluates the expression and answers information about the method
getMethodMatcher() - Method in class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMatchingPointcut
 
getMethods() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
getMetrics(String) - Method in class org.camunda.bpm.engine.rest.impl.MetricsRestServiceImpl
 
getMetrics(String) - Method in interface org.camunda.bpm.engine.rest.MetricsRestService
 
getMetricsCollectionTask() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
getMetricsRegistry() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getMetricsRegistry() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
getMetricsRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getMetricsRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getMetricsRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getMillisToWait() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
getMimeType() - Method in class org.camunda.bpm.engine.identity.Picture
 
getMimeTypes() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getMinimum() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
getMinimum() - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantMultiplicity
 
getMinOccurs() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
getMinOccurs() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Indicates the minimal element count of a collection.
getMinPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getMinPriority() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getModel() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
getModel() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext
 
getModel() - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getModel() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getModel() - Method in interface org.camunda.bpm.model.xml.ModelInstance
Returns the underlying model.
getModel() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getModelDescription(Locale) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionAdd
 
getModelDescription(Locale) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionRemove
 
getModelDescription(Locale) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd
 
getModelDescription(Locale) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
getModelDescription(Locale) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
 
getModelElement(DomElement, ModelInstanceImpl) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
Returns the ModelElement for a DOM element.
getModelElementById(String) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getModelElementById(String) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Find a unique element of the model by id.
getModelElementCollection(Collection<DomElement>, ModelInstanceImpl) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
Get a collection of all model element instances in a view
getModelElementInstance() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getModelElementInstance() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the ModelElementInstance which is associated with this element.
getModelElementsByType(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getModelElementsByType(Class<T>) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
getModelElementsByType(ModelElementType) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Find all elements of a type.
getModelElementsByType(Class<T>) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Find all elements of a type.
getModelInstance() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getModelInstance() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the model instance which contains this type instance.
getModelName() - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
getModelName() - Method in interface org.camunda.bpm.model.xml.Model
Returns the model name, which is the identifier of this model.
getModelType() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext
 
getModificationBuilder() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
getModificationOperations() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getModifications() - Method in class org.camunda.bpm.engine.rest.dto.PatchVariablesDto
 
getMonitoring() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
getMonitoring() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getMonitoring() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
getMonitoring() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getMonthNumber(String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getMscRuntimeContainerJobExecutorInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getMultiInstanceScope(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getMultiplicity() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getMultiplicity() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getMyBatisXmlConfigurationSteam() - Method in class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
 
getMyBatisXmlConfigurationSteam() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getName() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getName() - Method in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
 
getName() - Method in class org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
 
getName() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
getName() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
 
getName() - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
getName() - Method in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
getName() - Method in interface org.camunda.bpm.application.ProcessApplicationInfo
 
getName() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
 
getName() - Method in interface org.camunda.bpm.application.ProcessApplicationReference
 
getName() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.AbstractStartProcessEnginesStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchivesStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobExecutorStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartManagedThreadPoolStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StopJobExecutorStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.PostDeployInvocationStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.PreUndeployInvocationStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.StartProcessApplicationServiceStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.StopProcessApplicationServiceStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.StopProcessEnginesStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchivesStep
 
getName() - Method in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
getName() - Method in class org.camunda.bpm.container.impl.ejb.deployment.StartJcaExecutorServiceStep
 
getName() - Method in class org.camunda.bpm.container.impl.ejb.deployment.StopJcaExecutorServiceStep
 
getName() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getName() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
getName() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
getName() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineMBean
 
getName() - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
getName() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getName() - Method in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
getName() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getName() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
 
getName() - Method in interface org.camunda.bpm.engine.authorization.Permission
returns the name of the perwission, ie.
getName() - Method in enum org.camunda.bpm.engine.authorization.Permissions
 
getName() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Name or title of the task.
getName() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getName() - Method in interface org.camunda.bpm.engine.form.FormFieldValidationConstraint
 
getName() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
The display label
getName() - Method in interface org.camunda.bpm.engine.form.FormType
Name for the form type.
getName() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The latest name given to this task.
getName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Returns the name of this variable instance.
getName() - Method in interface org.camunda.bpm.engine.identity.Group
 
getName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
getName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
getName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
 
getName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getName(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getName() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getName() - Method in interface org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance
 
getName() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
getName() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
getName() - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.Direction
 
getName() - Method in interface org.camunda.bpm.engine.impl.form.engine.FormEngine
 
getName() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
getName() - Method in class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
getName() - Method in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
getName() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.LongFormType
 
getName() - Method in class org.camunda.bpm.engine.impl.form.type.StringFormType
 
getName() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getName() - Method in interface org.camunda.bpm.engine.impl.history.HistoryLevel
An unique name identifying the history level.
getName() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelActivity
 
getName() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelAudit
 
getName() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelFull
 
getName() - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelNone
 
getName() - Method in interface org.camunda.bpm.engine.impl.identity.Account
 
getName() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodInfo
Returns the name of the method
getName() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getName() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getName() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getName() - Method in interface org.camunda.bpm.engine.impl.juel.FunctionNode
Get the full function name
getName() - Method in interface org.camunda.bpm.engine.impl.juel.IdentifierNode
Get the identifier name
getName() - Method in class org.camunda.bpm.engine.impl.metrics.Meter
 
getName() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
getName() - Method in interface org.camunda.bpm.engine.impl.persistence.entity.SuspensionState
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getName() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getName() - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
getName() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getName() - Method in interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
 
getName() - Method in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getName() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
getName() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
The name of this serializer.
getName() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getName() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getName() - Method in interface org.camunda.bpm.engine.ProcessEngine
The name as specified in 'process-engine-name' in the camunda.cfg.xml configuration file.
getName() - Method in interface org.camunda.bpm.engine.ProcessEngineInfo
Returns the name of the process engine.
getName() - Method in interface org.camunda.bpm.engine.query.QueryProperty
 
getName() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
label used for display purposes
getName() - Method in interface org.camunda.bpm.engine.repository.Deployment
 
getName() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
label used for display purposes
getName() - Method in interface org.camunda.bpm.engine.repository.Resource
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.ProcessEngineDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
deprecated; the JSON field with this name was never documented, but existed from 7.0 to 7.2
getName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.task.GroupDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getName() - Method in class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
getName() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getName() - Method in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
getName() - Method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
getName() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getName() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getName() - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
getName() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the name of this variable instance.
getName() - Method in interface org.camunda.bpm.engine.task.Attachment
free user defined short (max 255 chars) name for this attachment
getName() - Method in interface org.camunda.bpm.engine.task.Task
Name or title of the task.
getName() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Returns the name of the variable type
getName() - Method in interface org.camunda.bpm.engine.variable.value.SerializationDataFormat
The name of the dataformat.
getName() - Method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataStateImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.PropertyImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
getName() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationNode
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationKey
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationProperty
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.DataInput
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.DataOutput
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.DataState
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Interface
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.LaneSet
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Message
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Property
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Resource
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
getName() - Method in interface org.camunda.bpm.model.bpmn.instance.Signal
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RoleImpl
 
getName() - Method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Parameter
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Property
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Role
 
getName() - Method in interface org.camunda.bpm.model.cmmn.instance.Sentry
 
getName() - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
getName() - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentication
java.security.Principal implementation: return the id of the identity (userId) behind this authentication
getName() - Method in class org.camunda.connect.plugin.impl.ConnectorVariableStore.ConnectorParamVariable
 
getName() - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
getName() - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
getNamedPart(String) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData
 
getNameExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getNameLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getNameLike() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
getNameLike() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
getNameLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getNameLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getNameLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getNames() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getNames(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an array of field names from an Object.
getNamesForPermissions(Authorization, Permission[]) - Static method in class org.camunda.bpm.engine.rest.dto.converter.PermissionConverter
 
getNamespace() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
getNamespace() - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
getNamespace() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
getNamespace() - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
getNamespaceURI(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
getNamespaceUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
 
getNamespaceURI() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getNamespaceUri() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getNamespaceUri() - Method in class org.camunda.bpm.model.xml.impl.util.XmlQName
 
getNamespaceURI() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the namespace URI for this element.
getNamespaceUri() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getNewBlock() - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
 
getNewValue() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The new value of the property.
getNewValue() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getNewValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
getNewValue() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getNewValueString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
getNext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
 
getNextActivity() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getNextActivity() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
An activity which is to be started next.
getNextActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
 
getNextId() - Method in interface org.camunda.bpm.engine.impl.cfg.IdGenerator
 
getNextId() - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
getNextId() - Method in class org.camunda.bpm.engine.impl.db.IdBlock
 
getNextId() - Method in class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
 
GetNextIdBlockCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetNextIdBlockCmd(int) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
 
getNextVersion(CaseDefinitionEntity, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getNode(String) - Method in class org.camunda.bpm.engine.repository.DiagramLayout
 
getNodes() - Method in class org.camunda.bpm.engine.repository.DiagramLayout
 
getNoneBehaviorEventRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getNoneBehaviorEventRef() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getNonEventScopeExecutions() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns child executions that are not event scope executions.
getNonEventScopeExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getNoViewProcessApplication() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getNoViewProcessApplication() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getNow() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getNumberOfJobsFailedToLock() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
getNumericValue(String, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getNumOfRetries() - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
getObject() - Method in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
getObject() - Method in class org.camunda.bpm.engine.spring.container.ManagedProcessEngineFactoryBean
 
getObject() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.camunda.bpm.container.impl.jndi.ProcessApplicationServiceObjectFactory
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.camunda.bpm.container.impl.jndi.ProcessEngineServiceObjectFactory
 
getObjectMapper() - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
getObjectMapper() - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getObjectMapper() - Method in class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
 
getObjectName(String) - Static method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
getObjectType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getObjectType() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
getObjectType() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the Class this object is an instance of.
getObjectTypeName() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getObjectTypeName(ObjectValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
getObjectTypeName() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
A String representation of the Object's type name.
getOneBehaviorEventRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getOneBehaviorEventRef() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getOnlyProcessInstances() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getOnlyProcessInstances() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getOnParts() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
getOnParts(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
getOnParts() - Method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
getOnParts() - Method in interface org.camunda.bpm.model.cmmn.instance.Sentry
 
getOperation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
getOperation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
getOperation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
getOperation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
getOperation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
getOperation() - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
getOperation() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
getOperation() - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
getOperation() - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
getOperation() - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
getOperationId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The unique identifier of this operation.
getOperationId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getOperationId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getOperationId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getOperationLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getOperations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
getOperations() - Method in interface org.camunda.bpm.model.bpmn.instance.Interface
 
getOperationType() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Type of this operation, like create, assign, claim and so on.
getOperationType() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
getOperationType() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getOperationType() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getOperationType() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getOperator() - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
getOperator() - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
getOperator() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getOperator() - Method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
getOperatorName() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getOptionalInputs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
getOptionalInputs() - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
getOptionalOutputRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
getOptionalOutputRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
getOrder() - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
getOrder() - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
getOrderBy() - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
getOrderBy() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
Deprecated.
getOrderBy() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getOrderByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getOrderByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
getOrderByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getOrderByValue(String) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
getOrderingProperties() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
getOrgValue() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The original value of the property.
getOrgValue() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getOrgValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
getOrgValue() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getOrgValueString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
getOuterConversationNode() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
getOuterConversationNode() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationAssociation
 
getOuterMessageFlow() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
getOuterMessageFlow() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlowAssociation
 
getOuterOrderBy() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getOuterParticipant() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
getOuterParticipant() - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantAssociation
 
getOutgoing() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
getOutgoing() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
getOutgoingReferences() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getOutgoingReferences() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getOutgoingTransitions() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getOutgoingTransitions() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
 
getOutMessage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
getOutMessage() - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
getOutputData() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
getOutputData() - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
getOutputDataItem() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
getOutputDataItem() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
getOutputParameters() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
getOutputs(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
getOutputs() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getOutputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
getOutputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
getOutputs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
getOutputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
getOutputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
getOutputs() - Method in interface org.camunda.bpm.model.cmmn.instance.Task
 
getOutputSet() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
getOutputSet() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
getOutputSets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
getOutputSets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
getOutputSets() - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
getOutputSets() - Method in interface org.camunda.bpm.model.bpmn.instance.IoSpecification
 
getOutputStatement(String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getOutputVariables(VariableScope) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getOutputVariables(VariableScope) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getOutputVariables(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getOwner() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The userId of the person responsible for this task.
getOwner() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getOwner() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Task owner
getOwner() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getOwner() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getOwner() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getOwner() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getOwner() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getOwner() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getOwner() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getOwner() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getOwner() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getOwner() - Method in interface org.camunda.bpm.engine.task.Task
The userId of the person that is responsible for this task.
getOwnerExpression() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getOwningElementType() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
getOwningElementType() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
getPaClass(AnnotationInstance) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getPaComponentViewInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getPaComponentViewInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getPaEnvScripts(ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
 
getParam(int) - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getParamCount() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
getParamCount() - Method in interface org.camunda.bpm.engine.impl.juel.FunctionNode
Get the number of parameters for this function
getParameter() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
getParameter() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
getParameter(String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getParameter() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
getParameter() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameterBinding
 
getParameterMappings() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
getParameterMappings() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
getParameterMappings() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
getParameterMappings() - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
getParameters() - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
getParameters() - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
getParamTypes() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodInfo
Returns the parameter types of the method
getParent() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getParent() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getParent() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns the parent of this case execution, or null if there is no parent.
getParent() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
ensures initialization and returns the parent
getParent() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
getParent() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getParent() - Method in interface org.camunda.bpm.engine.impl.core.handler.HandlerContext
This method returns an activity.
getParent() - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.LongTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
getParent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
ensures initialization and returns the parent
getParent() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns the parent of this execution, or null if there no parent.
getParent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
ensures initialization and returns the parent
getParent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
ensures initialization and returns the parent
getParent() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Gets the parent value type.
getParentActivityInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
return the Id of the parent activity instance currently executed by this execution
getParentActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
return the id of the parent activity instance
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
getParentActivityInstanceId() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
return the Id of the parent activity instance currently executed by this execution
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
The id of the parent activity instance.
getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getParentActivityInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ProcessElementInstance
The id of the parent activity instance.
getParentCaseActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The id of the parent case activity instance.
getParentCaseActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getParentCaseActivityInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getParentElement() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getParentElement() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getParentElement() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the parent element of this element.
getParentElement() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the parent element of this.
getParentElementType() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
getParentElementType() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Get the model element type of the element owns the collection
getParentFlowScopeActivity() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getParentId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
getParentId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Gets the id of the parent of this execution.
getParentId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getParentId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getParentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getParentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getParentId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getParentId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
getParentId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
The id of the parent of this case execution.
getParentProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getParentProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getParentProcessInstanceId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getParentScopeExecution(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getParentTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
The parent task of this task, in case this task was a subtask
getParentTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getParentTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getParentTaskId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getParentTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getParentTaskId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getParentTaskId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getParentTaskId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getParentTaskId() - Method in interface org.camunda.bpm.engine.task.Task
the parent task for which this task is a subtask
getParentVariableScope() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getParentVariableScope() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getParentVariableScope() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getParentVariableScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getParentVariableScope() - Method in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
getParsedMethods() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
getParseListeners() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
getParticipantAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
getParticipantAssociations() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getParticipantAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.CallConversation
 
getParticipantAssociations() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getParticipantBandKind() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
getParticipantBandKind() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
getParticipantMultiplicity() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
getParticipantMultiplicity() - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
getParticipantProcess() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
getParticipants() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
getParticipants() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
getParticipants() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
getParticipants() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationNode
 
getPartitionElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
getPartitionElement() - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
getPartitionElementChild() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
getPartitionElementChild() - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
getPartNames() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData
 
getPaScriptEngine(String, ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
getPassword() - Method in interface org.camunda.bpm.engine.identity.User
 
getPassword() - Method in interface org.camunda.bpm.engine.impl.identity.Account
 
getPassword() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getPassword() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getPassword() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCreateDto
 
getPassword() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
getPasswordBytes() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getPasswordEncryptor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getPath() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
getPathFilter() - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig
 
getPayloadProcessInstanceVariables() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getPerformer() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getPerformer() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getPermission() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getPermission() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getPermissionChecks() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
getPermissionForName(String) - Static method in class org.camunda.bpm.engine.rest.dto.converter.PermissionConverter
 
getPermissionName() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
getPermissionName() - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
getPermissions(Permission[]) - Method in interface org.camunda.bpm.engine.authorization.Authorization
Allows checking whether this authorization grants / revokes a set of permissions.
getPermissions(Permission[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getPermissions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getPermissions() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getPermissions() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getPermissionsForNames(String[]) - Static method in class org.camunda.bpm.engine.rest.dto.converter.PermissionConverter
 
getPerms() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getPersistentState() - Method in interface org.camunda.bpm.engine.impl.db.DbEntity
Returns a representation of the object, as would be stored in the database.
getPersistentState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getPlanItemDefinitions() - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
getPlanItemDefinitions() - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
getPlanItemElementHandlers() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
getPlanItemHandler(Class<? extends PlanItemDefinition>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getPlanItems() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
getPlanItems() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanFragment
 
getPlanningTable() - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
getPlanningTable() - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
getPlanningTables() - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
getPlanningTables() - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
getPlatformJobExecutorConnector() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
getPlugin(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.DefaultPluginRegistry
 
getPlugin(String) - Method in interface org.camunda.bpm.cockpit.plugin.PluginRegistry
Deprecated.
Returns the registered plugin with the given name or null if the plugin does not exist.
getPlugin(String) - Method in interface org.camunda.bpm.webapp.plugin.AppPluginRegistry
Returns the registered plugin with the given name or null if the plugin does not exist.
getPlugin(String) - Method in class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
 
getPluginAssetAsStream(AppPlugin, String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
Returns an input stream for a given resource
getPluginClass() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
getPluginClass() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEnginePluginXml
returns the fully qualified classname of the plugin
getPluginConfigurations() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
getPluginRegistry() - Method in interface org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Deprecated.
getPluginRegistry() - Method in class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
Deprecated.
getPlugins() - Method in class org.camunda.bpm.cockpit.impl.plugin.DefaultPluginRegistry
 
getPlugins() - Method in interface org.camunda.bpm.cockpit.plugin.PluginRegistry
Deprecated.
Returns all registered plugins
getPlugins(ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
getPlugins() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getPlugins() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getPlugins(String) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
getPlugins() - Method in interface org.camunda.bpm.webapp.plugin.AppPluginRegistry
Returns all registered plugins
getPlugins() - Method in class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
 
getPointcut() - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
 
getPoolSize() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getPoolSize() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getPosition() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
getPosition() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
 
getPostDeployDescription(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
 
getPostParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
getPrecedence() - Method in interface org.camunda.bpm.application.ProcessApplicationElResolver
Allows to set a precedence to the ElResolver.
getPrecedence() - Method in class org.camunda.bpm.engine.cdi.impl.CdiProcessApplicationElResolver
 
getPrecedence() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
getPrecedence() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
 
getPrefix(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
getPrefix() - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getPrefix() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getPrefix() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the prefix of this element.
getPrefixedName() - Method in class org.camunda.bpm.model.xml.impl.util.XmlQName
 
getPrefixes(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
getPreParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
getPreUndeployDescription(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
 
getPrevious() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getPreviousNodes() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
getPreviousNodes() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
getPreviousState() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns the previous state of this case execution.
getPreviousState() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getPreviousState(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionResume
 
getPrimaryDeploymentId() - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
getPriority() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
getPriority() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Task priority
getPriority() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getPriority() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getPriority() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getPriority() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getPriority() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getPriority() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getPriority() - Method in interface org.camunda.bpm.engine.task.Task
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
getPriorityExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getProblems() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
getProcess() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
getProcess() - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
getProcess() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
getProcess() - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
getProcessApplication() - Method in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
 
getProcessApplication() - Method in class org.camunda.bpm.application.impl.EmbeddedProcessApplicationReferenceImpl
 
getProcessApplication() - Method in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
getProcessApplication() - Method in interface org.camunda.bpm.application.ProcessApplicationReference
Get the process application.
getProcessApplicationClassloader() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getProcessApplicationClassloader() - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
 
getProcessApplicationClassloader() - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
getProcessApplicationClassloader() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Override this method to provide an environment-specific ClassLoader to be used by the process engine for loading resources from the process application
getProcessApplicationClassLoader() - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationClassloaderInterceptor
 
getProcessApplicationComponent(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Returns the ComponentDescription for the AbstractProcessApplication component
getProcessApplicationComponent(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
getProcessApplicationForDeployment(String) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
getProcessApplicationForDeployment(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getProcessApplicationForDeployment(String) - Method in interface org.camunda.bpm.engine.ManagementService
 
GetProcessApplicationForDeploymentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetProcessApplicationForDeploymentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetProcessApplicationForDeploymentCmd
 
getProcessApplicationInfo(DeploymentOperation) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
getProcessApplicationInfo(String) - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
 
getProcessApplicationInfo(String) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessApplicationInfo() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getProcessApplicationInfo(String) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessApplicationInfo(String) - Method in interface org.camunda.bpm.ProcessApplicationService
Provides information about a deployed process application
getProcessApplicationManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getProcessApplicationName() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getProcessApplicationName() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplicationMBean
 
getProcessApplicationNames() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
 
getProcessApplicationNames() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessApplicationNames() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessApplicationNames() - Method in interface org.camunda.bpm.ProcessApplicationService
 
getProcessApplicationReference() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getProcessApplicationReference() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
getProcessApplicationRegistration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
getProcessApplicationRegistration() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeployment
 
getProcessApplicationScriptEnvironment() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getProcessApplicationService() - Static method in class org.camunda.bpm.BpmPlatform
 
getProcessApplicationService() - Method in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
getProcessApplicationService() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessApplicationService() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessApplicationService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
 
getProcessApplicationViewServiceName(ComponentDescription) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
getProcessArchiveDeploymentMap() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getProcessArchives() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlImpl
 
getProcessArchives() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
 
getProcessBusinessKey() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
The business key for the process instance this execution is associated with.
getProcessBusinessKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getProcessBusinessKey() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getProcessBusinessKey() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getProcessDef() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getProcessDefId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getProcessDefinition(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessDefinitionRestService
 
getProcessDefinition() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
getProcessDefinition() - Method in interface org.camunda.bpm.engine.form.StartFormData
The process definition for which this form is starting a new process instance
getProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.context.ExecutionContext
Deprecated.
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.form.StartFormDataImpl
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
ensures initialization and returns the process definition.
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
getProcessDefinition() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
The process definition scope, root of the scope hierarchy.
getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getProcessDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Returns the ProcessDefinition including all BPMN information like additional Properties (e.g.
getProcessDefinition() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getProcessDefinition() - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getProcessDefinitionBpmn20Xml() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getProcessDefinitionBpmn20Xml() - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
getProcessDefinitionById(String) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
getProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
getProcessDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
getProcessDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
getProcessDefinitionDiagram() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getProcessDefinitionDiagram() - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getProcessDefinitionEntity() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
getProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
The process definition key for the process instance this execution is associated with.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Reference to the process definition or null if it is not related to a process.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Process definition reference
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The process definition reference.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the id of the process definition of this process instance on which the incident has happened.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the specific process definition id on which the associated job was created.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The process definition reference.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Process definition reference.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The process definition reference.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Process definition reference.
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
getProcessDefinitionId(DeploymentEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
create an id for the process definition.
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getProcessDefinitionId(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getProcessDefinitionId(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.management.JobDefinition
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
the process definition id
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessDefinitionId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the id of the process definition of this process instance on which the incident has happened.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the id of the process definition which created the job.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.ProcessElementInstance
the process definition id
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstance
The id of the process definition of the process instance.
getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the process definition or null if it is not related to a process.
getProcessDefinitionIdLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Process definition key reference
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The process definition key reference.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the key of the process definition of this process instance on which the incident has happened.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the specific process definition key on which the associated job was created.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The process definition key reference.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Process definition key reference.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The process definition key reference.
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Key of the process definition this log entry belongs to; null means any.
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getProcessDefinitionKey(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
getProcessDefinitionKey(JSONObject) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.management.JobDefinition
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the key of the process definition which created the job.
getProcessDefinitionKeyIn() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessDefinitionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getProcessDefinitionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getProcessDefinitionName() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessDefinitionName() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessDefinitionNameLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessDefinitionResource(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.BaseRootResource
 
getProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getProcessDefinitions(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
getProcessDefinitions(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
Exposes the ProcessDefinitionQuery interface as a REST service.
getProcessDefinitionsActivationDate() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
getProcessDefinitionsCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
getProcessDefinitionsCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
getProcessDefinitionService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getProcessDefinitionService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getProcessDefinitionService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getProcessDefinitionToCall(VariableScope, CallableElement) - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
 
getProcessDiagram(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getProcessDiagram(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployed process diagram, e.g., a PNG image, through a stream of bytes.
getProcessDiagramLayout(InputStream, InputStream) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
Provides positions and dimensions of elements in a process diagram as provided by RepositoryService.getProcessDiagram(String).
getProcessDiagramLayout(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getProcessDiagramLayout(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Provides positions and dimensions of elements in a process diagram as provided by RepositoryService.getProcessDiagram(String).
getProcessEngine(String) - Static method in class org.camunda.bpm.cockpit.Cockpit
 
getProcessEngine() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
getProcessEngine(String) - Method in class org.camunda.bpm.cockpit.plugin.test.application.TestProcessEngineProvider
 
getProcessEngine() - Method in class org.camunda.bpm.cockpit.service.AbstractEngineAware
Deprecated.
Return a ProcessEngine for the current engine name to execute queries against the engine.
getProcessEngine(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
getProcessEngine(String) - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
getProcessEngine() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getProcessEngine(String) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngine() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
getProcessEngine(String) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessEngine() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getProcessEngine() - Static method in class org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
 
getProcessEngine(String) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
getProcessEngine(String) - Static method in class org.camunda.bpm.engine.ProcessEngines
 
getProcessEngine(String, boolean) - Static method in class org.camunda.bpm.engine.ProcessEngines
obtain a process engine by name.
getProcessEngine() - Method in class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
 
getProcessEngine(String) - Method in class org.camunda.bpm.engine.rest.impl.application.ContainerManagedProcessEngineProvider
 
getProcessEngine(String) - Method in interface org.camunda.bpm.engine.rest.spi.ProcessEngineProvider
Provides the engine with the given name.
getProcessEngine() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getProcessEngine(String) - Method in interface org.camunda.bpm.ProcessEngineService
 
getProcessEngine(String) - Method in interface org.camunda.bpm.webapp.AppRuntimeDelegate
Returns a ProcessEngine to the assigned processEngineName
getProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
getProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.engine.ContainerManagedProcessEngineProvider
 
getProcessEngine() - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
 
getProcessEngineConfiguration() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
 
getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getProcessEngineConfiguration() - Method in interface org.camunda.bpm.engine.ProcessEngine
 
getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
getProcessEngineForArchive(ServiceName, ServiceRegistry) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
getProcessEngineInfo(String) - Static method in class org.camunda.bpm.engine.ProcessEngines
Get initialization results.
getProcessEngineInfos() - Static method in class org.camunda.bpm.engine.ProcessEngines
Get initialization results.
getProcessEngineInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getProcessEngineMetadata() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getProcessEngineName() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
getProcessEngineName() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
 
getProcessEngineName() - Method in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
getProcessEngineName() - Method in interface org.camunda.bpm.application.ProcessApplicationDeploymentInfo
 
getProcessEngineName() - Method in interface org.camunda.bpm.application.ProcessApplicationRegistration
 
getProcessEngineName() - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
getProcessEngineName() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getProcessEngineName() - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
getProcessEngineName() - Method in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
getProcessEngineName() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getProcessEngineName() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getProcessEngineName() - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
getProcessEngineNames() - Method in class org.camunda.bpm.cockpit.plugin.test.application.TestProcessEngineProvider
 
getProcessEngineNames() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
getProcessEngineNames() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngineNames() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessEngineNames() - Method in class org.camunda.bpm.engine.rest.impl.application.ContainerManagedProcessEngineProvider
 
getProcessEngineNames() - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getProcessEngineNames() - Method in interface org.camunda.bpm.engine.rest.spi.ProcessEngineProvider
Returns the name of all known process engines.
getProcessEngineNames() - Method in interface org.camunda.bpm.ProcessEngineService
 
getProcessEngineNames() - Method in interface org.camunda.bpm.webapp.AppRuntimeDelegate
Returns the list of ProcessEngine names available to the runtime
getProcessEngineNames() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
getProcessEngineNames() - Method in class org.camunda.bpm.webapp.impl.engine.ContainerManagedProcessEngineProvider
 
getProcessEnginePlugins() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getProcessEngineProvider() - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getProcessEngines() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlImpl
 
getProcessEngines() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessesXml
 
getProcessEngines(DeploymentOperation) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
getProcessEngines() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
getProcessEngines() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngines() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
getProcessEngines() - Method in interface org.camunda.bpm.container.impl.metadata.spi.BpmPlatformXml
 
getProcessEngines() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessEngines() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getProcessEngines() - Static method in class org.camunda.bpm.engine.ProcessEngines
provides access to process engine to application clients in a managed server environment.
getProcessEngines() - Method in interface org.camunda.bpm.ProcessEngineService
 
getProcessEngineService() - Static method in class org.camunda.bpm.BpmPlatform
 
getProcessEngineService() - Method in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
getProcessEngineService() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngineService(ServiceName) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngineService() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getProcessEngineService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
 
getProcessEngineServiceController(ServiceName) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getProcessEngineServiceName(ProcessArchiveXml) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
getProcessEngineServices() - Method in interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
Returns the ProcessEngineServices providing access to the public API of the process engine.
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getProcessEngineServices() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getProcessEnginesXmls(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.AbstractStartProcessEnginesStep
 
getProcessEnginesXmls(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.PlatformXmlStartProcessEnginesStep
 
getProcessEnginesXmls(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.ProcessesXmlStartProcessEnginesStep
 
getProcesses() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getProcesses() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getProcessesXml() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
 
getProcessesXml() - Method in class org.camunda.bpm.container.impl.jboss.util.ProcessesXmlWrapper
 
getProcessesXmlFile() - Method in class org.camunda.bpm.container.impl.jboss.util.ProcessesXmlWrapper
 
getProcessesXmlResources(Module, String[]) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
getProcessesXmls(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Returns the attached ProcessesXml marker or null;
getProcessesXmls() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getProcessesXmlUrls(String[], AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
getProcessIdIndex() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getProcessImageResourceName(String, String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
getProcessInstance(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
getProcessInstance() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Returns the ProcessInstance currently associated or 'null'
getProcessInstance() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
Returns the ProcessInstance currently associated or 'null'
getProcessInstance() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Return the process instance execution for this execution.
getProcessInstance() - Method in class org.camunda.bpm.engine.impl.context.ExecutionContext
Deprecated.
 
getProcessInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
ensures initialization and returns the process instance.
getProcessInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
ensures initialization and returns the process instance.
getProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
ensures initialization and returns the process instance.
getProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
getProcessInstance(String) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
 
getProcessInstance() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
getProcessInstance() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
getProcessInstanceAttachments(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getProcessInstanceAttachments(String) - Method in interface org.camunda.bpm.engine.TaskService
The list of attachments associated to a process instance
GetProcessInstanceAttachmentsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetProcessInstanceAttachmentsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
 
getProcessInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessInstanceBusinessKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessInstanceBusinessKeyIn() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessInstanceBusinessKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessInstanceComments(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getProcessInstanceComments(String) - Method in interface org.camunda.bpm.engine.TaskService
The comments related to the given process instance.
GetProcessInstanceCommentsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetProcessInstanceCommentsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceCommentsCmd
 
getProcessInstanceHierarchy() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ProcessInstanceCollector
 
getProcessInstanceId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Returns the id of the currently associated process instance or 'null'
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
Returns the id of the currently associated process instance or 'null'
getProcessInstanceId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Reference to the overall process instance
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Reference to the process instance or null if it is not related to a process instance.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Process instance reference
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The process instance reference.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the specific process instance on which this incident has happened.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the specific process instance id on which the associated job was created.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Process instance reference.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
The process instance reference.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Process instance reference.
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
the process instance id
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.EventSubscriptionDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
The process instance this subscription belongs to.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.Execution
Id of the root of the execution tree representing the process instance.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the specific process instance on which this incident has happened.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the id of the process instance which execution created the job.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ProcessElementInstance
the id of the process instance this process element is part of
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding process instance id.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Attachment
reference to the process instance to which this attachment is associated.
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Comment
reference to the process instance on which this comment was made
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
reference to the process instance on which this comment was made
getProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Task
Reference to the process instance or null if it is not related to a process instance.
getProcessInstanceIdIn() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getProcessInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getProcessInstancePermissionChecks() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
getProcessInstancePermissionChecks() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
getProcessInstanceRestService(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.BaseRootResource
 
getProcessInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
getProcessInstances(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
getProcessInstances(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
Exposes the ProcessInstanceQuery interface as a REST service.
getProcessInstancesCount(UriInfo) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
getProcessInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
getProcessInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
 
getProcessInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getProcessInstanceService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getProcessInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getProcessInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getProcessInstanceService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getProcessKeyNotIn() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getProcessModel(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getProcessModel(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployed process model, e.g., a BPMN 2.0 XML file, through a stream of bytes.
getProcessName() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getProcessResourceNames() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
getProcessResourceNames() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
 
getProcessType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getProcessType() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getProcessVariable(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getProcessVariableLocal(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getProcessVariableLocalTyped(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getProcessVariables() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
getProcessVariables() - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
getProcessVariables() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getProcessVariablesExpected() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getProcessVariablesIndex() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getProcessVariableTyped(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getProfile() - Method in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
getProgram(String...) - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getProperties() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getProperties() - Method in class org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
 
getProperties() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
getProperties() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
 
getProperties() - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
getProperties() - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
getProperties() - Method in interface org.camunda.bpm.application.ProcessApplicationInfo
Provides access to a list of process application-provided properties.
getProperties() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
override this method in order to provide a map of properties.
getProperties() - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
getProperties() - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
getProperties() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
getProperties() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
getProperties() - Method in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
getProperties() - Method in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
 
getProperties() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEnginePluginXml
 
getProperties() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
getProperties() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getProperties() - Method in interface org.camunda.bpm.engine.form.FormField
 
getProperties() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getProperties() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getProperties() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getProperties() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getProperties() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getProperties() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getProperties() - Method in interface org.camunda.bpm.engine.ManagementService
get the list of properties.
getProperties() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getProperties() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
getProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventImpl
 
getProperties() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.Event
 
getProperties() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getProperties() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
getProperties() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
GetPropertiesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetPropertiesCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetPropertiesCmd
 
getPropertiesInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getPropertiesMap(ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
getProperty() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The property changed by this operation.
getProperty(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getProperty() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getProperty() - Method in class org.camunda.bpm.engine.impl.javax.el.ValueReference
 
getProperty(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstBracket
 
getProperty(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstDot
 
getProperty(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getProperty(String) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Get property value
getProperty(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
 
getProperty() - Method in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
getProperty() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getPropertyChanges() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getPropertyChanges() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getPropertyId() - Method in interface org.camunda.bpm.engine.history.HistoricFormProperty
Deprecated.
the id or key of the property
getPropertyId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
getPropertyManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getPropertyName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
getPropertyType() - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
 
getPropertyValue() - Method in interface org.camunda.bpm.engine.history.HistoricFormProperty
Deprecated.
the submitted value
getPropertyValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
getPropertyValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
 
getProviderList() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
 
getProviderMap() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.MapValueProvider
 
getQName(String, String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
getQualifier() - Method in class org.camunda.bpm.model.xml.impl.util.QName
 
getQualifiers(BusinessProcessEvent) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
 
getQuery() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getQuery() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getQuery() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getQueryDtoForQuery(String, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getQueryFromQueryParameters(MultivaluedMap<String, String>) - Method in class org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
 
getQueryInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getQueryOperator(String) - Static method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
getQueryProperty() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
getQueryService(String) - Static method in class org.camunda.bpm.cockpit.Cockpit
Returns a configured QueryService to execute custom statements to the corresponding process engine
getQueryService(String) - Method in interface org.camunda.bpm.cockpit.CockpitRuntimeDelegate
Returns a configured QueryService to execute custom statements to the corresponding process engine.
getQueryService(String) - Method in class org.camunda.bpm.cockpit.impl.DefaultCockpitRuntimeDelegate
 
getQueryService() - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Return a QueryService for the current engine to execute queries against the engine datbase.
getQueryService() - Method in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
getQueryService() - Method in class org.camunda.bpm.cockpit.service.AbstractEngineAware
Deprecated.
Return a QueryService for the current engine to execute queries against the engine datbase.
getQueryVariableValue() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getQueryVariableValues() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getQueryVariableValues() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getQueryVariableValues() - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
getQueueCount() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getQueueCount() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getQueueSize() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
getRawObject() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getRawObject() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Since ProcessApplicationInterface.getReference() may return a proxy object, this method returs the actual, unproxied object and is meant to be called from the ProcessApplicationInterface.execute(Callable) method.
getRawTextContent() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getRawTextContent() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the raw text content of the DOM element including all whitespaces.
getReadMethod() - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
 
getReadOnlyIdentityProvider() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getReference() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
 
getReference() - Method in class org.camunda.bpm.application.impl.EmbeddedProcessApplication
 
getReference() - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
getReference() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Returns a globally sharable reference to this process application.
getReference() - Method in class org.camunda.bpm.container.impl.jboss.util.PlatformServiceReferenceFactory
 
getReference() - Method in class org.camunda.bpm.container.impl.jboss.util.ProcessEngineManagedReferenceFactory
 
getReference() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
getReference() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
getReference() - Method in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
getReference() - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getReferencedEntityIds() - Method in interface org.camunda.bpm.engine.impl.db.HasDbReferences
 
getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getReferenceIdentifier(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
getReferenceIdentifier(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
getReferenceIdentifier(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.QNameAttributeReferenceImpl
 
getReferenceIdentifier(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceCollectionImpl
 
getReferenceIdentifier(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceImpl
 
getReferenceIdentifier(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
Get the reference identifier which is set in the reference source
getReferenceSource(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceImpl
 
getReferenceSource(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReference
 
getReferenceSourceAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
Get the reference source attribute
getReferenceSourceAttribute() - Method in interface org.camunda.bpm.model.xml.type.reference.AttributeReference
 
getReferenceSourceCollection() - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
getReferenceSourceCollection() - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection
 
getReferenceSourceElementType() - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
getReferenceSourceElementType() - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
getReferenceSourceElementType() - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
 
getReferenceTargetAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Get the reference target attribute
getReferenceTargetAttribute() - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
 
getReferenceTargetElement(ModelElementInstanceImpl) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceImpl
 
getReferenceTargetElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Get the reference target model element instance
getReferenceTargetElement(ModelElementInstanceImpl) - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReference
 
getReferenceTargetElement(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
 
getReferenceTargetElements(ModelElementInstanceImpl) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
getReferenceTargetElements(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
getReferenceTargetElements(ModelElementInstanceImpl) - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection
 
getRegisteredDeployments() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
getRegisteredDeployments() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineMBean
If the engine's job executor is deloyment aware, these are the deployments it acquires jobs for.
getRegisteredDeployments() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getRegisteredDeployments() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getRegisteredDeployments() - Method in interface org.camunda.bpm.engine.ManagementService
Get the deployments that are registered the engine's job executor.
getRegistrationSummary() - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
getRejectedJobsHandler() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getRel() - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
getRelation() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
getRelationConditions() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
getRelationConditionsString() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
getRelationships() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getRelationships() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getRelativeEngineUri(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getRelativeEngineUri(String) - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getRelativeEngineUri(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getRelName() - Method in class org.camunda.bpm.engine.rest.hal.HalRelation
 
getRemoveVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
getRemoveVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.PatchExecutionVariablesCmd
 
getRemoveVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
 
getRenderedForm() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getRenderedForm() - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
getRenderedForm() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getRenderedForm() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getRenderedStartForm(String) - Method in interface org.camunda.bpm.engine.FormService
Rendered form generated by the default build-in form engine for starting a new process instance.
getRenderedStartForm(String, String) - Method in interface org.camunda.bpm.engine.FormService
Rendered form generated by the given build-in form engine for starting a new process instance.
getRenderedStartForm(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getRenderedStartForm(String, String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
GetRenderedStartFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetRenderedStartFormCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetRenderedStartFormCmd
 
getRenderedTaskForm(String) - Method in interface org.camunda.bpm.engine.FormService
Rendered form generated by the default build-in form engine for completing a task.
getRenderedTaskForm(String, String) - Method in interface org.camunda.bpm.engine.FormService
Rendered form generated by the given build-in form engine for completing a task.
getRenderedTaskForm(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getRenderedTaskForm(String, String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
GetRenderedTaskFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetRenderedTaskFormCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetRenderedTaskFormCmd
 
getRenderings() - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
getRenderings() - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
getRepeat() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
getRepeat() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
getRepeat() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
getRepetitionRule() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
getRepetitionRule() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
getReplacedBy() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getReplacedBy() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getReplacedBy() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Returns an execution that has replaced this execution for executing activities in their shared scope.
getReportingIntervalInSeconds() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
getRepositoryService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getRepositoryService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getRepositoryService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's RepositoryService.
getRepositoryService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getRequestUri(HttpServletRequest) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
getRequired() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getRequiredRule() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
getRequiredRule() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
getResolution() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
getResolution() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
getResolverFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getResolverFactories() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
 
getResource() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getResource() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getResource() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getResource(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getResource(String) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
getResource() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getResource() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getResource() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
getResource() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getResource() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getResource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
getResource() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
getResource(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ReflectUtil
 
getResource(String, ClassLoader) - Static method in class org.camunda.bpm.model.xml.impl.util.ReflectUtil
 
getResourceAdapter() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
 
getResourceAdapter() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
getResourceAssignmentExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPotentialStarterImpl
 
getResourceAssignmentExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
getResourceAssignmentExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaPotentialStarter
 
getResourceAssignmentExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
getResourceAsStream(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getResourceAsStream(String) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
getResourceAsStream(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployment resource through a stream of bytes.
getResourceAsStream(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ReflectUtil
 
getResourceAsStreamById(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
getResourceAsStreamById(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
Gives access to a deployment resource through a stream of bytes.
getResourceAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getResourceAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getResourceAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getResourceClasses() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
getResourceClasses() - Method in class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.JobDefinitionPlugin
 
getResourceClasses() - Static method in class org.camunda.bpm.engine.rest.impl.CamundaRestResources
Returns a set containing all resource classes provided by camunda BPM.
getResourceClasses() - Method in class org.camunda.bpm.tasklist.impl.plugin.standalonetask.StandaloneTaskPlugin
 
getResourceClasses() - Method in interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
Returns a set of JAX-RS resource classes that extend the rest API.
getResourceClasses() - Method in class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
 
getResourceComparator() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
getResourceComparator() - Method in class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver
 
getResourceDescriptionResolver(String) - Static method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
getResourceForDbOperation(String, String, String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
getResourceId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
 
getResourceId() - Method in exception org.camunda.bpm.engine.AuthorizationException
 
getResourceId() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getResourceId() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getResourceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getResourceId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
getResourceId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getResourceId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getResourceId() - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
getResourceId(HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
getResourceId(HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver
 
getResourceId(HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
getResourceIdQueryParam() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getResourceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getResourceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getResourceName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getResourceName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getResourceName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getResourceName() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getResourceName() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
name of the resource of this case definition.
getResourceName() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
name of the resource of this process definition.
getResourceName() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
getResourceName() - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
getResourceNameLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getResourceNameLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getResourceNames() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
getResourceNames() - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
 
getResourceOverrides() - Method in interface org.camunda.bpm.webapp.AppRuntimeDelegate
A list of resource overrides.
getResourceOverrides() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
getResourceOverrides() - Method in interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
Allows providing a list of resource overrides.
getResourceOverrides() - Method in class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
 
getResourceParameterBinding() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
getResourceParameterBinding() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
getResourceParameters() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
getResourceParameters() - Method in interface org.camunda.bpm.model.bpmn.instance.Resource
 
getResourceRoles() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getResourceRoles() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getResourceRoles() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getResourceRoles() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getResources() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
getResourceType() - Method in interface org.camunda.bpm.engine.authorization.Authorization
 
getResourceType() - Method in exception org.camunda.bpm.engine.AuthorizationException
 
getResourceType() - Method in interface org.camunda.bpm.engine.filter.Filter
 
getResourceType() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getResourceType() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
getResourceType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getResourceType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getResourceType() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getResourceType() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getResourceType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
getResourceType() - Method in class org.camunda.bpm.engine.rest.hal.HalRelation
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
getResourceTypeName() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
getResourceUrl() - Method in class org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
 
getResourceUrl() - Method in interface org.camunda.bpm.engine.ProcessEngineInfo
Returns the resources the engine was configured from.
getResourceUrlAsString(String) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
getResult() - Method in class org.camunda.bpm.engine.rest.dto.metrics.MetricsResultDto
 
getResultType() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
getResumePreviousVersionsBy() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
getRetries() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getRetries() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
getRetries() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobRetriesDto
 
getRetries() - Method in interface org.camunda.bpm.engine.runtime.Job
Returns the number of retries this job has left.
getRetriesLeft() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
getReturnType() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodInfo
Returns the return type of the method
getReverse() - Static method in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
Sort cache entries by descending create time (newest first)
getRevision() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
 
getRevision() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getRevision() - Method in interface org.camunda.bpm.engine.impl.db.HasDbRevision
 
getRevision() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getRevision() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getRevisionNext() - Method in interface org.camunda.bpm.engine.impl.db.HasDbRevision
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getRoot() - Method in class org.camunda.bpm.engine.impl.juel.Tree
 
getRootCauseIncidentActivityId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootCauseIncidentConfiguration() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootCauseIncidentId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootCauseIncidentId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns the id of the root incident on which this transitive incident has been triggered.
getRootCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
getRootCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
getRootCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
getRootCauseIncidentId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
getRootCauseIncidentId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
getRootCauseIncidentId() - Method in interface org.camunda.bpm.engine.runtime.Incident
Returns the id of the root incident on which this transitive incident has been triggered.
getRootCauseIncidentMessage() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootCauseIncidentProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootCauseIncidentProcessInstanceId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
getRootElement() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
getRootElement() - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
getRootElement() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getRootElement() - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Returns the root element of the document.
getRootElement() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the root element of the document which contains this element.
getRootElements() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getRootElements() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getRootPropertyResolver() - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
Answer our root resolver which provides an API to access top-level properties.
getRows() - Method in class org.camunda.bpm.engine.management.TablePage
 
getRuntimeContainerDelegate() - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
 
getRuntimeContainerDelegate() - Method in class org.camunda.bpm.engine.spring.container.ManagedProcessEngineFactoryBean
 
getRuntimeContainerDelegateInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
getRuntimeDelegate() - Static method in class org.camunda.bpm.admin.Admin
Returns an instance of AdminRuntimeDelegate
getRuntimeDelegate() - Static method in class org.camunda.bpm.cockpit.Cockpit
Returns an instance of CockpitRuntimeDelegate
getRuntimeDelegate() - Static method in class org.camunda.bpm.tasklist.Tasklist
Returns an instance of TasklistRuntimeDelegate
getRuntimeService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getRuntimeService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getRuntimeService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's RuntimeService.
getRuntimeService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getSatisfiedSentries(List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
Checks for each given sentry id whether the corresponding sentry is satisfied.
getSaxParser() - Method in class org.camunda.bpm.engine.impl.util.xml.Parser
 
getSaxParserFactory() - Method in class org.camunda.bpm.engine.impl.util.xml.Parser
 
getScalarValue() - Method in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
getScope() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
 
getScope(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
getScope(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmAtomicOperationTransitionNotifyListenerTake
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmEventAtomicOperation
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerStart
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireProcessStart
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
 
getScope(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
 
getScope() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
 
getScope() - Method in interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
Gets the element which is the scope of this element.
getScopeActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getScopeActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getScopedAssociation() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getScopeExecution(ScopeImpl, Map<ScopeImpl, PvmExecutionImpl>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
In case the process instance was migrated from a previous version, activities which are now parsed as scopes do not have scope executions.
getScopeExecution() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
Currently not part of public interface.
getScopeExecutionForActivityInstance(ExecutionEntity, ActivityExecutionMapping, ActivityInstance) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
getScopeForActivityInstance(ProcessDefinitionImpl, ActivityInstance) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
getScopes() - Method in class org.camunda.bpm.engine.impl.tree.ScopeCollector
 
getScript() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
 
getScript() - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
 
getScript() - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ScriptCaseExecutionListener
 
getScript() - Method in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
 
getScript() - Method in class org.camunda.bpm.engine.impl.scripting.ScriptValueProvider
 
getScript() - Method in class org.camunda.bpm.engine.impl.task.listener.ScriptTaskListener
 
getScript(String, String, String, ExpressionManager) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a source or resource.
getScript(String, String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a source or resource.
getScript() - Method in class org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
 
getScript() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
getScript() - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
getScriptBindingsFactory() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
getScriptEngine(String, boolean) - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
getScriptEngine() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
getScriptEngineForLanguage(String) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
Loads the given script engine by language name.
getScriptEngineForName(String, boolean) - Method in class org.camunda.bpm.application.AbstractProcessApplication
getScriptEngineForName(String, boolean) - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
Returns an instance of ScriptEngine for the given scriptEngineName.
getScriptFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getScriptFactory() - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Returns the configured script factory in the context or a new one.
getScriptFormat() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
getScriptFormat() - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
getScriptFormSource(String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a source.
getScriptFromResource(String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a resource.
getScriptFromResource(String, String, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a static resource.
getScriptFromResourceExpression(String, Expression, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a dynamic resource.
getScriptFromSource(String, String, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a static source.
getScriptFromSourceExpression(String, Expression, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Creates a new ExecutableScript from a dynamic source.
getScriptingEngines() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getScriptingEnvironment() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getScriptSource(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
 
getScriptSource(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicResourceExecutableScript
 
getScriptSource(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicSourceExecutableScript
 
getScriptSource() - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
getSearchControls() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getSecondsToLive() - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
getSecurityAuthentication() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getSelectStatement(Class<?>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getSelectStatements() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getSentries() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSentries() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getSentries() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getSentries() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getSentry(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
getSentry() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
getSentry() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
getSentry() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
getSentryHandler() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
getSentryHandler() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
getSentryId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getSentryId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getSentrys() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
getSentrys() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanFragment
 
getSequenceCounter() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
getSequenceCounter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getSequenceCounter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getSequenceCounter() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getSerializationDataFormat() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getSerializationDataformat() - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
getSerializationDataformat() - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
getSerializationDataformat() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
 
getSerializationDataFormat() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
The serialization format used to serialize this value.
getSerializationDataFormat() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
getSerializedBytesValue(String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
getSerializedStringValue(byte[]) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
getSerializer() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getSerializer() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getSerializer() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getSerializerByName(String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
getSerializerByName(String) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
 
getSerializerIndex(TypedValueSerializer<?>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
getSerializerIndex(TypedValueSerializer<?>) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
 
getSerializerIndexByName(String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
getSerializerIndexByName(String) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
 
getSerializerName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getSerializers() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getSerializers() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getSerializers() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getServerUrl() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getService(PlatformServiceContainer.ServiceType, String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
get a specific service by name or null if no such Service exists.
getService(ObjectName) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
get a specific service by name or null if no such Service exists.
getService(PlatformServiceContainer.ServiceType, String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
get a specific service by name or null if no such Service exists.
getServiceContainer() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
getServiceContainer() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
getServiceNames(PlatformServiceContainer.ServiceType) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
getServiceNames(PlatformServiceContainer.ServiceType) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
getServicesByType(PlatformServiceContainer.ServiceType) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
getServicesByType(PlatformServiceContainer.ServiceType) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
getServiceValue(ObjectName) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
get the service value for a specific service by name or null if no such Service exists.
getServiceValue(PlatformServiceContainer.ServiceType, String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
get the service value for a specific service by name or null if no such Service exists.
getServiceValue(PlatformServiceContainer.ServiceType, String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
get the service value for a specific service by name or null if no such Service exists.
getServiceValuesByType(PlatformServiceContainer.ServiceType) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
getServiceValuesByType(PlatformServiceContainer.ServiceType) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
getServletContext() - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
getServletContext() - Method in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
getServletContextClassloader(ServletContextEvent) - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
 
getSession(Class<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getSession(Class<T>) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getSessionFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getSessionFactories() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getSessions() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getSessionType() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
 
getSessionType() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlPersistenceProviderFactory
 
getSessionType() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getSessionType() - Method in interface org.camunda.bpm.engine.impl.interceptor.SessionFactory
 
getSessionType() - Method in class org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
getSessionType() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
getSessionType() - Method in class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
getSessionType() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
getSet(int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getSetJobDefinitionStateCmd() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
Subclasses should return the type of the AbstractSetJobDefinitionStateCmd here.
getSetJobDefinitionStateCmd() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
 
getSetJobDefinitionStateCmd() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
getSetter(String, Class<?>, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Returns the setter-method for the given field name or null if no setter exists.
getSetVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
getSetVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.PatchExecutionVariablesCmd
 
getSetVariableCmd() - Method in class org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
 
getSharedInstance() - Static method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
Since a StartProcessVariableScope has no state, it's safe to use the same instance to prevent too many useless instances created.
getSignal() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
getSignal() - Method in interface org.camunda.bpm.model.bpmn.instance.SignalEventDefinition
 
getSignalDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SignalEndEventActivityBehavior
 
getSingleExecutionForScope(ActivityExecutionMapping, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getSingleSetter(String, Class<?>) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Returns a setter method based on the fieldName and the java beans setter naming convention or null if none exists.
getSize() - Method in class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
getSize() - Method in class org.camunda.bpm.engine.management.TablePage
 
getSize() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
getSize() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
getSortBy() - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
getSortedVariableInstances(Collection<String>, Collection<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getSorting() - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
getSortOrder() - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
getSource() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
getSource() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
getSource(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
getSource() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
getSource() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmTransition
 
getSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
getSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
getSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
getSource() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
getSource() - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
getSource() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
getSource() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
getSource() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
getSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
getSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
getSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
getSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
getSource() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
getSource() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemOnPart
 
getSource() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemStartTrigger
 
getSource() - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
getSource() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
getSource() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemStartTrigger
 
getSourceActivityVariableScope() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getSourceCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getSourceCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getSourceCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getSourceCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
getSourceCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getSourceCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
getSourceCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getSourceElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
getSourceElement() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
getSourceExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseVariableInstance
The case execution in which context the variable was created/updated/deleted.
getSourceExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateVariableInstance
 
getSourceExecution() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getSourceExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
getSourceExpression() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getSourceRef() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getSourceRef() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getSources() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
getSources() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
getSources() - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
getSources() - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
getSources() - Method in interface org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
 
getSources() - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
getSources() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
getSources() - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
getSourceScope() - Method in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
getSourceValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
getSourceVariableName() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getSqlSession() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
getSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getStack(ThreadLocal<Stack<T>>) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
getStackTrace(Throwable) - Method in class org.camunda.bpm.engine.rest.exception.ExceptionHandler
 
getStackTrace(Throwable) - Method in class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler
 
getStackTrace(Throwable) - Method in class org.camunda.bpm.engine.rest.exception.RestExceptionHandler
 
getStacktrace() - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricJobLogResource
 
getStacktrace() - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricJobLogResourceImpl
 
getStacktrace() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
getStacktrace() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
getStandardEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getStandardEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getStandardEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
getStandardEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
getStandardEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
getStandardEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
getStandardEvent() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
getStandardEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemOnPart
 
getStandardEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemStartTrigger
 
getStandardEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
getStandardEvent() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemStartTrigger
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CasePlanModelHandler
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.MilestoneItemHandler
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.StageItemHandler
 
getStandardEvents(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
 
getStartActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The start activity.
getStartActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getStartActivityId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getStartContextExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
 
getStartDate() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
getStartedAfter() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getStartedBefore() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getStartedBy() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getStartedBy() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getStartEventActivityId() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
getStartForm() - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
getStartForm() - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
GetStartFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetStartFormCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetStartFormCmd
 
getStartFormData(String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves all data necessary for rendering a form to start a new process instance.
getStartFormData(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getStartFormHandler() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getStartFormKey(String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a user defined reference to a start form.
getStartFormKey(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getStartFormVariables(String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a list of all variables for rendering a start from.
getStartFormVariables(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a list of requested variables for rendering a start from.
getStartFormVariables(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getStartFormVariables(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
GetStartFormVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetStartFormVariablesCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetStartFormVariablesCmd
 
getStartInstructions() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
getStartQuantity() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
getStartQuantity() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
getStartTime() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
getStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Time when the activity instance started
getStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The time the process was started.
getStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Time when the task started.
getStartTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
getStartTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getStartTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getStartTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getStartUserId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The authenticated user that started this process instance.
getStartUserId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getStartUserId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getState() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getState() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getState() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getState() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getStateCode() - Method in interface org.camunda.bpm.engine.history.IncidentState
 
getStateCode() - Method in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
getStateCode() - Method in interface org.camunda.bpm.engine.history.JobState
 
getStateCode() - Method in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
getStateCode() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
getStateCode() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
getStateCode() - Method in interface org.camunda.bpm.engine.impl.persistence.entity.SuspensionState
 
getStateCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
getStateCode() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
getStateCode() - Method in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
 
getStateForCode(Integer) - Static method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
getStatement() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
getStatementMappings() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getStateName() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
getStatistics(Boolean, Boolean, String) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
getStatistics(Boolean, Boolean, String) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsCountGroupedByDeployment(DeploymentStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsCountGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsGroupedByActivity(ActivityStatisticsQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsGroupedByDeployment(DeploymentStatisticsQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsGroupedByProcessDefinitionVersion(ProcessDefinitionStatisticsQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
getStatisticsManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getStatus() - Method in exception org.camunda.bpm.engine.rest.exception.RestException
 
getString(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the string associated with a key.
getStringAttributeValue(String, Attributes) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
getStringFromField(Expression, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
getStringFromField(Expression, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
getStringFromInputStream(InputStream) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
Convert an InputStream to a String
getStringValueFromAttributeOrElement(String, String, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
getStructuralId(Bindings) - Method in class org.camunda.bpm.engine.impl.juel.AstNode
 
getStructuralId(Bindings) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Get the canonical expression string for this node.
getStructure() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
getStructure() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
getStructure() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
getStructure() - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
getStructure() - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
getStructure() - Method in interface org.camunda.bpm.model.bpmn.instance.Signal
 
getStructure() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
getStructure() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
getStructureRef() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
getStructureRef() - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getSubCaseInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getSubCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getSubmittedValues() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
getSubmittedValues() - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorContext
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getSubProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getSubProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getSubTasks(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getSubTasks(String) - Method in interface org.camunda.bpm.engine.TaskService
The list of subtasks for this parent task
GetSubTasksCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetSubTasksCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetSubTasksCmd
 
getSubTypes(ValueType) - Method in class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
 
getSubTypes(ValueType) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
Returns all (transitive) sub types of the provided type given they are not abstract
getSucceedingNodes() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
getSucceedingNodes() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getSuperCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSuperCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSuperCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The case instance id of a potential super case instance or null if no super case instance exists.
getSuperCaseInstanceId() - 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
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getSuperCaseInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getSuperExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
In case this delegate execution is the process instance execution and this process instance was started by a call activity, this method returns the execution which executed the call activity in the super process instance.
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getSuperExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getSuperExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getSuperExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSuperProcessDefinitionId() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
getSuperProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
The process instance id of a potential super process instance or null if no super process instance exists.
getSuperProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
The process instance id of a potential super process instance or null if no super process instance exists
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getSuperProcessInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
getSupportedInterfaces() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
getSupportedInterfaces() - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
getSupports() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
getSupports() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
getSuspended() - Method in class org.camunda.bpm.engine.rest.dto.SuspensionStateDto
 
getSuspended() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getSuspendingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspending
 
getSuspendingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnParentSuspension
 
getSuspendingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnSuspension
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
getSuspensionState() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getSymbol() - Method in class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
getTableAlias() - Method in class org.camunda.bpm.engine.impl.db.sql.CaseDefinitionTableMapping
 
getTableAlias() - Method in interface org.camunda.bpm.engine.impl.db.sql.MyBatisTableMapping
 
getTableAlias() - Method in class org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
 
getTableAlias() - Method in class org.camunda.bpm.engine.impl.db.sql.VariableTableMapping
 
getTableCount() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getTableCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTableCount(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTableCount() - Method in interface org.camunda.bpm.engine.ManagementService
Get the mapping containing {table name, row count} entries of the database schema.
GetTableCountCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTableCountCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTableCountCmd
 
getTableDataManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getTableItems() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
getTableItems() - Method in interface org.camunda.bpm.model.cmmn.instance.PlanningTable
 
getTableMapping(String) - Static method in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
getTableMetaData(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getTableMetaData(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTableMetaData(String) - Method in interface org.camunda.bpm.engine.ManagementService
Gets the metadata (column names, column types, etc.) of a certain table.
GetTableMetaDataCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTableMetaDataCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTableMetaDataCmd
 
getTableName() - Method in class org.camunda.bpm.engine.impl.db.sql.CaseDefinitionTableMapping
 
getTableName() - Method in interface org.camunda.bpm.engine.impl.db.sql.MyBatisTableMapping
 
getTableName() - Method in class org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
 
getTableName() - Method in class org.camunda.bpm.engine.impl.db.sql.VariableTableMapping
 
getTableName(Class<?>) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
getTableName(Class<?>, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTableName() - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
getTableName() - Method in class org.camunda.bpm.engine.management.TableMetaData
 
getTableName() - Method in class org.camunda.bpm.engine.management.TablePage
 
getTableName(Class<?>) - Method in interface org.camunda.bpm.engine.ManagementService
Gets the table name (including any configured prefix) for an entity like Task, Execution or the like.
GetTableNameCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTableNameCmd(Class<?>) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTableNameCmd
 
getTablePage(TablePageQueryImpl, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTablesPresentInDatabase() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTablesPresentInOracleDatabase() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
getTagName() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
getTarget() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
returns the target of the current invocation, ie.
getTarget() - Method in class org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
getTarget() - Method in class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
getTarget() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
getTarget() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
getTarget() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
getTarget() - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
getTargetActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
getTargetActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
getTargetActivityId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
Deprecated.
getTargetActivityId() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
Deprecated.
a transition instances represents a transition to or from an activity; use TransitionInstance.getActivityId() instead.
getTargetElement(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getTargetElement(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
getTargetElement(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
getTargetElement(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
getTargetElement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
getTargetElement() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
getTargetElementId() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getTargetElementId() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
getTargetElementId() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
getTargetElementId() - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
getTargetElementIdentifier(CmmnElement) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnAttributeElementReferenceCollection
 
getTargetElementIdentifier(T) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
getTargetFlowScope(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getTargetFlowScope(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityAfterInstantiationCmd
 
getTargetFlowScope(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityBeforeInstantiationCmd
 
getTargetFlowScope(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
getTargetNamespace() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getTargetNamespace() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getTargetNamespace() - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
getTargetNamespace() - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
getTargetProcessApplication(CoreExecution) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
getTargetProcessApplication(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
getTargetProcessApplication(CaseExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
getTargetProcessApplication(String) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
getTargetProcessApplication(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getTargetProcessApplication(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getTargetRefs() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
getTargetRefs() - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
getTargets() - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
getTargets() - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
getTargets() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
getTargets() - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
getTargetTransition() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
getTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Returns the currently associated Task or 'null'
getTask() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getTask() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
Returns the currently associated Task or 'null'
getTask() - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
get the current task
getTask() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getTask() - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
getTask() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getTask() - Method in interface org.camunda.bpm.engine.form.TaskFormData
The task for which this form is used to complete it.
getTask(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
getTask() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getTask() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getTask() - Method in class org.camunda.bpm.engine.impl.form.TaskFormDataImpl
 
getTask() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getTask(String) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
getTask(Request) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getTask(Request) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getTask(String) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
 
getTaskAssignee() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskAssignee() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getTaskAssignee() - Method in exception org.camunda.bpm.engine.TaskAlreadyClaimedException
 
getTaskAssigneeLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskAttachment(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskAttachment(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieve a particular attachment to the given task id and attachment id
GetTaskAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskAttachmentCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentCmd
 
getTaskAttachmentContent(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskAttachmentContent(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieve stream content of a particular attachment to the given task id and attachment id
GetTaskAttachmentContentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskAttachmentContentCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentContentCmd
 
getTaskAttachments(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskAttachments(String) - Method in interface org.camunda.bpm.engine.TaskService
The list of attachments associated to a task
GetTaskAttachmentsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskAttachmentsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentsCmd
 
getTaskById(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
Returns the task with the given id
getTaskComment(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskComment(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Retrieve a particular task comment
GetTaskCommentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskCommentCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskCommentCmd
 
getTaskCommentResource() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
getTaskCommentResource() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
getTaskComments(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskComments(String) - Method in interface org.camunda.bpm.engine.TaskService
The comments related to the given task.
GetTaskCommentsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskCommentsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskCommentsCmd
 
getTaskCount() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getTaskCount() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
getTaskDecorator() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
getTaskDecorator() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
getTaskDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
getTaskDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
getTaskDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getTaskDefinition() - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
getTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The id of the activity in the process defining this task or null if this is not related to a process
getTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
Task definition key.
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
getTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.task.Task
The id of the activity in the process defining this task or null if this is not related to a process
getTaskDefinitionKeyIn() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getTaskDefinitionKeyLike() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getTaskDefinitions() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getTaskDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getTaskDeleteReason() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskDeleteReasonLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskDescription() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskDescriptionLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskEvents(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getTaskEvents(String) - Method in interface org.camunda.bpm.engine.TaskService
Deprecated.
GetTaskEventsCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskEventsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskEventsCmd
 
getTaskExecutor() - Method in class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
 
GetTaskFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskFormCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskFormCmd
 
getTaskFormData(String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves all data necessary for rendering a form to complete a task.
getTaskFormData(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getTaskFormHandler() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getTaskFormKey(String, String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a user defined reference to a task form.
getTaskFormKey(String, String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getTaskFormVariables(String) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a list of all variables for rendering a task form.
getTaskFormVariables(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.FormService
Retrieves a list of requested variables for rendering a task form.
getTaskFormVariables(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
getTaskFormVariables(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
GetTaskFormVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskFormVariablesCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskFormVariablesCmd
 
getTaskId() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Returns the id of the task associated with the current conversation or 'null'.
getTaskId() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getTaskId() - Method in class org.camunda.bpm.engine.cdi.CurrentProcessInstance
Returns the id of the task associated with the current conversation or 'null'.
getTaskId() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
The corresponding task in case of task activity
getTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
The corresponding task in case of a human task activity.
getTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The identifier for the task.
getTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Return the corresponding task id.
getTaskId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Task instance reference.
getTaskId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getTaskId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
getTaskId() - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
getTaskId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the corresponding task id.
getTaskId() - Method in interface org.camunda.bpm.engine.task.Attachment
reference to the task to which this attachment is associated.
getTaskId() - Method in interface org.camunda.bpm.engine.task.Comment
reference to the task on which this comment was made
getTaskId() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
reference to the task on which this comment was made
getTaskId() - Method in interface org.camunda.bpm.engine.task.IdentityLink
The id of the task associated with this identity link.
getTaskId() - Method in exception org.camunda.bpm.engine.TaskAlreadyClaimedException
 
getTaskIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getTaskIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getTaskInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getTaskInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getTaskListener() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
getTaskListener() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Allows the process application to provide a TaskListener which is notified about all Task events in all of the process instances deployed by this process application.
getTaskListenerInstance() - Method in class org.camunda.bpm.engine.impl.task.listener.ClassDelegateTaskListener
 
getTaskListeners() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getTaskListeners(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
getTaskManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getTaskManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getTaskName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskOwner() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskOwnerLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskParentTaskId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getTaskPermissionChecks() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getTaskPermissionChecks() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getTaskRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getTaskRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getTaskRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getTasks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getTasks(Request, UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
getTasks(Request, UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
 
getTasksCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
getTasksCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
 
getTaskService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getTaskService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
getTaskService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
Returns the process engine's TaskService.
getTaskService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
getTasksInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
GetTaskVariableCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskVariableCmd(String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
 
GetTaskVariableCmdTyped - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskVariableCmdTyped(String, String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
getTaskVariables() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
GetTaskVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetTaskVariablesCmd(String, Collection<String>, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
getTerminated() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
getTerminated() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
getTerminatingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminating
 
getTerminatingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnExit
 
getTerminatingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnParentTermination
 
getTerminatingState() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnTermination
 
getText() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
getText() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
getText() - Method in interface org.camunda.bpm.model.bpmn.instance.TextAnnotation
 
getTextContent() - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
getTextContent() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
getTextContent() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getTextContent() - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Gets the text content of this element all its descendants.
getTextContent() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns the text content of the DOM element without leading and trailing spaces.
getTextFormat() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
getTextFormat() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
getTextFormat() - Method in interface org.camunda.bpm.model.bpmn.instance.Documentation
 
getTextFormat() - Method in interface org.camunda.bpm.model.bpmn.instance.TextAnnotation
 
getTextValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getTextValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTextValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTextValue() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getTextValue() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getTextValue() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getTextValue2() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getTextValue2() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTextValue2() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTextValue2() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getTextValue2() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
getTextValue2() - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
getThreadIndent(int) - Static method in class org.camunda.bpm.engine.impl.util.LogUtil.LogFormatter
 
getThreadLogMode() - Static method in class org.camunda.bpm.engine.impl.util.LogUtil
 
getThreadPoolExecutor() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getThreadPoolExecutor() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
getThrowable() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
getTime() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
The time when this detail occurred
getTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
getTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getTime() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
getTime() - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
getTime() - Method in interface org.camunda.bpm.engine.task.Comment
time and date when the user made the comment
getTime() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
time and date when the user made the comment
getTimeAfter(Date) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getTimeCycle() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
getTimeCycle() - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
getTimeDate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
getTimeDate() - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
getTimeDuration() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
getTimeDuration() - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
getTimerExpression() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
getTimerExpression() - Method in interface org.camunda.bpm.model.cmmn.instance.TimerEventListener
 
getTimerStart() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
getTimerStart() - Method in interface org.camunda.bpm.model.cmmn.instance.TimerEventListener
 
getTimes() - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
 
getTimes() - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
getTimeStamp() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getTimeStamp() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getTimestamp() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns the time when this log occurred.
getTimestamp() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
Timestamp of this change.
getTimestamp() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
getTimestamp() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
getTimestamp() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getTimestamp() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
getTimestamp() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
getTimestamp() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getTimeZone() - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getTo() - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
getTo() - Method in interface org.camunda.bpm.model.bpmn.instance.Assignment
 
getToken() - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
getToken() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getToStringIdentity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getTotal() - Method in class org.camunda.bpm.engine.management.TablePage
 
getTransaction() - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
getTransactionContext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
 
getTransactionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getTransactionManager() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
getTransactionManager() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
getTransactionManagerInjector() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
getTransactionManagerJndiName() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
getTransformation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
getTransformation() - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
getTransformation() - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
getTransformation() - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
getTransformer() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
getTransformListeners() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
getTransition() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
getTransition() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getTransitionId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getTransitionInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getTransitionInstances(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
getTransitionInstances(String) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
all descendant (children, grandchildren, etc.) transition instances that are leaving or entering the supplied activity
getTransitionInstancesForActivity(ActivityInstance, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
 
getTransitionName() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getTransitionName() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getTransitionsToTake() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getType() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEvent
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
getType() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
getType() - Method in interface org.camunda.bpm.engine.form.FormField
 
getType() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
Type of the property.
getType() - Method in interface org.camunda.bpm.engine.identity.Group
 
getType() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
getType() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
getType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
getType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.NullValueImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
getType() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getType() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
getType() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
If the base object is an array, returns the most general acceptable type for a value in this array.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, returns the most general acceptable type that can be set on this bean property.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the CompositeELResolver.setValue(ELContext, Object, Object, Object) method.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
For a given base and property, attempts to identify the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ELResolver.setValue(ELContext, Object, Object, Object) method.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
If the base object is a list, returns the most general acceptable type for a value in this list.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, returns the most general acceptable type for a value in this map.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, return null, since the resolver is read only.
getType(ELContext) - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the most general type that is acceptable for an object to be passed as the value parameter in a future call to the ValueExpression.setValue(ELContext, Object) method.
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
 
getType() - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerCatchIntermediateEventJobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendJobDefinitionHandler
 
getType() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
 
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
according to the spec, the result is undefined for rvalues, so answer null
getType(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
getType(Bindings, ELContext) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
getType(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Answer null.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
getType(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Evaluates the expression as an lvalue and answers the result type.
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
getType() - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
getType() - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
getType() - Method in class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
getType() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
The VariableType supported
getType() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
getType() - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
getType() - Method in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
getType() - Method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
getType() - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
getType() - Method in interface org.camunda.bpm.engine.task.Attachment
indication of the type of content that this attachment refers to.
getType() - Method in interface org.camunda.bpm.engine.task.IdentityLink
Returns the type of link.
getType(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.PrimitiveValue
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
 
getType() - Method in interface org.camunda.bpm.engine.variable.value.TypedValue
The type of the value.
getType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
getType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
getType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
getType() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
getType() - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionExpression
 
getType() - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationProperty
 
getType() - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
getType() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
getType() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
getType() - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
getType() - Method in interface org.camunda.bpm.model.cmmn.instance.Property
 
getType() - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
getType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
getType(Class<? extends ModelElementInstance>) - Method in interface org.camunda.bpm.model.xml.Model
Gets the defined ModelElementType of a ModelElementInstance.
getType() - Method in class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
getType() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
getType() - Method in class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
getType() - Method in interface org.camunda.spin.plugin.variable.value.JsonValue
 
getTypedValue() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Returns the TypedValue of this variable instance.
getTypedValue() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
 
getTypedValue(boolean) - Method in interface org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance
 
getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
getTypedValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getTypedValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTypedValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTypedValue() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getTypedValue() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getTypedValue() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the TypedValue of this variable instance.
getTypedValue(boolean) - Method in class org.camunda.connect.plugin.impl.ConnectorVariableStore.ConnectorParamVariable
 
getTypedValueForVariable(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getTypeForName(String) - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
getTypeForName(String, String) - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
getTypeForName(String) - Method in interface org.camunda.bpm.model.xml.Model
Gets the defined ModelElementType for a type by its name.
getTypeForName(String, String) - Method in interface org.camunda.bpm.model.xml.Model
Gets the defined ModelElementType for a type by its name and namespace URI.
getTypeLanguage() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
getTypeLanguage() - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
getTypeName() - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer.ServiceType
Returns a wildcard name that allows to query the service container for all services of the type represented by this ServiceType.
getTypeName() - Method in enum org.camunda.bpm.container.impl.spi.ServiceTypes
 
getTypeName() - Method in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
 
getTypeName() - Method in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
 
getTypeName() - Method in interface org.camunda.bpm.engine.form.FormField
 
getTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Returns the name of the type of this variable instance
getTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
Returns the type name of the variable
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CaseTaskActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.MilestoneActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessTaskActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getTypeName() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getTypeName() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the name of the type of this variable instance
getTypeName() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getTypeName() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getTypeNameForDeserialized(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
Returns the type name for the deserialized object.
getTypeNameForDeserialized(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
getTypeNameForDeserialized(Object) - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
getTypeNamespace() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
getTypeNamespace() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
getTypes() - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
getTypes() - Method in interface org.camunda.bpm.model.xml.Model
Gets the collection of all ModelElementType defined in the model.
getUnassigned() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getUniqueChildElementByNameNs(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getUniqueChildElementByNameNs(String, String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns a child element with the given name or 'null' if no such element exists
getUniqueChildElementByType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
getUniqueChildElementByType(Class<? extends ModelElementInstance>) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Returns a child element with the given type
getUniqueIdentifier(ModelElementType) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
GetUnlockedTimersByDuedateCmd - Class in org.camunda.bpm.engine.impl.jobexecutor
 
GetUnlockedTimersByDuedateCmd(Date, Page) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
 
getUnusedGenericNsPrefix() - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
getUpdatesByType(Class<? extends DbEntity>, boolean) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
getUpdateStatement(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getUpdateStatements() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
getUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
getUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
getUriInfo() - Method in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
getUriString() - Method in enum org.camunda.bpm.container.impl.jboss.extension.Namespace
Get the URI of this element.
getUriTemplate() - Method in class org.camunda.bpm.engine.rest.hal.HalRelation
 
getUrl() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
getUrl() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
getUrl() - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
getUrl() - Method in interface org.camunda.bpm.engine.task.Attachment
the remote URL in case this is remote content.
getUser() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
getUser(String) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
getUser(String) - Method in interface org.camunda.bpm.engine.rest.UserRestService
 
getUserAccount(String, String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Deprecated.
getUserAccount(String, String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
GetUserAccountCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetUserAccountCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetUserAccountCmd
 
getUserAccountNames(String) - Method in interface org.camunda.bpm.engine.IdentityService
Deprecated.
getUserAccountNames(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
getUserCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
getUserCount(UserQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
getUserCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.UserRestService
 
getUserDnPattern() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserEmailAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserFirstnameAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
 
getUserId() - Method in exception org.camunda.bpm.engine.AuthorizationException
 
getUserId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
The User who performed the operation
getUserId() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
getUserId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
getUserId() - Method in class org.camunda.bpm.engine.impl.identity.Authentication
 
getUserId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
getUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
getUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
getUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.dto.task.UserIdDto
 
getUserId() - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
getUserId() - Method in interface org.camunda.bpm.engine.task.Comment
reference to the user that made the comment
getUserId() - Method in interface org.camunda.bpm.engine.task.Event
Deprecated.
reference to the user that made the comment
getUserId() - Method in interface org.camunda.bpm.engine.task.IdentityLink
If the identity link involves a user, then this will be a non-null id of a user.
getUserId() - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
getUserIdAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserIds() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
getUserInfo(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Generic extensibility key-value pairs associated with a user
getUserInfo(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
GetUserInfoCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetUserInfoCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetUserInfoCmd
 
getUserInfoKeys(String) - Method in interface org.camunda.bpm.engine.IdentityService
Generic extensibility keys associated with a user
getUserInfoKeys(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
GetUserInfoKeysCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetUserInfoKeysCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetUserInfoKeysCmd
 
getUserLastnameAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUsername() - Method in interface org.camunda.bpm.engine.impl.identity.Account
 
getUsername() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getUserOperationLogManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getUserOperationLogRestService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getUserOperationLogRestService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getUserPasswordAttribute() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserPicture(String) - Method in interface org.camunda.bpm.engine.IdentityService
Retrieves the picture for a given user.
getUserPicture(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
GetUserPictureCmd - Class in org.camunda.bpm.engine.impl.cmd
 
GetUserPictureCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetUserPictureCmd
 
getUserProfile(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
getUserProfile(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.identity.UserResource
 
getUserRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getUserRestService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getUserRestService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getUserSearchBase() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserSearchFilter() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
getUserSearchFilter(LdapUserQueryImpl) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
getValidationConstraints() - Method in interface org.camunda.bpm.engine.form.FormField
 
getValidationConstraints() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getValidationConstraints() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getValidationHandlers() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
getValidator() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
getValidators() - Method in class org.camunda.bpm.engine.impl.form.validator.FormValidators
 
getValue() - Method in class org.camunda.bpm.container.impl.ejb.deployment.JcaExecutorServiceDelegate
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationModuleService
 
getValue() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
getValue() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getValue() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
getValue() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
getValue() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
getValue() - Method in interface org.camunda.bpm.container.impl.spi.PlatformService
 
getValue() - Method in interface org.camunda.bpm.engine.authorization.Permission
returns the unique numeric value of the permission.
getValue() - Method in enum org.camunda.bpm.engine.authorization.Permissions
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
getValue(VariableScope) - Method in interface org.camunda.bpm.engine.delegate.Expression
 
getValue() - Method in interface org.camunda.bpm.engine.form.FormField
 
getValue() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
Optional value that should be used to display in this property
getValue() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Returns the value of this variable instance.
getValue() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
 
getValue() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
getValue(int, String, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
getValue() - Method in enum org.camunda.bpm.engine.impl.core.model.CallableElement.CallableElementBinding
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ConstantValueProvider
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.MapValueProvider
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.NullValueProvider
 
getValue(VariableScope) - Method in interface org.camunda.bpm.engine.impl.core.variable.mapping.value.ParameterValueProvider
 
getValue() - Method in class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
getValue() - Method in class org.camunda.bpm.engine.impl.core.variable.value.NullValueImpl
 
getValue() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getValue(Class<T>) - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getValue() - Method in class org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
 
getValue(String, Class<T>) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
 
getValue(VariableScope) - Method in interface org.camunda.bpm.engine.impl.el.Expression
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.FixedValue
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
getValue() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
getValue() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
getValue() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
If the base object is a Java language array, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, returns the current value of the given property on this bean.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Attempts to resolve the given property object on the given base object by querying all component resolvers.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
Attempts to resolve the given property object on the given base object.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
If the base object is a list, returns the value at the given index.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, returns the value associated with the given key, as specified by the property argument.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is an instance of ResourceBundle, the provided property will first be coerced to a String.
getValue(ELContext) - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns the resulting value.
getValue(Bindings, ELContext, Class<?>) - Method in class org.camunda.bpm.engine.impl.juel.AstNode
evaluate and return the (optionally coerced) result.
getValue(Bindings, ELContext, Class<?>) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Evaluate node.
getValue(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Answer the wrapped object, coerced to the expected type.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
getValue(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Evaluates the expression as an rvalue and answers the result.
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getValue() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptValueProvider
 
getValue() - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
getValue() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
getValue() - Method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
getValue() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getValue(Map<String, Object>, String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getValue() - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
getValue() - Method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
getValue() - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
getValue() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
Returns the value of this variable instance.
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
getValue(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
getValue() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the Object or null in case the value is null.
getValue(Class<T>) - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns the object provided by this VariableValue.
getValue() - Method in interface org.camunda.bpm.engine.variable.value.PrimitiveValue
 
getValue() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns the value or null in case the value is null.
getValue() - Method in interface org.camunda.bpm.engine.variable.value.TypedValue
The actual value.
getValue(String, Class<T>) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
getValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaGenericValueElementImpl
 
getValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueImpl
 
getValue() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaGenericValueElement
 
getValue() - Method in interface org.camunda.bpm.model.bpmn.instance.CategoryValue
 
getValue() - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemTransitionStandardEvent
 
getValue() - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemTransitionStandardEvent
 
getValue(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
returns the value of the attribute.
getValue(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
returns the value of the attribute.
getValue() - Method in class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
getValue() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
getValue() - Method in class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
getValue() - Method in interface org.camunda.spin.plugin.variable.value.JsonValue
 
getValue() - Method in interface org.camunda.spin.plugin.variable.value.SpinValue
 
getValue() - Method in interface org.camunda.spin.plugin.variable.value.XmlValue
 
getValueConditions() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
getValueFromVariableInstance(boolean, CoreVariableInstance) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getValueInfo(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
getValueInfo(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
getValueInfo() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getValueInfo() - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
getValueInfo() - Method in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
getValueInfo(TypedValue) - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Get the value info for a TypedValue.
getValueInfo(TypedValue) - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
getValueProvider() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
getValueReference(ELContext) - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Returns a ValueReference for this expression instance.
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
 
getValueReference(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
getValueReference(Bindings, ELContext) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Get value reference.
getValueReference(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
getValues() - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
getValues() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaListImpl
 
getValues() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaList
 
getValueSerialized() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
getValueSerialized() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns the serialized value.
getValueSerialized() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
getValueTypeByName(String, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getValueTyped(String) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
getValueTyped(String) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
getValueTypeName(Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getValueTypeResolver() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
getVariable(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).
getVariable(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
getVariable(String) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
get a process variable
getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
 
getVariable(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
 
getVariable(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariable(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariable(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariable(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariable(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariable(String, boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariable(int) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
Get variable by index.
getVariable(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
getVariable(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariable(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariable(boolean) - Method in interface org.camunda.bpm.engine.rest.sub.history.HistoricVariableInstanceResource
 
getVariable(boolean) - Method in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
getVariable(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getVariable(boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
getVariable(boolean) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.VariableInstanceResource
 
getVariable(String, boolean) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
getVariable(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable value.
getVariable(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and search in the task scope and if available also the execution scopes.
getVariableBinary(String) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getVariableBinary(String) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
getVariableCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
getVariableDeletions() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
getVariableEntities(boolean) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
getVariableEntity(String, boolean) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
getVariableEventQueue() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getVariableExpression() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getVariableId() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getVariableInstance() - Method in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
getVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableInstance(String) - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
getVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
getVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
getVariableInstance(String) - Method in class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
getVariableInstance(String) - Method in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
 
getVariableInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
Returns the id of the corresponding variable instance.
getVariableInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getVariableInstanceId() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getVariableInstanceLocal(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableInstanceLocal(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
getVariableInstances() - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
getVariableInstances() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
getVariableInstances() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableInstances() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
getVariableInstances(UriInfo, Integer, Integer, boolean) - Method in class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
getVariableInstances(UriInfo, Integer, Integer, boolean) - Method in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
Exposes the VariableInstanceQuery interface as a REST service.
getVariableInstancesCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
getVariableInstancesCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
 
getVariableInstanceService() - Method in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
getVariableInstanceService(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
getVariableInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
getVariableInstanceService() - Method in class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
getVariableInstanceService(String) - Method in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
getVariableInstancesForTasks(HalTaskList) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getVariableInstancesForTasks(HalTask...) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getVariableInstancesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableInstancesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableInstancesValues() - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
getVariableInstancesValues() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
getVariableInstancesValues() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
getVariableInstancesWithoutInitialization() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
getVariableListenerInstance() - Method in class org.camunda.bpm.engine.impl.variable.listener.ClassDelegateCaseVariableListener
 
getVariableListeners(String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
Returns a map of all variable listeners defined on this activity or any of its parents activities.
getVariableListeners() - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getVariableListenersLocal(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
getVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.CaseService
The variable value for an case execution.
getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
getVariableLocal(String) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
get a local process variable
getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
getVariableLocal(String) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
getVariableLocal(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableLocal(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableLocal(String, boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable value for an execution.
getVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and only search in the task scope.
getVariableLocalCache() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
getVariableLocalDeletions() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
getVariableLocalName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getVariableLocalTyped(String, String) - Method in interface org.camunda.bpm.engine.CaseService
The variable value for an case execution.
getVariableLocalTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.CaseService
The variable value for an case execution.
getVariableLocalTyped(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
getVariableLocalTyped(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableLocalTyped(String, boolean) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableLocalTyped(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariableLocalTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariableLocalTyped(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableLocalTyped(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableLocalTyped(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariableLocalTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariableLocalTyped(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableLocalTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableLocalTyped(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Returns a TypedValue for the variable.
getVariableLocalTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
Returns a TypedValue for the variable.
getVariableLocalTyped(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and only search in the task scope.
getVariableLocalTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and only search in the task scope.
getVariableLocalTypedName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getVariableMapper() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
getVariableMapper() - Method in class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
getVariableMapper() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Retrieves the VariableMapper associated with this ELContext.
getVariableMapper() - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Get our variable mapper.
getVariableName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getVariableName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Deprecated.
getVariableName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
 
getVariableName() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
getVariableName() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getVariableName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
getVariableName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getVariableName() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getVariableName() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getVariableName(Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
getVariableNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
getVariableNameLike() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getVariableNames() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableNames() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableNames() - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
getVariableNames() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
getVariableNames() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableNames() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
getVariableNames() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getVariableNamesLocal() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableNamesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableNamesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariables(String) - Method in interface org.camunda.bpm.engine.CaseService
All variables visible from the given execution scope (including parent scopes).
getVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.CaseService
The variable values for all given variableNames, takes all variables into account which are visible from the given case execution scope (including parent scopes).
getVariables() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariables() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
getVariables() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getVariables() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
getVariables() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
getVariables(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariables(List<CallableElementParameter>, VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getVariables() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariables() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariables() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
getVariables() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
getVariables(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariables() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
getVariables(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionTriggerDto
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
getVariables() - Method in class org.camunda.bpm.engine.rest.dto.task.CompleteTaskDto
 
getVariables(boolean) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
getVariables() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
getVariables() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
getVariables(boolean) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
getVariables(String) - Method in interface org.camunda.bpm.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
getVariables(String) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search in the task scope and if available also the execution scopes.
getVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.TaskService
Get values for all given variableNames
getVariableScope() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
getVariableScope() - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorContext
 
getVariableScope() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getVariableScopeId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
getVariableScopeIds() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
getVariableScopeIds(HalTask...) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getVariableScopeKey() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableScopeKey() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
getVariableScopeKey() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableScopeKey() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableScopeKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getVariableScopeKey() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
getVariableScopeKey() - Method in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
getVariableSerializers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getVariablesLocal(String) - Method in interface org.camunda.bpm.engine.CaseService
All variable values that are defined in the case execution scope, without taking outer scopes into account.
getVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.CaseService
The variable values for the given variableNames only taking the given case execution scope into account, not looking in outer scopes.
getVariablesLocal() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariablesLocal() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
getVariablesLocal() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
getVariablesLocal(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariablesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariablesLocal(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesLocal(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesLocal() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
getVariablesLocal() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
getVariablesLocal(String) - Method in interface org.camunda.bpm.engine.RuntimeService
All variable values that are defined in the execution scope, without taking outer scopes into account.
getVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
getVariablesLocal(String) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search only in the task scope.
getVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.TaskService
Get a variable on a task
getVariablesLocalTyped(String) - Method in interface org.camunda.bpm.engine.CaseService
All variable values that are defined in the case execution scope, without taking outer scopes into account.
getVariablesLocalTyped(String, boolean) - Method in interface org.camunda.bpm.engine.CaseService
All variable values that are defined in the case execution scope, without taking outer scopes into account.
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.CaseService
The variable values for the given variableNames only taking the given case execution scope into account, not looking in outer scopes.
getVariablesLocalTyped() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariablesLocalTyped(boolean) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariablesLocalTyped(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesLocalTyped() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariablesLocalTyped(boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariablesLocalTyped() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariablesLocalTyped(boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariablesLocalTyped(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesLocalTyped(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesLocalTyped(String) - Method in interface org.camunda.bpm.engine.RuntimeService
All variable values that are defined in the execution scope, without taking outer scopes into account.
getVariablesLocalTyped(String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
All variable values that are defined in the execution scope, without taking outer scopes into account.
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable values for the given variableNames only taking the given execution scope into account, not looking in outer scopes.
getVariablesLocalTyped(String) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search only in the task scope.
getVariablesLocalTyped(String, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search only in the task scope.
getVariablesLocalTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get values for all given variableName.
getVariablesResource() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseInstanceResource
 
getVariablesResource() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
getVariablesResource() - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
getVariablesResource() - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
getVariableStore() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
getVariableStore() - Method in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
getVariablesTyped(String) - Method in interface org.camunda.bpm.engine.CaseService
All variables visible from the given execution scope (including parent scopes).
getVariablesTyped(String, boolean) - Method in interface org.camunda.bpm.engine.CaseService
All variables visible from the given execution scope (including parent scopes).
getVariablesTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.CaseService
The variable values for all given variableNames, takes all variables into account which are visible from the given case execution scope (including parent scopes).
getVariablesTyped() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariablesTyped(boolean) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariablesTyped(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariablesTyped() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariablesTyped(boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariablesTyped(boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariablesTyped() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariablesTyped(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariablesTyped(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesTyped(String, Collection<String>, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariablesTyped(String) - Method in interface org.camunda.bpm.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariablesTyped(String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
All variables visible from the given execution scope (including parent scopes).
getVariablesTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
The variable values for all given variableNames, takes all variables into account which are visible from the given execution scope (including parent scopes).
getVariablesTyped(String) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search in the task scope and if available also the execution scopes.
getVariablesTyped(String, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get all variables and search in the task scope and if available also the execution scopes.
getVariablesTyped(String, Collection<String>, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get values for all given variableName
getVariableType() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
getVariableTyped(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).
getVariableTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.CaseService
Searching for the variable is done in all scopes that are visible to the given case execution (including parent scopes).
getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
 
getVariableTyped(String) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
 
getVariableTyped(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableTyped(String, boolean) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
getVariableTyped(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariableTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
getVariableTyped(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
getVariableTyped(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
getVariableTyped(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariableTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
getVariableTyped(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableTyped(String, String, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableTyped(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
getVariableTyped(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Returns a TypedValue for the variable.
getVariableTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
Returns a TypedValue for the variable.
getVariableTyped(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and search in the task scope and if available also the execution scopes.
getVariableTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.TaskService
Get a variables and search in the task scope and if available also the execution scopes.
getVariableTypedName(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
getVariableTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
Deprecated.
getVariableTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
Deprecated.
getVariableTypeName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
getVariableTypeName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
getVariableValue() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
 
getVariableValuesForTask(HalTask, Map<String, List<VariableInstance>>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
getVersion() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
getVersion(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
getVersion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
getVersion() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
getVersion() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
getVersion(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
 
getVersion(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
getVersion(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
getVersion(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
getVersion() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
getVersion() - Method in interface org.camunda.bpm.engine.repository.CaseDefinition
version of this case definition
getVersion() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
version of this process definition
getVersion() - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
getVersion() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
getVersion() - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
getVersion() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
getVersionForNewProcessDefinition(DeploymentEntity, ProcessDefinitionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
per default we increment the latest process definition by one - but you might want to hook in some own logic here, e.g.
getVersionValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
getViolatedPermissionName() - Method in exception org.camunda.bpm.engine.AuthorizationException
 
getVirtualFileForUrl(URL) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 
getWaitIncreaseFactor() - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
getWaitIncreaseFactor() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
getWaitTimeInMillis() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
getWaitTimeInMillis() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
getWaitTimeInMillis() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
getWaitTimeInMs() - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
getWaypoints() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
getWaypoints() - Method in class org.camunda.bpm.engine.repository.DiagramEdge
 
getWaypoints() - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
 
getWaypoints() - Method in interface org.camunda.bpm.model.bpmn.instance.di.Edge
 
getWebResourceAsStream(String, String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
getWebResourceContents(String) - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
Returns the string contents of a web resource with the given name.
getWhileExecutingInput() - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
getWhileExecutingInput() - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
getWhileExecutingOutputRefs() - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
getWhileExecutingOutputRefs() - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
getWidth() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getWidth() - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
getWidth() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getWidth() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getWidth() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
getWidth() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
getWidth() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
getWorkManager() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
getWorkManager() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
getWrappedResolver() - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
getWritableIdentityProvider() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
getWriteMethod() - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
 
getWriter() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder.HtmlWriteContext
 
getWsSyncFactoryClassName() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
getX() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getX() - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
getX() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getX() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getX() - Method in class org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
 
getX() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
getX() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
getX() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
getX() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
getX() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Point
 
getXAResource() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
getXAResources(ActivationSpec[]) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
getY() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
getY() - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
getY() - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
getY() - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
getY() - Method in class org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
 
getY() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
getY() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
getY() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
getY() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
getY() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Point
 
GlobalConversation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN globalConversation element
GlobalConversationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN globalConversation element
GlobalConversationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.GlobalConversationImpl
 
granted(Authentication) - Static method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
grantedUnlessNull(Authentication) - Static method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
GREATER_THAN_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
GREATER_THAN_OR_EQUALS_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
GROOVY_SCRIPTING_LANGUAGE - Static variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
GROUP - Static variable in class org.camunda.bpm.engine.EntityTypes
 
Group - Interface in org.camunda.bpm.engine.identity
Represents a group, used in IdentityService.
group - Variable in class org.camunda.bpm.engine.impl.cmd.SaveGroupCmd
 
group - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
group - Variable in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
GROUP_ID - Static variable in interface org.camunda.bpm.engine.impl.GroupQueryProperty
 
GROUP_MEMBERSHIP - Static variable in class org.camunda.bpm.engine.EntityTypes
 
GROUP_PREFIX - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
GROUP_TYPE_SYSTEM - Static variable in interface org.camunda.bpm.engine.authorization.Groups
 
GROUP_TYPE_WORKFLOW - Static variable in interface org.camunda.bpm.engine.authorization.Groups
 
GroupDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
GroupDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
GroupDto - Class in org.camunda.bpm.engine.rest.dto.task
 
GroupDto(String, String) - Constructor for class org.camunda.bpm.engine.rest.dto.task.GroupDto
 
GroupEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
GroupEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
GroupEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
groupId(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select Groups with the given id.
groupId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
groupId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
groupId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateGroupCmd
 
groupId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
groupId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
groupId(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
groupId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
groupId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
groupId - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
groupId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
groupId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
groupId - Variable in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
groupId - Variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
groupIdAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
groupIdIn(String...) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given group ids
groupIdIn(String...) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select Groups with the given ids
groupIdIn(String...) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
groupIdIn(String...) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
groupIdIn - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
groupIds - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
groupIds - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
groupIds - Variable in class org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
 
GroupInfoDto - Class in org.camunda.bpm.engine.rest.dto.task
 
GroupInfoDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.GroupInfoDto
 
GroupInfoDto(List<GroupDto>, Set<UserDto>) - Constructor for class org.camunda.bpm.engine.rest.dto.task.GroupInfoDto
 
groupMember(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only selects Groups where the given user is a member of.
groupMember(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
groupMemberAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
groupMembershipCreated(String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
groupMembershipCreated(String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a user is added to a group
GroupMembersResource - Interface in org.camunda.bpm.engine.rest.sub.identity
 
GroupMembersResourceImpl - Class in org.camunda.bpm.engine.rest.sub.identity.impl
 
GroupMembersResourceImpl(String, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.identity.impl.GroupMembersResourceImpl
 
groupName(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select Groups with the given name.
groupName(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
groupNameAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
groupNameLike(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select Groups where the name matches the given parameter.
groupNameLike(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
GroupQuery - Interface in org.camunda.bpm.engine.identity
Allows to programmatically query for Groups.
GroupQueryDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
GroupQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
GroupQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
GroupQueryImpl - Class in org.camunda.bpm.engine.impl
 
GroupQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.GroupQueryImpl
 
GroupQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.GroupQueryImpl
 
GroupQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used by the GroupQuery.
GroupResource - Interface in org.camunda.bpm.engine.rest.sub.identity
 
GroupResourceImpl - Class in org.camunda.bpm.engine.rest.sub.identity.impl
 
GroupResourceImpl(String, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
GroupRestService - Interface in org.camunda.bpm.engine.rest
 
GroupRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
GroupRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
Groups - Interface in org.camunda.bpm.engine.authorization
Holds the set of built-in user identities for camunda BPM.
groupSearchBase - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
groupSearchFilter - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
groupType(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select Groups which have the given type.
groupType(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
groupTypeAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
GT - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
gt(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
GT - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '>'.

H

H2 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
Hal - Class in org.camunda.bpm.engine.rest.hal
 
Hal() - Constructor for class org.camunda.bpm.engine.rest.hal.Hal
 
hal - Variable in class org.camunda.bpm.engine.rest.hal.HalLinker
 
HalCachingLinkResolver - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalCachingLinkResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
HalCaseDefinition - Class in org.camunda.bpm.engine.rest.hal.caseDefinition
 
HalCaseDefinition() - Constructor for class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
HalCaseDefinitionResolver - Class in org.camunda.bpm.engine.rest.hal.caseDefinition
 
HalCaseDefinitionResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinitionResolver
 
HalCollectionResource<T extends HalCollectionResource<?>> - Class in org.camunda.bpm.engine.rest.hal
 
HalCollectionResource() - Constructor for class org.camunda.bpm.engine.rest.hal.HalCollectionResource
 
HalGroup - Class in org.camunda.bpm.engine.rest.hal.group
 
HalGroup() - Constructor for class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
HalGroupResolver - Class in org.camunda.bpm.engine.rest.hal.group
 
HalGroupResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.group.HalGroupResolver
 
HalIdentityLink - Class in org.camunda.bpm.engine.rest.hal.identitylink
 
HalIdentityLink() - Constructor for class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
HalIdentityLinkResolver - Class in org.camunda.bpm.engine.rest.hal.identitylink
 
HalIdentityLinkResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
HalIdResource - Interface in org.camunda.bpm.engine.rest.hal
 
HalIdResourceCacheLinkResolver - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalIdResourceCacheLinkResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver
 
HalIdResourceCacheLinkResolver.HalIdResourceComparator - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalIdResourceCacheLinkResolver.HalIdResourceComparator() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver.HalIdResourceComparator
 
HalLink - Class in org.camunda.bpm.engine.rest.hal
Partial implementation of the HAL link object as defined in json-hal-06#section-5
HalLink(String) - Constructor for class org.camunda.bpm.engine.rest.hal.HalLink
 
HalLinker - Class in org.camunda.bpm.engine.rest.hal
A stateful linker which collects information about the links it creates.
HalLinker(Hal, HalResource<?>) - Constructor for class org.camunda.bpm.engine.rest.hal.HalLinker
 
HalLinkResolver - Interface in org.camunda.bpm.engine.rest.hal
A link resolver is capable of resolving a set of resources by Id.
halLinkResolvers - Variable in class org.camunda.bpm.engine.rest.hal.Hal
 
HalProcessDefinition - Class in org.camunda.bpm.engine.rest.hal.processDefinition
 
HalProcessDefinition() - Constructor for class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
HalProcessDefinitionResolver - Class in org.camunda.bpm.engine.rest.hal.processDefinition
 
HalProcessDefinitionResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinitionResolver
 
HalRelation - Class in org.camunda.bpm.engine.rest.hal
 
HalRelation() - Constructor for class org.camunda.bpm.engine.rest.hal.HalRelation
 
HalRelationCacheBootstrap - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalRelationCacheBootstrap() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
HalRelationCacheConfiguration - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalRelationCacheConfiguration() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
HalRelationCacheConfiguration(String) - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
HalRelationCacheConfigurationException - Exception in org.camunda.bpm.engine.rest.hal.cache
 
HalRelationCacheConfigurationException(String) - Constructor for exception org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfigurationException
 
HalRelationCacheConfigurationException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfigurationException
 
halRelationCaches - Variable in class org.camunda.bpm.engine.rest.hal.Hal
 
HalResource<T extends HalResource<?>> - Class in org.camunda.bpm.engine.rest.hal
Base class for implementing a HAL resource as defined in json-hal-06#section-4
HalResource() - Constructor for class org.camunda.bpm.engine.rest.hal.HalResource
 
HalResourceCacheEntry - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalResourceCacheEntry(String, Object) - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
HalResourceCacheEntryComparator - Class in org.camunda.bpm.engine.rest.hal.cache
 
HalResourceCacheEntryComparator() - Constructor for class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
 
HalTask - Class in org.camunda.bpm.engine.rest.hal.task
 
HalTask() - Constructor for class org.camunda.bpm.engine.rest.hal.task.HalTask
 
HalTaskList - Class in org.camunda.bpm.engine.rest.hal.task
 
HalTaskList() - Constructor for class org.camunda.bpm.engine.rest.hal.task.HalTaskList
 
HalUser - Class in org.camunda.bpm.engine.rest.hal.user
 
HalUser() - Constructor for class org.camunda.bpm.engine.rest.hal.user.HalUser
 
HalUserList - Class in org.camunda.bpm.engine.rest.hal.user
 
HalUserList() - Constructor for class org.camunda.bpm.engine.rest.hal.user.HalUserList
 
HalUserResolver - Class in org.camunda.bpm.engine.rest.hal.user
 
HalUserResolver() - Constructor for class org.camunda.bpm.engine.rest.hal.user.HalUserResolver
 
HalVariableValue - Class in org.camunda.bpm.engine.rest.hal
 
HalVariableValue() - Constructor for class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
handleArchive(File, String, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
handleChildCompletion(CmmnActivityExecution, CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnCompositeActivityBehavior
 
handleChildCompletion(CmmnActivityExecution, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
handleChildDisabled(CmmnActivityExecution, CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnCompositeActivityBehavior
 
handleChildDisabled(CmmnActivityExecution, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
handleChildRemovalInScope(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
 
handleChildSuspension(CmmnActivityExecution, CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnCompositeActivityBehavior
 
handleChildSuspension(CmmnActivityExecution, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
handleChildTermination(CmmnActivityExecution, CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnCompositeActivityBehavior
 
handleChildTermination(CmmnActivityExecution, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
handleChildTransition(CmmnExecution, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
handleDirectory(File, String, String, String, boolean, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
handleElement(Case, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseHandler
 
handleElement(T, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnElementHandler
 
handleElement(CmmnElement, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
handleElement(CmmnElement, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
handleElement(Sentry, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
handleElement(T, V) - Method in interface org.camunda.bpm.engine.impl.core.handler.ModelElementHandler
This method handles a element to create a new element.
handleEvent(EventSubscriptionEntity, Object, CommandContext) - Method in class org.camunda.bpm.engine.impl.event.AbstractEventHandler
 
handleEvent(EventSubscriptionEntity, Object, CommandContext) - Method in class org.camunda.bpm.engine.impl.event.CompensationEventHandler
 
handleEvent(EventSubscriptionEntity, Object, CommandContext) - Method in interface org.camunda.bpm.engine.impl.event.EventHandler
 
handleEvent(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
 
handleEvent(HistoryEvent) - Method in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
Called by the process engine when an history event is fired.
handleEvent(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
handleEvents(List<HistoryEvent>) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
 
handleEvents(List<HistoryEvent>) - Method in interface org.camunda.bpm.engine.impl.history.handler.HistoryEventHandler
Called by the process engine when an history event is fired.
handleIncident(String, String, String, String, String) - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
handleIncident(String, String, String, String, String) - Method in interface org.camunda.bpm.engine.impl.incident.IncidentHandler
Handle an incident that arose in the context of an execution.
handleInvocation(DelegateInvocation) - Method in class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
 
handleInvocation(DelegateInvocation) - Method in interface org.camunda.bpm.engine.impl.interceptor.DelegateInterceptor
 
handleOptimisticLockingException(DbOperation) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
handlerActivityId - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
HandlerContext - Interface in org.camunda.bpm.engine.impl.core.handler
An implementation of this context should contain necessary information to be accessed by a ModelElementHandler.
handlerRegistry - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
handleSubmit(VariableScope, VariableMap, VariableMap) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
handleTransactions - Variable in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
handleTransactions - Variable in class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
has(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Determine if the JSONObject contains a specific key.
HAS_ERROR_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
hasAlternativeUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
If a namespace has changed over time it could feel responsible for handling the older one.
hasAnySuffix(String, String[]) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
 
hasAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
hasAttribute(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
hasAttribute(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Checks if this element has a attribute under the namespace of this element.
hasAttribute(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Checks if this element has a attribute with the given namespace.
hasAttributeName(String) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasAttributes() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasAttributes(String...) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasAuthenticationForProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Allows checking whether a user is currently authenticated for a given process engine name.
hasChildElements() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasChildElements(ModelElementType...) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasChildren() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
hasChildren() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
HasDbReferences - Interface in org.camunda.bpm.engine.impl.db
 
HasDbRevision - Interface in org.camunda.bpm.engine.impl.db
Entities that are using revisions for optimistic locking, need to implement this interface.
hasDefaultValue(Object) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
HasDIBounds - Interface in org.camunda.bpm.engine.impl.pvm.process
Marks implementing class as having DI-information bounded by a rectangle at a certain location.
hasErrors() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
hashCode() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
hashCode() - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
hashCode() - Method in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
hashCode() - Method in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
hashCode() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
hashCode() - Method in class org.camunda.bpm.engine.impl.history.AbstractHistoryLevel
 
hashCode() - Method in class org.camunda.bpm.engine.impl.javax.el.Expression
Returns the hash code for this Expression.
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.Bindings
 
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.Builder
 
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
 
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
 
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
hashCode() - Method in class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
hashCode() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
hashCode() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
hashCode() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
 
hashCode() - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
 
hashCode() - Method in class org.camunda.bpm.engine.rest.dto.task.UserDto
 
hashCode() - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
hashCode() - Method in class org.camunda.bpm.model.xml.impl.util.QName
 
hashCode() - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
hasIdentifier(ModelElementInstance, String) - Method in class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
 
hasIncomingReferences() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasIncomingReferences(Reference<?>...) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasInstanceType(Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasLocalNamespace() - Method in class org.camunda.bpm.model.xml.impl.util.XmlQName
 
hasMessageEventSubscriptions - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
hasNamespaceUri(String) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasNoAttributes() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasNoChildElements() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasNoDefaultValue() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasNoIncomingReferences() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasNoNamespaceUri() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasNoOutgoingReferences() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasNoTargetElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
 
hasNoValue(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasOutgoingReferences() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasOutgoingReferences(Reference<?>...) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasOwningElementType(ModelElementType) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasParentElementType(ModelElementType) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
hasPermission(Permission) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations which grant the permissions represented by the parameter.
hasPermission(Permission) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
hasProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
hasRelationConditions() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
hasReplacedParent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
hasSize(ModelElementInstance, int) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
hasSourceAttribute(Attribute<?>) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeReferenceAssert
 
hasStartFormKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
hasStartFormKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
hasStartFormKey() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
Does this process definition has a start form key.
hasSuffix(String, String[]) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
hasTargetAttribute(Attribute<?>) - Method in class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
 
hasTargetElement(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
 
hasTypeName(String) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasTypeNamespace(String) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
hasValue(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasValue(ModelElementInstance, Object) - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
hasVariable(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
hasVariable(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
hasVariable(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
hasVariable(String) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
hasVariableLocal(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
hasVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
hasVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
hasVariables() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
hasVariables() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
hasVariables() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
hasVariablesLocal() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
hasVariablesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
hasVariablesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
hasWarnings() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
hasWebResource(String) - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
Returns true if the given web resource exists.
headers - Variable in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
height - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
height - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
height - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
heightAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
HELP_BLOCK_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
HIGHLIGHT_COLOR - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
hintJobExecutor(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
hintJobExecutor - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
The flag will be used inside the method "JobManager#send()".
HISTORIC_ACTIVITY_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
HISTORIC_CASE_ACTIVITY_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
 
HISTORIC_TASK_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
HistoricActivityInstance - Interface in org.camunda.bpm.engine.history
Represents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.
HistoricActivityInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricActivityInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceDto
 
HistoricActivityInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricActivityInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceEntity
 
HistoricActivityInstanceEventEntity - Class in org.camunda.bpm.engine.impl.history.event
HistoryEvent implementation for events that happen in an activity.
HistoricActivityInstanceEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
HistoricActivityInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricActivityInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
HistoricActivityInstanceQuery - Interface in org.camunda.bpm.engine.history
Programmatic querying for HistoricActivityInstances.
HistoricActivityInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricActivityInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
HistoricActivityInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
HistoricActivityInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricActivityInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
HistoricActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
HistoricActivityInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricActivityInstanceQuery.
HistoricActivityInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricActivityInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricActivityInstanceResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricActivityInstanceResourceImpl
 
HistoricActivityInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricActivityInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricActivityInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
HistoricActivityStatistics - Interface in org.camunda.bpm.engine.history
 
HistoricActivityStatisticsDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricActivityStatisticsDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
HistoricActivityStatisticsImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricActivityStatisticsImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
HistoricActivityStatisticsQuery - Interface in org.camunda.bpm.engine.history
 
HistoricActivityStatisticsQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricActivityStatisticsQueryImpl(String, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
HistoricActivityStatisticsQueryProperty - Interface in org.camunda.bpm.engine.impl
 
HistoricActivityStatisticsRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricActivityStatisticsRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricActivityStatisticsRestServiceImpl(ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricActivityStatisticsRestServiceImpl
 
HistoricCaseActivityInstance - Interface in org.camunda.bpm.engine.history
Represents one execution of a case activity which is stored permanent for statistics, audit and other business intelligence purposes.
HistoricCaseActivityInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricCaseActivityInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceDto
 
HistoricCaseActivityInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricCaseActivityInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceEntity
 
HistoricCaseActivityInstanceEventEntity - Class in org.camunda.bpm.engine.impl.history.event
HistoryEvent implementation for events that happen in a case activity.
HistoricCaseActivityInstanceEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
HistoricCaseActivityInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricCaseActivityInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
HistoricCaseActivityInstanceQuery - Interface in org.camunda.bpm.engine.history
Programmatic querying for HistoricCaseActivityInstances.
HistoricCaseActivityInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricCaseActivityInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
HistoricCaseActivityInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
HistoricCaseActivityInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricCaseActivityInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
HistoricCaseActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
HistoricCaseActivityInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricCaseActivityInstanceQuery.
HistoricCaseActivityInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricCaseActivityInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricCaseActivityInstanceResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricCaseActivityInstanceResourceImpl
 
HistoricCaseActivityInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricCaseActivityInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricCaseActivityInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
HistoricCaseInstance - Interface in org.camunda.bpm.engine.history
A single execution of a case definition that is stored permanently.
HistoricCaseInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricCaseInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
HistoricCaseInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricCaseInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceEntity
 
HistoricCaseInstanceEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricCaseInstanceEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
HistoricCaseInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricCaseInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
 
HistoricCaseInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows programmatic querying of HistoricCaseInstances.
HistoricCaseInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricCaseInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
HistoricCaseInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
HistoricCaseInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricCaseInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
HistoricCaseInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
HistoricCaseInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricCaseInstanceQueryProperty.
HistoricCaseInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricCaseInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricCaseInstanceResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricCaseInstanceResourceImpl
 
HistoricCaseInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricCaseInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricCaseInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
historicDataService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
historicDataService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
Deprecated.
HistoricDetail - Interface in org.camunda.bpm.engine.history
Base class for all kinds of information that is related to either a HistoricProcessInstance or a HistoricActivityInstance.
historicDetail(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricDetailRestService
 
historicDetail(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
HistoricDetailDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricDetailDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
HistoricDetailEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricDetailEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
HistoricDetailManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricDetailManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
 
HistoricDetailQuery - Interface in org.camunda.bpm.engine.history
Programmatic querying for HistoricDetails.
HistoricDetailQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricDetailQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
HistoricDetailQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
HistoricDetailQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricDetailQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
HistoricDetailQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
HistoricDetailQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricDetailQuery.
HistoricDetailResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricDetailResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricDetailResourceImpl(String, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricDetailResourceImpl
 
HistoricDetailRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricDetailRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricDetailRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
HistoricDetailVariableInstanceUpdateEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricDetailVariableInstanceUpdateEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
HistoricFormField - Interface in org.camunda.bpm.engine.history
Historic form fields
HistoricFormFieldDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricFormFieldDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricFormFieldDto
 
HistoricFormProperty - Interface in org.camunda.bpm.engine.history
Deprecated.
HistoricFormPropertyEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricFormPropertyEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricFormPropertyEntity
 
HistoricFormPropertyEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricFormPropertyEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
HistoricIncident - Interface in org.camunda.bpm.engine.history
Represents a historic incident that is stored permanently.
HistoricIncidentDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricIncidentDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
HistoricIncidentEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricIncidentEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentEntity
 
HistoricIncidentEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricIncidentEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
HistoricIncidentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricIncidentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
 
HistoricIncidentQuery - Interface in org.camunda.bpm.engine.history
 
HistoricIncidentQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricIncidentQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
HistoricIncidentQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
HistoricIncidentQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricIncidentQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
HistoricIncidentQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
HistoricIncidentQueryProperty - Interface in org.camunda.bpm.engine.impl
 
HistoricIncidentRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricIncidentRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricIncidentRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
 
HistoricJobLog - Interface in org.camunda.bpm.engine.history
The HistoricJobLog is used to have a log containing information about job execution.
HistoricJobLogDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricJobLogDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
HistoricJobLogEvent - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricJobLogEvent() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
HistoricJobLogEventEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricJobLogEventEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogEventEntity
 
historicJobLogId - Variable in class org.camunda.bpm.engine.impl.cmd.GetHistoricJobLogExceptionStacktraceCmd
 
HistoricJobLogManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricJobLogManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
HistoricJobLogQuery - Interface in org.camunda.bpm.engine.history
 
HistoricJobLogQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricJobLogQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
HistoricJobLogQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
HistoricJobLogQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricJobLogQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
HistoricJobLogQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
HistoricJobLogQueryProperty - Interface in org.camunda.bpm.engine.impl
 
HistoricJobLogResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricJobLogResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricJobLogResourceImpl(String, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricJobLogResourceImpl
 
HistoricJobLogRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricJobLogRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricJobLogRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
HistoricProcessInstance - Interface in org.camunda.bpm.engine.history
A single execution of a whole process definition that is stored permanently.
HistoricProcessInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricProcessInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceDto
 
HistoricProcessInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricProcessInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceEntity
 
HistoricProcessInstanceEventEntity - Class in org.camunda.bpm.engine.impl.history.event
HistoryEvent signifying a top-level event in a process instance.
HistoricProcessInstanceEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
HistoricProcessInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricProcessInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
 
HistoricProcessInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows programmatic querying of HistoricProcessInstances.
HistoricProcessInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricProcessInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
HistoricProcessInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
HistoricProcessInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricProcessInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
HistoricProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
HistoricProcessInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricProcessInstanceQueryProperty.
HistoricProcessInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricProcessInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricProcessInstanceResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricProcessInstanceResourceImpl
 
HistoricProcessInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricProcessInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricProcessInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
HistoricScopeInstanceEvent - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricScopeInstanceEvent() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
HistoricStatisticsManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricStatisticsManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricStatisticsManager
 
HistoricTaskInstance - Interface in org.camunda.bpm.engine.history
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.
HistoricTaskInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricTaskInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
HistoricTaskInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricTaskInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceEntity
 
HistoricTaskInstanceEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricTaskInstanceEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
HistoricTaskInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricTaskInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
HistoricTaskInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows programmatic querying for HistoricTaskInstances.
HistoricTaskInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricTaskInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
HistoricTaskInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
HistoricTaskInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricTaskInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
HistoricTaskInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
HistoricTaskInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
 
HistoricTaskInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricTaskInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricTaskInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
HistoricVariableInstance - Interface in org.camunda.bpm.engine.history
A single process variable containing the last value when its process instance has finished.
HistoricVariableInstanceDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricVariableInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceDto
 
HistoricVariableInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricVariableInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
HistoricVariableInstanceEntity(HistoricVariableUpdateEventEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
HistoricVariableInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
HistoricVariableInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
 
HistoricVariableInstanceQuery - Interface in org.camunda.bpm.engine.history
Programmatic querying for HistoricVariableInstances.
HistoricVariableInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricVariableInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
HistoricVariableInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
HistoricVariableInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
HistoricVariableInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
HistoricVariableInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
HistoricVariableInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties which can be used in a HistoricVariableInstanceQuery.
HistoricVariableInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.history
 
HistoricVariableInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.history.impl
 
HistoricVariableInstanceResourceImpl(String, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
HistoricVariableInstanceRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoricVariableInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoricVariableInstanceRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
HistoricVariableUpdate - Interface in org.camunda.bpm.engine.history
Update of a process variable.
HistoricVariableUpdateDto - Class in org.camunda.bpm.engine.rest.dto.history
 
HistoricVariableUpdateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
HistoricVariableUpdateEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
HistoricVariableUpdateEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
history - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
HISTORY_ACTIVITY - Static variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
Value for ProcessEngineConfiguration.setHistory(String) to ensure that only historic process instances and historic activity instances are being recorded.
HISTORY_AUDIT - Static variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
Value for ProcessEngineConfiguration.setHistory(String) to ensure that only historic process instances, historic activity instances and submitted form property values are being recorded.
HISTORY_FULL - Static variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
Value for ProcessEngineConfiguration.setHistory(String) to ensure that all historic information is being recorded, including the variable updates.
HISTORY_LEVEL - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
HISTORY_LEVEL_ACTIVITY - Static variable in interface org.camunda.bpm.engine.impl.history.HistoryLevel
 
HISTORY_LEVEL_AUDIT - Static variable in interface org.camunda.bpm.engine.impl.history.HistoryLevel
 
HISTORY_LEVEL_FULL - Static variable in interface org.camunda.bpm.engine.impl.history.HistoryLevel
 
HISTORY_LEVEL_NONE - Static variable in interface org.camunda.bpm.engine.impl.history.HistoryLevel
 
HISTORY_NONE - Static variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
Value for ProcessEngineConfiguration.setHistory(String) to ensure that no history is being recorded.
HISTORY_VARIABLE - Static variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
Deprecated.
HistoryCaseExecutionListener - Class in org.camunda.bpm.engine.impl.history.transformer
 
HistoryCaseExecutionListener(CmmnHistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
 
historyEnabled - Variable in class org.camunda.bpm.cockpit.db.QueryParameters
 
HistoryEvent - Class in org.camunda.bpm.engine.impl.history.event
The base class for all history events.
HistoryEvent() - Constructor for class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
historyEventHandler - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HistoryEventHandler - Interface in org.camunda.bpm.engine.impl.history.handler
The interface for implementing an history event handler.
historyEventProducer - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HistoryEventProducer - Interface in org.camunda.bpm.engine.impl.history.producer
The producer for history events.
HistoryEventType - Interface in org.camunda.bpm.engine.impl.history.event
An history event type.
HistoryEventTypes - Enum in org.camunda.bpm.engine.impl.history.event
The set of built-in history event types.
HistoryExecutionListener - Class in org.camunda.bpm.engine.impl.history.parser
An ExecutionListener implementation that delegates to a HistoryEventProducer.
HistoryExecutionListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HistoryLevel - Interface in org.camunda.bpm.engine.impl.history
The history level controls what kind of data is logged to the history database.
historyLevel - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
historyLevel - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
HISTORYLEVEL_ACTIVITY - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HISTORYLEVEL_AUDIT - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HISTORYLEVEL_FULL - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HISTORYLEVEL_NONE - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
HistoryLevelActivity - Class in org.camunda.bpm.engine.impl.history
 
HistoryLevelActivity() - Constructor for class org.camunda.bpm.engine.impl.history.HistoryLevelActivity
 
HistoryLevelAudit - Class in org.camunda.bpm.engine.impl.history
 
HistoryLevelAudit() - Constructor for class org.camunda.bpm.engine.impl.history.HistoryLevelAudit
 
HistoryLevelFull - Class in org.camunda.bpm.engine.impl.history
 
HistoryLevelFull() - Constructor for class org.camunda.bpm.engine.impl.history.HistoryLevelFull
 
HistoryLevelNone - Class in org.camunda.bpm.engine.impl.history
 
HistoryLevelNone() - Constructor for class org.camunda.bpm.engine.impl.history.HistoryLevelNone
 
historyLevels - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
a list of supported history levels
HistoryParseListener - Class in org.camunda.bpm.engine.impl.history.parser
This class is responsible for wiring history as execution listeners into process execution.
HistoryParseListener(HistoryLevel, HistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
HistoryRestService - Interface in org.camunda.bpm.engine.rest.history
 
HistoryRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
HistoryRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.history.HistoryRestServiceImpl
 
historyService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
historyService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
HistoryService - Interface in org.camunda.bpm.engine
Service exposing information about ongoing and past process instances.
historyService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
historyService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
historyService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
historyService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
HistoryServiceImpl - Class in org.camunda.bpm.engine.impl
 
HistoryServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.HistoryServiceImpl
 
HistoryTaskListener - Class in org.camunda.bpm.engine.impl.history.parser
A TaskListener implementation that delegates to a HistoryEventProducer.
HistoryTaskListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
 
HOUR - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
hours - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
href - Variable in class org.camunda.bpm.engine.rest.hal.HalLink
 
html - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
HtmlDocumentBuilder - Class in org.camunda.bpm.engine.impl.form.engine
The HtmlDocumentBuilder is part of the HtmlFormEngine and maintains a stack of element which are written out to a StringWriter.
HtmlDocumentBuilder(HtmlElementWriter) - Constructor for class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
HtmlDocumentBuilder.HtmlWriteContext - Class in org.camunda.bpm.engine.impl.form.engine
 
HtmlDocumentBuilder.HtmlWriteContext() - Constructor for class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder.HtmlWriteContext
 
HtmlElementWriter - Class in org.camunda.bpm.engine.impl.form.engine
Simple writer for html elements.
HtmlElementWriter(String) - Constructor for class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
HtmlElementWriter(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
HtmlFormEngine - Class in org.camunda.bpm.engine.impl.form.engine
A simple FormEngine implementaiton which renders forms as HTML such that they can be used as embedded forms inside camunda Tasklist.
HtmlFormEngine() - Constructor for class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
HTTP - Class in org.camunda.bpm.engine.impl.util.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class org.camunda.bpm.engine.impl.util.json.HTTP
 
HttpBasicAuthenticationProvider - Class in org.camunda.bpm.engine.rest.security.auth.impl
Authenticates a request against the provided process engine's identity service by applying http basic authentication.
HttpBasicAuthenticationProvider() - Constructor for class org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
 
HTTPTokener - Class in org.camunda.bpm.engine.impl.util.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class org.camunda.bpm.engine.impl.util.json.HTTPTokener
Construct an HTTPTokener from a string.
HUMAN_PERFORMER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
HumanPerformer - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN humanPerformer element
HumanPerformerImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN humanPerformer element
HumanPerformerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.HumanPerformerImpl
 
HumanTask - Interface in org.camunda.bpm.model.cmmn.instance
 
HumanTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
HumanTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
humanTaskDiscretionaryItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
HumanTaskImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
HumanTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
HumanTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
HumanTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
humanTaskPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 

I

I_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
ICON_SIZE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ID - Static variable in class org.camunda.bpm.cockpit.impl.plugin.base.BasePlugin
 
id - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
id - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
id - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
id - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessDefinitionResource
 
id - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessInstanceResource
 
ID - Static variable in class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.JobDefinitionPlugin
 
id - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
id - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
id - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
id - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
id - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
id - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
id - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
id - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
id - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
id - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
each HistoryEvent has a unique id
id - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
id - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
id - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
id - Variable in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
id - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
id - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
id - Variable in class org.camunda.bpm.engine.repository.DiagramElement
 
id - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDiagramDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
id - Variable in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
id - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
id - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
id - Variable in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
id - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
id - Variable in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
id - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricJobLogResourceImpl
 
id(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
Sets the identifier of the element.
ID - Static variable in class org.camunda.bpm.tasklist.impl.plugin.standalonetask.StandaloneTaskPlugin
 
ID_COMPARATOR - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalIdResourceCacheLinkResolver
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.StyleImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InteractionNodeImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
idAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
idAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
idAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttributeBuilder
 
idAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttributeBuilder
 
idAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttributeBuilder
 
idAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
idAttribute() - Method in interface org.camunda.bpm.model.xml.type.attribute.AttributeBuilder
 
idAttribute() - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
idAttributeReference(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
idAttributeReference(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
idAttributeReferenceCollection(Class<V>, Class<? extends AttributeReferenceCollection>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
idAttributeReferenceCollection(Class<V>, Class<? extends AttributeReferenceCollection>) - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
IdBlock - Class in org.camunda.bpm.engine.impl.db
 
IdBlock(long, long) - Constructor for class org.camunda.bpm.engine.impl.db.IdBlock
 
idBlockSize - Variable in class org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
 
idBlockSize - Variable in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
idBlockSize - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
idElementReference(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
idElementReference(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
idElementReferenceCollection(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
idElementReferenceCollection(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
identifier(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
IdentifierNode - Interface in org.camunda.bpm.engine.impl.juel
Identifier node interface.
IDENTITY_LINK - Static variable in class org.camunda.bpm.engine.EntityTypes
 
identityId - Variable in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
IdentityInfoEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IdentityInfoEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
IdentityInfoManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IdentityInfoManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
IdentityLink - Interface in org.camunda.bpm.engine.task
An identity link is used to associate a task with a certain identity.
IdentityLinkDto - Class in org.camunda.bpm.engine.rest.dto.task
 
IdentityLinkDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
IdentityLinkEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IdentityLinkEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
IdentityLinkManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IdentityLinkManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
 
IdentityLinkType - Class in org.camunda.bpm.engine.task
Contains constants for all types of identity links that can be used to involve a user or group with a certain task.
IdentityLinkType() - Constructor for class org.camunda.bpm.engine.task.IdentityLinkType
 
IdentityProviderException - Exception in org.camunda.bpm.engine.impl.identity
Marks an exception triggered inside an identity provider implementation
IdentityProviderException(String) - Constructor for exception org.camunda.bpm.engine.impl.identity.IdentityProviderException
 
IdentityProviderException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.identity.IdentityProviderException
 
identityProviderSessionFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
session factory to be used for obtaining identity provider sessions
IdentityRestService - Interface in org.camunda.bpm.engine.rest
 
IdentityRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
IdentityRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.IdentityRestServiceImpl
 
identityService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
identityService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
IdentityService - Interface in org.camunda.bpm.engine
Service to manage Users and Groups.
identityService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
identityService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
identityService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
identityService - Variable in class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
 
identityService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
identityService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
IdentityServiceImpl - Class in org.camunda.bpm.engine.impl
 
IdentityServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
idGenerator - Variable in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
IdGenerator - Interface in org.camunda.bpm.engine.impl.cfg
generates IdBlocks that are used to assign ids to new objects.
idGenerator - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
idGenerator - Variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
idGenerator - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
idGenerator - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
 
idGenerator - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
idGeneratorDataSource - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
idGeneratorDataSourceJndiName - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
idIn - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
ids - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
ids - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
ids - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
ids - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
IF_PART - Static variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
ifPart - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
IfPart - Interface in org.camunda.bpm.model.cmmn.instance
 
ifPartChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
IfPartImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
IfPartImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
IllegalWebAppConfigurationException - Exception in org.camunda.bpm.webapp.impl
Thrown if the webapp is configured incorrectly
IllegalWebAppConfigurationException(String) - Constructor for exception org.camunda.bpm.webapp.impl.IllegalWebAppConfigurationException
 
immutable() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
immutable() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
immutable() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
immutable() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
implementation(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBusinessRuleTaskBuilder
Sets the implementation of the business rule task.
implementation(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractReceiveTaskBuilder
Sets the implementation of the receive task.
implementation(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the implementation of the send task.
implementation(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractServiceTaskBuilder
Sets the implementation of the build service task.
implementation(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractUserTaskBuilder
Sets the implementation of the build user task.
implementationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
implementationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
implementationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
implementationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
implementationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
implementationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
implementationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
implementationTypeAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
Import - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN Import element
Import - Interface in org.camunda.bpm.model.cmmn.instance
 
importCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
importCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
importers - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
importFrom(Element, BpmnParse) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.XMLImporter
Imports the definitions in the XML declared in element
importFunctions(ScriptContext, String, Object) - Static method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
ImportImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN import element
ImportImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
ImportImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ImportImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
importTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
importTypeAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
inactivate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
inactivate() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Inactivates this execution.
inactivate() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
Incident - Interface in org.camunda.bpm.engine.runtime
An Incident represents a failure in the execution of a process instance.
INCIDENT_CREATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
INCIDENT_CREATE_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
INCIDENT_DELETE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
INCIDENT_END_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
INCIDENT_HANDLER_TYPE - Static variable in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
INCIDENT_RESOLVE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
INCIDENT_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
INCIDENT_TIMESTAMP - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
INCIDENT_TYPE - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
INCIDENT_TYPE - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
incidentCount - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
incidentCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
incidentCount - Variable in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
IncidentDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto
 
IncidentDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
IncidentDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
IncidentDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
IncidentEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IncidentEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
IncidentHandler - Interface in org.camunda.bpm.engine.impl.incident
The IncidentHandler interface may be implemented by components that handle and resolve incidents of a specific type that occur during the execution of a process instance.
incidentHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
incidentId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which have the given id.
incidentId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
incidentId - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentId(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentId(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions with the given incident id.
incidentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
incidentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
incidentId(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions with the given incident id.
incidentId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which have the given id.
incidentId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances with the given incident id.
IncidentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IncidentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
 
incidentMessage - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
incidentMessage(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which have the given incident message.
incidentMessage - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentMessage - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentMessage(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions with the given incident message.
incidentMessage - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
incidentMessage - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
incidentMessage - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
incidentMessage - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
incidentMessage(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions with the given incident message.
incidentMessage(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which have the given incident message.
incidentMessage(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances with the given incident message.
incidentMessageLike - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentMessageLike(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentMessageLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentMessageLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentMessageLike - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentMessageLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentMessageLike(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions with an incident message like the given.
incidentMessageLike(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions with an incident message like the given.
incidentMessageLike(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances with an incident message like the given.
incidentPermissionChecks - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
incidentPermissionChecks - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
IncidentQuery - Interface in org.camunda.bpm.engine.runtime
 
IncidentQueryDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
IncidentQueryDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
IncidentQueryDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
IncidentQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
IncidentQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
IncidentQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
IncidentQueryImpl - Class in org.camunda.bpm.engine.impl
 
IncidentQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
IncidentQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
IncidentQueryProperty - Interface in org.camunda.bpm.engine.impl
 
IncidentRestService - Class in org.camunda.bpm.cockpit.impl.plugin.base.resources
 
IncidentRestService(String) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
IncidentRestService - Interface in org.camunda.bpm.engine.rest
 
IncidentRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
IncidentRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.IncidentRestServiceImpl
 
incidents - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
incidents - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
incidents - Variable in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
IncidentState - Interface in org.camunda.bpm.engine.history
 
incidentState - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentState - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
IncidentState.IncidentStateImpl - Class in org.camunda.bpm.engine.history
 
IncidentState.IncidentStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
incidentStatistics - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
incidentStatistics - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
incidentStatistics - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
IncidentStatistics - Interface in org.camunda.bpm.engine.management
Represents a statistic which the aggregate number of incidents to the corresponding incident type.
IncidentStatisticsDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto
 
IncidentStatisticsDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
IncidentStatisticsEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
IncidentStatisticsEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
IncidentStatisticsResultDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
IncidentStatisticsResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
incidentTimestamp - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
incidentTimestamp - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
incidentTimestamp - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
incidentType - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
incidentType - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
incidentType(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which have the given incident type.
incidentType - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentType(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
incidentType - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentType(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
incidentType - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
incidentType - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
incidentType(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
incidentType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
incidentType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
incidentType - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentType(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
incidentType - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentType(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
incidentType(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions with the given incident type.
incidentType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
incidentType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
incidentType - Variable in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
incidentType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
incidentType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
incidentType(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions with the given incident type.
incidentType(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which have the given incident type.
incidentType(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances with the given incident type.
INCLUDE_ASSIGNED_TASKS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
includeAssignedTasks - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
includeAssignedTasks() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
includeAssignedTasks() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Select both assigned and not assigned tasks for candidate user or group queries.
includeAssignedTasksInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
includeCanceled() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
Include an aggregation of canceled instances in the result.
includeCanceled - Variable in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeCanceled() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeCompleteScope() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
Include an aggregation of instances, which complete a scope (ie.
includeCompleteScope - Variable in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeCompleteScope() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeFailedJobs - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeFailedJobs() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeFailedJobs - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeFailedJobs() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeFailedJobs - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeFailedJobs() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeFailedJobs() - Method in interface org.camunda.bpm.engine.management.ActivityStatisticsQuery
Include an aggregation of failed jobs in the result.
includeFailedJobs() - Method in interface org.camunda.bpm.engine.management.DeploymentStatisticsQuery
Include an aggregation of failed jobs in the result.
includeFailedJobs() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatisticsQuery
Include an aggregation of failed jobs in the result.
includeFinished() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
Include an aggregation of finished instances in the result.
includeFinished - Variable in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeFinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
includeIncidents - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeIncidents() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeIncidents - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeIncidents() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeIncidents - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeIncidents() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeIncidents() - Method in interface org.camunda.bpm.engine.management.ActivityStatisticsQuery
Include an aggregation of incidents in the result.
includeIncidents() - Method in interface org.camunda.bpm.engine.management.DeploymentStatisticsQuery
Include an aggregation of incidents in the result.
includeIncidents() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatisticsQuery
Include an aggregation of incidents in the result.
includeIncidentsForType - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeIncidentsForType(String) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
includeIncidentsForType - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeIncidentsForType(String) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
includeIncidentsForType - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeIncidentsForType(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
includeIncidentsForType(String) - Method in interface org.camunda.bpm.engine.management.ActivityStatisticsQuery
Include an aggregation of incidents of the assigned incidentType in the result.
includeIncidentsForType(String) - Method in interface org.camunda.bpm.engine.management.DeploymentStatisticsQuery
Include an aggregation of incidents of the assigned incidentType in the result.
includeIncidentsForType(String) - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatisticsQuery
Include an aggregation of incidents of the assigned incidentType in the result.
includeSubResources - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
InclusiveGateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN inclusiveGateway element
InclusiveGatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.
InclusiveGatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
InclusiveGatewayBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
InclusiveGatewayBuilder(BpmnModelInstance, InclusiveGateway) - Constructor for class org.camunda.bpm.model.bpmn.builder.InclusiveGatewayBuilder
 
InclusiveGatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN inclusiveGateway element
InclusiveGatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
Incoming - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN incoming element of the BPMN tFlowNode type
Incoming(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Incoming
 
incomingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
incomingTransitions - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
increment(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Increment a property of a JSONObject.
incrementSequenceCounter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
incrementSequenceCounter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
incrementSequenceCounter() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
INDEX_PAGE - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
init() - Method in class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
 
init() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedJtaProcessEngineConfiguration
 
init() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
init() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
init() - Static method in class org.camunda.bpm.engine.ProcessEngines
 
init(boolean) - Static method in class org.camunda.bpm.engine.ProcessEngines
Initializes all process engines that can be found on the classpath for resources camunda.cfg.xml (plain Activiti style configuration) and for resources activiti-context.xml (Spring style configuration).
init(FilterConfig) - Method in class org.camunda.bpm.engine.rest.filter.CacheControlFilter
 
init(FilterConfig) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
init() - Method in class org.camunda.bpm.engine.spring.components.config.xml.ActivitiNamespaceHandler
 
init(FilterConfig) - Method in class org.camunda.bpm.webapp.impl.filter.AbstractTemplateFilter
 
init(FilterConfig) - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationFilter
 
init(FilterConfig) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
initActivityInstanceEvent(HistoricActivityInstanceEventEntity, ExecutionEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initActualCommandExecutor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initArtifactFactory() - Method in class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration
 
initArtifactFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initBeans() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initBusinessCalendarManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity, CaseExecutionEntity, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
initCaseExecutionListeners(CmmnHistoryEventProducer, HistoryLevel) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
initCaseInstanceEvent(HistoricCaseInstanceEventEntity, CaseExecutionEntity, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
initCmmnHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandExecutorDbSchemaOperations() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
provide custom command executor that uses NON-JTA transactions
initCommandExecutorDbSchemaOperations() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandExecutors() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandExecutorTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandExecutorTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandInterceptorsTxRequired() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCommandInterceptorsTxRequiresNew() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCorrelationHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initCustomJobRetryStrategy() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedJtaProcessEngineConfiguration
 
initDatabaseType() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDataSource() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDbSchemaOperationsCommandContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
initDefaultCharset() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDefaultMetrics(MetricsRegistry) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDelegateInterceptor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initDeployment() - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
initDeploymentRegistration() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initEnvForLanguage(String) - Method in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
Initializes the env scripts for a given language.
initEventHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initExecutionListeners(HistoryEventProducer, HistoryLevel) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
initExpressionManager() - Method in class org.camunda.bpm.engine.cdi.CdiJtaProcessEngineConfiguration
 
initExpressionManager() - Method in class org.camunda.bpm.engine.cdi.CdiStandaloneProcessEngineConfiguration
 
initExpressionManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initFailedJobCommandFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initFormEngines() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initFormFieldValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initFormPropertiesOnScope(VariableMap, PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.form.FormPropertyHelper
 
initFormTypes() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initFromProcessEngineConfiguration(ProcessEngineConfigurationImpl, List<String>) - Method in class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
initialize the ProcessEngineConfiguration from an existing one, just using the database settings and initialize the database / MyBatis stuff.
initHistoricIncidentEvent(HistoricIncidentEventEntity, Incident, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initHistoricJobLogEvent(HistoricJobLogEventEntity, Job, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initHistoricVariableUpdateEvt(HistoricVariableUpdateEventEntity, VariableInstanceEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initHistoryEventHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initHistoryLevel() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initial - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
initial() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
initial - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
initialActivityStacks - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
initialAttachments - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
initialContext - Variable in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
initialContextFactory - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
initialize(ExtensionContext) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
initialize() - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
initialize() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
initialize() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
initialize() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
initialize(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
initialize(VariableScope, VariableScope) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
initializeActivity(Case, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseHandler
 
initializeActivity(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeActivity(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeActivity(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeActivity(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
 
initializeActivityType(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeAssociations(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
initializeAsyncBeforeSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncParallelMultiInstanceScenario
 
initializeAsyncBeforeSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncSequentialMultiInstanceScenario
 
initializeAsyncBeforeTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncParallelMultiInstanceScenario
 
initializeAsyncBeforeTask() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.job.AsyncSequentialMultiInstanceScenario
 
initializeAutoComplete(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeAutoComplete(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.StageItemHandler
 
initializeBinding(CmmnElement, CmmnActivity, CmmnHandlerContext, CallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeBlocking(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
 
initializeCallableElement(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeCaseExecutionListener(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaCaseExecutionListener) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeCaseExecutionListeners(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeCommand(CaseExecutionCommandBuilder, CaseExecutionTriggerDto, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
initializeCommand(CaseExecutionCommandBuilder, CaseExecutionTriggerDto, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
initializeCommandWithDeletions(CaseExecutionCommandBuilder, List<VariableNameDto>, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
initializeCommandWithDeletions(CaseExecutionCommandBuilder, List<VariableNameDto>, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
initializeCommandWithVariables(CaseExecutionCommandBuilder, Map<String, TriggerVariableValueDto>, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
initializeCommandWithVariables(CaseExecutionCommandBuilder, Map<String, TriggerVariableValueDto>, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
initializeDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext, CallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeDescription(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeEntityCache() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
initializeEntryCriterias(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
initializeEntryCriterias(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeExitCriterias(CasePlanModel, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CasePlanModelHandler
 
initializeExitCriterias(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
initializeExitCriterias(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeExitCriterias(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.MilestoneItemHandler
 
initializeExpressionManager() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
initializeFieldDeclaration(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaField) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeFieldDeclarations(CmmnElement, CmmnActivity, CmmnHandlerContext, Collection<CamundaField>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeFormFields(FormDataImpl, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
initializeFormKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
initializeFormKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
initializeFormKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
initializeFormKeys() - Method in interface org.camunda.bpm.engine.task.TaskQuery
If called, the form keys of the fetched tasks are initialized and Task.getFormKey() will return a value (in case the task has a form key).
initializeFormProperties(FormDataImpl, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
initializeIfPart(IfPart, CmmnSentryDeclaration, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
initializeInputParameter(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeManualActivationRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
initializeManualActivationRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeManualActivationRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.MilestoneItemHandler
 
initializeOnPart(PlanItemOnPart, Sentry, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
initializeOnPart(CaseFileItemOnPart, Sentry, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
initializeOnParts(Sentry, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
initializeOperationManager() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
initializeOutputParameter(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initializeParsers(ExtensionParsingContext) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.impl.test.ResourceProcessEngineTestCase
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
initializeProcessEngine() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
initializeRepetitionRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
initializeRepetitionRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeRequiredRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.EventListenerItemHandler
 
initializeRequiredRule(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeRetries(JobEntity, String, DurationHelper) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
initializeScope(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
initializeScope(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
initializeScope(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
Implement to customize the creation of executions in the scope.
initializeScript(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaScript) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeServiceBuilder(ManagedProcessEngineMetadata, MscManagedProcessEngineController, ServiceBuilder<ProcessEngine>, String) - Static method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
initializeServices() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
initializeServices() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
initializeServices() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
initializeTaskAssignee(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskAssignments(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskCandidateGroups(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskCandidateUsers(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskDefinitionAssignee(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionCandidateGroups(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionCandidateUsers(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionDueDate(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionFollowUpDate(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionFormKey(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionName(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDefinitionPriority(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDescription(CmmnElement, TaskDefinition, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskDescription(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskDueDate(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskFollowUpDate(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskListener(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaTaskListener) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskListeners(CmmnElement, CmmnActivity, CmmnHandlerContext, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.HumanTaskItemHandler
 
initializeTaskName(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTaskPriority(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
initializeTimerDeclarations() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
initializeTimerDeclarations() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
initializeTimerDeclarations() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
initializeTransactionExternallyManaged() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
initializeValue(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
 
initializeValue(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.CompositeQueryVariableValueCondition
 
initializeValue(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
initializeValue(VariableSerializers, TypedValue) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityVariableStore
 
initializeVariableInstanceBackPointer(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
initializeVariableListener(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaVariableListener) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeVariableListeners(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
initializeVersion(CmmnElement, CmmnActivity, CmmnHandlerContext, CallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
initIdentityProviderSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initIdGenerator() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedJtaProcessEngineConfiguration
 
initIdGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initIncidentHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initInterceptorChain(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initJobExecutor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initJpa() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initJpa() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
initLevelOneEventSubProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.TwoLevelNestedNonInterruptingEventSubprocessScenario
 
initMessage() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario
 
initMessage() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario
 
initMessage() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NonInterruptingBoundaryEventScenario
 
initMetrics() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initMetricsColletionTask() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
initNestedSubProcess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessNestedSubprocessScenario
 
initNestedSubProcessEnterSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessNestedSubprocessScenario
 
initNestedSubProcessEnterSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.TwoLevelNestedNonInterruptingEventSubprocessScenario
 
initPasswordDigest() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initPersistenceProviders() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initProcessApplicationClassloader(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
 
initProcessApplicationElResolver() - Method in class org.camunda.bpm.application.AbstractProcessApplication
Initializes the process application provided ElResolver.
initProcessApplicationManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initProcessDiagramCanvas(ProcessDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
initProcessEngineFromSpringResource(URL) - Static method in class org.camunda.bpm.engine.ProcessEngines
 
initProcessEngineServiceDelegate() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
 
initProcessEngineServiceDelegate() - Method in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
 
initProcessInstanceEvent(HistoricProcessInstanceEventEntity, ExecutionEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initQueryVariableValues(VariableSerializers) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
initQueryVariableValues(VariableSerializers) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
initResourceAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initResourceOverrides() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
initScripting() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initSequenceCounter(ExecutionEntity, HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initSequenceCounter(VariableInstanceEntity, HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initSequenceCounter(JobEntity, HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initSequenceCounter(long, HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initSerialization() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initService(Object) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initServices() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initSessionFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initTaskInstanceEvent(HistoricTaskInstanceEventEntity, TaskEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initTimer() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario
 
initTimer() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario
 
initTimer() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.boundary.NonInterruptingBoundaryEventScenario
 
initTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
initTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initTransactionContextFactory() - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
initTransactionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
initTransactionManager() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
initUserOperationLogEvent(UserOperationLogEntryEventEntity, UserOperationLogContext, PropertyChange) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
initValueTypeResolver() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
InjectionUtil - Class in org.camunda.bpm.container.impl.deployment.util
 
InjectionUtil() - Constructor for class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
InMessageRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN inMessageRef element of the BPMN tOperation type
InMessageRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InMessageRef
 
inMessageRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
innerConversationNodeRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
innerMessageFlowRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
InnerParticipantRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN innerParticipantRef element of the BPMN tParticipantAssociation type
InnerParticipantRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InnerParticipantRef
 
innerParticipantRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
INPUT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
INPUT_GROUP_BTN_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
INPUT_GROUP_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
InputCaseParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
InputCaseParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.InputCaseParameter
 
inputCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
inputCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
InputDataItem - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type
inputDataItemChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
InputDataItemImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 inputDataItem from the tMultiInstanceLoopCharacteristics type
InputDataItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InputDataItemImpl
 
inputDataRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
InputParameter - Class in org.camunda.bpm.engine.impl.core.variable.mapping
+-----------------+ | | outer scope-----> inner scope | | | +-----------------+
InputParameter(String, ParameterValueProvider) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.InputParameter
 
inputParameters - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
InputProcessParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
InputProcessParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.InputProcessParameter
 
inputs - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
InputsCaseParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
InputsCaseParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.InputsCaseParameter
 
inputsCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
InputSet - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN inputSet element
inputSetChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
inputSetCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
InputSetImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN inputSet element
InputSetImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
inputSetInputSetRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
InputSetRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN inputSetRefs element of the BPMN tOutputSet type
InputSetRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InputSetRefs
 
InputStreamSource - Class in org.camunda.bpm.engine.impl.util.io
 
InputStreamSource(InputStream) - Constructor for class org.camunda.bpm.engine.impl.util.io.InputStreamSource
 
insert(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
insert(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
insert(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
insert(DbEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
 
insert() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
insert(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
 
insert() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
insert(IncidentEntity) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
insert() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
insert(MeterLogEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
insert(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
insert(VariableInstanceEntity) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
INSERT_OPERATION_COMPARATOR - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
INSERT_TYPE_COMPARATOR - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
insertCaseDefinition(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
 
insertCaseExecution(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
 
insertCaseSentryPart(CaseSentryPartEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartManager
 
insertChildElementAfter(DomElement, DomElement) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
insertChildElementAfter(DomElement, DomElement) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Inserts the new child element after another child element.
insertDeployment(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
 
insertElementAfter(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
insertElementAfter(ModelElementInstance, ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Inserts the new element after the given element or at the beginning if the given element is null.
insertEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
insertEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
insertExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
insertHistoricActivityInstance(HistoricActivityInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
 
insertHistoricCaseActivityInstance(HistoricCaseActivityInstanceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
 
insertHistoricVariableUpdateEntity(HistoricVariableUpdateEventEntity) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
customized insert behavior for HistoricVariableUpdateEventEntity
insertJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
insertOrUpdate(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
general history event insert behavior
insertOrUpdateFilter(Filter) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterManager
 
insertProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
insertResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
inserts - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
INSERTs
insertStatements - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
insertTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
installedServices - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
the list of services installed by this operation.
installService(OperationContext, ServiceVerificationHandler, ManagedProcessEngineMetadata) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemAdd
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemRemove
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionAdd
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionRemove
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorRemove
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
INSTANCE - Static variable in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
 
INSTANCE - Static variable in interface org.camunda.bpm.container.RuntimeContainerDelegate
Holds the current RuntimeContainerDelegate instance
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.core.variable.value.NullValueImpl
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.JsonLegacyQueryOrderingPropertyConverter
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.QueryValidators.AdhocQueryValidator
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.QueryValidators.StoredQueryValidator
 
INSTANCE - Static variable in class org.camunda.bpm.engine.impl.util.xml.Parser
 
INSTANCE - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
 
INSTANCE - Static variable in class org.camunda.bpm.engine.rest.hal.EmptyHalCollection
 
INSTANCE - Static variable in class org.camunda.bpm.engine.rest.hal.EmptyHalResource
 
instance - Static variable in class org.camunda.bpm.engine.rest.hal.Hal
 
INSTANCE - Static variable in class org.camunda.bpm.model.bpmn.Bpmn
the singleton instance of Bpmn.
INSTANCE - Static variable in class org.camunda.bpm.model.cmmn.Cmmn
the singleton instance of Cmmn.
INSTANCE_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
instanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<T>) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
instances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
instances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
instances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
instances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
instances - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityStatisticsDto
 
instances - Variable in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
instantiate(ExecutionEntity, List<PvmActivity>, CoreModelElement) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
instantiate(String) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
instantiate(Class<T>) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
instantiate(String, Object[]) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
instantiate() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractEventBasedGatewayBuilder
Sets the build event based gateway to be instantiate.
instantiate() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractReceiveTaskBuilder
Sets the receive task instantiate attribute to true.
instantiate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
instantiate() - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.InterruptingEventSubprocessCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SingleActivityCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelCreateCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelThrowCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.TransactionCancelCompensationScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingErrorEventSubprocessScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.gateway.EventBasedGatewayScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.NestedSequentialMultiInstanceSubprocessScenario
 
instantiate() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.SequentialMultiInstanceSubprocessScenario
 
instantiateAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.InterruptingEventSubprocessCompensationScenario
 
instantiateAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SingleActivityCompensationScenario
 
instantiateAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
instantiateAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelThrowCompensationScenario
 
instantiateAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.TransactionCancelCompensationScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.InterruptingEventSubprocessScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingEventSubprocessParallelScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedParallelNonInterruptingEventSubprocessScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NonInterruptingEventSubprocessScenario
 
instantiateAndTriggerSubprocess() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.ParallelNestedNonInterruptingEventSubprocessScenario
 
instantiateAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
instantiateAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
instantiateConcurrent(ExecutionEntity, List<PvmActivity>, CoreModelElement) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
instantiateConcurrent() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
instantiateConcurrentAndTriggerCompensation() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
instantiateDelegate(Class<?>, List<FieldDeclaration>) - Static method in class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
instantiateDelegate(String, List<FieldDeclaration>) - Static method in class org.camunda.bpm.engine.impl.util.ClassDelegateUtil
 
instantiateJobExecutor(Class<? extends JobExecutor>) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
instantiateNested() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneScopeTaskScenario
 
instantiateNested() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneTaskScenario
 
instantiateNested() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelScopeTasksScenario
 
instantiateNested() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelTasksScenario
 
instantiateNonInterruptingBoundaryEvent() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.ParallelMultiInstanceSubprocessScenario
 
instantiateNonInterruptingBoundaryEvent() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.SequentialMultiInstanceSubprocessScenario
 
instantiateParallel() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.MultiInstanceReceiveTaskScenario
 
instantiatePlain() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneScopeTaskScenario
 
instantiatePlain() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.OneTaskScenario
 
instantiatePlain() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelScopeTasksScenario
 
instantiatePlain() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelTasksScenario
 
instantiateProcess(CommandContext, MessageCorrelationResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
instantiateSequential() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.MultiInstanceReceiveTaskScenario
 
instantiationBuilder - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceAtActivitiesCmd
 
InstantiationBuilder<T extends InstantiationBuilder<T>> - Interface in org.camunda.bpm.engine.runtime
 
instantiationStack - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
InstantiationStack - Class in org.camunda.bpm.engine.impl.pvm.runtime
Expresses that the list of activities should be instantiated and optionally a transition afterwards.
InstantiationStack(List<PvmActivity>, PvmActivity, PvmTransition) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
instantiationStack - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
instructions - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
INTEGER - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
IntegerAttribute - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
integerAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
integerAttribute(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
IntegerAttributeBuilder - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
IntegerAttributeBuilder(String, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttributeBuilder
 
IntegerConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
IntegerConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.IntegerConverter
 
IntegerValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Integer.
integerValue(Integer) - Static method in class org.camunda.bpm.engine.variable.Variables
 
IntegerValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
IntegerValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.IntegerValueSerializer
 
InteractionNode - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN interactionNode interface
InteractionNodeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN interactionNode interface
InteractionNodeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InteractionNodeImpl
 
Interface - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN interface element
InterfaceImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN interface element
InterfaceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
InterfaceRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN interfaceRef element of the BPMN tParticipant type
InterfaceRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.InterfaceRef
 
interfaceRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
INTERMEDIATE_SIGNAL_THROW - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
INTERMEDIATE_TIMER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
intermediateCatchEvent() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
intermediateCatchEvent(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
IntermediateCatchEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN intermediateCatchEvent element
IntermediateCatchEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
IntermediateCatchEventActivityBehavior(boolean) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
 
IntermediateCatchEventBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
IntermediateCatchEventBuilder(BpmnModelInstance, IntermediateCatchEvent) - Constructor for class org.camunda.bpm.model.bpmn.builder.IntermediateCatchEventBuilder
 
IntermediateCatchEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN intermediateCatchEvent element
IntermediateCatchEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.IntermediateCatchEventImpl
 
IntermediateCatchLinkEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
IntermediateCatchLinkEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchLinkEventActivityBehavior
 
IntermediateThrowCompensationEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
IntermediateThrowCompensationEventActivityBehavior(CompensateEventDefinition) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
 
IntermediateThrowEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN intermediateThrowEvent element
IntermediateThrowEventBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
IntermediateThrowEventBuilder(BpmnModelInstance, IntermediateThrowEvent) - Constructor for class org.camunda.bpm.model.bpmn.builder.IntermediateThrowEventBuilder
 
IntermediateThrowEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN intermediateThrowEvent element
IntermediateThrowEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.IntermediateThrowEventImpl
 
IntermediateThrowNoneEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
IntermediateThrowNoneEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior
 
IntermediateThrowSignalEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
IntermediateThrowSignalEventActivityBehavior(EventSubscriptionDeclaration) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior
 
interrupt(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
interrupt(String) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Called when an execution is interrupted.
interrupt(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Interrupts an execution
interrupt(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
InterruptingEventSubprocessCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
InterruptingEventSubprocessCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.InterruptingEventSubprocessCompensationScenario
 
InterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
InterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.InterruptingEventSubprocessScenario
 
INVALID_DATE_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
INVALID_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
invalidQuery(Exception) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
InvalidRequestException - Exception in org.camunda.bpm.engine.rest.exception
This exception is used for any kind of errors that occur due to malformed parameters in a Http query.
InvalidRequestException(Response.Status, String) - Constructor for exception org.camunda.bpm.engine.rest.exception.InvalidRequestException
 
InvalidRequestException(Response.Status, Exception, String) - Constructor for exception org.camunda.bpm.engine.rest.exception.InvalidRequestException
 
invocationParameters - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
invocationResult - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
InvoiceProcessApplication - Class in org.camunda.bpm.example.invoice
Process Application exposing this application's resources the process engine.
InvoiceProcessApplication() - Constructor for class org.camunda.bpm.example.invoice.InvoiceProcessApplication
 
invoke(InvocationContext) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.CompleteTaskInterceptor
 
invoke(InvocationContext) - Method in class org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
invoke() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.ExecutionListenerInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
invoke(String, Map<String, Object>, ExecutionEntity, TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.ServiceInvoker
 
invoke() - Method in class org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.delegate.ExpressionGetInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
invoke() - Method in class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
invoke() - Method in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, invoke the method, with the given parameters on this bean.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Attempts to resolve and invoke the given method on the given base object by querying all component resolvers.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
Attempts to resolve and invoke the given method on the given base object.
invoke(ELContext, Object[]) - Method in class org.camunda.bpm.engine.impl.javax.el.MethodExpression
If a String literal is specified as the expression, returns the String literal coerced to the expected return type of the method signature.
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
invoke(Bindings, ELContext, Object, Method) - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
Invoke method.
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
 
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
invoke(Bindings, ELContext, Class<?>, Class<?>[], Object[]) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Invoke method.
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
invoke(ELContext, Object[]) - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Evaluates the expression and invokes the method.
invoke() - Method in class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
invoke(Object, String, Object[]) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
invoke() - Method in class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
invoke(MethodInvocation) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingMethodInterceptor
 
invokeListener(DelegateListener) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
invokePostDeploy(ProcessApplicationInterface) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
invokePostInit() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
invokePostProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
invokePreInit() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
invokePreUndeploy(ProcessApplicationInterface) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
invokeVariableListeners(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
INVOLVED_USER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
involvedUser - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
IoBinding - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN ioBinding element
ioBindingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
IoBindingImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN ioBinding element
IoBindingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
ioMapping - Variable in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
IoMapping - Class in org.camunda.bpm.engine.impl.core.variable.mapping
Maps variables in and out of a variable scope.
IoMapping() - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
ioMapping - Variable in class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
the local ioMapping for this connector.
IoParameter - Class in org.camunda.bpm.engine.impl.core.variable.mapping
An IoParameter creates a variable in a target variable scope.
IoParameter(String, ParameterValueProvider) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
IoSpecification - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN inputOutputSpecification element
ioSpecificationChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
ioSpecificationChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
IoSpecificationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN IoSpecification element
IoSpecificationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
IoUtil - Class in org.camunda.bpm.engine.impl.util
 
IoUtil() - Constructor for class org.camunda.bpm.engine.impl.util.IoUtil
 
IoUtil - Class in org.camunda.bpm.model.xml.impl.util
 
IoUtil() - Constructor for class org.camunda.bpm.model.xml.impl.util.IoUtil
 
IS_OPEN_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
isAbleToSuspend(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
isAbleToTerminate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
isAbstract() - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
isAbstract() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
isAbstract() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Returns whether the value type is abstract.
isAbstract() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
isAbstract() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isAbstract() - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
isAcceptUntrustedCertificates() - Method in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
isActivateJobExecutor() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
isActive() - Method in class org.camunda.bpm.engine.cdi.impl.context.BusinessProcessContext
 
isActive() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isActive() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is active.
isActive() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
Check if the case is active.
isActive() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isActive() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isActive() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isActive - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
isActive() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
isActive(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isActive() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns whether this execution is currently active.
isActive - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
indicates if this execution represents an active path of execution.
isActive(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isActive() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isActive() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
isActive() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
isActive() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is active.
isAfterEventBasedGateway - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
 
isAfterEventBasedGateway() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
 
isAll() - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
isAllowAnonymousLogin() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
isAllVariables() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
isAncestorCompensationThrowing(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
 
isApplicableForOperation(AtomicOperation) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
isArrayByteBase64(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
returns true if an Execution is associated.
isAsync() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
isAsync(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspending
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminating
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreated
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDeleteCascade
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireEntryCriteria
 
isAsync(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionFireExitCriteria
 
isAsync(CmmnExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.operation.CmmnAtomicOperation
 
isAsync(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
isAsync(T) - Method in interface org.camunda.bpm.engine.impl.core.operation.CoreAtomicOperation
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCreateScope
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateConcurrentExecution
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionCreateScope
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionDestroyScope
 
isAsync(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerTake
 
isAsync() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
isAsyncAfter(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
isAsyncAfter - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isAsyncAfter() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isAsyncAfter() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
Indicates whether execution after this execution should continue asynchronously.
isAsyncBefore(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
isAsyncBefore - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isAsyncBefore() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isAsyncBefore() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
Indicates whether the activity is executed asynchronously.
isAsyncBeforeActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
isAsyncStartEvent(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isAtLeastOneEntryCriteriaSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
 
isAtLeastOneEntryCriteriaSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
isAtLeastOneEntryCriteriaSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
isAtLeastOneExitCriteriaSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
isAtLeastOneExitCriteriaSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
isAuthenticated - Variable in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
isAuthenticated() - Method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
isAuthenticated(ProcessEngine, String, String) - Method in class org.camunda.bpm.engine.rest.security.auth.impl.HttpBasicAuthenticationProvider
 
isAuthenticated() - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
isAuthenticated(HttpServletRequest) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
isAuthenticatedUser(UserEntity) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
isAuthorizationCheckEnabled - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
If true authorization check is performed.
isAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
isAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
isAuthorizationCheckEnabled() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
isAuthorizationEnabled() - Method in class org.camunda.bpm.cockpit.plugin.resource.AbstractCockpitPluginResource
Return true iff authorization is enabled.
isAuthorizationEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
isAuthorizationEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
isAuthorizationEnabled() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isAuthorizationEnabledForCustomCode() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isAuthorized(Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
isAuthorized(String, List<String>, Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
isAuthorized(String, List<String>, List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
isAuthorized - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
isAuthorized() - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
isAuthorized(Permission, Resource, String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
isAuthorized(Permission, Resource) - Method in class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
isAuthorized(Permission) - Method in class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
isAuthorized(Permission, Resource, String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
isAuthorizedForApp(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
 
isAuthorizedForApp(AuthorizationService, String, List<String>, String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
isAutoActivate - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
isAutoActivate() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
isAutoComplete() - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
isAutoComplete() - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
isAutoFireHistoryEvents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isAutoFireHistoryEvents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
isAutoFireHistoryEvents() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
isAutoSchemaUpdate() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
isAutoStoreScriptVariables() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isAutoStoreScriptVariablesEnabled() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
isAvailable() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isAvailable() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is available.
isAvailable() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isAvailable() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isAvailable() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is available.
isBase64(byte) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Returns whether or not the octet is in the base 64 alphabet.
isBaseTypeOf(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Test if a element type is a base type of this type.
isBelowPath(String, String) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
isBitOn(int, int) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
Check if the bit is set to '1'
isBlocking(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
isBlocking() - Method in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
isBlocking() - Method in interface org.camunda.bpm.model.cmmn.instance.Task
 
isBlockingAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
isBold() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isBold() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
isBoldAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isBoolean(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
isBpmnResource(String) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
isBpmnResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
isByteArrayFetchingEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
isByteArrayFetchingEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
isByteArrayFetchingEnabled - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
isCachable(ScriptEngine) - Method in class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
isCachable(ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
Allows checking whether the script engine can be cached.
isCamundaAdmin() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.ParallelGateway
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.SignalEventDefinition
 
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsync() - Method in interface org.camunda.bpm.model.bpmn.instance.Task
Deprecated.
use isCamundaAsyncBefore() instead.
isCamundaAsyncAfter() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
Camunda Attributes
isCamundaAsyncAfter() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
isCamundaAsyncAfter() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
isCamundaAsyncAfter() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
isCamundaAsyncBefore() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
isCamundaAsyncBefore() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
Camunda Attributes
isCamundaAsyncBefore() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
isCamundaExclusive() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
isCamundaExclusive() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
isCamundaExclusive() - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
isCamundaReadable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
isCamundaReadable() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
isCamundaRequired() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
isCamundaRequired() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
isCamundaWriteable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
isCamundaWriteable() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
isCanceled() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
Returns whether this execution has been canceled.
isCanceled() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Was this activity instance canceled
isCanceled() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
isCanceled() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isCancelled() - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
isCancelled() - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
 
isCaseExecution() - Method in class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
isCaseInstanceExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
isCaseInstanceExecution() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns true if this case execution is a case instance.
isCaseInstanceExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isCaseInstancesOnly() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
isCaseInstancesOnly() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
isClosed() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isClosed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
Check if the case is closed.
isClosed() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isClosed() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isClosed() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
isClosed() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
isClosed() - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
isClosed() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
isClosedAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
isClosedAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
isCmmnEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isCmmnEnabled() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
isCmmnHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
isCmmnHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isCmmnResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
isCmmnResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
isCmmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
isCmmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isCollection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
isCollection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
isCollection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
isCollection() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
isCollection() - Method in interface org.camunda.bpm.model.bpmn.instance.DataInput
 
isCollection() - Method in interface org.camunda.bpm.model.bpmn.instance.DataObject
 
isCollection() - Method in interface org.camunda.bpm.model.bpmn.instance.DataOutput
 
isCollection() - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
isCollectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
isCollectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
isCollectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
isCollectionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
isCompensationHandler(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isCompensationThrowing() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isCompleted() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isCompleted() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is completed.
isCompleted() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
Check if the case is completed.
isCompleted() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isCompleted() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isCompleted() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isCompleted() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
isCompleted() - Method in interface org.camunda.bpm.engine.runtime.CaseInstance
Returns true if the case instance is completed.
isCompleteScope() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
Did this activity instance complete a BPMN 2.0 scope
isCompleteScope() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
isCompleteScope() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Returns whether this execution completed the parent scope.
isCompleteScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isConcurrent() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns whether this execution is concurrent or not.
isConcurrent - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isConcurrent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isConcurrentLocal - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
Determines whether this variable is supposed to be a local variable in case of concurrency in its scope.
isConcurrentLocal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
isConcurrentScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Concurrent + scope executions are legacy and could occur in processes with non-interrupting boundary events or event subprocesses
isConcurrentStart(ActivityStartBehavior) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
isContainedProperty() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
isCreateDiagramOnDeploy - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isCreateDiagramOnDeploy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isCreateIncidentOnFailedJobEnabled() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isCreationLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns true when this log represents the creation of the associated job.
isCreationLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
isCreationLog() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
isCustomObjectDeserializationEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
isCustomObjectDeserializationEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
isCustomObjectDeserializationEnabled - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
isDaemon() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
 
isDaemon() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjWorkRunnableAdapter
 
isDate(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
isDbEntityCacheReuseEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
Allows setting whether the process engine should try reusing the first level entity cache.
isDbEntityCacheReuseEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbHistoryUsed - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbHistoryUsed() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbHistoryUsed - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
isDbHistoryUsed() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
isDbIdentityUsed - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbIdentityUsed() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbIdentityUsed - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
isDbIdentityUsed() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
isDbMetricsReporterActivate - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDbMetricsReporterActivate() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDefault() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
isDefault - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
isDefault() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
isDefault() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
 
isDeferred() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
isDeferred() - Method in class org.camunda.bpm.engine.impl.juel.Tree
 
isDeferred() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Answer true if this is a deferred expression (starting with #{)
isDeferred() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Answer true if this is a deferred expression (containing sub-expressions starting with #{)
isDelayFireHistoricVariableEvents() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
isDeleted() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns true, iff the corresponding incident has been deleted.
isDeleted(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Allows checking whether the provided entity is present in the cache and is marked to be deleted.
isDeleted(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
isDeleted() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
isDeleted - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
isDeleted() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
isDeleted() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
isDeleteRoot() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isDeletionLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns true when this log represents the deletion of the associated job.
isDeletionLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
isDeletionLog() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
isDeployable(String) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
isDeployable(String, String[]) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
isDeployChangedOnly() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
isDeployed - Variable in class org.camunda.bpm.application.AbstractProcessApplication
 
isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
isDeploymentLockUsed - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
If true the process engine will attempt to acquire an exclusive lock before creating a deployment.
isDeploymentLockUsed() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isDeserialized - Variable in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
isDeserialized() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
isDeserialized() - Method in interface org.camunda.bpm.engine.variable.value.ObjectValue
Returns true in case the object is deserialized.
isDeserialized() - Method in interface org.camunda.bpm.engine.variable.value.SerializableValue
Returns true in case the value is deserialized.
isDeserialized - Variable in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
isDeserialized() - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
isDiagram(String, String) - Static method in class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
isDigit(char) - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
isDirty() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
Allows checking whether this entity is dirty.
isDirty(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
isDisabled() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isDisabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is disabled.
isDisabled() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isDisabled() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isDisabled() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
isDisabled() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is disabled.
isDiscretionaryItem(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
isDone() - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
isDone() - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
 
isDuplicateFilterEnabled - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
isDuplicateFilterEnabled() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
isDynamicScriptExpression(String, String) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
Checks if the value is an expression for a dynamic script source or resource.
isEdge() - Method in class org.camunda.bpm.engine.repository.DiagramEdge
 
isEdge() - Method in class org.camunda.bpm.engine.repository.DiagramElement
 
isEdge() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
isEmpty() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
isEmpty() - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
isEmpty() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
isEmpty() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
isEmpty() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
isEmpty() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
isEmpty(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isEmptyFile(URL) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
isEmptyFile(URL) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
isEmptyJson(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
isEmptyLinesEnabled - Variable in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
isEnabled() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isEnabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is enabled.
isEnabled() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isEnabled() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isEnabled(Builder.Feature) - Method in class org.camunda.bpm.engine.impl.juel.Builder
 
isEnabled() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
isEnabled() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is enabled.
isEnableExpressionsInAdhocQueries() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isEnableExpressionsInStoredQueries() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isEnableFetchScriptEngineFromProcessApplication() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isEnableScriptCompilation() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isEnableScriptEngineCaching() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isEnableScriptEngineCaching() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
isEnded() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns whether this execution has ended or not.
isEnded() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
isEnded - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isEnded() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isEnded() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
 
isEnded() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
isEnded() - Method in interface org.camunda.bpm.engine.runtime.Execution
Indicates if the execution is ended.
isEngineTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
isEngineTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isEntityOfClass(Object, Class<?>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
isEnum(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
isEval() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
isEventScope - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isEventScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isEveryPermissionGranted() - Method in interface org.camunda.bpm.engine.authorization.Authorization
Allows checking whether this authorization grants every single permission.
isEveryPermissionGranted() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
isEveryPermissionRevoked() - Method in interface org.camunda.bpm.engine.authorization.Authorization
Allows checking whether this authorization revokes every single permission.
isEveryPermissionRevoked() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
isExcludeSubtasks() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isExclusive(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
isExclusive() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
isExclusive - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
isExclusive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
isExclusiveCorrelation - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
isExclusiveCorrelation - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
isExclusiveCorrelation() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
isExecutable() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
isExecutable() - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
isExecutableAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
isExecuting() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
isExecutingExclusiveJob() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
isExecutingScopeLeafActivity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isExecutionTreePrefetchEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isExecutionTreePrefetchEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isExecutionTreePrefetchEnabled() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
isExecutionTreePrefetchEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isExpanded() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isExpanded() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
isExpandedAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isExportedFromAdonis50(Document) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
isExpression(String) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
Checks whether a String seams to be an expression or not
isExtended() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isExtendedBy(ModelElementType...) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isFailed() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isFailed() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isFailed() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
isFailed() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
isFailed() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
isFailed() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isFailedJobsToInclude() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
isFailedJobsToInclude() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
isFailedJobsToInclude() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
isFailureLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns true when this log represents the failed execution of the associated job.
isFailureLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
isFailureLog() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
isFinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
isFinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
isFirstJobExecution(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
isFollowUpJobCreated(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
isFollowUpNullAccepted() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isForceCloseMybatisConnectionPool() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isForCompensation() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
isForCompensation() - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
isForCompensationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
isFormKeyInitialized - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
isFulfilled(S) - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker.NullCondition
 
isFulfilled(S) - Method in interface org.camunda.bpm.engine.impl.tree.TreeWalker.WalkCondition
 
isFunctionBound(int) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
Test if given index is bound to a function.
isGenerated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
Indicated whether or not the resource has been generated while deploying rather than being actual part of the deployment.
isGranted() - Method in class org.camunda.bpm.webapp.impl.security.filter.Authorization
 
isGraphicalNotationDefined - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
isGraphicalNotationDefined() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
isGroup() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
isHintJobExecutor() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isHistoryEnabled() - Method in class org.camunda.bpm.cockpit.db.QueryParameters
 
isHistoryEnabled - Variable in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
isHistoryEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
isHistoryEventProduced(HistoryEventType, Object) - Method in interface org.camunda.bpm.engine.impl.history.HistoryLevel
Returns true if a given history event should be produced.
isHistoryEventProduced(HistoryEventType, Object) - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelActivity
 
isHistoryEventProduced(HistoryEventType, Object) - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelAudit
 
isHistoryEventProduced(HistoryEventType, Object) - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelFull
 
isHistoryEventProduced(HistoryEventType, Object) - Method in class org.camunda.bpm.engine.impl.history.HistoryLevelNone
 
isHistoryEventProduced(HistoryEventType, Job) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
 
isHistoryLevelFullEnabled - Variable in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
isHistoryLevelFullEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
 
isHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
isHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isHorizontal() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isHorizontal() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
isHorizontalAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isIdAttribute() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
isIdAttribute() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
isIdAttribute() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
isIdentityLinksInitialized - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
isIdentityLinksInitialized - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
IsIdentityServiceReadOnlyCmd - Class in org.camunda.bpm.engine.impl.cmd
 
IsIdentityServiceReadOnlyCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.IsIdentityServiceReadOnlyCmd
 
isIdentityTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
isIdentityTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isIdentityUsed() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
isImmediate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
isImmediate() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
isImmediateAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
isImmutable() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
isImmutable() - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isImmutable() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollection
Indicates whether the collection is immutable.
isIncidentsToInclude() - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
isIncidentsToInclude() - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
isIncidentsToInclude() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
isIncludeAssignedTasks() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isIncludeAssignedTasksInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isIncludeCanceled() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
isIncludeCompleteScope() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
isIncludeFinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
isIncludeSubResources() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
isInInconsistentLockState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
isInitialEvent(String) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
 
isInitialized - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
isInitializeFormKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isInstantiate() - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
isInstantiate() - Method in interface org.camunda.bpm.model.bpmn.instance.EventBasedGateway
 
isInterrupted - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
isInterrupting() - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
isInterrupting() - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
isInterruptingAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
isInterruptingTimer - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
isInterruptingTimer() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
isInvokeCustomVariableListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isInvokeCustomVariableListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isItalic() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isItalic() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
isItalicAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isJdbcPingEnabled() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJobAdded - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
isJobAdded() - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
 
isJobExecutorAcquireByDueDate() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJobExecutorActivate() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJobExecutorDeploymentAware() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJobExecutorPreferTimerJobs() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJpaCloseEntityManager() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isJPAEntity() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
isJPAEntity(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
isJpaHandleTransaction() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isLatest() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
isLatest() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
isLatestBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
isLatestBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
isLatestBinding() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
isLeaf(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
event-scope executions are not considered in this mapping and must be ignored
isLeapYear(int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
isLeftValue() - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
 
isLeftValue() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Answer true if this could be used as an lvalue.
isLegacyAsyncAtMultiInstance(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
This returns true only if the provided execution has reached its wait state in a legacy engine version, because only in that case, it can be async and waiting at the inner activity wrapped by the miBody.
isLegacyBehaviorRequired(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
This method
isLiteralText() - Method in class org.camunda.bpm.engine.impl.javax.el.Expression
Returns whether this expression was created from only literal text.
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
Answer false
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
isLiteralText() - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Answer false.
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
 
isLiteralText() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
isLocal - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
isLocal() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
 
isLocal() - Method in class org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
 
isLocal() - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
isLogUserOperationDisabled - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
isLogUserOperationDisabled() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
isMarkerVisible() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isMarkerVisible() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
isMarkerVisibleAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isMessageStartEventWithName(EventSubscriptionDeclaration, String) - Method in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
isMessageVisible() - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isMessageVisible() - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
isMessageVisibleAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
 
isMethodInvocation() - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
isMethodInvocation() - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
 
isMethodMatched(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
isMetricsEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isMetricsEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
isMissingTablesException(Exception) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isMultiInstance(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
isMutable() - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isMutableValue(ObjectValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
isMutableValue(T) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
isMutableValue(T) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
 
isNew() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
isNew() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isNew - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
isNew() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
isNode() - Method in class org.camunda.bpm.engine.repository.DiagramEdge
 
isNode() - Method in class org.camunda.bpm.engine.repository.DiagramElement
 
isNode() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
isNoDelegationState() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isNotAbstract() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isNotEmpty(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isNotExtended() - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isNotExtendedBy(ModelElementType...) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isNotIdAttribute() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
isNull(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isNullValid() - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
isNullValid() - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
 
isOneToOneRelation() - Method in class org.camunda.bpm.engine.impl.db.sql.CaseDefinitionTableMapping
 
isOneToOneRelation() - Method in interface org.camunda.bpm.engine.impl.db.sql.MyBatisTableMapping
 
isOneToOneRelation() - Method in class org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
 
isOneToOneRelation() - Method in class org.camunda.bpm.engine.impl.db.sql.VariableTableMapping
 
isOpen() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns true, iff the corresponding incident has not been deleted or resolved.
isOpen() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
isOpen() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
isOpen() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
isOptional() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
isOptional() - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isParallelMultiInstance - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
isParallelMultiInstance - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
isParallelMultiple() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
isParallelMultiple() - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
isParmetersProvided() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodExpression
Return whether this MethodExpression was created with parameters.
isParmetersProvided() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
 
isPartOfModel(Model) - Method in class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
isPartOfProcessApplication(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
return true if the deployment unit is either itself a process application or part of a process application.
isPerInstance() - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
 
isPermissionGranted(Permission) - Method in interface org.camunda.bpm.engine.authorization.Authorization
Allows checking whether this authorization grants a specific permission.
isPermissionGranted(Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
isPermissionRevoked(Permission) - Method in interface org.camunda.bpm.engine.authorization.Authorization
Allows checking whether this authorization revokes a specific permission.
isPermissionRevoked(Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
isPersistent(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Allows checking whether the provided entity is present in the cache and is DbEntityState.PERSISTENT.
isPlanItem(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
isPreserveScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isPrimitiveValueType() - Method in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
isPrimitiveValueType() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
isPrimitiveValueType() - Method in interface org.camunda.bpm.engine.variable.type.ValueType
Indicates whether this type is primitive valued.
isPrimitiveValueType() - Method in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
isProcessApplication(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
Returns true if the DeploymentUnit itself is a process application (carries a processes.xml)
isProcessEngineExceptionWithoutCause(Exception) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
isProcessInstanceExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isProcessInstanceExecution() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
returns whether this execution is a process instance or not.
isProcessInstanceExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isProcessInstancesOnly() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
isProcessInstanceVariable - Variable in class org.camunda.bpm.engine.impl.TaskQueryVariableValue
 
isProcessInstanceVariable() - Method in class org.camunda.bpm.engine.impl.TaskQueryVariableValue
 
isProperty(String) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Test property
isPropertyComparison() - Method in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
This assumes that scalarValue and comparisonProperty are mutually exclusive.
isPropertyResolved() - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
isPropertyResolved() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Returns whether an ELResolver has successfully resolved a given (base, property) pair.
isQueryByPermission() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
isQueryByResourceType() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
isQueryPropertyEnabled(UriInfo, String) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.DeploymentResourceImpl
 
isReachable(PvmActivity, PvmActivity, Set<PvmActivity>) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
 
isReadable() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
Is this property read to be displayed in the form and made accessible with the methods FormService.getStartFormData(String) and FormService.getTaskFormData(String).
isReadable - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isReadable() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isReadable - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
isReadable() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
isReadOnly() - Method in interface org.camunda.bpm.engine.IdentityService
Allows to inquire whether this identity service implementation provides read-only access to the user repository, false otherwise.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
isReadOnly(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
isReadOnly() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
If the base object is a Java language array, returns whether a call to ArrayELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly() - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, returns whether a call to BeanELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
For a given base and property, attempts to determine whether a call to CompositeELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
For a given base and property, attempts to determine whether a call to ELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
If the base object is a list, returns whether a call to ListELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, returns whether a call to MapELResolver.setValue(ELContext, Object, Object, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is not null and an instanceof java.util.ResourceBundle, return true.
isReadOnly(ELContext) - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Evaluates the expression relative to the provided context, and returns true if a call to ValueExpression.setValue(ELContext, Object) will always fail.
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
non-lvalues are always readonly, so answer true
isReadOnly(Bindings, ELContext) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
isReadOnly(Bindings, ELContext) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
isReadOnly(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Answer true.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
isReadOnly(ELContext) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Evaluates the expression as an lvalue and determines if TreeValueExpression.setValue(ELContext, Object) will always fail.
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
isReplacedByParent() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isRequired() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
Is this property a required input field
isRequired() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is required.
isRequired() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
isRequired() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
isRequired() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns to true, if this case execution is required.
isRequired() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isRequired - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isRequired() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isRequired - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
isRequired() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
isRequired() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
isRequired() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isRequired() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
isRequired() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is required.
isRequired() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
isRequired() - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
isRequired() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
isRequired() - Method in class org.camunda.bpm.model.xml.test.assertions.AttributeAssert
 
isRequired() - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
 
isRequiredAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
isResolved() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
Returns true, iff the corresponding incident has been resolved.
isResolved() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
isResolved() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
isResumePreviousVersions - Variable in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
isResumePreviousVersions() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
isRollbackOnFailure - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
isSatisfied() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
isSatisfied() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
isScope() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Returns whether this execution is a scope.
isScope - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
isScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
isScope() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Indicates whether this is a local scope for variables and events if true, there will _always_ be a scope execution created for it.
isScope - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
isScope() - Method in class org.camunda.bpm.model.bpmn.impl.instance.BpmnModelElementInstanceImpl
 
isScope() - Method in interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstance
Tests if the element is a scope like process or sub-process.
isSelfClosing - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
selfClosing means that the element should not be rendered as a start + end tag pair but as a single tag using "/" to close the tag inline
isSentrySatisfied(String) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Returns true, if each CmmnSentryPart of the given sentryId is satisfied.
isSentrySatisfied(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isSentrySatisified(List<CmmnSentryDeclaration>, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
isSequential() - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
isSequential() - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
isSequentialAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
isSerializationTextBased() - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
Return true if the serialization is text based.
isSerializationTextBased() - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
Return true if the serialization is text based.
isSerializationTextBased() - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
isSerializationTextBased() - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
isSerializationTextBased() - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
isShouldBeCompiled() - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
isSingleton() - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
isSkipCustomListeners() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
isSkipCustomListeners() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
isSkipIoMappings() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
isSkipIoMappings() - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
isSkipNotifyListeners(T) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
 
isSkipNotifyListeners(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceEnd
 
isSortControlSupported() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
isStartEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
isStartEvent() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
isStrikeThrough() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isStrikeThrough() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
isStrikeTroughAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isSubProcessScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
isSubProcessScope - Variable in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
isSubProcessScope() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
isSubProcessScope() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmScope
Indicates whether this scope is a sub process scope.
isSubscriptionForIntermediateEvent(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
isSubscriptionForStartEvent(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
isSuccessLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
Returns true when this log represents the successful execution of the associated job.
isSuccessLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
isSuccessLog() - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
isSuspended() - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
isSuspended() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
isSuspended() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
isSuspended() - Method in interface org.camunda.bpm.engine.management.JobDefinition
Indicates whether this job definition is suspended.
isSuspended() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
Returns true if the process definition is in suspended state.
isSuspended() - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
isSuspended() - Method in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
isSuspended() - Method in interface org.camunda.bpm.engine.runtime.Execution
Indicates if the execution is suspended.
isSuspended() - Method in interface org.camunda.bpm.engine.runtime.Job
Indicates whether this job is suspended.
isSuspended() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstance
returns true if the process instance is suspended
isSuspended() - Method in interface org.camunda.bpm.engine.task.Task
Indicated whether this task is suspended or not.
isSuspending() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
isSuspending() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isTablePresent(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
isTaskAssociated() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
isTaskNameCaseInsensitive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isTerminated() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
 
isTerminated() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
Check if the case activity is terminated.
isTerminated() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
Check if the case is terminated.
isTerminated() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isTerminated() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
isTerminated() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
isTerminated() - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
isTerminated() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
Returns true if the case execution is terminated.
isTerminating() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
isTerminating() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
isTransactionActive() - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
isTransactionActive() - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
isTransactionActive() - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionContext
 
isTransactionActive() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionImpl
 
isTransactionActive() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
isTransactionNotActive() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
isTransactionsExternallyManaged() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
isTransient(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Allows checking whether the provided entity is present in the cache and is DbEntityState.TRANSIENT.
isUnassigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isUnassignedInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
isUnbounded() - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
isUndeploymentOperation - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
isUnderline() - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isUnderline() - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
isUnderlineAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
isUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
isUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
isUrlSafe() - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
Returns our current encode mode.
isUseCommonJWorkManager - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
isUsePosixGroups() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
isUser() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
isUserAuthorized(String, List<String>, Permission, Resource) - Method in interface org.camunda.bpm.engine.AuthorizationService
Allows performing an authorization check.
isUserAuthorized(String, List<String>, Permission, Resource, String) - Method in interface org.camunda.bpm.engine.AuthorizationService
Allows performing an authorization check.
isUserAuthorized(String, List<String>, Permission, Resource) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
isUserAuthorized(String, List<String>, Permission, Resource, String) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
isUserAuthorized(String, String, Integer, String) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
isUserAuthorized(String, String, Integer, String) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
isUseSsl() - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
isValidatingSchema() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
isValidEventNameForScope(String, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Check if the given event name is valid.
isValidSortByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
isValidSortByValue(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
isValidValueForResumePreviousBy(String) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
isValidValueForResumePreviousBy(String) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
isValuedImplicitlyUpdated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
isVarArgs() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
isVarArgs() - Method in interface org.camunda.bpm.engine.impl.juel.FunctionNode
 
isVariableBound(int) - Method in class org.camunda.bpm.engine.impl.juel.Bindings
Test if given index is bound to a variable.
isVersionBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
isVersionBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
isVersionBinding() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
isWaitForCompletion() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
isWaitForCompletion() - Method in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
isWaitForCompletion() - Method in interface org.camunda.bpm.model.bpmn.instance.CompensateEventDefinition
 
isWaiting - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
isWithException() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
isWritable() - Method in interface org.camunda.bpm.engine.form.FormProperty
Deprecated.
Is this property expected when a user submits the form?
isWritable - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isWritable() - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
isWritable - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
isWritable() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
ItemAwareElement - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN itemAwareElement element
ItemAwareElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
ItemAwareElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
ItemControl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ItemControl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ItemControl
 
itemControlChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
itemControlChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
itemCount - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
ItemDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN itemDefinition element
ItemDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
ItemDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
ItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
ItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
ItemKind - Enum in org.camunda.bpm.model.bpmn
The BPMN tItemKind simple type
itemKindAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
itemRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
itemSubjectRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
itemSubjectRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
itemSubjectRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 

J

JacksonAwareStringToTypeConverter<T> - Class in org.camunda.bpm.engine.rest.dto.converter
 
JacksonAwareStringToTypeConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter
 
JacksonConfigurator - Class in org.camunda.bpm.engine.rest.mapper
 
JacksonConfigurator() - Constructor for class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
JacksonHalJsonProvider - Class in org.camunda.bpm.engine.rest.hal
 
JacksonHalJsonProvider() - Constructor for class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider
 
JAVA_APP_APP_NAME_PATH - Static variable in class org.camunda.bpm.application.impl.EjbProcessApplication
 
JavaDelegate - Interface in org.camunda.bpm.engine.delegate
Convience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
javaDelegate - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
JavaDelegateInvocation - Class in org.camunda.bpm.engine.impl.bpmn.delegate
Class handling invocations of JavaDelegates
JavaDelegateInvocation(JavaDelegate, DelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.bpmn.delegate.JavaDelegateInvocation
 
JavaObjectSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
Uses default java serialization to serialize java objects as byte streams.
JavaObjectSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
JavaObjectSerializer.ClassloaderAwareObjectInputStream - Class in org.camunda.bpm.engine.impl.variable.serializer
 
JavaObjectSerializer.ClassloaderAwareObjectInputStream(InputStream) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer.ClassloaderAwareObjectInputStream
 
javaType - Variable in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
JBOSS_AS - Static variable in class org.camunda.bpm.container.impl.jboss.util.JBossCompatibilityExtension
The service name of the root application server service.
JBossCompatibilityExtension - Class in org.camunda.bpm.container.impl.jboss.util
Provides method abstractions to make our subsystem compatible with different JBoss versions.
JBossCompatibilityExtension() - Constructor for class org.camunda.bpm.container.impl.jboss.util.JBossCompatibilityExtension
 
JcaExecutorServiceConnection - Interface in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceConnectionFactory - Interface in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceConnectionFactoryImpl - Class in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceConnectionFactoryImpl() - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
JcaExecutorServiceConnectionFactoryImpl(JcaExecutorServiceManagedConnectionFactory, ConnectionManager) - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
JcaExecutorServiceConnectionImpl - Class in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceConnectionImpl() - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
JcaExecutorServiceConnectionImpl(JcaExecutorServiceManagedConnection, JcaExecutorServiceManagedConnectionFactory) - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
JcaExecutorServiceConnector - Class in org.camunda.bpm.container.impl.threading.ra
The ResourceAdapter responsible for bootstrapping the JcaExecutorService
JcaExecutorServiceConnector() - Constructor for class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
JcaExecutorServiceConnector.ExecutorServiceWrapper - Class in org.camunda.bpm.container.impl.threading.ra
This class must be free of engine classes to make it possible to install the resource adapter without shared libraries.
JcaExecutorServiceConnector.ExecutorServiceWrapper() - Constructor for class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector.ExecutorServiceWrapper
 
JcaExecutorServiceDelegate - Class in org.camunda.bpm.container.impl.ejb.deployment
MBean Service delegating to the Jca ExecutorService
JcaExecutorServiceDelegate(ExecutorService) - Constructor for class org.camunda.bpm.container.impl.ejb.deployment.JcaExecutorServiceDelegate
 
JcaExecutorServiceDelegateMBean - Interface in org.camunda.bpm.container.impl.ejb.deployment
 
JcaExecutorServiceManagedConnection - Class in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceManagedConnection() - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
JcaExecutorServiceManagedConnection(JcaExecutorServiceManagedConnectionFactory) - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
JcaExecutorServiceManagedConnectionFactory - Class in org.camunda.bpm.container.impl.threading.ra.outbound
 
JcaExecutorServiceManagedConnectionFactory() - Constructor for class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
JcaInflowExecuteJobsRunnable - Class in org.camunda.bpm.container.impl.threading.ra.inflow
 
JcaInflowExecuteJobsRunnable(List<String>, ProcessEngineImpl, JcaExecutorServiceConnector) - Constructor for class org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable
 
JcaWorkManagerExecutorService - Class in org.camunda.bpm.container.impl.threading.ra
AbstractPlatformJobExecutor implementation delegating to a JCA WorkManager.
JcaWorkManagerExecutorService(JcaExecutorServiceConnector, WorkManager) - Constructor for class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
JcaWorkRunnableAdapter - Class in org.camunda.bpm.container.impl.threading.ra
An adapter for wrapping a Runnable as a JCA Work instance.
JcaWorkRunnableAdapter(Runnable) - Constructor for class org.camunda.bpm.container.impl.threading.ra.JcaWorkRunnableAdapter
 
JDBC_METADATA_TABLE_TYPES - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
jdbcDriver - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcMaxActiveConnections - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcMaxCheckoutTime - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcMaxIdleConnections - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcMaxWaitTime - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcPassword - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcPingConnectionNotUsedFor - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcPingEnabled - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcPingQuery - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcStatementTimeout - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
the number of seconds the jdbc driver will wait for a response from the database
jdbcUrl - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jdbcUsername - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JmxManagedJobExecutor - Class in org.camunda.bpm.container.impl.jmx.services
 
JmxManagedJobExecutor(JobExecutor) - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
JmxManagedJobExecutorMBean - Interface in org.camunda.bpm.container.impl.jmx.services
MBean interface exposing management properties of the jobExecutor through JMX.
JmxManagedProcessApplication - Class in org.camunda.bpm.container.impl.jmx.services
 
JmxManagedProcessApplication(ProcessApplicationInfoImpl, ProcessApplicationReference) - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
JmxManagedProcessApplicationMBean - Interface in org.camunda.bpm.container.impl.jmx.services
MBean interface for ProcessApplications.
JmxManagedProcessEngine - Class in org.camunda.bpm.container.impl.jmx.services
Represents a process engine managed by the MBeanServiceContainer
JmxManagedProcessEngine() - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
JmxManagedProcessEngine(ProcessEngine) - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
JmxManagedProcessEngineController - Class in org.camunda.bpm.container.impl.jmx.services
Represents a managed process engine that is started / stopped inside the MBeanServiceContainer
JmxManagedProcessEngineController(ProcessEngineConfiguration) - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineController
 
JmxManagedProcessEngineMBean - Interface in org.camunda.bpm.container.impl.jmx.services
An MBean interface for the ProcessEngine.
JmxManagedThreadPool - Class in org.camunda.bpm.container.impl.jmx.services
 
JmxManagedThreadPool(BlockingQueue<Runnable>, ThreadPoolExecutor) - Constructor for class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
JmxManagedThreadPoolMBean - Interface in org.camunda.bpm.container.impl.jmx.services
MBean responsible for controlling a Thread Pool.
JNDI_NAME_PREFIX - Static variable in class org.camunda.bpm.BpmPlatform
 
jndiName - Static variable in class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
provide a custom jndi lookup name
JOB - Static variable in class org.camunda.bpm.engine.EntityTypes
 
Job - Interface in org.camunda.bpm.engine.runtime
Represents one job (timer, message, etc.).
JOB_ACQUISITION - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
JOB_ACQUISITION - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
JOB_ACQUISITIONS - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
JOB_CONFIGURATION - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
JOB_DEFINITION - Static variable in class org.camunda.bpm.engine.EntityTypes
 
JOB_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
JOB_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
JOB_DUEDATE_ORDERING_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
JOB_EXECUTOR - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
JOB_EXECUTOR - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
JOB_EXECUTOR_CLASS_NAME - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
JOB_HANDLER_CFG_BY - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_BY - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_INCLUDE_JOBS - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_JOB_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CFG_PROCESS_DEFINITION_KEY - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
JOB_HANDLER_CONFIG_PROPERTY_DELIMITER - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
JOB_HANDLER_CONFIG_PROPERTY_FOLLOW_UP_JOB_CREATED - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
JOB_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
JOB_ID - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
JOB_TYPE - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
JOB_TYPE_ORDERING_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
JobAcquisitionAdd - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Provides the description and the implementation of the job-acquisition#add operation.
JobAcquisitionAdd() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionAdd
 
jobAcquisitionName - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
JobAcquisitionRemove - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Provides the description and the implementation of the process-engine#remove operation.
JobAcquisitionRemove() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionRemove
 
jobAcquisitions - Variable in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
jobAcquisitionThread - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
jobAcquisitionXml - Variable in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
JobAcquisitionXml - Interface in org.camunda.bpm.container.impl.metadata.spi
Java API to the JobAcquisition deployment metadata
JobAcquisitionXmlImpl - Class in org.camunda.bpm.container.impl.metadata
Implementation of the JobAcquisitionXml SPI interface
JobAcquisitionXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
jobConfiguration - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
jobConfiguration(String) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
jobConfiguration - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
jobConfiguration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
jobConfiguration(String) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions which contain the configuration.
jobConfiguration - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
jobConfiguration - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
JobDeclaration<T extends JobEntity> - Class in org.camunda.bpm.engine.impl.jobexecutor
A job declaration is associated with an activity in the process definition graph.
JobDeclaration(String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
jobDeclarations - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Mapping from a process definition key to his containing list of job declarations
jobDefinition - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
JobDefinition - Interface in org.camunda.bpm.engine.management
A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.
jobDefinitionConfiguration(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the given job definition configuration type.
jobDefinitionConfiguration - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionConfiguration(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionConfiguration - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobDefinitionConfiguration - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
jobDefinitionConfiguration - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
JobDefinitionDto - Class in org.camunda.bpm.engine.rest.dto.management
 
JobDefinitionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
JobDefinitionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
JobDefinitionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
JobDefinitionEntity(JobDeclaration<?>) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
jobDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the given job definition id.
jobDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the job definition.
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
jobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
the id of the associated persistent jobDefinitionId
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
jobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
jobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
jobDefinitionId(String) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions with the given id
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
jobDefinitionId - Variable in class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
jobDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which exist for the given job definition id.
JobDefinitionManager - Class in org.camunda.bpm.engine.impl.persistence.entity
Manager implementation for JobDefinitionEntity
JobDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
JobDefinitionPlugin - Class in org.camunda.bpm.cockpit.impl.plugin.jobdefinition
 
JobDefinitionPlugin() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.JobDefinitionPlugin
 
JobDefinitionQuery - Interface in org.camunda.bpm.engine.management
Allows programmatic querying of JobDefinitions.
JobDefinitionQueryDto - Class in org.camunda.bpm.engine.rest.dto.management
 
JobDefinitionQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
JobDefinitionQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
JobDefinitionQueryImpl - Class in org.camunda.bpm.engine.impl
 
JobDefinitionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
JobDefinitionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
JobDefinitionQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a JobDefinitionQuery.
JobDefinitionResource - Interface in org.camunda.bpm.engine.rest.sub.management
 
JobDefinitionResourceImpl - Class in org.camunda.bpm.engine.rest.sub.management
 
JobDefinitionResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
JobDefinitionRestService - Interface in org.camunda.bpm.engine.rest
 
JobDefinitionRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
JobDefinitionRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
JobDefinitionRootResource - Class in org.camunda.bpm.cockpit.impl.plugin.jobdefinition.resources
 
JobDefinitionRootResource() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.jobdefinition.resources.JobDefinitionRootResource
 
jobDefinitionsMatch(JobDefinitionEntity, JobDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
JobDefinitionSuspensionStateDto - Class in org.camunda.bpm.engine.rest.dto.management
 
JobDefinitionSuspensionStateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
jobDefinitionType(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the given job definition type.
jobDefinitionType - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionType(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobDefinitionType - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobDefinitionType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
jobDefinitionType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
JobDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
JobDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobDto
 
jobDueDate - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobDueDate - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
JobDuedateDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
JobDuedateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobDuedateDto
 
JobEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
Stub of the common parts of a Job.
JobEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
jobExceptionMessage(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the given exception message.
jobExceptionMessage - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobExceptionMessage(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobExceptionMessage - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobExceptionMessage - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
jobExceptionMessage - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
JobExceptionUtil - Class in org.camunda.bpm.engine.impl.util
 
JobExceptionUtil() - Constructor for class org.camunda.bpm.engine.impl.util.JobExceptionUtil
 
JobExecutionHandler - Interface in org.camunda.bpm.container.impl.threading.ra.inflow
Interface to be implemented by a MessageDriven bean handling the execution of a job.
JobExecutionHandlerActivation - Class in org.camunda.bpm.container.impl.threading.ra.inflow
Represents the activation of a JobExecutionHandler
JobExecutionHandlerActivation() - Constructor for class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
JobExecutionHandlerActivation(JcaExecutorServiceConnector, MessageEndpointFactory, JobExecutionHandlerActivationSpec) - Constructor for class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
JobExecutionHandlerActivationSpec - Class in org.camunda.bpm.container.impl.threading.ra.inflow
 
JobExecutionHandlerActivationSpec() - Constructor for class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
 
JobExecutionHandlerMDB - Class in org.camunda.bpm.container.impl.ejb
MessageDrivenBean implementation of the JobExecutionHandler interface
JobExecutionHandlerMDB() - Constructor for class org.camunda.bpm.container.impl.ejb.JobExecutionHandlerMDB
 
jobExecutor - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
jobExecutor - Variable in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
jobExecutor - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
jobExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
jobExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
JobExecutor - Class in org.camunda.bpm.engine.impl.jobexecutor
Interface to the component responsible for performing background work (Jobs).
JobExecutor() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
jobExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
 
jobExecutor - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
jobExecutorAcquireByDueDate - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jobExecutorActivate - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JobExecutorAdd - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Installs the JobExecutor service into the container.
JobExecutorAdd() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd
 
jobExecutorClass - Variable in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
jobExecutorContext - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ExclusiveJobAddedNotification
 
JobExecutorContext - Class in org.camunda.bpm.engine.impl.jobexecutor
 
JobExecutorContext() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
jobExecutorContextThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
jobExecutorDeploymentAware - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JobExecutorHelper - Class in org.camunda.bpm.webapp.test.util
Provides the JobExecutor related features of AbstractProcessEngineTestCase.
JobExecutorHelper(ProcessEngine) - Constructor for class org.camunda.bpm.webapp.test.util.JobExecutorHelper
 
jobExecutorPreferTimerJobs - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JobExecutorRemove - Class in org.camunda.bpm.container.impl.jboss.extension.handler
 
JobExecutorRemove() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorRemove
 
JobExecutorXml - Interface in org.camunda.bpm.container.impl.metadata.spi
Deployment Metadata for the JobExecutor Service.
JobExecutorXmlImpl - Class in org.camunda.bpm.container.impl.metadata
Implementation of the JobExecutorXml
JobExecutorXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
JobHandler - Interface in org.camunda.bpm.engine.impl.jobexecutor
 
jobHandlerActivation - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
jobHandlerConfiguration - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
jobHandlerConfiguration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
jobHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
jobHandlerType - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
jobHandlerType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
jobId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the given job id.
jobId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the job.
jobId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
jobId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteJobCmd
 
jobId - Variable in class org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
 
jobId - Variable in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
jobId - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
jobId - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
jobId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
jobId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ExclusiveJobAddedNotification
 
jobId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
jobId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
 
jobId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
 
jobId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
jobId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
jobId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
jobId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
jobId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
jobId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
jobId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
jobId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
jobId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs with the given id
jobIds - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteJobsCmd
 
jobIds - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
JobManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
JobManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
jobPermissionChecks - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
jobPermissionChecks - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
JobQuery - Interface in org.camunda.bpm.engine.runtime
Allows programmatic querying of Jobs.
JobQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
JobQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
JobQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
JobQueryImpl - Class in org.camunda.bpm.engine.impl
 
JobQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.JobQueryImpl
 
JobQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.JobQueryImpl
 
JobQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a JobQuery.
JobResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
JobResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
JobResourceImpl(ProcessEngine, String) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
JobRestService - Interface in org.camunda.bpm.engine.rest
 
JobRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
JobRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
jobRetries - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
jobRetries - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
JobRetriesDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
JobRetriesDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobRetriesDto
 
JobRetryCmd - Class in org.camunda.bpm.engine.impl.cmd
 
JobRetryCmd(String, Throwable) - Constructor for class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
jobs - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
JOBS_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
jobsRejected(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.CallerRunsRejectedJobsHandler
 
jobsRejected(List<String>, ProcessEngineImpl) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.RejectedJobsHandler
 
JobState - Interface in org.camunda.bpm.engine.history
 
JobState.JobStateImpl - Class in org.camunda.bpm.engine.history
 
JobState.JobStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
JobSuspensionStateDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
JobSuspensionStateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
jobType - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
jobType(String) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
jobType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
timer, message, ...
jobType(String) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions which have the given job type.
jobType - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
jobType - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
jobWasAdded() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
jobWasAdded() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
join(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Make a string from the contents of this JSONArray.
joinCommaSeparatedList(List<String>) - Static method in class org.camunda.bpm.model.xml.impl.util.StringUtil
Joins a list of Strings to a comma separated single String.
joinList(List<String>, String) - Static method in class org.camunda.bpm.model.xml.impl.util.StringUtil
 
jpaCloseEntityManager - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
jpaEntityManagerFactory - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JPAEntityMappings - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
 
JPAEntityMappings() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityMappings
 
JPAEntityScanner - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
Scans class and creates EntityMetaData based on it.
JPAEntityScanner() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityScanner
 
jpaHandleTransaction - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JpaHelper - Class in org.camunda.bpm.engine.impl.cfg
 
JpaHelper() - Constructor for class org.camunda.bpm.engine.impl.cfg.JpaHelper
 
jpaPersistenceUnitName - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
JPAVariableSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer.jpa
Variable type capable of storing reference to JPA-entities.
JPAVariableSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
JSON - Static variable in interface org.camunda.spin.plugin.variable.type.SpinValueType
 
JSONArray - Class in org.camunda.bpm.engine.impl.util.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONArray
Construct a JSONArray from an array
jsonArrayAsList(JSONArray) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
Converts a JSONArray to a List.
JsonArrayConverter<T> - Class in org.camunda.bpm.engine.impl.json
 
JsonArrayConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonArrayConverter
 
JsonArrayOfObjectsConverter<T> - Class in org.camunda.bpm.engine.impl.json
 
JsonArrayOfObjectsConverter(JsonObjectConverter<T>) - Constructor for class org.camunda.bpm.engine.impl.json.JsonArrayOfObjectsConverter
 
JSONException - Exception in org.camunda.bpm.engine.impl.util.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception org.camunda.bpm.engine.impl.util.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.util.json.JSONException
 
JsonLegacyQueryOrderingPropertyConverter - Class in org.camunda.bpm.engine.impl.json
Deserializes query ordering properties from the deprecated 7.2 format in which the SQL-like orderBy parameter was used.
JsonLegacyQueryOrderingPropertyConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonLegacyQueryOrderingPropertyConverter
 
JsonMappingExceptionHandler - Class in org.camunda.bpm.engine.rest.exception
 
JsonMappingExceptionHandler() - Constructor for class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler
 
JSONML - Class in org.camunda.bpm.engine.impl.util.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONML
 
JSONObject - Class in org.camunda.bpm.engine.impl.util.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONObject
Construct a JSONObject from a source JSON text string.
jsonObjectAsMap(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
Converts a JSONObject to a Map.
JsonObjectConverter<T> - Class in org.camunda.bpm.engine.impl.json
 
JsonObjectConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonObjectConverter
 
JsonParseExceptionHandler - Class in org.camunda.bpm.engine.rest.exception
 
JsonParseExceptionHandler() - Constructor for class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler
 
JsonQueryFilteringPropertyConverter - Class in org.camunda.bpm.engine.impl.json
 
JsonQueryFilteringPropertyConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
JsonQueryOrderingPropertyConverter - Class in org.camunda.bpm.engine.impl.json
 
JsonQueryOrderingPropertyConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
JSONString - Interface in org.camunda.bpm.engine.impl.util.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.camunda.bpm.engine.impl.util.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONStringer
Make a fresh JSONStringer.
JsonTaskQueryConverter - Class in org.camunda.bpm.engine.impl.json
 
JsonTaskQueryConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
JsonTaskQueryVariableValueConverter - Class in org.camunda.bpm.engine.impl.json
 
JsonTaskQueryVariableValueConverter() - Constructor for class org.camunda.bpm.engine.impl.json.JsonTaskQueryVariableValueConverter
 
JSONTokener - Class in org.camunda.bpm.engine.impl.util.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONTokener
Construct a JSONTokener from a reader.
JSONTokener(String) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONTokener
Construct a JSONTokener from a string.
JsonUtil - Class in org.camunda.bpm.engine.impl.util
 
JsonUtil() - Constructor for class org.camunda.bpm.engine.impl.util.JsonUtil
 
jsonValue(SpinJsonNode) - Static method in class org.camunda.spin.plugin.variable.SpinValues
 
jsonValue(String) - Static method in class org.camunda.spin.plugin.variable.SpinValues
 
JsonValue - Interface in org.camunda.spin.plugin.variable.value
 
JsonValueBuilder - Interface in org.camunda.spin.plugin.variable.value.builder
 
JsonValueBuilderImpl - Class in org.camunda.spin.plugin.variable.value.impl.builder
 
JsonValueBuilderImpl(JsonValue) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.JsonValueBuilderImpl
 
JsonValueBuilderImpl(String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.JsonValueBuilderImpl
 
JsonValueBuilderImpl(SpinJsonNode) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.JsonValueBuilderImpl
 
JsonValueImpl - Class in org.camunda.spin.plugin.variable.value.impl
 
JsonValueImpl(SpinJsonNode, String, String, boolean) - Constructor for class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
JsonValueImpl(SpinJsonNode) - Constructor for class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
JsonValueImpl(String, String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
JsonValueImpl(String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.JsonValueImpl
 
JsonValueSerializer - Class in org.camunda.spin.plugin.impl
 
JsonValueSerializer(DataFormat<SpinJsonNode>) - Constructor for class org.camunda.spin.plugin.impl.JsonValueSerializer
 
JsonValueSerializer() - Constructor for class org.camunda.spin.plugin.impl.JsonValueSerializer
 
JsonValueType - Interface in org.camunda.spin.plugin.variable.type
 
JsonValueTypeImpl - Class in org.camunda.spin.plugin.variable.type.impl
 
JsonValueTypeImpl() - Constructor for class org.camunda.spin.plugin.variable.type.impl.JsonValueTypeImpl
 
JSONWriter - Class in org.camunda.bpm.engine.impl.util.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.camunda.bpm.engine.impl.util.json.JSONWriter
Make a fresh JSONWriter.
JtaProcessEngineConfiguration - Class in org.camunda.bpm.engine.impl.cfg
 
JtaProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
JtaRetryInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
We cannot perform a retry if we are called in an existing transaction.
JtaRetryInterceptor(TransactionManager) - Constructor for class org.camunda.bpm.engine.impl.interceptor.JtaRetryInterceptor
 
JtaTransactionContext - Class in org.camunda.bpm.engine.impl.cfg.jta
 
JtaTransactionContext(TransactionManager) - Constructor for class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
JtaTransactionContext.TransactionStateSynchronization - Class in org.camunda.bpm.engine.impl.cfg.jta
 
JtaTransactionContext.TransactionStateSynchronization(TransactionState, TransactionListener, CommandContext) - Constructor for class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
 
JtaTransactionContextFactory - Class in org.camunda.bpm.engine.impl.cfg.jta
 
JtaTransactionContextFactory(TransactionManager) - Constructor for class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContextFactory
 
JtaTransactionInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
 
JtaTransactionInterceptor(TransactionManager, boolean) - Constructor for class org.camunda.bpm.engine.impl.interceptor.JtaTransactionInterceptor
 
JuelExpression - Class in org.camunda.bpm.engine.impl.el
Expression implementation backed by a JUEL ValueExpression.
JuelExpression(ValueExpression, ExpressionManager, String) - Constructor for class org.camunda.bpm.engine.impl.el.JuelExpression
 
JuelFormEngine - Class in org.camunda.bpm.engine.impl.form.engine
 
JuelFormEngine() - Constructor for class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
JuelScriptEngine - Class in org.camunda.bpm.engine.impl.scripting.engine
ScriptEngine that used JUEL for script evaluation and compilation (JSR-223).
JuelScriptEngine(ScriptEngineFactory) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
JuelScriptEngine() - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
JuelScriptEngineFactory - Class in org.camunda.bpm.engine.impl.scripting.engine
Factory to create JuelScriptEngines.
JuelScriptEngineFactory() - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 

K

KEEP_ALIVE_TIME - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
The time in milliseconds that threads over JobExecutorXml.CORE_POOL_SIZE will be kept alive.
key - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
key - Variable in class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
 
key - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteUserInfoCmd
 
key - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserInfoCmd
 
key - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
key - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
key - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
KEY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
key - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
key - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
key - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
key - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
key - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
key(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Append a key.
key - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
key - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
key - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
key - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
key - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
KEY_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
keyLike - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
keyLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
keyLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
keyLike - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
KEYS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
keys() - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
keySet() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
keySet() - Method in class org.camunda.bpm.engine.impl.scripting.engine.BeansResolverFactory
 
keySet() - Method in interface org.camunda.bpm.engine.impl.scripting.engine.Resolver
Returns the set of key that can be resolved using this resolver.
keySet() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
keySet() - Method in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
keyword(String) - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
KNOWN_PREFIXES - Static variable in class org.camunda.bpm.model.xml.impl.util.XmlQName
 
knownTypes - Variable in class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
 

L

label - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
label - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
Label - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Label element
LABEL_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
LabeledEdge - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI LabeledEdge element
LabeledEdgeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI LabeledEdge element
LabeledEdgeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.LabeledEdgeImpl
 
LabeledShape - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI LabeledShape element
LabeledShapeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI LabeledShape element
LabeledShapeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.LabeledShapeImpl
 
LabelImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Label element
LabelImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.LabelImpl
 
labelStyleAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelImpl
 
Lane - Class in org.camunda.bpm.engine.impl.pvm.process
A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram.
Lane() - Constructor for class org.camunda.bpm.engine.impl.pvm.process.Lane
 
Lane - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN lane element
laneCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
LaneImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN lane element
LaneImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
lanes - Variable in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
LaneSet - Class in org.camunda.bpm.engine.impl.pvm.process
A BPMN 2.0 LaneSet, containg Lanes, currently only used for rendering the DI info.
LaneSet() - Constructor for class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
LaneSet - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN laneSet element
laneSetCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
laneSetCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
LaneSetImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN laneSet element
LaneSetImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
laneSets - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
language - Variable in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
The language of the script.
languageAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
languageAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
LAST_NAME - Static variable in interface org.camunda.bpm.engine.impl.UserQueryProperty
 
lastdayOffset - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
lastdayOfMonth - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
lastdayOfWeek - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
lastId - Variable in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
lastName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
lastName - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
lastName - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
lastName - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
lastName - Variable in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
lastNameLike - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
lastNameLike - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
lastTransactionState - Variable in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
latest - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
latest - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
latestVersion() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
latestVersion() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
latestVersion() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Only select the case definitions which are the latest deployed (ie.
latestVersion() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select the process definitions which are the latest deployed (ie.
latestVersion - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
launch(Task, String[], File, String) - Static method in class org.camunda.bpm.engine.impl.ant.LaunchThread
 
LaunchTask - Class in org.camunda.bpm.engine.impl.ant
 
LaunchTask() - Constructor for class org.camunda.bpm.engine.impl.ant.LaunchTask
 
LaunchThread - Class in org.camunda.bpm.engine.impl.ant
 
LaunchThread(Task, String[], File, String) - Constructor for class org.camunda.bpm.engine.impl.ant.LaunchThread
 
LdapAuthenticationException - Exception in org.camunda.bpm.identity.impl.ldap
 
LdapAuthenticationException(String, Throwable) - Constructor for exception org.camunda.bpm.identity.impl.ldap.LdapAuthenticationException
 
LdapAuthenticationException(String) - Constructor for exception org.camunda.bpm.identity.impl.ldap.LdapAuthenticationException
 
LdapConfiguration - Class in org.camunda.bpm.identity.impl.ldap
Java Bean holding LDAP configuration
LdapConfiguration() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
ldapConfiguration - Variable in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
ldapConfiguration - Variable in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
LdapGroupEntity - Class in org.camunda.bpm.identity.impl.ldap
 
LdapGroupEntity() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapGroupEntity
 
LdapGroupQuery - Class in org.camunda.bpm.identity.impl.ldap
 
LdapGroupQuery() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapGroupQuery
 
LdapGroupQuery(CommandExecutor) - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapGroupQuery
 
LdapIdentityProviderFactory - Class in org.camunda.bpm.identity.impl.ldap
 
LdapIdentityProviderFactory() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
LdapIdentityProviderPlugin - Class in org.camunda.bpm.identity.impl.ldap.plugin
ProcessEnginePlugin providing Ldap Identity Provider support
LdapIdentityProviderPlugin() - Constructor for class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
LdapIdentityProviderSession - Class in org.camunda.bpm.identity.impl.ldap
LdapIdentityProviderSession(LdapConfiguration) - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
LdapUserEntity - Class in org.camunda.bpm.identity.impl.ldap
 
LdapUserEntity() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapUserEntity
 
LdapUserQueryImpl - Class in org.camunda.bpm.identity.impl.ldap
 
LdapUserQueryImpl() - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
LdapUserQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
 
LE - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
le(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
leave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Subclasses that call leave() will first pass through this method, before the regular FlowNodeActivityBehavior.leave(ActivityExecution) is called.
leave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
leave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ExclusiveGatewayActivityBehavior
The default behaviour of BPMN, taking every outgoing sequence flow (where the condition evaluates to true), is not valid for an exclusive gateway.
leave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
Default way of leaving a BPMN 2.0 activity: evaluate the conditions on the outgoing sequence flow and take those that evaluate to true.
leave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
 
leaveActivityInstance() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
invoked to notify the execution that an activity instance is ended.
leaveActivityInstance() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
leaveActivityViaTransition(PvmTransition) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
leaveActivityViaTransition(PvmTransition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
leaveActivityViaTransitions(List<PvmTransition>, List<? extends ActivityExecution>) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Takes the given outgoing transitions, and potentially reusing the given list of executions that were previously joined.
leaveActivityViaTransitions(List<PvmTransition>, List<? extends ActivityExecution>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
leaveIgnoreConditions(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
 
LegacyBehavior - Class in org.camunda.bpm.engine.impl.pvm.runtime
This class encapsulates legacy runtime behavior for the process engine.
LegacyBehavior() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
length() - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get the number of keys stored in the JSONObject.
LESS_THAN_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
LESS_THAN_OR_EQUALS_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
lifecycleEvent(LifecycleEvent) - Method in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
LIKE_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
line - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
line - Variable in class org.camunda.bpm.engine.impl.util.xml.Problem
 
link - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
LinkableDto - Class in org.camunda.bpm.engine.rest.dto
 
LinkableDto() - Constructor for class org.camunda.bpm.engine.rest.dto.LinkableDto
 
linker - Variable in class org.camunda.bpm.engine.rest.hal.HalResource
 
LinkEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN linkEventDefinition element
LinkEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN linkEventDefinition element
LinkEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
linkExpression - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
links - Variable in class org.camunda.bpm.engine.rest.dto.LinkableDto
 
list(String) - Method in interface org.camunda.bpm.engine.FilterService
Executes the query of the filter and returns the result as list.
list(String, Q) - Method in interface org.camunda.bpm.engine.FilterService
Executes the extended query of a filter and returns the result as list.
list() - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
list() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
list(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
list(String, Q) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
list() - Method in interface org.camunda.bpm.engine.query.NativeQuery
Executes the query and get a list of entities as the result.
list() - Method in interface org.camunda.bpm.engine.query.Query
Executes the query and get a list of entities as the result.
list() - Method in class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
list() - Method in interface org.camunda.bpm.model.bpmn.Query
 
list() - Method in class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
list() - Method in interface org.camunda.bpm.model.cmmn.Query
 
ListELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Defines property resolution behavior on instances of java.util.List.
ListELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ListELResolver
Creates a new read/write ListELResolver.
ListELResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.javax.el.ListELResolver
Creates a new ListELResolver whose read-only status is determined by the given parameter.
listener(String, CaseExecutionListener) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
listener - Static variable in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
listenerIndex - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
listenerInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.delegate.CaseExecutionListenerInvocation
 
listeners - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
listeners - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
contains all listeners (built-in + user-provided)
listPage(String, int, int) - Method in interface org.camunda.bpm.engine.FilterService
Executes the query of the filter and returns the result in the given boundaries as list.
listPage(String, Q, int, int) - Method in interface org.camunda.bpm.engine.FilterService
Executes the extended query of a filter and returns the result in the given boundaries as list.
listPage(int, int) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
listPage(int, int) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
listPage(String, int, int) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
listPage(String, Q, int, int) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
listPage(int, int) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
listPage(int, int) - Method in interface org.camunda.bpm.engine.management.TablePageQuery
Executes the query and returns the TablePage.
listPage(int, int) - Method in interface org.camunda.bpm.engine.query.NativeQuery
Executes the query and get a list of entities as the result.
listPage(int, int) - Method in interface org.camunda.bpm.engine.query.Query
Executes the query and get a list of entities as the result.
ListQueryParameterObject - Class in org.camunda.bpm.engine.impl.db
 
ListQueryParameterObject() - Constructor for class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
ListQueryParameterObject(Object, int, int) - Constructor for class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
ListValueProvider - Class in org.camunda.bpm.engine.impl.core.variable.mapping.value
 
ListValueProvider(List<ParameterValueProvider>) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
 
literal() - Method in class org.camunda.bpm.engine.impl.juel.Parser
literal := <TRUE> | <FALSE> | <STRING> | <INTEGER> | <FLOAT> | <NULL>
load(InputStream) - Static method in class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
 
loadActivityInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
 
loadActivityInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
loadAndCacheBpmnModelInstance(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
loadCaseActivityInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareCmmnHistoryEventProducer
 
loadCaseActivityInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
loadCaseDefinitions(DeploymentEntity, Collection<CaseDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
loadCaseInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareCmmnHistoryEventProducer
 
loadCaseInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
loadChildExecutionsFromCache(ExecutionEntity, List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
Loads all executions that are part of this process instance tree from the dbSqlSession cache.
loadClass(String, ClassLoader, Class<T>) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
loadClass(String) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
loadClass(String) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
loadClasspathResourceRoots(ClassLoader, String) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
loadClasspathResourceRoots(ClassLoader, String) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 
loadFilterRules(FilterConfig) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
loadFromDb(String, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
loadIncidentEvent(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
 
loadIncidentEvent(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
loadJobExecutorClass(ClassLoader, String) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
loadMethod() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable
 
loadPlugins() - Method in class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
 
loadProcessEngineProvider() - Method in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
Load the ProcessEngineProvider spi implementation.
loadProcessInstance(String, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
loadProcessInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
 
loadProcessInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
loadResourceContent(String, DeploymentEntity) - Static method in class org.camunda.bpm.engine.impl.util.ResourceUtil
Parse a camunda:resource attribute and loads the resource depending on the url scheme.
loadScriptSource() - Method in class org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
 
loadTaskInstanceEvent(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
 
loadTaskInstanceEvent(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntityVariableStore
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityVariableStore
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityVariableStore
 
loadVariableInstances() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
local - Variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
local - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
 
local - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
LocalCaseExecutionVariablesResource - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
LocalCaseExecutionVariablesResource(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
LocalExecutionVariablesResource - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
LocalExecutionVariablesResource(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
localInstance - Static variable in class org.camunda.bpm.engine.cdi.impl.util.BeanManagerLookup
holds a local beanManager if no jndi is available
LocalMessages - Class in org.camunda.bpm.engine.impl.juel
 
LocalMessages() - Constructor for class org.camunda.bpm.engine.impl.juel.LocalMessages
 
LocalTaskVariablesResource - Class in org.camunda.bpm.engine.rest.sub.task.impl
 
LocalTaskVariablesResource(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
locationAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
locationAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
locator - Variable in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
lock(String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
lock(String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
lock(String, Object) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
lock(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
LOCK_TIME_IN_MILLIS - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
lockConcurrentRoot(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.GatewayActivityBehavior
 
lockExclusiveJobs(CommandContext, JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
lockExpirationTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
lockJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AcquireJobsCmd
 
lockOwner - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
lockOwner - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
lockTimeInMillis - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
log - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
LOG - Static variable in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
LOG - Static variable in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
log - Static variable in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
log - Static variable in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
LOG - Variable in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
log - Static variable in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
LOG - Variable in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
logAttachmentOperation(String, TaskEntity, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logCaseDefinitionRegistrations(StringBuilder, List<CaseDefinition>) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
logDeploymentSummary(Collection<String>, String) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
logDeploymentSummary(Collection<String>, String, String) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
logException(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
logFlushSummary(Collection<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
LOGGED_IN_USER_KEY - Static variable in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
LOGGER - Variable in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
LOGGER - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
 
LOGGER - Static variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
LOGGER - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
LOGGER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
logId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the id.
logId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
LogInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
 
LogInterceptor() - Constructor for class org.camunda.bpm.engine.impl.interceptor.LogInterceptor
 
logJobDefinitionOperation(String, String, String, String, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logJobOperation(String, String, String, String, String, String, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logLinkOperation(String, TaskEntity, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logProcessDefinitionOperation(String, String, String, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logProcessDefinitionRegistrations(StringBuilder, List<ProcessDefinition>) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
logProcessInstanceOperation(String, String, String, String, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logRegistration(Set<String>, ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
logTaskOperations(String, TaskEntity, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logUserOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
logUserOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
logUserOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
logUserOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
logUserOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
logUserOperations(UserOperationLogContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
LogUtil - Class in org.camunda.bpm.engine.impl.util
 
LogUtil() - Constructor for class org.camunda.bpm.engine.impl.util.LogUtil
 
LogUtil.LogFormatter - Class in org.camunda.bpm.engine.impl.util
 
LogUtil.LogFormatter() - Constructor for class org.camunda.bpm.engine.impl.util.LogUtil.LogFormatter
 
LogUtil.ThreadLogMode - Enum in org.camunda.bpm.engine.impl.util
 
logVariableOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
logVariableOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
logVariableOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.PatchExecutionVariablesCmd
 
logVariableOperation(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
 
logVariableOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
 
logVariableOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
 
logVariableOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
 
logVariableOperation(AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
 
logVariableOperation(String, String, String, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logVariableOperation(String, TaskEntity, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logVariableOperation(String, ExecutionEntity, PropertyChange) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
logWarnings() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
logwriter - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
logwriter - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
LONG - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
LONG - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
LongFormType - Class in org.camunda.bpm.engine.impl.form.type
 
LongFormType() - Constructor for class org.camunda.bpm.engine.impl.form.type.LongFormType
 
longValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
longValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
longValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
longValue - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
longValue - Variable in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
LongValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Long.
longValue(Long) - Static method in class org.camunda.bpm.engine.variable.Variables
 
LongValueSerlializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
LongValueSerlializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.LongValueSerlializer
 
lookahead(int) - Method in class org.camunda.bpm.engine.impl.juel.Parser
get lookahead symbol.
lookup(Class<T>, BeanManager) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(Class<T>, BeanManager, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(String, BeanManager) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(String, BeanManager, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(Class<T>) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(Class<T>, boolean) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookup(String) - Static method in class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
lookupBpmPlatformXml() - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
lookupBpmPlatformXmlFromCatalinaConfDirectory() - Method in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
 
lookupBpmPlatformXmlFromClassPath(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
lookupBpmPlatformXmlFromClassPath() - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
lookupBpmPlatformXmlLocationFromEnvironmentVariable() - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
lookupBpmPlatformXmlLocationFromJndi() - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
lookupEeApplicationName() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
determine the ee application name based on information obtained from JNDI.
lookupPrefix(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
lookupPrefix(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Returns the prefix of the namespace starting from this node upwards.
lookupProcessEngine(String) - Method in class org.camunda.bpm.admin.impl.web.SetupResource
 
lookupProcessEngine(String) - Static method in class org.camunda.bpm.engine.rest.util.EngineUtil
Look up the process engine from the ProcessEngineProvider.
lookupProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
lookupResolver(AbstractProcessApplication) - Static method in class org.camunda.bpm.application.impl.DefaultElResolverLookup
 
lookupSelfReference() - Method in class org.camunda.bpm.application.impl.EjbProcessApplication
lookup a proxy object representing the invoked business view of this component.
lookupSpinSerializers() - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
lookupWorkMananger() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
LOOP_COUNTER - Static variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
LoopCardinality - Interface in org.camunda.bpm.model.bpmn.instance
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex type
loopCardinalityChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
loopCardinalityExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
LoopCardinalityImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex type
LoopCardinalityImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LoopCardinalityImpl
 
LoopCharacteristics - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN loopCharacteristics element
loopCharacteristicsChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
LoopCharacteristicsImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN loopCharacteristics element
LoopCharacteristicsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LoopCharacteristicsImpl
 
LoopDataInputRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 loopDataInputRef element of the BPMN 2.0 tMultiInstanceLoopCharacteristics type
LoopDataInputRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LoopDataInputRef
 
loopDataInputRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
LoopDataOutputRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 loopDataOutputRef element of the BPMN 2.0 tMultiInstanceLoopCharacteristics type
LoopDataOutputRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.LoopDataOutputRef
 
loopDataOutputRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
LT - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
lt(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
LT - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '<'.
lvalue - Variable in class org.camunda.bpm.engine.impl.juel.AstProperty
 

M

MailActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
MailActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
mailServerDefaultFrom - Variable in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerDefaultFrom - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
mailServerHost - Variable in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerHost - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
MailServerInfo - Class in org.camunda.bpm.engine.impl.cfg
 
MailServerInfo() - Constructor for class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerPassword - Variable in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerPassword - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
mailServerPort - Variable in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerPort - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
mailServerUsername - Variable in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
mailServerUsername - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
main(String[]) - Static method in class org.camunda.bpm.engine.impl.db.DbSchemaCreate
 
main(String[]) - Static method in class org.camunda.bpm.engine.impl.db.DbSchemaDrop
 
main(String[]) - Static method in class org.camunda.bpm.engine.impl.db.DbSchemaExecuteFile
 
main(String[]) - Static method in class org.camunda.bpm.engine.impl.db.DbSchemaPrune
 
main(String[]) - Static method in class org.camunda.bpm.engine.impl.juel.Builder
Dump out abstract syntax tree for a given expression
main(String[]) - Static method in class org.camunda.bpm.qa.upgrade.TestFixtureNew
 
main(String[]) - Static method in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
main(String[]) - Static method in class org.camunda.bpm.qa.upgrade.UpgradedDBDropper
 
makeCopy() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
manageDeployment(Deployment) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
ManagedJtaProcessEngineConfiguration - Class in org.camunda.bpm.container.impl.jboss.config
 
ManagedJtaProcessEngineConfiguration() - Constructor for class org.camunda.bpm.container.impl.jboss.config.ManagedJtaProcessEngineConfiguration
 
ManagedProcessEngineFactoryBean - Class in org.camunda.bpm.engine.spring.container
Factory bean registering a spring-managed process engine with the BpmPlatform.
ManagedProcessEngineFactoryBean() - Constructor for class org.camunda.bpm.engine.spring.container.ManagedProcessEngineFactoryBean
 
ManagedProcessEngineMetadata - Class in org.camunda.bpm.container.impl.jboss.config
 
ManagedProcessEngineMetadata(boolean, String, String, String, String, Map<String, String>, List<ProcessEnginePluginXml>) - Constructor for class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
managementService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
managementService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
managementService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
managementService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
managementService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
ManagementService - Interface in org.camunda.bpm.engine
Service for admin and maintenance operations on the process engine.
managementService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
managementService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
managementService - Variable in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
ManagementServiceImpl - Class in org.camunda.bpm.engine.impl
 
ManagementServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
managerDn - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
managerImplementation - Variable in class org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
managerPassword - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
MANUAL_START - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
ManualActivationRule - Interface in org.camunda.bpm.model.cmmn.instance
 
manualActivationRuleChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
ManualActivationRuleImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ManualActivationRuleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
manualComplete() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.COMPLETED state.
manualComplete() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
manualCompleting(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
manualCompleting(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
manuallyStartCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
Starts the case execution identified by the given id manually.
manuallyStartCaseExecution(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Starts the case execution identified by the given id manually.
manuallyStartCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
manuallyStartCaseExecution(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
manualStart() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
manualStart() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.ACTIVE state.
manualStart() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
manualStart(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
manualStart(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
manualStart(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
manualStart() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Additionally to CaseExecutionCommandBuilder.execute() the associated case execution will be started manually.
ManualStartCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
ManualStartCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.ManualStartCaseExecutionCmd
 
ManualStartCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.ManualStartCaseExecutionCmd
 
manualTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
manualTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ManualTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN manualTask element
MANUALTASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ManualTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.
ManualTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ManualTaskActivityBehavior
 
ManualTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ManualTaskBuilder(BpmnModelInstance, ManualTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.ManualTaskBuilder
 
ManualTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN manualTask element
ManualTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ManualTaskImpl
 
map(UserOperationLogEntry) - Static method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
map(List<UserOperationLogEntry>) - Static method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
MapBasedVariableStore - Class in org.camunda.bpm.engine.impl.core.variable.scope
A simple CoreVariableStore implementation based on a Map
MapBasedVariableStore() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
MapBusinessCalendarManager - Class in org.camunda.bpm.engine.impl.calendar
 
MapBusinessCalendarManager() - Constructor for class org.camunda.bpm.engine.impl.calendar.MapBusinessCalendarManager
 
MapELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Defines property resolution behavior on instances of java.util.Map.
MapELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.MapELResolver
Creates a new read/write MapELResolver.
MapELResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.javax.el.MapELResolver
Creates a new MapELResolver whose read-only status is determined by the given parameter.
mappings - Static variable in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
mapStatement(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
mapToType(String, Class<T>) - Method in class org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter
 
MapValueProvider - Class in org.camunda.bpm.engine.impl.core.variable.mapping.value
 
MapValueProvider(TreeMap<String, ParameterValueProvider>) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.value.MapValueProvider
 
mark(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
marks a a DeploymentUnit as a process application
mark() - Method in class org.camunda.bpm.engine.impl.metrics.Meter
 
MARKER_WIDTH - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
markPartOfProcessApplication(DeploymentUnit) - Static method in class org.camunda.bpm.container.impl.jboss.deployment.marker.ProcessApplicationAttachments
marks a a DeploymentUnit as part of a process application
markTaskInstanceEnded(String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
match(String, String) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
match(String, String) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestMatcher
 
matchedExecution(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
matchedProcessDefinition(ProcessDefinitionEntity, String) - Static method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
matches(Method, Class) - Method in class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMethodMatcher
 
matches(Node) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByNameListFilter
 
matches(Node) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementByTypeListFilter
 
matches(Node) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.ElementNodeListFilter
 
matches(Node) - Method in interface org.camunda.bpm.model.xml.impl.util.DomUtil.NodeListFilter
Test if node matches the filter
matchesRequestedTransitionInstance(TransitionInstance, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
matchPassword(String, User) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
 
matchRequestUri(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
MAX_EXCEPTION_MESSAGE_LENGTH - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
Note: String.length() counts Unicode supplementary characters twice, so for a String consisting only of those, the limit is effectively MAX_EXCEPTION_MESSAGE_LENGTH / 2
MAX_JOBS_PER_ACQUISITION - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
MAX_POOL_SIZE - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
 
MAX_PRIORITY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
MAX_YEAR - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
maximumAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
maxJobsPerAcquisition - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
MaxLengthValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
MaxLengthValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.MaxLengthValidator
 
maxOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
maxOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
maxOccurs - Variable in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
the maximum count of child elements in the collection.
maxOccurs(int) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
maxOccurs(int) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
maxPriority - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
maxResults - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
maxResults - Variable in class org.camunda.bpm.engine.impl.cmd.ExecuteFilterListPageCmd
 
maxResults - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
maxResults - Variable in class org.camunda.bpm.engine.impl.Page
 
maxResults - Variable in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
MaxValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
MaxValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
maxWait - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
mBeanServer - Variable in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
MBeanServiceContainer - Class in org.camunda.bpm.container.impl.jmx
A simple Service Container that delegates to the JVM's MBeanServer.
MBeanServiceContainer() - Constructor for class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
mc - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
mcf - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
mcf - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
mcf - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
member - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
memberOfGroup(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users that belong to the given group.
memberOfGroup(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
memberOfGroup - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
MembershipEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
MembershipEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
merge(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
mergeExpressions(AbstractQuery<?, ?>, AbstractQuery<?, ?>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
mergeLinks(HalResource<?>) - Method in class org.camunda.bpm.engine.rest.hal.HalLinker
merge the links of an embedded resource into this linker.
mergeOrdering(AbstractQuery<?, ?>, AbstractQuery<?, ?>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
mergeScopeExecutions(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
mergeVariables(TaskQueryImpl, TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
Simple implementation of variable merging.
message - Variable in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
 
message - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
message - Variable in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
message(Message) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractReceiveTaskBuilder
Sets the message of the send task.
message(Message) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the message of the send task.
Message - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN message element
MESSAGE_EVENT_TYPE - Static variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
MESSAGE_PARTS_MARKER - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
MessageAddedNotification - Class in org.camunda.bpm.engine.impl.jobexecutor
 
MessageAddedNotification(JobExecutor) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
 
MessageCorrelationBuilder - Interface in org.camunda.bpm.engine.runtime
A fluent builder for defining message correlation
MessageCorrelationBuilderImpl - Class in org.camunda.bpm.engine.impl
 
MessageCorrelationBuilderImpl(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
MessageCorrelationBuilderImpl(CommandContext, String) - Constructor for class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
MessageCorrelationResult - Class in org.camunda.bpm.engine.impl.runtime
The result of a message correlation.
MessageCorrelationResult() - Constructor for class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
MessageDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
Implementation of the BPMN 2.0 'message'
MessageDefinition(String, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
MessageEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
MessageEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
MessageEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN messageEventDefinition element
MessageEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
 
MessageEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
MessageEventHandler - Class in org.camunda.bpm.engine.impl.event
 
MessageEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.MessageEventHandler
 
messageEventReceived(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
messageEventReceived(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
messageEventReceived(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a message event with name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
messageEventReceived(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a message event with the name 'messageName' has been received and has been correlated to an execution with id 'executionId'.
MessageEventReceivedCmd - Class in org.camunda.bpm.engine.impl.cmd
 
MessageEventReceivedCmd(String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
MessageEventReceivedCmd(String, String, Map<String, Object>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
messageEventSubscription() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
messageEventSubscription(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
messageEventSubscription(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Deprecated.
messageEventSubscription() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions that have a message event subscription.
MessageEventSubscriptionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
MessageEventSubscriptionEntity(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MessageEventSubscriptionEntity
 
MessageEventSubscriptionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MessageEventSubscriptionEntity
 
messageEventSubscriptionName(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
messageEventSubscriptionName(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
messageEventSubscriptionName(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Selects the single process definition which has a start message event with the messageName.
messageEventSubscriptionName(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a message event subscription for the given messageName.
MessageEventSubscriptionResource - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
MessageEventSubscriptionResource(ProcessEngine, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
MessageFlow - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN messageFlow element
MessageFlowAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN messageFlowAssociation element
messageFlowAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
MessageFlowAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN messageFlowAssociation element
MessageFlowAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
messageFlowCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
MessageFlowImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN messageFlow element
MessageFlowImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
MessageFlowRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN messageFlowRef element of the BPMN tConversationNode type
MessageFlowRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowRef
 
messageFlowRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
MessageImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN message event
MessageImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
MessageJobDeclaration - Class in org.camunda.bpm.engine.impl.jobexecutor
Declaration of a Message Job (Asynchronous continuation job)
MessageJobDeclaration(String[]) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
messageName - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
messageName - Variable in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
messageName - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
messageName - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageCmd
 
messageName - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
messageName - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
MessagePath - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression type
MessagePath(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MessagePath
 
messagePathChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
messageRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
messageRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
messageRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
messageRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
messageRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
MessageRestService - Interface in org.camunda.bpm.engine.rest
 
MessageRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
MessageRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.MessageRestServiceImpl
 
messages - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Mapping containing values stored during the first phase of parsing since other elements can reference these messages.
messages() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
messages() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs that are messages.
MessageVisibleKind - Enum in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI MessageVisibleKind simpleType
messageVisibleKindAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
MetaAnnotationMatchingPointcut - Class in org.camunda.bpm.engine.spring.components.aop.util
this code is taken almost (99.99%) verbatim from the Spring Integration project's source code where it's a static private inner class.
MetaAnnotationMatchingPointcut(Class<? extends Annotation>, boolean) - Constructor for class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMatchingPointcut
Create a new MetaAnnotationMatchingPointcut for the given annotation type.
MetaAnnotationMatchingPointcut(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMatchingPointcut
Create a new MetaAnnotationMatchingPointcut for the given annotation type.
MetaAnnotationMethodMatcher - Class in org.camunda.bpm.engine.spring.components.aop.util
this code is taken almost verbatim from the Spring Integration project's source code where it's a static private inner class.
MetaAnnotationMethodMatcher(Class<? extends Annotation>) - Constructor for class org.camunda.bpm.engine.spring.components.aop.util.MetaAnnotationMethodMatcher
Create a new AnnotationClassFilter for the given annotation type.
metaFileUrl - Variable in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
Meter - Class in org.camunda.bpm.engine.impl.metrics
A Meter implementation based on AtomicLong
Meter(String) - Constructor for class org.camunda.bpm.engine.impl.metrics.Meter
 
MeterLogEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
MeterLogEntity(String, long, Date) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
MeterLogEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
MeterLogManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
MeterLogManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
meters - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsRegistry
 
method - Static variable in class org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable
 
MethodExpression - Class in org.camunda.bpm.engine.impl.javax.el
An Expression that refers to a method on an object.
MethodExpression() - Constructor for class org.camunda.bpm.engine.impl.javax.el.MethodExpression
 
MethodInfo - Class in org.camunda.bpm.engine.impl.javax.el
Holds information about a method that a MethodExpression evaluated to.
MethodInfo(String, Class<?>, Class<?>[]) - Constructor for class org.camunda.bpm.engine.impl.javax.el.MethodInfo
Creates a new instance of MethodInfo with the given information.
MethodNotFoundException - Exception in org.camunda.bpm.engine.impl.javax.el
Thrown when a method could not be found while evaluating a MethodExpression.
MethodNotFoundException() - Constructor for exception org.camunda.bpm.engine.impl.javax.el.MethodNotFoundException
Creates a MethodNotFoundException with no detail message.
MethodNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the provided detail message.
MethodNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given root cause.
MethodNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.MethodNotFoundException
Creates a MethodNotFoundException with the given detail message and root cause.
methods - Variable in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
methods - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
Metrics - Class in org.camunda.bpm.engine.management
 
Metrics() - Constructor for class org.camunda.bpm.engine.management.Metrics
 
MetricsBpmnParseListener - Class in org.camunda.bpm.engine.impl.metrics.parser
 
MetricsBpmnParseListener() - Constructor for class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
MetricsCaseExecutionListener - Class in org.camunda.bpm.engine.impl.metrics.parser
 
MetricsCaseExecutionListener() - Constructor for class org.camunda.bpm.engine.impl.metrics.parser.MetricsCaseExecutionListener
 
MetricsCmmnTransformListener - Class in org.camunda.bpm.engine.impl.metrics.parser
 
MetricsCmmnTransformListener() - Constructor for class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
metricsCollectionTask - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
MetricsCollectionTask - Class in org.camunda.bpm.engine.impl.metrics.reporter
 
MetricsCollectionTask(MetricsRegistry, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
MetricsExecutionListener - Class in org.camunda.bpm.engine.impl.metrics.parser
 
MetricsExecutionListener(String) - Constructor for class org.camunda.bpm.engine.impl.metrics.parser.MetricsExecutionListener
 
metricsName - Variable in class org.camunda.bpm.engine.impl.metrics.parser.MetricsExecutionListener
 
metricsName - Variable in class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
MetricsQuery - Interface in org.camunda.bpm.engine.management
 
MetricsQueryImpl - Class in org.camunda.bpm.engine.impl.metrics
 
MetricsQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
MetricsQueryType - Enum in org.camunda.bpm.engine.impl.metrics
 
metricsRegistry - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
the metrics registry
MetricsRegistry - Class in org.camunda.bpm.engine.impl.metrics
 
MetricsRegistry() - Constructor for class org.camunda.bpm.engine.impl.metrics.MetricsRegistry
 
metricsRegistry - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
metricsRegistry - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
MetricsResource - Interface in org.camunda.bpm.engine.rest.sub.metrics
 
MetricsResourceImpl - Class in org.camunda.bpm.engine.rest.sub.metrics
 
MetricsResourceImpl(String, ProcessEngine, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
MetricsRestService - Interface in org.camunda.bpm.engine.rest
 
MetricsRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
MetricsRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.MetricsRestServiceImpl
 
MetricsResultDto - Class in org.camunda.bpm.engine.rest.dto.metrics
 
MetricsResultDto(Number) - Constructor for class org.camunda.bpm.engine.rest.dto.metrics.MetricsResultDto
 
MetricsResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.metrics.MetricsResultDto
 
migrateMultiInstanceJobDefinitions(ProcessDefinitionEntity, List<JobDefinitionEntity>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
Milestone - Interface in org.camunda.bpm.model.cmmn.instance
 
MilestoneActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
MilestoneActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.MilestoneActivityBehavior
 
MilestoneImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
MilestoneImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.MilestoneImpl
 
MilestoneItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
MilestoneItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.MilestoneItemHandler
 
milestonePlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
millisToWait - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
MIME_TYPE_TEXT_HTML - Static variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
MIME_TYPE_TEXT_JAVASCRIPT - Static variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
MIME_TYPE_TEXT_PLAIN - Static variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
mimeType - Variable in class org.camunda.bpm.engine.identity.Picture
 
MIN_PRIORITY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
minimumAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
MinLengthValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
MinLengthValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.MinLengthValidator
 
minOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
minOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
minOccurs(int) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
minOccurs(int) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
minPriority - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
MINUTE - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
minutes - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
MinValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
MinValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
minX - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
minY - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
MismatchingMessageCorrelationException - Exception in org.camunda.bpm.engine
 
MismatchingMessageCorrelationException(String, String) - Constructor for exception org.camunda.bpm.engine.MismatchingMessageCorrelationException
 
MismatchingMessageCorrelationException(String, String, Map<String, Object>) - Constructor for exception org.camunda.bpm.engine.MismatchingMessageCorrelationException
 
MismatchingMessageCorrelationException(String, String, Map<String, Object>, String) - Constructor for exception org.camunda.bpm.engine.MismatchingMessageCorrelationException
 
MockElResolver - Class in org.camunda.bpm.engine.test.mock
 
MockElResolver() - Constructor for class org.camunda.bpm.engine.test.mock.MockElResolver
 
MockExpressionManager - Class in org.camunda.bpm.engine.test.mock
 
MockExpressionManager() - Constructor for class org.camunda.bpm.engine.test.mock.MockExpressionManager
 
Mocks - Class in org.camunda.bpm.engine.test.mock
Registry for mock objects.
Mocks() - Constructor for class org.camunda.bpm.engine.test.mock.Mocks
 
MOD - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
mod(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
mode - Variable in class org.camunda.bpm.engine.impl.util.json.JSONWriter
The current mode.
model - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
model - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
Model - Interface in org.camunda.bpm.model.xml
A model contains all defined types and the relationship between them.
ModelAssertions - Class in org.camunda.bpm.model.xml.test.assertions
 
ModelAssertions() - Constructor for class org.camunda.bpm.model.xml.test.assertions.ModelAssertions
 
ModelBuilder - Class in org.camunda.bpm.model.xml
This builder is used to define and create a new model.
ModelBuilder() - Constructor for class org.camunda.bpm.model.xml.ModelBuilder
 
ModelBuilderImpl - Class in org.camunda.bpm.model.xml.impl
This builder is used to define and create a new model.
ModelBuilderImpl(String) - Constructor for class org.camunda.bpm.model.xml.impl.ModelBuilderImpl
 
ModelBuildOperation - Interface in org.camunda.bpm.model.xml.impl
A model build operation allows to participate in a model build phase and perform some resolution steps once all types are defined.
ModelConstants - Interface in org.camunda.bpm.container.impl.jboss.extension
Constants used in the model
ModelElementHandler<T extends ModelElementInstance,V extends HandlerContext,E> - Interface in org.camunda.bpm.engine.impl.core.handler
A ModelElementHandler handles an instance of a modelElement to create a new activity.
ModelElementInstance - Interface in org.camunda.bpm.model.xml.instance
An instance of a ModelElementType
ModelElementInstanceImpl - Class in org.camunda.bpm.model.xml.impl.instance
Base class for implementing Model Elements.
ModelElementInstanceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
ModelElementType - Interface in org.camunda.bpm.model.xml.type
 
ModelElementTypeAssert - Class in org.camunda.bpm.model.xml.test.assertions
 
ModelElementTypeAssert(ModelElementType) - Constructor for class org.camunda.bpm.model.xml.test.assertions.ModelElementTypeAssert
 
ModelElementTypeBuilder - Interface in org.camunda.bpm.model.xml.type
 
ModelElementTypeBuilder.ModelTypeInstanceProvider<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type
 
ModelElementTypeBuilderImpl - Class in org.camunda.bpm.model.xml.impl.type
 
ModelElementTypeBuilderImpl(Class<? extends ModelElementInstance>, String, ModelImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
ModelElementTypeImpl - Class in org.camunda.bpm.model.xml.impl.type
 
ModelElementTypeImpl(ModelImpl, String, Class<? extends ModelElementInstance>) - Constructor for class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
ModelException - Exception in org.camunda.bpm.model.xml
An Exception in the Core XML Model.
ModelException() - Constructor for exception org.camunda.bpm.model.xml.ModelException
 
ModelException(String, Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelException
 
ModelException(String) - Constructor for exception org.camunda.bpm.model.xml.ModelException
 
ModelException(Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelException
 
ModelImpl - Class in org.camunda.bpm.model.xml.impl
A model contains all defined types and the relationship between them.
ModelImpl(String) - Constructor for class org.camunda.bpm.model.xml.impl.ModelImpl
Create a new Model with a model name.
modelInstance - Variable in class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
 
modelInstance - Variable in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
the containing model instance
ModelInstance - Interface in org.camunda.bpm.model.xml
An instance of a model
ModelInstanceImpl - Class in org.camunda.bpm.model.xml.impl
An instance of a model
ModelInstanceImpl(ModelImpl, ModelBuilder, DomDocument) - Constructor for class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
ModelIoException - Exception in org.camunda.bpm.model.xml.impl.util
An exception during IO operations.
ModelIoException() - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelIoException
 
ModelIoException(String) - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelIoException
 
ModelIoException(String, Throwable) - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelIoException
 
ModelIoException(Throwable) - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelIoException
 
ModelParseException - Exception in org.camunda.bpm.model.xml
Thrown when an error is encountered during XML parsing
ModelParseException() - Constructor for exception org.camunda.bpm.model.xml.ModelParseException
 
ModelParseException(String, Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelParseException
 
ModelParseException(String) - Constructor for exception org.camunda.bpm.model.xml.ModelParseException
 
ModelParseException(Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelParseException
 
ModelReferenceException - Exception in org.camunda.bpm.model.xml
Thrown when an error is encountered during reference resolving.
ModelReferenceException() - Constructor for exception org.camunda.bpm.model.xml.ModelReferenceException
 
ModelReferenceException(String, Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelReferenceException
 
ModelReferenceException(String) - Constructor for exception org.camunda.bpm.model.xml.ModelReferenceException
 
ModelReferenceException(Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelReferenceException
 
ModelTypeException - Exception in org.camunda.bpm.model.xml.impl.util
Thrown in case a value cannot be converted to or from the requested type
ModelTypeException(String) - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelTypeException
 
ModelTypeException(String, Type) - Constructor for exception org.camunda.bpm.model.xml.impl.util.ModelTypeException
 
ModelTypeInstanceContext - Class in org.camunda.bpm.model.xml.impl.instance
 
ModelTypeInstanceContext(DomElement, ModelInstanceImpl, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext
 
ModelUtil - Class in org.camunda.bpm.model.xml.impl.util
Some Helpers useful when handling model elements.
ModelUtil() - Constructor for class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
ModelValidationException - Exception in org.camunda.bpm.model.xml
Thrown when an error is encountered during the model validation.
ModelValidationException() - Constructor for exception org.camunda.bpm.model.xml.ModelValidationException
 
ModelValidationException(String, Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelValidationException
 
ModelValidationException(String) - Constructor for exception org.camunda.bpm.model.xml.ModelValidationException
 
ModelValidationException(Throwable) - Constructor for exception org.camunda.bpm.model.xml.ModelValidationException
 
MODIFICATION_OPERATION_COMPARATOR - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
MODIFICATION_TYPE_COMPARATOR - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
 
modificationBuilder - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
ModificationObserverBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
When a (scope) activity behavior implements this behavior, its scope execution is notified in case of an external modification about the following: the scope execution is newly created a new concurrent execution is created in that scope a concurrent execution is removed in that scope
modifyProcessInstance(ProcessInstanceModificationDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
modifyProcessInstance(ProcessInstanceModificationDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
ModifyProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ModifyProcessInstanceCmd(ProcessInstanceModificationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
 
modifyVariables(PatchVariablesDto) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
modifyVariables(PatchVariablesDto) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
module - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
MODULE_IDENTIFYER_BPMN_MODEL - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_IDENTIFYER_CMMN_MODEL - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_IDENTIFYER_CONNECT - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_IDENTIFYER_PROCESS_ENGINE - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_IDENTIFYER_SPIN - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_IDENTIFYER_XML_MODEL - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MODULE_JNDI_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
MODULE_NAME_PATH - Static variable in class org.camunda.bpm.application.impl.EjbProcessApplication
 
ModuleDependencyProcessor - Class in org.camunda.bpm.container.impl.jboss.deployment.processor
This Processor creates implicit module dependencies for process applications
ModuleDependencyProcessor() - Constructor for class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
MONITOR - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
Monitoring - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN monitoring element
monitoringChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
monitoringChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
MonitoringImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN monitoring element
MonitoringImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MonitoringImpl
 
MONTH - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
monthMap - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
months - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
more() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
moveActivityLocalJobsTo(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
moveTasksTo(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
moveToLastGateway() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
moveToNode(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
moveUnder(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CompensateEventSubscriptionEntity
 
moveVariablesTo(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
MscExecutorService - Class in org.camunda.bpm.container.impl.jboss.service
 
MscExecutorService() - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
MscManagedProcessApplication - Class in org.camunda.bpm.container.impl.jboss.service
Represents a Process Application registered with the Msc
MscManagedProcessApplication(ProcessApplicationInfo) - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
 
MscManagedProcessEngine - Class in org.camunda.bpm.container.impl.jboss.service
Service representing a managed process engine instance registered with the Msc.
MscManagedProcessEngine() - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
MscManagedProcessEngine(ProcessEngine) - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
MscManagedProcessEngineController - Class in org.camunda.bpm.container.impl.jboss.service
Service responsible for starting / stopping a managed process engine inside the Msc
MscManagedProcessEngineController(ManagedProcessEngineMetadata) - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
Instantiate the process engine controller for a process engine configuration.
MscRuntimeContainerDelegate - Class in org.camunda.bpm.container.impl.jboss.service
A RuntimeContainerDelegate implementation for JBoss AS 7
MscRuntimeContainerDelegate() - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
MscRuntimeContainerJobExecutor - Class in org.camunda.bpm.container.impl.jboss.service
 
MscRuntimeContainerJobExecutor() - Constructor for class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor
 
mscRuntimeContainerJobExecutorInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
MSSQL - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
MUL - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
mul(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
mul(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
mul := unary (<MUL> unary | <DIV> unary | <MOD> unary)*
MULTI_INSTANCE_BODY_ID_SUFFIX - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
MULTI_INSTANCE_STROKE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
MultiInstanceActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Abstract Multi Instance Behavior: used for both parallel and sequential multi instance implementation.
MultiInstanceActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
MultiInstanceFlowCondition - Enum in org.camunda.bpm.model.bpmn
The BPMN 2.0 tMultiInstanceFlowCondition simple type
MultiInstanceLoopCharacteristics - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 multiInstanceLoopCharacteristics element type
MultiInstanceLoopCharacteristicsImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 multiInstanceLoopCharacteristics element
MultiInstanceLoopCharacteristicsImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
MultiInstanceReceiveTaskScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.multiinstance
 
MultiInstanceReceiveTaskScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.MultiInstanceReceiveTaskScenario
 
MultipartFormData - Class in org.camunda.bpm.engine.rest.mapper
Custom implementation of Multipart Form Data which can be used for handling requests.
MultipartFormData() - Constructor for class org.camunda.bpm.engine.rest.mapper.MultipartFormData
 
MultipartFormData.FormPart - Class in org.camunda.bpm.engine.rest.mapper
Dto representing a part in a multipart form.
MultipartFormData.FormPart(FileItemStream) - Constructor for class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
MultipartFormData.FormPart() - Constructor for class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
MultipartPayloadProvider - Class in org.camunda.bpm.engine.rest.mapper
Provides a MessageBodyReader for MultipartFormData.
MultipartPayloadProvider() - Constructor for class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
multiplicityAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
MultiplicityEnum - Enum in org.camunda.bpm.model.cmmn
 
mustUnderstand() - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
mustUnderstand() - Method in interface org.camunda.bpm.model.bpmn.instance.Extension
 
mustUnderstandAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
MybatisJoinHelper - Class in org.camunda.bpm.engine.impl.db.sql
 
MybatisJoinHelper() - Constructor for class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
MyBatisTableMapping - Interface in org.camunda.bpm.engine.impl.db.sql
 
myself - Variable in class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
 
myself - Variable in class org.camunda.bpm.model.bpmn.builder.AbstractEmbeddedSubProcessBuilder
 
MYSQL - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 

N

name - Variable in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
name - Variable in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
name - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
NAME - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
NAME - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
name - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
name - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
name - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
the name of this composite operation
name - Variable in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
name - Variable in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
name(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
name - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
name - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
NAME - Static variable in class org.camunda.bpm.engine.impl.calendar.CycleBusinessCalendar
 
NAME - Static variable in class org.camunda.bpm.engine.impl.calendar.DueDateBusinessCalendar
 
NAME - Static variable in class org.camunda.bpm.engine.impl.calendar.DurationBusinessCalendar
 
name - Variable in class org.camunda.bpm.engine.impl.cmd.DeletePropertyCmd
 
name - Variable in class org.camunda.bpm.engine.impl.cmd.SetPropertyCmd
 
name - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
name - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
name - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
name - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
The name of the parameter.
name - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
name - Variable in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
name - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
name - Variable in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
NAME - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
name - Variable in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
name - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
name - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
name - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
name - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
NAME - Static variable in interface org.camunda.bpm.engine.impl.GroupQueryProperty
 
name - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
name - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
NAME - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
name - Variable in class org.camunda.bpm.engine.impl.metrics.Meter
 
name - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
name(String) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
NAME - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
name - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
name - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
name - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
name - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
name - Variable in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
name - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
name - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
name - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
name - Variable in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
name - Variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
name(String) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
name(String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
name - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
NAME - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
name - Variable in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
name - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
name(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
name - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
NAME - Static variable in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
NAME - Static variable in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
name - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
name(String) - Method in interface org.camunda.bpm.engine.management.MetricsQuery
 
name(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
Gives the deployment the given name.
name(String) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
 
name - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
name - Variable in class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
name - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
name - Variable in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
name - Variable in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
name - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
name(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuilder
Sets the element name attribute.
name(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder
Sets the element name attribute.
name - Variable in class org.camunda.bpm.qa.upgrade.Scenario
 
name - Variable in class org.camunda.connect.plugin.impl.ConnectorVariableStore.ConnectorParamVariable
 
name - Variable in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
name - Variable in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
NAME_ALFRESCO - Static variable in interface org.camunda.bpm.engine.impl.identity.Account
 
NAME_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
NAME_CASE_INSENSITIVE - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
NAME_DEFAULT - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
NAME_GOOGLE - Static variable in interface org.camunda.bpm.engine.impl.identity.Account
 
NAME_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
NAME_MAIL - Static variable in interface org.camunda.bpm.engine.impl.identity.Account
 
NAME_OPERATOR_MAP - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
NAME_SKYPE - Static variable in interface org.camunda.bpm.engine.impl.identity.Account
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataStateImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.PropertyImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ParameterImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RoleImpl
 
nameAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
namedActivities - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
namedFlowActivities - Variable in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
namedOutgoingTransitions - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
NamedProcessEngineRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
NamedProcessEngineRestServiceImpl() - Constructor for class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
NamedProcessEngineServicesProducer - Class in org.camunda.bpm.engine.cdi.impl
This bean provides producers for the process engine services such that the injection point can choose the process engine it wants to inject by its name:
NamedProcessEngineServicesProducer() - Constructor for class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
nameExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
nameLike - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
nameLike - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
nameLike - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
nameLike - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
names - Static variable in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
 
names() - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
Namespace - Enum in org.camunda.bpm.container.impl.jboss.extension
An Element.
Namespace - Class in org.camunda.bpm.engine.impl.util.xml
 
Namespace(String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Namespace
 
Namespace(String, String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Namespace
Creates a namespace with an alternative uri.
namespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
namespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttributeBuilder
 
namespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttributeBuilder
 
namespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttributeBuilder
 
namespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
namespace(String) - Method in interface org.camunda.bpm.model.xml.type.attribute.AttributeBuilder
 
namespace(String) - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
namespaceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
namespaceAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
namespaceUri(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
namespaceUri(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
namespaceUris - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
This is a protected filed so you can extend that context with your own namespaces if necessary
NativeExecutionQuery - Interface in org.camunda.bpm.engine.runtime
Allows querying of Executions via native (SQL) queries
NativeExecutionQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeExecutionQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeExecutionQueryImpl
 
NativeExecutionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeExecutionQueryImpl
 
NativeHistoricActivityInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows querying of HistoricActivityInstanceQuerys via native (SQL) queries
NativeHistoricActivityInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeHistoricActivityInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricActivityInstanceQueryImpl
 
NativeHistoricActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricActivityInstanceQueryImpl
 
NativeHistoricCaseActivityInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows querying of HistoricCaseActivityInstances via native (SQL) queries
NativeHistoricCaseActivityInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeHistoricCaseActivityInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricCaseActivityInstanceQueryImpl
 
NativeHistoricCaseActivityInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricCaseActivityInstanceQueryImpl
 
NativeHistoricCaseInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows querying of HistoricCaseInstances via native (SQL) queries
NativeHistoricCaseInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeHistoricCaseInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricCaseInstanceQueryImpl
 
NativeHistoricCaseInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricCaseInstanceQueryImpl
 
NativeHistoricProcessInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricProcessInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeHistoricProcessInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
 
NativeHistoricProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricProcessInstanceQueryImpl
 
NativeHistoricTaskInstanceQuery - Interface in org.camunda.bpm.engine.history
Allows querying of HistoricTaskInstanceQuerys via native (SQL) queries
NativeHistoricTaskInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeHistoricTaskInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricTaskInstanceQueryImpl
 
NativeHistoricTaskInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeHistoricTaskInstanceQueryImpl
 
NativeProcessInstanceQuery - Interface in org.camunda.bpm.engine.runtime
Allows querying of ProcessInstances via native (SQL) queries
NativeProcessInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeProcessInstanceQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeProcessInstanceQueryImpl
 
NativeProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeProcessInstanceQueryImpl
 
NativeQuery<T extends NativeQuery<?,?>,U> - Interface in org.camunda.bpm.engine.query
Describes basic methods for doing native queries
NativeTaskQuery - Interface in org.camunda.bpm.engine.task
Allows querying of Tasks via native (SQL) queries
NativeTaskQueryImpl - Class in org.camunda.bpm.engine.impl
 
NativeTaskQueryImpl(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.NativeTaskQueryImpl
 
NativeTaskQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.NativeTaskQueryImpl
 
NE - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
ne(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.BooleanOperations
 
nearestWeekday - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
needsInitialUser(String) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
NEG - Static variable in class org.camunda.bpm.engine.impl.juel.AstUnary
 
neg(TypeConverter, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
NestedInterruptingErrorEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NestedInterruptingErrorEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingErrorEventSubprocessScenario
 
NestedInterruptingEventSubprocessParallelScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NestedInterruptingEventSubprocessParallelScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedInterruptingEventSubprocessParallelScenario
 
NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.boundary
 
NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnInnerSubprocessScenario
 
NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.boundary
 
NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.boundary.NestedNonInterruptingBoundaryEventOnOuterSubprocessScenario
 
NestedNonInterruptingEventSubprocessNestedSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NestedNonInterruptingEventSubprocessNestedSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessNestedSubprocessScenario
 
NestedNonInterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NestedNonInterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedNonInterruptingEventSubprocessScenario
 
NestedParallelNonInterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NestedParallelNonInterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NestedParallelNonInterruptingEventSubprocessScenario
 
NestedSequentialMultiInstanceSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.multiinstance
 
NestedSequentialMultiInstanceSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.NestedSequentialMultiInstanceSubprocessScenario
 
NEW - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
newActivityInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newCaseActivityInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
newCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
newCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
newCaseExecution() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
newCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
newCaseInstance() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnCaseDefinition
 
newCaseInstanceEventEntity(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultCmmnHistoryEventProducer
 
newDeployment(Deployment) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newDeployment(Deployment) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new deployment is created
newExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
newExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
instantiates a new execution.
newExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
newFilter(Filter) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newFilter(Filter) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new filter is created
newGroup(String) - Method in interface org.camunda.bpm.engine.IdentityService
Creates a new group.
newGroup(Group) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newGroup(Group) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new group is created
newGroup(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
newHistoricFormPropertyEvent() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newHistoricJobLogEntity(Job) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newIncidentEventEntity(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newInstance() - Static method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Creates a new instance of a ExpressionFactory.
newInstance(Properties) - Static method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
Create a new instance of a ExpressionFactory, with optional properties.
newInstance(Class<T>) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
newInstance(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
newInstance(ModelInstance) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
newInstance(ModelInstanceImpl, DomElement) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
newInstance(Class<T>) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Creates a new instance of type class.
newInstance(ModelElementType) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Creates a new instance of type.
newInstance(ModelInstance) - Method in interface org.camunda.bpm.model.xml.type.ModelElementType
 
newInstance(ModelTypeInstanceContext) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder.ModelTypeInstanceProvider
 
newJobInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
newJobInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
newJobInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
newPassword - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
newProcessDefinition(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newProcessDefinition(ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new process definition is created
newProcessInstance(ProcessInstance) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newProcessInstance(ProcessInstance) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new process instance is started
newProcessInstance() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
newProcessInstance() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
newProcessInstanceEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newSentryPart() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
newSentryPart() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
newSentryPart() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
newString(byte[], String) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
Constructs a new String by decoding the specified array of bytes using the given charset.
newStringUtf8(byte[]) - Static method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
newTask(Task) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newTask(Task) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new task is created
newTask() - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
newTask(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
newTask() - Method in interface org.camunda.bpm.engine.TaskService
Creates a new task that is not related to any process instance.
newTask(String) - Method in interface org.camunda.bpm.engine.TaskService
create a new task with a user defined task id
newTaskAssignee(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newTaskAssignee(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever an user has been assigned to a task.
newTaskFilter() - Method in interface org.camunda.bpm.engine.FilterService
Creates a new task filter.
newTaskFilter(String) - Method in interface org.camunda.bpm.engine.FilterService
Creates a new task filter with a given name.
newTaskFilter() - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
newTaskFilter(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
newTaskGroupIdentityLink(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newTaskGroupIdentityLink(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new group identity link has been added to a task.
newTaskInstanceEventEntity(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
newTaskOwner(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newTaskOwner(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever an user has been set as the owner of a task.
newTaskUserIdentityLink(Task, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newTaskUserIdentityLink(Task, String, String) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new user identity link has been added to a task.
newUser(String) - Method in interface org.camunda.bpm.engine.IdentityService
Creates a new user.
newUser(User) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
newUser(User) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
Invoked whenever a new user is created
newUser(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
newValue - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
newValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
the new value
newValue - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
newVariableUpdateEventEntity(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
 
next - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
will be initialized by the CommandInterceptorChains
next() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
Scan next token.
next() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the next n characters.
nextActivity - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
the activity which is to be started next
nextActivity - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
the activity which is to be started next
nextCDATA() - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextElement() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker
 
nextElement() - Method in class org.camunda.bpm.engine.impl.tree.ExecutionWalker
 
nextElement() - Method in class org.camunda.bpm.engine.impl.tree.FlowScopeWalker
 
nextElement() - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
nextEntity(char) - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Return the next entity.
nextEval() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
token inside an eval expression
nextId - Variable in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
nextMeta() - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Returns the next XML meta token.
nextNumber() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
number token
nextString() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
string token
nextString(char) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Return the characters up to the next close quote character.
nextText() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
text token
nextTo(char) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
nextToken() - Method in class org.camunda.bpm.engine.impl.util.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Get the next value.
NG_CLICK_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
NG_IF_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
NG_SHOW_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
NO_SPEC - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
NO_SPEC_INT - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
Node - Interface in org.camunda.bpm.engine.impl.juel
Basic node interface.
Node - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Node element
NodeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Node element
NodeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.NodeImpl
 
noDelegationState - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
NodePrinter - Class in org.camunda.bpm.engine.impl.juel
Node pretty printer for debugging purposes.
NodePrinter() - Constructor for class org.camunda.bpm.engine.impl.juel.NodePrinter
 
noneBehaviorEventRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
NoneEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
NoneEndEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.NoneEndEventActivityBehavior
 
NoneStartEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).
NoneStartEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.NoneStartEventActivityBehavior
 
NonInterruptingBoundaryEventScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.boundary
 
NonInterruptingBoundaryEventScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.boundary.NonInterruptingBoundaryEventScenario
 
NonInterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
NonInterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.NonInterruptingEventSubprocessScenario
 
nonliteral() - Method in class org.camunda.bpm.engine.impl.juel.Parser
nonliteral := <IDENTIFIER> | function | <LPAREN> expr <RPAREN> function := (<IDENTIFIER> <COLON>)? <IDENTIFIER> <LPAREN> list? <RPAREN>
noRetriesLeft - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
noRetriesLeft() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
noRetriesLeft() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which have no retries left
noSpace(String) - Static method in class org.camunda.bpm.engine.impl.util.json.XML
Throw an exception if the string contains whitespace.
NOT - Static variable in class org.camunda.bpm.engine.impl.juel.AstUnary
 
NOT_EQUALS_OPERATOR_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
NOT_REQUIRED - Static variable in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
 
NotAllowedException - Exception in org.camunda.bpm.engine.exception
This exception is thrown, if an operation is not allowed to be executed.
NotAllowedException() - Constructor for exception org.camunda.bpm.engine.exception.NotAllowedException
 
NotAllowedException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotAllowedException
 
NotAllowedException(String) - Constructor for exception org.camunda.bpm.engine.exception.NotAllowedException
 
NotAllowedException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotAllowedException
 
notCamundaExclusive() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
Sets the Camunda exclusive attribute to true.
notClosed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instance that are not yet closed.
notClosed - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
notClosed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
notClosed - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
notdeployedARtifacts - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
notEnded() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are not ended (ie.
notEnded() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
NotFoundException - Exception in org.camunda.bpm.engine.exception
This exception is thrown, if an entity (case execution, case definition) is not found.
NotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotFoundException
 
notify(DelegateExecution) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
notify(DelegateTask) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventListener
 
notify(DelegateCaseExecution) - Method in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
notify(DelegateCaseVariableInstance) - Method in interface org.camunda.bpm.engine.delegate.CaseVariableListener
 
notify(T) - Method in interface org.camunda.bpm.engine.delegate.DelegateListener
 
notify(DelegateExecution) - Method in interface org.camunda.bpm.engine.delegate.ExecutionListener
 
notify(DelegateTask) - Method in interface org.camunda.bpm.engine.delegate.TaskListener
 
notify(T) - Method in interface org.camunda.bpm.engine.delegate.VariableListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ClassDelegateExecutionListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.listener.DelegateExpressionExecutionListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ExpressionExecutionListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ClassDelegateCaseExecutionListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.listener.DelegateExpressionCaseExecutionListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ExpressionCaseExecutionListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.listener.ScriptCaseExecutionListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
 
notify(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCaseExecutionListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsExecutionListener
 
notify(DelegateTask) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.TaskListener
Deprecated.
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.impl.task.listener.ClassDelegateTaskListener
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.impl.task.listener.DelegateExpressionTaskListener
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.impl.task.listener.ExpressionTaskListener
 
notify(DelegateTask) - Method in class org.camunda.bpm.engine.impl.task.listener.ScriptTaskListener
 
notify(DelegateCaseVariableInstance) - Method in class org.camunda.bpm.engine.impl.variable.listener.ClassDelegateCaseVariableListener
 
notify(DelegateCaseVariableInstance) - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateExpressionCaseVariableListener
 
notify(DelegateCaseVariableInstance) - Method in class org.camunda.bpm.engine.impl.variable.listener.ExpressionCaseVariableListener
 
notify(DelegateCaseVariableInstance) - Method in class org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
 
notify(DelegateExecution) - Method in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
notifyAcquisition(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
notifyExecutionListener(DelegateExecution) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
notifyParent(CmmnExecution, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspend
 
notifyParent(CmmnExecution, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminate
 
notifyTaskListener(DelegateTask) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
notNull() - Static method in class org.camunda.bpm.engine.impl.tree.TreeWalker.NullCondition
 
NotValidException - Exception in org.camunda.bpm.engine.exception
This exception is thrown, if a given value is not valid.
NotValidException() - Constructor for exception org.camunda.bpm.engine.exception.NotValidException
 
NotValidException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotValidException
 
NotValidException(String) - Constructor for exception org.camunda.bpm.engine.exception.NotValidException
 
NotValidException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NotValidException
 
noViewProcessApplication - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
noViewProcessApplication - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
NoViewProcessApplicationStartService - Class in org.camunda.bpm.container.impl.jboss.service
Start Service for process applications that do not expose an EE Component View (like ServletProcessApplication
NoViewProcessApplicationStartService(ProcessApplicationReference) - Constructor for class org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
 
now() - Static method in class org.camunda.bpm.engine.impl.calendar.DateTimeUtil
 
now() - Static method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
nthdayOfWeek - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
NULL - Static variable in class org.camunda.bpm.engine.impl.util.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
NullValueException - Exception in org.camunda.bpm.engine.exception
 
NullValueException() - Constructor for exception org.camunda.bpm.engine.exception.NullValueException
 
NullValueException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NullValueException
 
NullValueException(String) - Constructor for exception org.camunda.bpm.engine.exception.NullValueException
 
NullValueException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.NullValueException
 
NullValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
Untyped Null
NullValueProvider - Class in org.camunda.bpm.engine.impl.core.variable.mapping.value
 
NullValueProvider() - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.value.NullValueProvider
 
NullValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
Used to serialize untyped null values.
NullValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
NUMBER - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
NUMBER_OF_ACTIVE_INSTANCES - Static variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
NUMBER_OF_COMPLETED_INSTANCES - Static variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
NUMBER_OF_INSTANCES - Static variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
numberOfJobsFailedToLock - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
NumberOperations - Class in org.camunda.bpm.engine.impl.juel
Arithmetic Operations as specified in chapter 1.7.
NumberOperations() - Constructor for class org.camunda.bpm.engine.impl.juel.NumberOperations
 
numberToString(Number) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Produce a string from a Number.
NumberValue - Interface in org.camunda.bpm.engine.variable.value
 
numberValue(Number) - Static method in class org.camunda.bpm.engine.variable.Variables
Creates an abstract Number value.
numOfRetries - Variable in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 

O

object() - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Begin appending a new object.
object - Variable in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
OBJECT - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
objectConverter - Variable in class org.camunda.bpm.engine.impl.json.JsonArrayOfObjectsConverter
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseInstanceResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
objectMapper - Variable in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
ObjectTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
ObjectTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
objectTypeName(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
objectTypeName - Variable in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
objectTypeName(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
ObjectValue - Interface in org.camunda.bpm.engine.variable.value
A typed value representing a Java Object.
objectValue(Object) - Static method in class org.camunda.bpm.engine.variable.Variables
 
ObjectValueBuilder - Interface in org.camunda.bpm.engine.variable.value.builder
 
ObjectValueExpression - Class in org.camunda.bpm.engine.impl.juel
Object wrapper expression.
ObjectValueExpression(TypeConverter, Object, Class<?>) - Constructor for class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Wrap an object into a value expression.
ObjectValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
ObjectValueImpl(Object, String, String, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
ObjectValueImpl(Object) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
ObjectVariableBuilderImpl - Class in org.camunda.bpm.engine.impl.core.variable.value.builder
 
ObjectVariableBuilderImpl(Object) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
ObjectVariableBuilderImpl(ObjectValue) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
OCCUR - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
occur() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.COMPLETED state.
occur() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
occur(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
occursMaximal(int) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
occursMinimal(int) - Method in class org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
 
OMG_DI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
OMG_DI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The namespace of the generic OMG DI elements (don't ask me why they didnt use the BPMN_DI_NS ...)
OMGDC - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
OMGDI - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
 
onClose(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onClose(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
onCommandContextClose(CommandContext) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
onCommandContextClose(CommandContext) - Method in interface org.camunda.bpm.engine.impl.interceptor.CommandContextListener
 
onCommandContextClose(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
onCommandContextClose(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
onCommandContextClose(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
onCommandFailed(CommandContext, Throwable) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
onCommandFailed(CommandContext, Throwable) - Method in interface org.camunda.bpm.engine.impl.interceptor.CommandContextListener
 
onCommandFailed(CommandContext, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
onCommandFailed(CommandContext, Throwable) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
onCommandFailed(CommandContext, Throwable) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
onCompletion(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
onCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onCreate(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onCreate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
onDisable(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onDisable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onDisable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
oneBehaviorEventRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
onEnable(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onEnable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onEnable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
OneScopeTaskScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.task
 
OneScopeTaskScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.task.OneScopeTaskScenario
 
OneTaskScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.task
 
OneTaskScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.task.OneTaskScenario
 
onExit(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onExit(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onExit(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onImplicitValueUpdate(TypedValue) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
onlyMessages - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
onlyTimers - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
onManualCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CaseTaskActivityBehavior
 
onManualCompletion(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onManualCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onManualCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessTaskActivityBehavior
 
onManualCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
onManualCompletion(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onManualStart(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onManualStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onManualStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onOccur(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onOccur(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onOccur(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onParentResume(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onParentResume(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onParentResume(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onParentSuspension(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onParentSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onParentSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onParentTermination(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onParentTermination(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onParentTermination(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
OnPart - Interface in org.camunda.bpm.model.cmmn.instance
 
onPartCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
OnPartImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
OnPartImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.OnPartImpl
 
onPartMap - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
onParts - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
onReactivation(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onReactivation(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onReactivation(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
onReactivation(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
onReenable(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onReenable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onReenable(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onResume(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onResume(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onResume(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onStart(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.camunda.bpm.application.impl.ServletProcessApplicationDeployer
 
onSuspension(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
onTermination(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
onTermination(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
 
onTermination(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
open() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which are open.
open() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
open - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
open - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
OPEN_DATEPICKER_FUNCTION_SNIPPET - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
OPEN_DATEPICKER_SNIPPET - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
openConnection() - Method in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
openContext(String, String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
openSession() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManagerFactory
 
openSession() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlPersistenceProviderFactory
 
openSession() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
openSession() - Method in interface org.camunda.bpm.engine.impl.interceptor.SessionFactory
 
openSession() - Method in class org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
 
openSession() - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
 
openSession() - Method in class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
openSession() - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
openTransactionContext(CommandContext) - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContextFactory
 
openTransactionContext(CommandContext) - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContextFactory
 
openTransactionContext(CommandContext) - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionContextFactory
 
openTransactionContext(CommandContext) - Method in class org.camunda.bpm.engine.spring.SpringTransactionContextFactory
 
operation(Operation) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractReceiveTaskBuilder
Sets the operation of the send task.
operation(Operation) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSendTaskBuilder
Sets the operation of the send task.
Operation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN operation element
OPERATION_TYPE_ACTIVATE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ACTIVATE_JOB - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ACTIVATE_JOB_DEFINITION - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ACTIVATE_PROCESS_DEFINITION - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ADD_ATTACHMENT - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ADD_GROUP_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ADD_USER_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_ASSIGN - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_CLAIM - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_COMPLETE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_CREATE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_DELEGATE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_DELETE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_DELETE_ATTACHMENT - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_DELETE_GROUP_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_DELETE_USER_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_MODIFY_PROCESS_INSTANCE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_MODIFY_VARIABLE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_REMOVE_VARIABLE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_RESOLVE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SET_JOB_RETRIES - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SET_OWNER - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SET_PRIORITY - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SET_VARIABLE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SUSPEND - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SUSPEND_JOB - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SUSPEND_JOB_DEFINITION - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_SUSPEND_PROCESS_DEFINITION - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
OPERATION_TYPE_UPDATE - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
 
operationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
operationId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries of a composite operation.
operationId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
operationId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
operationId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
operationId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
operationId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
operationId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
operationIdentifier - Variable in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
OperationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN operation element
OperationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
OperationLogQueryProperty - Class in org.camunda.bpm.engine.impl
Contains sortable properties which can be used in a UserOperationLogQuery.
OperationLogQueryProperty() - Constructor for class org.camunda.bpm.engine.impl.OperationLogQueryProperty
 
OperationRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN operationRef element of the BPMN tMessageEventDefinition type
OperationRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OperationRef
 
operationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
operationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
operationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
operationRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
operationRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
operations - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
operationType(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query for operations of a given type only.
operationType - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
The type of the operation.
operationType - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
operationType - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
operationType - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
operationType(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
operationType - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
operationType - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
operator - Variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
operator - Variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
OPERATOR_NAME_MAP - Static variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
opt(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
OptimisticLockingException - Exception in org.camunda.bpm.engine
Exception that is thrown when an optimistic locking occurs in the datastore caused by concurrent access of the same data entry.
OptimisticLockingException(String) - Constructor for exception org.camunda.bpm.engine.OptimisticLockingException
 
OptimisticLockingListener - Interface in org.camunda.bpm.engine.impl.db.entitymanager
Allows registering a listener which is notified when an DbOperationType.UPDATE or DbOperationType.DELETE could not be performed.
optimisticLockingListeners - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
optInt(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
OPTION_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
OptionalInputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN optionalInputRefs element of the BPMN tInputSet type
OptionalInputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OptionalInputRefs
 
optionalInputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
OptionalOutputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN optionalOutputRefs element of the BPMN tOutputSet type
OptionalOutputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OptionalOutputRefs
 
optionalOutputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
optJSONArray(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an optional string associated with a key.
OR - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
or(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
or := and (<OR> and)*
ORACLE - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
order - Variable in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
ORDER_BY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
Deprecated.
ORDER_BY_DELIMITER - Static variable in class org.camunda.bpm.engine.impl.json.JsonLegacyQueryOrderingPropertyConverter
 
orderAsc(String) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
orderAsc(String) - Method in interface org.camunda.bpm.engine.management.TablePageQuery
Orders the resulting table page rows by the given column in ascending order.
orderBy(QueryProperty) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
orderBy(QueryOrderingProperty) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
orderBy - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
orderBy(QueryOrderingProperty, int) - Static method in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
orderByActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by activityId (needs to be followed by Query.asc() or Query.desc()).
orderByActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
Order by activity id (needs to be followed by Query.asc() or Query.desc()).
orderByActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by activityId (needs to be followed by Query.asc() or Query.desc()).
orderByActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by activity id (needs to be followed by Query.asc() or Query.desc()).
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByActivityId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByActivityId() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by activty id (needs to be followed by Query.asc() or Query.desc()).
orderByActivityId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by activityId (needs to be followed by Query.asc() or Query.desc()).
orderByActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
orderByActivityInstanceId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Order by activity instance id (needs to be followed by Query.asc() or Query.desc()).
orderByActivityName() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by activityName (needs to be followed by Query.asc() or Query.desc()).
orderByActivityName() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByActivityType() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by activityType (needs to be followed by Query.asc() or Query.desc()).
orderByActivityType() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByCaseActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseActivityId (needs to be followed by Query.asc() or Query.desc()).
orderByCaseActivityId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseActivityName() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseActivityName (needs to be followed by Query.asc() or Query.desc()).
orderByCaseActivityName() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseActivityType() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseActivityType (needs to be followed by Query.asc() or Query.desc()).
orderByCaseActivityType() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseDefinitionCategory() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByCaseDefinitionCategory() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by the category of the case definitions (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseDefinitionId (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the case definition id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by case definition id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by the id of the case definitions (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Order by case definition id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Order by case definition id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
orderByCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
orderByCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by case definition key (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Order by case definition key (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Order by case definition key (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByCaseDefinitionName() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by the name of the case definitions (needs to be followed by Query.asc() or Query.desc()).
orderByCaseDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByCaseDefinitionVersion() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by the version of the case definitions (needs to be followed by Query.asc() or Query.desc()).
orderByCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseExecutionId (needs to be followed by Query.asc() or Query.desc()).
orderByCaseExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by case execution id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
orderByCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
orderByCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByCaseExecutionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByCaseExecutionId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseExecutionId() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by case execution id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseExecutionVariable(String, ValueType) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByCaseExecutionVariable(String, ValueType) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by a task variable value of a certain type.
orderByCaseInstanceBusinessKey() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the business key (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseInstanceCloseTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the close time (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceCloseTime() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseInstanceCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the create time (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceCreateTime() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseInstanceDuration() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the duration of the case instance (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceDuration() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by caseInstanceId (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Order by the case instance id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by case instance id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByCaseInstanceId() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceId() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by case instance id (needs to be followed by Query.asc() or Query.desc()).
orderByCaseInstanceVariable(String, ValueType) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByCaseInstanceVariable(String, ValueType) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by a task variable value of a certain type.
orderByCaseSentryId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
orderByCauseIncidentId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by causeIncidentId (needs to be followed by Query.asc() or Query.desc()).
orderByCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByCauseIncidentId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by causeIncidentId (needs to be followed by Query.asc() or Query.desc()).
orderByConfiguration() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by configuration (needs to be followed by Query.asc() or Query.desc()).
orderByConfiguration() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByConfiguration() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByConfiguration() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by configuration (needs to be followed by Query.asc() or Query.desc()).
orderByCreated() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
orderByCreated() - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Order by event subscription creation date (needs to be followed by Query.asc() or Query.desc()).
orderByCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by create time (needs to be followed by Query.asc() or Query.desc()).
orderByCreateTime() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByDeleteReason() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task delete reason (needs to be followed by Query.asc() or Query.desc()).
orderByDeleteReason() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByDeploymentId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
orderByDeploymentId() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
orderByDeploymentId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByDeploymentId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByDeploymentId() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentId() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymenTime() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
orderByDeploymenTime() - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
orderByDeploymentName() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
 
orderByDeploymentName() - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
orderByDueDate() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByDueDate() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by due date (needs to be followed by Query.asc() or Query.desc()).
orderByEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by end time (needs to be followed by Query.asc() or Query.desc()).
orderByEndTime() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by executionId (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by executionId (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByExecutionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByExecutionId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by executionId (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionId() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by execution id (needs to be followed by Query.asc() or Query.desc()).
orderByExecutionVariable(String, ValueType) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByExecutionVariable(String, ValueType) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by an execution variable value of a certain type.
orderByFilterId() - Method in interface org.camunda.bpm.engine.filter.FilterQuery
Order by filter id (needs to be followed by Query.asc() or Query.desc()).
orderByFilterId() - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
orderByFilterName() - Method in interface org.camunda.bpm.engine.filter.FilterQuery
Order by filter id (needs to be followed by Query.asc() or Query.desc()).
orderByFilterName() - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
orderByFilterOwner() - Method in interface org.camunda.bpm.engine.filter.FilterQuery
Order by filter id (needs to be followed by Query.asc() or Query.desc()).
orderByFilterOwner() - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
orderByFilterResourceType() - Method in interface org.camunda.bpm.engine.filter.FilterQuery
Order by filter id (needs to be followed by Query.asc() or Query.desc()).
orderByFilterResourceType() - Method in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
orderByFollowUpDate() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByFollowUpDate() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by follow-up date (needs to be followed by Query.asc() or Query.desc()).
orderByFormPropertyId() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByFormPropertyId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByGroupId() - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Order by group id (needs to be followed by Query.asc() or Query.desc()).
orderByGroupId() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
orderByGroupName() - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Order by group name (needs to be followed by Query.asc() or Query.desc()).
orderByGroupName() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
orderByGroupType() - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Order by group type (needs to be followed by Query.asc() or Query.desc()).
orderByGroupType() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
orderByHistoricActivityInstanceDuration() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by duration (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceDuration() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByHistoricActivityInstanceEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by end (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceEndTime() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByHistoricActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by the historic activity instance id this task was used in (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByHistoricActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByHistoricActivityInstanceStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by start (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by start time (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricActivityInstanceStartTime() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByHistoricActivityInstanceStartTime() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByHistoricCaseActivityInstanceCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by create time (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricCaseActivityInstanceCreateTime() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByHistoricCaseActivityInstanceDuration() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by duration (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricCaseActivityInstanceDuration() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByHistoricCaseActivityInstanceEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by end time (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricCaseActivityInstanceEndTime() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByHistoricCaseActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricCaseActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
orderByHistoricTaskInstanceDuration() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by duration (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricTaskInstanceDuration() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByHistoricTaskInstanceEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by end time (needs to be followed by Query.asc() or Query.desc()).
orderByHistoricTaskInstanceEndTime() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByIncidentId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByIncidentId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByIncidentId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByIncidentId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByIncidentTimestamp() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByIncidentTimestamp() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by incidentTimestamp (needs to be followed by Query.asc() or Query.desc()).
orderByIncidentType() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by incidentType (needs to be followed by Query.asc() or Query.desc()).
orderByIncidentType() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByIncidentType() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByIncidentType() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by incidentType (needs to be followed by Query.asc() or Query.desc()).
orderByJobConfiguration() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByJobConfiguration() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by job configuration (needs to be followed by Query.asc() or Query.desc()).
orderByJobDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by job definition id (needs to be followed by Query.asc() or Query.desc()).
orderByJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByJobDefinitionId() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByJobDueDate() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by job due date (needs to be followed by Query.asc() or Query.desc()).
orderByJobDueDate() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByJobDuedate() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByJobDuedate() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by duedate (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByJobId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByJobId() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by job id (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by job retries (needs to be followed by Query.asc() or Query.desc()).
orderByJobRetries() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByJobRetries() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByJobRetries() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by retries (needs to be followed by Query.asc() or Query.desc()).
orderByJobType() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByJobType() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by job type (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionCategory() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByProcessDefinitionCategory() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by the category of the process definitions (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by processDefinitionId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by processDefinitionId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by process defintion id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by the id of the process definitions (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by processDefinitionId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Order by process definition key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByProcessDefinitionName() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by the name of the process definitions (needs to be followed by Query.asc() or Query.desc()).
orderByProcessDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
orderByProcessDefinitionVersion() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Order by the version of the process definitions (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceBusinessKey() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the business key (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessInstanceDuration() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the duration of the process instance (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceDuration() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessInstanceEndTime() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the end time (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceEndTime() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Order by processInstanceId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by processInstanceId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
orderByProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by processInstanceId (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Order by id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceStartTime() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Order by the start time (needs to be followed by Query.asc() or Query.desc()).
orderByProcessInstanceStartTime() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
orderByProcessVariable(String, ValueType) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByProcessVariable(String, ValueType) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by a process instance variable value of a certain type.
orderByResourceId() - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
Order by resource id (needs to be followed by Query.asc() or Query.desc()).
orderByResourceId() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
orderByResourceType() - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
Order by resource type (needs to be followed by Query.asc() or Query.desc()).
orderByResourceType() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
orderByRootCauseIncidentId() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Order by rootCauseIncidentId (needs to be followed by Query.asc() or Query.desc()).
orderByRootCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
orderByRootCauseIncidentId() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
orderByRootCauseIncidentId() - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Order by rootCauseIncidentId (needs to be followed by Query.asc() or Query.desc()).
orderBySelection(QueryOrderingProperty, int) - Static method in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
orderBySentryId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
orderBySequenceCounter() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
orderBySource() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
orderByTaskAssignee() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task assignee (needs to be followed by Query.asc() or Query.desc()).
orderByTaskAssignee() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskAssignee() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskAssignee() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by assignee (needs to be followed by Query.asc() or Query.desc()).
orderByTaskCreateTime() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskCreateTime() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by the time on which the tasks were created (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task definition key (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskDescription() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task description (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDescription() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskDescription() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskDescription() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by description (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDueDate() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task due date (needs to be followed by Query.asc() or Query.desc()).
orderByTaskDueDate() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskFollowUpDate() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task follow-up date (needs to be followed by Query.asc() or Query.desc()).
orderByTaskFollowUpDate() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task id (needs to be followed by Query.asc() or Query.desc()).
orderByTaskId() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskId() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by task id (needs to be followed by Query.asc() or Query.desc()).
orderByTaskName() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task name (needs to be followed by Query.asc() or Query.desc()).
orderByTaskName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskName() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by task name (needs to be followed by Query.asc() or Query.desc()).
orderByTaskNameCaseInsensitive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskNameCaseInsensitive() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by task name case insensitive (needs to be followed by Query.asc() or Query.desc()).
orderByTaskOwner() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task owner (needs to be followed by Query.asc() or Query.desc()).
orderByTaskOwner() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskPriority() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Order by task priority key (needs to be followed by Query.asc() or Query.desc()).
orderByTaskPriority() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
orderByTaskPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskPriority() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by priority (needs to be followed by Query.asc() or Query.desc()).
orderByTaskVariable(String, ValueType) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
orderByTaskVariable(String, ValueType) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Order by a task variable value of a certain type.
orderByTime() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByTime() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByTimestamp() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Order by timestamp (needs to be followed by Query.asc() or Query.desc()).
orderByTimestamp() - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Order by time stamp (needs to be followed by Query.asc() or Query.desc()).
orderByTimestamp() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
orderByTimestamp() - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
orderByUserEmail() - Method in interface org.camunda.bpm.engine.identity.UserQuery
Order by user email (needs to be followed by Query.asc() or Query.desc()).
orderByUserEmail() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
orderByUserFirstName() - Method in interface org.camunda.bpm.engine.identity.UserQuery
Order by user first name (needs to be followed by Query.asc() or Query.desc()).
orderByUserFirstName() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
orderByUserId() - Method in interface org.camunda.bpm.engine.identity.UserQuery
Order by user id (needs to be followed by Query.asc() or Query.desc()).
orderByUserId() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
orderByUserLastName() - Method in interface org.camunda.bpm.engine.identity.UserQuery
Order by user last name (needs to be followed by Query.asc() or Query.desc()).
orderByUserLastName() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
orderByVariableName() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByVariableName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
 
orderByVariableName() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByVariableName() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
orderByVariableName() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
orderByVariableName() - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Order by variable name (needs to be followed by Query.asc() or Query.desc()).
orderByVariableRevision() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByVariableRevision() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByVariableType() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
 
orderByVariableType() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderByVariableType() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
orderByVariableType() - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Order by variable type (needs to be followed by Query.asc() or Query.desc()).
orderDesc(String) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
orderDesc(String) - Method in interface org.camunda.bpm.engine.management.TablePageQuery
Orders the resulting table page rows by the given column in descending order.
ORDERING_PROPERTIES - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
orderingProperties - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
orderPartiallyByOccurrence() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Sort the activity instances in the order in which they occurred (ie.
orderPartiallyByOccurrence() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Sort the historic detail events in the order in which they occurred and needs to be followed by Query.asc() or Query.desc().
orderPartiallyByOccurrence() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Sort the historic job logs in the order in which they occurred and needs to be followed by Query.asc() or Query.desc().
orderPartiallyByOccurrence() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
orderPartiallyByOccurrence() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
orderPartiallyByOccurrence() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
org.camunda.bpm - package org.camunda.bpm
 
org.camunda.bpm.admin - package org.camunda.bpm.admin
 
org.camunda.bpm.admin.impl - package org.camunda.bpm.admin.impl
 
org.camunda.bpm.admin.impl.web - package org.camunda.bpm.admin.impl.web
 
org.camunda.bpm.admin.impl.web.bootstrap - package org.camunda.bpm.admin.impl.web.bootstrap
 
org.camunda.bpm.admin.plugin.spi - package org.camunda.bpm.admin.plugin.spi
 
org.camunda.bpm.admin.plugin.spi.impl - package org.camunda.bpm.admin.plugin.spi.impl
 
org.camunda.bpm.admin.resource - package org.camunda.bpm.admin.resource
 
org.camunda.bpm.application - package org.camunda.bpm.application
 
org.camunda.bpm.application.impl - package org.camunda.bpm.application.impl
 
org.camunda.bpm.application.impl.ejb - package org.camunda.bpm.application.impl.ejb
 
org.camunda.bpm.application.impl.event - package org.camunda.bpm.application.impl.event
 
org.camunda.bpm.application.impl.metadata - package org.camunda.bpm.application.impl.metadata
 
org.camunda.bpm.application.impl.metadata.spi - package org.camunda.bpm.application.impl.metadata.spi
 
org.camunda.bpm.application.impl.web - package org.camunda.bpm.application.impl.web
 
org.camunda.bpm.cockpit - package org.camunda.bpm.cockpit
 
org.camunda.bpm.cockpit.db - package org.camunda.bpm.cockpit.db
 
org.camunda.bpm.cockpit.impl - package org.camunda.bpm.cockpit.impl
 
org.camunda.bpm.cockpit.impl.db - package org.camunda.bpm.cockpit.impl.db
 
org.camunda.bpm.cockpit.impl.plugin - package org.camunda.bpm.cockpit.impl.plugin
 
org.camunda.bpm.cockpit.impl.plugin.base - package org.camunda.bpm.cockpit.impl.plugin.base
 
org.camunda.bpm.cockpit.impl.plugin.base.dto - package org.camunda.bpm.cockpit.impl.plugin.base.dto
 
org.camunda.bpm.cockpit.impl.plugin.base.dto.query - package org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
org.camunda.bpm.cockpit.impl.plugin.base.resources - package org.camunda.bpm.cockpit.impl.plugin.base.resources
 
org.camunda.bpm.cockpit.impl.plugin.base.sub.resources - package org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
 
org.camunda.bpm.cockpit.impl.plugin.jobdefinition - package org.camunda.bpm.cockpit.impl.plugin.jobdefinition
 
org.camunda.bpm.cockpit.impl.plugin.jobdefinition.resources - package org.camunda.bpm.cockpit.impl.plugin.jobdefinition.resources
 
org.camunda.bpm.cockpit.impl.web - package org.camunda.bpm.cockpit.impl.web
 
org.camunda.bpm.cockpit.impl.web.bootstrap - package org.camunda.bpm.cockpit.impl.web.bootstrap
 
org.camunda.bpm.cockpit.plugin - package org.camunda.bpm.cockpit.plugin
 
org.camunda.bpm.cockpit.plugin.resource - package org.camunda.bpm.cockpit.plugin.resource
 
org.camunda.bpm.cockpit.plugin.spi - package org.camunda.bpm.cockpit.plugin.spi
 
org.camunda.bpm.cockpit.plugin.spi.impl - package org.camunda.bpm.cockpit.plugin.spi.impl
 
org.camunda.bpm.cockpit.plugin.test - package org.camunda.bpm.cockpit.plugin.test
 
org.camunda.bpm.cockpit.plugin.test.application - package org.camunda.bpm.cockpit.plugin.test.application
 
org.camunda.bpm.cockpit.rest.dto - package org.camunda.bpm.cockpit.rest.dto
 
org.camunda.bpm.cockpit.service - package org.camunda.bpm.cockpit.service
 
org.camunda.bpm.container - package org.camunda.bpm.container
 
org.camunda.bpm.container.impl - package org.camunda.bpm.container.impl
 
org.camunda.bpm.container.impl.deployment - package org.camunda.bpm.container.impl.deployment
 
org.camunda.bpm.container.impl.deployment.jobexecutor - package org.camunda.bpm.container.impl.deployment.jobexecutor
 
org.camunda.bpm.container.impl.deployment.scanning - package org.camunda.bpm.container.impl.deployment.scanning
 
org.camunda.bpm.container.impl.deployment.scanning.spi - package org.camunda.bpm.container.impl.deployment.scanning.spi
 
org.camunda.bpm.container.impl.deployment.util - package org.camunda.bpm.container.impl.deployment.util
 
org.camunda.bpm.container.impl.ejb - package org.camunda.bpm.container.impl.ejb
 
org.camunda.bpm.container.impl.ejb.deployment - package org.camunda.bpm.container.impl.ejb.deployment
 
org.camunda.bpm.container.impl.jboss.config - package org.camunda.bpm.container.impl.jboss.config
 
org.camunda.bpm.container.impl.jboss.deployment.marker - package org.camunda.bpm.container.impl.jboss.deployment.marker
 
org.camunda.bpm.container.impl.jboss.deployment.processor - package org.camunda.bpm.container.impl.jboss.deployment.processor
 
org.camunda.bpm.container.impl.jboss.extension - package org.camunda.bpm.container.impl.jboss.extension
 
org.camunda.bpm.container.impl.jboss.extension.handler - package org.camunda.bpm.container.impl.jboss.extension.handler
 
org.camunda.bpm.container.impl.jboss.service - package org.camunda.bpm.container.impl.jboss.service
 
org.camunda.bpm.container.impl.jboss.util - package org.camunda.bpm.container.impl.jboss.util
 
org.camunda.bpm.container.impl.jmx - package org.camunda.bpm.container.impl.jmx
 
org.camunda.bpm.container.impl.jmx.services - package org.camunda.bpm.container.impl.jmx.services
 
org.camunda.bpm.container.impl.jndi - package org.camunda.bpm.container.impl.jndi
 
org.camunda.bpm.container.impl.metadata - package org.camunda.bpm.container.impl.metadata
 
org.camunda.bpm.container.impl.metadata.spi - package org.camunda.bpm.container.impl.metadata.spi
 
org.camunda.bpm.container.impl.spi - package org.camunda.bpm.container.impl.spi
 
org.camunda.bpm.container.impl.threading.ra - package org.camunda.bpm.container.impl.threading.ra
 
org.camunda.bpm.container.impl.threading.ra.commonj - package org.camunda.bpm.container.impl.threading.ra.commonj
 
org.camunda.bpm.container.impl.threading.ra.inflow - package org.camunda.bpm.container.impl.threading.ra.inflow
 
org.camunda.bpm.container.impl.threading.ra.outbound - package org.camunda.bpm.container.impl.threading.ra.outbound
 
org.camunda.bpm.container.impl.threading.se - package org.camunda.bpm.container.impl.threading.se
 
org.camunda.bpm.container.impl.tomcat - package org.camunda.bpm.container.impl.tomcat
 
org.camunda.bpm.container.impl.tomcat.deployment - package org.camunda.bpm.container.impl.tomcat.deployment
 
org.camunda.bpm.engine - package org.camunda.bpm.engine
Public API of the camunda BPM engine.

Typical usage of the API starts by the creation of a ProcessEngineConfiguration (typically based on a configuration file), from which a ProcessEngine can be obtained.

Through the services obtained from such a ProcessEngine, BPM and workflow operation can be executed:

RepositoryService: Manages Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService: Exposes information about ongoing and past process instances.
FormService: Access to form data and rendered forms for starting new process instances and completing tasks.
org.camunda.bpm.engine.authorization - package org.camunda.bpm.engine.authorization
 
org.camunda.bpm.engine.cdi - package org.camunda.bpm.engine.cdi
 
org.camunda.bpm.engine.cdi.annotation - package org.camunda.bpm.engine.cdi.annotation
 
org.camunda.bpm.engine.cdi.annotation.event - package org.camunda.bpm.engine.cdi.annotation.event
 
org.camunda.bpm.engine.cdi.compat - package org.camunda.bpm.engine.cdi.compat
 
org.camunda.bpm.engine.cdi.impl - package org.camunda.bpm.engine.cdi.impl
 
org.camunda.bpm.engine.cdi.impl.annotation - package org.camunda.bpm.engine.cdi.impl.annotation
 
org.camunda.bpm.engine.cdi.impl.context - package org.camunda.bpm.engine.cdi.impl.context
 
org.camunda.bpm.engine.cdi.impl.el - package org.camunda.bpm.engine.cdi.impl.el
 
org.camunda.bpm.engine.cdi.impl.event - package org.camunda.bpm.engine.cdi.impl.event
 
org.camunda.bpm.engine.cdi.impl.util - package org.camunda.bpm.engine.cdi.impl.util
 
org.camunda.bpm.engine.cdi.jsf - package org.camunda.bpm.engine.cdi.jsf
 
org.camunda.bpm.engine.delegate - package org.camunda.bpm.engine.delegate
Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events with JavaDelegates.
org.camunda.bpm.engine.exception - package org.camunda.bpm.engine.exception
 
org.camunda.bpm.engine.exception.cmmn - package org.camunda.bpm.engine.exception.cmmn
 
org.camunda.bpm.engine.filter - package org.camunda.bpm.engine.filter
 
org.camunda.bpm.engine.form - package org.camunda.bpm.engine.form
Classes related to the FormService.
org.camunda.bpm.engine.history - package org.camunda.bpm.engine.history
Classes related to the HistoryService.
org.camunda.bpm.engine.identity - package org.camunda.bpm.engine.identity
classes related to the IdentityService.
org.camunda.bpm.engine.impl - package org.camunda.bpm.engine.impl
API implementation classes, which shouldn't directly be used by end-users.
org.camunda.bpm.engine.impl.ant - package org.camunda.bpm.engine.impl.ant
 
org.camunda.bpm.engine.impl.application - package org.camunda.bpm.engine.impl.application
 
org.camunda.bpm.engine.impl.bpmn.behavior - package org.camunda.bpm.engine.impl.bpmn.behavior
 
org.camunda.bpm.engine.impl.bpmn.delegate - package org.camunda.bpm.engine.impl.bpmn.delegate
 
org.camunda.bpm.engine.impl.bpmn.deployer - package org.camunda.bpm.engine.impl.bpmn.deployer
 
org.camunda.bpm.engine.impl.bpmn.diagram - package org.camunda.bpm.engine.impl.bpmn.diagram
 
org.camunda.bpm.engine.impl.bpmn.helper - package org.camunda.bpm.engine.impl.bpmn.helper
 
org.camunda.bpm.engine.impl.bpmn.listener - package org.camunda.bpm.engine.impl.bpmn.listener
 
org.camunda.bpm.engine.impl.bpmn.parser - package org.camunda.bpm.engine.impl.bpmn.parser
 
org.camunda.bpm.engine.impl.calendar - package org.camunda.bpm.engine.impl.calendar
 
org.camunda.bpm.engine.impl.cfg - package org.camunda.bpm.engine.impl.cfg
 
org.camunda.bpm.engine.impl.cfg.auth - package org.camunda.bpm.engine.impl.cfg.auth
 
org.camunda.bpm.engine.impl.cfg.jta - package org.camunda.bpm.engine.impl.cfg.jta
 
org.camunda.bpm.engine.impl.cfg.standalone - package org.camunda.bpm.engine.impl.cfg.standalone
 
org.camunda.bpm.engine.impl.cmd - package org.camunda.bpm.engine.impl.cmd
 
org.camunda.bpm.engine.impl.cmmn - package org.camunda.bpm.engine.impl.cmmn
 
org.camunda.bpm.engine.impl.cmmn.behavior - package org.camunda.bpm.engine.impl.cmmn.behavior
 
org.camunda.bpm.engine.impl.cmmn.cmd - package org.camunda.bpm.engine.impl.cmmn.cmd
 
org.camunda.bpm.engine.impl.cmmn.delegate - package org.camunda.bpm.engine.impl.cmmn.delegate
 
org.camunda.bpm.engine.impl.cmmn.deployer - package org.camunda.bpm.engine.impl.cmmn.deployer
 
org.camunda.bpm.engine.impl.cmmn.entity.repository - package org.camunda.bpm.engine.impl.cmmn.entity.repository
 
org.camunda.bpm.engine.impl.cmmn.entity.runtime - package org.camunda.bpm.engine.impl.cmmn.entity.runtime
 
org.camunda.bpm.engine.impl.cmmn.execution - package org.camunda.bpm.engine.impl.cmmn.execution
 
org.camunda.bpm.engine.impl.cmmn.handler - package org.camunda.bpm.engine.impl.cmmn.handler
 
org.camunda.bpm.engine.impl.cmmn.listener - package org.camunda.bpm.engine.impl.cmmn.listener
 
org.camunda.bpm.engine.impl.cmmn.model - package org.camunda.bpm.engine.impl.cmmn.model
 
org.camunda.bpm.engine.impl.cmmn.operation - package org.camunda.bpm.engine.impl.cmmn.operation
 
org.camunda.bpm.engine.impl.cmmn.transformer - package org.camunda.bpm.engine.impl.cmmn.transformer
 
org.camunda.bpm.engine.impl.context - package org.camunda.bpm.engine.impl.context
 
org.camunda.bpm.engine.impl.core.delegate - package org.camunda.bpm.engine.impl.core.delegate
 
org.camunda.bpm.engine.impl.core.handler - package org.camunda.bpm.engine.impl.core.handler
 
org.camunda.bpm.engine.impl.core.instance - package org.camunda.bpm.engine.impl.core.instance
 
org.camunda.bpm.engine.impl.core.model - package org.camunda.bpm.engine.impl.core.model
 
org.camunda.bpm.engine.impl.core.operation - package org.camunda.bpm.engine.impl.core.operation
 
org.camunda.bpm.engine.impl.core.transformer - package org.camunda.bpm.engine.impl.core.transformer
 
org.camunda.bpm.engine.impl.core.variable - package org.camunda.bpm.engine.impl.core.variable
 
org.camunda.bpm.engine.impl.core.variable.event - package org.camunda.bpm.engine.impl.core.variable.event
 
org.camunda.bpm.engine.impl.core.variable.mapping - package org.camunda.bpm.engine.impl.core.variable.mapping
 
org.camunda.bpm.engine.impl.core.variable.mapping.value - package org.camunda.bpm.engine.impl.core.variable.mapping.value
 
org.camunda.bpm.engine.impl.core.variable.scope - package org.camunda.bpm.engine.impl.core.variable.scope
 
org.camunda.bpm.engine.impl.core.variable.type - package org.camunda.bpm.engine.impl.core.variable.type
 
org.camunda.bpm.engine.impl.core.variable.value - package org.camunda.bpm.engine.impl.core.variable.value
 
org.camunda.bpm.engine.impl.core.variable.value.builder - package org.camunda.bpm.engine.impl.core.variable.value.builder
 
org.camunda.bpm.engine.impl.db - package org.camunda.bpm.engine.impl.db
 
org.camunda.bpm.engine.impl.db.entitymanager - package org.camunda.bpm.engine.impl.db.entitymanager
 
org.camunda.bpm.engine.impl.db.entitymanager.cache - package org.camunda.bpm.engine.impl.db.entitymanager.cache
 
org.camunda.bpm.engine.impl.db.entitymanager.operation - package org.camunda.bpm.engine.impl.db.entitymanager.operation
 
org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator - package org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
 
org.camunda.bpm.engine.impl.db.sql - package org.camunda.bpm.engine.impl.db.sql
 
org.camunda.bpm.engine.impl.delegate - package org.camunda.bpm.engine.impl.delegate
 
org.camunda.bpm.engine.impl.digest - package org.camunda.bpm.engine.impl.digest
 
org.camunda.bpm.engine.impl.digest._apacheCommonsCodec - package org.camunda.bpm.engine.impl.digest._apacheCommonsCodec
The following classes are copied from Apache Commons Codec: Base64 StringUtils The classes are slightly modified to minimize imports.
org.camunda.bpm.engine.impl.el - package org.camunda.bpm.engine.impl.el
 
org.camunda.bpm.engine.impl.event - package org.camunda.bpm.engine.impl.event
 
org.camunda.bpm.engine.impl.filter - package org.camunda.bpm.engine.impl.filter
 
org.camunda.bpm.engine.impl.form - package org.camunda.bpm.engine.impl.form
 
org.camunda.bpm.engine.impl.form.engine - package org.camunda.bpm.engine.impl.form.engine
 
org.camunda.bpm.engine.impl.form.handler - package org.camunda.bpm.engine.impl.form.handler
 
org.camunda.bpm.engine.impl.form.type - package org.camunda.bpm.engine.impl.form.type
 
org.camunda.bpm.engine.impl.form.validator - package org.camunda.bpm.engine.impl.form.validator
 
org.camunda.bpm.engine.impl.history - package org.camunda.bpm.engine.impl.history
 
org.camunda.bpm.engine.impl.history.event - package org.camunda.bpm.engine.impl.history.event
 
org.camunda.bpm.engine.impl.history.handler - package org.camunda.bpm.engine.impl.history.handler
 
org.camunda.bpm.engine.impl.history.parser - package org.camunda.bpm.engine.impl.history.parser
 
org.camunda.bpm.engine.impl.history.producer - package org.camunda.bpm.engine.impl.history.producer
 
org.camunda.bpm.engine.impl.history.transformer - package org.camunda.bpm.engine.impl.history.transformer
 
org.camunda.bpm.engine.impl.identity - package org.camunda.bpm.engine.impl.identity
 
org.camunda.bpm.engine.impl.identity.db - package org.camunda.bpm.engine.impl.identity.db
 
org.camunda.bpm.engine.impl.incident - package org.camunda.bpm.engine.impl.incident
 
org.camunda.bpm.engine.impl.interceptor - package org.camunda.bpm.engine.impl.interceptor
 
org.camunda.bpm.engine.impl.javax.el - package org.camunda.bpm.engine.impl.javax.el
 
org.camunda.bpm.engine.impl.jobexecutor - package org.camunda.bpm.engine.impl.jobexecutor
 
org.camunda.bpm.engine.impl.json - package org.camunda.bpm.engine.impl.json
 
org.camunda.bpm.engine.impl.juel - package org.camunda.bpm.engine.impl.juel
 
org.camunda.bpm.engine.impl.metrics - package org.camunda.bpm.engine.impl.metrics
 
org.camunda.bpm.engine.impl.metrics.parser - package org.camunda.bpm.engine.impl.metrics.parser
 
org.camunda.bpm.engine.impl.metrics.reporter - package org.camunda.bpm.engine.impl.metrics.reporter
 
org.camunda.bpm.engine.impl.oplog - package org.camunda.bpm.engine.impl.oplog
 
org.camunda.bpm.engine.impl.persistence - package org.camunda.bpm.engine.impl.persistence
 
org.camunda.bpm.engine.impl.persistence.deploy - package org.camunda.bpm.engine.impl.persistence.deploy
 
org.camunda.bpm.engine.impl.persistence.entity - package org.camunda.bpm.engine.impl.persistence.entity
 
org.camunda.bpm.engine.impl.persistence.entity.util - package org.camunda.bpm.engine.impl.persistence.entity.util
 
org.camunda.bpm.engine.impl.plugin - package org.camunda.bpm.engine.impl.plugin
 
org.camunda.bpm.engine.impl.pvm - package org.camunda.bpm.engine.impl.pvm
 
org.camunda.bpm.engine.impl.pvm.delegate - package org.camunda.bpm.engine.impl.pvm.delegate
 
org.camunda.bpm.engine.impl.pvm.process - package org.camunda.bpm.engine.impl.pvm.process
 
org.camunda.bpm.engine.impl.pvm.runtime - package org.camunda.bpm.engine.impl.pvm.runtime
 
org.camunda.bpm.engine.impl.pvm.runtime.operation - package org.camunda.bpm.engine.impl.pvm.runtime.operation
 
org.camunda.bpm.engine.impl.repository - package org.camunda.bpm.engine.impl.repository
 
org.camunda.bpm.engine.impl.runtime - package org.camunda.bpm.engine.impl.runtime
 
org.camunda.bpm.engine.impl.scripting - package org.camunda.bpm.engine.impl.scripting
 
org.camunda.bpm.engine.impl.scripting.engine - package org.camunda.bpm.engine.impl.scripting.engine
 
org.camunda.bpm.engine.impl.scripting.env - package org.camunda.bpm.engine.impl.scripting.env
 
org.camunda.bpm.engine.impl.task - package org.camunda.bpm.engine.impl.task
 
org.camunda.bpm.engine.impl.task.delegate - package org.camunda.bpm.engine.impl.task.delegate
 
org.camunda.bpm.engine.impl.task.listener - package org.camunda.bpm.engine.impl.task.listener
 
org.camunda.bpm.engine.impl.test - package org.camunda.bpm.engine.impl.test
 
org.camunda.bpm.engine.impl.tree - package org.camunda.bpm.engine.impl.tree
 
org.camunda.bpm.engine.impl.util - package org.camunda.bpm.engine.impl.util
 
org.camunda.bpm.engine.impl.util.io - package org.camunda.bpm.engine.impl.util.io
 
org.camunda.bpm.engine.impl.util.json - package org.camunda.bpm.engine.impl.util.json
 
org.camunda.bpm.engine.impl.util.xml - package org.camunda.bpm.engine.impl.util.xml
 
org.camunda.bpm.engine.impl.variable - package org.camunda.bpm.engine.impl.variable
 
org.camunda.bpm.engine.impl.variable.listener - package org.camunda.bpm.engine.impl.variable.listener
 
org.camunda.bpm.engine.impl.variable.serializer - package org.camunda.bpm.engine.impl.variable.serializer
 
org.camunda.bpm.engine.impl.variable.serializer.jpa - package org.camunda.bpm.engine.impl.variable.serializer.jpa
 
org.camunda.bpm.engine.management - package org.camunda.bpm.engine.management
Classes related to the ManagementService.
org.camunda.bpm.engine.query - package org.camunda.bpm.engine.query
Classes related to the querying entities in the engine.
org.camunda.bpm.engine.repository - package org.camunda.bpm.engine.repository
Classes related to the RepositoryService.
org.camunda.bpm.engine.rest - package org.camunda.bpm.engine.rest
 
org.camunda.bpm.engine.rest.cache - package org.camunda.bpm.engine.rest.cache
 
org.camunda.bpm.engine.rest.dto - package org.camunda.bpm.engine.rest.dto
 
org.camunda.bpm.engine.rest.dto.authorization - package org.camunda.bpm.engine.rest.dto.authorization
 
org.camunda.bpm.engine.rest.dto.converter - package org.camunda.bpm.engine.rest.dto.converter
 
org.camunda.bpm.engine.rest.dto.history - package org.camunda.bpm.engine.rest.dto.history
 
org.camunda.bpm.engine.rest.dto.identity - package org.camunda.bpm.engine.rest.dto.identity
 
org.camunda.bpm.engine.rest.dto.management - package org.camunda.bpm.engine.rest.dto.management
 
org.camunda.bpm.engine.rest.dto.message - package org.camunda.bpm.engine.rest.dto.message
 
org.camunda.bpm.engine.rest.dto.metrics - package org.camunda.bpm.engine.rest.dto.metrics
 
org.camunda.bpm.engine.rest.dto.repository - package org.camunda.bpm.engine.rest.dto.repository
 
org.camunda.bpm.engine.rest.dto.runtime - package org.camunda.bpm.engine.rest.dto.runtime
 
org.camunda.bpm.engine.rest.dto.runtime.modification - package org.camunda.bpm.engine.rest.dto.runtime.modification
 
org.camunda.bpm.engine.rest.dto.task - package org.camunda.bpm.engine.rest.dto.task
 
org.camunda.bpm.engine.rest.exception - package org.camunda.bpm.engine.rest.exception
 
org.camunda.bpm.engine.rest.filter - package org.camunda.bpm.engine.rest.filter
 
org.camunda.bpm.engine.rest.hal - package org.camunda.bpm.engine.rest.hal
 
org.camunda.bpm.engine.rest.hal.cache - package org.camunda.bpm.engine.rest.hal.cache
 
org.camunda.bpm.engine.rest.hal.caseDefinition - package org.camunda.bpm.engine.rest.hal.caseDefinition
 
org.camunda.bpm.engine.rest.hal.group - package org.camunda.bpm.engine.rest.hal.group
 
org.camunda.bpm.engine.rest.hal.identitylink - package org.camunda.bpm.engine.rest.hal.identitylink
 
org.camunda.bpm.engine.rest.hal.processDefinition - package org.camunda.bpm.engine.rest.hal.processDefinition
 
org.camunda.bpm.engine.rest.hal.task - package org.camunda.bpm.engine.rest.hal.task
 
org.camunda.bpm.engine.rest.hal.user - package org.camunda.bpm.engine.rest.hal.user
 
org.camunda.bpm.engine.rest.history - package org.camunda.bpm.engine.rest.history
 
org.camunda.bpm.engine.rest.impl - package org.camunda.bpm.engine.rest.impl
 
org.camunda.bpm.engine.rest.impl.application - package org.camunda.bpm.engine.rest.impl.application
 
org.camunda.bpm.engine.rest.impl.history - package org.camunda.bpm.engine.rest.impl.history
 
org.camunda.bpm.engine.rest.mapper - package org.camunda.bpm.engine.rest.mapper
 
org.camunda.bpm.engine.rest.security.auth - package org.camunda.bpm.engine.rest.security.auth
 
org.camunda.bpm.engine.rest.security.auth.impl - package org.camunda.bpm.engine.rest.security.auth.impl
 
org.camunda.bpm.engine.rest.spi - package org.camunda.bpm.engine.rest.spi
 
org.camunda.bpm.engine.rest.spi.impl - package org.camunda.bpm.engine.rest.spi.impl
 
org.camunda.bpm.engine.rest.sub - package org.camunda.bpm.engine.rest.sub
 
org.camunda.bpm.engine.rest.sub.authorization - package org.camunda.bpm.engine.rest.sub.authorization
 
org.camunda.bpm.engine.rest.sub.authorization.impl - package org.camunda.bpm.engine.rest.sub.authorization.impl
 
org.camunda.bpm.engine.rest.sub.history - package org.camunda.bpm.engine.rest.sub.history
 
org.camunda.bpm.engine.rest.sub.history.impl - package org.camunda.bpm.engine.rest.sub.history.impl
 
org.camunda.bpm.engine.rest.sub.identity - package org.camunda.bpm.engine.rest.sub.identity
 
org.camunda.bpm.engine.rest.sub.identity.impl - package org.camunda.bpm.engine.rest.sub.identity.impl
 
org.camunda.bpm.engine.rest.sub.impl - package org.camunda.bpm.engine.rest.sub.impl
 
org.camunda.bpm.engine.rest.sub.management - package org.camunda.bpm.engine.rest.sub.management
 
org.camunda.bpm.engine.rest.sub.metrics - package org.camunda.bpm.engine.rest.sub.metrics
 
org.camunda.bpm.engine.rest.sub.repository - package org.camunda.bpm.engine.rest.sub.repository
 
org.camunda.bpm.engine.rest.sub.repository.impl - package org.camunda.bpm.engine.rest.sub.repository.impl
 
org.camunda.bpm.engine.rest.sub.runtime - package org.camunda.bpm.engine.rest.sub.runtime
 
org.camunda.bpm.engine.rest.sub.runtime.impl - package org.camunda.bpm.engine.rest.sub.runtime.impl
 
org.camunda.bpm.engine.rest.sub.task - package org.camunda.bpm.engine.rest.sub.task
 
org.camunda.bpm.engine.rest.sub.task.impl - package org.camunda.bpm.engine.rest.sub.task.impl
 
org.camunda.bpm.engine.rest.util - package org.camunda.bpm.engine.rest.util
 
org.camunda.bpm.engine.runtime - package org.camunda.bpm.engine.runtime
Classes related to the RuntimeService.
org.camunda.bpm.engine.spring - package org.camunda.bpm.engine.spring
 
org.camunda.bpm.engine.spring.annotations - package org.camunda.bpm.engine.spring.annotations
 
org.camunda.bpm.engine.spring.application - package org.camunda.bpm.engine.spring.application
 
org.camunda.bpm.engine.spring.components - package org.camunda.bpm.engine.spring.components
 
org.camunda.bpm.engine.spring.components.aop - package org.camunda.bpm.engine.spring.components.aop
 
org.camunda.bpm.engine.spring.components.aop.util - package org.camunda.bpm.engine.spring.components.aop.util
 
org.camunda.bpm.engine.spring.components.config.xml - package org.camunda.bpm.engine.spring.components.config.xml
 
org.camunda.bpm.engine.spring.components.jobexecutor - package org.camunda.bpm.engine.spring.components.jobexecutor
 
org.camunda.bpm.engine.spring.components.registry - package org.camunda.bpm.engine.spring.components.registry
 
org.camunda.bpm.engine.spring.components.scope - package org.camunda.bpm.engine.spring.components.scope
 
org.camunda.bpm.engine.spring.container - package org.camunda.bpm.engine.spring.container
 
org.camunda.bpm.engine.spring.impl.test - package org.camunda.bpm.engine.spring.impl.test
 
org.camunda.bpm.engine.task - package org.camunda.bpm.engine.task
Classes related to the TaskService.
org.camunda.bpm.engine.test - package org.camunda.bpm.engine.test
Helper classes for testing processes.
org.camunda.bpm.engine.test.mock - package org.camunda.bpm.engine.test.mock
 
org.camunda.bpm.engine.variable - package org.camunda.bpm.engine.variable
 
org.camunda.bpm.engine.variable.type - package org.camunda.bpm.engine.variable.type
 
org.camunda.bpm.engine.variable.value - package org.camunda.bpm.engine.variable.value
 
org.camunda.bpm.engine.variable.value.builder - package org.camunda.bpm.engine.variable.value.builder
 
org.camunda.bpm.example.invoice - package org.camunda.bpm.example.invoice
 
org.camunda.bpm.example.invoice.service - package org.camunda.bpm.example.invoice.service
 
org.camunda.bpm.identity.impl.ldap - package org.camunda.bpm.identity.impl.ldap
 
org.camunda.bpm.identity.impl.ldap.plugin - package org.camunda.bpm.identity.impl.ldap.plugin
 
org.camunda.bpm.identity.impl.ldap.util - package org.camunda.bpm.identity.impl.ldap.util
 
org.camunda.bpm.model.bpmn - package org.camunda.bpm.model.bpmn
 
org.camunda.bpm.model.bpmn.builder - package org.camunda.bpm.model.bpmn.builder
 
org.camunda.bpm.model.bpmn.impl - package org.camunda.bpm.model.bpmn.impl
 
org.camunda.bpm.model.bpmn.impl.instance - package org.camunda.bpm.model.bpmn.impl.instance
 
org.camunda.bpm.model.bpmn.impl.instance.bpmndi - package org.camunda.bpm.model.bpmn.impl.instance.bpmndi
 
org.camunda.bpm.model.bpmn.impl.instance.camunda - package org.camunda.bpm.model.bpmn.impl.instance.camunda
 
org.camunda.bpm.model.bpmn.impl.instance.dc - package org.camunda.bpm.model.bpmn.impl.instance.dc
 
org.camunda.bpm.model.bpmn.impl.instance.di - package org.camunda.bpm.model.bpmn.impl.instance.di
 
org.camunda.bpm.model.bpmn.instance - package org.camunda.bpm.model.bpmn.instance
 
org.camunda.bpm.model.bpmn.instance.bpmndi - package org.camunda.bpm.model.bpmn.instance.bpmndi
 
org.camunda.bpm.model.bpmn.instance.camunda - package org.camunda.bpm.model.bpmn.instance.camunda
 
org.camunda.bpm.model.bpmn.instance.dc - package org.camunda.bpm.model.bpmn.instance.dc
 
org.camunda.bpm.model.bpmn.instance.di - package org.camunda.bpm.model.bpmn.instance.di
 
org.camunda.bpm.model.cmmn - package org.camunda.bpm.model.cmmn
 
org.camunda.bpm.model.cmmn.impl - package org.camunda.bpm.model.cmmn.impl
 
org.camunda.bpm.model.cmmn.impl.instance - package org.camunda.bpm.model.cmmn.impl.instance
 
org.camunda.bpm.model.cmmn.impl.instance.camunda - package org.camunda.bpm.model.cmmn.impl.instance.camunda
 
org.camunda.bpm.model.cmmn.instance - package org.camunda.bpm.model.cmmn.instance
 
org.camunda.bpm.model.cmmn.instance.camunda - package org.camunda.bpm.model.cmmn.instance.camunda
 
org.camunda.bpm.model.xml - package org.camunda.bpm.model.xml
 
org.camunda.bpm.model.xml.impl - package org.camunda.bpm.model.xml.impl
 
org.camunda.bpm.model.xml.impl.instance - package org.camunda.bpm.model.xml.impl.instance
 
org.camunda.bpm.model.xml.impl.parser - package org.camunda.bpm.model.xml.impl.parser
 
org.camunda.bpm.model.xml.impl.type - package org.camunda.bpm.model.xml.impl.type
 
org.camunda.bpm.model.xml.impl.type.attribute - package org.camunda.bpm.model.xml.impl.type.attribute
 
org.camunda.bpm.model.xml.impl.type.child - package org.camunda.bpm.model.xml.impl.type.child
 
org.camunda.bpm.model.xml.impl.type.reference - package org.camunda.bpm.model.xml.impl.type.reference
 
org.camunda.bpm.model.xml.impl.util - package org.camunda.bpm.model.xml.impl.util
 
org.camunda.bpm.model.xml.instance - package org.camunda.bpm.model.xml.instance
 
org.camunda.bpm.model.xml.test.assertions - package org.camunda.bpm.model.xml.test.assertions
 
org.camunda.bpm.model.xml.type - package org.camunda.bpm.model.xml.type
 
org.camunda.bpm.model.xml.type.attribute - package org.camunda.bpm.model.xml.type.attribute
 
org.camunda.bpm.model.xml.type.child - package org.camunda.bpm.model.xml.type.child
 
org.camunda.bpm.model.xml.type.reference - package org.camunda.bpm.model.xml.type.reference
 
org.camunda.bpm.qa.upgrade - package org.camunda.bpm.qa.upgrade
 
org.camunda.bpm.qa.upgrade.scenarios.authorization - package org.camunda.bpm.qa.upgrade.scenarios.authorization
 
org.camunda.bpm.qa.upgrade.scenarios.boundary - package org.camunda.bpm.qa.upgrade.scenarios.boundary
 
org.camunda.bpm.qa.upgrade.scenarios.compensation - package org.camunda.bpm.qa.upgrade.scenarios.compensation
 
org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess - package org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
org.camunda.bpm.qa.upgrade.scenarios.gateway - package org.camunda.bpm.qa.upgrade.scenarios.gateway
 
org.camunda.bpm.qa.upgrade.scenarios.job - package org.camunda.bpm.qa.upgrade.scenarios.job
 
org.camunda.bpm.qa.upgrade.scenarios.multiinstance - package org.camunda.bpm.qa.upgrade.scenarios.multiinstance
 
org.camunda.bpm.qa.upgrade.scenarios.task - package org.camunda.bpm.qa.upgrade.scenarios.task
 
org.camunda.bpm.qa.upgrade.util - package org.camunda.bpm.qa.upgrade.util
 
org.camunda.bpm.tasklist - package org.camunda.bpm.tasklist
 
org.camunda.bpm.tasklist.impl - package org.camunda.bpm.tasklist.impl
 
org.camunda.bpm.tasklist.impl.plugin.standalonetask - package org.camunda.bpm.tasklist.impl.plugin.standalonetask
 
org.camunda.bpm.tasklist.impl.plugin.standalonetask.resources - package org.camunda.bpm.tasklist.impl.plugin.standalonetask.resources
 
org.camunda.bpm.tasklist.impl.web - package org.camunda.bpm.tasklist.impl.web
 
org.camunda.bpm.tasklist.impl.web.bootstrap - package org.camunda.bpm.tasklist.impl.web.bootstrap
 
org.camunda.bpm.tasklist.plugin.spi - package org.camunda.bpm.tasklist.plugin.spi
 
org.camunda.bpm.tasklist.plugin.spi.impl - package org.camunda.bpm.tasklist.plugin.spi.impl
 
org.camunda.bpm.tasklist.resource - package org.camunda.bpm.tasklist.resource
 
org.camunda.bpm.webapp - package org.camunda.bpm.webapp
 
org.camunda.bpm.webapp.impl - package org.camunda.bpm.webapp.impl
 
org.camunda.bpm.webapp.impl.engine - package org.camunda.bpm.webapp.impl.engine
 
org.camunda.bpm.webapp.impl.filter - package org.camunda.bpm.webapp.impl.filter
 
org.camunda.bpm.webapp.impl.security - package org.camunda.bpm.webapp.impl.security
 
org.camunda.bpm.webapp.impl.security.auth - package org.camunda.bpm.webapp.impl.security.auth
 
org.camunda.bpm.webapp.impl.security.filter - package org.camunda.bpm.webapp.impl.security.filter
 
org.camunda.bpm.webapp.impl.security.filter.util - package org.camunda.bpm.webapp.impl.security.filter.util
 
org.camunda.bpm.webapp.plugin - package org.camunda.bpm.webapp.plugin
 
org.camunda.bpm.webapp.plugin.impl - package org.camunda.bpm.webapp.plugin.impl
 
org.camunda.bpm.webapp.plugin.resource - package org.camunda.bpm.webapp.plugin.resource
 
org.camunda.bpm.webapp.plugin.spi - package org.camunda.bpm.webapp.plugin.spi
 
org.camunda.bpm.webapp.plugin.spi.impl - package org.camunda.bpm.webapp.plugin.spi.impl
 
org.camunda.bpm.webapp.test.util - package org.camunda.bpm.webapp.test.util
 
org.camunda.connect.plugin.impl - package org.camunda.connect.plugin.impl
 
org.camunda.spin.plugin.impl - package org.camunda.spin.plugin.impl
 
org.camunda.spin.plugin.variable - package org.camunda.spin.plugin.variable
 
org.camunda.spin.plugin.variable.type - package org.camunda.spin.plugin.variable.type
 
org.camunda.spin.plugin.variable.type.impl - package org.camunda.spin.plugin.variable.type.impl
 
org.camunda.spin.plugin.variable.value - package org.camunda.spin.plugin.variable.value
 
org.camunda.spin.plugin.variable.value.builder - package org.camunda.spin.plugin.variable.value.builder
 
org.camunda.spin.plugin.variable.value.impl - package org.camunda.spin.plugin.variable.value.impl
 
org.camunda.spin.plugin.variable.value.impl.builder - package org.camunda.spin.plugin.variable.value.impl.builder
 
ORG_CAMUNDA_BPM_ENGINE_PROCESS_ENGINE - Static variable in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
orgValue - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
orgValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
the original value
orgValue - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
outerConversationNodeRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
outerMessageFlowRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
OuterParticipantRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN outerParticipantRef element of the BPMN tParticipantAssociation type
OuterParticipantRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OuterParticipantRef
 
outerParticipantRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
Outgoing - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN outgoing element of the BPMN tFlowNode type
Outgoing(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Outgoing
 
outgoingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
OutgoingExecution - Class in org.camunda.bpm.engine.impl.pvm.runtime
 
OutgoingExecution(PvmExecutionImpl, PvmTransition) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
 
outgoingExecution - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
 
outgoingTransition - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
 
outgoingTransitions - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
OutMessageRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN outMessageRef of the BPMN tOperation type
OutMessageRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OutMessageRef
 
outMessageRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
OutputCaseParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
OutputCaseParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.OutputCaseParameter
 
outputCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
outputCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
OutputDataItem - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics type
outputDataItemChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
OutputDataItemImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 outputDataItem from the tMultiInstanceLoopCharacteristics type
OutputDataItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OutputDataItemImpl
 
outputDataRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
OutputParameter - Class in org.camunda.bpm.engine.impl.core.variable.mapping
+--------------+ | | | inner scope ------> outer scope | | +--------------+
OutputParameter(String, ParameterValueProvider) - Constructor for class org.camunda.bpm.engine.impl.core.variable.mapping.OutputParameter
 
outputParameters - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
OutputProcessParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
OutputProcessParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.OutputProcessParameter
 
outputs - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
OutputsCaseParameter - Class in org.camunda.bpm.model.cmmn.impl.instance
 
OutputsCaseParameter(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.OutputsCaseParameter
 
outputsCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
OutputSet - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN outputSet element
outputSetChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
outputSetCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
OutputSetImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN outputSet element
OutputSetImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
outputSetOutputSetRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
OutputSetRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN outputSetRefs element of the BPMN tInputSet type
OutputSetRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.OutputSetRefs
 
outputVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
owner - Variable in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
OWNER - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
owner - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
OWNER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
owner - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
owner - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
OWNER - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
owner - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
owner - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
owner - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
owner - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
OWNER - Static variable in class org.camunda.bpm.engine.task.IdentityLinkType
 

P

paComponentViewInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
paComponentViewInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
page - Variable in class org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
 
Page - Class in org.camunda.bpm.engine.impl
holds the parameters of a page (partial result) for a query.
Page(int, int) - Constructor for class org.camunda.bpm.engine.impl.Page
 
paModule - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
parallelGateway() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
parallelGateway(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ParallelGateway - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN parallelGateway element
ParallelGatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.
ParallelGatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelGatewayActivityBehavior
 
ParallelGatewayBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ParallelGatewayBuilder(BpmnModelInstance, ParallelGateway) - Constructor for class org.camunda.bpm.model.bpmn.builder.ParallelGatewayBuilder
 
ParallelGatewayImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN parallelGateway element
ParallelGatewayImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
 
ParallelMultiInstanceActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
ParallelMultiInstanceActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
ParallelMultiInstanceSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.multiinstance
 
ParallelMultiInstanceSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.ParallelMultiInstanceSubprocessScenario
 
parallelMultiple() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractCatchEventBuilder
Sets the event to be parallel multiple
parallelMultipleAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
ParallelNestedNonInterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
 
ParallelNestedNonInterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.ParallelNestedNonInterruptingEventSubprocessScenario
 
ParallelScopeTasksScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.task
 
ParallelScopeTasksScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelScopeTasksScenario
 
ParallelTasksScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.task
 
ParallelTasksScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.task.ParallelTasksScenario
 
parameter(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
parameter - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
parameter - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
parameter(String, Object) - Method in interface org.camunda.bpm.engine.query.NativeQuery
Add parameter to be replaced in query for index, e.g.
Parameter - Interface in org.camunda.bpm.model.cmmn.instance
 
ParameterImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ParameterImpl
 
ParameterMapping - Interface in org.camunda.bpm.model.cmmn.instance
 
parameterMappingCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
parameterMappingCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
ParameterMappingImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ParameterMappingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
parameterRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
parameters - Variable in class org.camunda.bpm.engine.rest.dto.SortingDto
 
ParameterValueProvider - Interface in org.camunda.bpm.engine.impl.core.variable.mapping.value
 
params() - Method in class org.camunda.bpm.engine.impl.juel.Parser
params := <LPAREN> (expr (<COMMA> expr)*)? <RPAREN>
parent - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
the parent execution
parent - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
parent - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
parent - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
parent - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
the parent execution
parent - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
the parent execution
parent - Variable in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
PARENT_RESUME - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
PARENT_SUSPEND - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
PARENT_TASK - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
PARENT_TASK_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PARENT_TERMINATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
parentActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
the id of the parent activity instance
parentActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
parentActivityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
parentActivityInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
parentCaseActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the id of the parent case activity instance
parentElementType - Variable in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
The ModelElementType of the element containing the collection
parentId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
parentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the parent of this execution.
parentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
parentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
parentProcessDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
parentProcessDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
parentProcessInstanceId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
parentResume() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
parentResume() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
parentResume(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
parentSuspend() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
parentSuspend() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
parentSuspend(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
parentTaskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetSubTasksCmd
 
parentTaskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
parentTaskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
parentTaskId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
parentTaskId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
parentTerminate() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
parentTerminate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
parentTerminate(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
Parse - Class in org.camunda.bpm.engine.impl.util.xml
 
Parse(Parser) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Parse
 
parse - Variable in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
parse(Element, ParserContext) - Method in class org.camunda.bpm.engine.spring.components.config.xml.ActivitiAnnotationDrivenBeanDefinitionParser
 
parseActivities(Element, ScopeImpl, HashMap<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the activities of a certain level in the process (process, subprocess or another scope).
parseActivity(Element, Element, ScopeImpl, HashMap<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseActivity(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseActivityInputOutput(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseAssociations(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseAsynchronousContinuation(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBinding(Element, ActivityImpl, CallableElement, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBooleanAttribute(String, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBooleanAttribute(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBoundaryCancelEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBoundaryErrorEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBoundaryErrorEventDefinition(Element, boolean, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBoundaryEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseBoundaryEvents(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the boundary events of a certain 'level' (process, subprocess or other scope).
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBoundaryMessageEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBoundarySignalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a boundary timer event.
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBoundaryTimerEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBounds(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
parseBPMNDiagram(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBPMNEdge(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBPMNPlane(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBPMNShape(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseBusinessRuleTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a businessRuleTask declaration.
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseBusinessRuleTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseCacheConfiguration(String, JsonNode) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
parseCacheConfigurations(JsonNode) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
parseCacheImplementationClass(JsonNode) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseCallActivity(Element, ScopeImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a call activity (currently only supporting calling subprocesses).
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseCallActivity(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseCamundaInputParameters(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Parses all input parameters of an input output element and adds them to the IoMapping.
parseCamundaOutputParameters(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Parses all output parameters of an input output element and adds them to the IoMapping.
parseCamundaScript(Element) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Parses a camunda script element.
parseCancelBoundaryEvent(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
parseCatchCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseCollaboration() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the collaboration definition defined within the 'definitions' root element and get all participants to lookup their process references during DI parsing.
parseCommaSeparatedList(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the given String as a list of comma separated entries, where an entry can possibly be an expression that has comma's.
parseCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseCompensateEventDefinition(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseCompensateEventDefinition(Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseConfiguration(Element, DeploymentEntity, ProcessDefinitionEntity, BpmnParse) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseConfiguration(Element, DeploymentEntity, ProcessDefinitionEntity, BpmnParse) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
parseConfiguration(Element, DeploymentEntity, ProcessDefinitionEntity, BpmnParse) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
parseConfiguration(Element, DeploymentEntity, ProcessDefinitionEntity, BpmnParse) - Method in interface org.camunda.bpm.engine.impl.form.handler.FormHandler
 
parseConfiguration(String) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
parseConfiguration(JsonNode) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
parseDate(String) - Static method in class org.camunda.bpm.engine.impl.calendar.DateTimeUtil
 
parseDateTime(String) - Static method in class org.camunda.bpm.engine.impl.calendar.DateTimeUtil
 
parseDefinitionsAttributes() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseDiagramInterchangeElements() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseDIBounds(Element, HasDIBounds) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseDocumentation(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseDocumentation(List<String>) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseDoubleAttribute(Element, String, String, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseEmailServiceTask(ActivityImpl, Element, List<FieldDeclaration>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseEndEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseEndEvents(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the end events of a certain level in the process (process, subprocess or another scope).
parseErrors() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseErrorStartEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseEventBasedGateway(Element, Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseEventBasedGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseEventDefinitionForSubprocess(EventSubscriptionDeclaration, ActivityImpl, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseExclusiveGateway(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses an exclusive gateway declaration.
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseExclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseExecutionListener(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses an ExecutionListener implementation for the given executionListener element.
parseExecutionListenersOnScope(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses all execution-listeners on a scope.
parseExecutionListenersOnTransition(Element, TransitionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseExpression(Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseExpressionFieldDeclaration(Element, Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseFieldDeclaration(Element, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseFieldDeclarations(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseFloat(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
Parse a floating point literal.
parseFormData(BpmnParse, ExpressionManager, Element) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseFormField(Element, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseFormFields(Element, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseFormProperties(BpmnParse, ExpressionManager, Element) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseFormPropertyType(Element, BpmnParse) - Method in class org.camunda.bpm.engine.impl.form.type.FormTypes
 
ParseHandler - Class in org.camunda.bpm.engine.impl.util.xml
 
ParseHandler(Parse) - Constructor for class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
parseHumanPerformer(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseHumanPerformerResourceAssignment(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseImports() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the rootElement importing structures
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseInclusiveGateway(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses an inclusive gateway declaration.
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseInclusiveGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseInputOutput(Element) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Returns the IoMapping of an element.
parseInputParameter(Element, ActivityImpl, CallableElement, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseInputParameterElement(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Parses a input parameter and adds it to the IoMapping.
parseInputStream(DocumentBuilderFactory, InputStream) - Static method in class org.camunda.bpm.model.xml.impl.util.DomUtil
Create a new DOM document from the input stream
parseInteger(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
Parse an integer literal.
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseIntermediateCatchEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseIntermediateLinkEventCatchBehavior(Element, ActivityImpl, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseIntermediateMessageCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseIntermediateMessageEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseIntermediateSignalCatchEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseIntermediateSignalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseIntermediateThrowEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseIntermediateTimerEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseJobAcquisition(Element, List<JobAcquisitionXml>) - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
parse a <job-acquisition .../> element and add it to the list of parsed elements
parseJobExecutor(Element, JobExecutorXmlImpl) - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
parse a <job-executor .../> element and add it to the list of parsed elements
parseLanes(Element, LaneSet) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseLaneSets(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseListeners - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseListeners - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseManualTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a manual task.
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseManualTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseMessageEventDefinition(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseMessages() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the messages of the given definitions file.
parseModelFromStream(InputStream) - Method in class org.camunda.bpm.model.bpmn.impl.BpmnParser
 
parseModelFromStream(InputStream) - Method in class org.camunda.bpm.model.cmmn.impl.CmmnParser
 
parseModelFromStream(InputStream) - Method in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseMultiInstanceLoopCharacteristics(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses loopCharacteristics (standardLoop/Multi-instance) of an activity, if any is defined.
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseMultiInstanceLoopCharacteristics(Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseNestedParamValueProvider(Element) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
 
parseOutputParameter(Element, ActivityImpl, CallableElement, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseOutputParameterElement(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
Parses a output parameter and adds it to the IoMapping.
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseParallelGateway(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a parallel gateway declaration.
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseParallelGateway(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseParamValueProvider(Element) - Static method in class org.camunda.bpm.engine.impl.util.BpmnParseUtil
 
parsePostponedElements(Element, ScopeImpl, HashMap<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parsePotentialOwner(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parsePotentialOwnerResourceAssignment(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parsePotentialStarterResourceAssignment(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseProcess(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseProcess(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseProcess(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseProcess(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses one process (ie anything inside a <process> element).
parseProcess(Element, ProcessDefinitionEntity) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseProcess(Element, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseProcessArchive(Element, List<ProcessArchiveXml>) - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
parse a <process-archive .../> element and add it to the list of parsed elements
parseProcessDefinitionCustomExtensions(Element, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses all the process definitions defined within the 'definitions' root element.
parseProcessDefinitionStartEvent(ActivityImpl, Element, Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseProcessEngine(Element, List<ProcessEngineXml>) - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
parse a <process-engine .../> element and add it to the list of parsed elements
parseProcessEngineConfiguration(Resource, String) - Static method in class org.camunda.bpm.engine.impl.cfg.BeansConfigurationHelper
 
parseProcessEngineConfigurationFromInputStream(InputStream, String) - Static method in class org.camunda.bpm.engine.impl.cfg.BeansConfigurationHelper
 
parseProcessEngineConfigurationFromResource(String, String) - Static method in class org.camunda.bpm.engine.impl.cfg.BeansConfigurationHelper
 
parseProcessEnginePlugin(Element, List<ProcessEnginePluginXml>) - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
Transform a <plugin ...
parseProcessEnginePlugins(Element, List<ProcessEnginePluginXml>) - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
Transform a <plugins ...
parseProcessesXml(URL) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
parseProcessesXml(URL) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
parseProcessesXmlFiles(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
ParseProcessesXmlStep - Class in org.camunda.bpm.container.impl.deployment
Detects and parses all META-INF/processes.xml files within the process application and attaches the parsed Metadata to the operation context.
ParseProcessesXmlStep() - Constructor for class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
parseProperties(Element, Map<String, String>) - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
Transform a
parseProperties(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the properties of an element (if any) that can contain properties (processes, activities, etc.) Returns true if property subelemens are found.
parseProperties(Element, FormFieldHandler, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseProperty(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses one property definition.
parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseProperty(Element, VariableDeclaration, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parsePropertyCustomExtensions(ActivityImpl, Element, String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the custom extensions for properties.
parseQName(String) - Static method in class org.camunda.bpm.model.xml.impl.util.QName
 
Parser - Class in org.camunda.bpm.engine.impl.juel
Handcrafted top-down parser.
Parser(Builder, String) - Constructor for class org.camunda.bpm.engine.impl.juel.Parser
 
parser - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
Parser - Class in org.camunda.bpm.engine.impl.util.xml
 
Parser() - Constructor for class org.camunda.bpm.engine.impl.util.xml.Parser
 
Parser.ExtensionHandler - Class in org.camunda.bpm.engine.impl.juel
Provide limited support for syntax extensions.
Parser.ExtensionHandler(Parser.ExtensionPoint) - Constructor for class org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
 
Parser.ExtensionPoint - Enum in org.camunda.bpm.engine.impl.juel
 
Parser.ParseException - Exception in org.camunda.bpm.engine.impl.juel
Parse exception type
Parser.ParseException(int, String, String) - Constructor for exception org.camunda.bpm.engine.impl.juel.Parser.ParseException
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseReceiveTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a receive task.
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseReceiveTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseRequest(MultipartFormData, FileUpload, MultipartPayloadProvider.RestMultipartRequestContext) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseRootElement() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
we know this is a <process-application ...
parseRootElement() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
We know this is a <bpm-platform ../> element
parseRootElement() - Method in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
to be overridden by subclasses.
parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseRootElement() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the 'definitions' root element
parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseRootElement(Element, List<ProcessDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseScope(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a scope: a process, subprocess, etc.
parseScopeStartEvent(ActivityImpl, Element, Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseScriptTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a scriptTask declaration.
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseScriptTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseScriptTaskElement(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Returns a ScriptTaskActivityBehavior for the script task element corresponding to the script source or resource specified.
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseSendTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a sendTask declaration.
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseSendTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseSequenceFlow(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses all sequence flow of a scope.
parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseSequenceFlow(Element, ScopeImpl, TransitionImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseSequenceFlowConditionExpression(Element, TransitionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a condition expression on a sequence flow.
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseServiceTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a serviceTask declaration.
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseServiceTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.connect.plugin.impl.ConnectorParseListener
 
parseServiceTaskLike(String, Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseShellServiceTask(ActivityImpl, Element, List<FieldDeclaration>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseSignalEventDefinition(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseSignals() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the signals of the given definitions file.
parseStartAuthorization(Element, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseStartEvent(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseStartEvents(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses the start events of a certain level in the process (process, subprocess or another scope).
parseStartFormHandlers(List<Element>, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseStringFieldDeclaration(Element, Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseSubProcess(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a subprocess (formally known as an embedded subprocess): a subprocess defined within another process definition.
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseSubProcess(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a task with no specific type (behaves as passthrough).
parseTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseTaskDefinition(Element, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTaskListener(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTaskListeners(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTimer(Element, ScopeImpl, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTimerStartEventDefinition(Element, ActivityImpl, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTimerStartEventDefinitionForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseTransaction(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseTransaction(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiEventSupportBpmnParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
 
parseUserTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Parses a userTask declaration.
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
parseUserTask(Element, ScopeImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsBpmnParseListener
 
parseUserTaskCustomExtensions(Element, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseValidation(Element, FormFieldHandler, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
parseVersion(Element, ActivityImpl, CallableElement, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
parseXml(InputStream) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
parsingElContext - Variable in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
Participant - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN participant element
ParticipantAssociation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN participantAssociation element
participantAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
participantAssociationCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
ParticipantAssociationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN participantAssociation element
ParticipantAssociationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
ParticipantBandKind - Enum in org.camunda.bpm.model.bpmn.instance.bpmndi
The BPMNDI ParticipantBandKind simpleType
participantBandKindAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
participantCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
ParticipantImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN participant element
ParticipantImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
ParticipantMultiplicity - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN participantMultiplicity element
participantMultiplicityChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
ParticipantMultiplicityImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN participantMultiplicity element
ParticipantMultiplicityImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
ParticipantProcess - Class in org.camunda.bpm.engine.impl.pvm.process
Object indicating that a ProcessDefinitionImpl is a participant in a collaboration (pool).
ParticipantProcess() - Constructor for class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
participantProcess - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
participantProcesses - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
A map for storing the process references of participants
ParticipantRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN participantRef element of the BPMN tConversationNode type
ParticipantRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ParticipantRef
 
participantRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
PartitionElement - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN partitionElement of the BPMN tLane type
PartitionElement(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.PartitionElement
 
partitionElementChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
partitionElementRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
password - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
password - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
password - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserCreateDto
 
password - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
passwordBytes - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
passwordEncryptor - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
PasswordEncryptor - Interface in org.camunda.bpm.engine.impl.digest
The PasswordEncryptor provides the api to customize the encryption of passwords.
PatchExecutionVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
Patches execution variables: First, applies modifications to existing variables and then deletes specified variables.
PatchExecutionVariablesCmd(String, Map<String, ? extends Object>, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.PatchExecutionVariablesCmd
 
PatchTaskVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
Patches task variables: First, applies modifications to existing variables and then deletes specified variables.
PatchTaskVariablesCmd(String, Map<String, ? extends Object>, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.PatchTaskVariablesCmd
 
PatchVariablesDto - Class in org.camunda.bpm.engine.rest.dto
 
PatchVariablesDto() - Constructor for class org.camunda.bpm.engine.rest.dto.PatchVariablesDto
 
PATH - Static variable in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
PATH - Static variable in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessDefinitionRestService
 
PATH - Static variable in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.CaseDefinitionRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.DeploymentRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.FilterRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.GroupRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricActivityStatisticsRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricCaseActivityInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricDetailRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricIncidentRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.HistoryRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.history.UserOperationLogRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.IdentityRestService
 
PATH - Static variable in class org.camunda.bpm.engine.rest.impl.DefaultProcessEngineRestServiceImpl
 
PATH - Static variable in class org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.IncidentRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.JobRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.MessageRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.MetricsRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.sub.identity.GroupMembersResource
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.TaskRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.UserRestService
 
PATH - Static variable in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
 
PATH - Static variable in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
path - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
pathFilter - Variable in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig
 
PathFilterRule - Class in org.camunda.bpm.webapp.impl.security.filter
A SecurityFilterRule that deleagates to a set of PathMatchers
PathFilterRule() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.PathFilterRule
 
PathUtil - Class in org.camunda.bpm.engine.rest.util
 
PathUtil() - Constructor for class org.camunda.bpm.engine.rest.util.PathUtil
 
pattern - Variable in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
payloadProcessInstanceVariables - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
perform(ScenarioSetup) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
performAddOperation(ModelElementInstance, T) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
performBoottime(OperationContext, ModelNode, ModelNode, ServiceVerificationHandler, List<ServiceController<?>>) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemAdd
performBulkOperation(Class<? extends DbEntity>, String, Object, DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
performClearOperation(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
performContextSwitch(Callable<T>) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
performDefaultOutgoingBehavior(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
Performs the default outgoing BPMN 2.0 behavior, which is having parallel paths of executions for the outgoing sequence flow.
performDeployment() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
performDeployments(Class<?>) - Method in class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
performEntityOperation(CachedDbEntity, DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
Performer - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN performer element
PerformerImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN performer element
PerformerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.PerformerImpl
 
performerRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
performExit(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
performExit(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
performExit(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
performExit() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.TERMINATED state.
performExit() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
performIgnoreConditionsOutgoingBehavior(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
Performs the default outgoing BPMN 2.0 behavior (@see BpmnActivityBehavior.performDefaultOutgoingBehavior(ActivityExecution)), but without checking the conditions on the outgoing sequence flow.
performInstance(ActivityExecution, PvmActivity, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
performModelBuild(Model) - Method in interface org.camunda.bpm.model.xml.impl.ModelBuildOperation
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.child.SequenceBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceCollectionBuilderImpl
 
performModelBuild(Model) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionBuilderImpl
 
performNotification(DelegateExecution, Callable<Void>) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
performOperation(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
performOperation(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
performOperation(AtomicOperation, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
performOperation(CmmnAtomicOperation, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
performOperation(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
performOperation(AtomicOperation) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.AbstractStartProcessEnginesStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchivesStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobExecutorStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartManagedThreadPoolStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StopJobExecutorStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.PostDeployInvocationStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.PreUndeployInvocationStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessApplicationServiceStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.StopProcessApplicationServiceStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.StopProcessEnginesStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchivesStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.ejb.deployment.StartJcaExecutorServiceStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.ejb.deployment.StopJcaExecutorServiceStep
 
performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
 
performOperationSync(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
performOperationSync(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
performOperationSync(CoreAtomicOperation<T>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
performOperationSync(AtomicOperation) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
performOutgoingBehavior(ActivityExecution, boolean, boolean, List<ActivityExecution>) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
Actual implementation of leaving an activity.
performParentSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
performParentSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
performParentSuspension() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.SUSPENDED state.
performParentSuspension() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
performParentTerminate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
performParentTerminate() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.TERMINATED state.
performParentTerminate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
performRemoveOperation(ModelElementInstance, Object) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemRemove
 
performRuntime(OperationContext, ModelNode, ModelNode, ServiceVerificationHandler, List<ServiceController<?>>) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionRemove
 
performRuntime(OperationContext, ModelNode, ModelNode, ServiceVerificationHandler, List<ServiceController<?>>) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorRemove
 
performRuntime(OperationContext, ModelNode, ModelNode, ServiceVerificationHandler, List<ServiceController<?>>) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
 
performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.CloseCaseInstanceCmd
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.CompleteCaseExecutionCmd
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.DisableCaseExecutionCmd
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.ManualStartCaseExecutionCmd
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.ReenableCaseExecutionCmd
 
performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
 
performSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
performSuspension(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
performSuspension() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.SUSPENDED state.
performSuspension() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
performTerminate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
performTerminate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
performTerminate(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
performTerminate() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.TERMINATED state.
performTerminate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
performTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
performUndeployment() - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
Permission - Interface in org.camunda.bpm.engine.authorization
A permission represents an authorization to interact with a given resource in a specific way.
permission - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
permission - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
permission - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
the permission to check for
PermissionCheck - Class in org.camunda.bpm.engine.impl.db
 
PermissionCheck() - Constructor for class org.camunda.bpm.engine.impl.db.PermissionCheck
 
permissionChecks - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
PermissionConverter - Class in org.camunda.bpm.engine.rest.dto.converter
Converts between the String-Array based representation of permissions in the REST API and the Integer-based representation in the JAVA API.
PermissionConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.PermissionConverter
 
permissionName - Variable in exception org.camunda.bpm.engine.AuthorizationException
 
permissionName - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
permissionName - Variable in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
permissionName - Variable in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
Permissions - Enum in org.camunda.bpm.engine.authorization
The set of built-in Permissions for camunda BPM.
permissions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
permissions - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
permissions - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
permissionValue - Variable in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
perms - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
persistCaseDefinitions(DeploymentEntity, Collection<CaseDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
persistenceSession - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
PersistenceSession - Interface in org.camunda.bpm.engine.impl.db
 
persistentObjectToTableNameMap - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
Picture - Class in org.camunda.bpm.engine.identity
 
Picture(byte[], String) - Constructor for class org.camunda.bpm.engine.identity.Picture
 
picture - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserPictureCmd
 
PLAN_ITEM_ON_PART - Static variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
Plane - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Plane element
PlaneImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Plane element
PlaneImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.PlaneImpl
 
PlanFragment - Interface in org.camunda.bpm.model.cmmn.instance
 
PlanFragmentImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanFragmentImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
PlanItem - Interface in org.camunda.bpm.model.cmmn.instance
 
planItemCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
PlanItemControl - Interface in org.camunda.bpm.model.cmmn.instance
 
PlanItemControlImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemControlImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
PlanItemDefinition - Interface in org.camunda.bpm.model.cmmn.instance
 
PlanItemDefinitionActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
PlanItemDefinitionActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
planItemDefinitionCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
PlanItemDefinitionImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
planItemDefinitionRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
planItemElementHandlers - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
PlanItemImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
PlanItemOnPart - Interface in org.camunda.bpm.model.cmmn.instance
 
PlanItemOnPartImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemOnPartImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
PlanItemStartTrigger - Interface in org.camunda.bpm.model.cmmn.instance
 
PlanItemStartTriggerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemStartTriggerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
PlanItemTransition - Enum in org.camunda.bpm.model.cmmn
 
PlanItemTransitionStandardEvent - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanItemTransitionStandardEvent(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanItemTransitionStandardEvent
 
PlanningTable - Interface in org.camunda.bpm.model.cmmn.instance
 
planningTableChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
planningTableChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
PlanningTableImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PlanningTableImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
PlatformService<S> - Interface in org.camunda.bpm.container.impl.spi
 
PlatformServiceContainer - Interface in org.camunda.bpm.container.impl.spi
 
PlatformServiceContainer.ServiceType - Interface in org.camunda.bpm.container.impl.spi
A ServiceType is a collection of services that share a common name prefix.
PlatformServiceReferenceFactory - Class in org.camunda.bpm.container.impl.jboss.util
Used by the MscRuntimeContainerDelegate to create the jndi bindings
PlatformServiceReferenceFactory(MscRuntimeContainerDelegate) - Constructor for class org.camunda.bpm.container.impl.jboss.util.PlatformServiceReferenceFactory
 
PlatformXmlStartProcessEnginesStep - Class in org.camunda.bpm.container.impl.deployment
Retrieves the List of ProcessEngines from an attached ProcessesXml.
PlatformXmlStartProcessEnginesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.PlatformXmlStartProcessEnginesStep
 
PluggableProcessEngineTestCase - Class in org.camunda.bpm.engine.impl.test
Base class for the process engine test cases.
PluggableProcessEngineTestCase() - Constructor for class org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
 
PLUGIN - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PLUGIN - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
PLUGIN_CLASS - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PLUGIN_CLASS - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
PLUGIN_DEPENDENCIES_PLACEHOLDER - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
PLUGIN_PACKAGES_PLACEHOLDER - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
pluginClass - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
pluginDependencyFormat - Variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
pluginPackageFormat - Variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
PluginRegistry - Interface in org.camunda.bpm.cockpit.plugin
Deprecated.
pluginRegistry - Variable in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
PluginResourceOverride - Interface in org.camunda.bpm.webapp.plugin.resource
Used to replace a plugin resource.
PLUGINS - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PLUGINS - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
plugins - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
pluginsMap - Variable in class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
 
pluginType - Variable in class org.camunda.bpm.webapp.plugin.impl.DefaultAppPluginRegistry
the interface type of plugins managed by this registry
Point - Interface in org.camunda.bpm.model.bpmn.instance.dc
The DC point element
pointcut - Variable in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
matches any method containing the StartProcess annotation.
PointImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.dc
The DC point element
PointImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
populateChildInstances(Map<String, ActivityInstanceImpl>, Map<String, TransitionInstanceImpl>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
populateModel(ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemAdd
populateModel(ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobAcquisitionAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.JobExecutorAdd
 
populateModel(ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
postCollectors - Variable in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
PostDeploy - Annotation Type in org.camunda.bpm.application
Annotation that can be placed on a method of a ProcessApplication class.
postDeployDescription - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
PostDeployInvocationStep - Class in org.camunda.bpm.container.impl.deployment
Operation step responsible for invoking the @PostDeploy method of a ProcessApplication class.
PostDeployInvocationStep() - Constructor for class org.camunda.bpm.container.impl.deployment.PostDeployInvocationStep
 
postExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
POSTGRES - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
 
postInit(ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
Invoked after the process engine configuration is initialized.
postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
postLoad() - Method in interface org.camunda.bpm.engine.impl.db.DbEntityLifecycleAware
 
postLoad() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
postLoad() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
postLoad() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
postLoad() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
postParseListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
postProcessAfterInitialization(Object, String) - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.camunda.bpm.engine.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
postProcessBeforeInitialization(Object, String) - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
postProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
 
postProcessEngineBuild(ProcessEngine) - Method in interface org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
Invoked after the process engine has been built.
postProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
postProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionResume
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspend
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminate
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionCreate
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualStart
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionReactivate
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionStart
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceClose
 
postTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseInstanceCreate
 
POTENTIAL_OWNER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
POTENTIAL_STARTER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PotentialOwner - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN potentialOwner element
PotentialOwnerImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN potentialOwner element
PotentialOwnerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.PotentialOwnerImpl
 
potentialStarter(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
Only select GroupS that are potential starter for the given process definition.
potentialStarter(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select UserS that are potential starter for the given process definition.
potentialStarter(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
potentialStarter(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
potentialStarter - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
precedence - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
preCollectors - Variable in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
preExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
preExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
prefix - Variable in class org.camunda.bpm.engine.impl.juel.AstProperty
 
prefixs - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
preInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerPlugin
 
preInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
 
preInit(ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
Invoked before the process engine configuration is initialized.
preInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
preInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.connect.plugin.impl.ConnectProcessEnginePlugin
 
preInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
prepareRepeat(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
prepareScopeExecution(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
 
preParseListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
prependDatabaseTablePrefix(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
preserveScope - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
transient; used for process instance modification to preserve a scope from getting deleted
preTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
 
preTransitionNotification(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionDisable
 
PreUndeploy - Annotation Type in org.camunda.bpm.application
Annotation that can be placed on a method of a ProcessApplication class.
preUndeployDescription - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
PreUndeployInvocationStep - Class in org.camunda.bpm.container.impl.deployment
Operation step responsible for invoking the @PreUndeploy method of a ProcessApplication class.
PreUndeployInvocationStep() - Constructor for class org.camunda.bpm.container.impl.deployment.PreUndeployInvocationStep
 
preventLogUserOperation - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
 
previousState - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
primaryDeploymentId - Variable in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
PrimitiveTypeValueImpl<T> - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl(T, PrimitiveValueType) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl
 
PrimitiveTypeValueImpl.BooleanValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.BooleanValueImpl(Boolean) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.BooleanValueImpl
 
PrimitiveTypeValueImpl.BytesValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.BytesValueImpl(byte[]) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.BytesValueImpl
 
PrimitiveTypeValueImpl.DateValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.DateValueImpl(Date) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.DateValueImpl
 
PrimitiveTypeValueImpl.DoubleValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.DoubleValueImpl(Double) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.DoubleValueImpl
 
PrimitiveTypeValueImpl.IntegerValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.IntegerValueImpl(Integer) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.IntegerValueImpl
 
PrimitiveTypeValueImpl.LongValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.LongValueImpl(Long) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.LongValueImpl
 
PrimitiveTypeValueImpl.NumberValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.NumberValueImpl(Number) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.NumberValueImpl
 
PrimitiveTypeValueImpl.ShortValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.ShortValueImpl(Short) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.ShortValueImpl
 
PrimitiveTypeValueImpl.StringValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
 
PrimitiveTypeValueImpl.StringValueImpl(String) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.PrimitiveTypeValueImpl.StringValueImpl
 
PrimitiveValue<T> - Interface in org.camunda.bpm.engine.variable.value
 
PrimitiveValueSerializer<T extends PrimitiveValue<?>> - Class in org.camunda.bpm.engine.impl.variable.serializer
 
PrimitiveValueSerializer(PrimitiveValueType) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
PrimitiveValueType - Interface in org.camunda.bpm.engine.variable.type
 
PrimitiveValueTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
Implementation of the primitive variable value types
PrimitiveValueTypeImpl(Class<?>) - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
PrimitiveValueTypeImpl(String, Class<?>) - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
PrimitiveValueTypeImpl.BooleanTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.BooleanTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.BooleanTypeImpl
 
PrimitiveValueTypeImpl.BytesTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.BytesTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.BytesTypeImpl
 
PrimitiveValueTypeImpl.DateTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.DateTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DateTypeImpl
 
PrimitiveValueTypeImpl.DoubleTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.DoubleTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.DoubleTypeImpl
 
PrimitiveValueTypeImpl.IntegerTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.IntegerTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.IntegerTypeImpl
 
PrimitiveValueTypeImpl.LongTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.LongTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.LongTypeImpl
 
PrimitiveValueTypeImpl.NullTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.NullTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NullTypeImpl
 
PrimitiveValueTypeImpl.NumberTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.NumberTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.NumberTypeImpl
 
PrimitiveValueTypeImpl.ShortTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.ShortTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.ShortTypeImpl
 
PrimitiveValueTypeImpl.StringTypeImpl - Class in org.camunda.bpm.engine.impl.core.variable.type
 
PrimitiveValueTypeImpl.StringTypeImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl.StringTypeImpl
 
print(Object) - Static method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngine
 
PRIORITY - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
PRIORITY - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
PRIORITY - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor
 
PRIORITY - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
 
PRIORITY - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
priority - Variable in class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
 
priority - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
PRIORITY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
priority - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
PRIORITY - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
priority - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
priority - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
PRIORITY_EXTENSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PRIORITY_MAXIMUM - Static variable in interface org.camunda.bpm.engine.task.Task
 
PRIORITY_MINIUM - Static variable in interface org.camunda.bpm.engine.task.Task
 
PRIORITY_NORMAL - Static variable in interface org.camunda.bpm.engine.task.Task
 
priorityExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
priorMapping - Variable in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
Problem - Class in org.camunda.bpm.engine.impl.util.xml
 
Problem(SAXParseException, String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Problem
 
Problem(String, String, Element) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Problem
 
Problem(BpmnParseException, String) - Constructor for class org.camunda.bpm.engine.impl.util.xml.Problem
 
procDefId - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
procDefId - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
procDefId - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
 
proceed() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
make the invocation proceed, performing the actual invocation of the user code.
PROCESS - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
Process - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN process element
Process - Interface in org.camunda.bpm.model.cmmn.instance
 
PROCESS_APP_NS - Static variable in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
The process application namespace
PROCESS_APPLICATION - Static variable in class org.camunda.bpm.container.impl.deployment.Attachments
 
PROCESS_APPLICATION - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
PROCESS_APPLICATION_SERVICE_JNDI_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
PROCESS_APPLICATION_SERVICE_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
PROCESS_APPLICATION_XSD - Static variable in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
The location of the XSD file in the classpath.
PROCESS_ARCHIVE - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
PROCESS_ARCHIVE_DEPLOYMENT_MAP - Static variable in class org.camunda.bpm.container.impl.deployment.Attachments
 
PROCESS_DEFINITION - Static variable in class org.camunda.bpm.engine.EntityTypes
 
PROCESS_DEFINITION_CATEGORY - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.ExecutionQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
PROCESS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessInstanceQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.ExecutionQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.ProcessInstanceQueryProperty
 
PROCESS_DEFINITION_KEYS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_DEFINITION_NAME - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_DEFINITION_NAME - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
PROCESS_DEFINITION_NAME_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_DEFINITION_VERSION - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
 
PROCESS_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
PROCESS_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
PROCESS_ENGINE - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PROCESS_ENGINE - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
PROCESS_ENGINE_SERVICE_JNDI_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
PROCESS_ENGINE_SERVICE_NAME - Static variable in class org.camunda.bpm.BpmPlatform
 
PROCESS_ENGINES - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PROCESS_INSTANCE - Static variable in class org.camunda.bpm.engine.EntityTypes
 
PROCESS_INSTANCE_BUSINESS_KEY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_INSTANCE_BUSINESS_KEY_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_INSTANCE_BUSINESS_KEYS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_INSTANCE_END_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.ExecutionQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessInstanceQueryProperty
 
PROCESS_INSTANCE_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
PROCESS_INSTANCE_ID_ - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
 
PROCESS_INSTANCE_ID_ - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
PROCESS_INSTANCE_START_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
PROCESS_SCOPE_NAME - Static variable in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
PROCESS_SCOPE_PROCESS_VARIABLES_SINGLETON - Static variable in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
Map of the processVariables.
PROCESS_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
PROCESS_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
PROCESS_START_INITIAL - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
PROCESS_VARIABLES - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
processApplication - Variable in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
the weak reference to the process application
processApplication - Variable in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
 
ProcessApplication - Annotation Type in org.camunda.bpm.application
Used to annotate a user-provided AbstractProcessApplication class and specify the unique name of the process application.
ProcessApplicationAttachments - Class in org.camunda.bpm.container.impl.jboss.deployment.marker
 
processApplicationBeanElResolver - Variable in class org.camunda.bpm.application.AbstractProcessApplication
 
ProcessApplicationBeanElResolverDelegate - Class in org.camunda.bpm.engine.impl.el
Resolves a BeanELResolver from the current process application.
ProcessApplicationBeanElResolverDelegate() - Constructor for class org.camunda.bpm.engine.impl.el.ProcessApplicationBeanElResolverDelegate
 
processApplicationClassloader - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
 
ProcessApplicationClassloaderInterceptor<T> - Class in org.camunda.bpm.engine.impl.context
Wrapps the user-provided Callable and records the Thread Context Classloader after the context switch has been performed.
ProcessApplicationClassloaderInterceptor(Callable<T>) - Constructor for class org.camunda.bpm.engine.impl.context.ProcessApplicationClassloaderInterceptor
 
processApplicationContext - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
ProcessApplicationContextUtil - Class in org.camunda.bpm.engine.impl.context
 
ProcessApplicationContextUtil() - Constructor for class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
ProcessApplicationDeployment - Interface in org.camunda.bpm.engine.repository
 
ProcessApplicationDeploymentBuilder - Interface in org.camunda.bpm.engine.repository
Builder for a ProcessApplication deployment
ProcessApplicationDeploymentBuilderImpl - Class in org.camunda.bpm.engine.impl.repository
 
ProcessApplicationDeploymentBuilderImpl(RepositoryServiceImpl, ProcessApplicationReference) - Constructor for class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
ProcessApplicationDeploymentImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ProcessApplicationDeploymentImpl(Deployment, ProcessApplicationRegistration) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
ProcessApplicationDeploymentInfo - Interface in org.camunda.bpm.application
Object holding information about a deployment made by a process application.
ProcessApplicationDeploymentInfoImpl - Class in org.camunda.bpm.application.impl
 
ProcessApplicationDeploymentInfoImpl() - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
ProcessApplicationDeploymentProcessor - Class in org.camunda.bpm.container.impl.jboss.deployment.processor
This processor installs the process application into the container.
ProcessApplicationDeploymentProcessor() - Constructor for class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
ProcessApplicationDeploymentService - Class in org.camunda.bpm.container.impl.jboss.service
Service responsible for performing a deployment to the process engine and managing the resulting ProcessApplicationRegistration with the process engine.
ProcessApplicationDeploymentService(Map<String, byte[]>, ProcessArchiveXml, Module) - Constructor for class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
processApplicationElResolver - Variable in class org.camunda.bpm.application.AbstractProcessApplication
 
ProcessApplicationElResolver - Interface in org.camunda.bpm.application
SPI interface that allows providing a custom ElResolver implementation.
ProcessApplicationElResolver.ProcessApplicationElResolverSorter - Class in org.camunda.bpm.application
Comparator used for sorting providers
ProcessApplicationElResolver.ProcessApplicationElResolverSorter() - Constructor for class org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
 
ProcessApplicationElResolverDelegate - Class in org.camunda.bpm.engine.impl.el
This is an ELResolver implementation that delegates to a ProcessApplication-provided ELResolver.
ProcessApplicationElResolverDelegate() - Constructor for class org.camunda.bpm.engine.impl.el.ProcessApplicationElResolverDelegate
 
ProcessApplicationEventListenerDelegate - Class in org.camunda.bpm.application.impl.event
ExecutionListener and TaskListener implementation delegating to the ExecutionListener and TaskListener provided by a ProcessApplication.
ProcessApplicationEventListenerDelegate() - Constructor for class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
 
ProcessApplicationEventListenerPlugin - Class in org.camunda.bpm.application.impl.event
ProcessEnginePlugin enabling the process application event listener support.
ProcessApplicationEventListenerPlugin() - Constructor for class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerPlugin
 
ProcessApplicationEventParseListener - Class in org.camunda.bpm.application.impl.event
 
ProcessApplicationEventParseListener() - Constructor for class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
ProcessApplicationExecutionException - Exception in org.camunda.bpm.application
 
ProcessApplicationExecutionException() - Constructor for exception org.camunda.bpm.application.ProcessApplicationExecutionException
 
ProcessApplicationExecutionException(String, Throwable) - Constructor for exception org.camunda.bpm.application.ProcessApplicationExecutionException
 
ProcessApplicationExecutionException(String) - Constructor for exception org.camunda.bpm.application.ProcessApplicationExecutionException
 
ProcessApplicationExecutionException(Throwable) - Constructor for exception org.camunda.bpm.application.ProcessApplicationExecutionException
 
ProcessApplicationInfo - Interface in org.camunda.bpm.application
Object holding information about a deployed Process Application
processApplicationInfo - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
 
processApplicationInfo - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
processApplicationInfo - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
ProcessApplicationInfoImpl - Class in org.camunda.bpm.application.impl
 
ProcessApplicationInfoImpl() - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
ProcessApplicationInterface - Interface in org.camunda.bpm.application
A Process Application is an ordinary Java Application that uses the camunda process engine for BPM and Worklow functionality.
ProcessApplicationManager - Class in org.camunda.bpm.engine.impl.application
 
ProcessApplicationManager() - Constructor for class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
processApplicationManager - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ProcessApplicationModuleService - Class in org.camunda.bpm.container.impl.jboss.service
Service installed for a process application module
ProcessApplicationModuleService() - Constructor for class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationModuleService
 
processApplicationName - Variable in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
the name of the process application
ProcessApplicationProcessor - Class in org.camunda.bpm.container.impl.jboss.deployment.processor
This processor detects a user-provided component annotated with the ProcessApplication-annotation.
ProcessApplicationProcessor() - Constructor for class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor
 
ProcessApplicationReference - Interface in org.camunda.bpm.application
A reference to a process application.
processApplicationReference - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
processApplicationReference - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
 
processApplicationReference - Variable in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
ProcessApplicationReferenceImpl - Class in org.camunda.bpm.application.impl
ProcessApplicationReferenceImpl(AbstractProcessApplication) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
ProcessApplicationRegistration - Interface in org.camunda.bpm.application
Represents a registration of a process application with a process engine
processApplications - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
ProcessApplicationScanner - Interface in org.camunda.bpm.container.impl.deployment.scanning.spi
 
ProcessApplicationScanningUtil - Class in org.camunda.bpm.container.impl.deployment.scanning
 
ProcessApplicationScanningUtil() - Constructor for class org.camunda.bpm.container.impl.deployment.scanning.ProcessApplicationScanningUtil
 
ProcessApplicationScriptEngineResolver - Class in org.camunda.bpm.application.impl
 
ProcessApplicationScriptEngineResolver(ClassLoader) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
processApplicationScriptEngineResolver - Variable in class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
 
processApplicationScriptEnvironment - Variable in class org.camunda.bpm.application.AbstractProcessApplication
 
ProcessApplicationScriptEnvironment - Class in org.camunda.bpm.application.impl
 
ProcessApplicationScriptEnvironment(ProcessApplicationInterface) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationScriptEnvironment
 
processApplicationService - Variable in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
ProcessApplicationService - Interface in org.camunda.bpm
The process application service provides access to all deployed process applications.
processApplicationServiceDelegate - Variable in class org.camunda.bpm.container.impl.ejb.EjbProcessApplicationService
the processApplicationServiceDelegate
ProcessApplicationServiceObjectFactory - Class in org.camunda.bpm.container.impl.jndi
ObjectFactory that can be used for binding the ProcessApplicationService into JNDI
ProcessApplicationServiceObjectFactory() - Constructor for class org.camunda.bpm.container.impl.jndi.ProcessApplicationServiceObjectFactory
 
processApplicationServiceTracker - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
ProcessApplicationStartService - Class in org.camunda.bpm.container.impl.jboss.service
This service is responsible for starting the MscManagedProcessApplication service.
ProcessApplicationStartService(Collection<ServiceName>, AnnotationInstance, AnnotationInstance, Module) - Constructor for class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
ProcessApplicationUnavailableException - Exception in org.camunda.bpm.application
Checked exception thrown by a ProcessApplicationReference if the referenced process application is unavailable.
ProcessApplicationUnavailableException() - Constructor for exception org.camunda.bpm.application.ProcessApplicationUnavailableException
 
ProcessApplicationUnavailableException(String, Throwable) - Constructor for exception org.camunda.bpm.application.ProcessApplicationUnavailableException
 
ProcessApplicationUnavailableException(String) - Constructor for exception org.camunda.bpm.application.ProcessApplicationUnavailableException
 
ProcessApplicationUnavailableException(Throwable) - Constructor for exception org.camunda.bpm.application.ProcessApplicationUnavailableException
 
processArchive - Variable in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
 
processArchive - Variable in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
processArchive - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
deployment metadata that is passed in
ProcessArchiveServletContextListener - Class in org.camunda.bpm.application.impl.web
Sets the ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH property if this is deployed as part of a WebApplication.
ProcessArchiveServletContextListener() - Constructor for class org.camunda.bpm.application.impl.web.ProcessArchiveServletContextListener
 
ProcessArchiveXml - Interface in org.camunda.bpm.application.impl.metadata.spi
Java API representation of a ProcessArchive definition inside a processes.xml file
ProcessArchiveXmlImpl - Class in org.camunda.bpm.application.impl.metadata
 
ProcessArchiveXmlImpl() - Constructor for class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
processArchvieName - Variable in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
ProcessBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ProcessBuilder(BpmnModelInstance, Process) - Constructor for class org.camunda.bpm.model.bpmn.builder.ProcessBuilder
 
processBusinessKey(MethodInvocation) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingMethodInterceptor
 
processCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
processDef - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
processDefId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
processDefinition - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
processDefinition - Variable in class org.camunda.bpm.engine.impl.form.StartFormDataImpl
 
processDefinition - Variable in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
processDefinition - Variable in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
processDefinition - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
processDefinition - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
ProcessDefinition - Interface in org.camunda.bpm.engine.repository
An object structure representing an executable process composed of activities and transitions.
ProcessDefinitionBuilder - Class in org.camunda.bpm.engine.impl.pvm
 
ProcessDefinitionBuilder() - Constructor for class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
ProcessDefinitionBuilder(String) - Constructor for class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
processDefinitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
processDefinitionCategory(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionCategory(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions with the given category.
processDefinitionCategoryLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionCategoryLike(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions where the category matches the given parameter.
ProcessDefinitionDiagramDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ProcessDefinitionDiagramDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDiagramDto
 
ProcessDefinitionDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto
 
ProcessDefinitionDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
ProcessDefinitionDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ProcessDefinitionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
processDefinitionEntity - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
ProcessDefinitionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ProcessDefinitionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
processDefinitionEntity - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
processDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
processDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
processDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for the given process definition
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which have the given process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances for the given process definition
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given process definition.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given process definition id.
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDefinitionCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessDiagramLayoutCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentProcessModelCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForProcessDefinitionCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetRenderedStartFormCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetStartFormCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the id of the process definition
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the processDefinition.
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions which exist for the given process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definiton with the given id.
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
processDefinitionId - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have the given process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which have the given process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which exist for the given process definition id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Selects the process instances which are defined by a process definition with the given id.
processDefinitionId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process instance which has the given process definition id.
processDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definiton with the given id.
ProcessDefinitionImpl - Class in org.camunda.bpm.engine.impl.pvm.process
 
ProcessDefinitionImpl(String) - Constructor for class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the process instance key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are defined by a process definition with the given key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a (historic) process instance which has the given process definition key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are operate on all process definitions of the given key.
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the key of the process definition
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only select job definitions which exist for the given process definition key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definition with the given key.
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
processDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have the given process definition key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which exist for the given process definition key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instances which are defined by a process definition with the given key.
processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process instance which has the given process definition key.
processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process instance which has one of the given process definition keys.
processDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionKeyLike(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions where the key matches the given parameter.
processDefinitionKeyNotIn(List<String>) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that don't have a process-definition of which the key is present in the given list
processDefinitionKeyNotIn(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
ProcessDefinitionManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ProcessDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
processDefinitionName - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.CalledProcessInstanceDto
 
processDefinitionName(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are defined by a process definition with the given name.
processDefinitionName(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a (historic) process instance which has the given definition name.
processDefinitionName - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionName - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionName - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionName(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions with the given name.
processDefinitionName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
processDefinitionName(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process instance which has the given process definition name.
processDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that are defined by process definition which name is like the given value.
processDefinitionNameLike - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionNameLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definitions where the name matches the given parameter.
processDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process instance which process definition name is like the given parameter.
ProcessDefinitionQuery - Interface in org.camunda.bpm.engine.repository
Allows programmatic querying of ProcessDefinitions.
ProcessDefinitionQueryDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
ProcessDefinitionQueryDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
ProcessDefinitionQueryDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
ProcessDefinitionQueryDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ProcessDefinitionQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
ProcessDefinitionQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
ProcessDefinitionQueryImpl - Class in org.camunda.bpm.engine.impl
 
ProcessDefinitionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
ProcessDefinitionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
ProcessDefinitionQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a ProcessDefinitionQuery.
ProcessDefinitionResource - Class in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
 
ProcessDefinitionResource(String, String) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessDefinitionResource
 
ProcessDefinitionResource - Interface in org.camunda.bpm.engine.rest.sub.repository
 
ProcessDefinitionResourceImpl - Class in org.camunda.bpm.engine.rest.sub.repository.impl
 
ProcessDefinitionResourceImpl(ProcessEngine, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
processDefinitionResourceName(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionResourceName(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definition with the given resource name.
processDefinitionResourceNameLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionResourceNameLike(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definition with a resource name like the given .
ProcessDefinitionRestService - Class in org.camunda.bpm.cockpit.impl.plugin.base.resources
 
ProcessDefinitionRestService(String) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessDefinitionRestService
 
ProcessDefinitionRestService - Interface in org.camunda.bpm.engine.rest
 
ProcessDefinitionRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
ProcessDefinitionRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
processDefinitions - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
The end result of the parsing: a list of process definition.
processDefinitionsActivationDate - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
processDefinitionStarter(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
ProcessDefinitionStatistics - Interface in org.camunda.bpm.engine.management
 
ProcessDefinitionStatisticsEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ProcessDefinitionStatisticsEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
ProcessDefinitionStatisticsQuery - Interface in org.camunda.bpm.engine.management
 
ProcessDefinitionStatisticsQueryImpl - Class in org.camunda.bpm.engine.impl
 
ProcessDefinitionStatisticsQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
ProcessDefinitionStatisticsResultDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ProcessDefinitionStatisticsResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionStatisticsResultDto
 
ProcessDefinitionSuspensionStateDto - Class in org.camunda.bpm.engine.rest.dto.repository
 
ProcessDefinitionSuspensionStateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
ProcessDefinitionTableMapping - Class in org.camunda.bpm.engine.impl.db.sql
 
ProcessDefinitionTableMapping() - Constructor for class org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
 
processDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
processDefinitionVersion(Integer) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only select process definition with a certain version.
processDiagram - Variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ProcessDiagramCanvas - Class in org.camunda.bpm.engine.impl.bpmn.diagram
Represents a canvas on which BPMN 2.0 constructs can be drawn.
ProcessDiagramCanvas(int, int) - Constructor for class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
Creates an empty canvas with given width and height.
ProcessDiagramCanvas(int, int, int, int) - Constructor for class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
Creates an empty canvas with given width and height.
ProcessDiagramGenerator - Class in org.camunda.bpm.engine.impl.bpmn.diagram
Class to generate an image based the diagram interchange information in a BPMN 2.0 process.
ProcessDiagramGenerator() - Constructor for class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramGenerator
 
ProcessDiagramGenerator.ActivityDrawInstruction - Interface in org.camunda.bpm.engine.impl.bpmn.diagram
 
ProcessDiagramLayoutFactory - Class in org.camunda.bpm.engine.impl.bpmn.diagram
Provides positions and dimensions of elements in a process diagram as provided by RepositoryService.getProcessDiagram(String).
ProcessDiagramLayoutFactory() - Constructor for class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
processElement - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
processElement - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
ProcessElementInstance - Interface in org.camunda.bpm.engine.runtime
A ProcessElementInstance is an instance of a process construct such as an Activity (see ActivityInstance) or a transition (see TransitionInstance).
ProcessElementInstanceImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ProcessElementInstanceImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
processEngine - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
the process engine managed by this service
processEngine - Variable in class org.camunda.bpm.container.impl.jboss.util.ProcessEngineManagedReferenceFactory
 
processEngine - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
processEngine - Variable in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
processEngine(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
processEngine() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
processEngine - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
The process engine created by this configuration.
processEngine - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
processEngine - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
ProcessEngine - Interface in org.camunda.bpm.engine
Provides access to all the services that expose the BPM and workflow operations.
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityStatisticsRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricDetailRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
 
processEngine - Variable in class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
processEngine - Variable in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingMethodInterceptor
injected reference - can be obtained via a ProcessEngineFactoryBean
processEngine - Variable in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
the injected reference to the ProcessEngine
processEngine - Variable in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
processEngine - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
processEngine - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
processEngine - Variable in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
ProcessEngineAdd - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Provides the description and the implementation of the process-engine#add operation.
ProcessEngineAdd() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
ProcessEngineAssert - Class in org.camunda.bpm.engine.impl.test
 
ProcessEngineAssert() - Constructor for class org.camunda.bpm.engine.impl.test.ProcessEngineAssert
 
ProcessEngineAuthenticationFilter - Class in org.camunda.bpm.engine.rest.security.auth
Servlet filter to plug in authentication.
ProcessEngineAuthenticationFilter() - Constructor for class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
ProcessEngineCdiException - Exception in org.camunda.bpm.engine.cdi
Represents an exception in activiti cdi.
ProcessEngineCdiException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.cdi.ProcessEngineCdiException
 
ProcessEngineCdiException(String) - Constructor for exception org.camunda.bpm.engine.cdi.ProcessEngineCdiException
 
ProcessEngineComponent - Annotation Type in org.camunda.bpm.engine.spring.annotations
Indicates that the given bean is an Activiti handler.
processEngineConfiguration - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
processEngineConfiguration - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineController
 
processEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
processEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
 
processEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
processEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
processEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
ProcessEngineConfiguration - Class in org.camunda.bpm.engine
Configuration information from which a process engine can be build.
ProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.ProcessEngineConfiguration
use one of the static createXxxx methods instead
processEngineConfiguration - Variable in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
ProcessEngineConfigurationImpl - Class in org.camunda.bpm.engine.impl.cfg
 
ProcessEngineConfigurationImpl() - Constructor for class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
processEngineConfigurationStackThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
 
ProcessEngineDto - Class in org.camunda.bpm.engine.rest.dto
 
ProcessEngineDto() - Constructor for class org.camunda.bpm.engine.rest.dto.ProcessEngineDto
 
ProcessEngineElContext - Class in org.camunda.bpm.engine.impl.el
ELContext used by the process engine.
ProcessEngineElContext(List<FunctionMapper>, ELResolver) - Constructor for class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
ProcessEngineElContext(List<FunctionMapper>) - Constructor for class org.camunda.bpm.engine.impl.el.ProcessEngineElContext
 
ProcessEngineException - Exception in org.camunda.bpm.engine
Runtime exception that is the superclass of all exceptions in the process engine.
ProcessEngineException() - Constructor for exception org.camunda.bpm.engine.ProcessEngineException
 
ProcessEngineException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.ProcessEngineException
 
ProcessEngineException(String) - Constructor for exception org.camunda.bpm.engine.ProcessEngineException
 
ProcessEngineException(Throwable) - Constructor for exception org.camunda.bpm.engine.ProcessEngineException
 
ProcessEngineExceptionHandler - Class in org.camunda.bpm.engine.rest.exception
Translates any ProcessEngineException to a HTTP 500 error and a JSON response.
ProcessEngineExceptionHandler() - Constructor for class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler
 
ProcessEngineExtension - Class in org.camunda.bpm.engine.cdi.impl
 
ProcessEngineExtension() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessEngineExtension
 
ProcessEngineFactoryBean - Class in org.camunda.bpm.engine.spring
 
ProcessEngineFactoryBean() - Constructor for class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
ProcessEngineImpl - Class in org.camunda.bpm.engine.impl
 
ProcessEngineImpl(ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
ProcessEngineInfo - Interface in org.camunda.bpm.engine
Represents information about the initialization of the process engine.
ProcessEngineInfoImpl - Class in org.camunda.bpm.engine.impl
 
ProcessEngineInfoImpl(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessEngineInfoImpl
 
processEngineInfos - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
processEngineInfosByName - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
processEngineInfosByResourceUrl - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
processEngineInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
ProcessEngineManagedReferenceFactory - Class in org.camunda.bpm.container.impl.jboss.util
 
ProcessEngineManagedReferenceFactory(ProcessEngine) - Constructor for class org.camunda.bpm.container.impl.jboss.util.ProcessEngineManagedReferenceFactory
 
processEngineMetadata - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
processEngineName - Variable in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
processEngineName - Variable in class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
processEngineName - Variable in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
ProcessEngineName - Annotation Type in org.camunda.bpm.engine.cdi.annotation
 
processEngineName - Variable in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
processEngineName - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
processEngineName - Variable in class org.camunda.bpm.webapp.impl.security.auth.Authentication
 
ProcessEnginePlugin - Interface in org.camunda.bpm.engine.impl.cfg
A process engine plugin allows customizing the process engine
processEnginePlugins - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ProcessEnginePluginXml - Interface in org.camunda.bpm.container.impl.metadata.spi
Java API representation of a ProcessEnginePlugin configuration inside a deployment descriptor.
ProcessEnginePluginXmlImpl - Class in org.camunda.bpm.container.impl.metadata
Implementation of the ProcessEnginePluginXml descriptor
ProcessEnginePluginXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
ProcessEngineProvider - Interface in org.camunda.bpm.engine.rest.spi
A simple provider SPI used to locate a process engine object.
processEngineProvider - Variable in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
ProcessEngineRemove - Class in org.camunda.bpm.container.impl.jboss.extension.handler
Provides the description and the implementation of the process-engine#remove operation.
ProcessEngineRemove() - Constructor for class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
 
processEngineRule - Variable in class org.camunda.bpm.cockpit.plugin.test.AbstractCockpitPluginTest
 
ProcessEngineRule - Class in org.camunda.bpm.engine.test
Convenience for ProcessEngine and services initialization in the form of a JUnit rule.
ProcessEngineRule() - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
ProcessEngineRule(boolean) - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
ProcessEngineRule(String) - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
ProcessEngineRule(String, boolean) - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
ProcessEngineRule(ProcessEngine) - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
ProcessEngineRule(ProcessEngine, boolean) - Constructor for class org.camunda.bpm.engine.test.ProcessEngineRule
 
processEngines - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
processEngines - Variable in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
processEngines - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
ProcessEngines - Class in org.camunda.bpm.engine
Helper for initializing and closing process engines in server environments.
ProcessEngines() - Constructor for class org.camunda.bpm.engine.ProcessEngines
 
processEngines - Static variable in class org.camunda.bpm.engine.ProcessEngines
 
processEngineService - Variable in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
ProcessEngineService - Interface in org.camunda.bpm
The ProcessEngineService provides access to the list of Managed Process Engines.
processEngineServiceDelegate - Variable in class org.camunda.bpm.container.impl.ejb.EjbProcessEngineService
the processEngineServiceDelegate
ProcessEngineServiceObjectFactory - Class in org.camunda.bpm.container.impl.jndi
ObjectFactory that can be used for binding the ProcessEngineService into JNDI
ProcessEngineServiceObjectFactory() - Constructor for class org.camunda.bpm.container.impl.jndi.ProcessEngineServiceObjectFactory
 
ProcessEngineServices - Interface in org.camunda.bpm.engine
Base interface providing access to the process engine's public API services.
ProcessEngineServicesAware - Interface in org.camunda.bpm.engine.delegate
Interface providing access to the ProcessEngineServices from Java delegation code.
ProcessEngineServicesProducer - Class in org.camunda.bpm.engine.cdi.impl
Makes the managed process engine and the provided services available for injection
ProcessEngineServicesProducer() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
processEngineServiceTracker - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
ProcessEnginesFilter - Class in org.camunda.bpm.webapp.impl.engine
 
ProcessEnginesFilter() - Constructor for class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
processEngineStarted(ProcessEngine) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
invoked by the MscManagedProcessEngine and MscManagedProcessEngineController when a process engine is started
ProcessEngineStartProcessor - Class in org.camunda.bpm.container.impl.jboss.deployment.processor
Deployment Unit Processor that creates process engine services for each process engine configured in a processes.xml file
ProcessEngineStartProcessor() - Constructor for class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
 
processEngineStopped(ProcessEngine) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
invoked by the MscManagedProcessEngine and MscManagedProcessEngineController when a process engine is stopped
processEngineStopping(ProcessEngine) - Method in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
 
processEngineStopping(ProcessEngine) - Method in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
 
ProcessEngineTestCase - Class in org.camunda.bpm.engine.test
Convenience for ProcessEngine and services initialization in the form of a JUnit base class.
ProcessEngineTestCase() - Constructor for class org.camunda.bpm.engine.test.ProcessEngineTestCase
uses 'camunda.cfg.xml' as it's configuration resource
processEngineXml - Variable in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
the process engine Xml configuration passed in as a parameter to the operation step
ProcessEngineXml - Interface in org.camunda.bpm.container.impl.metadata.spi
Java API representation of a ProcessEngine definition inside an XML deployment descriptor.
ProcessEngineXmlImpl - Class in org.camunda.bpm.container.impl.metadata
Implementation of the ProcessEngineXml descriptor.
ProcessEngineXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
PROCESSES_XML - Static variable in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
PROCESSES_XML_RESOURCES - Static variable in class org.camunda.bpm.container.impl.deployment.Attachments
 
processesXml - Variable in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
the constructed ProcessXml
ProcessesXml - Interface in org.camunda.bpm.application.impl.metadata.spi
Java API representation of the ProcessesXml Metadata.
ProcessesXmlImpl - Class in org.camunda.bpm.application.impl.metadata
 
ProcessesXmlImpl(List<ProcessEngineXml>, List<ProcessArchiveXml>) - Constructor for class org.camunda.bpm.application.impl.metadata.ProcessesXmlImpl
 
ProcessesXmlParse - Class in org.camunda.bpm.application.impl.metadata
Parse object for the processes.xml file.
ProcessesXmlParse(Parser) - Constructor for class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
 
ProcessesXmlParser - Class in org.camunda.bpm.application.impl.metadata
A SAX Parser for the processes.xml file
ProcessesXmlParser() - Constructor for class org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
 
ProcessesXmlProcessor - Class in org.camunda.bpm.container.impl.jboss.deployment.processor
Detects and processes all META-INF/processes.xml files that are visible from the module classloader of the DeploymentUnit.
ProcessesXmlProcessor() - Constructor for class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
processesXmls - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
ProcessesXmlStartProcessEnginesStep - Class in org.camunda.bpm.container.impl.deployment
Retrieves the List of ProcessEngines from an attached ProcessesXml.
ProcessesXmlStartProcessEnginesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.ProcessesXmlStartProcessEnginesStep
 
ProcessesXmlStopProcessEnginesStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation responsible for stopping all process engines started by the deployment.
ProcessesXmlStopProcessEnginesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
 
ProcessesXmlWrapper - Class in org.camunda.bpm.container.impl.jboss.util
 
ProcessesXmlWrapper(ProcessesXml, VirtualFile) - Constructor for class org.camunda.bpm.container.impl.jboss.util.ProcessesXmlWrapper
 
ProcessEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
ProcessEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
 
processEventSync(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CompensateEventSubscriptionEntity
 
processEventSync(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
processFinished() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which is already finished.
processFinished - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processFinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processFinished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
ProcessId - Annotation Type in org.camunda.bpm.engine.spring.annotations
when used on a method parameter, this triggers the injection of the current processId.
ProcessImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN process element
ProcessImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
ProcessImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ProcessImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
processInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
the process instance.
processInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
processInstance - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
the process instance.
ProcessInstance - Interface in org.camunda.bpm.engine.runtime
Represents one execution of a ProcessDefinition.
processInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances with the given business key
processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processInstanceBusinessKey(String, String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processInstanceBusinessKey - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions that belong to a process instance with the given business key
processInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Correlate the message such that the process instance has a business with the given name and value.
processInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select process instances with the given business key
processInstanceBusinessKey(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select process instance with the given business key, unique for the given process definition
processInstanceBusinessKey(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given process instance business key
processInstanceBusinessKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceBusinessKeyIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for any of the given the given process instance business keys.
processInstanceBusinessKeyLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances which had a business key like the given value.
processInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceBusinessKeyLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceBusinessKeyLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks matching the given process instance business key.
processInstanceBusinessKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
ProcessInstanceDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto
 
ProcessInstanceDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
ProcessInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ProcessInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceDto
 
ProcessInstanceEndListener - Class in org.camunda.bpm.engine.impl.history.parser
 
ProcessInstanceEndListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceEndListener
 
processInstanceHierarchy - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior.ProcessInstanceCollector
 
processInstanceId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
ProcessInstanceId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Qualifier annotation for injecting the id of the current process instance.
processInstanceId - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances with the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates with the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which have the given process instance id.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job log entries with the process instance id.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances with the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the given process instance.
processInstanceId - Variable in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstanceCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.FoxDeleteProcessInstanceCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceAttachmentsCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.GetProcessInstanceCommentsCmd
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
the process instance in which the event has happened
processInstanceId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the process instance.
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.ActivityInstanceDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
processInstanceId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
Only select subscriptions that belong to a process instance with the given id.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have the given process instance id.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which have the given process instance id.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which exist for the given process instance.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Correlate the message such that a process instance with the given id is selected.
processInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instance with the given id
processInstanceId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for the given process instance id.
processInstanceIdIn - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
processInstanceIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
processInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the process instance ids.
processInstanceIds(Set<String>) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances whose id is in the given set of ids.
processInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
processInstanceIds - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
processInstanceIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
processInstanceIds(Set<String>) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select process instances whose id is in the given set of ids
ProcessInstanceModificationBuilder - Interface in org.camunda.bpm.engine.runtime
A fluent builder to specify a modification of process instance state in terms of cancellation of activity instances and instantiations of activities and sequence flows.
ProcessInstanceModificationBuilderImpl - Class in org.camunda.bpm.engine.impl
 
ProcessInstanceModificationBuilderImpl(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
ProcessInstanceModificationBuilderImpl(CommandContext, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
ProcessInstanceModificationBuilderImpl(String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
ProcessInstanceModificationBuilderImpl() - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
ProcessInstanceModificationDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
ProcessInstanceModificationDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
ProcessInstanceModificationInstantiationBuilder - Interface in org.camunda.bpm.engine.runtime
 
ProcessInstanceModificationInstruction - Interface in org.camunda.bpm.engine.impl
 
ProcessInstanceModificationInstructionDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
ProcessInstanceModificationInstructionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
processInstancePermissionChecks - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
processInstancePermissionChecks - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
ProcessInstanceQuery - Interface in org.camunda.bpm.engine.runtime
Allows programmatic querying of ProcessInstances.
ProcessInstanceQueryDto - Class in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
 
ProcessInstanceQueryDto() - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessInstanceQueryDto
 
ProcessInstanceQueryDto(MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessInstanceQueryDto
 
ProcessInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ProcessInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
ProcessInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
ProcessInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
ProcessInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
ProcessInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
ProcessInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a ProcessInstanceQuery.
ProcessInstanceResource - Class in org.camunda.bpm.cockpit.impl.plugin.base.sub.resources
 
ProcessInstanceResource(String, String) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessInstanceResource
 
ProcessInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
ProcessInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
ProcessInstanceResourceImpl(ProcessEngine, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
ProcessInstanceRestService - Class in org.camunda.bpm.cockpit.impl.plugin.base.resources
 
ProcessInstanceRestService(String) - Constructor for class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
ProcessInstanceRestService - Interface in org.camunda.bpm.engine.rest
 
ProcessInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
ProcessInstanceRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
ProcessInstanceStartContext - Class in org.camunda.bpm.engine.impl.pvm.runtime
Callback for being notified when a model instance has started.
ProcessInstanceStartContext(ActivityImpl) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
ProcessInstanceStartListener - Class in org.camunda.bpm.engine.impl.history.parser
 
ProcessInstanceStartListener(HistoryEventProducer, HistoryLevel) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceStartListener
 
ProcessInstanceSuspensionStateDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
ProcessInstanceSuspensionStateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
processInstanceVariableEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
processInstanceVariableEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Correlate the message such that the process instance has a variable with the given name and value.
ProcessInstantiationBuilder - Interface in org.camunda.bpm.engine.runtime
 
ProcessInstantiationBuilderImpl - Class in org.camunda.bpm.engine.impl
Simply wraps a modification builder because their API is equivalent.
ProcessInstantiationBuilderImpl(String, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
ProcessInstantiationBuilderImpl(CommandExecutor, String, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
ProcessInstantiationBuilderImpl(CommandContext, String, String) - Constructor for class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
processKeyNotIn - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
ProcessOrCaseTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
ProcessOrCaseTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
ProcessOrCaseTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
ProcessOrCaseTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
 
ProcessParameter - Interface in org.camunda.bpm.model.cmmn.instance
 
ProcessParameterImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ProcessParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ProcessParameterImpl
 
processRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
processRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
ProcessScope - Class in org.camunda.bpm.engine.spring.components.scope
binds variables to a currently executing Activiti business process (a ProcessInstance).
ProcessScope() - Constructor for class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
ProcessStartAnnotationBeanPostProcessor - Class in org.camunda.bpm.engine.spring.components.aop
Proxies beans with methods annotated with StartProcess.
ProcessStartAnnotationBeanPostProcessor() - Constructor for class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
ProcessStartingMethodInterceptor - Class in org.camunda.bpm.engine.spring.components.aop
MethodInterceptor that starts a business process as a result of a successful method invocation.
ProcessStartingMethodInterceptor(ProcessEngine) - Constructor for class org.camunda.bpm.engine.spring.components.aop.ProcessStartingMethodInterceptor
 
ProcessStartingPointcutAdvisor - Class in org.camunda.bpm.engine.spring.components.aop
AOP advice for methods annotated with (by default) StartProcess.
ProcessStartingPointcutAdvisor(ProcessEngine) - Constructor for class org.camunda.bpm.engine.spring.components.aop.ProcessStartingPointcutAdvisor
 
ProcessTask - Interface in org.camunda.bpm.model.cmmn.instance
 
ProcessTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
ProcessTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessTaskActivityBehavior
 
ProcessTaskImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
ProcessTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
ProcessTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
ProcessTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
 
processTaskPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
processType(ProcessType) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
Sets the process type for this.
ProcessType - Enum in org.camunda.bpm.model.bpmn
The BPMN tProcessType simple type
processTypeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
processUnfinished() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which is not finished yet.
processUnfinished - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processUnfinished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
ProcessVariable - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Annotation for qualifying injection points such that process variables are injected.
ProcessVariable - Annotation Type in org.camunda.bpm.engine.spring.annotations
Annotation used on method signatures to tell the runtime to inject the current process' process variables as a java.util.Map.
ProcessVariableLocal - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Annotation for qualifying injection points such that local process variables are injected.
ProcessVariableLocalMap - Class in org.camunda.bpm.engine.cdi.impl
Allows to expose the local process variables of the current business process as a java.util.Map

The map delegates changes to BusinessProcess.setVariableLocal(String, Object) and BusinessProcess.getVariableLocal(String), so that they are not flushed prematurely.

ProcessVariableLocalMap() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
 
ProcessVariableLocalTyped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Annotation for qualifying injection points such that local process variables are injected.
ProcessVariableMap - Class in org.camunda.bpm.engine.cdi.impl
Allows to expose the process variables of the current business process as a java.util.Map

The map delegates changes to BusinessProcess.setVariable(String, Object) and BusinessProcess.getVariable(String), so that they are not flushed prematurely.

ProcessVariableMap() - Constructor for class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
 
processVariableMap() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
processVariableMapLocal() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
ProcessVariables - Class in org.camunda.bpm.engine.cdi
Allows to access the process variables of a managed process instance.
ProcessVariables() - Constructor for class org.camunda.bpm.engine.cdi.ProcessVariables
 
processVariables() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
processVariables - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
processVariables - Variable in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
 
processVariables - Variable in class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
processVariables - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
processVariables - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageCmd
 
processVariables - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
processVariables - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
ProcessVariables - Annotation Type in org.camunda.bpm.engine.spring.annotations
Annotation used on method signatures to tell the runtime to inject the current process' process variables as a java.util.Map.
processVariablesFromAnnotations(MethodInvocation) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartingMethodInterceptor
if there any arguments with the org.camunda.bpm.engine.annotations.ProcessVariable annotation, then we feed those parameters into the business process
processVariablesLocal() - Method in class org.camunda.bpm.engine.cdi.ProcessVariables
 
ProcessVariableTyped - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Annotation for qualifying injection points such that process variables are injected.
processVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which are part of a process instance which have a variable with the given name set to the given value.
processVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
processVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have a variable with the given name set to the given value.
processVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have are part of a process that have a variable with the given name set to the given value.
processVariableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process that have a variable with the given name and a value greater than the given one.
processVariableValueGreaterThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueGreaterThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.
processVariableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process that have a variable with the given name and a value less than the given one.
processVariableValueLessThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueLessThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process that have a variable with the given name and a value greater than or equal to the given one.
processVariableValueLike(String, String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueLike(String, String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are part of a process that have a variable with the given name and matching the given value.
processVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
processVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
processVariableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which are part of a process that have a variable with the given name, but with a different value than the passed value.
processVariableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a variable with the given name, but with a different value than the passed value.
profile - Variable in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
ProgrammaticBeanLookup - Class in org.camunda.bpm.engine.cdi.impl.util
Utility class for performing programmatic bean lookups.
ProgrammaticBeanLookup() - Constructor for class org.camunda.bpm.engine.cdi.impl.util.ProgrammaticBeanLookup
 
PROP_ADDITIONAL_RESOURCE_SUFFIXES - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
A semicolon separated list of additional suffixes for resources to scan for.
PROP_ADDITIONAL_RESOURCE_SUFFIXES_SEPARATOR - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
 
PROP_CACHE_SIZE - Static variable in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
javax.el.cacheSize
PROP_DB_TABLE_PREFIX - Static variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
the prefix to be used for all process engine database tables
PROP_IS_ACTIVATE_JOB_EXECUTOR - Static variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
indicates whether the job executor should be automatically activated
PROP_IS_AUTO_SCHEMA_UPDATE - Static variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
indicates whether the process engine should automatically create / update the database schema upon startup
PROP_IS_DELETE_UPON_UNDEPLOY - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
Indicates whether the undeployment of the process archive should trigger deleting the process engine deployment.
PROP_IS_DEPLOY_CHANGED_ONLY - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
Indicates whether only changed resources should be part of the deployment.
PROP_IS_IDENTITY_USED - Static variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
indicates whether the identity module is used and if this tables are required
PROP_IS_RESUME_PREVIOUS_VERSIONS - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
Indicates whether old versions of the deployment should be resumed.
PROP_IS_SCAN_FOR_PROCESS_DEFINITIONS - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
Indicates whether the classloader should be scanned for process definitions.
PROP_JOB_EXECUTOR_ACQUISITION_NAME - Static variable in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
the name of the platform job executor acquisition to use
PROP_METHOD_INVOCATIONS - Static variable in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
javax.el.methodInvocations
PROP_NULL_PROPERTIES - Static variable in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
javax.el.nullProperties
PROP_RESOURCE_ROOT_PATH - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
The resource root of the proccess archive.
PROP_RESUME_PREVIOUS_BY - Static variable in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
Indicates which previous deployments should be resumed by this deployment.
PROP_SERVLET_CONTEXT_PATH - Static variable in interface org.camunda.bpm.application.ProcessApplicationInfo
constant for the servlet context path property
PROP_VAR_ARGS - Static variable in class org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl
javax.el.varArgs
propagateBpmnError(BpmnError, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
propagateEnd() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Precondition: execution is already ended but this has not been propagated yet.
propagateError(String, Exception, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
propagateException(ActivityExecution, Exception) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
Decides how to propagate the exception properly, e.g.
propagateExceptionAsError(Exception, ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
properties - Variable in class org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
 
properties - Variable in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
PROPERTIES - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PROPERTIES - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
properties - Variable in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
properties - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
properties - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
properties - Variable in class org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
 
properties - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
PROPERTIES - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
properties - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
properties - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
properties - Variable in class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
properties() - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Get properties
properties - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
properties - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
properties - Variable in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
PROPERTIES_VARIABLES_KEY - Static variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
PROPERTIES_VARIABLES_NAME_KEY - Static variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
PROPERTY - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
PROPERTY - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
property(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries that changed a property.
property(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
 
property - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
property - Variable in class org.camunda.bpm.engine.impl.juel.AstBracket
 
property - Variable in class org.camunda.bpm.engine.impl.juel.AstDot
 
property(String, Object) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
property - Variable in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
property - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
property(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
property - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
property - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
Property - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN property element
Property - Interface in org.camunda.bpm.model.cmmn.instance
 
PROPERTY_ACTIVITY_DESCRIPTION - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_ACTIVITY_TYPE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_AUTO_COMPLETE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_DISCRETIONARY - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_IS_BLOCKING - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_MANUAL_ACTIVATION_RULE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_REPETITION_RULE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PROPERTY_REQUIRED_RULE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
PropertyChange - Class in org.camunda.bpm.engine.impl.persistence.entity
Contains data about a property change.
PropertyChange(String, Object, Object) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
propertyChanged(String, Object, Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
Tracks a property change.
propertyChanges - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
propertyChanges - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
contains all changed properties of this entity
propertyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
propertyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EventImpl
 
propertyCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
propertyCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
PropertyEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
PropertyEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
PropertyEntity(String, String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
PropertyHelper - Class in org.camunda.bpm.container.impl.metadata
 
PropertyHelper() - Constructor for class org.camunda.bpm.container.impl.metadata.PropertyHelper
 
propertyId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
PropertyImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN property element
PropertyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.PropertyImpl
 
PropertyImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
PropertyImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
PropertyManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
PropertyManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
 
propertyName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
the name of the property which has been changed
PROPERTYNAME_COMPENSATION_HANDLER_ID - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_CONDITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_CONDITION_TEXT - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_CONSUMES_COMPENSATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_DOCUMENTATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_ERROR_EVENT_DEFINITIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_INITIAL - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_INITIATOR_VARIABLE_NAME - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_IS_FOR_COMPENSATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_IS_MULTI_INSTANCE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_ISEXPANDED - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_MESSAGE_JOB_DECLARATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_START_TIMER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_THROWS_COMPENSATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_TIMER_DECLARATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_TRIGGERED_BY_EVENT - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_TYPE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PROPERTYNAME_VARIABLE_DECLARATIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
PropertyNotFoundException - Exception in org.camunda.bpm.engine.impl.javax.el
Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
PropertyNotFoundException() - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with no detail message.
PropertyNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the provided detail message.
PropertyNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given root cause.
PropertyNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotFoundException
Creates a PropertyNotFoundException with the given detail message and root cause.
PropertyNotWritableException - Exception in org.camunda.bpm.engine.impl.javax.el
Thrown when a property could not be written to while setting the value on a ValueExpression.
PropertyNotWritableException() - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with no detail message.
PropertyNotWritableException(String) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the provided detail message.
PropertyNotWritableException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given root cause.
PropertyNotWritableException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.javax.el.PropertyNotWritableException
Creates a PropertyNotWritableException with the given detail message and root cause.
propertyValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
providerList - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
 
providerMap - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.value.MapValueProvider
 
providers - Variable in class org.camunda.bpm.admin.impl.web.SetupResource
 
providers - Variable in class org.camunda.bpm.engine.rest.impl.AbstractProcessEngineRestServiceImpl
 
ProvidersUtil - Class in org.camunda.bpm.engine.rest.util
 
ProvidersUtil() - Constructor for class org.camunda.bpm.engine.rest.util.ProvidersUtil
 
pruneConcurrentScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Prunes a concurrent scope.
pruneDeletedEntities(List<T>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
purgeThreadPool() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
purgeThreadPool() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
put(Object, Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
put(String, Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
put(String, Tree) - Method in class org.camunda.bpm.engine.impl.juel.Cache
 
put(String, Tree) - Method in interface org.camunda.bpm.engine.impl.juel.TreeCache
Cache tree
put(String, Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
put(boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Append a double value.
put(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Append an int value.
put(long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Append an long value.
put(Map) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/value pair in the JSONObject.
put(String, Object) - Method in interface org.camunda.bpm.engine.rest.cache.Cache
Put a resource into the cache.
put(String, Object) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
putAll(Map<? extends Object, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
putContext(Class, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
putContext(Class<?>, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Associates a context object with this ELContext.
putExtensionHandler(Scanner.ExtensionToken, Parser.ExtensionHandler) - Method in class org.camunda.bpm.engine.impl.juel.Parser
 
putInternal(CachedDbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
putIntoCache(List<HalResource<?>>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
Put a resource into the cache.
putIntoCache(List<HalResource<?>>) - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
putListElement(Map<S, List<T>>, S, T) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
 
putMerged(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Put a DbEntityState.MERGED object into the cache.
putOnce(String, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putPersistent(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Put a DbEntityState.PERSISTENT object into the cache.
putTransient(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Put a new, DbEntityState.TRANSIENT object into the cache.
putValue(String, Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
putValue(String, Object) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
putValueTyped(String, TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
putValueTyped(String, TypedValue) - Method in interface org.camunda.bpm.engine.variable.VariableMap
 
putVariable(String, VariableValueDto) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
putVariable(String, VariableValueDto) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
PvmActivity - Interface in org.camunda.bpm.engine.impl.pvm
Defines an activity insisde a process.
PvmAtomicOperation - Interface in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
 
PvmAtomicOperationActivityExecute - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityExecute() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute
 
PvmAtomicOperationActivityInitStack - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
Instantiates the next activity on the stack of the current execution's start context.
PvmAtomicOperationActivityInitStack() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
 
PvmAtomicOperationActivityInitStackNotifyListenerStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityInitStackNotifyListenerStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerStart
 
PvmAtomicOperationActivityInstanceEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityInstanceEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceEnd
 
PvmAtomicOperationActivityInstanceStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
Base Atomic operation for implementing atomic operations which mark the creation of a new activity instance.
PvmAtomicOperationActivityInstanceStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceStart
 
PvmAtomicOperationActivityNotifyListenerEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityNotifyListenerEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
 
PvmAtomicOperationActivityStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
 
PvmAtomicOperationActivityStartCancelScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
Cancel scope operation performed when an execution starts at an ActivityImpl#isCancelActivity() activity.
PvmAtomicOperationActivityStartCancelScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
 
PvmAtomicOperationActivityStartConcurrent - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityStartConcurrent() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartConcurrent
 
PvmAtomicOperationActivityStartCreateScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityStartCreateScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCreateScope
 
PvmAtomicOperationActivityStartInterruptEventScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationActivityStartInterruptEventScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartInterruptEventScope
 
PvmAtomicOperationCancelActivity - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
PvmAtomicOperationCancelActivity() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCancelActivity
 
PvmAtomicOperationCreateConcurrentExecution - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
Base atomic operation used for implementing atomic operations which create a new concurrent execution for executing an activity.
PvmAtomicOperationCreateConcurrentExecution() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateConcurrentExecution
 
PvmAtomicOperationCreateScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationCreateScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateScope
 
PvmAtomicOperationDeleteCascade - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationDeleteCascade() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
 
PvmAtomicOperationDeleteCascadeFireActivityEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationDeleteCascadeFireActivityEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
 
PvmAtomicOperationFireActivityEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
This atomic operation simply fires the activity end event
PvmAtomicOperationFireActivityEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
 
PvmAtomicOperationFireProcessStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationFireProcessStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireProcessStart
 
PvmAtomicOperationInterruptScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationInterruptScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
 
PvmAtomicOperationProcessEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationProcessEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessEnd
 
PvmAtomicOperationProcessStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationProcessStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
 
PvmAtomicOperationStartTransitionNotifyListenerTake - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationStartTransitionNotifyListenerTake() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationStartTransitionNotifyListenerTake
 
PvmAtomicOperationsTransitionInterruptFlowScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
In BPMN this is used for terminate end events
PvmAtomicOperationsTransitionInterruptFlowScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationsTransitionInterruptFlowScope
 
PvmAtomicOperationTransitionCreateScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationTransitionCreateScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionCreateScope
 
PvmAtomicOperationTransitionDestroyScope - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationTransitionDestroyScope() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionDestroyScope
 
PvmAtomicOperationTransitionNotifyListenerEnd - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationTransitionNotifyListenerEnd() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
 
PvmAtomicOperationTransitionNotifyListenerStart - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationTransitionNotifyListenerStart() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
 
PvmAtomicOperationTransitionNotifyListenerTake - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
 
PvmAtomicOperationTransitionNotifyListenerTake() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerTake
 
PvmEvent - Class in org.camunda.bpm.engine.impl.pvm
 
PvmEvent() - Constructor for class org.camunda.bpm.engine.impl.pvm.PvmEvent
 
PvmException - Exception in org.camunda.bpm.engine.impl.pvm
 
PvmException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.pvm.PvmException
 
PvmException(String) - Constructor for exception org.camunda.bpm.engine.impl.pvm.PvmException
 
PvmExecution - Interface in org.camunda.bpm.engine.impl.pvm
 
PvmExecutionImpl - Class in org.camunda.bpm.engine.impl.pvm.runtime
 
PvmExecutionImpl() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
PvmProcessDefinition - Interface in org.camunda.bpm.engine.impl.pvm
 
PvmProcessElement - Interface in org.camunda.bpm.engine.impl.pvm
 
PvmProcessInstance - Interface in org.camunda.bpm.engine.impl.pvm
 
PvmScope - Interface in org.camunda.bpm.engine.impl.pvm
 
PvmTestCase - Class in org.camunda.bpm.engine.impl.test
 
PvmTestCase() - Constructor for class org.camunda.bpm.engine.impl.test.PvmTestCase
 
PvmTestCase(LogUtil.ThreadLogMode) - Constructor for class org.camunda.bpm.engine.impl.test.PvmTestCase
 
PvmTransition - Interface in org.camunda.bpm.engine.impl.pvm
 

Q

QName - Class in org.camunda.bpm.model.xml.impl.util
 
QName(String) - Constructor for class org.camunda.bpm.model.xml.impl.util.QName
 
QName(String, String) - Constructor for class org.camunda.bpm.model.xml.impl.util.QName
 
qNameAttributeReference(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
Create a new AttributeReferenceBuilder for the reference source element instance
qNameAttributeReference(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
QNameAttributeReferenceBuilderImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameAttributeReferenceBuilderImpl(AttributeImpl<String>, Class<T>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameAttributeReferenceBuilderImpl
Create a new AttributeReferenceBuilderImpl from the reference source attribute to the reference target model element instance
QNameAttributeReferenceImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameAttributeReferenceImpl(AttributeImpl<String>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameAttributeReferenceImpl
Create a new QName reference outgoing from the reference source attribute
qNameElementReference(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
qNameElementReference(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
QNameElementReferenceBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameElementReferenceBuilderImpl(Class<Source>, Class<Target>, ChildElementImpl<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceBuilderImpl
 
qNameElementReferenceCollection(Class<V>) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
qNameElementReferenceCollection(Class<V>) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
QNameElementReferenceCollectionBuilderImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameElementReferenceCollectionBuilderImpl(Class<Source>, Class<Target>, ChildElementCollectionImpl<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceCollectionBuilderImpl
 
QNameElementReferenceCollectionImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameElementReferenceCollectionImpl(ChildElementCollection<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceCollectionImpl
 
QNameElementReferenceImpl<Target extends ModelElementInstance,Source extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
QNameElementReferenceImpl(ChildElement<Source>) - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.QNameElementReferenceImpl
 
QUERY - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
query - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
Query<T extends Query<?,?>,U> - Interface in org.camunda.bpm.engine.query
Describes basic methods for querying.
query - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
Query<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.bpmn
 
Query<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.cmmn
 
QUERY_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
QUERY_PROPERTY_FUNCTION - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
queryAuthorizations(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.AuthorizationRestService
 
queryAuthorizations(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
queryAuthorizations(AuthorizationQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.AuthorizationRestServiceImpl
 
queryByPermission - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
queryByResourceType - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
queryCalledProcessDefinitions(ProcessDefinitionQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessDefinitionResource
 
queryCalledProcessInstances(CalledProcessInstanceQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.sub.resources.ProcessInstanceResource
 
queryCaseExecutionByActivityId(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
queryCaseExecutionById(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
queryCaseExecutions(CaseExecutionQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
Expects the same parameters as CaseExecutionRestService.getCaseExecutions(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
queryCaseExecutions(CaseExecutionQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
queryCaseExecutionsCount(CaseExecutionQueryDto) - Method in interface org.camunda.bpm.engine.rest.CaseExecutionRestService
 
queryCaseExecutionsCount(CaseExecutionQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.CaseExecutionRestServiceImpl
 
queryCaseInstances(CaseInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
Expects the same parameters as CaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
queryCaseInstances(CaseInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
queryCaseInstancesCount(CaseInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.CaseInstanceRestService
 
queryCaseInstancesCount(CaseInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.CaseInstanceRestServiceImpl
 
queryConverter - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
queryCount(String) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
queryCount(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
QueryEntityRelationCondition - Class in org.camunda.bpm.engine.impl
Specifies a condition by which two entity types can be related.
QueryEntityRelationCondition(QueryProperty, Object) - Constructor for class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
QueryEntityRelationCondition(QueryProperty, QueryProperty) - Constructor for class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
QueryEntityRelationCondition(QueryProperty, QueryProperty, Object) - Constructor for class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
queryExecutions(ExecutionQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
queryExecutions(ExecutionQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
queryExecutionsCount(ExecutionQueryDto) - Method in interface org.camunda.bpm.engine.rest.ExecutionRestService
 
queryExecutionsCount(ExecutionQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.ExecutionRestServiceImpl
 
queryExtensionElementsByClass(CmmnElement, Class<V>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
queryGroups(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.GroupRestService
 
queryGroups(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
queryGroups(GroupQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.GroupRestServiceImpl
 
queryHalList(String, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryHalSingleResult(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryHistoricActivityInstances(HistoricActivityInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
 
queryHistoricActivityInstances(HistoricActivityInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
queryHistoricActivityInstancesCount(HistoricActivityInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricActivityInstanceRestService
 
queryHistoricActivityInstancesCount(HistoricActivityInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricActivityInstanceRestServiceImpl
 
queryHistoricCaseActivityInstances(HistoricCaseActivityInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
queryHistoricCaseActivityInstancesCount(HistoricCaseActivityInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseActivityInstanceRestServiceImpl
 
queryHistoricCaseInstances(HistoricCaseInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
 
queryHistoricCaseInstances(HistoricCaseInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
queryHistoricCaseInstancesCount(HistoricCaseInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricCaseInstanceRestService
 
queryHistoricCaseInstancesCount(HistoricCaseInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricCaseInstanceRestServiceImpl
 
queryHistoricJobLogs(HistoricJobLogQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
queryHistoricJobLogs(HistoricJobLogQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
queryHistoricJobLogsCount(HistoricJobLogQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricJobLogRestService
 
queryHistoricJobLogsCount(HistoricJobLogQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricJobLogRestServiceImpl
 
queryHistoricProcessInstances(HistoricProcessInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
 
queryHistoricProcessInstances(HistoricProcessInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
queryHistoricProcessInstancesCount(HistoricProcessInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricProcessInstanceRestService
 
queryHistoricProcessInstancesCount(HistoricProcessInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricProcessInstanceRestServiceImpl
 
queryHistoricTaskInstances(HistoricTaskInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
 
queryHistoricTaskInstances(HistoricTaskInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricTaskInstanceRestService
 
queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricTaskInstanceRestServiceImpl
 
queryHistoricVariableInstances(HistoricVariableInstanceQueryDto, Integer, Integer, boolean) - Method in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
 
queryHistoricVariableInstances(HistoricVariableInstanceQueryDto, Integer, Integer, boolean) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
 
queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
QueryImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.bpmn.impl
 
QueryImpl(Collection<T>) - Constructor for class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
QueryImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.cmmn.impl
 
QueryImpl(Collection<T>) - Constructor for class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
queryIncidents(IncidentQueryDto, Integer, Integer) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
queryIncidentsCount(IncidentQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.IncidentRestService
 
queryJobDefinitions(JobDefinitionQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
queryJobDefinitions(JobDefinitionQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
queryJobDefinitionsCount(JobDefinitionQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
queryJobDefinitionsCount(JobDefinitionQueryDto) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
queryJobs(JobQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
queryJobs(JobQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
queryJobsCount(JobQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
queryJobsCount(JobQueryDto) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
queryJsonList(String, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryJsonSingleResult(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryList(Request, String, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
queryList(Request, String, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
QueryOperator - Enum in org.camunda.bpm.engine.impl
Used to indicate the operator that should be used to comparing values in a query clause.
QueryOrderingProperty - Class in org.camunda.bpm.engine.impl
A QueryOrderingProperty specifies a condition by which the results of a query should be sorted.
QueryOrderingProperty() - Constructor for class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
QueryOrderingProperty(String, QueryProperty) - Constructor for class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
QueryParameters<T> - Class in org.camunda.bpm.cockpit.db
Typed query parameters for usage in cockpit plugins
QueryParameters() - Constructor for class org.camunda.bpm.cockpit.db.QueryParameters
 
QueryParameters(int, int) - Constructor for class org.camunda.bpm.cockpit.db.QueryParameters
 
queryProcessInstances(ProcessInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
queryProcessInstances(ProcessInstanceQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
queryProcessInstances(ProcessInstanceQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
Expects the same parameters as ProcessInstanceRestService.getProcessInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
queryProcessInstancesCount(ProcessInstanceQueryDto) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.resources.ProcessInstanceRestService
 
queryProcessInstancesCount(ProcessInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
queryProcessInstancesCount(ProcessInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
 
queryProperty - Variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
QueryProperty - Interface in org.camunda.bpm.engine.query
Describes a property that can be used in a Query.
QueryPropertyImpl - Class in org.camunda.bpm.engine.impl
 
QueryPropertyImpl(String) - Constructor for class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
QueryPropertyImpl(String, String) - Constructor for class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
QueryService - Interface in org.camunda.bpm.cockpit.db
 
QueryServiceImpl - Class in org.camunda.bpm.cockpit.impl.db
 
QueryServiceImpl(CommandExecutor) - Constructor for class org.camunda.bpm.cockpit.impl.db.QueryServiceImpl
 
QuerySessionFactory - Class in org.camunda.bpm.cockpit.impl.db
 
QuerySessionFactory() - Constructor for class org.camunda.bpm.cockpit.impl.db.QuerySessionFactory
 
querySingleResult(Request, String) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
querySingleResult(Request, String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryTasks(TaskQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
queryTasks(TaskQueryDto, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
Expects the same parameters as TaskRestService#getTasks(UriInfo, Integer, Integer) (as JSON message body) and allows more than one variable check.
queryTasksCount(TaskQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
queryTasksCount(TaskQueryDto) - Method in interface org.camunda.bpm.engine.rest.TaskRestService
 
queryType - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
queryUserOperationCount(UriInfo) - Method in interface org.camunda.bpm.engine.rest.history.UserOperationLogRestService
 
queryUserOperationCount(UriInfo) - Method in class org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
 
queryUserOperationEntries(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.history.UserOperationLogRestService
 
queryUserOperationEntries(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
 
queryUsers(UriInfo, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
queryUsers(UserQueryDto, Integer, Integer) - Method in class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
queryUsers(UriInfo, Integer, Integer) - Method in interface org.camunda.bpm.engine.rest.UserRestService
 
QueryValidators - Class in org.camunda.bpm.engine.impl
 
QueryValidators() - Constructor for class org.camunda.bpm.engine.impl.QueryValidators
 
QueryValidators.AdhocQueryValidator<T extends AbstractQuery<?,?>> - Class in org.camunda.bpm.engine.impl
 
QueryValidators.StoredQueryValidator<T extends AbstractQuery<?,?>> - Class in org.camunda.bpm.engine.impl
 
queryVariableInstances(VariableInstanceQueryDto, Integer, Integer, boolean) - Method in class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
queryVariableInstances(VariableInstanceQueryDto, Integer, Integer, boolean) - Method in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
Expects the same parameters as VariableInstanceRestService#getVariableInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
queryVariableInstancesCount(VariableInstanceQueryDto) - Method in class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
queryVariableInstancesCount(VariableInstanceQueryDto) - Method in interface org.camunda.bpm.engine.rest.VariableInstanceRestService
 
queryVariablesInstancesByVariableScopeIds(Collection<String>, Collection<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
queryVariableValue - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
QueryVariableValue - Class in org.camunda.bpm.engine.impl
Represents a variable value used in queries.
QueryVariableValue(String, Object, QueryOperator, boolean) - Constructor for class org.camunda.bpm.engine.impl.QueryVariableValue
 
queryVariableValues - Variable in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
QUEST - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '?'.
QUEUE_SIZE - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobExecutorXml
 
queueSize - Variable in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
queueVariableEvent(VariableEvent, boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
QUOT - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '"'.
quote(String) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

ra - Variable in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
ra - Variable in class org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable
 
ra - Variable in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
ra - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
ra - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
rawAttributeText(XMLStreamReader, String) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
FIXME Comment this
rawElementText(XMLStreamReader) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
FIXME Comment this
RE_ACTIVATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
RE_ENABLE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
reactivate() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.ACTIVE state.
reactivate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
reactivate(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
reactivated(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
reactivated(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
reactivated(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
readBinaryContent(FileItemStream) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
readFileAsString(String) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
 
readFrom(Class<MultipartFormData>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
readFromResponse(ConnectorResponse) - Method in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
readInputStream(InputStream, String) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
 
readJavaUtilLoggingConfigFromClasspath() - Static method in class org.camunda.bpm.engine.impl.util.LogUtil
 
readMethodName - Variable in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
readModelFromFile(File) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows reading a BpmnModelInstance from a File.
readModelFromFile(File) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows reading a CmmnModelInstance from a File.
readModelFromStream(InputStream) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows reading a BpmnModelInstance from an InputStream
readModelFromStream(InputStream) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows reading a CmmnModelInstance from an InputStream
readNextTrimmedLine(BufferedReader) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
readObjectNameFromFields(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
readOnly - Variable in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
ReadOnlyIdentityProvider - Interface in org.camunda.bpm.engine.impl.identity
SPI interface for read-only identity Service Providers.
ReadOnlyMapELResolver - Class in org.camunda.bpm.engine.impl.el
An ELResolver that exposed object values in the map, under the name of the entry's key.
ReadOnlyMapELResolver(Map<Object, Object>) - Constructor for class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
ReadOnlyProcessDefinition - Interface in org.camunda.bpm.engine.impl.pvm
 
ReadOnlyValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
ReadOnlyValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.ReadOnlyValidator
 
readSerializedValueFromFields(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
readValue(ValueFields, boolean) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.BooleanValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ByteArrayValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DateValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DoubleValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.IntegerValueSerializer
 
readValue(ValueFields, boolean) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.LongValueSerlializer
 
readValue(ValueFields, boolean) - Method in class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
readValue(ValueFields, boolean) - Method in class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.PrimitiveValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ShortValueSerializer
 
readValue(ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.StringValueSerializer
 
readValue(ValueFields, boolean) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
Retrieve a TypedValue from the provided ValueFields.
receiveTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
receiveTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ReceiveTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN receiveTask element
RECEIVETASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ReceiveTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
A receive task is a wait state that waits for the receival of some message.
ReceiveTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior
 
ReceiveTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ReceiveTaskBuilder(BpmnModelInstance, ReceiveTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.ReceiveTaskBuilder
 
ReceiveTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN receiveTask element
ReceiveTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
recoverServices(OperationContext, ModelNode, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.BpmPlatformSubsystemRemove
 
Recyclable - Interface in org.camunda.bpm.engine.impl.db.entitymanager
 
recycle() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
recycle() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
recycle() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
recycle() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
recycle() - Method in interface org.camunda.bpm.engine.impl.db.entitymanager.Recyclable
 
redirectError - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
reenable() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
reenable() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.ENABLED state.
reenable() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
reenable(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
reenable(CaseExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.CaseExecutionResource
 
reenable(CaseExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionResourceImpl
 
reenable() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Additionally to CaseExecutionCommandBuilder.execute() the associated case execution will be re-enabled.
reenableCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
Re-enables the case execution identified by the given id.
reenableCaseExecution(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Re-enables the case execution identified by the given id.
reenableCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
reenableCaseExecution(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
ReenableCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
ReenableCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.ReenableCaseExecutionCmd
 
ReenableCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.ReenableCaseExecutionCmd
 
reference - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
 
reference - Variable in class org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
 
reference - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
reference - Variable in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
reference - Variable in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
 
reference - Variable in class org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
 
Reference<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
ReferenceBuilder<T extends ModelElementInstance> - Interface in org.camunda.bpm.model.xml.type.reference
 
referencedElementRemoved(ModelElementInstance, Object) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Remove the reference if the target element is removed
referencedElementUpdated(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Update the reference identifier
referencedProcessEngines - Variable in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
ReferenceImpl<T extends ModelElementInstance> - Class in org.camunda.bpm.model.xml.impl.type.reference
 
ReferenceImpl() - Constructor for class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
 
referenceSourceAttribute - Variable in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
referenceTargetAttribute - Variable in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
 
ReflectUtil - Class in org.camunda.bpm.engine.impl.util
 
ReflectUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ReflectUtil
 
ReflectUtil - Class in org.camunda.bpm.model.xml.impl.util
 
ReflectUtil() - Constructor for class org.camunda.bpm.model.xml.impl.util.ReflectUtil
 
register(String, Object) - Static method in class org.camunda.bpm.engine.test.mock.Mocks
This method lets you register a mock object.
registerActivitiStateHandler(ActivitiStateHandlerRegistration) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
used at runtime to register state handlers as they are registered with the spring context
registerAttribute(Attribute<?>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
registerCache(Class<?>, Cache) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheBootstrap
 
registerChildElementCollection(ChildElementCollection<?>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
registerChildElementType(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
registerCommandContextCloseListener() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
registerCommandContextListener(CommandContextListener) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
registerDeployment(String) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
registerDeployment(String) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineMBean
 
RegisterDeploymentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
RegisterDeploymentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.RegisterDeploymentCmd
 
registerDeploymentForJobExecutor(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
registerDeploymentForJobExecutor(String) - Method in interface org.camunda.bpm.engine.ManagementService
Register a deployment for the engine's job executor.
registerDestructionCallback(String, Runnable) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
registeredDeployments - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
registerEntityCacheKey(Class<?>, Class<?>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
 
registerExtendingType(ModelElementType) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
registerFunctionMapper(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
registerGenericType(String, String) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
registerHalRelationCache(Class<?>, Cache) - Method in class org.camunda.bpm.engine.rest.hal.Hal
 
registerIncoming(Reference<?>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
registerNamespace(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
registerNamespace(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
registerNamespace(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
registerNamespace(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
registerNamespace(String) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Registers a new namespace with a generic prefix.
registerNamespace(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Registers a new namespace for the prefix.
registerNamespace(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Adds a new namespace with a generated prefix to this element.
registerNamespace(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Adds a new namespace with prefix to this element.
registerOptimisticLockingListener(OptimisticLockingListener) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
registerOutgoingReference(Reference<?>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
registerProcessApplication(CommandContext, DeploymentEntity, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
registerProcessApplication(String, ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
registerProcessApplication(String, ProcessApplicationReference) - Method in interface org.camunda.bpm.engine.ManagementService
Activate a deployment for a given ProcessApplication.
RegisterProcessApplicationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
RegisterProcessApplicationCmd(String, ProcessApplicationReference) - Constructor for class org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
 
RegisterProcessApplicationCmd(Set<String>, ProcessApplicationReference) - Constructor for class org.camunda.bpm.engine.impl.cmd.RegisterProcessApplicationCmd
 
registerProcessApplicationForDeployments(Set<String>, ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
registerProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
registerProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
registerProcessEngine(ProcessEngine) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
Adds a managed ProcessEngine to the runtime container.
registerProcessEngine(ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
registerProcessEngine(ProcessEngine) - Static method in class org.camunda.bpm.engine.ProcessEngines
Registers the given process engine.
registerScriptResolver(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
registerSerializers(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ActivationConditionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ArtifactImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.AuditingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelStyleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnPlaneImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorIdImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaEntryImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFailedJobRetryTimeCycleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormDataImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputOutputImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaListImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaMapImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutputParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPotentialStarterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertiesImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaStringImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValidationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CancelEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ChildLaneSet
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CompletionConditionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexBehaviorDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionalEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataPath
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DataStateImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.ExtensionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.LabeledEdgeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.LabeledShapeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.LabelImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.NodeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.PlaneImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.StyleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.di.WaypointImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EndEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EndPointImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EndPointRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EventDefinitionRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.EventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionElementsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.From
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.GlobalConversationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.HumanPerformerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Incoming
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InMessageRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InnerParticipantRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InputDataItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InteractionNodeImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.IntermediateCatchEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.IntermediateThrowEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.IoSpecificationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LoopCardinalityImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LoopCharacteristicsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LoopDataInputRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.LoopDataOutputRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ManualTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MessagePath
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MonitoringImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OperationRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OptionalInputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OptionalOutputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OuterParticipantRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Outgoing
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OutMessageRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OutputDataItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.PartitionElement
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.PerformerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.PotentialOwnerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.PropertyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.RenderingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceAssignmentExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.RootElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Source
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SourceRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SubConversationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.SupportedInterfaceRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Supports
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Target
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TargetRef
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TerminateEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TextImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TimeCycleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TimeDateImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TimeDurationImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.To
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.Transformation
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.WhileExecutingInputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.bpmn.impl.instance.WhileExecutingOutputRefs
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.BindingRefinementExpression
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.Body
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaStringImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemTransitionStandardEvent
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileModel
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CasePlanModel
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseRoles
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ChildrenImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ConditionExpression
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.DefaultControl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.EventListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ExtensionElementsImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.InputCaseParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.InputProcessParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.InputsCaseParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ItemControl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.MilestoneImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.OnPartImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.OutputCaseParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.OutputProcessParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.OutputsCaseParameter
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemTransitionStandardEvent
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessParameterImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.RoleImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.SourceImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.StartTriggerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TargetImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TimerExpression
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.TransformationExpression
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.cmmn.impl.instance.UserEventListenerImpl
 
registerType(ModelBuilder) - Static method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
registerType(ModelElementType, Class<? extends ModelElementInstance>) - Method in class org.camunda.bpm.model.xml.impl.ModelImpl
Registers a ModelElementType in this Model.
registerValueTypes(ProcessEngineConfigurationImpl) - Method in class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
registerWithJobExecutor(CommandContext, DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
registration - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
 
registrationKey(String, String) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
registrationsByDeploymentId - Variable in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
rejectedJobsHandler - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
RejectedJobsHandler - Interface in org.camunda.bpm.engine.impl.jobexecutor
Strategy for handling jobs that were acquired but cannot be executed at this point (queue-size exceeded).
REL_ASSIGNEE - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_CASE_DEFINITION - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_CASE_EXECUTION - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_CASE_INSTANCE - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_DEPLOYMENT - Static variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
REL_DEPLOYMENT - Static variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
REL_DEPLOYMENT_RESOURCE - Static variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
REL_DEPLOYMENT_RESOURCE - Static variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
REL_EXECUTION - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_GROUP - Static variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
REL_IDENTITY_LINKS - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_OWNER - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_PARENT_TASK - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_PROCESS_DEFINITION - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_PROCESS_INSTANCE - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.task.HalTask
 
REL_SELF - Static variable in class org.camunda.bpm.engine.rest.hal.user.HalUser
 
REL_TASK - Static variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
REL_USER - Static variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
RELATION - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
relation - Variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
RELATION_CASE_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
RELATION_CONDITIONS - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
RELATION_PROCESS_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
RELATION_VARIABLE - Static variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
relationConditions - Variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
Relationship - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN relationship element
Relationship - Interface in org.camunda.bpm.model.cmmn.instance
 
relationshipCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
RelationshipDirection - Enum in org.camunda.bpm.model.bpmn
The BPMN tRelationshipDirection type
RelationshipDirection - Enum in org.camunda.bpm.model.cmmn
 
RelationshipImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN relationship element
RelationshipImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
RelationshipImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
RelationshipImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
relativeRootResourcePath - Variable in class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
 
relativeRootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
relativeRootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
release() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
 
release() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjWorkRunnableAdapter
 
release() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkRunnableAdapter
 
release(CreationalContext<?>) - Method in class org.camunda.bpm.engine.cdi.impl.util.CreationalContextReleaseListener
 
relName - Variable in class org.camunda.bpm.engine.rest.hal.HalRelation
the name of the relation
remove(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
remove() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
remove() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Removes this case execution from the parent case execution.
remove() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
remove(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
remove(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Remove an entity from the cache
remove(CachedDbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
 
remove() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
remove(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
remove() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
remove() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
remove(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
remove(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Remove a name and its value, if present.
remove(String) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
remove(String) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
removeActivityJobs(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeAllCaseDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
removeAllProcessDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
removeAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
removeAttribute(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
removeAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
removeAttribute(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
removeAttribute(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Removes the attribute for the namespace of this element.
removeAttribute(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Removes the attribute for the given namespace.
removeAttribute(String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Removes attribute by name.
removeAttributeNs(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
removeAttributeNs(String, String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Removes the attribute by name and namespace.
removeAuthenticationForProcessEngine(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
Removes the authentication for the provided process engine name.
removeCaseDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
removeChild(DomElement) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
removeChild(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementImpl
 
removeChild(DomElement) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Removes a child element of this element.
removeChild(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElement
Removes the child element.
removeChildElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
removeChildElement(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Removes the child element from this.
removeCommandContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
removeCommandInvocationContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
removeConditionExpression() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
removeConditionExpression() - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
removeCurrentProcessApplication() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
removeDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
removeEventScopes() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
removeEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeEventSubscriptions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeEventSubscriptionsExceptCompensation() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
RemoveExecutionVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
RemoveExecutionVariablesCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
 
removeFailedJobIncident(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
removeFromExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
removeIncident(String, String, String, String, boolean) - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
removeIncident(IncidentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
removeJobExecutorContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
removeJobExecutorRegistrations(Set<String>) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
removeJobId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
removeLegacyNonScopesFromMapping(Map<ScopeImpl, PvmExecutionImpl>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Remove all entries for legacy non-scopes given that the assigned scope execution is also responsible for another scope
removeLegacySubscriptionOnParent(ExecutionEntity, EventSubscriptionEntity) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Required for migrating active sequential MI receive tasks.
removeMessageJobDeclarationWithJobConfiguration(ActivityImpl, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Removes a job declaration which belongs to the given activity and has the given job configuration.
removeObsoleteMessageEventSubscriptions(ProcessDefinitionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
removeObsoleteTimers(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
removePermission(Permission) - Method in interface org.camunda.bpm.engine.authorization.Authorization
allows removing a permission.
removePermission(Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
removeProcessApplicationRegistration(Set<String>, boolean) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
removeProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
removeProcessEngineConfiguration() - Static method in class org.camunda.bpm.engine.impl.context.Context
 
removeProcessEngineJndiBinding() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
removeProcessesFromCache - Variable in class org.camunda.bpm.engine.impl.cmd.UnregisterProcessApplicationCmd
 
removeReference(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
removeReference(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
removeReference(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Remove the reference in the reference source model element instance
removeReference(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
removeSerializer(TypedValueSerializer<?>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
removeSerializer(TypedValueSerializer<?>) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
 
removeTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
RemoveTaskVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
RemoveTaskVariablesCmd(String, Collection<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
 
removeValidator(Validator<AbstractQuery<?, ?>>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
removeValue() - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaGenericValueElementImpl
 
removeValue() - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaGenericValueElement
 
removeVariable(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Pass a name of a variable to be removed from a case execution.
removeVariable(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the variable and creates a new HistoricVariableUpdateEntity.
removeVariable(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
removeVariable(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
removeVariable(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariable(String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariable(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariable(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
removeVariable(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
removeVariable(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a variable name of a variable to be removed for a case execution.
removeVariable(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Removes a variable for an execution.
removeVariable(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Removes the variable from the task.
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
removeVariableEntity(String) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
removeVariableInstance(String, AbstractVariableScope) - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.CoreVariableStore
 
removeVariableInstance(String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
removeVariableInstance(String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
removeVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.CaseService
Pass a variable name of a local variable to be removed from a case execution (not considering parent scopes).
removeVariableLocal(String) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the local variable and creates a new HistoricVariableUpdateEntity.
removeVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
removeVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
removeVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariableLocal(String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariableLocal(String) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
removeVariableLocal(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
removeVariableLocal(String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a variable name of a local variable to be removed for a case execution (not considering parent scopes).
removeVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Removes a variable for an execution (not considering parent scopes).
removeVariableLocal(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Removes the variable from the task (not considering parent scopes).
removeVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.CaseService
Pass a collection of names identifying variables to be removed from a case execution.
removeVariables(Collection<String>) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the variables and creates a new HistoricVariableUpdateEntity for each of them.
removeVariables() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdateEntity for each of them.
removeVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
removeVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
removeVariables() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariables() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
removeVariables(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
removeVariables(Collection<String>) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a collection of variable names of variables to be removed for a case execution.
removeVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.RuntimeService
Removes variables for an execution.
removeVariables(String, Collection<String>) - Method in interface org.camunda.bpm.engine.TaskService
Removes all variables in the given collection from the task.
removeVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.CaseService
Pass a collection of names identifying local variables to be removed from a case execution (not considering parent scopes).
removeVariablesLocal(Collection<String>) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the local variables and creates a new HistoricVariableUpdateEntity for each of them.
removeVariablesLocal() - Method in interface org.camunda.bpm.engine.delegate.VariableScope
Removes the (local) variables and creates a new HistoricVariableUpdateEntity for each of them.
removeVariablesLocal(Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
removeVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
removeVariablesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariablesLocal(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
removeVariablesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariablesLocal(Collection<String>) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
removeVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
removeVariablesLocal(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
removeVariablesLocal(Collection<String>) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a collection of variable names of local variables to be removed for a case execution (not considering parent scopes).
removeVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.RuntimeService
Remove variables for an execution (not considering parent scopes).
removeVariablesLocal(String, Collection<String>) - Method in interface org.camunda.bpm.engine.TaskService
Removes all variables in the given collection from the task (not considering parent scopes).
removeVariablesWithoutFiringEvents() - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
renderDatePicker(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderFormData(FormData) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderFormField(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
Rendering - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN rendering element
renderingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
renderingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
RenderingImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN rendering element
RenderingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.RenderingImpl
 
renderInputField(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderInvalidDateMessage(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderInvalidMessageElement(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderInvalidTypeMessage(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderInvalidValueMessage(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderSelectBox(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderSelectOptions(FormField, HtmlDocumentBuilder) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderStartForm(StartFormData) - Method in interface org.camunda.bpm.engine.impl.form.engine.FormEngine
 
renderStartForm(StartFormData) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderStartForm(StartFormData) - Method in class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
renderTaskForm(TaskFormData) - Method in interface org.camunda.bpm.engine.impl.form.engine.FormEngine
 
renderTaskForm(TaskFormData) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
renderTaskForm(TaskFormData) - Method in class org.camunda.bpm.engine.impl.form.engine.JuelFormEngine
 
repairMultiInstanceAsyncJob(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
When executing an async job for an activity wrapped in an miBody, set the execution to the miBody.
repairParentRelationships(Collection<ActivityInstanceImpl>, String) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
This is relevant for GetActivityInstanceCmd where in case of legacy multi-instance execution trees, the default algorithm omits multi-instance activity instances.
repeat - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
repeat - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
RepeatingFailedJobListener - Class in org.camunda.bpm.engine.impl.jobexecutor
 
RepeatingFailedJobListener(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
 
RepeatingFailedJobListener.CreateNewTimerJobCommand - Class in org.camunda.bpm.engine.impl.jobexecutor
 
RepeatingFailedJobListener.CreateNewTimerJobCommand(String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
 
RepetitionRule - Interface in org.camunda.bpm.model.cmmn.instance
 
repetitionRuleChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
RepetitionRuleImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
RepetitionRuleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
replace(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
replace(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Replace an execution by this execution.
replaceChild(DomElement, DomElement) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
replaceChild(DomElement, DomElement) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Replaces a child element with a new element.
replaceChildElement(ModelElementInstance, ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
replaceChildElement(ModelElementInstance, ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Replace an existing child element with a new child element.
replacedBy - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
replacePlaceholder(String, String, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
replaceWithElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
replaceWithElement(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Replaces this element with a new element and updates references.
reportingIntervalInSeconds - Variable in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
reportNow() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
repositoryService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
repositoryService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
repositoryService - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
repositoryService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
repositoryService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
repositoryService - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
 
repositoryService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
RepositoryService - Interface in org.camunda.bpm.engine
Service providing access to the repository of process definitions and deployments.
repositoryService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
repositoryService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
repositoryService - Variable in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
RepositoryServiceImpl - Class in org.camunda.bpm.engine.impl
 
RepositoryServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
request - Variable in class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
RequestAuthorizer - Interface in org.camunda.bpm.webapp.impl.security.filter
The interface for request authorizers.
RequestAuthorizer.AnnonymousAuthorizer - Class in org.camunda.bpm.webapp.impl.security.filter
 
RequestAuthorizer.AnnonymousAuthorizer() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.RequestAuthorizer.AnnonymousAuthorizer
 
RequestFilter - Class in org.camunda.bpm.webapp.impl.security.filter
A request matcher that matches uris compatible to the JAX-RS syntax and extracts the arguments on match.
RequestFilter(String, String...) - Constructor for class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
 
RequestInfo - Class in org.camunda.bpm.webapp.plugin.resource
 
RequestInfo(HttpHeaders, ServletContext, UriInfo) - Constructor for class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
RequestMatcher - Class in org.camunda.bpm.webapp.impl.security.filter
 
RequestMatcher(RequestFilter, RequestAuthorizer) - Constructor for class org.camunda.bpm.webapp.impl.security.filter.RequestMatcher
 
RequestMatcher.Match - Class in org.camunda.bpm.webapp.impl.security.filter
 
RequestMatcher.Match(Map<String, String>, RequestAuthorizer) - Constructor for class org.camunda.bpm.webapp.impl.security.filter.RequestMatcher.Match
 
REQUIRED - Static variable in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
 
required() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are required.
required - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
required() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
required - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
required - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
required - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
required() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
required - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the flag whether this case activity is required
required - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
required - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionDto
 
required - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
required() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which are required.
required() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeBuilderImpl
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.DoubleAttributeBuilder
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.EnumAttributeBuilder
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.IntegerAttributeBuilder
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementBuilderImpl
 
required() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
required() - Method in interface org.camunda.bpm.model.xml.type.attribute.AttributeBuilder
 
required() - Method in interface org.camunda.bpm.model.xml.type.attribute.StringAttributeBuilder
 
required() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementBuilder
 
required() - Method in interface org.camunda.bpm.model.xml.type.child.ChildElementCollectionBuilder
 
REQUIRED_ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
REQUIRED_ERROR_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
REQUIRED_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
RequiredRule - Interface in org.camunda.bpm.model.cmmn.instance
 
requiredRuleChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
RequiredRuleImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
RequiredRuleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
RequiredValidator - Class in org.camunda.bpm.engine.impl.form.validator
 
RequiredValidator() - Constructor for class org.camunda.bpm.engine.impl.form.validator.RequiredValidator
 
requiresContextSwitch(ProcessApplicationReference) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
 
requiresContextSwitch(ProcessApplicationReference) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
requiresEngineAuthentication(String) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
requiresProcessId() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
requiresProcessVariablesMap() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
requiresUnsuspendedExecution(AtomicOperation) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
RESERVED_KEYWORDS - Static variable in class org.camunda.bpm.engine.rest.impl.DeploymentRestServiceImpl
 
reset() - Static method in class org.camunda.bpm.engine.impl.util.ClockUtil
 
reset() - Static method in class org.camunda.bpm.engine.test.mock.Mocks
This method resets the internal map of mock objects.
resetLock() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
resetPermissions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
resetThreadIndents() - Static method in class org.camunda.bpm.engine.impl.util.LogUtil
 
resolutionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
RESOLVABLE_AT_DESIGN_TIME - Static variable in class org.camunda.bpm.engine.impl.javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies whether the variable or property can be resolved at runtime.
resolve(ProcessDefinitionImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.UnresolvedReference
 
resolve() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
resolve() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
resolve(String) - Method in interface org.camunda.bpm.engine.impl.scripting.env.ScriptEnvResolver
Resolves a set of environment scripts for a given script language.
resolve(HalRelation, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.HalLinker
Resolves a relation.
resolve(CompleteTaskDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
resolve(CompleteTaskDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
resolve(String) - Method in class org.camunda.spin.plugin.impl.SpinScriptEnvResolver
 
resolveBaseTypes(List<ModelElementType>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Resolve all types which are base types of this type
resolveCachedLinks(String[], Cache, List<String>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
Returns a list with all resources which are cached.
resolveCaseDefinition(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
resolveClass(ObjectStreamClass) - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer.ClassloaderAwareObjectInputStream
 
resolveContextualObject(String) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
resolved() - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which are resolved.
RESOLVED - Static variable in interface org.camunda.bpm.engine.history.IncidentState
 
resolved() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
resolved - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
resolved - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
resolvedBuiltInVariableListeners - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
resolveDuedate(String) - Method in interface org.camunda.bpm.engine.impl.calendar.BusinessCalendar
 
resolveDuedate(String) - Method in class org.camunda.bpm.engine.impl.calendar.CycleBusinessCalendar
 
resolveDuedate(String) - Method in class org.camunda.bpm.engine.impl.calendar.DefaultBusinessCalendar
 
resolveDuedate(String) - Method in class org.camunda.bpm.engine.impl.calendar.DueDateBusinessCalendar
 
resolveDuedate(String) - Method in class org.camunda.bpm.engine.impl.calendar.DurationBusinessCalendar
 
resolvedVariableListeners - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
resolveExpressionFactory() - Static method in class org.camunda.bpm.engine.impl.el.ExpressionFactoryResolver
 
resolveExtendingTypes(Set<ModelElementType>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
Resolve all types recursively which are extending this type
resolveFromContext(Providers, Class<T>) - Static method in class org.camunda.bpm.engine.rest.util.ProvidersUtil
 
resolveFromContext(Providers, Class<T>, Class<?>) - Static method in class org.camunda.bpm.engine.rest.util.ProvidersUtil
 
resolveFromContext(Providers, Class<T>, MediaType, Class<?>) - Static method in class org.camunda.bpm.engine.rest.util.ProvidersUtil
 
resolveFunction(String, String) - Method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
 
resolveFunction(String, String) - Method in class org.camunda.bpm.engine.impl.el.CompositeFunctionMapper
 
resolveFunction(String, String) - Method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
 
resolveFunction(String, String) - Method in class org.camunda.bpm.engine.impl.javax.el.FunctionMapper
Resolves the specified prefix and local name into a java.lang.Method.
resolveFunction(String, String) - Method in class org.camunda.spin.plugin.impl.SpinFunctionMapper
 
resolveIncident(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.incident.FailedJobIncidentHandler
 
resolveIncident(String, String, String, String) - Method in interface org.camunda.bpm.engine.impl.incident.IncidentHandler
Resolve an incident that arose in the context of an execution.
resolveInjections(DeploymentOperation, Method) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
 
resolveLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
Resolve resources for linked ids, if configured uses a cache.
resolveLinks(String[], ProcessEngine) - Method in interface org.camunda.bpm.engine.rest.hal.HalLinkResolver
 
resolveLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
resolveLoopCardinality(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
resolveName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinitionResolver
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.group.HalGroupResolver
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLinkResolver
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinitionResolver
 
resolveNotCachedLinks(String[], ProcessEngine) - Method in class org.camunda.bpm.engine.rest.hal.user.HalUserResolver
 
resolveNrOfInstances(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
resolveProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
resolveProperty(Properties, String) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
Replaces Ant-style property references if the corresponding keys exist in the provided Properties.
Resolver - Interface in org.camunda.bpm.engine.impl.scripting.engine
A resolver for Objects bound to a key.
resolveResourcesToDeploy(CommandContext, DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
resolverFactories - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
resolverFactories - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
 
ResolverFactory - Interface in org.camunda.bpm.engine.impl.scripting.engine
 
resolveTask(String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
resolveTask(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
resolveTask(String) - Method in interface org.camunda.bpm.engine.TaskService
Marks that the assignee is done with the task delegated to her and that it can be sent back to the owner.
resolveTask(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.TaskService
Marks that the assignee is done with the task delegated to her and that it can be sent back to the owner with the provided variables.
ResolveTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
ResolveTaskCmd(String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.ResolveTaskCmd
 
resolveValue(ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
resolveValue(ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
resolveValue(Object) - Method in class org.camunda.bpm.engine.spring.components.aop.util.Scopifier
 
resolveVariable(String) - Method in class org.camunda.bpm.engine.impl.javax.el.VariableMapper
Resolves the specified variable name to a ValueExpression.
resolveVariableValue(Object) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
RESOURCE - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
 
Resource - Interface in org.camunda.bpm.engine.authorization
Resources are entities for which a user or a group is authorized.
resource - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
resource - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
resource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
resource - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
the type of the resource to check permissions for
resource - Variable in class org.camunda.bpm.engine.impl.util.xml.Problem
 
Resource - Interface in org.camunda.bpm.engine.repository
 
resource - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
resource - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
resource - Variable in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntry
 
resource - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
resource - Variable in class org.camunda.bpm.engine.rest.hal.HalLinker
The HalResource on which the links are constructed
resource - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
resource - Variable in class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
Resource - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN resource element
RESOURCE_ASSIGNMENT_EXPR - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
RESOURCE_ID - Static variable in interface org.camunda.bpm.engine.impl.AuthorizationQueryProperty
 
RESOURCE_NAME - Static variable in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformExtension
 
RESOURCE_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.test.TestHelper
 
RESOURCE_TYPE - Static variable in interface org.camunda.bpm.engine.impl.AuthorizationQueryProperty
 
RESOURCE_TYPE - Static variable in interface org.camunda.bpm.engine.impl.filter.FilterQueryProperty
 
ResourceAssignmentExpression - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN resourceAssignmentExpression element
resourceAssignmentExpressionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPotentialStarterImpl
 
resourceAssignmentExpressionChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
ResourceAssignmentExpressionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resourceAssignmentExpression element
ResourceAssignmentExpressionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceAssignmentExpressionImpl
 
ResourceAuthorizationProvider - Interface in org.camunda.bpm.engine.impl.cfg.auth
 
resourceAuthorizationProvider - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ResourceBundleELResolver - Class in org.camunda.bpm.engine.impl.javax.el
Defines property resolution behavior on instances of java.util.ResourceBundle.
ResourceBundleELResolver() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
 
ResourceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ResourceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
ResourceExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
A script which is provided by an external resource.
ResourceExecutableScript(String, String) - Constructor for class org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
 
resourceId(String) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given resource id
resourceId - Variable in exception org.camunda.bpm.engine.AuthorizationException
 
resourceId - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
resourceId(String) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
resourceId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
 
resourceId - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
resourceId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceForIdCmd
 
resourceId - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
the id of the resource to check permission for
resourceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
resourceId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
resourceId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
resourceId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
resourceId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
resourceId - Variable in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
resourceId - Variable in class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
 
resourceId - Variable in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
resourceIdQueryParam - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
query parameter for resource Id.
ResourceImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resource element
ResourceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
ResourceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
ResourceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ResourceManager
 
resourceName() - Method in interface org.camunda.bpm.engine.authorization.Resource
returns the name of the resource
resourceName() - Method in enum org.camunda.bpm.engine.authorization.Resources
 
resourceName - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceCmd
 
resourceName - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
resourceName - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
resourceName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
resourceName - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
resourceName - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
resourceName - Variable in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
resourceName - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
resourceName - Variable in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
resourceName() - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
resourceNameLike - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
resourceNameLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
resourceNameLike - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
ResourceOptionsDto - Class in org.camunda.bpm.engine.rest.dto
 
ResourceOptionsDto() - Constructor for class org.camunda.bpm.engine.rest.dto.ResourceOptionsDto
 
resourceOverrides - Variable in class org.camunda.bpm.webapp.impl.AbstractAppRuntimeDelegate
 
ResourceParameter - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN resourceParameter element
ResourceParameterBinding - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN resourceParameterBinding element
resourceParameterBindingCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
ResourceParameterBindingImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resourceParameterBinding element
ResourceParameterBindingImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
resourceParameterCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
ResourceParameterImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resourceParameter element
ResourceParameterImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
ResourceProcessEngineTestCase - Class in org.camunda.bpm.engine.impl.test
 
ResourceProcessEngineTestCase(String) - Constructor for class org.camunda.bpm.engine.impl.test.ResourceProcessEngineTestCase
 
ResourceRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resourceRef element of the BPMN tResourceRole type
ResourceRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceRef
 
resourceRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
ResourceRole - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN resourceRole element
resourceRoleCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
resourceRoleCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
ResourceRoleImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN resourceRole element
ResourceRoleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
Resources - Enum in org.camunda.bpm.engine.authorization
The set of built-in Resource names.
resources - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
resourcesDiffer(ResourceEntity, ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
ResourceStreamSource - Class in org.camunda.bpm.engine.impl.util.io
 
ResourceStreamSource(String) - Constructor for class org.camunda.bpm.engine.impl.util.io.ResourceStreamSource
 
ResourceStreamSource(String, ClassLoader) - Constructor for class org.camunda.bpm.engine.impl.util.io.ResourceStreamSource
 
resourceType(Resource) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given resource type
resourceType(int) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given resource type
resourceType() - Method in interface org.camunda.bpm.engine.authorization.Resource
an integer representing the type of the resource.
resourceType() - Method in enum org.camunda.bpm.engine.authorization.Resources
 
resourceType - Variable in exception org.camunda.bpm.engine.AuthorizationException
 
resourceType - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
resourceType(Resource) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
resourceType(int) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
resourceType - Variable in class org.camunda.bpm.engine.impl.cmd.CreateFilterCmd
 
resourceType - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
resourceType - Variable in class org.camunda.bpm.engine.impl.filter.FilterQueryImpl
 
resourceType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
resourceType - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
resourceType - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
resourceType - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
resourceType - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
resourceType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
resourceType - Variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
resourceType - Variable in class org.camunda.bpm.engine.rest.hal.HalRelation
the type of the resource we build a relation to.
resourceType - Variable in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
resourceType() - Method in class org.camunda.bpm.engine.rest.util.AuthorizationUtil
 
ResourceUtil - Class in org.camunda.bpm.engine.impl.util
 
ResourceUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ResourceUtil
 
RestException - Exception in org.camunda.bpm.engine.rest.exception
 
RestException(String) - Constructor for exception org.camunda.bpm.engine.rest.exception.RestException
 
RestException(Response.Status, String) - Constructor for exception org.camunda.bpm.engine.rest.exception.RestException
 
RestException(Response.Status, Exception) - Constructor for exception org.camunda.bpm.engine.rest.exception.RestException
 
RestException(Response.Status, Exception, String) - Constructor for exception org.camunda.bpm.engine.rest.exception.RestException
 
RestExceptionHandler - Class in org.camunda.bpm.engine.rest.exception
Translates RestExceptions to error responses according to the status that is set in the exception.
RestExceptionHandler() - Constructor for class org.camunda.bpm.engine.rest.exception.RestExceptionHandler
 
result - Variable in class org.camunda.bpm.engine.rest.dto.metrics.MetricsResultDto
 
resultType - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
resultType - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
resultType - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
resultVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
 
resultVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
 
RESUME - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
resume() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to either to CaseExecutionState.ACTIVE state, if this case execution is associated with a Stage or Task, or to CaseExecutionState#AVAILABE, if this case execution is associated with a EventListener or Milestone.
resume() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
resume(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
resume() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
RESUME_BY_DEPLOYMENT_NAME - Static variable in enum org.camunda.bpm.engine.repository.ResumePreviousBy
Resume previous deployments that have the same name as the new deployment
RESUME_BY_PROCESS_DEFINITION_KEY - Static variable in enum org.camunda.bpm.engine.repository.ResumePreviousBy
Resume previous deployments that contain processes with the same key as in the new deployment
resumeChildren(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
resumed(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
resumed(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
resumed(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
ResumePreviousBy - Enum in org.camunda.bpm.engine.repository
Contains the constants for the possible values the property ProcessApplicationDeploymentBuilder.resumePreviousVersionsBy(String).
resumePreviousByDeploymentName(CommandContext, DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
Searches for previous deployments with the same name.
resumePreviousByProcessDefinitionKey(CommandContext, DeploymentEntity, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
Searches in previous deployments for the same processes and retrieves the deployment ids.
resumePreviousVersions() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
resumePreviousVersions() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
If this method is called, additional registrations will be created for previous versions of the deployment.
resumePreviousVersionsBy - Variable in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
resumePreviousVersionsBy(String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
 
resumePreviousVersionsBy(String) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
This method defines on what additional registrations will be based.
resuming(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
resuming(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
rethrow() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
RETRIES - Static variable in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
retries - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
RETRIES - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
RETRIES - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
retries - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
retriesLeft - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
retrieveProcessKeysFromResources(Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
retry(String) - Static method in class org.camunda.bpm.engine.ProcessEngines
retries to initialize a process engine that previously failed.
RetryInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
Intercepts OptimisticLockingException and tries to run the same command again.
RetryInterceptor() - Constructor for class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
REVERSE - Static variable in class org.camunda.bpm.engine.rest.hal.cache.HalResourceCacheEntryComparator
 
revision - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
revision - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
revision - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
Role - Interface in org.camunda.bpm.model.cmmn.instance
 
ROLE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
RoleImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
RoleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.RoleImpl
 
rollback() - Method in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
rollback() - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
rollback() - Method in interface org.camunda.bpm.engine.impl.cfg.TransactionContext
Rollback the current transaction.
rollback() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
rollback() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
rollback() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
rollbackOperation() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
ROOT_CAUSE_INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
 
ROOT_CAUSE_INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
 
rootCauseIncidentActivityId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootCauseIncidentConfiguration - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootCauseIncidentId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootCauseIncidentId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
Only select historic incidents which contain the id of the root cause incident.
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
rootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
rootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
 
rootCauseIncidentId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
rootCauseIncidentId(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
Only select incidents which contain the id of the root cause incident.
rootCauseIncidentMessage - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootCauseIncidentProcessDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootCauseIncidentProcessInstanceId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
rootElement - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
RootElement - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN rootElement element
rootElementCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
RootElementImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN rootElement element
RootElementImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.RootElementImpl
 
RootPropertyResolver - Class in org.camunda.bpm.engine.impl.juel
Simple root property resolver implementation.
RootPropertyResolver() - Constructor for class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Create a read/write root property resolver
RootPropertyResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Create a root property resolver
rootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
rootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.CaseDefinitionResourceImpl
 
rootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
rootResourcePath - Variable in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
rowData - Variable in class org.camunda.bpm.engine.management.TablePage
The actual content of the database table, stored as a list of mappings of the form {colum name, value}.
rowToJSONArray(JSONTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a comma delimited text row from a JSONArray.
run() - Method in interface org.camunda.bpm.container.impl.jboss.util.Tccl.Operation
 
run() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
 
run() - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjWorkRunnableAdapter
 
run() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkRunnableAdapter
 
run() - Method in class org.camunda.bpm.engine.impl.ant.LaunchThread
 
run() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
run() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
 
run() - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
 
run() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
 
runAsUser(String, List<String>, Runnable) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
runBare() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
runBare() - Method in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
runnable - Variable in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonjDeamonWorkRunnableAdapter
 
runTest() - Method in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
RuntimeContainerDelegate - Interface in org.camunda.bpm.container
The RuntimeContainerDelegate in an SPI that allows the process engine to integrate with the runtime container in which it is deployed.
RuntimeContainerDelegate.RuntimeContainerDelegateInstance - Class in org.camunda.bpm.container
Holder of the current RuntimeContainerDelegate instance.
RuntimeContainerDelegateImpl - Class in org.camunda.bpm.container.impl
This is the default RuntimeContainerDelegate implementation that delegates to the local MBeanServer infrastructure.
RuntimeContainerDelegateImpl() - Constructor for class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
runtimeContainerDelegateInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
RuntimeContainerJobExecutor - Class in org.camunda.bpm.engine.impl.jobexecutor
JobExecutor implementation that delegates the execution of jobs to the RuntimeContainer
RuntimeContainerJobExecutor() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
 
runtimeDelegate - Variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginResource
 
runtimeDelegate - Variable in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
runtimeService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
runtimeService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
runtimeService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
runtimeService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
runtimeService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
RuntimeService - Interface in org.camunda.bpm.engine
Service which provides access to Deployments, ProcessDefinitions and ProcessInstances.
runtimeService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
runtimeService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
runtimeService - Variable in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
RuntimeServiceImpl - Class in org.camunda.bpm.engine.impl
 
RuntimeServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
runUnderClassloader(Tccl.Operation<T>, ClassLoader) - Static method in class org.camunda.bpm.container.impl.jboss.util.Tccl
 
runWithAuthentications(SecurityActions.SecurityAction<T>, Authentications) - Static method in class org.camunda.bpm.webapp.impl.security.SecurityActions
 
runWithoutAuthentication(SecurityActions.SecurityAction<T>, ProcessEngine) - Static method in class org.camunda.bpm.webapp.impl.security.SecurityActions
 
runWithoutAuthorization(Callable<T>) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 

S

satisfied - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
satisfied() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
satisfied - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
satisfiedSentries - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
saveAttachment(Attachment) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
saveAttachment(Attachment) - Method in interface org.camunda.bpm.engine.TaskService
Update the name and decription of an attachment
SaveAttachmentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveAttachmentCmd(Attachment) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveAttachmentCmd
 
saveAuthorization(Authorization) - Method in interface org.camunda.bpm.engine.AuthorizationService
Allows saving an Authorization object.
saveAuthorization(Authorization) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
 
SaveAuthorizationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveAuthorizationCmd(Authorization) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
 
saveAuthorizations(AuthorizationEntity[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
saveDefaultAuthorizations(AuthorizationEntity[]) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
 
saveFilter(Filter) - Method in interface org.camunda.bpm.engine.FilterService
Saves the filter in the database.
saveFilter(Filter) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
SaveFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveFilterCmd(Filter) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveFilterCmd
 
saveGroup(Group) - Method in interface org.camunda.bpm.engine.IdentityService
Saves the group.
saveGroup(Group) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
saveGroup(Group) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Allows saving a Group object which is not yet persistent.
saveGroup(Group) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
SaveGroupCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveGroupCmd(GroupEntity) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveGroupCmd
 
saveTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Save the currently associated task.
saveTask(Task) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
saveTask(Task) - Method in interface org.camunda.bpm.engine.TaskService
Saves the given task to the persistent data store.
SaveTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveTaskCmd(Task) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveTaskCmd
 
saveUser(User) - Method in interface org.camunda.bpm.engine.IdentityService
Saves the user.
saveUser(User) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
 
saveUser(User) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
Allows saving or updates a User object
saveUser(User) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
SaveUserCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SaveUserCmd(User) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveUserCmd
 
SCALAR_VALUE - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
scalarValue - Variable in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
scanClass(Class<?>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAEntityScanner
 
scanner - Variable in class org.camunda.bpm.engine.impl.juel.Parser
 
Scanner - Class in org.camunda.bpm.engine.impl.juel
Handcrafted scanner.
Scanner(String) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner
Constructor.
Scanner.ExtensionToken - Class in org.camunda.bpm.engine.impl.juel
 
Scanner.ExtensionToken(String) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.ExtensionToken
 
Scanner.ScanException - Exception in org.camunda.bpm.engine.impl.juel
Scan exception type
Scanner.ScanException(int, String, String) - Constructor for exception org.camunda.bpm.engine.impl.juel.Scanner.ScanException
 
Scanner.Symbol - Enum in org.camunda.bpm.engine.impl.juel
Symbol type
Scanner.Token - Class in org.camunda.bpm.engine.impl.juel
 
Scanner.Token(Scanner.Symbol, String) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
Scanner.Token(Scanner.Symbol, String, int) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
scanPaResourceRootPath(ClassLoader, URL, String, Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
scanPaResourceRootPath(ClassLoader, URL, String, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
scanPath(String, String, boolean, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
scanRoot(VirtualFile, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 
scanUrl(URL, String, boolean, String[], Map<String, byte[]>) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
 
Scenario - Class in org.camunda.bpm.qa.upgrade
 
Scenario() - Constructor for class org.camunda.bpm.qa.upgrade.Scenario
 
ScenarioRunner - Class in org.camunda.bpm.qa.upgrade
 
ScenarioRunner(ProcessEngine) - Constructor for class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
ScenarioSetup - Interface in org.camunda.bpm.qa.upgrade
 
schedule(Runnable, boolean) - Method in interface org.camunda.bpm.container.ExecutorService
Passes a Runnable to the runtime container for execution.
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.ejb.ExecutorServiceBean
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
schedule(Runnable, boolean) - Method in interface org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnection
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionImpl
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
schedule(Runnable, boolean) - Method in class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
schedule(TimerEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
scheduleAtomicOperationAsync(AtomicOperation) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
scheduleEventAsync(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
scheduleLongRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
scheduleLongRunning(Runnable) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
scheduleLongRunningWork(Runnable) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
scheduleProcessDefinitionActivation(CommandContext, DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
 
scheduleShortRunningWork(Runnable) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
scheduleSuspensionStateUpdate(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
scheduleTimer(TimerEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
schema - Variable in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
schemaFactory - Variable in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
 
SchemaOperationsProcessEngineBuild - Class in org.camunda.bpm.engine.impl
 
SchemaOperationsProcessEngineBuild() - Constructor for class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
 
schemaResource - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
scope - Variable in class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
 
scope() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
SCOPE_COMPLETE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
 
scopeActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
ScopeCollector - Class in org.camunda.bpm.engine.impl.tree
 
ScopeCollector() - Constructor for class org.camunda.bpm.engine.impl.tree.ScopeCollector
 
scopeCreated(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCreateScope
 
scopeCreated(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationCreateScope
Called with the propagating execution
scopeCreated(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionCreateScope
 
scopeExecution - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
ScopeExecutionCollector - Class in org.camunda.bpm.engine.impl.tree
 
ScopeExecutionCollector() - Constructor for class org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
 
ScopeImpl - Class in org.camunda.bpm.engine.impl.pvm.process
A Bpmn scope.
ScopeImpl(String, ProcessDefinitionImpl) - Constructor for class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
scopeInterrupted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartInterruptEventScope
 
scopeInterrupted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
 
scopeInterrupted(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationsTransitionInterruptFlowScope
 
scopes - Variable in class org.camunda.bpm.engine.impl.tree.ScopeCollector
 
scopeStack - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
Scopifier - Class in org.camunda.bpm.engine.spring.components.aop.util
this class was copied wholesale from Spring 3.1's RefreshScope, which Dave Syer wrote.
Scopifier(BeanDefinitionRegistry, String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.spring.components.aop.util.Scopifier
 
script - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
 
script - Variable in class org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
 
script - Variable in class org.camunda.bpm.engine.impl.cmmn.listener.ScriptCaseExecutionListener
 
script - Variable in class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
 
script - Variable in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
 
script - Variable in class org.camunda.bpm.engine.impl.scripting.ScriptValueProvider
 
script - Variable in class org.camunda.bpm.engine.impl.task.listener.ScriptTaskListener
 
script - Variable in class org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
 
script(Script) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
Sets the script of the build script task.
Script - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN script element
SCRIPT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
ScriptBindings - Class in org.camunda.bpm.engine.impl.scripting.engine
A Bindings implementation which wraps an existing binding and enhances the key / value map with read-only access to: variables provided in a VariableScope, additional bindings provided through a set of Resolvers.
ScriptBindings(List<Resolver>, VariableScope, Bindings) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
ScriptBindingsFactory - Class in org.camunda.bpm.engine.impl.scripting.engine
Factory for the Bindings used by the ScriptingEngines.
ScriptBindingsFactory(List<ResolverFactory>) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
 
scriptBindingsFactory - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
ScriptCaseExecutionListener - Class in org.camunda.bpm.engine.impl.cmmn.listener
An CaseExecutionListener which invokes a ExecutableScript when notified.
ScriptCaseExecutionListener(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.cmmn.listener.ScriptCaseExecutionListener
 
ScriptCaseVariableListener - Class in org.camunda.bpm.engine.impl.variable.listener
 
ScriptCaseVariableListener(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
 
scriptChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
ScriptCompilationException - Exception in org.camunda.bpm.engine
Exception resulting from a error during a script compilation.
ScriptCompilationException() - Constructor for exception org.camunda.bpm.engine.ScriptCompilationException
 
ScriptCompilationException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptCompilationException
 
ScriptCompilationException(String) - Constructor for exception org.camunda.bpm.engine.ScriptCompilationException
 
ScriptCompilationException(Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptCompilationException
 
ScriptCondition - Class in org.camunda.bpm.engine.impl.scripting
A Condition which invokes a ExecutableScript when evaluated.
ScriptCondition(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.scripting.ScriptCondition
 
ScriptEngineException - Exception in org.camunda.bpm.engine
Base exception resulting from a script engine interaction.
ScriptEngineException() - Constructor for exception org.camunda.bpm.engine.ScriptEngineException
 
ScriptEngineException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptEngineException
 
ScriptEngineException(String) - Constructor for exception org.camunda.bpm.engine.ScriptEngineException
 
ScriptEngineException(Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptEngineException
 
scriptEngineManager - Variable in class org.camunda.bpm.application.impl.ProcessApplicationScriptEngineResolver
 
ScriptEnvResolver - Interface in org.camunda.bpm.engine.impl.scripting.env
Resolver for environment scripts.
scriptEnvResolvers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ScriptEvaluationException - Exception in org.camunda.bpm.engine
Exception resulting from a error during a script evaluation.
ScriptEvaluationException() - Constructor for exception org.camunda.bpm.engine.ScriptEvaluationException
 
ScriptEvaluationException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptEvaluationException
 
ScriptEvaluationException(String) - Constructor for exception org.camunda.bpm.engine.ScriptEvaluationException
 
ScriptEvaluationException(Throwable) - Constructor for exception org.camunda.bpm.engine.ScriptEvaluationException
 
ScriptExecutionListener - Class in org.camunda.bpm.engine.impl.bpmn.listener
An ExecutionListener which invokes a ExecutableScript when notified.
ScriptExecutionListener(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.bpmn.listener.ScriptExecutionListener
 
scriptExpression - Variable in class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
 
scriptFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
scriptFactory - Variable in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
the script factory used for compiling env scripts
ScriptFactory - Class in org.camunda.bpm.engine.impl.scripting
A script factory is responsible for creating a ExecutableScript instance.
ScriptFactory() - Constructor for class org.camunda.bpm.engine.impl.scripting.ScriptFactory
 
scriptFormat(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
Sets the script format of the build script task.
scriptFormatAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
ScriptImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN script element
ScriptImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ScriptImpl
 
scriptingEngines - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ScriptingEngines - Class in org.camunda.bpm.engine.impl.scripting.engine
Manager for JSR-223 ScriptEngine handling.
ScriptingEngines(ScriptBindingsFactory) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
ScriptingEngines(ScriptEngineManager) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
scriptingEngines - Variable in class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
the scripting engines
scriptingEnvironment - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
ScriptingEnvironment - Class in org.camunda.bpm.engine.impl.scripting.env
The scripting environment contains scripts that provide an environment to a user provided script.
ScriptingEnvironment(ScriptFactory, List<ScriptEnvResolver>, ScriptingEngines) - Constructor for class org.camunda.bpm.engine.impl.scripting.env.ScriptingEnvironment
 
ScriptInvocation - Class in org.camunda.bpm.engine.impl.delegate
 
ScriptInvocation(ExecutableScript, VariableScope) - Constructor for class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
 
scriptResolvers - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
scriptResource - Variable in class org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
 
scriptSource - Variable in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
The source of the script.
scriptTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
scriptTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ScriptTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN scriptTask element
SCRIPTTASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ScriptTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
ActivityBehavior implementation of the BPMN 2.0 script task.
ScriptTaskActivityBehavior(ExecutableScript, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
 
ScriptTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ScriptTaskBuilder(BpmnModelInstance, ScriptTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.ScriptTaskBuilder
 
ScriptTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN scriptTask element
ScriptTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
ScriptTaskListener - Class in org.camunda.bpm.engine.impl.task.listener
A TaskListener which invokes a ExecutableScript when notified.
ScriptTaskListener(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.task.listener.ScriptTaskListener
 
scriptText(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractScriptTaskBuilder
 
ScriptUtil - Class in org.camunda.bpm.engine.impl.util
 
ScriptUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ScriptUtil
 
ScriptValueProvider - Class in org.camunda.bpm.engine.impl.scripting
Makes it possible to use scripts in IoParameter mappings.
ScriptValueProvider(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.scripting.ScriptValueProvider
 
SECOND - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
seconds - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
secondsToLive - Variable in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
SecurityActions - Class in org.camunda.bpm.webapp.impl.security
 
SecurityActions() - Constructor for class org.camunda.bpm.webapp.impl.security.SecurityActions
 
SecurityActions.SecurityAction<T> - Interface in org.camunda.bpm.webapp.impl.security
 
securityAuthentication - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
SecurityFilter - Class in org.camunda.bpm.webapp.impl.security.filter
Simple filter implementation which delegates to a list of FilterRules, evaluating their SecurityFilterRule#setAuthorized(org.camunda.bpm.webapp.impl.security.filter.AppRequest) condition for the given request.
SecurityFilter() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
SecurityFilterConfig - Class in org.camunda.bpm.webapp.impl.security.filter
POJO representing the configuration of the security filter
SecurityFilterConfig() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig
 
SecurityFilterConfig.PathFilterConfig - Class in org.camunda.bpm.webapp.impl.security.filter
 
SecurityFilterConfig.PathFilterConfig() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
SecurityFilterConfig.PathMatcherConfig - Class in org.camunda.bpm.webapp.impl.security.filter
 
SecurityFilterConfig.PathMatcherConfig() - Constructor for class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
SecurityFilterRule - Interface in org.camunda.bpm.webapp.impl.security.filter
This interface is used by the SecurityFilter to authorize incoming requests.
SeExecutorService - Class in org.camunda.bpm.container.impl.threading.se
 
SeExecutorService(ThreadPoolExecutor) - Constructor for class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
SELECT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
selectAuthorizationByQueryCriteria(AuthorizationQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
selectAuthorizationCountByQueryCriteria(AuthorizationQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
selectBoolean(String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectById(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectById(Class<T>, String) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
selectById(Class<T>, String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
SELECTED_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
selectInitial(List<ActivityImpl>, ProcessDefinitionEntity, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
selectList(String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, Object, Page) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, ListQueryParameterObject, Page) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, Object, int, int) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectList(String, Object) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
selectList(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
selectListWithRawParameter(String, Object, int, int) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectOne(String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
selectOne(String, Object) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
 
selectOne(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
selectStatements - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
selfReference - Variable in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
this is an EjbProxy and can be cached
send(MessageEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
sendForbidden(HttpServletRequest, HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
sendForbiddenApplicationAccess(String, HttpServletRequest, HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
sendTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
sendTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
SendTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN sendTask element
SENDTASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
SendTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
SendTaskBuilder(BpmnModelInstance, SendTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.SendTaskBuilder
 
SendTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN sendTask element
SendTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
sendUnauthorized(HttpServletRequest, HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilter
 
sentries - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
sentries - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
sentry - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
Sentry - Interface in org.camunda.bpm.model.cmmn.instance
 
SENTRY_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
 
sentryCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanFragmentImpl
 
sentryHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
SentryHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
SentryHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
 
sentryId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
sentryId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
sentryId - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
SentryImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
SentryImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
sentryMap - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
sentryRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
separator - Variable in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
sequence() - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
sequence() - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
SEQUENCE_COUNTER - Static variable in interface org.camunda.bpm.engine.impl.ExecutionQueryProperty
 
SEQUENCE_COUNTER - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
SEQUENCE_COUNTER - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
SEQUENCE_COUNTER - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
SequenceBuilder - Interface in org.camunda.bpm.model.xml.type.child
 
SequenceBuilderImpl - Class in org.camunda.bpm.model.xml.impl.type.child
 
SequenceBuilderImpl(ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.child.SequenceBuilderImpl
 
sequenceCounter - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
sequenceCounter - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
sequenceCounter - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
sequenceCounter - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
SequenceFlow - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN sequenceFlow element
SequenceFlowBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
SequenceFlowBuilder(BpmnModelInstance, SequenceFlow) - Constructor for class org.camunda.bpm.model.bpmn.builder.SequenceFlowBuilder
 
sequenceFlowId(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
SequenceFlowImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN sequenceFlow element
SequenceFlowImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
sequenceFlows - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
A map for storing sequence flow based on their id during parsing.
SequentialJobAcquisitionRunnable - Class in org.camunda.bpm.engine.impl.jobexecutor
AcquireJobsRunnable able to serve multiple process engines.
SequentialJobAcquisitionRunnable(JobExecutor) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
 
SequentialMultiInstanceActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
SequentialMultiInstanceActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
 
SequentialMultiInstanceSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.multiinstance
 
SequentialMultiInstanceSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.multiinstance.SequentialMultiInstanceSubprocessScenario
 
SerializableValue - Interface in org.camunda.bpm.engine.variable.value
A TypedValue for which a serialized value can be obtained and specified
SerializableValueType - Interface in org.camunda.bpm.engine.variable.type
 
serializationDataFormat(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
serializationDataFormat(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
serializationDataFormat - Variable in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
serializationDataFormat - Variable in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
serializationDataFormat(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.bpm.engine.variable.value.builder.ObjectValueBuilder
 
serializationDataFormat(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
SerializationDataFormat - Interface in org.camunda.bpm.engine.variable.value
Represents a serialization data format.
serializationDataFormat(String) - Method in interface org.camunda.spin.plugin.variable.value.builder.JsonValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.spin.plugin.variable.value.builder.JsonValueBuilder
 
serializationDataFormat(String) - Method in interface org.camunda.spin.plugin.variable.value.builder.SpinValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.spin.plugin.variable.value.builder.SpinValueBuilder
 
serializationDataFormat(String) - Method in interface org.camunda.spin.plugin.variable.value.builder.XmlValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in interface org.camunda.spin.plugin.variable.value.builder.XmlValueBuilder
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.JsonValueBuilderImpl
 
serializationDataFormat(String) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.JsonValueBuilderImpl
 
serializationDataFormat(String) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.SpinValueBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.SpinValueBuilderImpl
 
serializationDataFormat(SerializationDataFormat) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.XmlValueBuilderImpl
 
serializationDataFormat(String) - Method in class org.camunda.spin.plugin.variable.value.impl.builder.XmlValueBuilderImpl
 
SerializedObjectDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
SerializedObjectDto(Object) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
serializedObjectValue() - Static method in class org.camunda.bpm.engine.variable.Variables
 
serializedObjectValue(String) - Static method in class org.camunda.bpm.engine.variable.Variables
 
SerializedObjectValueBuilder - Interface in org.camunda.bpm.engine.variable.value.builder
 
SerializedObjectValueBuilderImpl - Class in org.camunda.bpm.engine.impl.core.variable.value.builder
 
SerializedObjectValueBuilderImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
SerializedObjectValueBuilderImpl(ObjectValue) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
serializedValue(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
serializedValue - Variable in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
serializedValue(String) - Method in interface org.camunda.bpm.engine.variable.value.builder.SerializedObjectValueBuilder
 
serializedValue - Variable in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
serializer - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
serializer - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
serializer - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
serializerList - Variable in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
serializerMap - Variable in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
serializerName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
serializerName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
serializerName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
the name of the serializer used to serialize the value of this variable
serializeToByteArray(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
Implementations must return a byte[] representation of the provided object.
serializeToByteArray(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
Implementations must return a byte[] representation of the provided object.
serializeToByteArray(Object) - Method in class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer
 
serializeToByteArray(Object) - Method in class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
serializeToByteArray(Object) - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
serveIndexPage(String, String, String, String, HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
serveIndexPage(String, String, String, HttpServletRequest, HttpServletResponse) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
SERVER - Static variable in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatAttachments
 
serverUrl - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
serveTemplate(String, String, String, HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
SERVICE_NAME_EXECUTOR - Static variable in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
SERVICE_NAME_EXECUTOR - Static variable in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
serviceAdded(String) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
 
serviceAvailable() - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
serviceCollection - Variable in class org.camunda.bpm.container.impl.jboss.util.ServiceTracker
 
serviceContainer - Variable in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
serviceContainer - Variable in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
serviceContainer - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
the service container
ServiceImpl - Class in org.camunda.bpm.engine.impl
 
ServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.ServiceImpl
 
serviceInstance - Variable in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
ServiceInvoker - Interface in org.camunda.bpm.engine.impl.cfg
 
ServiceListenerFuture<S,V> - Class in org.camunda.bpm.container.impl.jboss.util
A Future implementation backed by a ServiceListener
ServiceListenerFuture(S) - Constructor for class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
ServiceNames - Class in org.camunda.bpm.container.impl.jboss.service
All ServiceName references run through here.
ServiceNames() - Constructor for class org.camunda.bpm.container.impl.jboss.service.ServiceNames
 
serviceRealm - Variable in enum org.camunda.bpm.container.impl.spi.ServiceTypes
 
servicesByName - Variable in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
serviceTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
serviceTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
ServiceTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN serviceTask element
SERVICETASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
ServiceTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
ServiceTaskBuilder(BpmnModelInstance, ServiceTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.ServiceTaskBuilder
 
ServiceTaskConnectorActivityBehavior - Class in org.camunda.connect.plugin.impl
 
ServiceTaskConnectorActivityBehavior(String, IoMapping) - Constructor for class org.camunda.connect.plugin.impl.ServiceTaskConnectorActivityBehavior
 
ServiceTaskDelegateExpressionActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
ActivityBehavior used when 'delegateExpression' is used for a serviceTask.
ServiceTaskDelegateExpressionActivityBehavior(Expression, List<FieldDeclaration>) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
ServiceTaskExpressionActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
ActivityBehavior that evaluates an expression when executed.
ServiceTaskExpressionActivityBehavior(Expression, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
 
ServiceTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN serviceTask element
ServiceTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
ServiceTaskJavaDelegateActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
ServiceTaskJavaDelegateActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
ServiceTaskJavaDelegateActivityBehavior(JavaDelegate) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
 
ServiceTracker<S> - Class in org.camunda.bpm.container.impl.jboss.util
Service Listener that adds / removes services to / from a collection as they are added / removed to the service controller.
ServiceTracker(ServiceName, Collection<S>) - Constructor for class org.camunda.bpm.container.impl.jboss.util.ServiceTracker
 
ServiceTypes - Enum in org.camunda.bpm.container.impl.spi
The service types managed by this container.
SERVLET_PATH_PREFIX - Static variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
servletContext - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
 
servletContext - Variable in class org.camunda.bpm.engine.spring.application.SpringServletProcessApplication
 
servletContext - Variable in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
servletContextName - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
 
servletContextPath - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
 
servletPathPrefix - Variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
ServletProcessApplication - Class in org.camunda.bpm.application.impl
A AbstractProcessApplication Implementation to be used in a Servlet container environment.
ServletProcessApplication() - Constructor for class org.camunda.bpm.application.impl.ServletProcessApplication
 
ServletProcessApplicationDeployer - Class in org.camunda.bpm.application.impl
This class is an implementation of ServletContainerInitializer and is notified whenever a subclass of ServletProcessApplication annotated with the ProcessApplication annotation is deployed.
ServletProcessApplicationDeployer() - Constructor for class org.camunda.bpm.application.impl.ServletProcessApplicationDeployer
 
Session - Interface in org.camunda.bpm.engine.impl.interceptor
 
sessionFactories - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
sessionFactories - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
sessionFactories - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
SessionFactory - Interface in org.camunda.bpm.engine.impl.interceptor
 
sessionList - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
sessions - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
set(RuntimeContainerDelegate) - Method in class org.camunda.bpm.container.RuntimeContainerDelegate.RuntimeContainerDelegateInstance
 
setAbstract(boolean) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
setAcceptUntrustedCertificates(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
 
setAcquireJobsCmd(Command<AcquiredJobs>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setAction(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setActivationCondition(ActivationCondition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
setActivationCondition(ActivationCondition) - Method in interface org.camunda.bpm.model.bpmn.instance.ComplexGateway
 
setActive(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
makes this execution active or inactive.
setActive(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setActive(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setActivity(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setActivity(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setActivity(PvmActivity) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
setActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setActivity(Activity) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
setActivity(Activity) - Method in interface org.camunda.bpm.model.bpmn.instance.CompensateEventDefinition
 
setActivityAsyncDelegates(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Sets the delegates for the activity, which will be called if the attribute asyncAfter or asyncBefore was changed.
setActivityBehavior(CmmnActivityBehavior) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setActivityBehavior(ActivityBehavior) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setActivityId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setActivityId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setActivityIdIn(String[]) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setActivityIdIn(String[]) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
setActivityIdIn(String[]) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
setActivityIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setActivityIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setActivityInstanceId(String) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setActivityInstanceIdIn(String[]) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setActivityInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setActivityInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setActivityInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setActivityInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setActivityInstanceState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setActivityName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setActivityName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setActivityName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
setActivityName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setActivityRef(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
setActivityStartBehavior(ActivityStartBehavior) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setActivityType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setActivityType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setActivityType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
setActivityType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setAdministratorGroupName(String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
setAdministratorUserName(String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
 
setAdminRuntimeDelegate(AdminRuntimeDelegate) - Static method in class org.camunda.bpm.admin.Admin
A setter to set the AdminRuntimeDelegate.
setAfterTimestamp(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setAll(boolean) - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
setAllDeploymentIds(Set<String>) - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
setAllowAnonymousLogin(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setAllowedPaths(List<SecurityFilterConfig.PathMatcherConfig>) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
setAllVariables(boolean) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
setAncestorActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setApplicationContext(ApplicationContext) - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
setApplicationContext(ApplicationContext) - Method in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
setApplicationContext(ApplicationContext) - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
setArgs(String) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
setArtifactFactory(ArtifactFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setAssignee(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The userId of the person to which this task is delegated.
setAssignee(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setAssignee(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setAssignee(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setAssignee(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setAssignee(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setAssignee(UserIdDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
setAssignee(UserIdDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
setAssignee(String) - Method in interface org.camunda.bpm.engine.task.Task
The userId of the person to which this task is assigned or delegated.
setAssignee(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Changes the assignee of the given task to the given userId.
setAssigneeExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setAssigneeExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setAssigneeLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setAssigneeLikeExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setAssigneeWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setAssociationDirection(AssociationDirection) - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
setAssociationDirection(AssociationDirection) - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
setAsync(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
setAsyncAfter(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setAsyncAfter(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setAsyncBefore(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setAsyncBefore(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setAttachedTo(Activity) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
setAttachedTo(Activity) - Method in interface org.camunda.bpm.model.bpmn.instance.BoundaryEvent
 
setAttribute(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setAttribute(String, String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setAttribute(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the attribute value for the namespace of this element.
setAttribute(String, String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the attribute value for the given namespace.
setAttributeName(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
setAttributeReference(AttributeReferenceBuilder<V>) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
setAttributeValue(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setAttributeValue(String, String, boolean) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setAttributeValue(String, String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Sets the value by name of a non-ID attribute.
setAttributeValue(String, String, boolean) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Sets attribute value by name.
setAttributeValueNs(String, String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setAttributeValueNs(String, String, String, boolean) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setAttributeValueNs(String, String, String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Sets the value by name and namespace of a non-ID attribute.
setAttributeValueNs(String, String, String, boolean) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Sets the attribute value by name and namespace.
setAuditing(Auditing) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
setAuditing(Auditing) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setAuditing(Auditing) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
setAuditing(Auditing) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setAuthDefaultPerm(int) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
setAuthenticated(boolean) - Method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
setAuthenticatedUser(String) - Method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
setAuthenticatedUser(ProcessEngine, String) - Method in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
setAuthenticatedUserId(String) - Method in interface org.camunda.bpm.engine.IdentityService
Passes the authenticated user id for this thread.
setAuthenticatedUserId(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
setAuthenticatedUserPassword(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
setAuthentication(String, List<String>) - Method in interface org.camunda.bpm.engine.IdentityService
Passes the authenticated user id and groupIds for this thread.
setAuthentication(Authentication) - Method in interface org.camunda.bpm.engine.IdentityService
 
setAuthentication(Authentication) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
setAuthentication(String, List<String>) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
setAuthGroupIds(List<String>) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
setAuthor(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setAuthor(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
setAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
setAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setAuthorizationEnabled(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setAuthorizationEnabledForCustomCode(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setAuthorizationNotFoundReturnValue(Long) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
setAuthorizationService(AuthorizationService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setAuthorizationType(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setAuthorized(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
setAuthorizedApps(List<String>) - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
setAuthorizer(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
setAuthUserId(String) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
setAutoActivate(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setAutoComplete(boolean) - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
setAutoComplete(boolean) - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
setAutoStoreScriptVariables(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
If set to true, the process engine will save all script variables (created from Java Script, Groovy ...) as process variables.
setAvailable(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setBaseDn(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setBaseType(ModelElementTypeImpl) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
setBeanClassLoader(ClassLoader) - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
setBeanName(String) - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
setBeanName(String) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
setBeans(Map<Object, Object>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setBeforeTimestamp(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setBehavior(MultiInstanceFlowCondition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setBehavior(MultiInstanceFlowCondition) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setBinaryVariable(String, MultipartFormData) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
setBinaryVariable(String, MultipartFormData) - Method in interface org.camunda.bpm.engine.rest.sub.VariableResource
 
setBinding(CallableElement.CallableElementBinding) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
setBinding(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
setBinding(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseParameter
 
setBindingRefinement(BindingRefinementExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseParameterImpl
 
setBindingRefinement(BindingRefinementExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseParameter
 
setBit(int, int, boolean) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
Set bit to '0' or '1' in the given int.
setBitOff(int, int) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
Set bit to '0' in the given int.
setBitOn(int, int) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
Set bit to '1' in the given int.
setBody(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
setBody(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Expression
 
setBold(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
setBold(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setBounds(Bounds) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.LabelImpl
 
setBounds(Bounds) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
 
setBounds(Bounds) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Label
 
setBounds(Bounds) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Shape
 
setBpmnElement(BaseElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
setBpmnElement(BaseElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnPlaneImpl
 
setBpmnElement(BaseElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setBpmnElement(BaseElement) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
setBpmnElement(BaseElement) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnPlane
 
setBpmnElement(BaseElement) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setBpmnLabel(BpmnLabel) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
setBpmnLabel(BpmnLabel) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setBpmnLabel(BpmnLabel) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
setBpmnLabel(BpmnLabel) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setBpmnModel(Model) - Method in class org.camunda.bpm.model.bpmn.Bpmn
 
setBpmnParser(BpmnParser) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
setBpmnPlane(BpmnPlane) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnDiagramImpl
 
setBpmnPlane(BpmnPlane) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnDiagram
 
setBusinessCalendarManager(BusinessCalendarManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setBusinessKey(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setBusinessKeyValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
setByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setByteArrayValue(ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
setByteArrayValue(byte[]) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
setByteArrayValueId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setBytes(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
setBytes(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
setByteValue(byte[]) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setCacheConfigurations(Map<Class<?>, Map<String, Object>>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
setCachedElContext(ELContext) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setCachedEntityState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setCacheImplementationClass(Class<?>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalRelationCacheConfiguration
 
setCalendarHour(Calendar, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
setCallableElement(CallableElement) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
setCallableElement(CallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
setCalledCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setCalledCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCalledCollaboration(GlobalConversation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallConversationImpl
 
setCalledCollaboration(GlobalConversation) - Method in interface org.camunda.bpm.model.bpmn.instance.CallConversation
 
setCalledElement(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
setCalledElement(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
setCalledFromActivityIds(List<String>) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
setCalledProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setCalledProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCamundaAssignee(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaAssignee(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaAssignee(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaAssignee(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
Deprecated.
use setCamundaAsyncBefore() instead.
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParallelGatewayImpl
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.ParallelGateway
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.SignalEventDefinition
 
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead.
setCamundaAsync(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Task
Deprecated.
use setCamundaAsyncBefore(isCamundaAsyncBefore) instead;
setCamundaAsyncAfter(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
setCamundaAsyncAfter(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
setCamundaAsyncAfter(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
setCamundaAsyncAfter(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
setCamundaAsyncBefore(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
setCamundaAsyncBefore(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
setCamundaAsyncBefore(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
setCamundaBusinessKey(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
setCamundaBusinessKey(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
setCamundaBusinessKey(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
setCamundaBusinessKey(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
setCamundaCalledElementBinding(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
setCamundaCalledElementBinding(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
setCamundaCalledElementVersion(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallActivityImpl
 
setCamundaCalledElementVersion(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CallActivity
 
setCamundaCandidateGroups(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaCandidateGroups(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaCandidateGroups(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaCandidateGroups(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaCandidateGroupsList(List<String>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaCandidateGroupsList(List<String>) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaCandidateGroupsList(List<String>) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaCandidateGroupsList(List<String>) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaCandidateStarterGroups(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setCamundaCandidateStarterGroups(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setCamundaCandidateStarterGroupsList(List<String>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setCamundaCandidateStarterGroupsList(List<String>) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setCamundaCandidateStarterUsers(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setCamundaCandidateStarterUsers(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setCamundaCandidateStarterUsersList(List<String>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setCamundaCandidateStarterUsersList(List<String>) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setCamundaCandidateUsers(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaCandidateUsers(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaCandidateUsers(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaCandidateUsers(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaCandidateUsersList(List<String>) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaCandidateUsersList(List<String>) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaCandidateUsersList(List<String>) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaCandidateUsersList(List<String>) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaCaseBinding(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
setCamundaCaseBinding(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
setCamundaCaseVersion(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
setCamundaCaseVersion(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaClass(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
setCamundaClass(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
setCamundaConfig(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
setCamundaConfig(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConstraint
 
setCamundaConnectorId(CamundaConnectorId) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
setCamundaConnectorId(CamundaConnectorId) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConnector
 
setCamundaDatePattern(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaDatePattern(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaDatePattern(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaDatePattern(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaDefault(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaDefault(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaDefaultValue(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaDefaultValue(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaDelegateExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
setCamundaDelegateExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
setCamundaDueDate(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaDueDate(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaDueDate(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaDueDate(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaErrorCodeVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
setCamundaErrorCodeVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
 
setCamundaEvent(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
setCamundaEvent(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaEvent(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
setCamundaEvent(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
setCamundaEvent(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
setCamundaEvent(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaEvent(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
setCamundaEvent(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
setCamundaEvent(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
setCamundaEvent(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
setCamundaExclusive(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
setCamundaExclusive(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
setCamundaExclusive(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowNode
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
setCamundaExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
setCamundaExpressionChild(CamundaExpression) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaExpressionChild(CamundaExpression) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
setCamundaExpressionChild(CamundaExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaExpressionChild(CamundaExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
setCamundaFollowUpDate(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaFollowUpDate(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaFollowUpDate(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaFollowUpDate(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaFormHandlerClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
setCamundaFormHandlerClass(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaFormHandlerClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
setCamundaFormHandlerClass(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaFormKey(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
setCamundaFormKey(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaFormKey(String) - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
setCamundaFormKey(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaFormKey(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaFormKey(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
setCamundaId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
setCamundaId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
setCamundaId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue
 
setCamundaInitiator(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
setCamundaInitiator(String) - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
setCamundaInputOutput(CamundaInputOutput) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConnectorImpl
 
setCamundaInputOutput(CamundaInputOutput) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConnector
 
setCamundaKey(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaEntryImpl
 
setCamundaKey(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaEntry
 
setCamundaLabel(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaLabel(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaConstraintImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInputParameterImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutputParameterImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
setCamundaName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaValueImpl
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaConstraint
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaInputParameter
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOutputParameter
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaValue
 
setCamundaName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
setCamundaPriority(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setCamundaPriority(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setCamundaPriority(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setCamundaPriority(String) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setCamundaProcessBinding(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
setCamundaProcessBinding(String) - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
setCamundaProcessVersion(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
setCamundaProcessVersion(String) - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
setCamundaProperties(CamundaProperties) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaProperties(CamundaProperties) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaReadable(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaReadable(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaRequired(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaRequired(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaResource(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
setCamundaResource(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
setCamundaResource(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
setCamundaResource(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaScript
 
setCamundaResource(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionExpression
 
setCamundaResource(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
setCamundaResoure(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
setCamundaResoure(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
 
setCamundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setCamundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setCamundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
setCamundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setCamundaResultVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setCamundaResultVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setCamundaResultVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setCamundaResultVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
setCamundaResultVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setCamundaResultVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setCamundaScript(CamundaScript) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaExecutionListenerImpl
 
setCamundaScript(CamundaScript) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaScript(CamundaScript) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaExecutionListener
 
setCamundaScript(CamundaScript) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaTaskListener
 
setCamundaScript(CamundaScript) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaCaseExecutionListenerImpl
 
setCamundaScript(CamundaScript) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaTaskListenerImpl
 
setCamundaScript(CamundaScript) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaVariableListenerImpl
 
setCamundaScript(CamundaScript) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaCaseExecutionListener
 
setCamundaScript(CamundaScript) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaTaskListener
 
setCamundaScript(CamundaScript) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaVariableListener
 
setCamundaScriptFormat(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaScriptImpl
 
setCamundaScriptFormat(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaScript
 
setCamundaScriptFormat(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaScriptImpl
 
setCamundaScriptFormat(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaScript
 
setCamundaSource(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
setCamundaSource(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaSource(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
setCamundaSource(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
setCamundaSource(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
setCamundaSource(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaSource(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
setCamundaSource(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
setCamundaSourceExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
setCamundaSourceExpression(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaSourceExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
setCamundaSourceExpression(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
setCamundaSourceExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
setCamundaSourceExpression(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaSourceExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
setCamundaSourceExpression(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
setCamundaString(CamundaString) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaString(CamundaString) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
setCamundaString(CamundaString) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaString(CamundaString) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
setCamundaStringValue(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaStringValue(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaField
 
setCamundaStringValue(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaFieldImpl
 
setCamundaStringValue(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaField
 
setCamundaTarget(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
setCamundaTarget(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaTarget(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
setCamundaTarget(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
setCamundaTarget(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
setCamundaTarget(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaTarget(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
setCamundaTarget(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
setCamundaType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setCamundaType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setCamundaType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setCamundaType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setCamundaType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setCamundaType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setCamundaValidation(CamundaValidation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormFieldImpl
 
setCamundaValidation(CamundaValidation) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormField
 
setCamundaValue(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPropertyImpl
 
setCamundaValue(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaProperty
 
setCamundaVariable(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaVariable(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCamundaVariables(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaInImpl
 
setCamundaVariables(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaVariables(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaIn
 
setCamundaVariables(String) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaOut
 
setCamundaVariables(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaInImpl
 
setCamundaVariables(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.camunda.CamundaOutImpl
 
setCamundaVariables(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaIn
 
setCamundaVariables(String) - Method in interface org.camunda.bpm.model.cmmn.instance.camunda.CamundaOut
 
setCamundaWriteable(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaFormPropertyImpl
 
setCamundaWriteable(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaFormProperty
 
setCancelActivity(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BoundaryEventImpl
 
setCancelActivity(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.BoundaryEvent
 
setCancelBoundaryEvent(PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
setCanceled(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
setCanceled(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setCanceled(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setCandidateGroup(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCandidateGroupExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCandidateGroups(List<String>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCandidateGroupsExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCandidateUser(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCandidateUserExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCapacity(int) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
setCase(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseTaskImpl
 
setCase(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseTask
 
setCaseActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCaseActivityId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseActivityInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseActivityInstanceState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCaseActivityName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCaseActivityName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseActivityType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCaseActivityType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseDefinition(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setCaseDefinition(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setCaseDefinition(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
setCaseDefinition(CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setCaseDefinitionCache(Map<String, CaseDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseDefinitionKeyNotIn(List<String>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setCaseDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
setCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
setCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setCaseExecution(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseExecutionIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setCaseExecutionIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setCaseFileModel(CaseFileModel) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
setCaseFileModel(CaseFileModel) - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setCaseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.task.Task
The case instance id for which this task is associated for.
setCaseInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setCaseInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCaseInstanceIdWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCaseInstanceVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setCaseInstanceVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCasePlanModel(CasePlanModel) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
setCasePlanModel(CasePlanModel) - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
setCaseService(CaseService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCaseService(CaseService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setCategory(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setCategory(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setCategory(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setCategory(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setCategory(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setCategoryLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setCategoryLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setCauseIncidentActivityId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setCauseIncidentId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setCauseIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setCauseIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setCauseIncidentProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setCauseIncidentProcessInstanceId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setCharset(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
setChild(ModelElementInstance, T) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementImpl
 
setChild(ModelElementInstance, T) - Method in interface org.camunda.bpm.model.xml.type.child.ChildElement
Sets the child element, potentially replacing an existing child element.
setChildActivityInstances(ActivityInstance[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setChildLaneSet(ChildLaneSet) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
setChildLaneSet(ChildLaneSet) - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
setChildren(Children) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
setChildren(Children) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
setChildTransitionInstances(TransitionInstance[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setChoreographyActivityShape(BpmnShape) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setChoreographyActivityShape(BpmnShape) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setClassLoader(ClassLoader) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setClassLoader(ClassLoader) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setClosed(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setClosed(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
setClosed(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setClosed(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
setClosed(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setClosedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setClosedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCloseTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setCmmnElement(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setCmmnElementHandlerRegistry(DefaultCmmnElementHandlerRegistry) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
setCmmnEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCmmnEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setCmmnHistoryEventProducer(CmmnHistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCmmnModel(Model) - Method in class org.camunda.bpm.model.cmmn.Cmmn
 
setCockpitRuntimeDelegate(CockpitRuntimeDelegate) - Static method in class org.camunda.bpm.cockpit.Cockpit
A setter to set the CockpitRuntimeDelegate.
setCollection(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
setCollection(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
setCollection(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
setCollection(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
setCollection(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.DataInput
 
setCollection(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.DataObject
 
setCollection(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.DataOutput
 
setCollection(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
setCollectionElementVariable(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setCollectionExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setCollectionVariable(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setColumnNames(List<String>) - Method in class org.camunda.bpm.engine.management.TableMetaData
 
setColumnTypes(List<String>) - Method in class org.camunda.bpm.engine.management.TableMetaData
 
setCommandContext(CommandContext) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setCommandContextFactory(CommandContextFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandContextFactory(CommandContextFactory) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
setCommandExecutor(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
setCommandExecutor(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
setCommandExecutor(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
setCommandExecutor(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
Deprecated.
setCommandExecutor(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.ServiceImpl
 
setCommandExecutorSchemaOperations(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandExecutorTxRequired(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandExecutorTxRequiresNew(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandInterceptorsTxRequired(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandInterceptorsTxRequiresNew(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCommandInvocationContext(CommandInvocationContext) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setCommonJWorkManagerName(String) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
setCompleted(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCompleted(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCompleted(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setCompleteScope(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
setCompleteScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setCompleteScope(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setCompletionCondition(CompletionCondition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setCompletionCondition(CompletionCondition) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setCompletionConditionExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setCompletionQuantity(int) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setCompletionQuantity(int) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setConcurrent(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
changes the concurrent indicator on this execution.
setConcurrent(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setConcurrentLocal(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setCondition(Expression) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
 
setCondition(Condition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionalEventDefinitionImpl
 
setCondition(Condition) - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionalEventDefinition
 
setCondition(ConditionExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
setCondition(ConditionExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
setCondition(ConditionExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
setCondition(ConditionExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
setCondition(ConditionExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.ApplicabilityRule
 
setCondition(ConditionExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
setCondition(ConditionExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
setCondition(ConditionExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
setConditionExpression(ConditionExpression) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
setConditionExpression(ConditionExpression) - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
setConfig(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
setConfiguration(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setConfiguration(String) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setConfiguration(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setConfigurationClass(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setConfigurationProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setConfigurationResource(String) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setConfigurationResource(String) - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
setContent(ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setContentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setContext(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ApplicabilityRuleImpl
 
setContext(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.IfPartImpl
 
setContext(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
setContext(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
setContext(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
setContext(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.ApplicabilityRule
 
setContext(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.IfPart
 
setContext(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
setContext(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
setContext(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
setContextClassloader(ClassLoader) - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
 
setContextPath(String) - Method in class org.camunda.bpm.engine.rest.dto.task.FormDto
 
setContextProperties(Map<String, String>) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setCorePoolSize(int) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
setCorePoolSize(int) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
setCorePoolSize(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
setCorrelationHandler(CorrelationHandler) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCorrelationKey(CorrelationKey) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationSubscriptionImpl
 
setCorrelationKey(CorrelationKey) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationSubscription
 
setCorrelationKeys(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
setCorrelationProperty(CorrelationProperty) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
setCorrelationProperty(CorrelationProperty) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyBinding
 
setCount(long) - Method in class org.camunda.bpm.engine.rest.dto.CountResultDto
 
setCreated(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setCreated(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
Deprecated.
setCreatedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCreatedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCreatedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreatedAfterExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreatedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setCreatedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCreatedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreatedBeforeExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreatedBy(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setCreateDiagramOnDeploy(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCreatedOn(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreatedOnExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setCreateIncidentOnFailedJobEnabled(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setCreateUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setCreationLog(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setCredentials(UserCredentialsDto) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
setCurrent(Authentications) - Static method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
sets the Authentications for the current thread in a thread local.
setCurrentJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
setCurrentProcessApplication(ProcessApplicationReference) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setCurrentState(CaseExecutionState) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Sets the given state as the current state of this case execution.
setCurrentState(CaseExecutionState) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setCurrentTime(Date) - Static method in class org.camunda.bpm.engine.impl.util.ClockUtil
 
setCurrentTime(Date) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setCurrentTime(Date) - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
setCustomEventHandlers(List<EventHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomFormEngines(List<FormEngine>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomFormFieldValidators(Map<String, Class<? extends FormFieldValidator>>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomFormTypes(List<AbstractFormFieldType>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomHistoryLevels(List<HistoryLevel>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomIncidentHandlers(List<IncidentHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomJobHandlers(List<JobHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostBPMNParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostCmmnTransformListeners(List<CmmnTransformListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostCommandInterceptorsTxRequired(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostCommandInterceptorsTxRequiresNew(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostDeployers(List<Deployer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPostVariableSerializers(List<TypedValueSerializer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreBPMNParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreCmmnTransformListeners(List<CmmnTransformListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreCommandInterceptorsTxRequired(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreCommandInterceptorsTxRequiresNew(List<CommandInterceptor>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreDeployers(List<Deployer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomPreVariableSerializers(List<TypedValueSerializer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomRejectedJobsHandler(RejectedJobsHandler) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomScriptingEngineClasses(List<String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setCustomSessionFactories(List<SessionFactory>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDatabaseSchema(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDatabaseSchema(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDatabaseSchemaUpdate(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDatabaseSchemaUpdate(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setDatabaseTablePrefix(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
Allows configuring a database table prefix which is used for all runtime operations of the process engine.
setDatabaseTablePrefix(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDatabaseType(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDatabaseType(String) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
setDatabaseType(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDatabaseType(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setDataObject(DataObject) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
setDataObject(DataObject) - Method in interface org.camunda.bpm.model.bpmn.instance.DataObjectReference
 
setDataPath(DataPath) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyBindingImpl
 
setDataPath(DataPath) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyBinding
 
setDatasource(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setDataSource(DataSource) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDataSource(DataSource) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setDataSource(DataSource) - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
setDatasourceJndiName(String) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setDataSourceJndiName(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setDataState(DataState) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
setDataState(DataState) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
setDataState(DataState) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
setDataState(DataState) - Method in interface org.camunda.bpm.model.bpmn.instance.ItemAwareElement
 
setDateFormatString(String) - Static method in class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator
 
setDbEntityCache(DbEntityCache) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
setDbEntityCacheKeyMapping(DbEntityCacheKeyMapping) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbEntityCacheReuseEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbHistoryUsed(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbHistoryUsed(boolean) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDbIdentityUsed(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbIdentityUsed(boolean) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDbMetricsReporter(DbMetricsReporter) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbMetricsReporterActivate(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDbOperationManager(DbOperationManager) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
setDbPassword(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
Special setter for MyBatis.
setDbSchemaOperationsCommandContextFactory(CommandContextFactory) - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
setDbSqlSessionFactory(DbSqlSessionFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDefault(boolean) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setDefault(boolean) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setDefault(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setDefault(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ComplexGatewayImpl
 
setDefault(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExclusiveGatewayImpl
 
setDefault(SequenceFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.InclusiveGatewayImpl
 
setDefault(SequenceFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setDefault(SequenceFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.ComplexGateway
 
setDefault(SequenceFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.ExclusiveGateway
 
setDefault(SequenceFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.InclusiveGateway
 
setDefaultCharset(Charset) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDefaultCharsetName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDefaultControl(DefaultControl) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
setDefaultControl(DefaultControl) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
 
setDefaultExpression(Expression) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setDefaultNamespace(String) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
setDefaultNumberOfRetries(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setDefaultSerializationFormat(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDefaultValue(Object) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setDefaultValue(T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
setDefaultValueExpression(Expression) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setDefinition(ProcessDefinitionDto) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionStatisticsResultDto
 
setDefinition(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
setDefinition(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Extension
 
setDefinition(PlanItemDefinition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
setDefinition(PlanItemDefinition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
setDefinition(PlanItemDefinition) - Method in interface org.camunda.bpm.model.cmmn.instance.DiscretionaryItem
 
setDefinition(PlanItemDefinition) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
setDefinitionElementHandlers(Map<Class<? extends CmmnElement>, CmmnElementHandler<? extends CmmnElement, ? extends CmmnActivity>>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
setDefinitionKeyValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
setDefinitionRef(CaseFileItemDefinition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
setDefinitionRef(CaseFileItemDefinition) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
setDefinitions(Definitions) - Method in interface org.camunda.bpm.model.bpmn.BpmnModelInstance
Set the Bpmn Definitions Root element
setDefinitions(Definitions) - Method in class org.camunda.bpm.model.bpmn.impl.BpmnModelInstanceImpl
 
setDefinitions(Definitions) - Method in interface org.camunda.bpm.model.cmmn.CmmnModelInstance
Set the Cmmn Definitions Root element
setDefinitions(Definitions) - Method in class org.camunda.bpm.model.cmmn.impl.CmmnModelInstanceImpl
 
setDefinitionType(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
setDefinitionType(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
setDelegateAsyncAfterUpdate(ActivityImpl.AsyncAfterUpdate) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setDelegateAsyncBeforeUpdate(ActivityImpl.AsyncBeforeUpdate) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setDelegateInterceptor(DelegateInterceptor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDelegationState(DelegationState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDelegationState(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setDelegationState(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDelegationState(DelegationState) - Method in interface org.camunda.bpm.engine.task.Task
The current DelegationState for this task.
setDelegationStateString(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
Setter for mybatis mapper.
setDelegationStateWithoutCascade(DelegationState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDeleted(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
Sets an object to a deleted state.
setDeleted(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDeleted(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setDeleteReason(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setDeleteReason(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setDeleteReason(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setDeleteReason(String) - Method in class org.camunda.bpm.engine.rest.dto.DeleteEngineEntityDto
 
setDeleteStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setDeletionLog(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setDeletions(List<String>) - Method in class org.camunda.bpm.engine.rest.dto.PatchVariablesDto
 
setDeletions(List<VariableNameDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
 
setDeniedPaths(List<SecurityFilterConfig.PathMatcherConfig>) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
 
setDeployers(List<Deployer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDeployers(List<Deployer>) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
setDeployment(Deployment) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
setDeployment(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
setDeploymentAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
setDeploymentBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
setDeploymentCache(DeploymentCache) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setDeploymentId(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setDeploymentId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setDeploymentInfo(List<ProcessApplicationDeploymentInfo>) - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
setDeploymentLockUsed(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
If set to true, the process engine will acquire an exclusive lock when creating a deployment.
setDeploymentMap(Map<String, DeployedProcessArchive>) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
setDeploymentName(String) - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
setDeploymentResources(Resource[]) - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
setDeploymentTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setDescription(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Change the description of the task
setDescription(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setDescription(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setDescription(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDescription(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setDescription(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setDescription(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setDescription(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDescription(String) - 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.
setDescription(String) - Method in interface org.camunda.bpm.engine.task.Task
Change the description of the task
setDescription(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
setDescription(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
setDescriptionExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setDescriptionLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDescriptionWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDestination(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
setDestinationExpression(Expression) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setDestinationVariableName(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setDetails(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setDiagram(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setDir(File) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
setDirection(Direction) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
setDirection(RelationshipDirection) - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
setDirection(RelationshipDirection) - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
setDirection(RelationshipDirection) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
setDirection(RelationshipDirection) - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
setDisabled(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setDisabled(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setDiscretionaryElementHandlers(Map<Class<? extends PlanItemDefinition>, ItemHandler>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
setDn(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapGroupEntity
 
setDn(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapUserEntity
 
setDocumentation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
setDocumentation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
setDocumentElement(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.ModelInstanceImpl
 
setDocumentElement(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.ModelInstance
Updates the document element.
setDocumentLocator(Locator) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
setDoubleValue(Double) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
setDue(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setDue(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
Deprecated.
setDueAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueAfterExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueBeforeExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueDate(Date) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Change due date of the task.
setDueDate(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setDuedate(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setDueDate(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDuedate(Date) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobDuedateDto
 
setDueDate(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueDate(Date) - Method in interface org.camunda.bpm.engine.task.Task
Change due date of the task.
setDueDateExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setDueDateExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setDueDates(List<ConditionQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setDueDateWithoutCascade(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setDurationInMillis(Long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
setElements(Map<String, DiagramElement>) - Method in class org.camunda.bpm.engine.repository.DiagramLayout
 
setELResolver(ELResolver) - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Set our resolver.
setEmail(String) - Method in interface org.camunda.bpm.engine.identity.User
 
setEmail(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setEmail(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
setEmail(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setEmailLike(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setEnabled(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setEnabled(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setEnableExpressionsInAdhocQueries(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setEnableExpressionsInStoredQueries(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setEnableFetchScriptEngineFromProcessApplication(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setEnableScriptCompilation(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
If set to true, the process engine will attempt to pre-compile script sources at runtime to optimize script task execution performance.
setEnableScriptEngineCaching(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setEnableScriptEngineCaching(boolean) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
setEndActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setEndedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setEndedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setEndTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setEndTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
setEngineName(String) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setEntity(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
setEntity(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
setEntityCache(DbEntityCache) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
 
setEntityClass(Class<?>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
setEntityState(DbEntityState) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
setEntityType(Class<? extends DbEntity>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
setEntityType(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setEntityType(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setEntityType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setEntryCriteria(List<CmmnSentryDeclaration>) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setEnvScriptResolvers(List<ScriptEnvResolver>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setError(Error) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorEventDefinitionImpl
 
setError(Error) - Method in interface org.camunda.bpm.model.bpmn.instance.ErrorEventDefinition
 
setErrorCode(String) - Method in exception org.camunda.bpm.engine.delegate.BpmnError
 
setErrorCode(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
 
setErrorCode(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
setErrorCode(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
setErrorCode(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
setErrorCode(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
setErrorCodeVariable(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
setErrorCodeVariableOnErrorEventDefinition(Element, ErrorEventDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
Sets the value for "camunda:errorCodeVariable" on the passed definition if it's present.
setErrorMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setEscalation(Escalation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationEventDefinitionImpl
 
setEscalation(Escalation) - Method in interface org.camunda.bpm.model.bpmn.instance.EscalationEventDefinition
 
setEscalationCode(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
setEscalationCode(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
setEvaluatesToType(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
setEvaluatesToType(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.FormalExpression
 
setEventGatewayType(EventBasedGatewayType) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
setEventGatewayType(EventBasedGatewayType) - Method in interface org.camunda.bpm.model.bpmn.instance.EventBasedGateway
 
setEventHandlers(Map<String, EventHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setEventName(String) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setEventName(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
setEventName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setEventName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setEventName(String) - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
setEventScope(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setEventScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setEventScopeActivityId(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
setEventScopeActivityId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
setEventSource(CoreModelElement) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setEventSubscriptions(List<EventSubscriptionQueryValue>) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
setEventSubscriptions(List<EventSubscriptionQueryValue>) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
setEventType(String) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryValue
 
setEventType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setEventType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setException(Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
 
setExceptionByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setExceptionMessage(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExceptionMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setExceptionStacktrace(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExcludeTaskDetails(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setExclusive(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setExclusive(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExecutable(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setExecutable(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setExecutable(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setExecuting(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
setExecution(Execution) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
associate with the provided execution
setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
setExecution(Execution) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
setExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExecution(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setExecutionContext(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setExecutionContext(CaseExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setExecutionDate(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
setExecutionDate(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
setExecutionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setExecutionId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setExecutionIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setExecutionIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setExecutionIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setExecutionIds(String[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
setExecutionListeners(List<ExecutionListener>) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
Deprecated.
setExecutions(List<ExecutionEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setExecutions(List<ExecutionImpl>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setExecutionTreePrefetchEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setExecutionVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
SetExecutionVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetExecutionVariablesCmd(String, Map<String, ? extends Object>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
 
setExitCriteria(List<CmmnSentryDeclaration>) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setExpanded(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setExpanded(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setExporter(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setExporter(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setExporter(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setExporter(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setExporterVersion(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setExporterVersion(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setExporterVersion(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setExporterVersion(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setExpression(Expression) - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
 
setExpression(Expression) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceAssignmentExpressionImpl
 
setExpression(Expression) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
setExpression(Expression) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceAssignmentExpression
 
setExpression(Expression) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameterBinding
 
setExpressionFactory(ExpressionFactory) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
 
setExpressionLanguage(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setExpressionLanguage(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setExpressionLanguage(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setExpressionLanguage(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
setExpressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
setExpressions(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
setExtendedScenario(String) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
setExtension(Extension) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
setExtension(Extension) - Method in interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
 
setExtensionElements(ExtensionElements) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
setExtensionElements(ExtensionElements) - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
setExtensionElements(ExtensionElements) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
setExtensionElements(ExtensionElements) - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
setFactory(CmmnTransformFactory) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
setFailed(boolean) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
setFailedJobCommandFactory(FailedJobCommandFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFailedJobRetryTimeCycleValue(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
setFailedJobs(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
setFailedJobs(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
setFailedJobs(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
setFailedJobs(Integer) - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
setFailureLog(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setField(Field, Object, Object) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
 
setFile(File) - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
setFileSets(List<FileSet>) - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
setFilterId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
setFilterService(FilterService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFilterService(FilterService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setFinished(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
setFinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setFinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setFinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setFinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setFinishedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setFinishedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setFinishedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setFinishedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setFirstName(String) - Method in interface org.camunda.bpm.engine.identity.User
 
setFirstName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setFirstName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
setFirstName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setFirstNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setFirstResult(int) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
setFirstResult(long) - Method in class org.camunda.bpm.engine.management.TablePage
 
setFlushRelevantEntityReferences(Set<String>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
setFollowUp(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setFollowUp(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
Deprecated.
setFollowUpAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpAfterExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpBeforeExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpBeforeOrNotExistent(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpBeforeOrNotExistentExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpDate(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setFollowUpDate(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setFollowUpDate(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpDate(Date) - Method in interface org.camunda.bpm.engine.task.Task
Change follow-up date of the task.
setFollowUpDateExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setFollowUpDateExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setFollowUpDateWithoutCascade(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setFollowUpNullAccepted(boolean) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
setFont(Font) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelStyleImpl
 
setFont(Font) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabelStyle
 
setForceCloseMybatisConnectionPool(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setForCompensation(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setForCompensation(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setFormEngines(Map<String, FormEngine>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFormFields(List<FormField>) - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
setFormFields(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setFormKey(String) - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
setFormKey(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setFormProperties(List<FormProperty>) - Method in class org.camunda.bpm.engine.impl.form.FormDataImpl
 
setFormProperties(VariableMap) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.FormPropertyStartContext
 
setFormPropertyHandlers(List<FormPropertyHandler>) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
setFormService(FormService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFormService(FormService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setFormTypes(FormTypes) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFormValidators(FormValidators) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setFoxLegacyProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setFrom(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
setFrom(From) - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
setFrom(From) - Method in interface org.camunda.bpm.model.bpmn.instance.Assignment
 
setFullMessage(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setFullMessageBytes(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setFunction(String, String, Method) - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Define a function.
setGatewayDirection(GatewayDirection) - Method in class org.camunda.bpm.model.bpmn.impl.instance.GatewayImpl
 
setGatewayDirection(GatewayDirection) - Method in interface org.camunda.bpm.model.bpmn.instance.Gateway
 
setGenerated(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
setGraphicalNotationDefined(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setGroup(GroupEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
setGroupId(String) - Method in interface org.camunda.bpm.engine.authorization.Authorization
set the id of the group this authorization is created for
setGroupId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setGroupId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setGroupId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setGroupId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setGroupId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
setGroupIdAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setGroupIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setGroupMember(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
setGroupMemberAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setGroupNameAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setGroupSearchBase(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setGroupSearchFilter(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setGroupTypeAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setHandlerRegistry(DefaultCmmnElementHandlerRegistry) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
setHasStartFormKey(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setHeight(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setHeight(int) - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
setHeight(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setHeight(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setHeight(Double) - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
setHeight(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
setHeight(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
setHintJobExecutor(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setHistoricDataService(HistoryService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setHistory(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setHistory(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setHistoryEnabled(boolean) - Method in class org.camunda.bpm.cockpit.db.QueryParameters
 
setHistoryEventHandler(HistoryEventHandler) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setHistoryEventProducer(HistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setHistoryLevel(String) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setHistoryLevel(HistoryLevel) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setHistoryLevel(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setHistoryService(HistoryService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setHistoryService(HistoryService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setHorizontal(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setHorizontal(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setHref(String) - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
setHref(String) - Method in class org.camunda.bpm.engine.rest.hal.HalLink
 
setId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
setId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
setId(String) - Method in interface org.camunda.bpm.engine.identity.Group
 
setId(String) - Method in interface org.camunda.bpm.engine.identity.User
 
setId(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
 
setId(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
 
setId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
setId(String) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setId(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
setId(String) - Method in interface org.camunda.bpm.engine.impl.db.DbEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setId(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setId(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setId(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setId(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
setId(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setId(String) - Method in class org.camunda.bpm.engine.repository.DiagramElement
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BaseElementImpl
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramElementImpl
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.StyleImpl
 
setId(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BaseElement
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.di.DiagramElement
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Style
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Documentation
 
setId(String) - Method in interface org.camunda.bpm.model.bpmn.instance.InteractionNode
 
setId(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
 
setId(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setId(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CmmnElement
 
setId(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setId() - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
Indicate whether this attribute is an Id attribute
setIdAttribute(String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setIdAttribute(String, String, String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setIdAttribute(String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the value of a id attribute for the namespace of this element.
setIdAttribute(String, String, String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the value of a id attribute for the given namespace.
setIdBlockSize(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdBlockSize(int) - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
 
setIdBlockSize(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setIdentityProviderSessionFactory(SessionFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdentityService(IdentityService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdentityService(IdentityService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setIdField(Field) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
setIdGenerator(IdGenerator) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
setIdGenerator(IdGenerator) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdGenerator(IdGenerator) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
setIdGenerator(IdGenerator) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setIdGeneratorDataSource(DataSource) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdGeneratorDataSourceJndiName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setIdMethod(Method) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
setIfPart(CmmnIfPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
 
setIfPart(IfPart) - Method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
setIfPart(IfPart) - Method in interface org.camunda.bpm.model.cmmn.instance.Sentry
 
setImmediate(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
setImmediate(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
setImmutable() - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
setImplementation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.BusinessRuleTaskImpl
 
setImplementation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
setImplementation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setImplementation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setImplementation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
setImplementation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.BusinessRuleTask
 
setImplementation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
setImplementation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setImplementation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setImplementation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.UserTask
 
setImplementationRef(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
setImplementationRef(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
setImplementationRef(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Interface
 
setImplementationRef(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
setImplementationType(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
setImplementationType(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
setImportType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
setImportType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
setImportType(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
setImportType(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
setIncidentCount(int) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
setIncidentCount(Integer) - Method in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
setIncidentHandlers(Map<String, IncidentHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setIncidentMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setIncidentMessageLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setIncidentMessageLike(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setIncidentMessageLike(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setIncidentPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
setIncidentPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
setIncidents(List<IncidentStatisticsDto>) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
setIncidents(List<IncidentStatisticsResultDto>) - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
setIncidentState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setIncidentStatistics(List<IncidentStatistics>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
setIncidentStatistics(List<IncidentStatistics>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
setIncidentStatistics(List<IncidentStatistics>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
setIncidentTimestamp(Date) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setIncidentTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setIncidentType(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setIncidentType(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentStatisticsDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.IncidentStatisticsResultDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setIncidentType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setIncidenType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
setIncludeAssignedTasks(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setIncludeJobs(boolean) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
setIncludeProcessInstances(boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
setIncomingTransitions(List<TransitionImpl>) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setInitial(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
setInitial(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
 
setInitialContextFactory(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setInMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
setInMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
setInnerConversationNode(ConversationNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
setInnerConversationNode(ConversationNode) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationAssociation
 
setInnerMessageFlow(MessageFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
setInnerMessageFlow(MessageFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlowAssociation
 
setInnerParticipant(Participant) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
setInnerParticipant(Participant) - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantAssociation
 
setInputData(DataInput) - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
setInputData(DataInput) - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
setInputDataItem(InputDataItem) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setInputDataItem(InputDataItem) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setInputParameters(List<InputParameter>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
setInputSet(InputSet) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
setInputSet(InputSet) - Method in interface org.camunda.bpm.model.bpmn.instance.ThrowEvent
 
setInsertStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setInstanceProvider(ModelElementTypeBuilder.ModelTypeInstanceProvider<?>) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
setInstances(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
setInstances(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
setInstances(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
 
setInstances(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
setInstances(Integer) - Method in class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
setInstantiate(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EventBasedGatewayImpl
 
setInstantiate(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
setInstantiate(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.EventBasedGateway
 
setInstantiate(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
setInstantiationStack(InstantiationStack) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
setInstructions(List<ProcessInstanceModificationInstructionDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
setInterrupting(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
setInterrupting(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.StartEvent
 
setInterruptingTimer(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
setInvokeCustomVariableListeners(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setInvolvedUser(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setInvolvedUserExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setIoMapping(IoMapping) - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
setIoSpecification(IoSpecification) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setIoSpecification(IoSpecification) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
setIoSpecification(IoSpecification) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setIoSpecification(IoSpecification) - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
setIsBlocking(boolean) - Method in class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
setIsBlocking(boolean) - Method in interface org.camunda.bpm.model.cmmn.instance.Task
 
setIsUseCommonJWorkManager(Boolean) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
setItalic(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
setItalic(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setItem(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
setItem(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.Message
 
setItemControl(ItemControl) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DiscretionaryItemImpl
 
setItemControl(ItemControl) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
setItemControl(ItemControl) - Method in interface org.camunda.bpm.model.cmmn.instance.DiscretionaryItem
 
setItemControl(ItemControl) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
setItemCount(Long) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setItemKind(ItemKind) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
setItemKind(ItemKind) - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
setItemSubject(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectImpl
 
setItemSubject(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataObjectReferenceImpl
 
setItemSubject(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemAwareElementImpl
 
setItemSubject(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.ItemAwareElement
 
setJdbcDriver(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcDriver(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcMaxActiveConnections(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcMaxActiveConnections(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcMaxCheckoutTime(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcMaxCheckoutTime(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcMaxIdleConnections(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcMaxIdleConnections(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcMaxWaitTime(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcMaxWaitTime(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcPassword(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcPassword(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcPingConnectionNotUsedFor(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcPingConnectionNotUsedFor(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcPingEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcPingEnabled(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcPingQuery(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcPingQuery(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcStatementTimeout(Integer) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
Sets the number of seconds the jdbc driver will wait for a response from the database.
setJdbcUrl(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcUrl(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJdbcUsername(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJdbcUsername(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJobAcquisitionName(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setJobAcquisitions(List<JobAcquisitionXml>) - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
setJobConfiguration(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setJobConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setJobConfiguration(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setJobDefinitionConfiguration(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobDefinitionConfiguration(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
setJobDefinitionType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobDefinitionType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setJobDueDate(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobDuedate(String, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
setJobDuedate(String, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Sets a new due date for the provided id.
setJobDuedate(JobDuedateDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
setJobDuedate(JobDuedateDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
SetJobDuedateCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetJobDuedateCmd(String, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobDuedateCmd
 
setJobExceptionMessage(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobExceptionMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setJobExecutor(JobExecutorXml) - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
setJobExecutor(JobExecutor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJobExecutorAcquireByDueDate(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJobExecutorActivate(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJobExecutorActivate(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJobExecutorClass(String) - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
setJobExecutorClassName(String) - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
setJobExecutorContext(JobExecutorContext) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setJobExecutorDeploymentAware(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJobExecutorPreferTimerJobs(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJobHandlerConfiguration(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setJobHandlerConfiguration(MessageEntity, ExecutionEntity, AtomicOperation) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
setJobHandlerConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setJobHandlers(Map<String, JobHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJobHandlerType(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
 
setJobHandlerType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setJobId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setJobId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setJobId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setJobId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setJobId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setJobId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
setJobPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
setJobPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
setJobRetries(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setJobRetries(String, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
setJobRetries(String, int) - Method in interface org.camunda.bpm.engine.ManagementService
Sets the number of retries that a job has left.
setJobRetries(JobRetriesDto) - Method in interface org.camunda.bpm.engine.rest.sub.management.JobDefinitionResource
 
setJobRetries(JobRetriesDto) - Method in class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
setJobRetries(JobRetriesDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
setJobRetries(JobRetriesDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
setJobRetriesByJobDefinitionId(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
setJobRetriesByJobDefinitionId(String, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
setJobRetriesByJobDefinitionId(String, int) - Method in interface org.camunda.bpm.engine.ManagementService
Set the number of retries of all failed jobs of the provided job definition id.
setJobRetriesByJobId(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
SetJobRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetJobRetriesCmd(String, String, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
 
setJobType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setJobType(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setJpaCloseEntityManager(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJpaCloseEntityManager(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJPAEntity(boolean) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
 
setJpaEntityManagerFactory(Object) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJpaEntityManagerFactory(Object) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJpaHandleTransaction(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setJpaHandleTransaction(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setJpaPersistenceUnitName(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setKeepAliveTime(long, TimeUnit) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
setKey(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
setKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setKey(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setKey(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setKey(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setKey(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.FormDto
 
setKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setLabel(String) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setLabel(Expression) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setLabelStyle(BpmnLabelStyle) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnLabelImpl
 
setLabelStyle(BpmnLabelStyle) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabel
 
setLanguage(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FormalExpressionImpl
 
setLanguage(String) - Method in interface org.camunda.bpm.model.bpmn.instance.FormalExpression
 
setLanguage(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ExpressionImpl
 
setLanguage(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Expression
 
setLastName(String) - Method in interface org.camunda.bpm.engine.identity.User
 
setLastName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setLastName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
setLastName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setLastTransactionState(TransactionState) - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
setLatest(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
setLatest(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
setLatestVersion(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setLatestVersion(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setLdapConfiguration(LdapConfiguration) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderFactory
 
setLink(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setLinkExpression(Expression) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setListenerIndex(int) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setLocal(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
 
setLocal(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
setLocale(Locale) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
setLocale(Locale) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Set the Locale for this instance.
setLocation(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
setLocation(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
setLocation(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
setLocation(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
setLockExpirationTime(JobEntity, String, DurationHelper) - Method in class org.camunda.bpm.engine.impl.cmd.FoxJobRetryCmd
 
setLockExpirationTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setLockOwner(String) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
setLockOwner(String) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
setLockOwner(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setLockOwner(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setLockTimeInMillis(int) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
setLockTimeInMillis(int) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
setLockTimeInMillis(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setLogId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setLogWriter(PrintWriter) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnection
 
setLogWriter(PrintWriter) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
setLongValue(Long) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
setLoopCardinality(LoopCardinality) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setLoopCardinality(LoopCardinality) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setLoopCardinalityExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setLoopCharacteristics(LoopCharacteristics) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setLoopCharacteristics(LoopCharacteristics) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setLoopDataInputRef(DataInput) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setLoopDataInputRef(DataInput) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setLoopDataOutputRef(DataOutput) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setLoopDataOutputRef(DataOutput) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setLoopVariable(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
setMailServerDefaultFrom(String) - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
setMailServerDefaultFrom(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerDefaultFrom(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setMailServerHost(String) - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
setMailServerHost(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerHost(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setMailServerPassword(String) - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
setMailServerPassword(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerPassword(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setMailServerPort(int) - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
setMailServerPort(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerPort(int) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setMailServerProperties(Email) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
setMailServerUsername(String) - Method in class org.camunda.bpm.engine.impl.cfg.MailServerInfo
 
setMailServerUsername(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerUsername(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setMailServerUseTLS(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMailServerUseTLS(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setManagementService(ManagementService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setManagementService(ManagementService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setManagerDn(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setManagerPassword(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setManualActivationRule(ManualActivationRule) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
setManualActivationRule(ManualActivationRule) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
setMarkerVisible(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setMarkerVisible(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setMaximum(int) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
setMaximum(int) - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantMultiplicity
 
setMaximumPoolSize(int) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
setMaximumPoolSize(int) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
 
setMaxJobsPerAcquisition(int) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
setMaxJobsPerAcquisition(int) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
setMaxJobsPerAcquisition(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setMaxOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
setMaxPoolSize(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
setMaxPriority(Integer) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setMaxResults(int) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
setMaxWait(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
setmBeanServer(MBeanServer) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
setMemberOfGroup(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setMessage(String[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setMessage(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
setMessage(String) - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
setMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
setMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
setMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
setMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyRetrievalExpression
 
setMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
setMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
setMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setMessageDueDate(MessageEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageJobDeclaration
 
setMessageEventSubscriptionName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setMessageName(String) - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
setMessagePath(MessagePath) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyRetrievalExpressionImpl
 
setMessagePath(MessagePath) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationPropertyRetrievalExpression
 
setMessages(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setMessageVisible(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setMessageVisible(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setMessageVisibleKind(MessageVisibleKind) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
setMessageVisibleKind(MessageVisibleKind) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
setMethod(String) - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
setMethods(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
setMetricsCollectionTask(MetricsCollectionTask) - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
setMetricsEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMetricsRegistry(MetricsRegistry) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setMillisToWait(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
setMinimum(int) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantMultiplicityImpl
 
setMinimum(int) - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantMultiplicity
 
setMinOccurs(int) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
setMinPriority(Integer) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setModel(CmmnModelInstance) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
setModelElementInstance(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setModelElementInstance(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the ModelElementInstance which should be associated with this element.
setModifications(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.PatchVariablesDto
 
setMonitoring(Monitoring) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
setMonitoring(Monitoring) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setMonitoring(Monitoring) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
setMonitoring(Monitoring) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setMsg(String) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
setMultiplicity(MultiplicityEnum) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
setMultiplicity(MultiplicityEnum) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
setMustUnderstand(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ExtensionImpl
 
setMustUnderstand(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.Extension
 
setMutable(boolean) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionImpl
 
setName(String) - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
setName(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
setName(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
setName(String) - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
setName(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setName(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
Change the name of the task.
setName(String) - Method in interface org.camunda.bpm.engine.filter.Filter
 
setName(String) - Method in interface org.camunda.bpm.engine.identity.Group
 
setName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
setName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
 
setName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
 
setName(String) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
setName(String) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
setName(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
setName(String) - Method in class org.camunda.bpm.engine.impl.form.FormFieldValidationConstraintImpl
 
setName(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
setName(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.metrics.Meter
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setName(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setName(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.LaneSet
 
setName(String) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setName(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
setName(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.ProcessEngineDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentResourceDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setName(String) - Method in class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
setName(String) - Method in interface org.camunda.bpm.engine.task.Attachment
free user defined short (max 255 chars) name for this attachment
setName(String) - Method in interface org.camunda.bpm.engine.task.Task
Name or title of the task.
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CollaborationImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationNodeImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationKeyImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataInputImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataOutputImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataStateImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowElementImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.InterfaceImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneSetImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.PropertyImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
setName(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CallableElement
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Collaboration
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationNode
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationKey
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationProperty
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.DataInput
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.DataOutput
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.DataState
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.FlowElement
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.InputSet
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Interface
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.LaneSet
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Message
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.OutputSet
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Property
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Resource
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
setName(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Signal
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ManualActivationRuleImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RepetitionRuleImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RequiredRuleImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RoleImpl
 
setName(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.SentryImpl
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Case
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.ManualActivationRule
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Parameter
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItem
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Process
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Property
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.RepetitionRule
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.RequiredRule
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Role
 
setName(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Sentry
 
setName(String) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
setNameExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.DeploymentQueryDto
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
setNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setNamespace(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ImportImpl
 
setNamespace(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Import
 
setNamespace(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ImportImpl
 
setNamespace(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Import
 
setNamespaceUri(String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
setNameWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setNew(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setNewValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setNewValue(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
setNext(CommandExecutor) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
 
setNextActivity(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setNextActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setNoneBehaviorEventRef(EventDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setNoneBehaviorEventRef(EventDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setNoRetriesLeft(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setNotClosed(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setNumOfRetries(int) - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
setObject(Object) - Method in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
setObjectMapper(ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
setObjectMapper(ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.converter.JacksonAwareStringToTypeConverter
 
setObjectTypeName(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
setOneBehaviorEventRef(EventDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setOneBehaviorEventRef(EventDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setOpen(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setOperation(Operation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
setOperation(Operation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageEventDefinitionImpl
 
setOperation(Operation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ReceiveTaskImpl
 
setOperation(Operation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SendTaskImpl
 
setOperation(Operation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ServiceTaskImpl
 
setOperation(Operation) - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
setOperation(Operation) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageEventDefinition
 
setOperation(Operation) - Method in interface org.camunda.bpm.model.bpmn.instance.ReceiveTask
 
setOperation(Operation) - Method in interface org.camunda.bpm.model.bpmn.instance.SendTask
 
setOperation(Operation) - Method in interface org.camunda.bpm.model.bpmn.instance.ServiceTask
 
setOperationId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setOperationId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setOperationId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setOperationType(DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
 
setOperationType(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setOperationType(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setOperationType(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setOperator(String) - Method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
setOrderBy(String) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
setOrderingProperties(List<QueryOrderingProperty>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
setOrgValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setOrgValue(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
setOuputParameters(List<OutputParameter>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
 
setOuterConversationNode(ConversationNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationAssociationImpl
 
setOuterConversationNode(ConversationNode) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationAssociation
 
setOuterMessageFlow(MessageFlow) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowAssociationImpl
 
setOuterMessageFlow(MessageFlow) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlowAssociation
 
setOuterParticipant(Participant) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantAssociationImpl
 
setOuterParticipant(Participant) - Method in interface org.camunda.bpm.model.bpmn.instance.ParticipantAssociation
 
setOutgoingTransitions(List<TransitionImpl>) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setOutMessage(Message) - Method in class org.camunda.bpm.model.bpmn.impl.instance.OperationImpl
 
setOutMessage(Message) - Method in interface org.camunda.bpm.model.bpmn.instance.Operation
 
setOutputData(DataOutput) - Method in class org.camunda.bpm.model.bpmn.impl.instance.IoBindingImpl
 
setOutputData(DataOutput) - Method in interface org.camunda.bpm.model.bpmn.instance.IoBinding
 
setOutputDataItem(OutputDataItem) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setOutputDataItem(OutputDataItem) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setOutputSet(OutputSet) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
setOutputSet(OutputSet) - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
setOwner(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
The userId of the person responsible for this task.
setOwner(String) - Method in interface org.camunda.bpm.engine.filter.Filter
 
setOwner(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setOwner(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setOwner(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setOwner(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setOwner(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setOwner(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
setOwner(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setOwner(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setOwner(String) - Method in interface org.camunda.bpm.engine.task.Task
The userId of the person that is responsible for this task.
setOwner(String, String) - Method in interface org.camunda.bpm.engine.TaskService
Transfers ownership of this task to another user.
setOwnerExpression(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setOwnerWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setParallelMultiple(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CatchEventImpl
 
setParallelMultiple(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.CatchEvent
 
setParameter(Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
setParameter(Object) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
 
setParameter(ResourceParameter) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterBindingImpl
 
setParameter(ResourceParameter) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameterBinding
 
setParameters(Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
setParent(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setParent(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setParent(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setParent(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
 
setParent(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
 
setParent(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Sets the execution's parent and updates the old and new parents' set of child executions
setParentActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setParentActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
setParentCaseActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setParentExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setParentExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setParentExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
Use #setParent to also update the child execution sets
setParentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setParentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setParentProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setParentProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
setParentProcessInstanceId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setParentTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setParentTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setParentTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setParentTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setParentTaskId(String) - Method in interface org.camunda.bpm.engine.task.Task
the parent task for which this task is a subtask
setParentTaskIdWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
 
setParticipantBandKind(ParticipantBandKind) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnShapeImpl
 
setParticipantBandKind(ParticipantBandKind) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnShape
 
setParticipantMultiplicity(ParticipantMultiplicity) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
setParticipantMultiplicity(ParticipantMultiplicity) - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
setParticipantProcess(ParticipantProcess) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
setPartitionElement(PartitionElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
setPartitionElement(PartitionElement) - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
setPartitionElementChild(PartitionElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LaneImpl
 
setPartitionElementChild(PartitionElement) - Method in interface org.camunda.bpm.model.bpmn.instance.Lane
 
setPassword(String) - Method in interface org.camunda.bpm.engine.identity.User
 
setPassword(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setPassword(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setPassword(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCreateDto
 
setPassword(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
setPasswordBytes(byte[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setPasswordEncryptor(PasswordEncryptor) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setPath(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
 
setPathFilter(SecurityFilterConfig.PathFilterConfig) - Method in class org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig
 
setPattern(String) - Method in class org.camunda.bpm.webapp.impl.security.filter.RequestFilter
Sets the uri pattern for this matcher
setPerformer(Role) - Method in class org.camunda.bpm.model.cmmn.impl.instance.HumanTaskImpl
 
setPerformer(Role) - Method in interface org.camunda.bpm.model.cmmn.instance.HumanTask
 
setPermission(Permission) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
setPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
 
setPermissionName(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
setPermissionName(String) - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
setPermissions(Permission[]) - Method in interface org.camunda.bpm.engine.authorization.Authorization
Sets the permissions to the provided value.
setPermissions(Permission[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setPermissions(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setPermissions(String[]) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setPermissions(String[]) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setPlanItemElementHandlers(Map<Class<? extends PlanItemDefinition>, ItemHandler>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
setPlanningTable(PlanningTable) - Method in class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
setPlanningTable(PlanningTable) - Method in interface org.camunda.bpm.model.cmmn.instance.Stage
 
setPluginClass(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
setPluginConfigurations(List<ProcessEnginePluginXml>) - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
 
setPlugins(List<ProcessEnginePluginXml>) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setPostParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
setPotentialStarter(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
setPrecedence(Integer) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
 
setPreParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
setPreserveScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setPrevious(int) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setPrimaryDeploymentId(String) - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
setPriority(int) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
setPriority(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setPriority(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setPriority(String, int) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setPriority(int) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
setPriority(Integer) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setPriority(int) - Method in interface org.camunda.bpm.engine.task.Task
indication of how important/urgent this task is with a number between 0 and 100 where higher values mean a higher priority and lower values mean lower priority: [0..19] lowest, [20..39] low, [40..59] normal, [60..79] high [80..100] highest
setPriority(String, int) - Method in interface org.camunda.bpm.engine.TaskService
Changes the priority of the task.
setPriorityExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setPriorityWithoutCascade(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setProcess(Process) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ParticipantImpl
 
setProcess(Process) - Method in interface org.camunda.bpm.model.bpmn.instance.Participant
 
setProcess(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ProcessTaskImpl
 
setProcess(String) - Method in interface org.camunda.bpm.model.cmmn.instance.ProcessTask
 
setProcessApplicationManager(ProcessApplicationManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setProcessDef(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setProcessDefId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setProcessDefinition(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.form.StartFormDataImpl
 
setProcessDefinition(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setProcessDefinition(ProcessDefinitionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setProcessDefinitionCache(Map<String, ProcessDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentCache
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessDefinitionKeyIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessDefinitionKeyNotIn(List<String>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SetProcessDefinitionVersionCmd - Class in org.camunda.bpm.engine.impl.cmd
Command that changes the process definition version of an existing process instance.
SetProcessDefinitionVersionCmd(String, Integer) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.spring.components.aop.ProcessStartAnnotationBeanPostProcessor
 
setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor
 
setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.spring.components.scope.ProcessScope
 
setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.context.Context
 
setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
 
setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.spring.ProcessEngineFactoryBean
 
setProcessEngineContext(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
 
setProcessEngineName(String) - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
setProcessEngineName(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationDeploymentInfoImpl
 
setProcessEngineName(String) - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
 
setProcessEngineName(String) - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
 
setProcessEngineName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setProcessEngineName(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setProcessEnginePlugins(List<ProcessEnginePlugin>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setProcessEngines(List<ProcessEngineXml>) - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlImpl
 
setProcessEngines(List<ProcessEngineImpl>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setProcessesXmls(List<ProcessesXml>) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
setProcessFinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
for setting the process instance, this setter must be used as subclasses can override
setProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setProcessInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessInstanceBusinessKeyIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProcessInstanceIdIn(String[]) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.IncidentQueryDto
 
setProcessInstanceIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setProcessInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setProcessInstanceIds(Set<String>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setProcessInstancePermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
 
setProcessInstancePermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
 
setProcessResourceNames(List<String>) - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
setProcessType(ProcessType) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
setProcessType(ProcessType) - Method in interface org.camunda.bpm.model.bpmn.instance.Process
 
setProcessUnfinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setProcessVariables(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.message.CorrelationMessageDto
 
setProcessVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setProcessVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setProfile(UserProfileDto) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.metadata.JobAcquisitionXmlImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.metadata.JobExecutorXmlImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
 
setProperties(Map<String, Object>) - Method in interface org.camunda.bpm.engine.filter.Filter
 
setProperties(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setProperties(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setProperties(Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setProperties(Map<String, String>) - Method in class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
setPropertiesInternal(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setProperty(String, Object) - Method in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
setProperty(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setProperty(String, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
Set property value
setProperty(String, String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
setProperty(String, String) - Method in interface org.camunda.bpm.engine.ManagementService
Set the value for a property.
setProperty(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setPropertyChanges(List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
SetPropertyCmd - Class in org.camunda.bpm.engine.impl.cmd
Command which can be used for setting the value of a property
SetPropertyCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetPropertyCmd
 
setPropertyId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
setPropertyName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
setPropertyResolved(boolean) - Method in class org.camunda.bpm.engine.cdi.impl.el.ElContextDelegate
 
setPropertyResolved(boolean) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
Called to indicate that a ELResolver has successfully resolved a given (base, property) pair.
setPropertyValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
setProviderList(List<ParameterValueProvider>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ListValueProvider
 
setProviderMap(TreeMap<String, ParameterValueProvider>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.MapValueProvider
 
setQuery(T) - Method in interface org.camunda.bpm.engine.filter.Filter
 
setQuery(T) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setQuery(AbstractQueryDto<?>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setQueryInternal(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setQueryProperty(QueryProperty) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
setQueueSize(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
setReadable(boolean) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setReference(Reference) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
setReference(Reference) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceConnectionFactoryImpl
 
setReferenceBuilder(ElementReferenceCollectionBuilder<?, ?>) - Method in class org.camunda.bpm.model.xml.impl.type.child.ChildElementCollectionBuilderImpl
 
setReferenceIdentifier(ModelElementInstance, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
setReferenceIdentifier(ModelElementInstance, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
setReferenceIdentifier(ModelElementInstance, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Set the reference identifier in the reference source
setReferenceIdentifier(ModelElementInstance, String) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
setReferenceSourceElementType(ModelElementTypeImpl) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
setReferenceTargetAttribute(AttributeImpl<String>) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Set the reference target attribute
setReferenceTargetElement(ModelElementInstanceImpl, Target) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceImpl
 
setReferenceTargetElement(ModelElementInstance, T) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Set the reference target model element instance
setReferenceTargetElement(ModelElementInstanceImpl, Target) - Method in interface org.camunda.bpm.model.xml.type.reference.ElementReference
 
setReferenceTargetElement(ModelElementInstance, T) - Method in interface org.camunda.bpm.model.xml.type.reference.Reference
 
setReferenceTargetElementType(ModelElementTypeImpl) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Set the reference target model element type
setRegisteredDeployments(Set<String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setRegistry(ActivitiStateHandlerRegistry) - Method in class org.camunda.bpm.engine.spring.components.aop.ActivitiStateAnnotationBeanPostProcessor
 
setRejectedJobsHandler(RejectedJobsHandler) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setRel(String) - Method in class org.camunda.bpm.engine.rest.dto.AtomLink
 
setRelation(String) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
setRelationConditions(List<QueryEntityRelationCondition>) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
setRelativeRootResourceUri(String) - Method in class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
Override the root resource path, if this resource is a sub-resource.
setRepeat(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
setRepeat(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
setRepetitionRule(RepetitionRule) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
setRepetitionRule(RepetitionRule) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
setReportingIntervalInSeconds(long) - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
setRepositoryService(RepositoryService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setRepositoryService(RepositoryService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setRequired(boolean) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Sets this case execution as required or not required.
setRequired(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setRequired(boolean) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setRequired(boolean) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setRequired(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setRequired(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setRequired(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
setRequired(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
setRequired(boolean) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
setRequiredRule(RequiredRule) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemControlImpl
 
setRequiredRule(RequiredRule) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemControl
 
setResolution(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.di.DiagramImpl
 
setResolution(double) - Method in interface org.camunda.bpm.model.bpmn.instance.di.Diagram
 
setResolved(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setResolverFactories(List<ResolverFactory>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setResolverFactories(List<ResolverFactory>) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
 
setResource(Resource) - Method in interface org.camunda.bpm.engine.authorization.Authorization
sets the type of the resource
setResource(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
setResource(Resource) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
setResource(Resource) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setResource(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setResource(Resource) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceRoleImpl
 
setResource(Resource) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceRole
 
setResourceAdapter(ResourceAdapter) - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
 
setResourceAdapter(ResourceAdapter) - Method in class org.camunda.bpm.container.impl.threading.ra.outbound.JcaExecutorServiceManagedConnectionFactory
 
setResourceAssignmentExpression(ResourceAssignmentExpression) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaPotentialStarterImpl
 
setResourceAssignmentExpression(ResourceAssignmentExpression) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaPotentialStarter
 
setResourceAuthorizationProvider(ResourceAuthorizationProvider) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setResourceId(String) - Method in interface org.camunda.bpm.engine.authorization.Authorization
set the id of the resource
setResourceId(String) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
setResourceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setResourceId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
setResourceId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setResourceId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setResourceId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setResourceId(String) - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
setResourceIdQueryParam(String) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
 
setResourceName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setResourceName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setResourceName(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCheckResultDto
 
setResourceName(String) - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
setResourceName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setResourceName(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setResourceNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setResourceNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setResources(Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setResourceType(int) - Method in interface org.camunda.bpm.engine.authorization.Authorization
sets the type of the resource
setResourceType(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setResourceType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setResourceType(Integer) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setResourceType(Integer) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setResourceType(int) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setResourceType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
setResourceType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
setResult(Number) - Method in class org.camunda.bpm.engine.rest.dto.metrics.MetricsResultDto
 
setRetries(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setRetries(int) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobRetriesDto
 
setRetriesFromPersistence(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
setRevision(int) - Method in interface org.camunda.bpm.engine.impl.db.HasDbRevision
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
setRevision(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setRootCauseIncidentActivityId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootCauseIncidentConfiguration(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootCauseIncidentId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
 
setRootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
setRootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricIncidentQueryDto
 
setRootCauseIncidentId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.IncidentQueryDto
 
setRootCauseIncidentMessage(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootCauseIncidentProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootCauseIncidentProcessInstanceId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.IncidentDto
 
setRootElement(DomElement) - Method in class org.camunda.bpm.model.xml.impl.instance.DomDocumentImpl
 
setRootElement(DomElement) - Method in interface org.camunda.bpm.model.xml.instance.DomDocument
Sets the root element of the DOM document.
setRows(List<Map<String, Object>>) - Method in class org.camunda.bpm.engine.management.TablePage
 
setRuntimeService(RuntimeService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setRuntimeService(RuntimeService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setSatisfied(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setSchemaResource(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
setScope(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
Changes whether this execution is a scope or not
setScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setScopeActivityInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setScopeExecution(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
setScript(String) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
 
setScript(ExecutableScript) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptValueProvider
 
setScript(Script) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
setScript(Script) - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
setScriptBindingsFactory(ScriptBindingsFactory) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
setScriptEngineFactories(List<ScriptEngineFactory>) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
 
setScriptFactory(ScriptFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setScriptFormat(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ScriptTaskImpl
 
setScriptFormat(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ScriptTask
 
setScriptingEngines(ScriptingEngines) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setScriptingEnvironment(ScriptingEnvironment) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setScriptSource(String) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
Sets the script source code.
setSecondsToLive(long) - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
setSecurityAuthentication(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setSelectStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setSentry(CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
setSentry(Sentry) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
setSentry(Sentry) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
setSentryHandler(SentryHandler) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
setSentryId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setSequenceCounter(long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
setSequenceCounter(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setSequenceCounter(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setSequenceCounter(long) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setSequential(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MultiInstanceLoopCharacteristicsImpl
 
setSequential(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.MultiInstanceLoopCharacteristics
 
setSerializationDataFormat(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
setSerializationDataFormat(String) - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
setSerializedValue(String) - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
setSerializer(TypedValueSerializer<?>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setSerializerList(List<TypedValueSerializer<?>>) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
 
setSerializerName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setSerializerName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setSerializerName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setServerUrl(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setServletContext(ServletContext) - Method in class org.camunda.bpm.engine.spring.application.SpringServletProcessApplication
 
setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setSetup(ScenarioSetup) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
setSignal(Signal) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
setSignal(Signal) - Method in interface org.camunda.bpm.model.bpmn.instance.SignalEventDefinition
 
setSignalDefinition(EventSubscriptionDeclaration) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SignalEndEventActivityBehavior
 
setSignalEventSubscriptionName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setSize(Double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
setSize(Double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setSortBy(String) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
setSortBy(String) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
setSortBy(String) - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
setSortControlSupported(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setSorting(List<SortingDto>) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
setSortOrder(String) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
setSortOrder(String) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
setSortOrder(String) - Method in class org.camunda.bpm.engine.rest.dto.SortingDto
 
setSource(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
setSource(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
setSource(BaseElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
setSource(InteractionNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
setSource(InteractionNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
setSource(FlowNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
setSource(BaseElement) - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
setSource(InteractionNode) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
setSource(InteractionNode) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
setSource(FlowNode) - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
setSource(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
setSource(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
setSource(Parameter) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
setSource(PlanItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
setSource(PlanItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
setSource(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemOnPart
 
setSource(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemStartTrigger
 
setSource(Parameter) - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
setSource(PlanItem) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
setSource(PlanItem) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemStartTrigger
 
setSourceCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
setSourceCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
setSourceCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setSourceElement(DiagramElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
setSourceElement(DiagramElement) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
setSourceExecution(DelegateCaseExecution) - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
setSourceExpression(Expression) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setSourceRef(CaseFileItem) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
setSourceRef(CaseFileItem) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItem
 
setSourceValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
setSourceVariableName(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setSqlSessionFactory(SqlSessionFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setSqlSessionFactory(SqlSessionFactory) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setStandardEvent(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setStandardEvent(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
setStandardEvent(CaseFileItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
setStandardEvent(CaseFileItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
setStandardEvent(PlanItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
setStandardEvent(PlanItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
setStandardEvent(CaseFileItemTransition) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemOnPart
 
setStandardEvent(CaseFileItemTransition) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemStartTrigger
 
setStandardEvent(PlanItemTransition) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemOnPart
 
setStandardEvent(PlanItemTransition) - Method in interface org.camunda.bpm.model.cmmn.instance.PlanItemStartTrigger
 
setStartableBy(String) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setStartActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setStartContext(ExecutionStartContext) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setStartedAfter(Date) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setStartedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setStartedAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setStartedBefore(Date) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setStartedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setStartedBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setStartedBy(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setStartEvent(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
 
setStartFormHandler(StartFormHandler) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setStartFormKey(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setStartInstructions(List<ProcessInstanceModificationInstructionDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setStartQuantity(int) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
setStartQuantity(int) - Method in interface org.camunda.bpm.model.bpmn.instance.Activity
 
setStartTime(Date) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
setStartTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
setStartUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setState(int) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setState(JobState) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
setState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setStatement(String) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
setStatementMappings(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
setStreamSource(StreamSource) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
setStrikeTrough(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
setStrikeTrough(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setStructure(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
setStructure(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
setStructure(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
setStructure(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.Error
 
setStructure(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.Escalation
 
setStructure(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.Signal
 
setStructure(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
setStructure(String) - Method in interface org.camunda.bpm.model.cmmn.instance.CaseFileItemDefinition
 
setStructureRef(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
setStructureRef(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ItemDefinition
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setSubCaseInstance(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setSubCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setSubCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setSubCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setSubCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setSubject(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setSubProcessInstance(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setSubProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setSubProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setSubProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setSubProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setSubProcessScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
 
setSuccessLog(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setSuperCaseExecution(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setSuperCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSuperCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSuperCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setSuperCaseInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setSuperCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
setSuperCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setSuperCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setSuperCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setSuperCaseInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
setSuperExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setSuperExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
setSuperExecutionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSuperProcessDefinitionId(String) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
setSuperProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setSuperProcessInstance(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setSuperProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
setSuperProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
setSuperProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
setSuperProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setSuperProcessInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setSuspended(boolean) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setSuspended(boolean) - Method in class org.camunda.bpm.engine.rest.dto.SuspensionStateDto
 
setSuspended(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setSuspensionState(int) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
setSuspensionState(SuspensionState) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setSuspensionState(SuspensionState) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
setSuspensionState(SuspensionState) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
setTableName(String) - Method in class org.camunda.bpm.engine.management.TableMetaData
 
setTableName(String) - Method in class org.camunda.bpm.engine.management.TablePage
 
setTarget(String) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
setTarget(BaseElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
setTarget(InteractionNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
setTarget(ItemAwareElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
setTarget(LinkEventDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
setTarget(InteractionNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
setTarget(FlowNode) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
setTarget(BaseElement) - Method in interface org.camunda.bpm.model.bpmn.instance.Association
 
setTarget(InteractionNode) - Method in interface org.camunda.bpm.model.bpmn.instance.ConversationLink
 
setTarget(ItemAwareElement) - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
setTarget(LinkEventDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.LinkEventDefinition
 
setTarget(InteractionNode) - Method in interface org.camunda.bpm.model.bpmn.instance.MessageFlow
 
setTarget(FlowNode) - Method in interface org.camunda.bpm.model.bpmn.instance.SequenceFlow
 
setTarget(Parameter) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
setTarget(Parameter) - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
setTargetElement(DiagramElement) - Method in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
setTargetElement(DiagramElement) - Method in interface org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnEdge
 
setTargetNamespace(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setTargetNamespace(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setTargetNamespace(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
setTargetNamespace(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Definitions
 
setTask(Task) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
setTask(Task) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
set a current task
setTask(Task) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
setTask(Task) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
setTask(Task) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
setTask(Task) - Method in class org.camunda.bpm.engine.impl.form.TaskFormDataImpl
 
setTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setTaskAssignee(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setTaskAssignee(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setTaskAssignee(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskAssigneeLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDecorator(TaskDecorator) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
setTaskDefinition(TaskDefinition) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setTaskDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setTaskDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setTaskDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDefinitionKey(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setTaskDefinitionKeyIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setTaskDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setTaskDefinitionKeyWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
setTaskDefinitions(Map<String, TaskDefinition>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setTaskDefinitions(Map<String, TaskDefinition>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setTaskDeleteReason(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDeleteReasonLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDescription(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDescriptionLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDueDate(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDueDateAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskDueDateBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskExecutor(TaskExecutor) - Method in class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
Required spring injected TaskExecutor} implementation that will be used to execute runnable jobs.
setTaskFollowUpDate(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskFollowUpDateAfter(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskFollowUpDateBefore(Date) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskFormHandler(TaskFormHandler) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setTaskId(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
setTaskIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setTaskIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setTaskListeners(Map<String, List<TaskListener>>) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
setTasklistRuntimeDelegate(TasklistRuntimeDelegate) - Static method in class org.camunda.bpm.tasklist.Tasklist
A setter to set the TasklistRuntimeDelegate.
setTaskName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskOwner(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
SetTaskOwnerCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetTaskOwnerCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetTaskOwnerCmd
 
setTaskOwnerLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskParentTaskId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
setTaskPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
setTaskPriority(Integer) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
SetTaskPriorityCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetTaskPriorityCmd(String, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
 
setTaskService(TaskService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setTaskService(TaskService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
setTaskVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setTaskVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SetTaskVariablesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetTaskVariablesCmd(String, Map<String, ? extends Object>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
 
setTerminated(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setTerminated(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setTerminated(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setText(Text) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
setText(Text) - Method in interface org.camunda.bpm.model.bpmn.instance.TextAnnotation
 
setTextContent(String) - Method in class org.camunda.bpm.model.xml.impl.instance.DomElementImpl
 
setTextContent(String) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setTextContent(String) - Method in interface org.camunda.bpm.model.xml.instance.DomElement
Sets the text content of this element.
setTextContent(String) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Sets the text content of the DOM element
setTextFormat(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
setTextFormat(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
setTextFormat(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Documentation
 
setTextFormat(String) - Method in interface org.camunda.bpm.model.bpmn.instance.TextAnnotation
 
setTextValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setTextValue(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setTextValue(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setTextValue(String) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
setTextValue(String) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
setTextValue(String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
setTextValue2(String) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.ValueFields
 
setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
setThreadLogMode(LogUtil.ThreadLogMode) - Static method in class org.camunda.bpm.engine.impl.util.LogUtil
 
setThreadPoolExecutor(ThreadPoolExecutor) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
setTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setTime(Date) - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
setTimeCycle(TimeCycle) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
setTimeCycle(TimeCycle) - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
setTimeDate(TimeDate) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
setTimeDate(TimeDate) - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
setTimeDuration(TimeDuration) - Method in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
setTimeDuration(TimeDuration) - Method in interface org.camunda.bpm.model.bpmn.instance.TimerEventDefinition
 
setTimerExpression(TimerExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
setTimerExpression(TimerExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.TimerEventListener
 
setTimers(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setTimerStart(StartTrigger) - Method in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
setTimerStart(StartTrigger) - Method in interface org.camunda.bpm.model.cmmn.instance.TimerEventListener
 
setTimes(int) - Method in class org.camunda.bpm.qa.upgrade.Scenario
 
setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
setTo(To) - Method in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
setTo(To) - Method in interface org.camunda.bpm.model.bpmn.instance.Assignment
 
setTotal(long) - Method in class org.camunda.bpm.engine.management.TablePage
 
setTransactionContextFactory(TransactionContextFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setTransactionContextFactory(TransactionContextFactory) - Method in class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
 
setTransactionFactory(TransactionFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setTransactionManager(TransactionManager) - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
setTransactionManager(PlatformTransactionManager) - Method in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
setTransactionManagerJndiName(String) - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
setTransactionsExternallyManaged(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setTransactionsExternallyManaged(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setTransformation(Transformation) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
setTransformation(Transformation) - Method in interface org.camunda.bpm.model.bpmn.instance.DataAssociation
 
setTransformation(TransformationExpression) - Method in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
setTransformation(TransformationExpression) - Method in interface org.camunda.bpm.model.cmmn.instance.ParameterMapping
 
setTransformer(CmmnTransformer) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
setTransformListeners(List<CmmnTransformListener>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
setTransition(PvmTransition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setTransitionId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setTransitionInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setTransitionsToTake(List<PvmTransition>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
setTriggeredByEvent(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
setTriggeredByEvent(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
setType(String) - Method in interface org.camunda.bpm.engine.identity.Group
 
setType(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
setType(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
setType(FormType) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setType(AbstractFormFieldType) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setType(AbstractFormFieldType) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setType(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
setType(int) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setType(int) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setType(Integer) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
setType(String) - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
setType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
setType(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
setType(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
setType(ItemDefinition) - Method in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
setType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.ConditionExpression
 
setType(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.CorrelationProperty
 
setType(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Relationship
 
setType(ItemDefinition) - Method in interface org.camunda.bpm.model.bpmn.instance.ResourceParameter
 
setType(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
setType(String) - Method in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
setType(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Property
 
setType(String) - Method in interface org.camunda.bpm.model.cmmn.instance.Relationship
 
setTypeLanguage(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
setTypeLanguage(String) - Method in interface org.camunda.bpm.model.bpmn.instance.Definitions
 
setTypeNamespace(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeImpl
 
setUnassigned(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
setUndeploymentOperation() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
SetUnderline(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
SetUnderline(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Font
 
setUnfinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricActivityInstanceQueryDto
 
setUnfinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
setUnfinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setUnfinished(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
setUniqueChildElementByNameNs(ModelElementInstance) - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
setUniqueChildElementByNameNs(ModelElementInstance) - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Adds or replaces a child element by name.
setup() - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap.AdminEnvironment
 
setup() - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.CockpitEnvironment
 
setUp() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
setup - Variable in class org.camunda.bpm.qa.upgrade.Scenario
 
setup() - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap.TasklistEnvironment
 
SETUP_PAGE - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
setUpdateStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
SetupResource - Class in org.camunda.bpm.admin.impl.web
Jax RS resource allowing to perform the setup steps.
SetupResource() - Constructor for class org.camunda.bpm.admin.impl.web.SetupResource
 
setupScenario(Map<String, Scenario>, Scenario) - Method in class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
setupScenarios(Class<?>) - Method in class org.camunda.bpm.qa.upgrade.ScenarioRunner
 
setUri(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
setUrl(String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
setUrl(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
setUrl(String) - Method in class org.camunda.bpm.engine.rest.dto.task.AttachmentDto
 
setUsePosixGroups(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUser(UserEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
setUserAccount(String, String, String, String, String, Map<String, String>) - Method in interface org.camunda.bpm.engine.IdentityService
Deprecated.
setUserAccount(String, String, String, String, String, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
setUserDnPattern(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserEmailAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserFirstnameAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserId(String) - Method in interface org.camunda.bpm.engine.authorization.Authorization
set the id of the user this authorization is created for
setUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
setUserId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
setUserId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
setUserId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
setUserId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setUserId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.CommentDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
setUserId(String) - Method in class org.camunda.bpm.engine.rest.dto.task.UserIdDto
 
setUserId(String) - Method in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
setUserIdAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
setUserInfo(String, String, String) - Method in interface org.camunda.bpm.engine.IdentityService
Generic extensibility key-value pairs associated with a user
setUserInfo(String, String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
setUserInfo(String, String, String, String, String, String, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoManager
 
SetUserInfoCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetUserInfoCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
SetUserInfoCmd(String, String, String, String, String, Map<String, String>) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
setUserLastnameAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserPasswordAttribute(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserPicture(String, Picture) - Method in interface org.camunda.bpm.engine.IdentityService
Sets the picture for a given user.
setUserPicture(String, Picture) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
 
SetUserPictureCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SetUserPictureCmd(String, Picture) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetUserPictureCmd
 
setUserSearchBase(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUserSearchFilter(String) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setUseSsl(boolean) - Method in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
setValidatingSchema(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
setValidationConstraints(List<FormFieldValidationConstraint>) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setValidationHandlers(List<FormFieldValidationConstraintHandler>) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
setValidator(FormFieldValidator) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
setValue(Object, VariableScope) - Method in interface org.camunda.bpm.engine.delegate.Expression
 
setValue(Object) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
setValue(Object) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ConstantValueProvider
 
setValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
 
setValue(Object, VariableScope) - Method in interface org.camunda.bpm.engine.impl.el.Expression
 
setValue(Object, VariableScope) - Method in class org.camunda.bpm.engine.impl.el.FixedValue
 
setValue(Object, VariableScope) - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
setValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
setValue(String) - Method in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ArrayELResolver
If the base object is a Java language array, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.BeanELResolver
If the base object is not null, attempts to set the value of the given property on this bean.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
Attempts to set the value of the given property object on the given base object.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ELResolver
Attempts to set the value of the given property object on the given base object.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
If the base object is a list, attempts to set the value at the given index with the given value.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
If the base object is a map, attempts to set the value associated with the given key, as specified by the property argument.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ResourceBundleELResolver
If the base object is a ResourceBundle, throw a PropertyNotWritableException.
setValue(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ValueExpression
Evaluates the expression relative to the provided context, and sets the result to the provided value.
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
 
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstRightValue
non-lvalues are always readonly, so throw an exception
setValue(Bindings, ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
setValue(Bindings, ELContext, Object) - Method in interface org.camunda.bpm.engine.impl.juel.ExpressionNode
Assign value.
setValue(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
Throw an exception.
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.RootPropertyResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.juel.SimpleResolver
 
setValue(ELContext, Object) - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Evaluates the expression as an lvalue and assigns the given value.
setValue(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
setValue(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
setValue(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
setValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
setValue(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
setValue(Object) - Method in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
setValue(Object) - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.spring.ApplicationContextElResolver
 
setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
 
setValue(T) - Method in class org.camunda.bpm.model.bpmn.impl.instance.camunda.CamundaGenericValueElementImpl
 
setValue(String) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueImpl
 
setValue(T) - Method in interface org.camunda.bpm.model.bpmn.instance.camunda.CamundaGenericValueElement
 
setValue(String) - Method in interface org.camunda.bpm.model.bpmn.instance.CategoryValue
 
setValue(CaseFileItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemTransitionStandardEvent
 
setValue(PlanItemTransition) - Method in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemTransitionStandardEvent
 
setValue(ModelElementInstance, T) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
sets the value of the attribute.
setValue(ModelElementInstance, T) - Method in interface org.camunda.bpm.model.xml.type.attribute.Attribute
sets the value of the attribute.
setValueBasedOnAnnotation(String, String) - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
Finds the methods that are annotated with a CamundaQueryParam with a value that matches the key parameter.
setValueBasedOnAnnotation(String, String) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
Finds the methods that are annotated with a CamundaQueryParam with a value that matches the key parameter.
setValueInfo(Map<String, Object>) - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
setValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
 
setValueSerialized(String) - Method in class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
setValueTypeResolver(ValueTypeResolver) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
setVariable(String, String, Object) - Method in interface org.camunda.bpm.engine.CaseService
Pass a variable to the case execution.
setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Set a value for a process variable.
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
set a process variable
setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableLocalMap
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.ProcessVariableMap
 
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
setVariable(String, String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariable(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
setVariable(String, ValueExpression) - Method in class org.camunda.bpm.engine.impl.javax.el.VariableMapper
Assign a ValueExpression to an EL variable, replacing any previously assignment to the same variable.
setVariable(String, ValueExpression) - Method in class org.camunda.bpm.engine.impl.juel.SimpleContext
Define a variable.
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setVariable(String, Object) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
setVariable(String, String, Object) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
setVariable(String, String, Object) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstantiationBuilder
Adds a variable to be set when the current instruction is executed.
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a variable to the case execution.
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
Pass a variable to the case instance.
setVariable(String, Object) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Pass a variable to the execution waiting on the message.
setVariable(String, String, Object) - Method in interface org.camunda.bpm.engine.RuntimeService
Update or create a variable for an execution.
setVariable(String, String, Object) - Method in interface org.camunda.bpm.engine.TaskService
Set variable on a task.
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
setVariableEntity(String, TypedValue) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
setVariableExpression(Expression) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setVariableInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setVariableInstanceId(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setVariableInstances(Map<String, VariableInstanceEntity>) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
setVariableLocal(String, String, Object) - Method in interface org.camunda.bpm.engine.CaseService
Pass a local variable to the case execution (not considering parent scopes).
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Set a value for a local process variable.
setVariableLocal(String, Object) - Method in interface org.camunda.bpm.engine.cdi.impl.context.ContextAssociationManager
set a local process variable
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager
 
setVariableLocal(String, Object) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
setVariableLocal(String, String, Object) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
setVariableLocal(String, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
setVariableLocal(String, String, Object) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
setVariableLocal(String, String, Object) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setVariableLocal(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstantiationBuilder
Adds a local variable to be set when the current instruction is executed.
setVariableLocal(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a local variable to the case execution (not considering parent scopes).
setVariableLocal(String, String, Object) - Method in interface org.camunda.bpm.engine.RuntimeService
Update or create a variable for an execution (not considering parent scopes).
setVariableLocal(String, String, Object) - Method in interface org.camunda.bpm.engine.TaskService
Set variable on a task.
setVariableName(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setVariableName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
setVariableName(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setVariableName(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setVariableNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setVariableNameLike(String) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
setVariables(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Pass a map of variables to the case execution.
setVariables(Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
setVariables(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
setVariables(Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariables(Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
setVariables(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
setVariables(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricProcessInstanceQueryDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
setVariables(Map<String, TriggerVariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionTriggerDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
setVariables(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionQueryDto
 
setVariables(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ExecutionTriggerDto
 
setVariables(Map<String, TriggerVariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
setVariables(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceQueryDto
 
setVariables(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
setVariables(Map<String, VariableValueDto>) - Method in class org.camunda.bpm.engine.rest.dto.task.CompleteTaskDto
 
setVariables(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstantiationBuilder
Adds all variables to be set when the current instruction is executed
setVariables(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a map of variables to the case execution.
setVariables(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
Pass a map of variables to the case instance.
setVariables(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
Pass a map of variables to the execution waiting on the message.
setVariables(String, Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Update or create given variables for an execution (including parent scopes).
setVariables(String, Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.TaskService
Set variables on a task.
setVariableScopeIdIn(String[]) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setVariablesLocal(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
Pass a map of variables to the case execution (not considering parent scopes).
setVariablesLocal(Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.delegate.VariableScope
 
setVariablesLocal(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
setVariablesLocal(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
setVariablesLocal(Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
 
setVariablesLocal(Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
setVariablesLocal(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
setVariablesLocal(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
setVariablesLocal(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
setVariablesLocal(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
setVariablesLocal(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
setVariablesLocal(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstantiationBuilder
Adds all local variables to be set when the current instruction is executed
setVariablesLocal(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
Pass a map of variables to the case execution (not considering parent scopes).
setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Update or create given variables for an execution (not considering parent scopes).
setVariablesLocal(String, Map<String, ? extends Object>) - Method in interface org.camunda.bpm.engine.TaskService
Set variables on a task.
setVariableTypes(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setVariableUpdates(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
setVariableValue(CoreVariableInstance, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableStore
 
setVariableValue(CoreVariableInstance, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore
 
setVariableValue(CoreVariableInstance, TypedValue, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
setVariableValue(Object) - Method in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
setVariableValue(CoreVariableInstance, TypedValue, AbstractVariableScope) - Method in class org.camunda.connect.plugin.impl.ConnectorVariableStore
 
setVariableValues(List<VariableQueryParameterDto>) - Method in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
setVer(Integer) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
setVersion(long) - Method in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
setVersion(int) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
setVersion(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
setVersion(Integer) - Method in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
setVersion(Integer) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionQueryDto
 
setVersion(int) - Method in class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
setVersionValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
setWaitForCompletion(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
setWaitForCompletion(boolean) - Method in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
setWaitForCompletion(boolean) - Method in interface org.camunda.bpm.model.bpmn.instance.CompensateEventDefinition
 
setWaitIncreaseFactor(int) - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
setWaitIncreaseFactor(float) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
setWaitTimeInMillis(int) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
setWaitTimeInMillis(int) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
setWaitTimeInMillis(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
setWaitTimeInMs(int) - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
setWaypoints(List<Integer>) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
setWaypoints(List<DiagramEdgeWaypoint>) - Method in class org.camunda.bpm.engine.repository.DiagramEdge
 
setWidth(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setWidth(int) - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
setWidth(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setWidth(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setWidth(Double) - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
setWidth(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
setWidth(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
setWithException(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setWithRetriesLeft(Boolean) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobQueryDto
 
setWritable(boolean) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
setWsSyncFactoryClassName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
setX(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setX(int) - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
setX(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setX(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setX(Double) - Method in class org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
 
setX(Double) - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
setX(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
setX(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
setX(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
setX(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Point
 
setY(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
setY(int) - Method in interface org.camunda.bpm.engine.impl.pvm.process.HasDIBounds
 
setY(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
setY(int) - Method in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
setY(Double) - Method in class org.camunda.bpm.engine.repository.DiagramEdgeWaypoint
 
setY(Double) - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
setY(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
setY(double) - Method in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
setY(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Bounds
 
setY(double) - Method in interface org.camunda.bpm.model.bpmn.instance.dc.Point
 
ShaHashDigest - Class in org.camunda.bpm.engine.impl.digest
PasswordEncryptor implementation using base64 encoded SHA password hashes
ShaHashDigest() - Constructor for class org.camunda.bpm.engine.impl.digest.ShaHashDigest
 
Shape - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Shape element
ShapeImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Shape element
ShapeImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.ShapeImpl
 
ShellActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
ShellActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
SHORT - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
ShortValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type Short.
shortValue(Short) - Static method in class org.camunda.bpm.engine.variable.Variables
 
ShortValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
ShortValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.ShortValueSerializer
 
shouldAddCurrentUnloggedCount(MetricsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
 
shouldBeCompiled - Variable in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
Flag to signal if the script should be compiled
shouldDecrementRetriesFor(Throwable) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
shouldFetchValue(HistoricDetailVariableInstanceUpdateEntity) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
shouldFetchValue(HistoricVariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
shouldFetchValue(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
shouldLogFine(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
shouldLogInfo(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
shouldPerformPaContextSwitch(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
shouldQueryForSubCaseInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
shouldQueryForSubprocessInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
shutdown() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
shutdown() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
shutdown() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelBoundaryEventActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ClassDelegateActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CustomActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowCompensationEventActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
 
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
signal(String, Object) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
signal(ActivityExecution, String, Object) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.SignallableActivityBehavior
 
signal(String, Object) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
 
signal(String, Object) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
signal(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signal(String, String, Object, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signal(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signal(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
signal(String, String, Object, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
signal(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Sends an external trigger to an activity instance that is waiting inside the given execution.
signal(ActivityExecution, String, Object) - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistry
 
Signal - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN signal element
SIGNAL_CATCH_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
SIGNAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
SIGNAL_THROW_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
signalCancelBoundaryEvent(String) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
With prior versions, the boundary event was already executed when compensation was performed; Thus, after compensation completes, the execution is signalled waiting at the boundary event.
SignalCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SignalCmd(String, String, Object, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
signalCompensationDone(ActivityExecution, Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
 
signalData - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
signalData - Variable in class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
signalDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowSignalEventActivityBehavior
 
signalDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.SignalEndEventActivityBehavior
 
SignalDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
Represents a bpmn signal definition
SignalDefinition() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
 
SignalEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
SignalEndEventActivityBehavior(EventSubscriptionDeclaration) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.SignalEndEventActivityBehavior
 
SignalEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN signalEventDefinition element
SignalEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN signalEventDefinition element
SignalEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
SignalEventHandler - Class in org.camunda.bpm.engine.impl.event
 
SignalEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.SignalEventHandler
 
signalEventReceived(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signalEventReceived(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signalEventReceived(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signalEventReceived(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
signalEventReceived(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceived(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceived(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
signalEventReceived(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Notifies the process engine that a signal event of name 'signalName' has been received.
SignalEventReceivedCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SignalEventReceivedCmd(String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
 
signalEventSubscription(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
signalEventSubscription(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Deprecated.
SignalEventSubscriptionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
SignalEventSubscriptionEntity(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SignalEventSubscriptionEntity
 
SignalEventSubscriptionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SignalEventSubscriptionEntity
 
signalEventSubscriptionName(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
signalEventSubscriptionName(String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a signal event subscription for the given signal name.
signalExecution() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Signals the current execution, see RuntimeService.signal(String)

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

signalExecution(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
signalExecution(ExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ExecutionResource
 
signalExecution(ExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionResourceImpl
 
SignalImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN signal element
SignalImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
SignallableActivityBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
 
signalName - Variable in class org.camunda.bpm.engine.impl.bpmn.delegate.ActivityBehaviorSignalInvocation
 
signalName - Variable in class org.camunda.bpm.engine.impl.cmd.SignalCmd
 
signalRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SignalEventDefinitionImpl
 
signals - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
SimpleContext - Class in org.camunda.bpm.engine.impl.juel
Simple context implementation.
SimpleContext() - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleContext
Create a context.
SimpleContext(ELResolver) - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleContext
Create a context, use the specified resolver.
SimpleFormFieldType - Class in org.camunda.bpm.engine.impl.form.type
The SimpleFormFieldType can be used when the form value and the model value are equal.
SimpleFormFieldType() - Constructor for class org.camunda.bpm.engine.impl.form.type.SimpleFormFieldType
 
SimpleResolver - Class in org.camunda.bpm.engine.impl.juel
Simple resolver implementation.
SimpleResolver(ELResolver, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleResolver
Create a resolver capable of resolving top-level identifiers.
SimpleResolver(ELResolver) - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleResolver
Create a read/write resolver capable of resolving top-level identifiers.
SimpleResolver(boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleResolver
Create a resolver capable of resolving top-level identifiers, array values, list values, map values, resource values and bean properties.
SimpleResolver() - Constructor for class org.camunda.bpm.engine.impl.juel.SimpleResolver
Create a read/write resolver capable of resolving top-level identifiers, array values, list values, map values, resource values and bean properties.
SimpleVariableStore - Class in org.camunda.bpm.engine.impl.core.variable.scope
 
SimpleVariableStore() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore
 
SimpleVariableStore.SimpleVariableInstance - Class in org.camunda.bpm.engine.impl.core.variable.scope
 
SimpleVariableStore.SimpleVariableInstance(String, TypedValue) - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
SingleActivityCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
SingleActivityCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.SingleActivityCompensationScenario
 
SingleQueryVariableValueCondition - Class in org.camunda.bpm.engine.impl
 
SingleQueryVariableValueCondition(QueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
singleResult(String) - Method in interface org.camunda.bpm.engine.FilterService
Executes the query of the filter and returns the a single result.
singleResult(String, Q) - Method in interface org.camunda.bpm.engine.FilterService
Executes the extended query of the filter and returns the a single result.
singleResult() - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
singleResult() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
singleResult(String) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
singleResult(String, Q) - Method in class org.camunda.bpm.engine.impl.FilterServiceImpl
 
singleResult() - Method in interface org.camunda.bpm.engine.query.NativeQuery
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in interface org.camunda.bpm.engine.query.Query
Executes the query and returns the resulting entity or null if no entity matches the query criteria.
singleResult() - Method in class org.camunda.bpm.model.bpmn.impl.QueryImpl
 
singleResult() - Method in interface org.camunda.bpm.model.bpmn.Query
 
singleResult() - Method in class org.camunda.bpm.model.cmmn.impl.QueryImpl
 
singleResult() - Method in interface org.camunda.bpm.model.cmmn.Query
 
singletonMap(String, Object) - Static method in class org.camunda.bpm.engine.impl.util.CollectionUtil
Helper method that creates a singleton map.
size() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
size() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
size() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
 
size() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
size() - Method in class org.camunda.bpm.engine.rest.hal.cache.DefaultHalResourceCache
 
sizeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.FontImpl
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
skipCustomListeners - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
skipIoMapping - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
 
skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
skipIoMappings - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
skipIoMappings - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationDto
 
skipIoMappings - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
skipPast(String) - Method in class org.camunda.bpm.engine.impl.util.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Skip characters until the next character is the requested character.
skipWhiteSpace(int, String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
SLASH - Static variable in class org.camunda.bpm.engine.impl.util.json.XML
The Character '/'.
SORT_BY_ACTIVITY_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_ASSIGNEE_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_CASE_ACTIVITY_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_ACTIVITY_NAME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_ACTIVITY_TYPE_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_DEFINITION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_DEFINITION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_EXECUTION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_EXECUTION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_CASE_EXECUTION_VARIABLE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_CASE_INSTANCE_BUSINESS_KEY_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_CLOSE_TIME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_CREATE_TIME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_DURATION_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
SORT_BY_CASE_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_CASE_INSTANCE_VARIABLE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_CREATE_TIME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_DEFINITION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
SORT_BY_DEFINITION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
SORT_BY_DEFINITION_KEY_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
SORT_BY_DEFINITION_KEY_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
SORT_BY_DEPLOYMENT_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_DESCRIPTION_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_DUE_DATE_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_EXECUTION_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_EXECUTION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
SORT_BY_EXECUTION_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_EXECUTION_VARIABLE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_FOLLOW_UP_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_HISTORIC_ACTIVITY_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_CREATE_TIME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_DURATION_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_HISTORIC_CASE_ACTIVITY_INSTANCE_END_TIME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
SORT_BY_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
SORT_BY_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
SORT_BY_JOB_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_JOB_DUE_DATE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_JOB_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_JOB_RETRIES - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_NAME_CASE_INSENSITIVE_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_NAME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
SORT_BY_NAME_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_OWNER_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
SORT_BY_PRIORITY_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_PROCESS_DEFINITION_KEY - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_PROCESS_INSTANCE_ID - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_BY_PROCESS_INSTANCE_ID_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_PROCESS_VARIABLE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_RESOURCE_TYPE_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.FilterQueryDto
 
SORT_BY_TASK_VARIABLE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_BY_TIMESTAMP - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
SORT_ORDER_ASC_VALUE - Static variable in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
SORT_ORDER_ASC_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
SORT_ORDER_DESC_VALUE - Static variable in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
SORT_ORDER_DESC_VALUE - Static variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
SORT_PARAMETERS_VALUE_TYPE - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_PARAMETERS_VARIABLE_NAME - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
SORT_PARTIALLY_BY_OCCURRENCE - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
sortBy - Variable in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
sortBy - Variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
sortBy - Variable in class org.camunda.bpm.engine.rest.dto.SortingDto
 
sortByReferences(SortedSet<DbEntityOperation>) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
Assumptions: a) all operations in the set work on entities such that the entities implement HasDbReferences.
sortByValueForQueryEntityRelationCondition(QueryEntityRelationCondition) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
sortByValueForQueryProperty(QueryProperty) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
sortByValueForVariableOrderProperty(VariableOrderProperty) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
sortControlSupported - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
sortedKeys() - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Get an enumeration of the keys of the JSONObject.
SortingDto - Class in org.camunda.bpm.engine.rest.dto
 
SortingDto() - Constructor for class org.camunda.bpm.engine.rest.dto.SortingDto
 
sortings - Variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
sortOptionsValid() - Method in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
sortOptionsValid() - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
sortOrder - Variable in class org.camunda.bpm.cockpit.rest.dto.AbstractRestQueryParametersDto
 
sortOrder - Variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
sortOrder - Variable in class org.camunda.bpm.engine.rest.dto.SortingDto
 
SORTORDER_ASC - Static variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
SORTORDER_DESC - Static variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
sortOrderValueForDirection(Direction) - Static method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
sortParametersForVariableOrderProperty(VariableOrderProperty) - Static method in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
sortResolvedResources(List<HalResource<?>>) - Method in class org.camunda.bpm.engine.rest.hal.cache.HalCachingLinkResolver
Sort the resolved resources to ensure consistent order of resolved resources.
source - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
SOURCE - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
 
source - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
source - Variable in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
Source - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN source element of the BPMN tRelationship and tLinkEventDefinition type
Source(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Source
 
Source - Interface in org.camunda.bpm.model.cmmn.instance
 
sourceCaseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
sourceCaseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseSentryPartImpl
 
sourceCaseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
 
sourceCaseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
sourceCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
sourceCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
sourceCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
sourceCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
sourceElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
SourceExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
A script which is provided as source code.
SourceExecutableScript(String, String) - Constructor for class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
 
sourceExecution - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
sourceExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
sourceExpression - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
SourceImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
SourceImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.SourceImpl
 
sourceInputStream(InputStream) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceInputStream(InputStream) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
SourceRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN sourceRef element of the BPMN tDataAssociation type
SourceRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SourceRef
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
sourceRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
sourceRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
sourceResource(String, ClassLoader) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceResource(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceResource(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
sourceResource(String, ClassLoader) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
sourceScope - Variable in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
sourceString(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceString(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
sourceUrl(URL) - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
 
sourceUrl(URL) - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
 
sourceUrl(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceUrl(URL) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
sourceUrl(URL) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
sourceUrl(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
sourceValueProvider - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
sourceVariableName - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
SPAN_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
spec - Variable in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
SPIN_FUNCTION_MAP - Static variable in class org.camunda.spin.plugin.impl.SpinFunctionMapper
 
SpinFunctionMapper - Class in org.camunda.spin.plugin.impl
A FunctionMapper which resolves the Spin functions for Expression Language.
SpinFunctionMapper() - Constructor for class org.camunda.spin.plugin.impl.SpinFunctionMapper
 
SpinObjectValueSerializer - Class in org.camunda.spin.plugin.impl
Implementation of a TypedValueSerializer for ObjectValues using a Spin-provided DataFormat to serialize and deserialize java objects.
SpinObjectValueSerializer(String, DataFormat<?>) - Constructor for class org.camunda.spin.plugin.impl.SpinObjectValueSerializer
 
SpinProcessEnginePlugin - Class in org.camunda.spin.plugin.impl
 
SpinProcessEnginePlugin() - Constructor for class org.camunda.spin.plugin.impl.SpinProcessEnginePlugin
 
SpinScriptEnvResolver - Class in org.camunda.spin.plugin.impl
Resolves Spin Environment Scripts.
SpinScriptEnvResolver() - Constructor for class org.camunda.spin.plugin.impl.SpinScriptEnvResolver
 
SpinValue - Interface in org.camunda.spin.plugin.variable.value
 
SpinValueBuilder<T extends SpinValue> - Interface in org.camunda.spin.plugin.variable.value.builder
 
SpinValueBuilderImpl<T extends SpinValue> - Class in org.camunda.spin.plugin.variable.value.impl.builder
 
SpinValueBuilderImpl(T) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.SpinValueBuilderImpl
 
SpinValueImpl - Class in org.camunda.spin.plugin.variable.value.impl
 
SpinValueImpl(Spin<?>, String, String, boolean, ValueType) - Constructor for class org.camunda.spin.plugin.variable.value.impl.SpinValueImpl
 
SpinValues - Class in org.camunda.spin.plugin.variable
 
SpinValues() - Constructor for class org.camunda.spin.plugin.variable.SpinValues
 
SpinValueSerializer - Class in org.camunda.spin.plugin.impl
 
SpinValueSerializer(SerializableValueType, DataFormat<?>, String) - Constructor for class org.camunda.spin.plugin.impl.SpinValueSerializer
 
SpinValueType - Interface in org.camunda.spin.plugin.variable.type
 
SpinValueTypeImpl - Class in org.camunda.spin.plugin.variable.type.impl
 
SpinValueTypeImpl(String) - Constructor for class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
split(String, String) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
 
splitAndTrim(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
splitCommaSeparatedList(String) - Static method in class org.camunda.bpm.model.xml.impl.util.StringUtil
Splits a comma separated list in to single Strings.
splitListBySeparator(String, String) - Static method in class org.camunda.bpm.model.xml.impl.util.StringUtil
 
SPRING_RESOLVER - Static variable in interface org.camunda.bpm.application.ProcessApplicationElResolver
 
SpringBeanFactoryProxyMap - Class in org.camunda.bpm.engine.impl.cfg
 
SpringBeanFactoryProxyMap(BeanFactory) - Constructor for class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
SpringConfigurationHelper - Class in org.camunda.bpm.engine.spring
 
SpringConfigurationHelper() - Constructor for class org.camunda.bpm.engine.spring.SpringConfigurationHelper
 
SpringEntityManagerSessionFactory - Class in org.camunda.bpm.engine.spring
Session Factory for EntityManagerSession.
SpringEntityManagerSessionFactory(Object, boolean, boolean) - Constructor for class org.camunda.bpm.engine.spring.SpringEntityManagerSessionFactory
 
SpringExpressionManager - Class in org.camunda.bpm.engine.spring
ExpressionManager that exposes the full application-context or a limited set of beans in expressions.
SpringExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class org.camunda.bpm.engine.spring.SpringExpressionManager
 
SpringJobExecutor - Class in org.camunda.bpm.engine.spring.components.jobexecutor
This is a spring based implementation of the JobExecutor using spring abstraction TaskExecutor for performing background task execution.
SpringJobExecutor() - Constructor for class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
 
SpringProcessApplication - Class in org.camunda.bpm.engine.spring.application
Process Application implementation to be used in a Spring Application.
SpringProcessApplication() - Constructor for class org.camunda.bpm.engine.spring.application.SpringProcessApplication
 
SpringProcessApplicationElResolver - Class in org.camunda.bpm.engine.spring.application
ProcessApplicationElResolver implementation providing support for the Spring Framework.
SpringProcessApplicationElResolver() - Constructor for class org.camunda.bpm.engine.spring.application.SpringProcessApplicationElResolver
 
SpringProcessEngineConfiguration - Class in org.camunda.bpm.engine.spring
 
SpringProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
SpringProcessEngineTestCase - Class in org.camunda.bpm.engine.spring.impl.test
 
SpringProcessEngineTestCase() - Constructor for class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
SpringServletProcessApplication - Class in org.camunda.bpm.engine.spring.application
Process Application to be used in a Spring Web Application.
SpringServletProcessApplication() - Constructor for class org.camunda.bpm.engine.spring.application.SpringServletProcessApplication
 
SpringTransactionContext - Class in org.camunda.bpm.engine.spring
 
SpringTransactionContext(PlatformTransactionManager, CommandContext) - Constructor for class org.camunda.bpm.engine.spring.SpringTransactionContext
 
SpringTransactionContext.TransactionSynchronizationAdapter - Class in org.camunda.bpm.engine.spring
 
SpringTransactionContext.TransactionSynchronizationAdapter() - Constructor for class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
SpringTransactionContextFactory - Class in org.camunda.bpm.engine.spring
 
SpringTransactionContextFactory(PlatformTransactionManager) - Constructor for class org.camunda.bpm.engine.spring.SpringTransactionContextFactory
 
SpringTransactionInterceptor - Class in org.camunda.bpm.engine.spring
 
SpringTransactionInterceptor(PlatformTransactionManager, int) - Constructor for class org.camunda.bpm.engine.spring.SpringTransactionInterceptor
 
sql(String) - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
 
sql(String) - Method in interface org.camunda.bpm.engine.query.NativeQuery
Hand in the SQL statement you want to execute.
sqlSession - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
sqlSessionFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
sqlSessionFactory - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
Stage - Interface in org.camunda.bpm.model.cmmn.instance
 
StageActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
StageActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
stageDiscretionaryItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
StageImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
StageImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.StageImpl
 
StageItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
StageItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.StageItemHandler
 
StageOrTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
StageOrTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
stagePlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
StandaloneInMemProcessEngineConfiguration - Class in org.camunda.bpm.engine.impl.cfg
 
StandaloneInMemProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration
 
StandaloneProcessEngineConfiguration - Class in org.camunda.bpm.engine.impl.cfg
 
StandaloneProcessEngineConfiguration() - Constructor for class org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration
 
StandaloneTaskPlugin - Class in org.camunda.bpm.tasklist.impl.plugin.standalonetask
 
StandaloneTaskPlugin() - Constructor for class org.camunda.bpm.tasklist.impl.plugin.standalonetask.StandaloneTaskPlugin
 
StandaloneTaskRootResource - Class in org.camunda.bpm.tasklist.impl.plugin.standalonetask.resources
 
StandaloneTaskRootResource() - Constructor for class org.camunda.bpm.tasklist.impl.plugin.standalonetask.resources.StandaloneTaskRootResource
 
StandaloneTransactionContext - Class in org.camunda.bpm.engine.impl.cfg.standalone
 
StandaloneTransactionContext(CommandContext) - Constructor for class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
StandaloneTransactionContextFactory - Class in org.camunda.bpm.engine.impl.cfg.standalone
 
StandaloneTransactionContextFactory() - Constructor for class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContextFactory
 
standardEvent - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
standardEvent(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
standardEvent - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
standardEvent - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
 
standardEventChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemOnPartImpl
 
standardEventChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemStartTriggerImpl
 
standardEventChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemOnPartImpl
 
standardEventChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanItemStartTriggerImpl
 
start() - Method in class org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.ejb.deployment.JcaExecutorServiceDelegate
 
start() - Method in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationModuleService
 
start(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
start() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
start() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineController
 
start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
start(PlatformServiceContainer) - Method in interface org.camunda.bpm.container.impl.spi.PlatformService
 
start() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
start(BootstrapContext) - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
START - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
start() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
Transition to CaseExecutionState.ACTIVE state.
start() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
START - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
 
START - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
start() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
start() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
start() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
start(Map<String, Object>) - Method in interface org.camunda.bpm.engine.impl.pvm.PvmProcessInstance
 
start(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
start() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
start(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
START_ACTIVITY - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that an activity is being entered / war entered
START_AFTER_INSTRUCTION_TYPE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
START_BEFORE_INSTRUCTION_TYPE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
START_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
 
START_TIMER_EVENT - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
START_TRANSITION_INSTRUCTION_TYPE - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
START_WORK_TIMEOUT - Static variable in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
startableByUser(String) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
startableByUser(String) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions which given userId is authorized to start
StartActivity - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when an activity is started
startActivityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
id of the activity which ended the process instance
StartActivityLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
StartActivityLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral
 
startAfterActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startAfterActivity(String, String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startAfterActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
startAfterActivity(String) - Method in interface org.camunda.bpm.engine.runtime.InstantiationBuilder
Submits an instruction that behaves like InstantiationBuilder.startTransition(String) and always instantiates the single outgoing sequence flow of the given activity.
startAfterActivity(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits an instruction that behaves like ProcessInstanceModificationBuilder.startTransition(String,String) and always instantiates the single outgoing sequence flow of the given activity.
StartAfterInstructionDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
StartAfterInstructionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.StartAfterInstructionDto
 
startBeforeActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startBeforeActivity(String, String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startBeforeActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
startBeforeActivity(String) - Method in interface org.camunda.bpm.engine.runtime.InstantiationBuilder
Submits the instruction:
startBeforeActivity(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits the instruction:
StartBeforeInstructionDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
StartBeforeInstructionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.StartBeforeInstructionDto
 
startContext - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
startDate - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
startDate(Date) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
startDate(Date) - Method in interface org.camunda.bpm.engine.management.MetricsQuery
Restrict to data collected after the given date
startDateBy(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
startDateBy - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startDateBy(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
Deprecated.
startDateOn(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
startDateOn - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startDateOn(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
Deprecated.
startDateOnBegin - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startDateOnEnd - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
started(CmmnActivityExecution) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
 
started(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
 
started(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageOrTaskActivityBehavior
 
startedAfter - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
startedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that were started after the given date.
startedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started after the given date.
startedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
startedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startedBefore - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.AbstractProcessInstanceQueryDto
 
startedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that were started before the given date.
startedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances that were started before the given date.
startedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
startedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startedBy(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are started by the given user.
startedBy - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startedBy(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
startElement(HtmlElementWriter) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
startElement(String, String, String, Attributes) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
startEvent() - Method in class org.camunda.bpm.model.bpmn.builder.EmbeddedSubProcessBuilder
 
startEvent(String) - Method in class org.camunda.bpm.model.bpmn.builder.EmbeddedSubProcessBuilder
 
startEvent() - Method in class org.camunda.bpm.model.bpmn.builder.ProcessBuilder
 
startEvent(String) - Method in class org.camunda.bpm.model.bpmn.builder.ProcessBuilder
 
StartEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN startEvent element
startEventActivityId - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
 
StartEventBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
StartEventBuilder(BpmnModelInstance, StartEvent) - Constructor for class org.camunda.bpm.model.bpmn.builder.StartEventBuilder
 
StartEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN startEvent element
StartEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.StartEventImpl
 
startExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
startExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
startExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
 
startExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
startExecutingJobs() - Method in class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
 
startFirstProcess(ProcessEngine) - Method in class org.camunda.bpm.example.invoice.InvoiceProcessApplication
In a @PostDeploy Hook you can interact with the process engine and access the processes the application has deployed.
StartFormData - Interface in org.camunda.bpm.engine.form
Specific FormData for starting a new process instance.
StartFormDataImpl - Class in org.camunda.bpm.engine.impl.form
 
StartFormDataImpl() - Constructor for class org.camunda.bpm.engine.impl.form.StartFormDataImpl
 
startFormHandler - Variable in class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
 
StartFormHandler - Interface in org.camunda.bpm.engine.impl.form.handler
 
startFormHandler - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
starting(Description) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
 
startInstance(ActivityExecution, VariableMap, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
 
startInstance(ActivityExecution, VariableMap, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
 
startInstance(ActivityExecution, VariableMap, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CaseCallActivityBehavior
 
startInstructions - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
startInternal(StartContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
StartJcaExecutorServiceStep - Class in org.camunda.bpm.container.impl.ejb.deployment
Deployment operation responsible registering a service which represents a Proxy to the JCA-Backed ExecutorService
StartJcaExecutorServiceStep(ExecutorService) - Constructor for class org.camunda.bpm.container.impl.ejb.deployment.StartJcaExecutorServiceStep
 
StartJobAcquisitionStep - Class in org.camunda.bpm.container.impl.deployment.jobexecutor
Deployment operation step responsible for starting a JobEexecutor
StartJobAcquisitionStep(JobAcquisitionXml) - Constructor for class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
 
startJobAcquisitionThread() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
StartJobExecutorStep - Class in org.camunda.bpm.container.impl.deployment.jobexecutor
Deployment operation step responsible for starting the JobExecutor
StartJobExecutorStep() - Constructor for class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobExecutorStep
 
StartManagedThreadPoolStep - Class in org.camunda.bpm.container.impl.deployment.jobexecutor
Deployment operation step responsible for deploying a thread pool for the JobExecutor
StartManagedThreadPoolStep() - Constructor for class org.camunda.bpm.container.impl.deployment.jobexecutor.StartManagedThreadPoolStep
 
StartProcess - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Starts a new process instance after the annotated method returns.
StartProcess - Annotation Type in org.camunda.bpm.engine.spring.annotations
this annotation instructs the component model to start an Activiti business process on sucessful invocation of a method that's annotated with it.
StartProcessApplicationServiceStep - Class in org.camunda.bpm.container.impl.deployment
This deployment operation step starts an MBeanService for the process application.
StartProcessApplicationServiceStep() - Constructor for class org.camunda.bpm.container.impl.deployment.StartProcessApplicationServiceStep
 
startProcessById(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessById(String, String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessById(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessById(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByKey(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByKey(String, String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByKey(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByMessage(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByMessage(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessByMessage(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startProcessEngine(ProcessEngineXml, DeploymentPhaseContext) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
 
startProcessEngine() - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
StartProcessEngineStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step responsible for starting a managed process engine inside the runtime container.
StartProcessEngineStep(ProcessEngineXml) - Constructor for class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
 
startProcessInstance(UriInfo, StartProcessInstanceDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
startProcessInstance(StartProcessInstanceDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
startProcessInstance(UriInfo, StartProcessInstanceDto) - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
startProcessInstance() - Static method in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
startProcessInstanceAtActivities(StartProcessInstanceDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
StartProcessInstanceAtActivitiesCmd - Class in org.camunda.bpm.engine.impl.cmd
 
StartProcessInstanceAtActivitiesCmd(ProcessInstantiationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceAtActivitiesCmd
 
startProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String, String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String, String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceById(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceById(String, String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceById(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceById(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceById(String, String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the exactly specified version of the process definition with the given id.
startProcessInstanceByIdForm(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
startProcessInstanceByIdForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
Get processDefinitionId and callbackUrl from request and start a conversation to start the form
startProcessInstanceByKey(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String, String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String, String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByKey(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key.
startProcessInstanceByKey(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key.
startProcessInstanceByKey(String, String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key.
startProcessInstanceByKey(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key
startProcessInstanceByKey(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key.
startProcessInstanceByKey(String, String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Starts a new process instance in the latest version of the process definition with the given key.
startProcessInstanceByKeyForm(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
startProcessInstanceByKeyForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
Get processDefinitionKey and callbackUrl from request and start a conversation to start the form
startProcessInstanceByMessage(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessage(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessage(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessage(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessage(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessage(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessage(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessage(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessageAndProcessDefinitionId(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessageAndProcessDefinitionId(String, String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessageAndProcessDefinitionId(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessageAndProcessDefinitionId(String, String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
startProcessInstanceByMessageAndProcessDefinitionId(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessageAndProcessDefinitionId(String, String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessageAndProcessDefinitionId(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
startProcessInstanceByMessageAndProcessDefinitionId(String, String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.RuntimeService
Signals the process engine that a message is received and starts a new ProcessInstance.
StartProcessInstanceByMessageAndProcessDefinitionIdCmd - Class in org.camunda.bpm.engine.impl.cmd
Command to start a process instance by message.
StartProcessInstanceByMessageAndProcessDefinitionIdCmd(String, String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageAndProcessDefinitionIdCmd
 
StartProcessInstanceByMessageCmd - Class in org.camunda.bpm.engine.impl.cmd
 
StartProcessInstanceByMessageCmd(String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceByMessageCmd
 
StartProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
StartProcessInstanceCmd(String, String, String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
StartProcessInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
StartProcessInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
StartProcessInterceptor - Class in org.camunda.bpm.engine.cdi.impl.annotation
implementation of the StartProcess annotation
StartProcessInterceptor() - Constructor for class org.camunda.bpm.engine.cdi.impl.annotation.StartProcessInterceptor
 
StartProcessVariableScope - Class in org.camunda.bpm.engine.impl.el
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed.
StartProcessVariableScope() - Constructor for class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
 
startQuantityAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ActivityImpl
 
startService(PlatformServiceContainer.ServiceType, String, PlatformService<S>) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
startService(String, PlatformService<S>) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
startService(PlatformServiceContainer.ServiceType, String, PlatformService<S>) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
startService(String, PlatformService<S>) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
startTask(String) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Associates the task with the provided taskId with the current conversation.
startTask(String, boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
 
startTask(String, String) - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
Deprecated.
StartTask - Annotation Type in org.camunda.bpm.engine.spring.annotations
 
startTaskForm() - Method in class org.camunda.bpm.engine.cdi.jsf.TaskForm
Get taskId and callBackUrl from request and start a conversation to start the form
startTime - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
startTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
 
startTime - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
startTrackingServices() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
startTransition(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startTransition(String, String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
 
startTransition(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
 
startTransition(String) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
startTransition(String, String) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
startTransition(String) - Method in interface org.camunda.bpm.engine.runtime.InstantiationBuilder
Submits the instruction:
startTransition(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
Submits the instruction:
StartTransitionInstructionDto - Class in org.camunda.bpm.engine.rest.dto.runtime.modification
 
StartTransitionInstructionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.modification.StartTransitionInstructionDto
 
StartTrigger - Interface in org.camunda.bpm.model.cmmn.instance
 
StartTriggerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
StartTriggerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.StartTriggerImpl
 
startUserId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
the id of the user that started the process instance
startWithFormProperties(VariableMap) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
startWithoutExecuting() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
perform starting behavior but don't execute the initial activity
state - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
state - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
state - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
state - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
state - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
the current state of the case instance
state - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
State - Annotation Type in org.camunda.bpm.engine.spring.annotations
indicates that a method is to be enlisted as a handler for a given BPMN state
stateCode - Variable in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
stateCode - Variable in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
stateCode - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
stateCode - Variable in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
stateCode - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
StateHandlerAnnotationBeanFactoryPostProcessor - Class in org.camunda.bpm.engine.spring.components.config.xml
this class is responsible for registering the other BeanFactoryPostProcessors and BeanFactoryPostProcessors.
StateHandlerAnnotationBeanFactoryPostProcessor() - Constructor for class org.camunda.bpm.engine.spring.components.config.xml.StateHandlerAnnotationBeanFactoryPostProcessor
 
statement - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
statementMappings - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
stateTransactionListeners - Variable in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
 
StateTransitionCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
 
StateTransitionCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
 
StateTransitionCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
 
StatisticsManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
StatisticsManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
 
StatisticsResultDto - Class in org.camunda.bpm.engine.rest.dto
 
StatisticsResultDto() - Constructor for class org.camunda.bpm.engine.rest.dto.StatisticsResultDto
 
steps - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
 
steps - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
the list of steps that make up this composite operation
stop() - Method in class org.camunda.bpm.application.impl.ejb.DefaultEjbProcessApplication
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.ejb.deployment.JcaExecutorServiceDelegate
 
stop() - Method in class org.camunda.bpm.container.impl.ejb.EjbBpmPlatformBootstrap
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscExecutorService
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessApplication
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.NoViewProcessApplicationStartService
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationDeploymentService
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationModuleService
 
stop(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.ProcessApplicationStartService
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineController
 
stop(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
stop(PlatformServiceContainer) - Method in interface org.camunda.bpm.container.impl.spi.PlatformService
 
stop() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivation
 
stop() - Method in class org.camunda.bpm.container.impl.threading.ra.JcaExecutorServiceConnector
 
stop() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
stop() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
 
stopExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
 
stopExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
stopExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
 
stopExecutingJobs() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
stopExecutingJobs() - Method in class org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor
 
stopInternal(StopContext) - Method in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
StopJcaExecutorServiceStep - Class in org.camunda.bpm.container.impl.ejb.deployment
Deployment operation responsible for stopping a service which represents a Proxy to the JCA-Backed ExecutorService
StopJcaExecutorServiceStep() - Constructor for class org.camunda.bpm.container.impl.ejb.deployment.StopJcaExecutorServiceStep
 
stopJobAcquisitionThread() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
StopJobExecutorStep - Class in org.camunda.bpm.container.impl.deployment.jobexecutor
Deployment operation step responsible for stopping all job acquisitions
StopJobExecutorStep() - Constructor for class org.camunda.bpm.container.impl.deployment.jobexecutor.StopJobExecutorStep
 
stopProcessApplication(ProcessApplicationReference) - Method in class org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
Stops a process application.
StopProcessApplicationServiceStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operations step responsible for removing the JmxManagedProcessApplication service.
StopProcessApplicationServiceStep() - Constructor for class org.camunda.bpm.container.impl.deployment.StopProcessApplicationServiceStep
 
StopProcessApplicationsStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step that is responsible for stopping all process applications
StopProcessApplicationsStep() - Constructor for class org.camunda.bpm.container.impl.deployment.StopProcessApplicationsStep
 
stopProcessEngine(String, DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
 
stopProcessEngines(List<ProcessEngineXml>, DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.ProcessesXmlStopProcessEnginesStep
 
StopProcessEnginesStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step that stops ALL process engines registered inside the container.
StopProcessEnginesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.StopProcessEnginesStep
 
stopService(PlatformServiceContainer.ServiceType, String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
stopService(String) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
 
stopService(PlatformServiceContainer.ServiceType, String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
stopService(String) - Method in interface org.camunda.bpm.container.impl.spi.PlatformServiceContainer
 
stopTask() - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Stop working on a task.
stopTask(boolean) - Method in class org.camunda.bpm.engine.cdi.BusinessProcess
Stop working on a task.
StopTask - Annotation Type in org.camunda.bpm.engine.spring.annotations
 
stopTrackingServices() - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
storeExpressionVals(int, String, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
StreamSource - Interface in org.camunda.bpm.engine.impl.util.io
 
streamSource - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
strict - Variable in class org.camunda.bpm.engine.impl.juel.AstProperty
 
STRING - Static variable in interface org.camunda.bpm.engine.variable.type.ValueType
 
StringArrayConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
StringArrayConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.StringArrayConverter
 
StringAttribute - Class in org.camunda.bpm.model.xml.impl.type.attribute
Base class for String attributes
StringAttribute(ModelElementType) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.StringAttribute
 
stringAttribute(String) - Method in class org.camunda.bpm.model.xml.impl.type.ModelElementTypeBuilderImpl
 
stringAttribute(String) - Method in interface org.camunda.bpm.model.xml.type.ModelElementTypeBuilder
 
StringAttributeBuilder - Interface in org.camunda.bpm.model.xml.type.attribute
 
StringAttributeBuilderImpl - Class in org.camunda.bpm.model.xml.impl.type.attribute
 
StringAttributeBuilderImpl(String, ModelElementTypeImpl) - Constructor for class org.camunda.bpm.model.xml.impl.type.attribute.StringAttributeBuilderImpl
 
StringConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
StringConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.StringConverter
 
StringFormType - Class in org.camunda.bpm.engine.impl.form.type
 
StringFormType() - Constructor for class org.camunda.bpm.engine.impl.form.type.StringFormType
 
StringListConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
StringListConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.StringListConverter
 
StringSetConverter - Class in org.camunda.bpm.engine.rest.dto.converter
 
StringSetConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.StringSetConverter
 
StringStreamSource - Class in org.camunda.bpm.engine.impl.util.io
 
StringStreamSource(String) - Constructor for class org.camunda.bpm.engine.impl.util.io.StringStreamSource
 
StringToTypeConverter<T> - Interface in org.camunda.bpm.engine.rest.dto.converter
Implementations are used to convert http parameters from string to java types.
stringToValue(String) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Try to convert a string into a number, boolean, or null.
StringUtil - Class in org.camunda.bpm.engine.impl.util
 
StringUtil() - Constructor for class org.camunda.bpm.engine.impl.util.StringUtil
 
StringUtil - Class in org.camunda.bpm.model.xml.impl.util
 
StringUtil() - Constructor for class org.camunda.bpm.model.xml.impl.util.StringUtil
 
StringUtils - Class in org.camunda.bpm.engine.impl.digest._apacheCommonsCodec
Converts String to and from bytes using the encodings required by the Java specification.
StringUtils() - Constructor for class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
 
StringValue - Interface in org.camunda.bpm.engine.variable.value
A PrimitiveValue corresponding to the Java type String.
stringValue(String) - Static method in class org.camunda.bpm.engine.variable.Variables
 
StringValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
 
StringValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.StringValueSerializer
 
stripBpmnFileSuffix(String) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
stripCmmnFileSuffix(String) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
StrongUuidGenerator - Class in org.camunda.bpm.engine.impl.persistence
IdGenerator implementation based on the current time and the ethernet address of the machine it is running on.
StrongUuidGenerator() - Constructor for class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
 
structureAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemDefinitionImpl
 
structureRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ErrorImpl
 
structureRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.EscalationImpl
 
structureRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ItemDefinitionImpl
 
structureRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SignalImpl
 
StubProcessDefinitionDto - Class in org.camunda.bpm.engine.rest.dto.repository
Setters are only needed to create stub results.
StubProcessDefinitionDto() - Constructor for class org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
 
Style - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI Style element
StyleImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI Style element
StyleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.StyleImpl
 
SUB - Static variable in class org.camunda.bpm.engine.impl.juel.AstBinary
 
sub(TypeConverter, Object, Object) - Static method in class org.camunda.bpm.engine.impl.juel.NumberOperations
 
SUB_CASE_INSTANCE_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
SUB_PROCESS_INSTANCE_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
SUB_TYPE_NAME - Static variable in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
subCaseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
subCaseInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
subCaseInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
reference to a subcaseinstance, not-null if currently subcase is started from this execution
subCaseInstance - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
reference to a subcaseinstance, not-null if currently subcase is started from this execution
subCaseInstance - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
subCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances having a sub case instance with the given case instance id.
subCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances having a sub case instance with the given case instance id.
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
subCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
subCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
subCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
subCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
subCaseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
subCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instance that has as sub case instance the given case instance.
subCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instance that has as sub case instance the given case instance.
SubConversation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN subConversation element
SubConversationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN subConversation element
SubConversationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SubConversationImpl
 
subject - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
subject - Variable in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
submit(CompleteTaskDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
submit(CompleteTaskDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
submitExecution(ExecutionEntity, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionMapping
 
submitForm(UriInfo, StartProcessInstanceDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
submitForm(UriInfo, StartProcessInstanceDto) - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
submitFormProperty(VariableScope, VariableMap) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
submitFormVariables(VariableMap, VariableScope) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
 
submitFormVariables(VariableMap, VariableScope) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
 
submitFormVariables(VariableMap, VariableScope) - Method in interface org.camunda.bpm.engine.impl.form.handler.FormHandler
 
SubmitFormVariablesInvocation - Class in org.camunda.bpm.engine.impl.form.handler
 
SubmitFormVariablesInvocation(FormHandler, VariableMap, VariableScope) - Constructor for class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
submitStartForm(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.FormService
Start a new process instance with the user data that was entered as properties in a start form.
submitStartForm(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.FormService
Start a new process instance with the user data that was entered as properties in a start form.
submitStartForm(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
submitStartForm(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
SubmitStartFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SubmitStartFormCmd(String, String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
 
submitStartFormData(String, Map<String, String>) - Method in interface org.camunda.bpm.engine.FormService
submitStartFormData(String, String, Map<String, String>) - Method in interface org.camunda.bpm.engine.FormService
submitStartFormData(ExecutionEntity, VariableMap) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultStartFormHandler
 
submitStartFormData(String, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
submitStartFormData(String, String, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
submitTaskForm(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.FormService
Completes a task with the user data that was entered as properties in a task form.
submitTaskForm(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
SubmitTaskFormCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SubmitTaskFormCmd(String, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
 
submitTaskFormData(String, Map<String, String>) - Method in interface org.camunda.bpm.engine.FormService
submitTaskFormData(String, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
 
submittedValue - Variable in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
submittedValues - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
subProcess() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
subProcess(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
SubProcess - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN subProcess element
SubProcessActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.
SubProcessActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
 
SubProcessActivityBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
behavior for activities that delegate to a complete separate execution of a process definition.
subProcessBuilder - Variable in class org.camunda.bpm.model.bpmn.builder.AbstractEmbeddedSubProcessBuilder
 
SubProcessBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
SubProcessBuilder(BpmnModelInstance, SubProcess) - Constructor for class org.camunda.bpm.model.bpmn.builder.SubProcessBuilder
 
SubprocessCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
SubprocessCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessCompensationScenario
 
subProcessDone() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
Finishes the building of an embedded sub-process.
SubProcessImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN subProcess element
SubProcessImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
subProcessInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
reference to a sub process instance, not-null if currently subprocess is started from this execution
subProcessInstance - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
subProcessInstance - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
reference to a subprocessinstance, not-null if currently subprocess is started from this execution
subProcessInstance - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
reference to a subprocessinstance, not-null if currently subprocess is started from this execution
subProcessInstance - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
subProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances having a sub process instance with the given process instance id.
subProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances having a sub process instance with the given process instance id.
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
subProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
subProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
subProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
subProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
subProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
subProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instance that has as sub process instance the given process instance.
subProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instance that have as sub process instance the given process instance.
SubprocessParallelCreateCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
SubprocessParallelCreateCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelCreateCompensationScenario
 
SubprocessParallelThrowCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
SubprocessParallelThrowCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.SubprocessParallelThrowCompensationScenario
 
subResource(S, String) - Method in class org.camunda.bpm.webapp.plugin.resource.AbstractAppPluginRootResource
 
SUBSYSTEM_NAME - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
The name of our subsystem within the model.
SUCCESSFUL - Static variable in interface org.camunda.bpm.engine.history.JobState
 
successful(String) - Static method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
successfulSteps - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
a list of steps that completed successfully
successLog() - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
Only select historic job logs which belongs to a successful executed job.
successLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
 
successLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
successLog - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
sum() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
 
sum() - Method in interface org.camunda.bpm.engine.management.MetricsQuery
 
sum(UriInfo) - Method in interface org.camunda.bpm.engine.rest.sub.metrics.MetricsResource
 
sum(UriInfo) - Method in class org.camunda.bpm.engine.rest.sub.metrics.MetricsResourceImpl
 
superCaseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
superCaseExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
superCaseExecution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
super case execution, not-null if this execution is part of a case execution
superCaseExecution - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
super case execution, not-null if this execution is part of a case execution
superCaseExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
superCaseExecutionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the super case execution of this execution
superCaseInstance - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
superCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances started by the given case instance.
superCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances started by the given case instance.
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
superCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
superCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
superCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
the case instance which started this case instance
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
the id of the super case instance
superCaseInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
superCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
superCaseInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
superCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instances which are a sub case instance of the given super case instance.
superCaseInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instances which are a sub process instance of the given super case instance.
superExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
superExecution - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
superExecution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
super execution, not-null if this execution is part of a subprocess
superExecution - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
super execution, not-null if this execution is part of a subprocess
superExecutionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
superExecutionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
persisted reference to the super execution of this execution
superProcessDefinitionId - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.query.ProcessDefinitionQueryDto
 
superProcessInstance - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
superProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances started by the given process instance.
superProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instances started by the given process instance.
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
superProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
superProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
superProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
the process instance which started this case instance
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
the id of the super process instance
superProcessInstanceId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
superProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
superProcessInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
superProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Select the case instances which are a sub case instance of the given super process instance.
superProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Select the process instances which are a sub process instance of the given super process instance.
SupportedInterfaceRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN supportedInterfaceRef element of the BPMN tCallableElement type
SupportedInterfaceRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.SupportedInterfaceRef
 
supportedInterfaceRefCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CallableElementImpl
 
Supports - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN supports element of the BPMN tProcess type
Supports(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Supports
 
supportsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ProcessImpl
 
supportsConcurrentChildInstantiation(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
Cannot create more than inner instance in a sequential MI construct
SUSPEND - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
suspend() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
suspend() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
suspend(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
suspend() - Method in class org.camunda.bpm.engine.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
suspendChildren(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
SUSPENDED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
suspended() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
SUSPENDED - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
SUSPENDED - Static variable in interface org.camunda.bpm.engine.impl.persistence.entity.SuspensionState
 
suspended() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
suspended() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
suspended() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
Only selects job definitions which are suspended
suspended() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
Only selects process definitions which are suspended
suspended - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
 
suspended - Variable in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionQueryDto
 
suspended - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
suspended - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
suspended() - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only selects executions which are suspended, because their process instance is suspended.
suspended() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
 
suspended() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only selects process instances which are suspended, either because the process instance itself is suspended or because the corresponding process definition is suspended
suspended() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only selects tasks which are suspended, because its process instance was suspended.
SuspendedEntityInteractionException - Exception in org.camunda.bpm.engine
This exception is thrown, if an operation that requires a non-suspended entity (execution, task, process definition) is executed on a suspended one.
SuspendedEntityInteractionException(String) - Constructor for exception org.camunda.bpm.engine.SuspendedEntityInteractionException
 
suspending(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
SUSPENDING_ON_PARENT_SUSPENSION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
SUSPENDING_ON_SUSPENSION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
suspendJobById(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobById(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends the Job with the given id.
suspendJobByJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobByJobDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all Jobs of the provided job definition id.
suspendJobByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all Jobs of the provided process definition id.
suspendJobByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.ManagementService
Activates Jobs of the provided process definition key.
suspendJobByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobByProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all Jobs of the provided process instance id.
SuspendJobCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SuspendJobCmd(String, String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendJobCmd
 
suspendJobDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionById(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionById(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionById(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends the JobDefinition with the given id immediately.
suspendJobDefinitionById(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends the JobDefinition with the given id immediately.
suspendJobDefinitionById(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends the JobDefinition with the given id.
suspendJobDefinitionByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionId(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionId(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinition of the provided process definition id immediately.
suspendJobDefinitionByProcessDefinitionId(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinitions of the provided process definition id immediately.
suspendJobDefinitionByProcessDefinitionId(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinitions of the provided process definition id.
suspendJobDefinitionByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionKey(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionKey(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
suspendJobDefinitionByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinition of the provided process definition key immediately.
suspendJobDefinitionByProcessDefinitionKey(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinitions of the provided process definition key immediately.
suspendJobDefinitionByProcessDefinitionKey(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
Suspends all JobDefinitions of the provided process definition key.
SuspendJobDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SuspendJobDefinitionCmd(String, String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
 
suspendProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
suspendProcessDefinitionById(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
suspendProcessDefinitionById(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Suspends the process definition with the given id.
suspendProcessDefinitionById(String, boolean, Date) - Method in interface org.camunda.bpm.engine.RepositoryService
Suspends the process definition with the given id.
suspendProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
suspendProcessDefinitionByKey(String, boolean, Date) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
 
suspendProcessDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.RepositoryService
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
suspendProcessDefinitionByKey(String, boolean, Date) - Method in interface org.camunda.bpm.engine.RepositoryService
Suspends the all process definitions with the given key (= id in the bpmn20.xml file).
SuspendProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SuspendProcessDefinitionCmd(ProcessDefinitionEntity, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
SuspendProcessDefinitionCmd(String, String, boolean, Date) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
 
suspendProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
suspendProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Suspends the process instance with the given id.
suspendProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
suspendProcessInstanceByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Suspends the process instances with the given process definition id.
suspendProcessInstanceByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
suspendProcessInstanceByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.RuntimeService
Suspends the process instances with the given process definition key.
SuspendProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
 
SuspendProcessInstanceCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
 
SUSPENSION_STATE_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
suspensionState - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
SuspensionState - Interface in org.camunda.bpm.engine.impl.persistence.entity
Contains a predefined set of states for process definitions and process instances
suspensionState - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
 
suspensionState - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
SuspensionState.SuspensionStateImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
SuspensionState.SuspensionStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
SuspensionStateDto - Class in org.camunda.bpm.engine.rest.dto
 
SuspensionStateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.SuspensionStateDto
 
switchVersionOfIncident(CommandContext, IncidentEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
switchVersionOfJob(JobEntity, ProcessDefinitionEntity, Map<String, String>) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
SyncFuture<V> - Class in org.camunda.bpm.engine.impl.util
 
SyncFuture(V) - Constructor for class org.camunda.bpm.engine.impl.util.SyncFuture
 
SyncFuture(Throwable) - Constructor for class org.camunda.bpm.engine.impl.util.SyncFuture
 
syntaxError(String) - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Make a JSONException to signal a syntax error.

T

tableAlias(String, int) - Static method in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
TableDataManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
TableDataManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
 
TableItem - Interface in org.camunda.bpm.model.cmmn.instance
 
tableItemCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PlanningTableImpl
 
TableItemImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TableItemImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TableItemImpl
 
tableMapping(String) - Static method in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
 
TableMetaData - Class in org.camunda.bpm.engine.management
Structure containing meta data (column names, column types, etc.) about a certain database table.
TableMetaData() - Constructor for class org.camunda.bpm.engine.management.TableMetaData
 
TableMetaData(String) - Constructor for class org.camunda.bpm.engine.management.TableMetaData
 
tableName - Variable in class org.camunda.bpm.engine.impl.cmd.GetTableMetaDataCmd
 
tableName - Variable in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
tableName(String) - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
tableName - Variable in class org.camunda.bpm.engine.management.TableMetaData
 
tableName - Variable in class org.camunda.bpm.engine.management.TablePage
 
tableName(String) - Method in interface org.camunda.bpm.engine.management.TablePageQuery
The name of the table of which a page must be fetched.
TABLENAMES_EXCLUDED_FROM_DB_CLEAN_CHECK - Static variable in class org.camunda.bpm.engine.impl.test.TestHelper
 
TablePage - Class in org.camunda.bpm.engine.management
Data structure used for retrieving database table content.
TablePage() - Constructor for class org.camunda.bpm.engine.management.TablePage
 
TablePageQuery - Interface in org.camunda.bpm.engine.management
Allows programmatic querying of TablePages.
TablePageQueryImpl - Class in org.camunda.bpm.engine.impl
 
TablePageQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
TablePageQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.TablePageQueryImpl
 
tagName - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
tagName - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
TAKE - Static variable in interface org.camunda.bpm.engine.cdi.BusinessProcessEventType
Signifies that a transition is being taken / was taken
take() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
 
take() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
TakeTransition - Annotation Type in org.camunda.bpm.engine.cdi.annotation.event
Can be used to qualify events fired when a transition is taken
TakeTransitionLiteral - Class in org.camunda.bpm.engine.cdi.annotation.event
 
TakeTransitionLiteral(String) - Constructor for class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
 
target - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
target - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
 
Target - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN target element of the BPMN tRelationship type
Target(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Target
 
Target - Interface in org.camunda.bpm.model.cmmn.instance
 
targetActivity - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
targetChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.LinkEventDefinitionImpl
 
targetCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
targetCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
targetElementAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.bpmndi.BpmnEdgeImpl
 
TargetImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TargetImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TargetImpl
 
targetNamespace - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
targetNamespaceAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
targetNamespaceAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
 
TargetRef - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN targetRef element of the BPMN tDataAssociation type
TargetRef(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TargetRef
 
targetRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.AssociationImpl
 
targetRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConversationLinkImpl
 
targetRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.MessageFlowImpl
 
targetRefAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SequenceFlowImpl
 
targetRefAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
targetRefChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
targetRefCollection - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.CaseFileItemImpl
 
targetTransition - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
 
task - Variable in class org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
 
TASK - Static variable in class org.camunda.bpm.engine.EntityTypes
 
task - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
task - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
task - Variable in class org.camunda.bpm.engine.impl.cmd.SaveTaskCmd
 
task - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
task - Variable in class org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation
 
task - Variable in class org.camunda.bpm.engine.impl.form.TaskFormDataImpl
 
task - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
Task - Interface in org.camunda.bpm.engine.task
Represents one task for a human user.
Task - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN task element
Task - Interface in org.camunda.bpm.model.cmmn.instance
 
TASK_ASSIGNEE - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_COLOR - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
TASK_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_DESCRIPTION - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_DUE_DATE - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_EVENT_TYPE_COMPLETE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
TASK_EVENT_TYPE_CREATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
TASK_EVENT_TYPE_DELETE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
TASK_EVENT_TYPE_UPDATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
TASK_FOLLOW_UP_DATE - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
TASK_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
 
TASK_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
TASK_KEY - Static variable in class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
TASK_LISTENER - Static variable in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
 
TASK_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_OR_STAGE_CREATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
TASK_OR_STAGE_END_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
TASK_OR_STAGE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
TASK_OR_STAGE_UPDATE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
 
TASK_OWNER - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
 
TASK_VARIABLES - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
TaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
TaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
 
TaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
 
TaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.TaskActivityBehavior
 
TaskAlreadyClaimedException - Exception in org.camunda.bpm.engine
This exception is thrown when you try to claim a task that is already claimed by someone else.
TaskAlreadyClaimedException(String, String) - Constructor for exception org.camunda.bpm.engine.TaskAlreadyClaimedException
 
taskAssignee(String) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances for userTask activities assigned to the given user
taskAssignee(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which were last assigned to the given assignee.
taskAssignee(String) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
taskAssignee - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskAssignee(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskAssignee - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
taskAssignee(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskAssignee - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskAssignee(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are assigned to the given user.
taskAssigneeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskAssigneeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are assigned to the user described by the given expression.
taskAssigneeLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which were last assigned to an assignee like the given value.
taskAssigneeLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskAssigneeLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskAssigneeLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskAssigneeLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskAssigneeLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are matching the given user.
taskAssigneeLikeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskAssigneeLikeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which are assigned to the user described by the given expression.
TaskAttachmentResource - Interface in org.camunda.bpm.engine.rest.sub.task
 
TaskAttachmentResourceImpl - Class in org.camunda.bpm.engine.rest.sub.task.impl
 
TaskAttachmentResourceImpl(ProcessEngine, String, String) - Constructor for class org.camunda.bpm.engine.rest.sub.task.impl.TaskAttachmentResourceImpl
 
taskCandidateGroup(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateGroup(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which users in the given group are candidates.
taskCandidateGroupExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateGroupExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which users in the described group by the given expression are candidates.
taskCandidateGroupIn(List<String>) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateGroupIn(List<String>) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the 'candidateGroup' is one of the given groups.
taskCandidateGroupInExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateGroupInExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the 'candidateGroup' is one of the described groups of the given expression.
taskCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateUser(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the given user is a candidate.
taskCandidateUserExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCandidateUserExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the described user by the given expression is a candidate.
TaskCommentResource - Interface in org.camunda.bpm.engine.rest.sub.task
 
TaskCommentResourceImpl - Class in org.camunda.bpm.engine.rest.sub.task.impl
 
TaskCommentResourceImpl(ProcessEngine, String, String) - Constructor for class org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
 
taskCreatedAfter(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedAfter(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created after the given date.
taskCreatedAfterExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedAfterExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created after the described date by the given expression.
taskCreatedBefore(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedBefore(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created before the given date.
taskCreatedBeforeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedBeforeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created before the described date by the given expression.
taskCreatedOn(Date) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedOn(Date) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created on the given date.
taskCreatedOnExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskCreatedOnExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks that are created on the described date by the given expression.
taskDecorator - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
taskDecorator - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
TaskDecorator - Class in org.camunda.bpm.engine.impl.task
 
TaskDecorator(TaskDefinition, ExpressionManager) - Constructor for class org.camunda.bpm.engine.impl.task.TaskDecorator
 
taskDefinition - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
taskDefinition - Variable in class org.camunda.bpm.engine.impl.task.TaskDecorator
 
TaskDefinition - Class in org.camunda.bpm.engine.impl.task
Container for task definition information gathered at parsing time.
TaskDefinition(TaskFormHandler) - Constructor for class org.camunda.bpm.engine.impl.task.TaskDefinition
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
 
taskDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task definition key.
taskDefinitionKey - Variable in class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
taskDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
 
taskDefinitionKey - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDefinitionKey(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given taskDefinitionKey.
taskDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have one of the taskDefinitionKeys.
taskDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDefinitionKeyLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with a taskDefinitionKey that match the given parameter.
taskDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDefinitions - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
taskDefinitions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
taskDelegationState(DelegationState) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDelegationState(DelegationState) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given DelegationState.
taskDeleteReason(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task delete reason.
taskDeleteReason - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDeleteReason(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDeleteReason - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDeleteReasonLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task description like the given value.
taskDeleteReasonLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDeleteReasonLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDeleteReasonLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDescription(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task description.
taskDescription - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDescription(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDescription(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDescription - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDescription(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given description.
taskDescriptionLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task description like the given value.
taskDescriptionLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDescriptionLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDescriptionLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskDescriptionLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDescriptionLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with a description matching the parameter .
TaskDto - Class in org.camunda.bpm.engine.rest.dto.task
 
TaskDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
taskDueAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a due date after the given date.
taskDueAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDueBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a due date before the given date.
taskDueBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDueDate(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances with the given due date.
taskDueDate(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskDueDate - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDueDateAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskDueDateBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
TaskEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
TaskEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
TaskEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
taskEntity - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityVariableStore
 
TaskEntityVariableStore - Class in org.camunda.bpm.engine.impl.persistence.entity
Variable store adapter for TaskEntity
TaskEntityVariableStore(TaskEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityVariableStore
 
taskFollowUpAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a follow-up date after the given date.
taskFollowUpAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskFollowUpBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances which have a follow-up date before the given date.
taskFollowUpBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskFollowUpDate(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select select historic task instances with the given follow-up date.
taskFollowUpDate(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskFollowUpDate - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskFollowUpDateAfter - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskFollowUpDateBefore - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
TaskForm - Class in org.camunda.bpm.engine.cdi.jsf
 
TaskForm() - Constructor for class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
TaskFormData - Interface in org.camunda.bpm.engine.form
Specific FormData for completing a task.
TaskFormDataImpl - Class in org.camunda.bpm.engine.impl.form
 
TaskFormDataImpl() - Constructor for class org.camunda.bpm.engine.impl.form.TaskFormDataImpl
 
taskFormHandler - Variable in class org.camunda.bpm.engine.impl.form.handler.CreateTaskFormInvocation
 
TaskFormHandler - Interface in org.camunda.bpm.engine.impl.form.handler
 
taskFormHandler - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
TaskId - Annotation Type in org.camunda.bpm.engine.cdi.annotation
Qualifier annotation for injecting the current taskId.
taskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates associated to the given historic task instance.
taskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances for the given task id.
taskId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the task.
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.ClaimTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricTaskInstanceCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskAttachmentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForTaskCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetRenderedTaskFormCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentContentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskAttachmentsCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskCommentCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskCommentsCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskEventsCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskFormCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.cmd.SubmitTaskFormCmd
 
taskId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
taskId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
taskId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
the id of the called task in case of a human task
taskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
taskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
taskId - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
taskId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
taskId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
taskId - Variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
taskId - Variable in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
TaskId - Annotation Type in org.camunda.bpm.engine.spring.annotations
specifies which parameter is a task id
taskId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given task id (in practice, there will be maximum one of this kind)
taskIdentityLinkEntities - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
taskIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic variable instances which have one of the task ids.
taskIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
taskIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
taskIdIn - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
taskIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
taskIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the task ids.
taskIds - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
 
taskIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
taskIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
TaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN task element
TaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TaskImpl
 
TaskImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
 
taskInvolvedUser(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskInvolvedUser(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which there exist an IdentityLink with the given user
taskInvolvedUserExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskInvolvedUserExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which there exist an IdentityLink with the described user by the given expression
TaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
 
TaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
 
Tasklist - Class in org.camunda.bpm.tasklist
The tasklist application.
Tasklist() - Constructor for class org.camunda.bpm.tasklist.Tasklist
 
TASKLIST_APP_NAME - Static variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
TASKLIST_RUNTIME_DELEGATE - Static variable in class org.camunda.bpm.tasklist.Tasklist
The TasklistRuntimeDelegate is an delegate that will be initialized by bootstrapping camunda admin with an specific instance
TasklistApplication - Class in org.camunda.bpm.tasklist.impl.web
 
TasklistApplication() - Constructor for class org.camunda.bpm.tasklist.impl.web.TasklistApplication
 
TasklistContainerBootstrap - Class in org.camunda.bpm.tasklist.impl.web.bootstrap
 
TasklistContainerBootstrap() - Constructor for class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap
 
TasklistContainerBootstrap.TasklistEnvironment - Class in org.camunda.bpm.tasklist.impl.web.bootstrap
 
TasklistContainerBootstrap.TasklistEnvironment() - Constructor for class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap.TasklistEnvironment
 
TaskListener - Interface in org.camunda.bpm.engine.delegate
Listener interface implemented by user code which wants to be notified when a property of a task changes.
TaskListener - Interface in org.camunda.bpm.engine.impl.pvm.delegate
Deprecated.
use org.camunda.bpm.engine.delegate.TaskListener instead
taskListenerInstance - Variable in class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
TaskListenerInvocation - Class in org.camunda.bpm.engine.impl.task.delegate
Class handling invocations of TaskListeners
TaskListenerInvocation(TaskListener, DelegateTask) - Constructor for class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
TaskListenerInvocation(TaskListener, DelegateTask, BaseDelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
 
taskListeners - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
 
TasklistPlugin - Interface in org.camunda.bpm.tasklist.plugin.spi
SPI inteface for plugins to the tasklist webapplication.
TasklistRuntimeDelegate - Interface in org.camunda.bpm.tasklist
The tasklist application service runtime delegate.
tasklistRuntimeDelegate - Variable in class org.camunda.bpm.webapp.impl.engine.ProcessEnginesFilter
 
TaskManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
TaskManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
taskMaxPriority(Integer) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskMaxPriority(Integer) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given priority or lower.
taskMinPriority(Integer) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskMinPriority(Integer) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given priority or higher.
taskName(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given task name.
taskName - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskName(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskName(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskName(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given name
taskNameCaseInsensitive - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskNameCaseInsensitive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskNameLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with a task name like the given value.
taskNameLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskNameLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskNameLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskNameLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskNameLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with a name matching the parameter.
taskOwner(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have the given owner.
taskOwner - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskOwner(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskOwner(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskOwner - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskOwner(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the given user is the owner.
taskOwnerExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskOwnerExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks for which the described user by the given expression is the owner.
taskOwnerLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have an owner like the one specified.
taskOwnerLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskOwnerLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskOwnerLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskParentTaskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select subtasks of the given parent task
taskParentTaskId - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskParentTaskId(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskParentTaskId(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskParentTaskId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskParentTaskId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Select the tasks which are sub tasks of the given parent task.
taskPermissionChecks - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskPermissionChecks - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
taskPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
 
taskPriority(Integer) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances with the given priority.
taskPriority - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskPriority(Integer) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskPriority(Integer) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskPriority - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskPriority(Integer) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks with the given priority.
TaskQuery - Interface in org.camunda.bpm.engine.task
Allows programmatic querying of Tasks;
TaskQueryDto - Class in org.camunda.bpm.engine.rest.dto.task
 
TaskQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
TaskQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
TaskQueryImpl - Class in org.camunda.bpm.engine.impl
 
TaskQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.TaskQueryImpl
 
TaskQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.TaskQueryImpl
 
TaskQueryImpl.TaskQueryVariableValueComparable - Class in org.camunda.bpm.engine.impl
 
TaskQueryImpl.TaskQueryVariableValueComparable(TaskQueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
 
TaskQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used in a TaskQuery.
TaskQueryVariableValue - Class in org.camunda.bpm.engine.impl
Represents a variable value used in a task query.
TaskQueryVariableValue(String, Object, QueryOperator, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.TaskQueryVariableValue
The parameters isTaskVariable and isProcessInstanceVariable have the following meaning:
TaskResource - Interface in org.camunda.bpm.engine.rest.sub.task
 
TaskResourceImpl - Class in org.camunda.bpm.engine.rest.sub.task.impl
 
TaskResourceImpl(ProcessEngine, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
TaskRestService - Interface in org.camunda.bpm.engine.rest
 
TaskRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
TaskRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
tasks - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
TASKS_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
taskService(InjectionPoint) - Method in class org.camunda.bpm.engine.cdi.impl.NamedProcessEngineServicesProducer
 
taskService() - Method in class org.camunda.bpm.engine.cdi.impl.ProcessEngineServicesProducer
 
taskService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
taskService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
taskService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
TaskService - Interface in org.camunda.bpm.engine
Service which provides access to Task and form related operations.
taskService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
 
taskService - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
taskService - Variable in class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
TaskServiceImpl - Class in org.camunda.bpm.engine.impl
 
TaskServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.TaskServiceImpl
 
taskUnassigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskUnassigned() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which don't have an assignee.
taskUnnassigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
Deprecated.
taskUnnassigned() - Method in interface org.camunda.bpm.engine.task.TaskQuery
Deprecated.
taskVariables - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
taskVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which have a local task variable with the given name set to the given value.
taskVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
taskVariableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name set to the given value.
taskVariableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name and a value greater than the given one.
taskVariableValueGreaterThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueGreaterThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name and a value greater than or equal to the given one.
taskVariableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name and a value less than the given one.
taskVariableValueLessThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueLessThanOrEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name and a value less than or equal to the given one.
taskVariableValueLike(String, String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueLike(String, String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name matching the given value.
taskVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
taskVariableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.task.TaskQuery
Only select tasks which have a local task variable with the given name, but with a different value than the passed value.
Tccl - Class in org.camunda.bpm.container.impl.jboss.util
Utility methods to manipulate the Current Thread Context Classloader
Tccl() - Constructor for class org.camunda.bpm.container.impl.jboss.util.Tccl
 
Tccl.Operation<T> - Interface in org.camunda.bpm.container.impl.jboss.util
 
tearDown() - Method in class org.camunda.bpm.admin.impl.web.bootstrap.AdminContainerBootstrap.AdminEnvironment
 
tearDown() - Method in class org.camunda.bpm.cockpit.impl.web.bootstrap.CockpitContainerBootstrap.CockpitEnvironment
 
tearDown() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
 
tearDown() - Method in class org.camunda.bpm.tasklist.impl.web.bootstrap.TasklistContainerBootstrap.TasklistEnvironment
 
TERMINATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
 
terminate() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
terminate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
terminate(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
 
terminateChildren(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
 
terminated() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
Only select historic case activity instances which are terminated
terminated() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select historic case instances which are terminated
terminated() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
 
TERMINATED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
terminated() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
 
terminated() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
 
terminated - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
terminated - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceDto
 
terminated - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
terminated - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
 
terminated - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
terminated() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select case instances which are terminated.
TerminateEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
The BPMN terminate End Event.
TerminateEndEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.TerminateEndEventActivityBehavior
 
TerminateEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN terminateEventDefinition element
TerminateEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN terminateEventDefinition element
TerminateEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TerminateEventDefinitionImpl
 
terminating(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.HumanTaskActivityBehavior
 
TERMINATING_ON_EXIT - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
TERMINATING_ON_PARENT_TERMINATION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
TERMINATING_ON_TERMINATION - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
 
testContextManager - Variable in class org.camunda.bpm.engine.spring.impl.test.SpringProcessEngineTestCase
 
TestFixtureNew - Class in org.camunda.bpm.qa.upgrade
 
TestFixtureNew() - Constructor for class org.camunda.bpm.qa.upgrade.TestFixtureNew
 
TestFixtureOld - Class in org.camunda.bpm.qa.upgrade
 
TestFixtureOld(ProcessEngine) - Constructor for class org.camunda.bpm.qa.upgrade.TestFixtureOld
 
TestHelper - Class in org.camunda.bpm.engine.impl.test
 
TestHelper() - Constructor for class org.camunda.bpm.engine.impl.test.TestHelper
 
TestProcessEngineProvider - Class in org.camunda.bpm.cockpit.plugin.test.application
Uses the BpmPlatform and exposes the default process engine
TestProcessEngineProvider() - Constructor for class org.camunda.bpm.cockpit.plugin.test.application.TestProcessEngineProvider
 
text - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
text() - Method in class org.camunda.bpm.engine.impl.juel.Parser
text := <TEXT>
text - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
text - Variable in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
TEXT - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
Text - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 text element from the tTextAnnotation complex type
text2 - Variable in class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
TEXT_AS_LOWER - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
TEXT_FORM_SCRIPT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
TEXT_INPUT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
TextAnnotation - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN 2.0 textAnnotation element
TextAnnotationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 textAnnotation element
TextAnnotationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
textChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
textContent - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
textContent(String) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
textContent - Variable in class org.camunda.bpm.engine.rest.mapper.MultipartFormData.FormPart
 
textFormatAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DocumentationImpl
 
textFormatAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TextAnnotationImpl
 
TextImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN 2.0 text element from the tTextAnnotation complex type
TextImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TextImpl
 
textValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
textValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
textValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
textValue - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
textValue2 - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
textValue2 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
textValue2 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
textValue2 - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
THICK_TASK_BORDER_STROKE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
THREAD_POOL_NAME - Static variable in interface org.camunda.bpm.container.impl.jboss.extension.ModelConstants
 
threadPoolExecutor - Variable in class org.camunda.bpm.container.impl.threading.se.SeExecutorService
 
threadPoolExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
ThreadPoolJobExecutor - Class in org.camunda.bpm.engine.impl.jobexecutor
 
ThreadPoolJobExecutor() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
 
threadPoolQueue - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
 
threadRenderingMode - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
threadRenderingMode - Variable in class org.camunda.bpm.engine.impl.test.PvmTestCase
 
throwable - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
ThrowBpmnErrorDelegate - Class in org.camunda.bpm.qa.upgrade.util
 
ThrowBpmnErrorDelegate() - Constructor for class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
ThrowBpmnErrorDelegate.ThrowBpmnErrorDelegateException - Exception in org.camunda.bpm.qa.upgrade.util
 
ThrowBpmnErrorDelegate.ThrowBpmnErrorDelegateException(String) - Constructor for exception org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate.ThrowBpmnErrorDelegateException
 
throwCompensationEvent(List<CompensateEventSubscriptionEntity>, ActivityExecution, boolean) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
we create a separate execution for each compensation handler invocation.
throwErrorIfRequested(DelegateExecution) - Method in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
ThrowEvent - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN throwEvent element
ThrowEventImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN throwEvent element
ThrowEventImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.ThrowEventImpl
 
throwExceptionForErrors() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
 
throwExceptionIfRequested(DelegateExecution) - Method in class org.camunda.bpm.qa.upgrade.util.ThrowBpmnErrorDelegate
 
TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
time - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
time - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
 
timeBasedGenerator - Static variable in class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
 
TimeCycle - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN timeCycle element of the BPMN tTimerEventDefinition type
timeCycleChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
TimeCycleImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN timeDuration element of the BPMN tTimerEventDefinition type
TimeCycleImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TimeCycleImpl
 
TimeDate - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN timeDate element of the BPMN tTimerEventDefinition type
timeDateChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
TimeDateImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN timeDate element of the BPMN tTimerEventDefinition type
TimeDateImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TimeDateImpl
 
TimeDuration - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN timeDuration element of the BPMN tTimerEventDefinition type
timeDurationChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
TimeDurationImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN timeDuration element of the BPMN tTimerEventDefinition type
TimeDurationImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TimeDurationImpl
 
TIMER_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
TimerActivateJobDefinitionHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerActivateJobDefinitionHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
 
TimerActivateProcessDefinitionHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerActivateProcessDefinitionHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
 
TimerCatchIntermediateEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerCatchIntermediateEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerCatchIntermediateEventJobHandler
 
TimerChangeJobDefinitionSuspensionStateJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerChangeJobDefinitionSuspensionStateJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
 
TimerChangeProcessDefinitionSuspensionStateJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerChangeProcessDefinitionSuspensionStateJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
 
TimerDeclarationImpl - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerDeclarationImpl(Expression, TimerDeclarationType, String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
TimerDeclarationType - Enum in org.camunda.bpm.engine.impl.jobexecutor
 
TimerEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
TimerEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
TimerEntity(TimerDeclarationImpl) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
TimerEntity(TimerEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
TimerEventDefinition - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN timerEventDefinition element
TimerEventDefinitionImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN timerEventDefinition element
TimerEventDefinitionImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.TimerEventDefinitionImpl
 
TimerEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
 
TimerEventListener - Interface in org.camunda.bpm.model.cmmn.instance
 
TimerEventListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TimerEventListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
TimerExecuteNestedActivityJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerExecuteNestedActivityJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
 
TimerExpression - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TimerExpression(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TimerExpression
 
timerExpressionChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
timers() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
timers() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs that are timers.
timerStartChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.TimerEventListenerImpl
 
TimerStartEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerStartEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
 
TimerStartEventSubprocessJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
JobHandler implementation for timer start events which are embedded into an event subprocess.
TimerStartEventSubprocessJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
 
TimerSuspendJobDefinitionHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerSuspendJobDefinitionHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendJobDefinitionHandler
 
TimerSuspendProcessDefinitionHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
 
TimerSuspendProcessDefinitionHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
 
times - Variable in class org.camunda.bpm.qa.upgrade.Scenario
 
Times - Annotation Type in org.camunda.bpm.qa.upgrade
 
timeStamp - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
timestamp - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
 
TIMESTAMP - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
 
timestamp - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
timestamp - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
 
timestamp - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
TIMESTAMP - Static variable in class org.camunda.bpm.engine.impl.OperationLogQueryProperty
 
timestamp - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
timestamp - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogDto
 
timestamp - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
TIMESTAMP - Static variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
timestampAfter - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
timestampBefore - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
to - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
 
to(FlowNode) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSequenceFlowBuilder
Sets the target flow node of this sequence flow.
To - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN to element of the BPMN tAssignment type
To(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.To
 
toByteArray(String) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
Gets the bytes from a string using the current process engine's default charset
toByteArray(String, ProcessEngine) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
Gets the bytes from a string using the provided process engine's default charset
toChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.AssignmentImpl
 
toJson(T) - Method in class org.camunda.bpm.engine.impl.json.JsonArrayConverter
 
toJson(T) - Method in class org.camunda.bpm.engine.impl.json.JsonObjectConverter
 
toJsonArray(T) - Method in class org.camunda.bpm.engine.impl.json.JsonArrayConverter
 
toJsonArray(List<T>) - Method in class org.camunda.bpm.engine.impl.json.JsonArrayOfObjectsConverter
 
toJSONArray(String) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJsonObject(T) - Method in class org.camunda.bpm.engine.impl.json.JsonObjectConverter
 
toJsonObject(QueryEntityRelationCondition) - Method in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
toJsonObject(QueryOrderingProperty) - Method in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
toJsonObject(TaskQuery) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
toJsonObject(TaskQueryVariableValue) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryVariableValueConverter
 
toJSONObject(String) - Static method in class org.camunda.bpm.engine.impl.util.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class org.camunda.bpm.engine.impl.util.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class org.camunda.bpm.engine.impl.util.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(JSONArray) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(XMLTokener) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class org.camunda.bpm.engine.impl.util.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.camunda.bpm.engine.impl.util.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
token(Scanner.Symbol, String, int) - Method in class org.camunda.bpm.engine.impl.juel.Scanner
 
toMap(Map<String, VariableValueDto>, ProcessEngine, ObjectMapper) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
TomcatAttachments - Class in org.camunda.bpm.container.impl.tomcat.deployment
Set of constant keys to be used in apache tomcat deployment operations
TomcatAttachments() - Constructor for class org.camunda.bpm.container.impl.tomcat.deployment.TomcatAttachments
 
TomcatBpmPlatformBootstrap - Class in org.camunda.bpm.container.impl.tomcat
Apache Tomcat server listener responsible for deploying the bpm platform.
TomcatBpmPlatformBootstrap() - Constructor for class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
TomcatParseBpmPlatformXmlStep - Class in org.camunda.bpm.container.impl.tomcat.deployment
This deployment operation step is responsible for parsing and attaching the bpm-platform.xml file on tomcat.
TomcatParseBpmPlatformXmlStep() - Constructor for class org.camunda.bpm.container.impl.tomcat.deployment.TomcatParseBpmPlatformXmlStep
 
toObject(JSONArray) - Method in class org.camunda.bpm.engine.impl.json.JsonArrayConverter
 
toObject(JSONArray) - Method in class org.camunda.bpm.engine.impl.json.JsonArrayOfObjectsConverter
 
toObject(JSONObject) - Method in class org.camunda.bpm.engine.impl.json.JsonObjectConverter
 
toObject(JSONObject) - Method in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
 
toObject(JSONObject) - Method in class org.camunda.bpm.engine.impl.json.JsonQueryOrderingPropertyConverter
 
toObject(JSONObject) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
toObject(JSONObject) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryVariableValueConverter
 
toQuery(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
toResponse(Exception) - Method in class org.camunda.bpm.engine.rest.exception.ExceptionHandler
 
toResponse(JsonMappingException) - Method in class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler
 
toResponse(JsonParseException) - Method in class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler
 
toResponse(ProcessEngineException) - Method in class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler
 
toResponse(RestException) - Method in class org.camunda.bpm.engine.rest.exception.RestExceptionHandler
 
toRestApiTypeName(String) - Static method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
toString() - Method in enum org.camunda.bpm.engine.authorization.Permissions
 
toString() - Method in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
 
toString() - Method in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
toString() - Method in exception org.camunda.bpm.engine.delegate.BpmnError
 
toString() - Method in class org.camunda.bpm.engine.history.IncidentState.IncidentStateImpl
 
toString() - Method in class org.camunda.bpm.engine.history.JobState.JobStateImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
 
toString() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
toString() - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.type.PrimitiveValueTypeImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.value.NullValueImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.value.ObjectValueImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbBulkOperation
 
toString() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
 
toString(Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
toString() - Method in class org.camunda.bpm.engine.impl.Direction
 
toString() - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
 
toString() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
 
toString() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstBinary
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstBoolean
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstBracket
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstChoice
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstComposite
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstDot
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstEval
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstFunction
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstIdentifier
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstMethod
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstNested
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstNull
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstNumber
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstParameters
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstString
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstText
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.AstUnary
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.ObjectValueExpression
 
toString() - Method in enum org.camunda.bpm.engine.impl.juel.Scanner.Symbol
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.Scanner.Token
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.Tree
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
 
toString() - Method in class org.camunda.bpm.engine.impl.juel.TreeValueExpression
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityStatisticsImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MessageEventSubscriptionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SignalEventSubscriptionEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState.ActivityInstanceStateImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
 
toString() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
 
toString() - Method in class org.camunda.bpm.engine.impl.QueryPropertyImpl
 
toString() - Method in class org.camunda.bpm.engine.impl.util.io.InputStreamSource
 
toString() - Method in class org.camunda.bpm.engine.impl.util.io.ResourceStreamSource
 
toString() - Method in class org.camunda.bpm.engine.impl.util.io.StringStreamSource
 
toString(JSONArray) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class org.camunda.bpm.engine.impl.util.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.json.HTTP
Convert a JSONObject into an HTTP header.
toString() - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString(JSONArray) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class org.camunda.bpm.engine.impl.util.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.camunda.bpm.engine.impl.util.json.JSONStringer
Return the JSON text.
toString() - Method in class org.camunda.bpm.engine.impl.util.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.camunda.bpm.engine.impl.util.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.camunda.bpm.engine.impl.util.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
 
toString() - Method in class org.camunda.bpm.engine.impl.util.xml.Problem
 
toString() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
toString() - Method in class org.camunda.bpm.engine.repository.DiagramElement
 
toString() - Method in class org.camunda.bpm.engine.repository.DiagramNode
 
toString() - Method in class org.camunda.bpm.engine.spring.components.registry.ActivitiStateHandlerRegistration
 
toString() - Method in class org.camunda.bpm.model.xml.impl.util.QName
 
total - Variable in class org.camunda.bpm.engine.management.TablePage
The total number of rows in the table.
toTypedValue(ProcessEngine, ObjectMapper) - Method in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
TransactionActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
 
TransactionActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.TransactionActivityBehavior
 
TransactionCancelCompensationScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.compensation
 
TransactionCancelCompensationScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.compensation.TransactionCancelCompensationScenario
 
TransactionContext - Interface in org.camunda.bpm.engine.impl.cfg
The transaction context is an abstraction for different transaction management strategies existing the Java Ecosystem.
transactionContext - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
 
transactionContextFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
TransactionContextFactory - Interface in org.camunda.bpm.engine.impl.cfg
 
transactionContextFactory - Variable in class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
 
transactionContextFactory - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
 
transactionFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
transactionListener - Variable in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
 
TransactionListener - Interface in org.camunda.bpm.engine.impl.cfg
 
transactionManager - Variable in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext
 
transactionManager - Variable in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContextFactory
 
transactionManager - Variable in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
transactionManager - Variable in class org.camunda.bpm.engine.impl.interceptor.JtaRetryInterceptor
 
transactionManager - Variable in class org.camunda.bpm.engine.spring.SpringProcessEngineConfiguration
 
transactionManager - Variable in class org.camunda.bpm.engine.spring.SpringTransactionContext
 
transactionManager - Variable in class org.camunda.bpm.engine.spring.SpringTransactionContextFactory
 
transactionManager - Variable in class org.camunda.bpm.engine.spring.SpringTransactionInterceptor
 
transactionManagerInjector - Variable in class org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngineController
 
transactionManagerJndiName - Variable in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
 
transactionPropagation - Variable in class org.camunda.bpm.engine.spring.SpringTransactionInterceptor
 
transactionsExternallyManaged - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
transactionState - Variable in class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
 
TransactionState - Enum in org.camunda.bpm.engine.impl.cfg
 
transferVariables(VariableScope, VariableScope) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
transferVariables(VariableScope, VariableScope) - Method in interface org.camunda.bpm.engine.impl.cmmn.behavior.TransferVariablesActivityBehavior
 
TransferVariablesActivityBehavior - Interface in org.camunda.bpm.engine.impl.cmmn.behavior
 
transform() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
Transform<T extends CoreActivity> - Interface in org.camunda.bpm.engine.impl.core.transformer
 
transform() - Method in interface org.camunda.bpm.engine.impl.core.transformer.Transform
 
Transformation - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN transformation element of the BPMN tDataAssociation type
Transformation(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.Transformation
 
transformationChild - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DataAssociationImpl
 
transformationChild - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.ParameterMappingImpl
 
TransformationExpression - Class in org.camunda.bpm.model.cmmn.impl.instance
 
TransformationExpression(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.TransformationExpression
 
transformBoundsForImage(DiagramNode, DiagramNode, Map<String, DiagramNode>) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
transformBoundsForImage(DiagramNode, DiagramNode, DiagramNode) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
 
transformCase(Case, CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformCase(Case) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformCase(Case, CmmnCaseDefinition) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformCase(Case, CmmnCaseDefinition) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformCaseDefinitions() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformCasePlanModel(CasePlanModel, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformCasePlanModel(CasePlanModel) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformCasePlanModel(CasePlanModel, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformCasePlanModel(CasePlanModel, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformCaseTask(PlanItem, CaseTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformCaseTask(PlanItem, CaseTask, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformCaseTask(PlanItem, CaseTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformCaseTask(PlanItem, CaseTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformConfiguration(ProcessEngineXml) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
transforms the configuration as provided via the ProcessEngineXml into a ManagedProcessEngineMetadata
transformConfiguration(OperationContext, String, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
 
transformDocumentToXml(DomDocument, StreamResult) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
Transforms a DomDocument to XML output.
transformer - Variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
transformer - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
Transformer<T extends Transform<? extends CoreActivity>> - Interface in org.camunda.bpm.engine.impl.core.transformer
 
transformEventListener(PlanItem, EventListener, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformEventListener(PlanItem, EventListener, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformEventListener(PlanItem, EventListener, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformGroup(SearchResult) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
transformHumanTask(PlanItem, HumanTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformHumanTask(PlanItem, HumanTask, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformHumanTask(PlanItem, HumanTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformHumanTask(PlanItem, HumanTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformImports() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformListeners - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformListeners - Variable in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
 
transformMilestone(PlanItem, Milestone, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformMilestone(PlanItem, Milestone, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformMilestone(PlanItem, Milestone, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformMilestone(PlanItem, Milestone, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformPathMatcher(SecurityFilterConfig.PathMatcherConfig) - Static method in class org.camunda.bpm.webapp.impl.security.filter.util.FilterRules
 
transformPlanItem(PlanItem, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformPlanItems(PlanFragment, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformPlanningTable(PlanningTable, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformProcessTask(PlanItem, ProcessTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformProcessTask(PlanItem, ProcessTask, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformProcessTask(PlanItem, ProcessTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformProcessTask(PlanItem, ProcessTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformResource(DeploymentEntity, ResourceEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
 
transformRootElement(Definitions, List<? extends CmmnCaseDefinition>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformRootElement() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformRootElement(Definitions, List<? extends CmmnCaseDefinition>) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformRootElement(Definitions, List<? extends CmmnCaseDefinition>) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformSentries(Stage) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformSentry(Sentry, CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformSentry(Sentry, CmmnSentryDeclaration) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformSentry(Sentry, CmmnSentryDeclaration) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformSentryOnParts(Stage) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformStage(PlanItem, Stage, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformStage(Stage, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
 
transformStage(PlanItem, Stage, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformStage(PlanItem, Stage, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformStage(PlanItem, Stage, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformTask(PlanItem, Task, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
 
transformTask(PlanItem, Task, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
 
transformTask(PlanItem, Task, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
 
transformTask(PlanItem, Task, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
 
transformUser(SearchResult) - Method in class org.camunda.bpm.identity.impl.ldap.LdapIdentityProviderSession
 
transition(ServiceController<? extends S>, ServiceController.Transition) - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
transition(ServiceController, ServiceController.Transition) - Method in class org.camunda.bpm.container.impl.jboss.util.ServiceTracker
 
transition - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
transition(String) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
transition(String, String) - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
transition - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
the transition that is currently being taken
TRANSITION_CREATE_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
TRANSITION_CREATE_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_DESTROY_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
TRANSITION_DESTROY_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_INTERRUPT_FLOW_SCOPE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_NOTIFY_LISTENER_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
TRANSITION_NOTIFY_LISTENER_END - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_NOTIFY_LISTENER_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
TRANSITION_NOTIFY_LISTENER_START - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_NOTIFY_LISTENER_TAKE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
Deprecated.
 
TRANSITION_NOTIFY_LISTENER_TAKE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
TRANSITION_START_NOTIFY_LISTENER_TAKE - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperation
 
transitionId - Variable in class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
transitionId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
TransitionImpl - Class in org.camunda.bpm.engine.impl.pvm.process
 
TransitionImpl(String, ProcessDefinitionImpl) - Constructor for class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
 
TransitionInstance - Interface in org.camunda.bpm.engine.runtime
A transition instance represents an execution token that has just completed a transition (sequence flow in BPMN) or is about to take an outgoing transition.
TransitionInstanceCancellationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
TransitionInstanceCancellationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
 
TransitionInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
TransitionInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.TransitionInstanceDto
 
transitionInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
 
transitionInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
TransitionInstanceImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
 
TransitionInstanceImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
 
TransitionInstantiationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
TransitionInstantiationCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
TransitionInstantiationCmd(String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
 
transitionName - Variable in class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
 
transitionName - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
transitionsToTake - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
A list of outgoing transitions from the current activity that are going to be taken
tree() - Method in class org.camunda.bpm.engine.impl.juel.Parser
tree := text? ((dynamic text?)+ | (deferred text?)+)?
Tree - Class in org.camunda.bpm.engine.impl.juel
Parsed expression, usually created by a TreeBuilder.
Tree(ExpressionNode, Collection<FunctionNode>, Collection<IdentifierNode>, boolean) - Constructor for class org.camunda.bpm.engine.impl.juel.Tree
Constructor.
TreeBuilder - Interface in org.camunda.bpm.engine.impl.juel
Tree builder interface.
TreeBuilderException - Exception in org.camunda.bpm.engine.impl.juel
Exception type thrown in build phase (scan/parse).
TreeBuilderException(String, int, String, String, String) - Constructor for exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
 
TreeCache - Interface in org.camunda.bpm.engine.impl.juel
Tree cache interface.
TreeMethodExpression - Class in org.camunda.bpm.engine.impl.juel
A method expression is ready to be evaluated (by calling either TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext)).
TreeMethodExpression(TreeStore, FunctionMapper, VariableMapper, TypeConverter, String, Class<?>, Class<?>[]) - Constructor for class org.camunda.bpm.engine.impl.juel.TreeMethodExpression
Create a new method expression.
TreeStore - Class in org.camunda.bpm.engine.impl.juel
Tree store class.
TreeStore(TreeBuilder, TreeCache) - Constructor for class org.camunda.bpm.engine.impl.juel.TreeStore
Constructor.
TreeValueExpression - Class in org.camunda.bpm.engine.impl.juel
TreeValueExpression(TreeStore, FunctionMapper, VariableMapper, TypeConverter, String, Class<?>) - Constructor for class org.camunda.bpm.engine.impl.juel.TreeValueExpression
Create a new value expression.
TreeWalker<T> - Class in org.camunda.bpm.engine.impl.tree
 
TreeWalker(T) - Constructor for class org.camunda.bpm.engine.impl.tree.TreeWalker
 
TreeWalker.NullCondition<S> - Class in org.camunda.bpm.engine.impl.tree
 
TreeWalker.NullCondition() - Constructor for class org.camunda.bpm.engine.impl.tree.TreeWalker.NullCondition
 
TreeWalker.WalkCondition<S> - Interface in org.camunda.bpm.engine.impl.tree
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionComplete
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionResume
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionSuspending
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractAtomicOperationCaseExecutionTerminating
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionComplete
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionManualComplete
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionOccur
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentResume
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionResume
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnParentSuspension
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionSuspendingOnSuspension
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnExit
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnParentTermination
 
triggerBehavior(CmmnActivityBehavior, CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionTerminatingOnTermination
 
triggerByEvent() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractSubProcessBuilder
Sets the sub process to be triggered by an event.
triggerCallableElement(CmmnActivityExecution, Map<String, Object>, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CaseTaskActivityBehavior
 
triggerCallableElement(CmmnActivityExecution, Map<String, Object>, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
 
triggerCallableElement(CmmnActivityExecution, Map<String, Object>, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessTaskActivityBehavior
 
triggerChildExecutionsLifecycle(List<CmmnExecution>) - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
This method triggers for each given case execution the lifecycle.
triggerChildExecutionsLifecycle(List<CmmnExecution>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
triggeredByEvent() - Method in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
triggeredByEvent() - Method in interface org.camunda.bpm.model.bpmn.instance.SubProcess
 
triggeredByEventAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.SubProcessImpl
 
triggerEvent(ExecutionTriggerDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.EventSubscriptionResource
 
triggerEvent(ExecutionTriggerDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.MessageEventSubscriptionResource
 
triggerExecution(CommandContext, MessageCorrelationResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
 
TriggerVariableValueDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
TriggerVariableValueDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.TriggerVariableValueDto
 
tryCorrelateMessageToProcessDefinition(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
 
tryPruneLastConcurrentChild() - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
 
tryPruneLastConcurrentChild() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
 
trySetThrowable(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
 
TwoLevelNestedNonInterruptingEventSubprocessScenario - Class in org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess
Provokes misbehaving error propagation that none of the other cases triggers
TwoLevelNestedNonInterruptingEventSubprocessScenario() - Constructor for class org.camunda.bpm.qa.upgrade.scenarios.eventsubprocess.TwoLevelNestedNonInterruptingEventSubprocessScenario
 
TxContextCommandContextFactory - Class in org.camunda.bpm.engine.impl.interceptor
This CommandContextFactory allows to explicitly pass in a TransactionContextFactory.
TxContextCommandContextFactory() - Constructor for class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
 
type - Variable in class org.camunda.bpm.engine.cdi.impl.event.CdiBusinessProcessEvent
 
type - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.FoxFailedJobParseListener
 
type - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
type - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAuthorizationCommand
 
type - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
type - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
type - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
type(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
 
type - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
 
type - Variable in class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
type - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
type - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
type - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
type - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
type - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
TYPE - Static variable in interface org.camunda.bpm.engine.impl.GroupQueryProperty
 
type - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.javax.el.ELResolver
The attribute name of the named attribute in the FeatureDescriptor that specifies the runtime type of the variable or property.
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerCatchIntermediateEventJobHandler
 
type - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendJobDefinitionHandler
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
 
TYPE - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
 
type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
 
type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.MessageEntity
 
TYPE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
 
type - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
 
type - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
type - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.ExceptionDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.identity.GroupQueryDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.runtime.SerializedObjectDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
type - Variable in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
type - Variable in class org.camunda.bpm.engine.rest.hal.group.HalGroup
 
type - Variable in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
type - Variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
TYPE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
TYPE_COMMENT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
TYPE_ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
TYPE_EVENT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
TYPE_EXECUTION - Static variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
signifies a message correlated to an execution
TYPE_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.form.type.BooleanFormType
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.form.type.DateFormType
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.form.type.LongFormType
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.form.type.StringFormType
 
TYPE_NAME - Static variable in class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider
 
TYPE_NAME - Static variable in interface org.camunda.spin.plugin.variable.type.JsonValueType
 
TYPE_NAME - Static variable in interface org.camunda.spin.plugin.variable.type.XmlValueType
 
TYPE_PROCESS_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResult
signifies a message correlated to a process definition
TYPE_USERACCOUNT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
TYPE_USERINFO - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
typeAttribte - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.PropertyImpl
 
typeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ConditionExpressionImpl
 
typeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CorrelationPropertyImpl
 
typeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.RelationshipImpl
 
typeAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.ResourceParameterImpl
 
typeAttribute - Static variable in class org.camunda.bpm.model.cmmn.impl.instance.RelationshipImpl
 
TypeConverter - Interface in org.camunda.bpm.engine.impl.juel
 
TypeConverterImpl - Class in org.camunda.bpm.engine.impl.juel
Type Conversions as described in EL 2.1 specification (section 1.17).
TypeConverterImpl() - Constructor for class org.camunda.bpm.engine.impl.juel.TypeConverterImpl
 
TypedValue - Interface in org.camunda.bpm.engine.variable.value
A TypedValue is a value with additional type information (the ValueType).
TypedValueBuilder<T extends TypedValue> - Interface in org.camunda.bpm.engine.variable.value.builder
 
TypedValueSerializer<T extends TypedValue> - Interface in org.camunda.bpm.engine.impl.variable.serializer
A TypedValueSerializer persists TypedValues of a given ValueType to provided ValueFields.
typeForName(String) - Method in class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
 
typeForName(String) - Method in interface org.camunda.bpm.engine.variable.type.ValueTypeResolver
 
typeLanguageAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.DefinitionsImpl
 
typeName - Variable in class org.camunda.bpm.engine.cdi.BusinessProcessEventType.DefaultBusinessProcessEventType
 
typeOrder - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForModifications
 
typeToQueryProperty(ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
 
typeToTrack - Variable in class org.camunda.bpm.container.impl.jboss.util.ServiceTracker
 

U

UelExpressionCondition - Class in org.camunda.bpm.engine.impl.el
Condition that resolves an UEL expression at runtime.
UelExpressionCondition(Expression) - Constructor for class org.camunda.bpm.engine.impl.el.UelExpressionCondition
 
unary(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
unary := <NOT> unary | <MINUS> unary | <EMPTY> unary | value
UNASSIGNED - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
unassigned - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
unclaim() - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
unclaim() - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
undeploy() - Method in class org.camunda.bpm.application.AbstractProcessApplication
 
undeploy() - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
Undeploy this process application from the runtime container.
undeploy(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ModuleDependencyProcessor
 
undeploy(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
undeploy(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor
 
undeploy(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessEngineStartProcessor
 
undeploy(DeploymentUnit) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessesXmlProcessor
 
undeployBpmPlatform(LifecycleEvent) - Method in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
 
undeployProcessApplication(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
undeployProcessApplication(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
undeployProcessApplication(AbstractProcessApplication) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
Undeploy a AbstractProcessApplication from the runtime container.
UndeployProcessArchivesStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation responsible for undeploying all process archives.
UndeployProcessArchivesStep() - Constructor for class org.camunda.bpm.container.impl.deployment.UndeployProcessArchivesStep
 
UndeployProcessArchiveStep - Class in org.camunda.bpm.container.impl.deployment
Deployment operation step responsible for performing the undeployment of a process archive
UndeployProcessArchiveStep(JmxManagedProcessApplication, ProcessArchiveXml, String) - Constructor for class org.camunda.bpm.container.impl.deployment.UndeployProcessArchiveStep
 
unescape(String) - Static method in class org.camunda.bpm.engine.impl.util.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
unfinished() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
Only select historic activity instances that are not finished yet.
unfinished() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select historic process instance that are not yet finished.
unfinished() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
Only select historic task instances which aren't finished yet.
unfinished - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
unfinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
 
unfinished - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
unfinished() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
 
unfinished - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
unfinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
unfinished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
unfinished - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceQueryDto
 
unlinkReference(ModelElementInstance, Object) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
unlockJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
 
unregister(ProcessEngine) - Static method in class org.camunda.bpm.engine.ProcessEngines
Unregisters the given process engine.
unregisterDeployment(String) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngine
 
unregisterDeployment(String) - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessEngineMBean
 
UnregisterDeploymentCmd - Class in org.camunda.bpm.engine.impl.cmd
 
UnregisterDeploymentCmd(Set<String>) - Constructor for class org.camunda.bpm.engine.impl.cmd.UnregisterDeploymentCmd
 
UnregisterDeploymentCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.UnregisterDeploymentCmd
 
unregisterDeploymentForJobExecutor(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
unregisterDeploymentForJobExecutor(String) - Method in interface org.camunda.bpm.engine.ManagementService
Unregister a deployment for the engine's job executor.
unregisterProcessApplication(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
unregisterProcessApplication(Set<String>, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
 
unregisterProcessApplication(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Deactivate a deployment for a given ProcessApplication.
unregisterProcessApplication(Set<String>, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
Deactivate a deployment for a given ProcessApplication.
UnregisterProcessApplicationCmd - Class in org.camunda.bpm.engine.impl.cmd
 
UnregisterProcessApplicationCmd(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.UnregisterProcessApplicationCmd
 
UnregisterProcessApplicationCmd(Set<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.UnregisterProcessApplicationCmd
 
unregisterProcessApplicationForDeployments(Set<String>, boolean) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
 
unregisterProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerDelegate
 
unregisterProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
 
unregisterProcessEngine(ProcessEngine) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
Unregisters a managed ProcessEngine instance from the Runtime Container.
unregisterProcessEngine(ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
UnresolvedReference - Interface in org.camunda.bpm.engine.impl.bpmn.parser
 
unresolvedTransitions - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
 
UNSTORED_KEYS - Static variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
The script engine implementations put some key/value pairs into the binding.
unsuccessful() - Static method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
unsuccessful(String) - Static method in class org.camunda.bpm.engine.rest.security.auth.AuthenticationResult
 
unsupportedConversion(ValueType) - Method in class org.camunda.bpm.engine.impl.core.variable.type.AbstractValueTypeImpl
 
unsupportedEntityClass(Object) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
UnsupportedModelOperationException - Exception in org.camunda.bpm.model.xml
Exception thrown if a user attempts to perform an unsupported model operation.
UnsupportedModelOperationException(String, String) - Constructor for exception org.camunda.bpm.model.xml.UnsupportedModelOperationException
 
untypedNullValue() - Static method in class org.camunda.bpm.engine.variable.Variables
 
untypedValue(Object) - Static method in class org.camunda.bpm.engine.variable.Variables
 
UntypedValueImpl - Class in org.camunda.bpm.engine.impl.core.variable.value
Used when the type of an object has not been specified by the user and needs to be autodetected.
UntypedValueImpl(Object) - Constructor for class org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
 
UPDATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseVariableListener
 
UPDATE - Static variable in interface org.camunda.bpm.engine.delegate.VariableListener
 
update(Class<? extends DbEntity>, String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
 
update(AuthorizationEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
 
update() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
update(AuthorizationCreateDto, Authorization) - Static method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
update(AuthorizationDto, Authorization) - Static method in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
update(Group) - Method in class org.camunda.bpm.engine.rest.dto.identity.GroupDto
 
update(User) - Method in class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
updateAfterReplacement() - Method in class org.camunda.bpm.model.bpmn.impl.instance.FlowNodeImpl
 
updateAfterReplacement() - Method in class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
 
updateAfterReplacement() - Method in interface org.camunda.bpm.model.xml.instance.ModelElementInstance
Execute updates after the element was inserted as a replacement of another element.
updateAsyncAfter(boolean, boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.process.ActivityImpl.AsyncAfterUpdate
Method which is called if the asyncAfter property should be updated.
updateAsyncBefore(boolean, boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.process.ActivityImpl.AsyncBeforeUpdate
Method which is called if the asyncBefore property should be updated.
updateAuthorization(AuthorizationEntity, String, String, Resource, String, Permission...) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
 
updateAuthorization(AuthorizationDto) - Method in interface org.camunda.bpm.engine.rest.sub.authorization.AuthorizationResource
 
updateAuthorization(AuthorizationDto) - Method in class org.camunda.bpm.engine.rest.sub.authorization.impl.AuthorizationResourceImpl
 
updateBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
updateBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
updateCredentials(UserCredentialsDto) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
updateCredentials(UserCredentialsDto) - Method in interface org.camunda.bpm.engine.rest.sub.identity.UserResource
 
updateEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
 
updateEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
 
updateExecutionSuspensionStateByProcessDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
updateExecutionSuspensionStateByProcessDefinitionKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
updateExecutionSuspensionStateByProcessInstanceId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
 
updateFailedJobRetriesByJobDefinitionId(String, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateFilter(Filter, ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.FilterDto
 
updateFilter(FilterDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.FilterResource
 
updateFilter(FilterDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
updateFromEvent(HistoricVariableUpdateEventEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
 
updateGroup(GroupDto) - Method in interface org.camunda.bpm.engine.rest.sub.identity.GroupResource
 
updateGroup(GroupDto) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.GroupResourceImpl
 
updateHistoricTaskInstance(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
 
updateIncomingReferences(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.impl.type.attribute.AttributeImpl
 
updateJobDeclarations(List<JobDeclaration<?>>, ProcessDefinitionEntity, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
 
updateJobDefinitionSuspensionStateById(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
updateJobDefinitionSuspensionStateByProcessDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
updateJobDefinitionSuspensionStateByProcessDefinitionKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
 
updateJobSuspensionStateById(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateJobSuspensionStateByJobDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateJobSuspensionStateByProcessDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateJobSuspensionStateByProcessDefinitionKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateJobSuspensionStateByProcessInstanceId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateModifiedFieldsFromEntity(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
Updates all modifiable fields from another process definition entity.
updateProcessDefinitionSuspensionStateById(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
updateProcessDefinitionSuspensionStateByKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
 
updateProfile(UserProfileDto) - Method in class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
updateProfile(UserProfileDto) - Method in interface org.camunda.bpm.engine.rest.sub.identity.UserResource
 
updateReference(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.AttributeReferenceImpl
 
updateReference(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ElementReferenceCollectionImpl
 
updateReference(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.impl.type.reference.ReferenceImpl
Update the reference identifier of the reference source model element instance
updateReference(ModelElementInstance, String, String) - Method in class org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection
 
updates - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
UPDATEs of a single entity
updateSession(HttpSession, Authentications) - Static method in class org.camunda.bpm.webapp.impl.security.auth.Authentications
 
updateStartTimerJobSuspensionStateByProcessDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateStartTimerJobSuspensionStateByProcessDefinitionKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
 
updateStatements - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
 
updateSuspensionState(CommandContext, SuspensionState) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
 
updateSuspensionState(CommandContext, SuspensionState) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 
updateSuspensionState(CommandContext, SuspensionState) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
 
updateSuspensionState(CommandContext, SuspensionState) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
 
updateSuspensionState(CommandContext, SuspensionState) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 
updateSuspensionState(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.management.JobDefinitionSuspensionStateDto
 
updateSuspensionState(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionSuspensionStateDto
 
updateSuspensionState(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
 
updateSuspensionState(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.runtime.ProcessInstanceSuspensionStateDto
 
updateSuspensionState(ProcessEngine) - Method in class org.camunda.bpm.engine.rest.dto.SuspensionStateDto
 
updateSuspensionState(JobDefinitionSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.impl.JobDefinitionRestServiceImpl
 
updateSuspensionState(JobSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
 
updateSuspensionState(ProcessDefinitionSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.impl.ProcessDefinitionRestServiceImpl
 
updateSuspensionState(ProcessInstanceSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.impl.ProcessInstanceRestServiceImpl
 
updateSuspensionState(JobDefinitionSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.JobDefinitionRestService
 
updateSuspensionState(JobSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.JobRestService
 
updateSuspensionState(ProcessDefinitionSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.ProcessDefinitionRestService
 
updateSuspensionState(ProcessInstanceSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.ProcessInstanceRestService
 
updateSuspensionState(JobDefinitionSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.sub.management.JobDefinitionResource
 
updateSuspensionState(JobDefinitionSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.sub.management.JobDefinitionResourceImpl
 
updateSuspensionState(ProcessDefinitionSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.sub.repository.impl.ProcessDefinitionResourceImpl
 
updateSuspensionState(ProcessDefinitionSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.sub.repository.ProcessDefinitionResource
 
updateSuspensionState(JobSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.JobResourceImpl
 
updateSuspensionState(ProcessInstanceSuspensionStateDto) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ProcessInstanceResourceImpl
 
updateSuspensionState(JobSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.JobResource
 
updateSuspensionState(ProcessInstanceSuspensionStateDto) - Method in interface org.camunda.bpm.engine.rest.sub.runtime.ProcessInstanceResource
 
updateTask(Task) - Method in class org.camunda.bpm.engine.rest.dto.task.TaskDto
 
updateTask(TaskDto) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
updateTask(TaskDto) - Method in interface org.camunda.bpm.engine.rest.sub.task.TaskResource
 
updateTaskSuspensionStateByCaseExecutionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
updateTaskSuspensionStateByProcessDefinitionId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
updateTaskSuspensionStateByProcessDefinitionKey(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
updateTaskSuspensionStateByProcessInstanceId(String, SuspensionState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
 
updateTypedValue(ObjectValue, String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
updateTypedValue(T, String) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
updateTypedValue(SpinValue, String) - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.impl.AbstractVariablesResource
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.CaseExecutionVariablesResource
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.ExecutionVariablesResource
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalCaseExecutionVariablesResource
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.runtime.impl.LocalExecutionVariablesResource
 
updateVariableEntities(Map<String, Object>, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
updateVariableEntities(VariableMap, List<String>) - Method in class org.camunda.bpm.engine.rest.sub.task.impl.LocalTaskVariablesResource
 
updateVariables(String, Map<String, ? extends Object>, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
updateVariablesLocal(String, Map<String, ? extends Object>, Collection<String>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
 
updateVariablesLocal(String, Map<String, ? extends Object>, Collection<String>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
 
UpgradedDBDropper - Class in org.camunda.bpm.qa.upgrade
 
UpgradedDBDropper() - Constructor for class org.camunda.bpm.qa.upgrade.UpgradedDBDropper
 
uri - Variable in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
uri - Variable in class org.camunda.bpm.engine.impl.util.xml.Element
 
uriInfo - Variable in class org.camunda.bpm.webapp.plugin.resource.RequestInfo
 
uriTemplate - Variable in class org.camunda.bpm.engine.rest.hal.HalRelation
the url template used by the relation to construct links
url - Variable in class org.camunda.bpm.engine.cdi.jsf.TaskForm
 
url - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
 
url - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
 
UrlStreamSource - Class in org.camunda.bpm.engine.impl.util.io
 
UrlStreamSource(URL) - Constructor for class org.camunda.bpm.engine.impl.util.io.UrlStreamSource
 
urlToURI(URL) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
Converts an url to an uri.
usePosixGroups - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
USER - Static variable in class org.camunda.bpm.engine.EntityTypes
 
User - Interface in org.camunda.bpm.engine.identity
Represents a user, used in IdentityService.
user - Variable in class org.camunda.bpm.engine.impl.cmd.SaveUserCmd
 
user - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
 
user - Variable in class org.camunda.bpm.qa.upgrade.scenarios.authorization.AuthorizationScenario
 
USER_ID - Static variable in interface org.camunda.bpm.engine.impl.UserQueryProperty
 
USER_PREFIX - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
USER_TASK_ASSIGNMENT_HANDLER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
USER_TASK_ID_HANDLER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
 
UserAuthentication - Class in org.camunda.bpm.webapp.impl.security.auth
An authentication for a user
UserAuthentication(String, List<String>, String, Set<String>) - Constructor for class org.camunda.bpm.webapp.impl.security.auth.UserAuthentication
 
UserAuthenticationResource - Class in org.camunda.bpm.webapp.impl.security.auth
Jax-Rs resource allowing users to authenticate with username and password
UserAuthenticationResource() - Constructor for class org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource
 
UserCreateDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
UserCreateDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserCreateDto
 
UserCredentialsDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
UserCredentialsDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto
 
userDnPattern - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
UserDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
UserDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserDto
 
UserDto - Class in org.camunda.bpm.engine.rest.dto.task
 
UserDto(String, String, String) - Constructor for class org.camunda.bpm.engine.rest.dto.task.UserDto
 
userEmail(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only those Users with the given email addres.
userEmail(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userEmailAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
userEmailLike(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users where the email matches the given parameter.
userEmailLike(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
UserEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
UserEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
UserEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
 
UserEventListener - Interface in org.camunda.bpm.model.cmmn.instance
 
UserEventListenerImpl - Class in org.camunda.bpm.model.cmmn.impl.instance
 
UserEventListenerImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.cmmn.impl.instance.UserEventListenerImpl
 
userFirstName(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users with the given firstName.
userFirstName(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userFirstnameAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
userFirstNameLike(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users where the first name matches the given parameter.
userFirstNameLike(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userId - Variable in exception org.camunda.bpm.engine.AuthorizationException
 
userId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
Query entries which are existing for the user.
userId(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users with the given id/
userId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.ClaimTaskCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateUserCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteUserInfoCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteUserPictureCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserAccountCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserInfoCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserInfoKeysCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserPictureCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserPictureCmd
 
userId - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
 
userId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
userId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
userId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
 
userId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
 
userId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
userId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
 
userId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
userId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
userId(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationCreateDto
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationDto
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.AuthorizationExceptionDto
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
userId - Variable in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
userId - Variable in class org.camunda.bpm.engine.rest.hal.identitylink.HalIdentityLink
 
UserId - Annotation Type in org.camunda.bpm.engine.spring.annotations
specifies which parameter is a user id
userId - Variable in class org.camunda.bpm.webapp.impl.security.auth.AuthenticationDto
 
userIdAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
UserIdDto - Class in org.camunda.bpm.engine.rest.dto.task
 
UserIdDto() - Constructor for class org.camunda.bpm.engine.rest.dto.task.UserIdDto
 
userIdIn(String...) - Method in interface org.camunda.bpm.engine.authorization.AuthorizationQuery
only selects authorizations for the given user ids
userIdIn(String...) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users with the given ids
userIdIn(String...) - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
userIdIn(String...) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userIdIn - Variable in class org.camunda.bpm.engine.rest.dto.authorization.AuthorizationQueryDto
 
userIds - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
 
userInfoType - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserInfoKeysCmd
 
userLastName(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users with the given lastName.
userLastName(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
userLastnameAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
userLastNameLike(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
Only select Users where the last name matches the given parameter.
userLastNameLike(String) - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
 
UserOperationLogContext - Class in org.camunda.bpm.engine.impl.oplog
Provides information about user operations.
UserOperationLogContext() - Constructor for class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
 
UserOperationLogEntry - Interface in org.camunda.bpm.engine.history
Log entry about an operation performed by a user.
UserOperationLogEntryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
UserOperationLogEntryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
 
UserOperationLogEntryEventEntity - Class in org.camunda.bpm.engine.impl.history.event
 
UserOperationLogEntryEventEntity() - Constructor for class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
 
UserOperationLogManager - Class in org.camunda.bpm.engine.impl.persistence.entity
Manager for UserOperationLogEntryEventEntity that also provides a generic and some specific log methods.
UserOperationLogManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
 
UserOperationLogQuery - Interface in org.camunda.bpm.engine.history
Programmatic querying for UserOperationLogEntry instances.
UserOperationLogQueryDto - Class in org.camunda.bpm.engine.rest.dto.history
 
UserOperationLogQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.history.UserOperationLogQueryDto
 
UserOperationLogQueryImpl - Class in org.camunda.bpm.engine.impl
 
UserOperationLogQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
UserOperationLogQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
 
UserOperationLogRestService - Interface in org.camunda.bpm.engine.rest.history
Exposes the UserOperationLogQuery as REST service.
UserOperationLogRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl.history
 
UserOperationLogRestServiceImpl(ObjectMapper, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.impl.history.UserOperationLogRestServiceImpl
 
userPassword - Variable in class org.camunda.bpm.engine.impl.cmd.GetUserAccountCmd
 
userPassword - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
userPasswordAttribute - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
UserProfileDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
UserProfileDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserProfileDto
 
UserQuery - Interface in org.camunda.bpm.engine.identity
Allows programmatic querying of User
UserQueryDto - Class in org.camunda.bpm.engine.rest.dto.identity
 
UserQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
UserQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.identity.UserQueryDto
 
UserQueryImpl - Class in org.camunda.bpm.engine.impl
 
UserQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.UserQueryImpl
 
UserQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.UserQueryImpl
 
UserQueryProperty - Interface in org.camunda.bpm.engine.impl
Contains the possible properties that can be used by the UserQuery.
UserResource - Interface in org.camunda.bpm.engine.rest.sub.identity
 
UserResourceImpl - Class in org.camunda.bpm.engine.rest.sub.identity.impl
 
UserResourceImpl(String, String, String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
 
UserRestService - Interface in org.camunda.bpm.engine.rest
 
UserRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
UserRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.UserRestServiceImpl
 
userSearchBase - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
userSearchFilter - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
userTask() - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
userTask(String) - Method in class org.camunda.bpm.model.bpmn.builder.AbstractFlowNodeBuilder
 
UserTask - Interface in org.camunda.bpm.model.bpmn.instance
The BPMN userTask element
USERTASK_IMAGE - Static variable in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramCanvas
 
UserTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
activity implementation for the user task.
UserTaskActivityBehavior(ExpressionManager, TaskDefinition) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
Deprecated.
UserTaskActivityBehavior(TaskDecorator) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
 
UserTaskBuilder - Class in org.camunda.bpm.model.bpmn.builder
 
UserTaskBuilder(BpmnModelInstance, UserTask) - Constructor for class org.camunda.bpm.model.bpmn.builder.UserTaskBuilder
 
UserTaskImpl - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN userTask element
UserTaskImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.UserTaskImpl
 
usesCollection() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
 
useSsl - Variable in class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
 
useTLS - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
UTF_8 - Static variable in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.StringUtils
 

V

VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseActivityInstanceQueryDto
 
VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.history.HistoricJobLogQueryDto
 
VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
VALID_SORT_BY_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.task.TaskQueryDto
 
VALID_SORT_ORDER_VALUES - Static variable in class org.camunda.bpm.engine.rest.dto.AbstractQueryDto
 
validate() - Method in class org.camunda.bpm.container.impl.jboss.config.ManagedProcessEngineMetadata
validates the configuration and throws ProcessEngineException if the configuration is invalid.
validate() - Method in class org.camunda.bpm.container.impl.threading.ra.inflow.JobExecutionHandlerActivationSpec
 
validate() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
validate(Validator<AbstractQuery<?, ?>>) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
 
validate() - Method in class org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
 
validate(Object, VariableMap, FormFieldHandler, VariableScope) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
validate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Integer, Integer) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Long, Long) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Double, Double) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Float, Float) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Short, Short) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractNumericValidator
 
validate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
 
validate(String, String) - Method in class org.camunda.bpm.engine.impl.form.validator.AbstractTextValueValidator
 
validate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
 
validate(Object, FormFieldValidatorContext) - Method in interface org.camunda.bpm.engine.impl.form.validator.FormFieldValidator
return true if the submitted value is valid for the given form field.
validate(String, String) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxLengthValidator
 
validate(Integer, Integer) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
validate(Long, Long) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
validate(Double, Double) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
validate(Float, Float) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
validate(Short, Short) - Method in class org.camunda.bpm.engine.impl.form.validator.MaxValidator
 
validate(String, String) - Method in class org.camunda.bpm.engine.impl.form.validator.MinLengthValidator
 
validate(Integer, Integer) - Method in class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
validate(Long, Long) - Method in class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
validate(Double, Double) - Method in class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
validate(Float, Float) - Method in class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
validate(Short, Short) - Method in class org.camunda.bpm.engine.impl.form.validator.MinValidator
 
validate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.ReadOnlyValidator
 
validate(Object, FormFieldValidatorContext) - Method in class org.camunda.bpm.engine.impl.form.validator.RequiredValidator
 
validate(T) - Method in class org.camunda.bpm.engine.impl.QueryValidators.AdhocQueryValidator
 
validate(T) - Method in class org.camunda.bpm.engine.impl.QueryValidators.StoredQueryValidator
 
validate(T) - Method in interface org.camunda.bpm.engine.impl.Validator
 
validate() - Method in class org.camunda.bpm.engine.rest.dto.task.IdentityLinkDto
 
validateActivities(List<ActivityImpl>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateAndSwitchVersionOfExecution(CommandContext, ExecutionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetProcessDefinitionVersionCmd
 
validateExclusiveGateway(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateFieldDeclarationsForEmail(Element, List<FieldDeclaration>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateFieldDeclarationsForShell(Element, List<FieldDeclaration>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateModel(BpmnModelInstance) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Validate model DOM document
validateModel(CmmnModelInstance) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Validate model DOM document
validateModel(DomDocument) - Method in class org.camunda.bpm.model.xml.impl.parser.AbstractModelParser
Validate DOM document
validateOutgoingFlows(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
validateParameters() - Method in class org.camunda.bpm.engine.rest.dto.runtime.modification.CancellationInstructionDto
 
validateParams(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
 
validateParams(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkForProcessDefinitionCmd
 
validateParams(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
 
validateParams(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
 
validateValue(Object) - Method in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
validatingSchema - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
 
validationConstraints - Variable in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
 
validationConstraints - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
validationHandlers - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
 
validator - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
 
Validator<T> - Interface in org.camunda.bpm.engine.impl
Validators must be equal (in terms of #equals(Object)) if they validate the exact same thing.
validatorContext - Variable in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
 
validators - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
 
validators - Variable in class org.camunda.bpm.engine.impl.form.validator.FormValidators
the registry of configured validators.
value - Variable in class org.camunda.bpm.container.impl.jboss.util.ServiceListenerFuture
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.AssignTaskLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.BusinessProcessDefinitionLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.CompleteTaskLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.CreateTaskLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.DeleteTaskLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.EndActivityLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.StartActivityLiteral
 
value() - Method in class org.camunda.bpm.engine.cdi.annotation.event.TakeTransitionLiteral
 
value - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
 
value - Variable in class org.camunda.bpm.engine.impl.cmd.SetPropertyCmd
 
value - Variable in class org.camunda.bpm.engine.impl.cmd.SetUserInfoCmd
 
value - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.value.ConstantValueProvider
 
value - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableStore.SimpleVariableInstance
 
value - Variable in class org.camunda.bpm.engine.impl.core.variable.value.AbstractTypedValue
 
value - Variable in class org.camunda.bpm.engine.impl.core.variable.value.UntypedValueImpl
 
value - Variable in class org.camunda.bpm.engine.impl.delegate.ExpressionSetInvocation
 
value - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
 
value - Variable in class org.camunda.bpm.engine.impl.form.FormPropertyImpl
 
value() - Method in class org.camunda.bpm.engine.impl.juel.Parser
value := (nonliteral | literal) (<DOT> <IDENTIFIER> | <LBRACK> expr <RBRACK>)*
value - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
 
value - Variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
 
value - Variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
value(boolean) - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Append a double value.
value(long) - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Append a long value.
value(Object) - Method in class org.camunda.bpm.engine.impl.util.json.JSONWriter
Append an object value.
value - Variable in class org.camunda.bpm.engine.impl.util.xml.Attribute
 
value - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
value - Variable in class org.camunda.bpm.engine.rest.dto.ConditionQueryParameterDto
 
value - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
value - Variable in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
value - Variable in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
value - Variable in class org.camunda.connect.plugin.impl.ConnectorVariableStore.ConnectorParamVariable
 
VALUE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
 
VALUE_INFO_OBJECT_TYPE_NAME - Static variable in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
VALUE_INFO_SERIALIZATION_DATA_FORMAT - Static variable in class org.camunda.bpm.engine.impl.core.variable.type.ObjectTypeImpl
 
VALUE_INFO_SERIALIZATION_DATA_FORMAT - Static variable in class org.camunda.spin.plugin.variable.type.impl.SpinValueTypeImpl
 
valueAsBoolean(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsDouble(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsFloat(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsInteger(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsShort(String) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsString(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
 
valueAsString(boolean) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsString(int) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsString(float) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsString(double) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAsString(short) - Static method in class org.camunda.bpm.model.xml.impl.util.ModelUtil
 
valueAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CategoryValueImpl
 
valueCondition - Variable in class org.camunda.bpm.engine.impl.QueryVariableValue
 
valueExpression - Variable in class org.camunda.bpm.engine.impl.delegate.ExpressionInvocation
 
valueExpression - Variable in class org.camunda.bpm.engine.impl.el.JuelExpression
 
ValueExpression - Class in org.camunda.bpm.engine.impl.javax.el
An Expression that can get or set a value.
ValueExpression() - Constructor for class org.camunda.bpm.engine.impl.javax.el.ValueExpression
 
ValueFields - Interface in org.camunda.bpm.engine.impl.variable.serializer
 
ValueFieldsImpl - Class in org.camunda.bpm.engine.impl.variable.serializer
 
ValueFieldsImpl() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.ValueFieldsImpl
 
valueInfo - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
valueInfo - Variable in class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
valueInfo - Variable in class org.camunda.bpm.engine.rest.hal.HalVariableValue
 
valueOf(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Element
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.container.impl.spi.ServiceTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.authorization.Permissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.authorization.Resources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.cfg.TransactionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.core.model.CallableElement.CallableElementBinding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.juel.Builder.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl.Profile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.juel.Parser.ExtensionPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.juel.Scanner.Symbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.metrics.MetricsQueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.pvm.process.ActivityStartBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.QueryOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.impl.util.LogUtil.ThreadLogMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.repository.ResumePreviousBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.task.DelegationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.AssociationDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.EventBasedGatewayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.GatewayDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.instance.bpmndi.MessageVisibleKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.instance.bpmndi.ParticipantBandKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.ItemKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.MultiInstanceFlowCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.ProcessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.bpmn.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.cmmn.CaseFileItemTransition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.cmmn.MultiplicityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.cmmn.PlanItemTransition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.camunda.bpm.model.cmmn.RelationshipDirection
Returns the enum constant of this type with the specified name.
valueProvider - Variable in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
The provider of the parameter value.
ValueReference - Class in org.camunda.bpm.engine.impl.javax.el
This class encapsulates a base model object and one of its properties.
ValueReference(Object, Object) - Constructor for class org.camunda.bpm.engine.impl.javax.el.ValueReference
 
values() - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Element
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.container.impl.jboss.extension.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.container.impl.spi.ServiceTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.authorization.Permissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.authorization.Resources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
 
values() - Static method in enum org.camunda.bpm.engine.impl.cfg.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.core.model.CallableElement.CallableElementBinding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
values() - Static method in enum org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.camunda.bpm.engine.impl.form.type.EnumFormType
 
values() - Static method in enum org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.juel.Builder.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.juel.ExpressionFactoryImpl.Profile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.juel.Parser.ExtensionPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.juel.Scanner.Symbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.metrics.MetricsQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.pvm.process.ActivityStartBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.impl.QueryOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
values() - Static method in enum org.camunda.bpm.engine.impl.util.LogUtil.ThreadLogMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.repository.ResumePreviousBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.task.DelegationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.engine.variable.Variables.SerializationDataFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.AssociationDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.EventBasedGatewayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.GatewayDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.instance.bpmndi.MessageVisibleKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.instance.bpmndi.ParticipantBandKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.ItemKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.MultiInstanceFlowCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.ProcessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.bpmn.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.cmmn.CaseFileItemTransition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.cmmn.MultiplicityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.cmmn.PlanItemTransition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.camunda.bpm.model.cmmn.RelationshipDirection
Returns an array containing the constants of this enum type, in the order they are declared.
valuesEqual(T, T) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
 
valueType - Variable in class org.camunda.bpm.engine.impl.variable.serializer.AbstractTypedValueSerializer
 
ValueType - Interface in org.camunda.bpm.engine.variable.type
 
valueTypeResolver - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
 
ValueTypeResolver - Interface in org.camunda.bpm.engine.variable.type
 
ValueTypeResolverImpl - Class in org.camunda.bpm.engine.impl.variable
Resolves ValueType by name.
ValueTypeResolverImpl() - Constructor for class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
 
VARIABLE - Static variable in class org.camunda.bpm.engine.EntityTypes
 
VARIABLE_EVENT_TYPE_CREATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
VARIABLE_EVENT_TYPE_DELETE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
VARIABLE_EVENT_TYPE_UPDATE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
Deprecated.
VARIABLE_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
VARIABLE_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryProperty
 
VARIABLE_NAME - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
VARIABLE_REVISION - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
VARIABLE_TYPE - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
 
VARIABLE_TYPE - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
 
VariableDeclaration - Class in org.camunda.bpm.engine.impl.variable
Deprecated.
VariableDeclaration(String, String) - Constructor for class org.camunda.bpm.engine.impl.variable.VariableDeclaration
Deprecated.
 
variableDeletions - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
VariableEvent - Class in org.camunda.bpm.engine.impl.core.variable.event
 
VariableEvent(VariableInstance, String, AbstractVariableScope) - Constructor for class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
VariableEventDispatcher - Interface in org.camunda.bpm.engine.impl.core.variable.event
 
variableEventsQueue - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
 
variableExpression - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
variableId(String) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select the variable with the given Id
variableId - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableId(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
 
variableId - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableId(String) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableId - Variable in class org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
 
variableId - Variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
variableId(String) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select the variable with the given Id
variableInstance - Variable in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
 
variableInstance - Variable in class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
VariableInstance - Interface in org.camunda.bpm.engine.runtime
A VariableInstance represents a variable in the execution of a process instance.
VariableInstanceDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
VariableInstanceDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
 
VariableInstanceEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
 
VariableInstanceEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
 
variableInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
Only select historic variable updates associated to the given historic variable instance.
variableInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
variableInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
variableInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
variableInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
variableInstanceId - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
VariableInstanceManager - Class in org.camunda.bpm.engine.impl.persistence.entity
 
VariableInstanceManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
 
VariableInstanceQuery - Interface in org.camunda.bpm.engine.runtime
 
VariableInstanceQueryDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
VariableInstanceQueryDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
VariableInstanceQueryDto(ObjectMapper, MultivaluedMap<String, String>) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
VariableInstanceQueryImpl - Class in org.camunda.bpm.engine.impl
 
VariableInstanceQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
VariableInstanceQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
VariableInstanceQueryProperty - Interface in org.camunda.bpm.engine.impl
 
variableInstanceResource(String) - Method in interface org.camunda.bpm.engine.rest.history.HistoricVariableInstanceRestService
 
variableInstanceResource(String) - Method in class org.camunda.bpm.engine.rest.impl.history.HistoricVariableInstanceRestServiceImpl
 
VariableInstanceResource - Interface in org.camunda.bpm.engine.rest.sub.runtime
 
VariableInstanceResourceImpl - Class in org.camunda.bpm.engine.rest.sub.runtime.impl
 
VariableInstanceResourceImpl(String, ProcessEngine) - Constructor for class org.camunda.bpm.engine.rest.sub.runtime.impl.VariableInstanceResourceImpl
 
VariableInstanceRestService - Interface in org.camunda.bpm.engine.rest
 
VariableInstanceRestServiceImpl - Class in org.camunda.bpm.engine.rest.impl
 
VariableInstanceRestServiceImpl(String, ObjectMapper) - Constructor for class org.camunda.bpm.engine.rest.impl.VariableInstanceRestServiceImpl
 
variableInstances - Variable in class org.camunda.bpm.engine.impl.variable.AbstractPersistentVariableStore
 
VariableListConverter - Class in org.camunda.bpm.engine.rest.dto.converter
Reads a list of VariableQueryParameterDtos from a single parameter.
VariableListConverter() - Constructor for class org.camunda.bpm.engine.rest.dto.converter.VariableListConverter
 
VariableListener<T extends DelegateVariableInstance<?>> - Interface in org.camunda.bpm.engine.delegate
 
variableListenerInstance - Variable in class org.camunda.bpm.engine.impl.variable.listener.CaseVariableListenerInvocation
 
variableListeners - Variable in class org.camunda.bpm.engine.impl.core.model.CoreModelElement
 
variableLocalDeletions - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
VariableMap - Interface in org.camunda.bpm.engine.variable
A Map of variables.
VariableMapImpl - Class in org.camunda.bpm.engine.impl.core.variable
 
VariableMapImpl(VariableMapImpl) - Constructor for class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
VariableMapImpl(Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
VariableMapImpl() - Constructor for class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
VariableMapper - Class in org.camunda.bpm.engine.impl.javax.el
The interface to a map between EL variables and the EL expressions they are associated with.
VariableMapper() - Constructor for class org.camunda.bpm.engine.impl.javax.el.VariableMapper
 
variableName(String) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic process variables with the given variable name.
variableName - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
 
variableName - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
 
variableName - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
 
variableName - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
 
variableName - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableCmd
 
variableName - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariableTypedCmd
 
variableName - Variable in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
 
variableName - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableName(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
 
variableName - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableName(String) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
variableName - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
variableName - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
variableName(String) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have the variable name.
VariableNameDto - Class in org.camunda.bpm.engine.rest.dto.runtime
 
VariableNameDto() - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
VariableNameDto(String) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
VariableNameDto(String, boolean) - Constructor for class org.camunda.bpm.engine.rest.dto.runtime.VariableNameDto
 
variableNameIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableNameIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have one of the variables names.
variableNameLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
Only select historic process variables where the given variable name is like.
variableNameLike - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableNameLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableNameLike - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableNameLike(String) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableNameLike - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
variableNameLike - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
variableNameLike(String) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have the name like the assigned variable name.
variableNames - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractRemoveVariableCmd
 
variableNames - Variable in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
 
variableNames - Variable in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
 
variableNames - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
 
variableNames - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
VariableOrderProperty - Class in org.camunda.bpm.engine.impl
 
VariableOrderProperty(String, ValueType) - Constructor for class org.camunda.bpm.engine.impl.VariableOrderProperty
 
VariableQueryParameterDto - Class in org.camunda.bpm.engine.rest.dto
 
VariableQueryParameterDto() - Constructor for class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
VariableQueryParameterDto(TaskQueryVariableValue) - Constructor for class org.camunda.bpm.engine.rest.dto.VariableQueryParameterDto
 
VariableResource - Interface in org.camunda.bpm.engine.rest.sub
 
variables - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetVariableCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmd.SubmitStartFormCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
variables - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
 
variables - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
 
variables - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.MapBasedVariableStore
 
variables - Variable in class org.camunda.bpm.engine.impl.core.variable.VariableMapImpl
 
variables - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
 
variables - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
variables - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
 
variables - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricCaseInstanceQueryDto
 
variables - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseExecutionQueryDto
 
variables - Variable in class org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceQueryDto
 
variables - Variable in class org.camunda.bpm.engine.rest.dto.runtime.modification.ProcessInstanceModificationInstructionDto
 
variables - Variable in class org.camunda.bpm.engine.rest.dto.runtime.StartProcessInstanceDto
 
Variables - Class in org.camunda.bpm.engine.variable
This class is the entry point to the process engine's typed variables API.
Variables() - Constructor for class org.camunda.bpm.engine.variable.Variables
 
Variables.SerializationDataFormats - Enum in org.camunda.bpm.engine.variable
A set of builtin serialization dataformat constants.
VARIABLES_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
VariableScope - Interface in org.camunda.bpm.engine.delegate
 
variableScope - Variable in class org.camunda.bpm.engine.impl.form.handler.DefaultFormFieldValidatorContext
 
variableScope - Variable in class org.camunda.bpm.engine.impl.form.handler.SubmitFormVariablesInvocation
 
variableScope - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
variableScope - Variable in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
VariableScopeElResolver - Class in org.camunda.bpm.engine.impl.el
Implementation of an ELResolver that resolves expressions with the process variables of a given VariableScope as context.
VariableScopeElResolver() - Constructor for class org.camunda.bpm.engine.impl.el.VariableScopeElResolver
 
variableScopeIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableScopeIdIn - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
variableScopeIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variables instances which have on of the variable scope ids.
variableScopeIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
 
variableScopeKey - Variable in class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
VariableScopeResolver - Class in org.camunda.bpm.engine.impl.scripting.engine
Bindings implementation using an ExecutionImpl as 'back-end'.
VariableScopeResolver(VariableScope) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolver
 
VariableScopeResolverFactory - Class in org.camunda.bpm.engine.impl.scripting.engine
 
VariableScopeResolverFactory() - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.VariableScopeResolverFactory
 
variablesDeletions - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
variableSerializers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 
VariableSerializers - Interface in org.camunda.bpm.engine.impl.variable.serializer
Interface describing a container for all available TypedValueSerializers of variables.
variablesLocal - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
 
variablesLocal - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
 
variablesLocal - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
variablesLocal - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
 
variablesLocalDeletions - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CaseExecutionVariableCmd
 
variableStore - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
 
variableStore - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
 
variableStore - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
 
variableStore - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
 
variableStore - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
 
variableStore - Variable in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
VariableTableMapping - Class in org.camunda.bpm.engine.impl.db.sql
 
VariableTableMapping() - Constructor for class org.camunda.bpm.engine.impl.db.sql.VariableTableMapping
 
variableType - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableUpdateDto
 
variableUpdates() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
variableUpdates() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
 
variableUpdates - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricDetailQueryDto
 
variableValue - Variable in class org.camunda.bpm.engine.impl.core.variable.value.builder.ObjectVariableBuilderImpl
 
variableValue - Variable in class org.camunda.bpm.engine.impl.core.variable.value.builder.SerializedObjectValueBuilderImpl
 
variableValue - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
 
variableValue - Variable in class org.camunda.bpm.engine.rest.dto.history.HistoricVariableInstanceQueryDto
 
variableValue - Variable in class org.camunda.spin.plugin.variable.value.impl.builder.SpinValueBuilderImpl
 
variableValueConverter - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
 
VariableValueDto - Class in org.camunda.bpm.engine.rest.dto
 
VariableValueDto() - Constructor for class org.camunda.bpm.engine.rest.dto.VariableValueDto
 
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given value.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable with the given value when they ended.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
only select historic process variables with the given name and value
variableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
 
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable with the given value.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable with the given value.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable with the given value.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable with the given value.
variableValueEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variables instances which have the given name and value.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which had a global variable with the given name and a value greater than the given value when they where closed.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value greater than the passed value when they ended.
variableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a variable value greater than the passed value.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable value greater than the passed value.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable value greater than the passed value.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a variable value greater than the passed value.
variableValueGreaterThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which value is greater than the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given name and a value greater or equal than the given value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value greater than or equal to the passed value when they ended.
variableValueGreaterThanOrEqual(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable value greater than or equal to the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable value greater than or equal to the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable value greater than or equal to the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value greater than or equal to the passed value.
variableValueGreaterThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which value is greater than or equal to the passed value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given name and a value less than the given value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable value less than the passed value when the ended.
variableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable value less than the passed value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable value less than the passed value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable value less than the passed value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value less than the passed value.
variableValueLessThan(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which value is less than the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given name and a value less or equal than the given value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which has a global variable value less than or equal to the passed value when they ended.
variableValueLessThanOrEqual(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable value less than or equal to the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable value less than or equal to the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable value less than or equal to the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value less than or equal to the passed value.
variableValueLessThanOrEqual(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which value is less than or equal to the passed value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given name and a value like given value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had global variable value like the given value when they ended.
variableValueLike(String, String) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable value like the given value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable value like the given value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable value like the given value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable value like the given value.
variableValueLike(String, String) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which value is like the given value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
Only select case instances which have a global variable with the given name but a different value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
Only select process instances which had a global variable with the given name, but with a different value than the passed value when they ended.
variableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
 
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
Only select case executions which have a local variable with the given name, but with a different value than the passed value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
Only select cases instances which have a global variable with the given name, but with a different value than the passed value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
Only select executions which have a local variable with the given name, but with a different value than the passed value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
Only select process instances which have a global variable with the given name, but with a different value than the passed value.
variableValueNotEquals(String, Object) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
Only select variable instances which have the given name, but with a different value than the passed value.
variableValues - Variable in class org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceQueryDto
 
VARIANTS - Static variable in class org.camunda.bpm.engine.rest.impl.TaskRestServiceImpl
 
VARIANTS - Static variable in class org.camunda.bpm.engine.rest.sub.runtime.impl.FilterResourceImpl
 
VARIANTS - Static variable in class org.camunda.bpm.engine.rest.sub.task.impl.TaskResourceImpl
 
version - Variable in class org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessDefinitionDto
 
version - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
 
version - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
 
version - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
 
version - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
 
VERSION - Static variable in interface org.camunda.bpm.engine.ProcessEngine
the version of the process engine library
version - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
 
version - Variable in class org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionQueryDto
 
version - Variable in class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
 
version - Variable in class org.camunda.bpm.engine.rest.hal.caseDefinition.HalCaseDefinition
 
version - Variable in class org.camunda.bpm.engine.rest.hal.processDefinition.HalProcessDefinition
 
versionValueProvider - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
 
vfsFileAsUrl(VirtualFile) - Method in class org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationDeploymentProcessor
 
VfsProcessApplicationScanner - Class in org.camunda.bpm.container.impl.deployment.scanning
A ProcessArchiveScanner which uses Jboss VFS for scanning the process archive for processes.
VfsProcessApplicationScanner() - Constructor for class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
 

W

wait - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
 
WAIT_TIME_IN_MILLIS - Static variable in interface org.camunda.bpm.container.impl.metadata.spi.JobAcquisitionXml
 
waitBeforeRetry(long) - Method in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
waitForCompletion - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
 
waitForCompletionAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.CompensateEventDefinitionImpl
 
waitForJobExecutorOnCondition(long, long, Callable<Boolean>) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
Deprecated.
waitForJobExecutorOnCondition(long, Callable<Boolean>) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
waitForJobExecutorOnCondition(long, Callable<Boolean>) - Method in class org.camunda.bpm.webapp.test.util.JobExecutorHelper
 
waitForJobExecutorToProcessAllJobs(long, long) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
Deprecated.
waitForJobExecutorToProcessAllJobs(long) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
 
waitForJobExecutorToProcessAllJobs(ProcessEngineConfigurationImpl, long, long) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
 
waitForJobExecutorToProcessAllJobs(long) - Method in class org.camunda.bpm.webapp.test.util.JobExecutorHelper
 
waitIncreaseFactor - Variable in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
waitIncreaseFactor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
 
waitTimeInMillis - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
 
waitTimeInMs - Variable in class org.camunda.bpm.engine.impl.interceptor.RetryInterceptor
 
walkUntil() - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
walkUntil(TreeWalker.WalkCondition<T>) - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
walkWhile() - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
walkWhile(TreeWalker.WalkCondition<T>) - Method in class org.camunda.bpm.engine.impl.tree.TreeWalker
 
warning(SAXParseException) - Method in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
 
warning(SAXParseException) - Method in class org.camunda.bpm.model.xml.impl.util.DomUtil.DomErrorHandler
 
warnings - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
 
wasNoScope(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
Determines whether the given scope was a scope (boolean flag isScope) when used as a multi-instance activity
Waypoint - Interface in org.camunda.bpm.model.bpmn.instance.di
The DI waypoint element of the DI Edge type
waypointCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.di.EdgeImpl
 
WaypointImpl - Class in org.camunda.bpm.model.bpmn.impl.instance.di
The DI waypoint element of the DI Edge type
WaypointImpl(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.di.WaypointImpl
 
waypoints - Variable in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..
WhileExecutingInputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN whileExecutingInputRefs of the BPMN tInputSet type
WhileExecutingInputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.WhileExecutingInputRefs
 
whileExecutingInputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.InputSetImpl
 
WhileExecutingOutputRefs - Class in org.camunda.bpm.model.bpmn.impl.instance
The BPMN whileExecutingOutputRefs element of the BPMN tOutputSet type
WhileExecutingOutputRefs(ModelTypeInstanceContext) - Constructor for class org.camunda.bpm.model.bpmn.impl.instance.WhileExecutingOutputRefs
 
whileExecutingOutputRefsCollection - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.OutputSetImpl
 
WHITE_LISTED_URL_PATTERNS - Static variable in class org.camunda.bpm.engine.rest.security.auth.ProcessEngineAuthenticationFilter
 
width - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
width - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
width - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
widthAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
withCaseDefinition(String) - Method in interface org.camunda.bpm.engine.CaseService
Define a CaseInstance using a fluent builder.
withCaseDefinition(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
withCaseDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.CaseService
Define a CaseInstance using a fluent builder.
withCaseDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
withCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
Define a command to be executed for a CaseExecution using a fluent builder.
withCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
 
withException - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
 
withException() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
withException() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs that failed due to an exception.
withRetriesLeft() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
 
withRetriesLeft() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
Only select jobs which have retries left
workManager - Variable in class org.camunda.bpm.container.impl.threading.ra.commonj.CommonJWorkManagerExecutorService
 
workManager - Variable in class org.camunda.bpm.container.impl.threading.ra.JcaWorkManagerExecutorService
 
wrapContext(ELContext) - Method in class org.camunda.bpm.engine.cdi.impl.el.CdiResolver
 
wrappedBindings - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
 
wrappedMap - Variable in class org.camunda.bpm.engine.impl.el.ReadOnlyMapELResolver
 
wrappedQueryValue - Variable in class org.camunda.bpm.engine.impl.AbstractQueryVariableValueCondition
 
WritableIdentityProvider - Interface in org.camunda.bpm.engine.impl.identity
SPI Interface for identity service implementations which offer read / write access to the user database.
write(Writer) - Method in class org.camunda.bpm.engine.impl.util.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.camunda.bpm.engine.impl.util.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writeAttributes(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
writeContent(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeDocumentToOutputStream(DomDocument, OutputStream) - Static method in class org.camunda.bpm.model.xml.impl.util.IoUtil
Writes a DomDocument to an OutputStream by transforming the DOM to XML.
writeEndLine(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeEndTag(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeEndTagElement(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeLeadingWhitespace(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeMethodName - Variable in class org.camunda.bpm.engine.impl.javax.el.DynamicBeanPropertyELResolver
 
writeModelToFile(File, BpmnModelInstance) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows writing a BpmnModelInstance to a File.
writeModelToFile(File, CmmnModelInstance) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows writing a CmmnModelInstance to a File.
writeModelToStream(OutputStream, BpmnModelInstance) - Static method in class org.camunda.bpm.model.bpmn.Bpmn
Allows writing a BpmnModelInstance to an OutputStream.
writeModelToStream(OutputStream, CmmnModelInstance) - Static method in class org.camunda.bpm.model.cmmn.Cmmn
Allows writing a CmmnModelInstance to an OutputStream.
writePlugin(XMLExtendedStreamWriter, ModelNode) - Method in class org.camunda.bpm.container.impl.jboss.extension.BpmPlatformParser
 
writer - Variable in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
 
writer - Variable in class org.camunda.bpm.engine.impl.util.json.JSONWriter
The writer that will receive the output.
writeStartTag(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeStartTagClose(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeStartTagOpen(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeStringToFile(String, String) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
 
writeTextContent(HtmlDocumentBuilder.HtmlWriteContext) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
 
writeToRequest(ConnectorRequest<?>) - Method in class org.camunda.connect.plugin.impl.ConnectorVariableScope
 
writeToValueFields(ObjectValue, ValueFields, byte[]) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
 
writeToValueFields(T, ValueFields, byte[]) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
writeToValueFields(SpinValue, ValueFields, byte[]) - Method in class org.camunda.spin.plugin.impl.SpinValueSerializer
 
writeTransition(TransitionInstance, StringWriter, String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
writeTree(StringWriter, String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
 
writeValue(T, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
 
writeValue(BooleanValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.BooleanValueSerializer
 
writeValue(BytesValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ByteArrayValueSerializer
 
writeValue(DateValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DateValueSerializer
 
writeValue(DoubleValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.DoubleValueSerializer
 
writeValue(IntegerValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.IntegerValueSerializer
 
writeValue(ObjectValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
 
writeValue(LongValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.LongValueSerlializer
 
writeValue(NullValueImpl, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.NullValueSerializer
 
writeValue(ShortValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.ShortValueSerializer
 
writeValue(StringValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.StringValueSerializer
 
writeValue(T, ValueFields) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.TypedValueSerializer
Serialize a TypedValue to the ValueFields.
WrongDbException - Exception in org.camunda.bpm.engine
Exception that is thrown when the Activiti engine discovers a mismatch between the database schema version and the engine version.
WrongDbException(String, String) - Constructor for exception org.camunda.bpm.engine.WrongDbException
 
WrongDocumentException - Exception in org.camunda.bpm.model.xml.impl.util
Thrown when a Model Element is added to the wrong document
WrongDocumentException(Node, DomDocument) - Constructor for exception org.camunda.bpm.model.xml.impl.util.WrongDocumentException
 
wsSyncFactoryClassName - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
 

X

x - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
x - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
x - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
xAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
xAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
XML - Class in org.camunda.bpm.engine.impl.util.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.camunda.bpm.engine.impl.util.json.XML
 
XML - Static variable in interface org.camunda.spin.plugin.variable.type.SpinValueType
 
XML_SCHEMA_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
Xml Schema is the default type language
XML_SCHEMA_NS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
Xml Schema is the default type language
XMLImporter - Interface in org.camunda.bpm.engine.impl.bpmn.parser
A XML importer
XmlQName - Class in org.camunda.bpm.model.xml.impl.util
 
XmlQName(DomDocument, String, String) - Constructor for class org.camunda.bpm.model.xml.impl.util.XmlQName
 
XmlQName(DomElement, String, String) - Constructor for class org.camunda.bpm.model.xml.impl.util.XmlQName
 
XmlQName(DomDocument, DomElement, String, String) - Constructor for class org.camunda.bpm.model.xml.impl.util.XmlQName
 
XMLTokener - Class in org.camunda.bpm.engine.impl.util.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.camunda.bpm.engine.impl.util.json.XMLTokener
Construct an XMLTokener from a string.
xmlValue(SpinXmlElement) - Static method in class org.camunda.spin.plugin.variable.SpinValues
 
xmlValue(String) - Static method in class org.camunda.spin.plugin.variable.SpinValues
 
XmlValue - Interface in org.camunda.spin.plugin.variable.value
 
XmlValueBuilder - Interface in org.camunda.spin.plugin.variable.value.builder
 
XmlValueBuilderImpl - Class in org.camunda.spin.plugin.variable.value.impl.builder
 
XmlValueBuilderImpl(XmlValue) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.XmlValueBuilderImpl
 
XmlValueBuilderImpl(String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.XmlValueBuilderImpl
 
XmlValueBuilderImpl(SpinXmlElement) - Constructor for class org.camunda.spin.plugin.variable.value.impl.builder.XmlValueBuilderImpl
 
XmlValueImpl - Class in org.camunda.spin.plugin.variable.value.impl
 
XmlValueImpl(SpinXmlElement, String, String, boolean) - Constructor for class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
XmlValueImpl(SpinXmlElement) - Constructor for class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
XmlValueImpl(String, String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
XmlValueImpl(String) - Constructor for class org.camunda.spin.plugin.variable.value.impl.XmlValueImpl
 
XmlValueSerializer - Class in org.camunda.spin.plugin.impl
 
XmlValueSerializer(DataFormat<SpinXmlElement>) - Constructor for class org.camunda.spin.plugin.impl.XmlValueSerializer
 
XmlValueSerializer() - Constructor for class org.camunda.spin.plugin.impl.XmlValueSerializer
 
XmlValueType - Interface in org.camunda.spin.plugin.variable.type
 
XmlValueTypeImpl - Class in org.camunda.spin.plugin.variable.type.impl
 
XmlValueTypeImpl() - Constructor for class org.camunda.spin.plugin.variable.type.impl.XmlValueTypeImpl
 
XPATH_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
 
XPATH_NS - Static variable in class org.camunda.bpm.model.cmmn.impl.CmmnModelConstants
 
XSI_ATTRIBUTE_TYPE - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
XSI attributes
XSI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
 
XSI_NS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
The Schema-Instance namespace.
XSI_NS - Static variable in class org.camunda.bpm.model.bpmn.impl.BpmnModelConstants
The XSI namespace

Y

y - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
 
y - Variable in class org.camunda.bpm.engine.impl.pvm.process.Lane
 
y - Variable in class org.camunda.bpm.engine.impl.pvm.process.ParticipantProcess
 
yAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.BoundsImpl
 
yAttribute - Static variable in class org.camunda.bpm.model.bpmn.impl.instance.dc.PointImpl
 
YEAR - Static variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 
years - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
 

_

_embedded - Variable in class org.camunda.bpm.engine.rest.hal.HalResource
Embedded resources
_links - Variable in class org.camunda.bpm.engine.rest.hal.HalResource
This resource links
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 _ 

Copyright © 2018. All rights reserved.