- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- 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
-
- CacheAwareHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.CacheAwareHistoryEventProducer
-
- cacheCapacity - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- cachedCandidateGroups - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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.engine.impl.scripting.engine.ScriptEngineResolver
-
- 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
-
- CacheDeployer - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- CacheDeployer() - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer
-
- cacheDeployer - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- cacheDeployer - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- cachedNames - Static variable in class org.camunda.bpm.engine.impl.util.ClassNameUtil
-
- cachedProcessEngine - Static variable in class org.camunda.bpm.engine.impl.test.PluggableProcessEngineTestCase
-
- cachedSqlSessionFactory - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- cachedUserGroups - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- cachedValue - Variable in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- cacheFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- CacheFactory - Interface in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- cacheFilter(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
returns the object in the cache.
- cacheKeyMapping - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
- CachePurgeReport - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- CachePurgeReport() - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- calculateBackoffTime() - Method in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- calculateBatchSize(ProcessEngineConfigurationImpl, BatchConfiguration) - Static method in class org.camunda.bpm.engine.impl.util.BatchUtil
-
- calculateBindingMap() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
-
- calculatedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricBatchesBuilder
-
Calculates the removal time dynamically based on the time to
live of the respective batch and the engine's removal time strategy.
- calculatedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricDecisionInstancesBuilder
-
Calculates the removal time dynamically based on the respective decision definition time to
live and the engine's removal time strategy.
- calculatedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder
-
Calculates the removal time dynamically based on the respective process definition time to
live and the process engine's removal time strategy.
- calculatedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- calculatedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- calculatedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- calculateFlush() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationManager
-
- calculateIdleTime() - Method in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- calculateMonitorJobDueDate() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- calculateRemovalTime(HistoricBatchEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- calculateRemovalTime(HistoricDecisionInstanceEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- calculateRemovalTime(HistoricProcessInstanceEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- calculateRemovalTime(HistoricProcessInstanceEventEntity, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- calculateRemovalTime(HistoricDecisionInstanceEntity, DecisionDefinition) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- calculateRemovalTime(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- calculateRemovalTime(HistoricProcessInstanceEventEntity, ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.history.HistoryRemovalTimeProvider
-
Calculates the removal time of historic entities related to processes.
- calculateRemovalTime(HistoricDecisionInstanceEntity, DecisionDefinition) - Method in interface org.camunda.bpm.engine.impl.history.HistoryRemovalTimeProvider
-
Calculates the removal time of historic entities related to decisions.
- calculateRemovalTime(HistoricBatchEntity) - Method in interface org.camunda.bpm.engine.impl.history.HistoryRemovalTimeProvider
-
Calculates the removal time of historic batches.
- calculateRemovalTime(HistoricDecisionInstanceEntity, DecisionDefinition) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- calculateRemovalTime(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- calculateRemovalTime(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- 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.AbstractRenderFormDelegate
-
- 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
-
- CALL_ACTIVITY - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- callableElement - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- callableElement - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.DmnBusinessRuleTaskActivityBehavior
-
- callableElement - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- CallableElement - Class in org.camunda.bpm.engine.impl.core.model
-
- CallableElement() - Constructor for class org.camunda.bpm.engine.impl.core.model.CallableElement
-
- CallableElementActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- CallableElementActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- CallableElementActivityBehavior(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- CallableElementActivityBehavior(Expression) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- 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
-
- 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
-
- CallActivityBehavior(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
-
- CallActivityBehavior(Expression) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CallActivityBehavior
-
- callback - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
Contains the command implementation which should be executed either
metric sum or select metric grouped by time interval.
- callback() - Method in interface org.camunda.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback
-
In error case the callback will called.
- Callback<P,R> - Interface in org.camunda.bpm.engine.impl.pvm.runtime
-
Represents a callback which should be called after work was done.
- callback(P) - Method in interface org.camunda.bpm.engine.impl.pvm.runtime.Callback
-
The callback which should be called/executed after work was done.
- 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
- calledInsideTransaction() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- 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
- CallerRunsRejectedJobsHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- CallerRunsRejectedJobsHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.CallerRunsRejectedJobsHandler
-
- CallingTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- CallingTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- CallingTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
-
- CallingTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- CAM_BUSINESS_KEY_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- CAM_SCRIPT_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- CAM_VARIABLE_TYPE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- camnnotLoadConfigurationClass(String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- CAMUNDA_ADMIN - Static variable in interface org.camunda.bpm.engine.authorization.Groups
-
- 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.
- camundaBpmPlatformStopped(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- camundaBpmPlatformSuccessfullyStarted(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cancel(boolean) - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
-
- CANCEL_ACTIVITY_INSTANCES - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- CANCEL_ALL - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- CANCEL_CURRENT - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- CANCEL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- CANCEL_TRANSITION_INSTANCES - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- cancelActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- 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.ModificationBuilderImpl
-
- cancelAllForActivity(String, boolean) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- cancelAllForActivity(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- cancelAllForActivity(String) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Submits the instruction:
- cancelAllForActivity(String, boolean) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Submits the instruction:
- 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.
- cancelCountEmptyRuns(HistoryCleanupJobHandlerConfiguration, JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- cancelCurrentActiveActivityInstances - Variable in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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
-
- CancelEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- CancelEndEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
-
- cancellationReason - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractInstanceCancellationCmd
-
- 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
-
- 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
-
- CandidateDeployment - Interface in org.camunda.bpm.engine.repository
-
- CandidateDeploymentImpl - Class in org.camunda.bpm.engine.impl.repository
-
- CandidateDeploymentImpl(String, Map<String, Resource>) - Constructor for class org.camunda.bpm.engine.impl.repository.CandidateDeploymentImpl
-
- 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.
- canHaveChildScopes(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceStart
-
- canMigrate(MigratingProcessElementInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstanceVisitor
-
- canMigrate(MigratingProcessElementInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceVisitor
-
- canMigrate(MigratingProcessElementInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigrationCompensationInstanceVisitor
-
- CannotAddMultiInstanceBodyValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
Validates that the target process definition cannot add a migrating multi-instance body.
- CannotAddMultiInstanceBodyValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceBodyValidator
-
- CannotAddMultiInstanceBodyValidator.MiBodyCollector - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
- CannotAddMultiInstanceInnerActivityValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
Validates that the target process definition cannot add a new inner activity to a migrating multi-instance body.
- CannotAddMultiInstanceInnerActivityValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceInnerActivityValidator
-
- cannotAttachToTransitionInstance(MigratingInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotBecomeSubordinateInNonScope(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotChangeTenantIdOfTask(String, String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- cannotComposeNameFor(String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotConvertUrlToUri(URL, URISyntaxException) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- cannotDecodePathName(UnsupportedEncodingException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotDestroySubordinateInNonScope(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotDeterminePaDataformats(ProcessApplicationUnavailableException) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- cannotFindResource(String) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- cannotFindResourcesForPath(String, ClassLoader) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotFindSetterForProperty(String, String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotHandleChild(MigratingScopeInstance, MigratingProcessElementInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotInvokeListenerPaUnavailable(String, ProcessApplicationUnavailableException) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- cannotMigrateBetweenTenants(String, String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotMigrateInstanceBetweenTenants(String, String, String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- cannotOpenFileInputStream(String, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotParseDuration(String) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- cannotReadInputStreamForFile(String, VirtualFile, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotRegisterService(ObjectName, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- CannotRemoveMultiInstanceInnerActivityValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
Validates that the target process definition cannot add a remove the inner activity of a
migrating multi-instance body.
- CannotRemoveMultiInstanceInnerActivityValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotRemoveMultiInstanceInnerActivityValidator
-
- cannotReolvePa(ProcessApplicationIdentifier) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- cannotResolveAlgorithmPrefixFromGivenPasswordException(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.digest.SecurityLogger
-
- cannotScanVfsRoot(VirtualFile, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- cannotSetDifferentTenantIdOnSubtask(String, String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- cannotSetValueForProperty(String, String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- 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
-
- 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.ByteArrayValueSerializer
-
- canWriteValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.FileValueSerializer
-
- 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
-
- cascade - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
-
- 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 - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- cascade() - Method in class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- cascade() - Method in interface org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
All process instances of the process definition as well as history data is deleted.
- cascadeDeleteHistoryForProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
Cascades the deletion of a process definition to the history, deletes the history.
- cascadeDeleteProcessInstancesForProcessDefinition(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
Cascades the deletion of the process definition to the process instances.
- cascadeToHistory - Variable in class org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
-
- cascadeToHistory - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- cascadeToInstances - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- 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_DEF_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- CASE_DEFINITION - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- 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_COMPLETE - 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 - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- 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_MODEL_INST_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- 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(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
- caseActivityIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
-
Only select historic case activity instances with one of the given case activity ids.
- caseActivityIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
-
Only selects historic case instances with historic case activity instances
in at least one of the given case activity ids.
- caseActivityIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
-
Only select historic variable instances with one of the given case activity ids.
- caseActivityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- caseActivityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- caseActivityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- caseActivityIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- caseActivityIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- caseActivityIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- CaseActivityInstanceCreateListener - Class in org.camunda.bpm.engine.impl.history.transformer
-
- CaseActivityInstanceCreateListener(CmmnHistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseActivityInstanceCreateListener
-
- CaseActivityInstanceEndListener - Class in org.camunda.bpm.engine.impl.history.transformer
-
- CaseActivityInstanceEndListener(CmmnHistoryEventProducer) - 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(String) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- caseActivityInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
-
Only select historic case activity instances with one of the given case activity instance ids.
- caseActivityInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- caseActivityInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- 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) - 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
- 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
- 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
-
- 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.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- 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 - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- CaseDefinitionCache(CacheFactory, int, CacheDeployer) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- caseDefinitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.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.
- 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.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a case
with the given case definition id.
- 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.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.GetDeploymentCaseDiagramCmd
-
- caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCaseModelCmd
-
- caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCmmnModelInstanceCmd
-
- caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.UpdateCaseDefinitionHistoryTimeToLiveCmd
-
- 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.HistoricCaseActivityStatisticsQueryImpl
-
- 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.HistoricDecisionInstanceQueryImpl
-
- caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.UserOperationLogContextEntry
-
- caseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- caseDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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(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 interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReport
-
Only takes historic case instances into account for the given case definition ids.
- caseDefinitionIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- caseDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- 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.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a case
with the given case definition 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.HistoricDecisionInstanceQueryImpl
-
- caseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.CleanableHistoricCaseInstanceReportResultEntity
-
- 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(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.
- caseDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReport
-
Only takes historic case instances into account for the given case definition keys.
- caseDefinitionKeyIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- caseDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- 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
-
- 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.history.event.HistoryEvent
-
the name of the case definition
- caseDefinitionName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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(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(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
-
- 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
-
- 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.
- 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
-
- caseDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- caseDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- caseDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
-
- caseDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
-
Specify the id of the tenant the case definition belongs to.
- caseDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- caseDefinitionVersion - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- caseDefinitionVersion(Integer) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
-
Only select case definition with a certain version.
- caseDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- caseDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
-
Specify that the case definition belongs to no tenant.
- 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.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- 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.CaseExecutionEntityReferencer
-
- 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
-
- CaseExecutionEntity - Class in org.camunda.bpm.engine.impl.cmmn.entity.runtime
-
- CaseExecutionEntity() - Constructor for class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- CaseExecutionEntityReferencer - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- CaseExecutionEntityReferencer(CaseExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CaseExecutionEntityReferencer
-
- 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(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.UserOperationLogContextEntry
-
- 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(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(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
-
- 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
-
- 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
-
- CaseExecutionStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState.CaseExecutionStateImpl
-
- 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
-
- 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
-
- 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 - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledCaseInstance
-
- 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(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(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) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCloseListener
-
- CaseInstanceCreateListener - Class in org.camunda.bpm.engine.impl.history.transformer
-
- CaseInstanceCreateListener(CmmnHistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceCreateListener
-
- 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.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a case
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.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.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.HistoricDecisionInstanceQueryImpl
-
- caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.UserOperationLogContextEntry
-
- caseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- 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(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(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.cmd.DeleteHistoricCaseInstancesBulkCmd
-
- 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
-
- CaseInstanceQuery - Interface in org.camunda.bpm.engine.runtime
-
- 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
-
- CaseInstanceUpdateListener - Class in org.camunda.bpm.engine.impl.history.transformer
-
- CaseInstanceUpdateListener(CmmnHistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.transformer.CaseInstanceUpdateListener
-
- 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
-
- casePlanModel - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CaseDefinitionBuilder
-
- 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
-
- 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
-
- 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
-
- caseStateTransitionMessage - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- CaseTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- CaseTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.CaseTaskActivityBehavior
-
- 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
-
- castModelInstanceException(ModelElementInstance, String, String, String, Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- categories - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- category(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
-
Query for operations of the given category only.
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- category - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- category - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- category - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- category - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- category - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- category(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- 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.impl.UserOperationLogQueryImpl
-
- category(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- CATEGORY_ADMIN - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- CATEGORY_OPERATOR - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- CATEGORY_TASK_WORKER - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- categoryIn(String...) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
-
Query for operations of given categories only.
- categoryIn(String...) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- categoryLike - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- categoryLike - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- categoryLike - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- categoryLike - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- 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
-
- 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(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
-
Only select incidents which contain the id of the cause incident.
- cc - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
-
- CDI_RESOLVER - Static variable in interface org.camunda.bpm.application.ProcessApplicationElResolver
-
- 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.
- check(String, String) - Method in class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- checkAccess(CommandContext, BatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
-
- checkAccess(CommandContext, HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.history.DeleteHistoricBatchCmd
-
- checkAccess(CommandContext, BatchEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- checkAccess(CommandChecker, BatchEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- checkAccess(CommandChecker, BatchEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateBatchCmd
-
- checkAccess(CommandChecker, BatchEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SuspendBatchCmd
-
- checkActivateBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkActivateBatch(BatchEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to activate a batch
- checkActivateBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- 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
-
- checkAddIdentityLink(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddIdentityLinkCmd
-
- 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(CorrelationHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- 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(CommandContext, ProcessDefinitionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
-
- checkAuthorization(DeleteProcessDefinitionsByIdsCmd.ProcessDefinitionGroup) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- checkAuthorization(CommandContext, ConditionHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.EvaluateStartConditionCmd
-
- checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
-
- checkAuthorization(CommandContext, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
- checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessDefinitionHistoryTimeToLiveCmd
-
- checkAuthorization(CommandContext) - Method in class org.camunda.bpm.engine.impl.GetDeployedTaskFormCmd
-
- 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(CompositePermissionCheck) - 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
-
- checkAuthorizationOfCatchSignals(CommandContext, List<EventSubscriptionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
-
- checkAuthorizations(CommandContext, Permission) - Method in class org.camunda.bpm.engine.impl.cmd.batch.AbstractBatchCmd
-
- checkAuthorizations(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
-
- checkAuthorizations(CommandContext, ProcessDefinitionEntity, ProcessDefinitionEntity, Collection<String>) - Method in class org.camunda.bpm.engine.impl.migration.AbstractMigrationCmd
-
- checkAuthorizations(CommandContext, ProcessDefinitionEntity, ProcessDefinitionEntity, Collection<String>) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
-
- CHECKBOX_INPUT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- CHECKBOX_INPUT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- checkCamundaAdmin() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- checkClaimTask(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ClaimTaskCmd
-
- checkCompleteTask(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
-
- checkConstraintViolationException(ProcessEngineException) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- checkCreateAndReadDeployments(CommandContext, Set<String>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- checkCreateBatch(Permission) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateBatch(Permission) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to create a batch
- checkCreateBatch(Permission) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateCaseInstance(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateCaseInstance(CaseDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to create an instance of the given case definition.
- checkCreateCaseInstance(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateDeployment() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateDeployment() - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to create a deployment.
- checkCreateDeployment() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateMigrationPlan(ProcessDefinition, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateMigrationPlan(ProcessDefinition, ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
- checkCreateMigrationPlan(ProcessDefinition, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateProcessInstance(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateProcessInstance(ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to create an instance of the given process definition.
- checkCreateProcessInstance(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateTask() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkCreateTask(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to create a task
- checkCreateTask() - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to create a task
- checkCreateTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateTask() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkCreateTask(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
-
- checkCreateTask(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveTaskCmd
-
- checkDatabaseTableException(Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- checkDefinitionFound(String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkDefinitionFound(String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkDefinitionFound(String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkDefinitionFound(String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkDefinitionFound(String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkDelegateTask(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DelegateTaskCmd
-
- checkDeleteBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteBatch(BatchEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to delete a batch
- checkDeleteBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteDeployment(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteDeployment(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete a deployment of the given deployment id.
- checkDeleteDeployment(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricBatch(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricBatch(HistoricBatchEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to delete a historic batch
- checkDeleteHistoricBatch(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricCaseInstance(HistoricCaseInstance) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricCaseInstance(HistoricCaseInstance) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the given historic case instance.
- checkDeleteHistoricCaseInstance(HistoricCaseInstance) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricDecisionInstance(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricDecisionInstance(HistoricDecisionInstance) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricDecisionInstance(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the historic decision instance of the given
decision definition key.
- checkDeleteHistoricDecisionInstance(HistoricDecisionInstance) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the given historic decision instance.
- checkDeleteHistoricDecisionInstance(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricDecisionInstance(HistoricDecisionInstance) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricProcessInstance(HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricProcessInstance(HistoricProcessInstance) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the given historic process instance.
- checkDeleteHistoricProcessInstance(HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the given historic task instance.
- checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricVariableInstance(HistoricVariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricVariableInstance(HistoricVariableInstanceEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the given historic variable instance.
- checkDeleteHistoricVariableInstance(HistoricVariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteHistoricVariableInstancesByProcessInstance(HistoricProcessInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteHistoricVariableInstancesByProcessInstance(HistoricProcessInstanceEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete the historic variable instances of the given process instance.
- checkDeleteHistoricVariableInstancesByProcessInstance(HistoricProcessInstanceEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteIdentityLink(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
-
- checkDeleteProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteProcessDefinitionById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete a process definition, which corresponds to the given id.
- checkDeleteProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteProcessDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to delete a process definition, which corresponds to the given key.
- checkDeleteProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteProcessInstance(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to delete a process instance of the given execution.
- checkDeleteProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteProcessInstance(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- checkDeleteProcessInstance(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- checkDeleteTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteTask(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to delete a task
- checkDeleteTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeleteTask(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
-
- checkDeleteUserOperationLog(UserOperationLogEntry) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkDeleteUserOperationLog(UserOperationLogEntry) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to delete the user operation log of the given user operation log entry.
- checkDeleteUserOperationLog(UserOperationLogEntry) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkDeploymentLockExists(CommandContext) - Method in class org.camunda.bpm.engine.impl.BootstrapEngineCommand
-
- 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.
- checkDuplicateResourceName(List<ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- checkEvaluateDecision(DecisionDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkEvaluateDecision(DecisionDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to evaluate the given decision.
- checkEvaluateDecision(DecisionDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkForeignKeyConstraintViolation(Throwable) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- checkForMariaDb(DatabaseMetaData, String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
The product name of mariadb is still 'MySQL'.
- checkGetActivityIds(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FindActiveActivityIdsCmd
-
- checkGetActivityInstance(String, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- checkGetExecutionVariable(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableCmd
-
- checkGetExecutionVariables(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariablesCmd
-
- checkGetExecutionVariableTyped(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetExecutionVariableTypedCmd
-
- checkGetIdentityLink(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetIdentityLinksForTaskCmd
-
- checkGetStartFormVariables(ProcessDefinitionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetStartFormVariablesCmd
-
- checkGetTaskFormVariables(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskFormVariablesCmd
-
- checkGetTaskVariable(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmd
-
- checkGetTaskVariables(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariablesCmd
-
- checkGetTaskVariableTyped(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetTaskVariableCmdTyped
-
- checkHistoryCleanupLockExists(CommandContext) - Method in class org.camunda.bpm.engine.impl.BootstrapEngineCommand
-
- checkHistoryEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
-
- 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
.
- checkIfCauseOfExceptionIsBpmnError(Throwable) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
Searches recursively through the exception to see if the exception itself
or one of its causes is a
BpmnError
.
- checkInvalidDefinitionByDeploymentAndKey(String, String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionByDeploymentAndKey(String, String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByDeploymentAndKey(String, String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionByDeploymentAndKey(String, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionByDeploymentAndKey(String, String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionByKey(String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionByKey(String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByKey(String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionByKey(String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionByKey(String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionByKeyAndTenantId(String, String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionByKeyAndTenantId(String, String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByKeyAndTenantId(String, String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionByKeyAndTenantId(String, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionByKeyAndTenantId(String, String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionByKeyAndVersion(String, Integer, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByKeyVersionAndTenantId(String, Integer, String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionByKeyVersionAndTenantId(String, Integer, String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByKeyVersionAndTenantId(String, Integer, String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionByKeyVersionAndTenantId(String, Integer, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionByKeyVersionAndTenantId(String, Integer, String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionByKeyVersionTagAndTenantId(String, String, String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionByKeyVersionTagAndTenantId(String, String, String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionByKeyVersionTagAndTenantId(String, String, String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionByKeyVersionTagAndTenantId(String, String, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionByKeyVersionTagAndTenantId(String, String, String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkInvalidDefinitionWasCached(String, String, CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- checkInvalidDefinitionWasCached(String, String, DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- checkInvalidDefinitionWasCached(String, String, DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- checkInvalidDefinitionWasCached(String, String, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- checkInvalidDefinitionWasCached(String, String, T) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- checkJavaSerialization(String, TypedValue) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
Checks, if Java serialization will be used and if it is allowed to be used.
- checkJobType(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.RecalculateJobDuedateCmd
-
- checkMaxResultsLimit() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
-
- checkMaxResultsLimit(int, int, boolean) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- checkMaxResultsLimit(int, ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- checkMaxResultsLimit(int) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- checkMigrateProcessInstance(ExecutionEntity, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkMigrateProcessInstance(ExecutionEntity, ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
- checkMigrateProcessInstance(ExecutionEntity, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- 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.DbIdentityServiceProvider
-
- 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
-
- checkPasswordAgainstPolicy(String) - Method in interface org.camunda.bpm.engine.IdentityService
-
- checkPasswordAgainstPolicy(PasswordPolicy, String) - Method in interface org.camunda.bpm.engine.IdentityService
-
- checkPasswordAgainstPolicy(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- checkPasswordAgainstPolicy(PasswordPolicy, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- checkPasswordAgainstPolicy() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- checkPermissions(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.RestartProcessInstancesBatchCmd
-
- checkPermissions(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceAsyncCmd
-
- checkPermissions(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
-
- checkPermissions(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
-
- 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.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityStatisticsQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
-
- checkQueryOk() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- checkReadCaseDefinition(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadCaseDefinition(CaseDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given case definition.
- checkReadCaseDefinition(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadCaseInstance(CaseExecution) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadCaseInstance(CaseExecution) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read a case instance of the given case execution.
- checkReadCaseInstance(CaseExecution) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadDecisionDefinition(DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadDecisionDefinition(DecisionDefinitionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given decision definition.
- checkReadDecisionDefinition(DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given decision requirements definition.
- checkReadDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadDecisionRequirementsDefinition(HistoricDecisionInstanceStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- checkReadDeployment(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadDeployment(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read a deployment of the given deployment id.
- checkReadDeployment(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoricBatch() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoricBatch() - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read historic batch
- checkReadHistoricBatch() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given historic external task log.
- checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoricJobLog(HistoricJobLogEventEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoricJobLog(HistoricJobLogEventEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given historic job log.
- checkReadHistoricJobLog(HistoricJobLogEventEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoryAnyProcessDefinition() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoryAnyProcessDefinition() - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read the history for any process definition.
- checkReadHistoryAnyProcessDefinition() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoryAnyTaskInstance() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoryAnyTaskInstance() - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read the history for any task instance
- checkReadHistoryAnyTaskInstance() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadHistoryProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadHistoryProcessDefinition(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read the history of the given process definition.
- checkReadHistoryProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadJob(JobEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given job.
- checkReadJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadPermission - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
-
- checkReadProcessDefinition(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadProcessDefinition(ProcessDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read the given process definition.
- checkReadProcessDefinition(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadProcessDefinition(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- checkReadProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadProcessInstance(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
- checkReadProcessInstance(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read a process instance of the given execution.
- checkReadProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadProcessInstanceVariable(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadProcessInstanceVariable(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to read a process instance's variables of the given execution.
- checkReadProcessInstanceVariable(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadTask(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read a task.
- checkReadTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkReadTaskVariable(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkReadTaskVariable(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to read a task's variable.
- checkReadTaskVariable(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkRemoveExecutionVariables(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
-
- checkRemoveTaskVariables(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
-
- checkSetExecutionVariables(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
-
- checkSetTaskVariables(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
-
- checkStartupLockExists(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
- checkSuspendBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkSuspendBatch(BatchEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to suspend a batch
- checkSuspendBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkTaskAssign(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkTaskAssign(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to assign a task
- checkTaskAssign(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkTaskAssign(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveTaskCmd
-
- checkTaskPermission(TaskEntity, Permission, Permission) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkTaskPriority(TaskEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
-
- checkTaskWork(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkTaskWork(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to work on a task
- checkTaskWork(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateCaseDefinition(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateCaseDefinition(CaseDefinition) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update the given case definition.
- checkUpdateCaseDefinition(CaseDefinition) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateCaseInstance(CaseExecution) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateCaseInstance(CaseExecution) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to update a case instance of the given case execution.
- checkUpdateCaseInstance(CaseExecution) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateDecisionDefinition(DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateDecisionDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateDecisionDefinitionById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a decision definition with given id.
- checkUpdateDecisionDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateJob(JobEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update the given job.
- checkUpdateJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcess(CommandContext, JobDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- checkUpdateProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessDefinitionById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process definition of the given process definition id.
- checkUpdateProcessDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessDefinitionByKey(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process definition of the given process definition key.
- checkUpdateProcessDefinitionByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessDefinitionSuspensionStateById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessDefinitionSuspensionStateById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update the suspension state of a process definition.
- checkUpdateProcessDefinitionSuspensionStateById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessDefinitionSuspensionStateByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessDefinitionSuspensionStateByKey(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update the suspension state of a process definition.
- checkUpdateProcessDefinitionSuspensionStateByKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstance(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance of the given execution.
- checkUpdateProcessInstance(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstance(ExecutionEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- checkUpdateProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance of the given process instance id.
- checkUpdateProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance of the given process definition id.
- checkUpdateProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance of the given process definition key.
- checkUpdateProcessInstanceByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceSuspensionState(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateById(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateById(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance's suspension state.
- checkUpdateProcessInstanceSuspensionStateById(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance's suspension state of the given process definition.
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance's suspension state of the given process definition.
- checkUpdateProcessInstanceSuspensionStateByProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateProcessInstanceVariables(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateProcessInstanceVariables(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance's variables of the given execution.
- checkUpdateProcessInstanceVariables(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateRetriesJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateRetriesJob(JobEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a job retries.
- checkUpdateRetriesJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateRetriesProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateRetriesProcessInstanceByProcessDefinitionId(String) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Checks if it is allowed to update a process instance's retries of the given process definition.
- checkUpdateRetriesProcessInstanceByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateTaskVariable(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateTaskVariable(TaskEntity) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to update a task's variable
- checkUpdateTaskVariable(TaskEntity) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUpdateUserOperationLog(UserOperationLogEntry) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkUpdateUserOperationLog(UserOperationLogEntry) - Method in interface org.camunda.bpm.engine.impl.cfg.CommandChecker
-
Check if it is allowed to update the user operation log of the given user operation log entry.
- checkUpdateUserOperationLog(UserOperationLogEntry) - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- checkUserOperationLog(UserOperationLogEntry, ProcessDefinitionPermissions, UserOperationLogCategoryPermissions) - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- checkValidBpmPlatformXmlResourceLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
- checkValidFileLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
- checkValidUrlLocation(String) - Method in class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
- checkValueTooLongException(ProcessEngineException) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- checkVariableIntegrityViolation(Throwable) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- childActivityInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- childActivityInstances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- childCompensationInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- childCompensationSubscriptionInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- childCompensationSubscriptionInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- childInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- childTransitionInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- childTransitionInstances - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- claim(String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- 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.AbstractRenderFormDelegate
-
- 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
-
- ClassloaderAwareObjectInputStream(InputStream) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.JavaObjectSerializer.ClassloaderAwareObjectInputStream
-
- 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
-
- ClassLoadingException(String, String, Throwable) - Constructor for exception org.camunda.bpm.engine.ClassLoadingException
-
- classLoadingException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- className - Variable in exception org.camunda.bpm.engine.ClassLoadingException
-
- className - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
The class name of the delegated variable mapping, which should be used.
- 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
-
- clauseId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- clauseId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- clauseName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- clauseName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- clazz - Variable in class org.camunda.bpm.engine.impl.form.validator.DelegateFormFieldValidator
-
- cleanableBatchesCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- cleanableCaseInstanceCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- cleanableDecisionInstanceCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- CleanableHistoricBatchesReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- CleanableHistoricBatchesReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- CleanableHistoricBatchReport - Interface in org.camunda.bpm.engine.history
-
Defines a report query for cleanable batches.
- CleanableHistoricBatchReportImpl - Class in org.camunda.bpm.engine.impl
-
- CleanableHistoricBatchReportImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- CleanableHistoricBatchReportResult - Interface in org.camunda.bpm.engine.history
-
This interface defines the result of Cleanable historic batch report.
- CleanableHistoricCaseInstanceReport - Interface in org.camunda.bpm.engine.history
-
Defines a report query for cleanable case instances.
- CleanableHistoricCaseInstanceReportImpl - Class in org.camunda.bpm.engine.impl
-
- CleanableHistoricCaseInstanceReportImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- CleanableHistoricCaseInstanceReportResult - Interface in org.camunda.bpm.engine.history
-
This interface defines the result of Historic finished case instance report.
- CleanableHistoricCaseInstanceReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- CleanableHistoricCaseInstanceReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- CleanableHistoricDecisionInstanceReport - Interface in org.camunda.bpm.engine.history
-
Defines a report query for finished decision instances.
- CleanableHistoricDecisionInstanceReportImpl - Class in org.camunda.bpm.engine.impl
-
- CleanableHistoricDecisionInstanceReportImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- CleanableHistoricDecisionInstanceReportResult - Interface in org.camunda.bpm.engine.history
-
This interface defines the result of Cleanable historic decision instance report.
- CleanableHistoricDecisionInstanceReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- CleanableHistoricDecisionInstanceReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- CleanableHistoricInstanceReportProperty - Interface in org.camunda.bpm.engine.impl
-
- CleanableHistoricProcessInstanceReport - Interface in org.camunda.bpm.engine.history
-
Defines a report query for cleanable process instances.
- CleanableHistoricProcessInstanceReportImpl - Class in org.camunda.bpm.engine.impl
-
- CleanableHistoricProcessInstanceReportImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- CleanableHistoricProcessInstanceReportResult - Interface in org.camunda.bpm.engine.history
-
This interface defines the result of Cleanable historic process instance report.
- CleanableHistoricProcessInstanceReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- CleanableHistoricProcessInstanceReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- cleanableProcessInstanceCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- cleanEnv - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
-
- cleanUpHistoryAsync() - Method in interface org.camunda.bpm.engine.HistoryService
-
Schedules history cleanup job at batch window start time.
- cleanUpHistoryAsync(boolean) - Method in interface org.camunda.bpm.engine.HistoryService
-
Schedules history cleanup job at batch window start time.
- cleanUpHistoryAsync() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- cleanUpHistoryAsync(boolean) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- clear() - Static method in class org.camunda.bpm.application.impl.ProcessApplicationContextImpl
-
- clear() - Method in class org.camunda.bpm.application.impl.ProcessApplicationReferenceImpl
-
- clear() - Static method in class org.camunda.bpm.application.ProcessApplicationContext
-
Clears the currently declared context process application.
- clear() - Static method in class org.camunda.bpm.engine.context.ProcessEngineContext
-
- clear() - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
- clear() - Static method in class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- clear() - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- clear() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
-
- clear() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- clear() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- clear() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
-
- clearAnnotationForOperationLogById(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Clear the annotation for user operation log entries.
- clearAnnotationForOperationLogById(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- clearAuthentication() - Method in interface org.camunda.bpm.engine.IdentityService
-
Allows clearing the current authentication.
- clearAuthentication() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- clearDelayedEvents() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Cleares the current delayed variable events.
- clearedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricBatchesBuilder
-
Sets the removal time to null
.
- clearedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricDecisionInstancesBuilder
-
Sets the removal time to null
.
- clearedRemovalTime() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder
-
Sets the removal time to null
.
- clearedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- clearedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- clearedRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- clearExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- clearJobAddedNotification() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
-
- clearMdc() - Method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
Remove all logging context properties from the MDC
- clearOverridingJobPriorityForJobDefinition(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- clearOverridingJobPriorityForJobDefinition(String) - Method in interface org.camunda.bpm.engine.ManagementService
-
Clears the job definition's overriding job priority if set.
- clearRegistrations() - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
-
- clearResources() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- 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
-
- clearUserOperationLog(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
-
- 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
-
- CLOSE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
-
- 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() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
-
- 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
-
- closed() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
-
Only select historic case instances which are closed
- CLOSED - Static variable in interface org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionState
-
- closed() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- 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
-
- 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
-
- 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
-
- 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.
- closingCommandContext() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- CMD_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- CMMN_OPERATION_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- CMMN_RESOURCE_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- CMMN_TRANSFORMER_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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
-
- CmmnBehaviorLogger - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- CmmnBehaviorLogger() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- 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
-
- CmmnDeployer() - Constructor for class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- cmmnElement - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
-
- CmmnElementHandler<T extends org.camunda.bpm.model.cmmn.instance.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
-
- 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(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
-
- CmmnModelExecutionContext - Interface in org.camunda.bpm.engine.delegate
-
Implemented by classes which provide access to the CmmnModelInstance
and the currently executed CmmnElement
.
- CmmnModelInstanceCache - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- CmmnModelInstanceCache(CacheFactory, int, ResourceDefinitionCache<CaseDefinitionEntity>) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.CmmnModelInstanceCache
-
- cmmnModelInstanceCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- 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
-
- CmmnOperationLogger - Class in org.camunda.bpm.engine.impl.cmmn.operation
-
- CmmnOperationLogger() - Constructor for class org.camunda.bpm.engine.impl.cmmn.operation.CmmnOperationLogger
-
- 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
-
- CmmnProperties - Class in org.camunda.bpm.engine.impl.bpmn.helper
-
- CmmnProperties() - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.CmmnProperties
-
- 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
-
- CmmnTransformerLogger - Class in org.camunda.bpm.engine.impl.cmmn.transformer
-
- CmmnTransformerLogger() - Constructor for class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- CmmnTransformException - Exception in org.camunda.bpm.engine.impl.cmmn.transformer
-
Exception throw for errors during the transformation of a cmmn model.
- CmmnTransformException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformException
-
- CmmnTransformException(String) - Constructor for exception org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformException
-
- 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).
- CmmnVariableInvocationListener - Class in org.camunda.bpm.engine.impl.core.variable.scope
-
- CmmnVariableInvocationListener() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.CmmnVariableInvocationListener
-
- CmmnVariableOnPartDeclaration - Class in org.camunda.bpm.engine.impl.cmmn.model
-
- CmmnVariableOnPartDeclaration() - Constructor for class org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- CMNN_BEHAVIOR_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- cmp(boolean) - Method in class org.camunda.bpm.engine.impl.juel.Parser
-
cmp := add (<LT> add | <LE> add | <GE> add | <GT> add)*
- 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
-
- collectActiveActivityIds(List<String>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- collectActivityInstanceEventSubscriptions(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- collectActivityInstanceJobs(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- collectActivityInstances(String, List<ActivityInstance>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- collectActivityInstanceVariables(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- collectActivityTrace() - Method in class org.camunda.bpm.engine.impl.interceptor.BpmnStackTrace
-
- collectAffectedSentries(CmmnExecution, String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- collectAffectedSentriesWithVariableOnParts(String, String, List<CmmnSentryPart>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- collectAllSentries() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- collectCaseExecutionsInExecutionTree(List<CmmnExecution>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- collectCompensateEventSubscriptionsForActivity(ActivityExecution, String) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
Collect all compensate event subscriptions for activity on the scope of
given execution.
- collectCompensateEventSubscriptionsForScope(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
Collect all compensate event subscriptions for scope of given execution.
- collectCompensationEventSubscriptions(Collection<MigratingActivityInstance>) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationEventSubscriptionWalker
-
- collectElementIds() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- CollectEntriesDecisionResultMapper - Class in org.camunda.bpm.engine.impl.dmn.result
-
Maps the decision result to a list of untyped entries.
- CollectEntriesDecisionResultMapper() - Constructor for class org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionResultMapper
-
- collectEventSubscriptions(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CompensationEventActivityBehavior
-
- collectExecutions(String, List<PvmExecution>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- collectExternalTaskIds() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
-
- collectHistoricDecisionInstanceIds() - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- collectHistoricProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- 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.
- collectInitialVariables(CommandContext, HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- collectInList(Iterator<T>) - Static method in class org.camunda.bpm.engine.impl.util.CollectionUtil
-
- 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
-
- collectJobIds(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- collectJobIds(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
- collectJobIds(CommandContext) - Method in class org.camunda.bpm.engine.impl.SetJobsRetriesByProcessBatchCmd
-
- collectLastVariables(CommandContext, HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- collectLeafInstances(MigratingProcessInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- collectMetrics() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
-
- collectNonExistingFlowScopes(ScopeImpl, MigratingScopeInstanceBranch) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceVisitor
-
Returns a list of flow scopes from the given scope until a scope is reached that is already present in the given
MigratingScopeInstanceBranch
(exclusive).
- collectOutputNames(DmnDecisionResult) - Method in class org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionResultMapper
-
- collectParentScopeIdsForActivity(ProcessDefinitionImpl, String) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- collectProcessInstanceIds(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd
-
- collectProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractRestartProcessInstanceCmd
-
- collectProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetExternalTaskRetriesCmd
-
- collectProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd
-
- collectProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- collectProcessInstanceIds(CommandContext) - Method in class org.camunda.bpm.engine.impl.migration.AbstractMigrationCmd
-
- collectResultValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- collectResultValueOfUnsupportedTypeException(TypedValue) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- collectSentryParts(Map<String, List<CmmnSentryPart>>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- collectTransitionInstances(String, List<TransitionInstance>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- collectTransitionInstanceVariables(MigratingTransitionInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.TransitionInstanceHandler
-
- collectVariableNames(Set<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- collectVariables(CommandContext, HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- 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.xml.ProblemImpl
-
- columnNames - Variable in class org.camunda.bpm.engine.management.TableMetaData
-
- columnTypes - Variable in class org.camunda.bpm.engine.management.TableMetaData
-
- 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
-
- CommandChecker - Interface in org.camunda.bpm.engine.impl.cfg
-
Is invoked while executing a command to check if the current operation is
allowed on the entity.
- commandCheckers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- commandContext - Variable in class org.camunda.bpm.engine.impl.AbstractNativeQuery
-
- commandContext - Variable in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
- 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
-
- 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
-
- 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
-
- commandContextNew - Static variable in class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- commandContextThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
-
- 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.cmd.AbstractRestartProcessInstanceCmd
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- 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.ConditionEvaluationBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.db.DbIdGenerator
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- 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.historycleanup.HistoryCleanupHandler
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- 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.migration.MigrationPlanBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
-
- 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.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.ServiceImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.TaskReportImpl
-
- commandExecutor - Variable in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- 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<?>, ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- commandInvocationContextThreadLocal - Static variable in class org.camunda.bpm.engine.impl.context.Context
-
- CommandLogger - Class in org.camunda.bpm.engine.impl.cmd
-
- CommandLogger() - Constructor for class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- Comment - Interface in org.camunda.bpm.engine.task
-
User comments that form discussions around tasks.
- 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
-
- compact() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReport
-
Only selects historic case instances which have more than zero finished instances.
- compact() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReport
-
Only selects historic decision instances which have more than zero finished instances.
- compact() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReport
-
Only selects historic process instances which have more than zero finished instances.
- compact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- compact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- compact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- comparator - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- compare(ProcessApplicationElResolver, ProcessApplicationElResolver) - Method in class org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
-
- compare(ExecutionEntity, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd.ExecutionIdComparator
-
- 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
-
- compareTo(ElValueProvider) - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
-
- CompareUtil - Class in org.camunda.bpm.engine.impl.util
-
Util class for comparisons.
- CompareUtil() - Constructor for class org.camunda.bpm.engine.impl.util.CompareUtil
-
- COMPARISON_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.json.JsonQueryFilteringPropertyConverter
-
- comparisonProperty - Variable in class org.camunda.bpm.engine.impl.QueryEntityRelationCondition
-
- COMPENSATE - Static variable in class org.camunda.bpm.engine.impl.event.EventType
-
- COMPENSATE_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- compensateEventDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.CompensationEventActivityBehavior
-
- CompensateEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
- CompensateEventDefinition() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
-
- COMPENSATION_BOUNDARY_EVENT - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- CompensationBehavior - Class in org.camunda.bpm.engine.impl.pvm.runtime
-
Contains the oddities required by compensation due to the execution structures it creates.
- CompensationBehavior() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.CompensationBehavior
-
- CompensationEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
Behavior for a compensation end event.
- CompensationEventActivityBehavior(CompensateEventDefinition) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.CompensationEventActivityBehavior
-
- CompensationEventHandler - Class in org.camunda.bpm.engine.impl.event
-
- CompensationEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.CompensationEventHandler
-
- CompensationEventSubscriptionWalker - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
Ensures that event subscriptions are visited in a top-down fashion, i.e.
- CompensationEventSubscriptionWalker(Collection<MigratingActivityInstance>) - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationEventSubscriptionWalker
-
- CompensationInstanceHandler - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
- CompensationInstanceHandler() - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
-
- compensationInstanceHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- compensationInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- CompensationUtil - Class in org.camunda.bpm.engine.impl.bpmn.helper
-
- CompensationUtil() - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
- compile(ScriptEngine, String, String) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
-
- CompiledExecutableScript - Class in org.camunda.bpm.engine.impl.scripting
-
- CompiledExecutableScript(String) - Constructor for class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- CompiledExecutableScript(String, CompiledScript) - Constructor for class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- compiledScript - Variable in class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- compileScript(ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
-
- COMPLETE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
-
- complete() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
set status to complete.
- complete(String, String) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Completes an external task on behalf of a worker.
- complete(String, String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Completes an external task on behalf of a worker and submits variables
to the process instance before continuing execution.
- complete(String, String, Map<String, Object>, Map<String, Object>) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Completes an external task on behalf of a worker and submits variables
to the process instance before continuing execution.
- 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
-
- complete() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- complete(String, String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- complete(String, String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- complete(String, String, Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- complete(Map<String, Object>, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
-
- 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.
- 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(boolean) - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatchQuery
-
Only select historic batches which are completed or not.
- 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() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are completed.
- completed - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- completed(boolean) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- 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() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- completed - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- 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() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
-
Only select case instances which are completed.
- completedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReport
-
Sets the completed after date for constraining the query to search for all tasks
which are completed after a certain date.
- completedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- completedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- completedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReport
-
Sets the completed before date for constraining the query to search for all tasks
which are completed before a certain date.
- completedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- completedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- CompleteExternalTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CompleteExternalTaskCmd(String, String, Map<String, Object>, Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.cmd.CompleteExternalTaskCmd
-
- completeHistoricBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- completeNonScopeEventSubprocess() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- 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
-
- 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
-
- CompleteTaskCmd(String, Map<String, Object>, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
-
- completeWithVariablesInReturn(String, Map<String, Object>, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- completeWithVariablesInReturn(String, Map<String, Object>, boolean) - Method in interface org.camunda.bpm.engine.TaskService
-
Marks a task as done and continues process execution.
- 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(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
-
- completingSubCaseError(CmmnExecution, Throwable) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.CmmnOperationLogger
-
- completingSubCaseErrorException(CmmnExecution, Throwable) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.CmmnOperationLogger
-
- completionConditionExpression - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- completionConditionSatisfied(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- 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
-
- composite() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- CompositeActivityBehavior - Interface in org.camunda.bpm.engine.impl.pvm.delegate
-
- compositeChecks - Variable in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- compositeChecks - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- CompositeCondition - Class in org.camunda.bpm.engine.impl.util
-
Composite Condition implementation which allows multiple consumers
to subscribe to signals with their own
SingleConsumerCondition
.
- CompositeCondition() - Constructor for class org.camunda.bpm.engine.impl.util.CompositeCondition
-
- CompositeDbHistoryEventHandler - Class in org.camunda.bpm.engine.impl.history.handler
-
- CompositeDbHistoryEventHandler() - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeDbHistoryEventHandler
-
- CompositeDbHistoryEventHandler(HistoryEventHandler...) - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeDbHistoryEventHandler
-
- CompositeDbHistoryEventHandler(List<HistoryEventHandler>) - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeDbHistoryEventHandler
-
- 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
-
- CompositeFunctionMapper(List<FunctionMapper>) - Constructor for class org.camunda.bpm.engine.impl.el.CompositeFunctionMapper
-
- CompositeHistoryEventHandler - Class in org.camunda.bpm.engine.impl.history.handler
-
- CompositeHistoryEventHandler() - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeHistoryEventHandler
-
Non-argument constructor for default initialization.
- CompositeHistoryEventHandler(HistoryEventHandler...) - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeHistoryEventHandler
-
- CompositeHistoryEventHandler(List<HistoryEventHandler>) - Constructor for class org.camunda.bpm.engine.impl.history.handler.CompositeHistoryEventHandler
-
- CompositePermissionCheck - Class in org.camunda.bpm.engine.impl.db
-
- CompositePermissionCheck() - Constructor for class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- CompositePermissionCheck(boolean) - Constructor for class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- CompositeProcessEnginePlugin - Class in org.camunda.bpm.engine.impl.cfg
-
- CompositeProcessEnginePlugin() - Constructor for class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
New instance with empty list.
- CompositeProcessEnginePlugin(ProcessEnginePlugin, ProcessEnginePlugin...) - Constructor for class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
New instance with vararg.
- CompositeProcessEnginePlugin(List<ProcessEnginePlugin>) - Constructor for class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
New instance with initial plugins.
- 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.xml.ProblemImpl
-
- 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(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
-
- concurrentUpdateDbEntityException(DbOperation) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- CONDITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- condition - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- condition - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
-
- Condition - Interface in org.camunda.bpm.engine.impl
-
- CONDITION_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- CONDITIONAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- CONDITIONAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- conditionalActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- conditionalEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehavior
-
- conditionalEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessStartConditionalEventActivityBehavior
-
- conditionalEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateConditionalEventBehavior
-
- ConditionalEventBehavior - Interface in org.camunda.bpm.engine.impl.bpmn.behavior
-
Represents an interface for the condition event behaviors.
- ConditionalEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
Represents the conditional event definition corresponding to the
ConditionalEvent defined by the BPMN 2.0 spec.
- ConditionalEventDefinition(Condition, ActivityImpl) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- ConditionalEventHandler - Class in org.camunda.bpm.engine.impl.event
-
- ConditionalEventHandler() - Constructor for class org.camunda.bpm.engine.impl.event.ConditionalEventHandler
-
- ConditionalEventUpdateEventTriggerValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
- ConditionalEventUpdateEventTriggerValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.ConditionalEventUpdateEventTriggerValidator
-
- conditionAsString - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- ConditionEvaluationBuilder - Interface in org.camunda.bpm.engine.runtime
-
A fluent builder for defining conditional start event correlation
- ConditionEvaluationBuilderImpl - Class in org.camunda.bpm.engine.impl
-
- ConditionEvaluationBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- conditionHandler - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- ConditionHandler - Interface in org.camunda.bpm.engine.impl.runtime
-
- ConditionHandlerResult - Class in org.camunda.bpm.engine.impl.runtime
-
- ConditionHandlerResult(ProcessDefinitionEntity, ActivityImpl) - Constructor for class org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult
-
- conditions - Variable in class org.camunda.bpm.engine.impl.util.CompositeCondition
-
- ConditionSet - Class in org.camunda.bpm.engine.impl.runtime
-
- ConditionSet(ConditionEvaluationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- CONDITONAL - Static variable in class org.camunda.bpm.engine.impl.event.EventType
-
- config - Variable in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
-
- config - Variable in exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- CONFIG_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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.batch.BatchEntity
-
- configuration - Variable in class org.camunda.bpm.engine.impl.batch.BatchJobContext
-
- configuration - Variable in class org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
-
- 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 exception org.camunda.bpm.engine.impl.form.validator.FormFieldConfigurationException
-
- 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.incident.IncidentContext
-
- 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.jobexecutor.historycleanup.HistoryCleanupHandler
-
- configuration - Variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- 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(String) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
-
Only select incidents which contain the configuration.
- configurationByteArrayId - Variable in class org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
- configurationClass - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- configurationClassHasWrongType(String, Class<?>, ClassCastException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- ConfigurationLogger - Class in org.camunda.bpm.engine.impl.cfg
-
- ConfigurationLogger() - Constructor for class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- 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
-
- configureBatchQuery(BatchQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureBatchStatisticsQuery(BatchStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureCaseDefinitionQuery(CaseDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
-
- configureConditionalEventSubscriptionQuery(ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureDecisionDefinitionQuery(DecisionDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- configureDecisionDefinitionQuery(DecisionDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureDecisionRequirementsDefinitionQuery(DecisionRequirementsDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- configureDecisionRequirementsDefinitionQuery(DecisionRequirementsDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- 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(AbstractQuery) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureExternalTaskFetch(ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureExternalTaskQuery(ExternalTaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureGroovyScriptEngine(ScriptEngine) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptEngineResolver
-
Allows providing custom configuration for the groovy script engine.
- configureHistoricActivityInstanceQuery(HistoricActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureHistoricBatchQuery(HistoricBatchQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureHistoricCaseActivityInstanceQuery(HistoricCaseActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityInstanceManager
-
- configureHistoricCaseInstanceQuery(HistoricCaseInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
-
- configureHistoricDecisionInstanceQuery(HistoricDecisionInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureHistoricDetailQuery(HistoricDetailQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureHistoricExternalTaskLogQuery(HistoricExternalTaskLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureHistoricIdentityLinkQuery(HistoricIdentityLinkLogQueryImpl) - 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
-
- configureNextAcquisitionCycle(JobAcquisitionContext, JobAcquisitionStrategy) - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
-
Reconfigure the acquisition strategy based on the current cycle's acquisition context.
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
- configureParameterizedQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
-
- configurePlugins(ProcessEngineConfigurationImpl, ProcessEngineXml, ClassLoader) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
-
- 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(HistoricDecisionInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- 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(ListQueryParameterObject) - 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
-
- configureQuery(BatchQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.BatchManager
-
- configureQuery(DeploymentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
-
- configureQuery(EventSubscriptionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
-
- configureQuery(AbstractQuery<?, ?>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
-
- configureQuery(ExternalTaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- configureQuery(ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- configureQuery(HistoricActivityInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
-
- configureQuery(HistoricBatchQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- configureQuery(HistoricDetailQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- configureQuery(HistoricExternalTaskLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricExternalTaskLogManager
-
- configureQuery(HistoricIdentityLinkLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- configureQuery(HistoricIncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- configureQuery(HistoricJobLogQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
-
- configureQuery(HistoricProcessInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
-
- configureQuery(HistoricTaskInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
-
- configureQuery(HistoricVariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- configureQuery(IncidentQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
-
- configureQuery(JobDefinitionQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionManager
-
- configureQuery(JobQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
-
- configureQuery(HistoricProcessInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportManager
-
- configureQuery(DeploymentStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- configureQuery(ProcessDefinitionStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- configureQuery(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- configureQuery(BatchStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- configureQuery(HistoricDecisionInstanceStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- configureQuery(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskManager
-
- configureQuery(HistoricTaskInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- configureQuery(TaskReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- configureQuery(ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- configureQuery(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- configureQuery(VariableInstanceQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
-
- configureQueryHistoricFinishedInstanceReport(ListQueryParameterObject, Resource) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureTaskQuery(TaskQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- configureTenantCheck(AbstractQuery<?, ?>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionManager
-
- configureTenantCheck(TenantCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- 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
-
- configurParameterObject(ListQueryParameterObject) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
-
- conjunctive() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- connectionMetadataDefaultCatalog - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- connectionMetadataDefaultSchema - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- 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
-
- consume() - Static method in class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- consume(TaskEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- consume(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- consume(IncidentEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- consume(JobEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- consume(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- consume(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- 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
-
- CONTAINER_INTEGRATION_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- containerDelegate - Variable in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
-
- ContainerIntegrationLogger - Class in org.camunda.bpm.container.impl
-
- ContainerIntegrationLogger() - Constructor for class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- contains(PropertyKey<?>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns true
if this properties contains a mapping for the specified property key.
- contains(PropertyListKey<?>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns true
if this properties contains a mapping for the specified property key.
- contains(PropertyMapKey<?, ?>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns true
if this properties contains a mapping for the specified property key.
- 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(ValidatingMigrationInstruction) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- contains(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
- containsIfPartAndExecutionActive(String, Map<String, List<CmmnSentryPart>>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- containsInstructionForSourceScope(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- containsKey(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
- containsKey(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- 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
-
- containsKey(Object) - Method in class org.camunda.bpm.engine.test.mock.MocksResolverFactory
-
- containsReport(String) - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- containsReport(String) - Method in interface org.camunda.bpm.engine.impl.management.PurgeReporting
-
Returns true if the key is present in the current report.
- containsReport(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- containsValue(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
- containsValue(T) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- containsValue(Object) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
-
- containsVariable(String) - Method in class org.camunda.bpm.engine.impl.dmn.invocation.VariableScopeContext
-
- 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
-
- 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_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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.application.impl.ServletProcessApplication
-
- contextExecution - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- contextInitialized(ServletContextEvent) - Method in class org.camunda.bpm.application.impl.ServletProcessApplication
-
- ContextLogger - Class in org.camunda.bpm.engine.impl.interceptor
-
- ContextLogger() - Constructor for class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- contextResource - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- continueExecutionIfNotCanceled(Callback<PvmExecutionImpl, Void>, PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- continueIfExecutionDoesNotAffectNextOperation(Callback<PvmExecutionImpl, Void>, Callback<PvmExecutionImpl, Void>, PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Executes the given depending operations with the given execution.
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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.FileValueSerializer
-
- 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.
- 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
-
- copy - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.CachedDbEntity
-
- copy() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
-
- copyFilter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- CORE_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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
-
- CoreLogger - Class in org.camunda.bpm.engine.impl.core
-
- CoreLogger() - Constructor for class org.camunda.bpm.engine.impl.core.CoreLogger
-
- 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
-
- 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(MessageCorrelationBuilderImpl, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.CorrelateAllMessageCmd
-
Initialize the command with a builder
- correlateAllWithResult() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlateAllWithResult() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Executes the message correlation for multiple messages and returns a list of message correlation results.
- correlateAllWithResultAndVariables(boolean) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlateAllWithResultAndVariables(boolean) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Executes the message correlation.
- 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 to either a waiting execution or a process
definition with a message start event.
- 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(MessageCorrelationBuilderImpl, boolean, boolean, boolean) - 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 the given message to all waiting executions and all process
definitions which have a message start event.
- 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
-
- correlateStartMessage() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlateStartMessage() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Executes the message correlation.
- correlateStartMessageByEventSubscription(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
-
- correlateStartMessageByProcessDefinitionId(CommandContext, String, String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
-
- correlateStartMessages(CommandContext, String, CorrelationSet) - Method in interface org.camunda.bpm.engine.impl.runtime.CorrelationHandler
-
Correlate the given message to process definitions with a message start
event.
- correlateStartMessages(CommandContext, String, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
-
- correlateWithResult() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlateWithResult() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
- correlateWithResultAndVariables(boolean) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlateWithResultAndVariables(boolean) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Executes the message correlation.
- correlationHandler - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- CorrelationHandler - Interface in org.camunda.bpm.engine.impl.runtime
-
- CorrelationHandlerResult - Class in org.camunda.bpm.engine.impl.runtime
-
The result of a message correlation.
- CorrelationHandlerResult() - Constructor for class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- correlationKeys - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- correlationLocalVariables - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- correlationProcessInstanceVariables - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- CorrelationSet - Class in org.camunda.bpm.engine.impl.runtime
-
- CorrelationSet(MessageCorrelationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- couldNotCollectAndLogMetrics(Exception) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsLogger
-
- couldNotDetermineIp(Exception) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsLogger
-
- couldNotDeterminePriority(ExecutionEntity, Object, ProcessEngineException) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskLogger
-
Logs that the priority could not be determined in the given context.
- couldNotDeterminePriority(ExecutionEntity, Object, ProcessEngineException) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- couldNotFindProcessDefinitionForEventSubscription(EventSubscriptionEntity, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- couldNotGetResource(String, ClassLoader, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- couldNotInstantiateJobExecutorClass(Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- couldNotLoadJobExecutorClass(Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- couldNotRemoveDefinitionsFromCache(Throwable) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- couldNotSelectHistoryLevel(String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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
- countByProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReport
-
- countByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- countByTaskName() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReport
-
- countByTaskName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- counter - Variable in class org.camunda.bpm.engine.impl.metrics.Meter
-
- countRowsPerProcessEngineTable(Map<String, Long>) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- countTableRowsException(Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- 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 - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
-
- create(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.migration.instance.EmergingInstance
-
Creates this instance and attachs it to the given execution.
- create(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
-
- create(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- create() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- create(String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- create(String, TypedValue, boolean) - 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() - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceBuilder
-
Creates a new
CaseInstance
, which will be in the
ACTIVE
state.
- 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
-
Returns a mapping from scope activities to scope executions for all scopes that
are ancestors of the activity currently executed by this execution.
- 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(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- createActivityExecutionMapping() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- createActivityExecutionMapping(ScopeImpl, Map<ScopeImpl, PvmExecutionImpl>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Creates an extended mapping based on this execution and the given existing mapping.
- createActivityInstance(PvmExecutionImpl, ScopeImpl, String, String, Map<String, List<String>>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- createActivityInstanceCancellations(ActivityInstance, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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 instance is ended.
- createActivityInstanceMigrateEvt(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createActivityInstanceMigrateEvt(MigratingActivityInstance) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event which is fired when an activity instance is migrated.
- 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 instance is started.
- createActivityInstanceUpdateEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createActivityInstanceUpdateEvt(DelegateExecution, DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createActivityInstanceUpdateEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when an activity instance is updated.
- createActivityInstanceUpdateEvt(DelegateExecution, DelegateTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when an activity instance 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.
- createAndInsert(ExecutionEntity, EventType, ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- createAndInsert(ExecutionEntity, EventType, ActivityImpl, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- createAndInsert(ExecutionEntity, String, long) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- createAndInsert() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- createAndInsert(String, TypedValue) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- createAndInsertIncident(String, IncidentContext, String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- createArray() - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- createAttachableExecution() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- createAttachableExecution() - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingActivityInstanceBehavior
-
- createAttachableExecution() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingNonScopeActivityInstanceBehavior
-
- createAttachableExecution() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingScopeActivityInstanceBehavior
-
- 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
please use method in runtime service to operate on process instance.
- 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
please use method in runtime service to operate on process instance
Either taskId or processInstanceId has to be provided
- 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
-
- 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
-
- createBatch(CommandContext, List<AbstractProcessInstanceModificationCommand>, List<String>, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.batch.RestartProcessInstancesBatchCmd
-
- createBatch(CommandContext, List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd
-
- createBatch(CommandContext, List<AbstractProcessInstanceModificationCommand>, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceAsyncCmd
-
- createBatch(CommandContext, List<AbstractProcessInstanceModificationCommand>, Collection<String>, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
-
- createBatch(CommandContext, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
-
- createBatch(CommandContext, Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
-
- createBatch(CommandContext, MigrationPlan, Collection<String>, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
-
- createBatchEndEvent(Batch) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createBatchEndEvent(Batch) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when the a batch has been completed.
- createBatchEvent(BatchEntity, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createBatchJob(BatchEntity, ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- createBatchJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- createBatchQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- createBatchQuery() - Method in interface org.camunda.bpm.engine.ManagementService
-
Creates a query to search for
Batch
instances.
- createBatchStartEvent(Batch) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createBatchStartEvent(Batch) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when the a batch has been started.
- createBatchStatisticsQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- createBatchStatisticsQuery() - Method in interface org.camunda.bpm.engine.ManagementService
-
Query for the statistics of the batch execution jobs of a batch.
- 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
-
- createBuilder() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- createBuilder() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- createByteHash(String) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
-
- createCache(int) - Method in interface org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheFactory
-
Creates a cache that does not exceed a specified number of elements.
- createCache(int) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DefaultCacheFactory
-
- createCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- createCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- createCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
-
- createCascadeJobsOperationLogEntry(UserOperationLogContext, JobDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- 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
-
- 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
-
- createCaseInstanceByKey(String, VariableMap) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
-
- createCaseInstanceByKey(String, String, VariableMap) - 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
-
- createCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.CaseService
-
- 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
-
- createChildExecution(ExecutionEntity, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- createCleanableHistoricBatchReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a cleanable historic batch report.
- createCleanableHistoricBatchReport() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createCleanableHistoricCaseInstanceReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a cleanable historic case instance report.
- createCleanableHistoricCaseInstanceReport() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createCleanableHistoricDecisionInstanceReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a cleanable historic decision instance report.
- createCleanableHistoricDecisionInstanceReport() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createCleanableHistoricProcessInstanceReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a cleanable historic process instance report.
- createCleanableHistoricProcessInstanceReport() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createCleanupContext(int[]) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- createCommandContext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextFactory
-
- createCommandContext() - Method in class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
-
- createComment(String, String, String) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- 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
-
- createCompositePermissionCheck(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- createConcurrentExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
-
- createConcurrentExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- createConditionEvaluation() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createConditionEvaluation() - Method in interface org.camunda.bpm.engine.RuntimeService
-
Define a complex condition evaluation using a fluent builder.
- createCustomPostDecisionEvaluationListeners() - Method in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- CREATED - Static variable in interface org.camunda.bpm.engine.history.ExternalTaskState
-
- 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_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.impl.JobQueryImpl
-
- createdAfter(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- createdAfter(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Only select jobs created after the given date.
- 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.impl.JobQueryImpl
-
- createdBefore(Date) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- createdBefore(Date) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Only select jobs created before the given date.
- 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
-
- createDecisionDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- createDecisionDefinitionQuery() - Method in interface org.camunda.bpm.engine.RepositoryService
-
Query decision definitions.
- createDecisionEvaluatedEvt(DelegateExecution, DmnDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DelegateCaseExecution, DmnDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DmnDecisionLogicEvaluationEvent, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DmnDecisionLogicEvaluationEvent, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DmnDecisionLogicEvaluationEvent, HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createDecisionEvaluatedEvt(DelegateExecution, DmnDecisionEvaluationEvent) - Method in interface org.camunda.bpm.engine.impl.history.producer.DmnHistoryEventProducer
-
Creates the history event fired when a decision is evaluated while execute
a process instance.
- createDecisionEvaluatedEvt(DelegateCaseExecution, DmnDecisionEvaluationEvent) - Method in interface org.camunda.bpm.engine.impl.history.producer.DmnHistoryEventProducer
-
Creates the history event fired when a decision is evaluated while execute
a case instance.
- createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent) - Method in interface org.camunda.bpm.engine.impl.history.producer.DmnHistoryEventProducer
-
Creates the history event fired when a decision is evaluated.
- createDecisionRequirementsDefinitionQuery() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- createDecisionRequirementsDefinitionQuery() - Method in interface org.camunda.bpm.engine.RepositoryService
-
Query decision requirements definition.
- createDefaultAuthorizations(DecisionDefinition) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- createDefaultAuthorizations(DecisionRequirementsDefinition) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- 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(Tenant) - 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
-
- createDefaultTenantMembershipAuthorizations(Tenant, User) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- createDefaultTenantMembershipAuthorizations(Tenant, Group) - 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
-
- 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
-
- createDigestInstance() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedHashDigest
-
- createDmnElement() - Method in class org.camunda.bpm.engine.impl.dmn.transformer.DecisionDefinitionHandler
-
- createDmnElement() - Method in class org.camunda.bpm.engine.impl.dmn.transformer.DecisionRequirementsDefinitionTransformHandler
-
- createdSignalSubscriptions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
-
keep track of subscriptions created in the current command
- createElContext(VariableContext) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- createElContext(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- createElResolver() - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- 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
-
- createEntityManagerFactory(String) - Static method in class org.camunda.bpm.engine.impl.cfg.JpaHelper
-
- createEscalation(String, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- createEscalationEventDefinitionForEscalationHandler(Element, ActivityImpl, boolean, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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
-
- createExceptionByteArray(String, byte[], ResourceType) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
create ByteArrayEntity with specified name and payload and make sure it's
persisted
used in Jobs and ExternalTasks
- 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.dmn.el.ProcessEngineElProvider
-
- createExpression(String) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- createExternalTaskQuery() - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
- createExternalTaskQuery() - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- createFailedJobIncident() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- createFailedJobListener(CommandExecutor, Throwable, String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- 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
-
- 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.
- createFromDecision(DmnElementTransformContext, Decision) - Method in class org.camunda.bpm.engine.impl.dmn.transformer.DecisionDefinitionHandler
-
- createFromDefinitions(DmnElementTransformContext, Definitions) - Method in class org.camunda.bpm.engine.impl.dmn.transformer.DecisionRequirementsDefinitionTransformHandler
-
- createGrantAuthorization(String, String, Resource, String, Permission...) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
-
- CreateGroupCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateGroupCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateGroupCmd
-
- 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
-
- CreateGroupQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateGroupQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateGroupQueryCmd
-
- createGsonMapper() - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- createHistoricActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- 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
-
- createHistoricBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- createHistoricBatchQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricBatchQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
- createHistoricBatchQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricCaseActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricCaseActivityStatisticsQuery(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Query for the number of historic case activity instances aggregated by case activities of a single case definition.
- createHistoricCaseActivityStatisticsQuery(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricCaseInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricDecisionInputInstances(DmnDecisionTableEvaluationEvent, String, Date) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createHistoricDecisionInstance(DmnDecisionLogicEvaluationEvent, HistoricDecisionInstanceEntity) - Method in interface org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier
-
- createHistoricDecisionInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricDecisionInstanceQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
- createHistoricDecisionInstanceQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricProcessInstancesCmd
-
- createHistoricDecisionInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricDecisionInstanceStatisticsQuery(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Query for the statistics of DRD evaluation.
- createHistoricDecisionInstanceStatisticsQuery(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricDecisionOutputInstances(DmnDecisionTableEvaluationEvent, String, Date) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- createHistoricDetailQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricDetailQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- createHistoricDetailQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricExternalTaskLogCreatedEvt(ExternalTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricExternalTaskLogCreatedEvt(ExternalTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event when an external task has been created.
- createHistoricExternalTaskLogDeletedEvt(ExternalTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricExternalTaskLogDeletedEvt(ExternalTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event when an external task has been deleted.
- createHistoricExternalTaskLogFailedEvt(ExternalTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricExternalTaskLogFailedEvt(ExternalTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event when the execution of an external task has failed.
- createHistoricExternalTaskLogQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricExternalTaskLogQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricExternalTaskLogSuccessfulEvt(ExternalTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricExternalTaskLogSuccessfulEvt(ExternalTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event when the execution of an external task was successful.
- createHistoricIdentityLinkAddEvent(IdentityLink) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricIdentityLinkAddEvent(IdentityLink) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Fired when an identity link is added
- createHistoricIdentityLinkDeleteEvent(IdentityLink) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricIdentityLinkDeleteEvent(IdentityLink) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Fired when an identity links is deleted
- createHistoricIdentityLinkEvt(IdentityLink, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricIdentityLinkLogQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricIdentityLinkLogQuery() - 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
-
- createHistoricIncidentMigrateEvt(Incident) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricIncidentMigrateEvt(Incident) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
- createHistoricIncidentQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- 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
-
- 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
-
- createHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- createHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricProcessInstanceReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a historic process instance report.
- createHistoricProcessInstanceReport() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
-
- createHistoricTaskDurationReport(HistoricTaskInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- createHistoricTaskInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- createHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricTaskInstanceReport() - Method in interface org.camunda.bpm.engine.HistoryService
-
Creates a new programmatic query to create a historic task instance report.
- createHistoricTaskInstanceReport() - 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
-
- createHistoricVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- createHistoricVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createHistoricVariableMigrateEvt(VariableInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createHistoricVariableMigrateEvt(VariableInstanceEntity) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when a variable is migrated.
- 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.
- createHistoryCleanupJob(CommandContext) - Method in class org.camunda.bpm.engine.impl.BootstrapEngineCommand
-
- createHistoryEvent(HistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor.HistoryEventCreator
-
- 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(DmnDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryDecisionEvaluationListener
-
- 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(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceUpdateListener
-
- createHistoryEvent(DmnDecisionEvaluationEvent, DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- 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
-
- createHistoryEvents(HistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor.HistoryEventCreator
-
- createHtmlEmail(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
-
- createId(String, String) - Static method in class org.camunda.bpm.engine.impl.metrics.SimpleIpBasedProvider
-
- 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
-
- createIncident(String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Create an incident associated with this execution
- createIncident(String, String, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Create an incident associated with this execution
- createIncident(IncidentContext, String) - Method in class org.camunda.bpm.engine.impl.incident.DefaultIncidentHandler
-
- createIncident() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- createIncident(String, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Returns the newest incident in this execution
- createIncident(String, String, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- createIncident(String, String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createIncident(String, String, String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createIncident(String, String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Creates an incident
- createIncident(String, String, String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Creates an incident
- CreateIncidentCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateIncidentCmd(String, String, String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
-
- createIncidentContext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- createIncidentContext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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.
- createInnerInstance(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
-
- createInnerInstance(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
-
- createInnerInstance(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
-
Returns an execution that can be used to execute an activity within that scope.
- createInputField(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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
-
- 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
-
- createInvocation(DecisionDefinition, VariableMap) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- createInvocation(DecisionDefinition, AbstractVariableScope) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- createInvocation(DecisionDefinition, VariableContext) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- createJob(int[]) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- createJobCommandBuilder() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
-
- createJobCommandBuilder() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- createJobConfiguration(T, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- createJobConfiguration(BatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- createJobConfiguration(DeleteProcessInstanceBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- createJobConfiguration(SetRetriesBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- createJobConfiguration(SetRetriesBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- createJobConfiguration(SetRemovalTimeBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- createJobConfiguration(SetRemovalTimeBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- createJobConfiguration(SetRemovalTimeBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- createJobConfiguration(UpdateProcessInstancesSuspendStateBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateJobHandler
-
- createJobConfiguration(BatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- createJobConfiguration(MigrationBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- createJobConfiguration(ModificationBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- createJobConfiguration(RestartProcessInstancesBatchConfiguration, List<String>) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- createJobDefinition(ProcessDefinition, JobDeclaration<?, ?>) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- createJobDefinitionCommandBuilder() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- createJobDefinitionOperationLogEntry(UserOperationLogContext, Long, JobDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- 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.
- createJobEntities(BatchEntity, DeleteProcessInstanceBatchConfiguration, String, List<String>, int) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- createJobExceptionByteArray(byte[], ResourceType) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- createJobExecutorRegistrations(Set<String>) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
-
- createJobInstance(S) - 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.
- createJobs(BatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- createJobs(BatchEntity) - Method in interface org.camunda.bpm.engine.impl.batch.BatchJobHandler
-
Creates batch jobs for a batch.
- createJobs(BatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- createJobs(int, int[][]) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- 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.
- createMessageCorrelationResult(CommandContext, CorrelationHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- 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
-
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
-
- 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
-
- createMigratingEventScopeInstance(MigratingInstanceParseContext, EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
-
- createMigratingEventSubscriptionInstance(MigratingInstanceParseContext, EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
-
- createMigrationPlan(String, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createMigrationPlan(String, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Creates a migration plan to migrate process instance between different process definitions.
- CreateMigrationPlanCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateMigrationPlanCmd(MigrationPlanBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
-
- createModification(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createModification(String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Creates a modification of multiple process instances in terms of activity cancellations
and instantiations via a fluent builder.
- createMonitorJob(boolean) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- createMonitorJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- createNativeExecutionQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createNativeExecutionQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
-
- createNativeHistoricActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricCaseActivityInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricCaseActivityInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricCaseInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricCaseInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricDecisionInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricDecisionInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricProcessInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricTaskInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricTaskInstanceQuery() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- createNativeHistoricVariableInstanceQuery() - Method in interface org.camunda.bpm.engine.HistoryService
-
- createNativeHistoricVariableInstanceQuery() - 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
-
- createNativeTaskQuery() - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- createNativeTaskQuery() - Method in interface org.camunda.bpm.engine.TaskService
-
Returns a new
- createNativeUserQuery() - Method in interface org.camunda.bpm.engine.IdentityService
-
- createNativeUserQuery() - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
- createNativeUserQuery() - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
-
- createNativeUserQuery() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- CreateNativeUserQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateNativeUserQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateNativeUserQueryCmd
-
- createNewAuthorization(int) - Method in interface org.camunda.bpm.engine.AuthorizationService
-
- 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.
- createNewTenant(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- createNewTenant(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Returns a new (transient)
Tenant
object.
- createNewTimerJob(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- CreateNewTimerJobCommand(String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.RepeatingFailedJobListener.CreateNewTimerJobCommand
-
- 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.
- createObject() - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- createOnPart(CmmnSentryDeclaration, CmmnOnPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- createOpLogEntry(CommandContext, long, JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
-
- createOrLookupMbeanServer() - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
-
- createOrUpdateHistoryLevel(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
-
- 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(Object, 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.CallingTaskItemHandler
-
- createParse() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParser
-
- createParse() - Method in class org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParser
-
- 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
-
- 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.
- 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
-
- 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(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- createProcessInstanceById(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createProcessInstanceById(String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Returns a fluent builder to start a new process instance in the exactly
specified version of the process definition with the given id.
- createProcessInstanceByKey(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- createProcessInstanceByKey(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createProcessInstanceByKey(String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Returns a fluent builder to start a new process instance in the latest
version of the process definition with the given key.
- createProcessInstanceCommandBuilder() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- 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 instance 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
- createProcessInstanceMigrateEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createProcessInstanceMigrateEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when a process instance is migrated.
- 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.
- createProcessInstanceModificationBuilder(String, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationCmd
-
- 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
-
- 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 a process instances is created.
- createProcessInstanceUpdateEvt(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createProcessInstanceUpdateEvt(DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when a process instance is updated.
- 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
-
- 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
-
- createResolver(VariableScope) - Method in class org.camunda.bpm.engine.test.mock.MocksResolverFactory
-
- createScanner(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
-
- createSchema(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
-
- createSchemaLogQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- createSchemaLogQuery() - Method in interface org.camunda.bpm.engine.ManagementService
-
Query for entries of the database schema log.
- createScope(PvmExecutionImpl, PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- 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
-
- createSeedJob() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- createSeedJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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
-
- createSetJobDefinitionStateCommand(String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateBatchCmd
-
- createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.SuspendBatchCmd
-
- createSignalEvent(String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createSignalEvent(String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Notifies the process engine that a signal event has been received using a
fluent builder.
- 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
-
- createSubscriptionForExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
Creates and inserts a subscription entity depending on the message type of this declaration.
- createSubscriptionForStartEvent(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- createSuccessfulJobListener(CommandExecutor) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- createTablePageQuery() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- createTablePageQuery() - Method in interface org.camunda.bpm.engine.ManagementService
-
- 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
-
- CreateTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateTaskCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
-
- createTaskCountByCandidateGroupReport(TaskReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- createTaskCountByCandidateGroupReport(CommandContext) - Method in class org.camunda.bpm.engine.impl.TaskReportImpl
-
- 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 instance is created.
- createTaskInstanceMigrateEvt(DelegateTask) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- createTaskInstanceMigrateEvt(DelegateTask) - Method in interface org.camunda.bpm.engine.impl.history.producer.HistoryEventProducer
-
Creates the history event fired when a task instance is migrated.
- 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 instance is updated.
- 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.
- createTaskReport() - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- createTaskReport() - Method in interface org.camunda.bpm.engine.TaskService
-
Instantiate a task report
- CreateTenantCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateTenantCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTenantCmd
-
- createTenantGroupMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
-
Creates a new membership between the given group and tenant.
- createTenantGroupMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- createTenantGroupMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Creates a membership relation between a tenant and a group.
- createTenantGroupMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- CreateTenantGroupMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateTenantGroupMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTenantGroupMembershipCmd
-
- createTenantQuery() - Method in interface org.camunda.bpm.engine.IdentityService
-
Creates a
TenantQuery
thats allows to programmatically query the
tenants.
- createTenantQuery() - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
- createTenantQuery(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
- createTenantQuery() - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
-
- createTenantQuery(CommandContext) - Method in interface org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider
-
- createTenantQuery() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- CreateTenantQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateTenantQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTenantQueryCmd
-
- createTenantUserMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
-
Creates a new membership between the given user and tenant.
- createTenantUserMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- createTenantUserMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Creates a membership relation between a tenant and a user.
- createTenantUserMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- CreateTenantUserMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateTenantUserMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateTenantUserMembershipCmd
-
- createTextOnlyEmail(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
-
- createTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- createTime - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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
-
- createTimerInstances(Collection<TimerDeclarationImpl>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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, Map<String, List<String>>) - 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.
- createTupel(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.tree.ActivityExecutionHierarchyWalker
-
- 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
-
- 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.batch.BatchEntity
-
- createUserId - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- createUserId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
the id of the user that created the case instance
- createUserOperationLog(DeploymentBuilderImpl, Deployment, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- 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
-
- 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
-
- CreateUserQueryCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- CreateUserQueryCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.CreateUserQueryCmd
-
- 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
-
- createValueExpression(String) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- createValueExpression(ELContext, String, Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ExpressionFactory
-
- 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
-
- createVariable(FormField, VariableScope) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
-
- createVariableInstanceQuery() - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- createVariableInstanceQuery() - Method in interface org.camunda.bpm.engine.RuntimeService
-
- createVariableOnPart(CmmnSentryDeclaration, CmmnVariableOnPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- 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
-
- creatingHistoryLevelPropertyInDatabase(HistoryLevel) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- creationLog() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select created historic external task log entries.
- 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.HistoricExternalTaskLogQueryImpl
-
- creationLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- criteriaNotAllowedException(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- criteriaNotAllowedForCaseInstanceException(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- criteriaNotAllowedForEventListenerException(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- criteriaNotAllowedForEventListenerOrMilestonesException(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- 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.
- currentActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- currentElements - Variable in class org.camunda.bpm.engine.impl.tree.ReferenceWalker
-
- currentInstruction - Variable in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- currentJob - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- currentJob - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
the currently executed job
- currentProcessApplication - Static variable in class org.camunda.bpm.application.impl.ProcessApplicationContextImpl
-
- currentProcessorJobQueue - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
- currentScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- currentState - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- currentStep - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
-
- currentTimestamp - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- currentTimestamp - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- currentTimestamp - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- currentTimestamp - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- 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
-
- customBatchJobHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- customJobHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customLifecycleListeners - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- customPasswordChecker - 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
-
- customPostMigratingActivityInstanceValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPostMigrationActivityValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPostMigrationInstructionValidators - 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
-
- customPreCommandInterceptorsTxRequiresNew - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPreDeployers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPreMigratingActivityInstanceValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPreMigrationActivityValidators - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- customPreMigrationInstructionValidators - 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
-
- 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
-
- DASHBOARD - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- 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
-
- databaseConnectionAccessException(Exception) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- databaseConnectionCloseException(Exception) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- databaseFlushSummary(Collection<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- databaseHistoryLevel(CommandContext) - Static method in class org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
- databaseHistoryLevelException(String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- DatabasePrefixHandler - Class in org.camunda.bpm.engine.impl.digest
-
In order to distinguish between the used hashed algorithm
for the password encryption, as prefix is persisted with the
encrypted to the database.
- DatabasePrefixHandler() - Constructor for class org.camunda.bpm.engine.impl.digest.DatabasePrefixHandler
-
- DatabasePurgeReport - Class in org.camunda.bpm.engine.impl.management
-
- DatabasePurgeReport() - Constructor for class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- 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
-
- databaseSpecificCollationForCaseSensitivity - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificCountDistinctAfterEnd - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificCountDistinctBeforeEnd - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificCountDistinctBeforeStart - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificDatepart1 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificDatepart2 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificDatepart3 - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificDaysComparator - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificDistinct - 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
-
- databaseSpecificEscapeChar - 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
-
- databaseSpecificIfNull - 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
-
- databaseSpecificLimitAfterWithoutOffsetStatements - 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
-
- databaseSpecificLimitBeforeWithoutOffsetStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificLimitBetweenAcquisitionStatements - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- databaseSpecificLimitBetweenFilterStatements - 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
-
- 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
-
- dataSourceJndiName - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- DATE_ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- DATE_PATTERN_ATTRIBUTE - 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
-
- dateAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the date after the give date.
- dateAfter - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- dateAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- dateBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the date before the give date.
- dateBefore - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- dateBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- dateFormat - Variable in class org.camunda.bpm.engine.impl.form.type.DateFormType
-
- 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.AbstractRenderFormDelegate
-
- 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
-
- 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_MAX_STRING_LENGTH - Static variable in class org.camunda.bpm.engine.impl.util.StringUtil
-
Note:
String.length()
counts Unicode supplementary
characters twice, so for a String consisting only of those,
the limit is effectively MAX_LONG_STRING_LENGTH / 2
- 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
-
- DbBulkOperation(DbOperationType, Class<? extends DbEntity>, String, Object) - 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(CommandContext) - Static method in class org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
- 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
-
- 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
-
- 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
-
- 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
-
- DbOperation.State - Enum in org.camunda.bpm.engine.impl.db.entitymanager.operation
-
- dbOperationManager - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- DbOperationManager - Class in org.camunda.bpm.engine.impl.db.entitymanager.operation
-
- 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
-
- dbSchemaCreateDmn() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- dbSchemaCreateDmn() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- dbSchemaCreateDmnHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- dbSchemaCreateDmnHistory() - 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
-
- dbSchemaDropDmn() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- dbSchemaDropDmn() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- dbSchemaDropDmnHistory() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- dbSchemaDropDmnHistory() - 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
-
- 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(boolean) - Constructor for class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- DbTenantQueryImpl - Class in org.camunda.bpm.engine.impl.identity.db
-
- DbTenantQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl
-
- DbTenantQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl
-
- 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
-
- debugAcquiredJobNotFound(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugAddingNewExclusiveJobToJobExecutorCOntext(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugAutoCompletedUrl(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugAutoCompleteUrl(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugCancelConcurrentScopeExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- debugCaughtOptimisticLockingException(OptimisticLockingException) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugClassLoading(String, String, ClassLoader) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- debugCloseException(IOException) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- debugCompiledScriptUsing(String) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptLogger
-
- debugConcurrentScopeIsPruned(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- debugCreatingNewDeployment() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugDatabaseproductName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- debugDatabaseType(String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- debugDecrementingRetriesForJob(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugDestroyScope(PvmExecutionImpl, PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- debugDiscoveredResource(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugEnterActivityInstance(PvmExecutionImpl, String) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- debugEvaluatingCompiledScript(String) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptLogger
-
- debugEvaluatingNonCompiledScript(String) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptLogger
-
- debugException(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- debugExceptionWhileGettingConfigFromJndi(String, NamingException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugExecutesActivity(PvmExecutionImpl, ActivityImpl, String) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- debugExecutingAtomicOperation(CoreAtomicOperation<?>, CoreExecution) - Method in class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- debugFailedJobNotFound(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugFallbackToDefaultRetryStrategy() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugFinishingCommand(Command<?>) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugFiringEventRolledBack() - Method in class org.camunda.bpm.engine.impl.cfg.TransactionLogger
-
- debugFoundPaLifecycleCallbackMethod(String, String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugHistoryCleanupWrongConfiguration() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugIgnoringEventSubscription(EventSubscriptionEntity, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugInitiallyAppyingRetryCycleForJob(String, int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugJobAcquisitionThreadSleeping(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugJobExecuted(JobEntity) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- debugLeavesActivityInstance(PvmExecutionImpl, String) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- debugMappingValuefromInnerScopeToOuterScope(Object, AbstractVariableScope, String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.CoreLogger
-
- debugMappingValueFromOuterScopeToInnerScope(Object, AbstractVariableScope, String, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.CoreLogger
-
- debugModificationInstruction(String, int, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugNoTargetProcessApplicationFound(ExecutionEntity, ProcessApplicationManager) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- debugNoTargetProcessApplicationFoundForCaseExecution(CaseExecutionEntity, ProcessApplicationManager) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- debugNotifyingJobExecutor(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- debugOpeningNewCommandContext() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugPaLifecycleMethodNotFound(String, String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugPerformingAtomicOperation(CoreAtomicOperation<?>, CoreExecution) - Method in class org.camunda.bpm.engine.impl.core.CoreLogger
-
- debugPerformOperationStep(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugProcessingDeployment(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugProcessingResource(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugRejectedExecutionException(RejectedExecutionException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugReusingExistingCommandContext() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugRootPath(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugStartingCommand(Command<?>) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugStartingInstruction(String, int, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- debugSuccessfullyPerformedOperationStep(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- debugTransactionOperation(String) - Method in class org.camunda.bpm.engine.impl.cfg.TransactionLogger
-
- debugWaitingFor(long) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- DECISION_DEFINITION - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- DECISION_DEFINITION_CATEGORY - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_DEFINITION_NAME - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_DEFINITION_VERSION - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_INSTANCE - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- DECISION_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- DECISION_REQUIREMENTS_DEFINITION - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- DECISION_REQUIREMENTS_DEFINITION_CATEGORY - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- DECISION_REQUIREMENTS_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- DECISION_REQUIREMENTS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DECISION_REQUIREMENTS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- DECISION_REQUIREMENTS_DEFINITION_NAME - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- DECISION_REQUIREMENTS_DEFINITION_VERSION - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- DECISION_RESULT_VARIABLE - Static variable in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- decisionDefinition - Variable in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- decisionDefinition - Variable in class org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
-
- DecisionDefinition - Interface in org.camunda.bpm.engine.repository
-
Definition of a decision resource
- DecisionDefinitionCache - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- DecisionDefinitionCache(CacheFactory, int, CacheDeployer) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- decisionDefinitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- decisionDefinitionCategory(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionCategory(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions with the given category.
- decisionDefinitionCategoryLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionCategoryLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions where the category matches the given parameter.
- DecisionDefinitionDeployer - Class in org.camunda.bpm.engine.impl.dmn.deployer
-
- DecisionDefinitionDeployer() - Constructor for class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- DecisionDefinitionEntity - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionDefinitionEntity() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- decisionDefinitionEvaluationFailed(CmmnActivityExecution, Exception) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- DecisionDefinitionHandler - Class in org.camunda.bpm.engine.impl.dmn.transformer
-
- DecisionDefinitionHandler() - Constructor for class org.camunda.bpm.engine.impl.dmn.transformer.DecisionDefinitionHandler
-
- decisionDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances for the given decision definition
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDefinitionCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDiagramCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionModelCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDmnModelInstanceCmd
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- decisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- decisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- decisionDefinitionId(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definition with the given id.
- decisionDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReport
-
Only takes historic decision instances into account for the given decision definition ids.
- decisionDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances for the given decision definitions
- decisionDefinitionIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- decisionDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- decisionDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionIdIn - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions with the given ids.
- decisionDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with the given key of the decision definition.
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- decisionDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- decisionDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- decisionDefinitionKey(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definition with the given key.
- decisionDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReport
-
Only takes historic decision instances into account for the given decision definition keys.
- decisionDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with the given keys of the decision definition.
- decisionDefinitionKeyIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- decisionDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- decisionDefinitionKeyIn - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionKeyLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions where the key matches the given parameter.
- DecisionDefinitionManager - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- decisionDefinitionName(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with the given name of the decision definition.
- decisionDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionName - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- decisionDefinitionName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- decisionDefinitionName(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions with the given name.
- decisionDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with the given name of the decision definition using LIKE construct.
- decisionDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionNameLike - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions where the name matches the given parameter.
- DecisionDefinitionNotFoundException - Exception in org.camunda.bpm.engine.exception.dmn
-
This exception is thrown when a specific decision definition is not found.
- DecisionDefinitionNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionDefinitionNotFoundException
-
- DecisionDefinitionNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionDefinitionNotFoundException
-
- DecisionDefinitionNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionDefinitionNotFoundException
-
- DecisionDefinitionNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionDefinitionNotFoundException
-
- DecisionDefinitionQuery - Interface in org.camunda.bpm.engine.repository
-
- DecisionDefinitionQueryImpl - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionDefinitionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- DecisionDefinitionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- DecisionDefinitionQueryProperty - Interface in org.camunda.bpm.engine.impl.dmn.entity.repository
-
Properties to sort decision definition queries by
- decisionDefinitionResourceName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionResourceName(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definition with the given resource name.
- decisionDefinitionResourceNameLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionResourceNameLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definition with a resource name like the given.
- decisionDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.dmn.DecisionEvaluationBuilder
-
Specify the id of the tenant the decision definition belongs to.
- decisionDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.dmn.DecisionsEvaluationBuilder
-
Specify the id of the tenant the decision definition belongs to.
- decisionDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- decisionDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- decisionDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- decisionDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- decisionDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- decisionDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- decisionDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionDefinitionVersion - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- decisionDefinitionVersion(Integer) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definition with a certain version.
- decisionDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.dmn.DecisionEvaluationBuilder
-
Specify that the decision definition belongs to no tenant.
- decisionDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.dmn.DecisionsEvaluationBuilder
-
Specify that the decision definition belongs to no tenant.
- decisionDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- decisionDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- DecisionEvaluationBuilder - Interface in org.camunda.bpm.engine.dmn
-
Fluent builder to evaluate a decision.
- DecisionEvaluationBuilderImpl - Class in org.camunda.bpm.engine.impl.dmn
-
- DecisionEvaluationBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- DecisionEvaluationUtil - Class in org.camunda.bpm.engine.impl.util
-
- DecisionEvaluationUtil() - Constructor for class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- DecisionException - Exception in org.camunda.bpm.engine.exception.dmn
-
This exception is thrown when something happens related to a decision.
- DecisionException() - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionException
-
- DecisionException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionException
-
- DecisionException(String) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionException
-
- DecisionException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DecisionException
-
- decisionInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with the given decision instance id.
- decisionInstanceId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceStatisticsQuery
-
Restrict query results to be based only on specified decision instance id
- decisionInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionInstanceId - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- decisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- decisionInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- decisionInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- decisionInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances whose id is in the given list of ids.
- decisionInstanceIdIn - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionInstanceIds - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBulkCmd
-
- DecisionInstanceStatisticsImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- DecisionInstanceStatisticsImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- DecisionInvocation - Class in org.camunda.bpm.engine.impl.dmn.invocation
-
- DecisionInvocation(DecisionDefinition, VariableContext) - Constructor for class org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
-
- DecisionLogger - Class in org.camunda.bpm.engine.impl.dmn
-
- DecisionLogger() - Constructor for class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- DecisionRequirementsDefinition - Interface in org.camunda.bpm.engine.repository
-
Container of
DecisionDefinition
s which belongs to the same decision
requirements graph (i.e.
- DecisionRequirementsDefinitionCache - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- DecisionRequirementsDefinitionCache(CacheFactory, int, CacheDeployer) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- decisionRequirementsDefinitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- decisionRequirementsDefinitionCategory(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionCategory(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given category.
- decisionRequirementsDefinitionCategoryLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionCategoryLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition where the category matches the given parameter.
- DecisionRequirementsDefinitionDeployer - Class in org.camunda.bpm.engine.impl.dmn.deployer
-
- DecisionRequirementsDefinitionDeployer() - Constructor for class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- DecisionRequirementsDefinitionEntity - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionRequirementsDefinitionEntity() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- decisionRequirementsDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances that belongs to a decision requirements definition with the given id.
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDefinitionCmd
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDiagramCmd
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsModelCmd
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionRequirementsDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionRequirementsDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionRequirementsDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- decisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- decisionRequirementsDefinitionId(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions which belongs to a decision requirements definition with the given id.
- decisionRequirementsDefinitionId(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given id.
- decisionRequirementsDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given ids.
- decisionRequirementsDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances that belongs to a decision requirements definition with the given key.
- decisionRequirementsDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- decisionRequirementsDefinitionKey - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionRequirementsDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- decisionRequirementsDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionRequirementsDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- decisionRequirementsDefinitionKey - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- decisionRequirementsDefinitionKey(String) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions which belongs to a decision requirements definition with the given key.
- decisionRequirementsDefinitionKey(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given key.
- decisionRequirementsDefinitionKeyLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionKeyLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition where the key matches the given parameter.
- DecisionRequirementsDefinitionManager - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionRequirementsDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- decisionRequirementsDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionName(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given name.
- decisionRequirementsDefinitionNameLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionNameLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition where the name matches the given parameter.
- DecisionRequirementsDefinitionQuery - Interface in org.camunda.bpm.engine.repository
-
- DecisionRequirementsDefinitionQueryImpl - Class in org.camunda.bpm.engine.impl.dmn.entity.repository
-
- DecisionRequirementsDefinitionQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- DecisionRequirementsDefinitionQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- DecisionRequirementsDefinitionQueryProperty - Interface in org.camunda.bpm.engine.impl.dmn.entity.repository
-
Properties to sort decision requirements definition queries by.
- decisionRequirementsDefinitionResourceName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionResourceName(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with the given resource name.
- decisionRequirementsDefinitionResourceNameLike(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionResourceNameLike(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with a resource name like the given.
- DecisionRequirementsDefinitionTransformHandler - Class in org.camunda.bpm.engine.impl.dmn.transformer
-
- DecisionRequirementsDefinitionTransformHandler() - Constructor for class org.camunda.bpm.engine.impl.dmn.transformer.DecisionRequirementsDefinitionTransformHandler
-
- decisionRequirementsDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- decisionRequirementsDefinitionVersion(Integer) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with a certain version.
- decisionResultCollectMappingException(Collection<String>, DmnDecisionResult, DecisionResultMapper) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- decisionResultMapper - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.DmnBusinessRuleTaskActivityBehavior
-
- decisionResultMapper - Variable in class org.camunda.bpm.engine.impl.cmmn.behavior.DmnDecisionTaskActivityBehavior
-
- DecisionResultMapper - Interface in org.camunda.bpm.engine.impl.dmn.result
-
Mapping function for a decision result.
- decisionResultMappingException(DmnDecisionResult, DecisionResultMapper, DmnEngineException) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- DecisionService - Interface in org.camunda.bpm.engine
-
Service to evaluate decisions inside the DMN engine.
- decisionService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- decisionService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
-
- decisionService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- decisionService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- DecisionServiceImpl - Class in org.camunda.bpm.engine.impl
-
- DecisionServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- DecisionSetRemovalTimeJobHandler - Class in org.camunda.bpm.engine.impl.batch.removaltime
-
- DecisionSetRemovalTimeJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- DecisionsEvaluationBuilder - Interface in org.camunda.bpm.engine.dmn
-
Fluent builder to evaluate a decision.
- DecisionTableEvaluationBuilderImpl - Class in org.camunda.bpm.engine.impl.dmn
-
- DecisionTableEvaluationBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- DecisionTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- DecisionTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.DecisionTaskActivityBehavior
-
- DecisionTaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
-
- DecisionTaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- decisionTaskPlanItemHandler - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
-
- 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
- decorate(TaskEntity, VariableScope) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
-
- 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 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
-
- Default16ByteSaltGenerator - Class in org.camunda.bpm.engine.impl.digest
-
- Default16ByteSaltGenerator() - Constructor for class org.camunda.bpm.engine.impl.digest.Default16ByteSaltGenerator
-
- DEFAULT_EXCLUSIVE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- DEFAULT_EXECUTION_SATURATION_WAIT_TIME - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- DEFAULT_FAILED_JOB_LISTENER_MAX_RETRIES - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- DEFAULT_LIMIT_SELECT_INTERVAL - Static variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- DEFAULT_META_INF_PROCESSES_XML - Static variable in annotation type org.camunda.bpm.application.ProcessApplication
-
- DEFAULT_MYBATIS_MAPPING_FILE - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- DEFAULT_NAME - Static variable in class org.camunda.bpm.application.impl.EmbeddedProcessApplication
-
- DEFAULT_ORDER - Static variable in class org.camunda.bpm.engine.impl.db.sql.MybatisJoinHelper
-
- DEFAULT_PRIORITY - Static variable in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
The default priority.
- DEFAULT_PRIORITY_ON_RESOLUTION_FAILURE - Static variable in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
The default priority in case of resolution failure.
- 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_SELECT_INTERVAL - Static variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- DEFAULT_VARIABLE_EVENTS - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- DEFAULT_VARIABLE_LIFECYCLE_LISTENERS - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- DEFAULT_WS_SYNC_FACTORY - Static variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- DefaultAcquireJobsCommandFactory - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- DefaultAcquireJobsCommandFactory(JobExecutor) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.DefaultAcquireJobsCommandFactory
-
- DefaultArtifactFactory - Class in org.camunda.bpm.engine.impl
-
Default ArtifactService implementation.
- DefaultArtifactFactory() - Constructor for class org.camunda.bpm.engine.impl.DefaultArtifactFactory
-
- 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
-
- DefaultBatchWindowManager - Class in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
-
- DefaultBatchWindowManager() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
-
- 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
-
- DefaultCacheFactory - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
Provides the default cache implementation for the deployment caches see
DeploymentCache
.
- DefaultCacheFactory() - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.DefaultCacheFactory
-
- DefaultCallableElementTenantIdProvider - Class in org.camunda.bpm.engine.impl.core.model
-
- DefaultCallableElementTenantIdProvider() - Constructor for class org.camunda.bpm.engine.impl.core.model.DefaultCallableElementTenantIdProvider
-
- 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
-
- DefaultConditionHandler - Class in org.camunda.bpm.engine.impl.runtime
-
- DefaultConditionHandler() - Constructor for class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- 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
-
The default implementation of the DelegateInterceptor.
- DefaultDelegateInterceptor() - Constructor for class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
-
- DefaultDeploymentHandler - Class in org.camunda.bpm.engine.impl.repository
-
- DefaultDeploymentHandler(ProcessEngine) - Constructor for class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandler
-
- DefaultDeploymentHandlerFactory - Class in org.camunda.bpm.engine.impl.repository
-
- DefaultDeploymentHandlerFactory() - Constructor for class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandlerFactory
-
- defaultDeployToEngineName - Variable in class org.camunda.bpm.application.AbstractProcessApplication
-
- DefaultDeserializationTypeValidator - Class in org.camunda.bpm.engine.impl.runtime
-
Validate a type against a list of allowed packages and classes.
- DefaultDeserializationTypeValidator() - Constructor for class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- DefaultDmnHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
-
- DefaultDmnHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier - Interface in org.camunda.bpm.engine.impl.history.producer
-
- 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
-
- DefaultExternalTaskPriorityProvider - Class in org.camunda.bpm.engine.impl.externaltask
-
Represents the default priority provider for external tasks.
- DefaultExternalTaskPriorityProvider() - Constructor for class org.camunda.bpm.engine.impl.externaltask.DefaultExternalTaskPriorityProvider
-
- DefaultFailedJobCommandFactory - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- DefaultFailedJobCommandFactory() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.DefaultFailedJobCommandFactory
-
- DefaultFailedJobParseListener - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
- DefaultFailedJobParseListener() - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- 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
-
- DefaultHistoryEventProducer - Class in org.camunda.bpm.engine.impl.history.producer
-
- DefaultHistoryEventProducer() - Constructor for class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- DefaultHistoryRemovalTimeProvider - Class in org.camunda.bpm.engine.impl.history
-
- DefaultHistoryRemovalTimeProvider() - Constructor for class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- DefaultIncidentHandler - Class in org.camunda.bpm.engine.impl.incident
-
An incident handler that logs incidents of a certain type
as instances of
Incident
to the engine database.
- DefaultIncidentHandler(String) - Constructor for class org.camunda.bpm.engine.impl.incident.DefaultIncidentHandler
-
- 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
-
- DefaultJobPriorityProvider - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- DefaultJobPriorityProvider() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- DefaultJobRetryCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DefaultJobRetryCmd(String, Throwable) - Constructor for class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- defaultManualActivation() - Method in class org.camunda.bpm.engine.impl.test.PvmTestCase
-
- DefaultMigrationActivityMatcher - Class in org.camunda.bpm.engine.impl.migration
-
- DefaultMigrationActivityMatcher() - Constructor for class org.camunda.bpm.engine.impl.migration.DefaultMigrationActivityMatcher
-
- DefaultMigrationInstructionGenerator - Class in org.camunda.bpm.engine.impl.migration
-
- DefaultMigrationInstructionGenerator(MigrationActivityMatcher) - Constructor for class org.camunda.bpm.engine.impl.migration.DefaultMigrationInstructionGenerator
-
- defaultNamespace - Variable in class org.camunda.bpm.engine.impl.util.xml.ParseHandler
-
- defaultNumberOfRetries - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- defaultPasswordEncryptor - Variable in class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- DefaultPasswordPolicyImpl - Class in org.camunda.bpm.engine.impl.identity
-
- DefaultPasswordPolicyImpl() - Constructor for class org.camunda.bpm.engine.impl.identity.DefaultPasswordPolicyImpl
-
- DefaultPermissionProvider - Class in org.camunda.bpm.engine.impl.cfg.auth
-
- DefaultPermissionProvider() - Constructor for class org.camunda.bpm.engine.impl.cfg.auth.DefaultPermissionProvider
-
- DefaultPriorityProvider<T> - Class in org.camunda.bpm.engine.impl
-
Represents a default priority provider, which contains some functionality to evaluate the priority.
- DefaultPriorityProvider() - Constructor for class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
- DefaultProcessApplicationRegistration - Class in org.camunda.bpm.engine.impl.application
-
- DefaultProcessApplicationRegistration(ProcessApplicationReference, Set<String>, String) - Constructor for class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
-
- 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
-
- defaultUserPermissionForTask - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- defaultUserPermissionNameForTask - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Provides the default task permission for the user related to a task
User can be related to a task in the following ways
- Candidate user
- Part of candidate group
- Assignee
- Owner
The default value is UPDATE.
- defaultValue - Variable in class org.camunda.bpm.engine.impl.form.FormFieldImpl
-
- 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
-
- DefaultVariableSerializers(DefaultVariableSerializers) - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
-
- definesPersistentEventTrigger(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.migration.validation.instruction.UpdateEventTriggersValidator
-
- definition - Variable in class org.camunda.bpm.engine.impl.form.handler.CreateStartFormInvocation
-
- definitionAddedToDeploymentCache(DeploymentEntity, DefinitionEntity, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
Called after a definition was added to the deployment cache.
- definitionAddedToDeploymentCache(DeploymentEntity, ProcessDefinitionEntity, Properties) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- definitionCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
-
- 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.BaseCallableElement
-
- delayedEvents - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Contains the delayed variable events, which will be dispatched on a save point.
- DelayedVariableEvent - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- DelayedVariableEvent(PvmExecutionImpl, VariableEvent) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
- delayEvent(PvmExecutionImpl, VariableEvent) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Delays a given variable event with the given target scope.
- delayEvent(DelayedVariableEvent) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Delays and stores the given DelayedVariableEvent on the process instance.
- delayFireHistoricVariableEvents - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
-
- 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(String) - Method in interface org.camunda.bpm.engine.task.Task
-
- 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
-
- DelegateExecution - Interface in org.camunda.bpm.engine.delegate
-
- DelegateExecutionContext - Class in org.camunda.bpm.engine.context
-
Represents a delegation execution context which should return the current
delegation execution.
- DelegateExecutionContext() - Constructor for class org.camunda.bpm.engine.context.DelegateExecutionContext
-
- 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
-
- 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(BaseDelegateExecution, ResourceDefinitionEntity) - Constructor for class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
Provide a context execution or resource definition in which context the invocation
should be performed.
- 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 - 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
-
- DelegateVariableMapping - Interface in org.camunda.bpm.engine.delegate
-
Represents a delegated mapping of input and output variables.
- 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.
- DELETE - Static variable in interface org.camunda.bpm.engine.delegate.CaseVariableListener
-
- DELETE - Static variable in interface org.camunda.bpm.engine.delegate.VariableListener
-
- delete(boolean) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- delete() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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.HistoricDecisionInputInstanceEntity
-
- delete() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- delete() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.ExternalTaskEntity
-
- delete(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- 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.IdentityLinkEntity
-
- delete(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- 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() - Method in class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- delete() - Method in interface org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
Performs the deletion of process definitions.
- DELETE_ALL_METER - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- DELETE_ALL_METER_BY_TIMESTAMP_AND_REPORTER - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- 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 class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- 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_TABLE_DATA - Static variable in class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- 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 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
-
- deleteAttachments(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAttachmentsByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAttachmentsByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAttachmentsByTaskCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAttachmentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAttachmentsByTaskProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentManager
-
- deleteAuthorization(String) - Method in interface org.camunda.bpm.engine.AuthorizationService
-
- deleteAuthorization(String) - Method in class org.camunda.bpm.engine.impl.AuthorizationServiceImpl
-
- 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
-
- deleteAuthorizationsByResourceIdAndGroupId(Resource, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- deleteAuthorizationsByResourceIdAndUserId(Resource, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- deleteAuthorizationsForGroup(Resource, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- deleteAuthorizationsForUser(Resource, String, String) - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- deleteBatch(String, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- deleteBatch(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
-
Deletes a batch instance and the corresponding job definitions.
- DeleteBatchCmd - Class in org.camunda.bpm.engine.impl.batch
-
- DeleteBatchCmd(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
-
- deleteBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- deleteBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- deleteBulk(DbBulkOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- deleteByteArrayById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
-
- deleteByteArraysByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
-
- deleteByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- deleteByteArrayValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- deleteByTimestampAndReporter(Date, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- deleteCandidateGroup(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
- 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
-
- deleteCandidateStarterUser(String, String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteCandidateStarterUser(String, String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- 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
-
- deleteCascade(String, boolean, boolean, boolean, boolean) - 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
-
- deleteComments(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- deleteCommentsByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- deleteCommentsByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- deleteCommentsByTaskCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- deleteCommentsByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- deleteCommentsByTaskProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentManager
-
- DELETED - Static variable in interface org.camunda.bpm.engine.history.ExternalTaskState
-
- 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
-
- deleteDecisionDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- deleteDecisionDeployment(String, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
-
- deleteDecisionRequirementDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
-
- deleteDecisionRequirementsDefinitionsByDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- 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, 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(String, boolean, 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, boolean, 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.
- deleteDeploymentCascade(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteDeploymentCascade(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- DeleteDeploymentCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteDeploymentCmd(String, boolean, 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, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
-
- deleteDeployments() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deletedIncidents - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- deleteEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- deleteEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- deleteEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- deleteEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionManager
-
- deleteExceptionByteArrayByParameterMap(String, Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricExternalTaskLogManager
-
- deleteExceptionByteArrayByParameterMap(String, Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
-
- deleteExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
-
- deleteExternalTaskLogByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricExternalTaskLogManager
-
- 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
-
- DeleteFilterCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteFilterCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteFilterCmd
-
- deleteFromExecutionAndRuntimeTable() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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
-
- 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
-
- deleteHistoricActivityInstancesByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
-
- deleteHistoricActivityInstancesByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityInstanceManager
-
- deleteHistoricBatch(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes a historic batch instance.
- deleteHistoricBatch(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricBatchById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- DeleteHistoricBatchCmd - Class in org.camunda.bpm.engine.impl.batch.history
-
- DeleteHistoricBatchCmd(String) - Constructor for class org.camunda.bpm.engine.impl.batch.history.DeleteHistoricBatchCmd
-
- deleteHistoricBatchesByIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- deleteHistoricBatchesByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricBatchManager
-
- deleteHistoricCaseActivityInstancesByCaseInstanceIds(List<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
-
- DeleteHistoricCaseInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteHistoricCaseInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricCaseInstanceCmd
-
- deleteHistoricCaseInstancesBulk(List<String>) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic case instances and all related historic data in bulk manner.
- deleteHistoricCaseInstancesBulk(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricCaseInstancesBulkCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteHistoricCaseInstancesBulkCmd(List<String>) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricCaseInstancesBulkCmd
-
- deleteHistoricCaseInstancesByIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseInstanceManager
-
- deleteHistoricDecisionInstance(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
- deleteHistoricDecisionInstance(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter - Class in org.camunda.bpm.engine.impl.dmn.batch
-
- DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
-
- deleteHistoricDecisionInstanceByDefinitionId(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic decision instances of a decision definition.
- deleteHistoricDecisionInstanceByDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricDecisionInstanceByDefinitionIdCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Deletes historic decision instances with the given id of the decision definition.
- DeleteHistoricDecisionInstanceByDefinitionIdCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
-
- deleteHistoricDecisionInstanceByIds(List<String>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- deleteHistoricDecisionInstanceByInstanceId(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic decision instances by its id.
- deleteHistoricDecisionInstanceByInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricDecisionInstanceByInstanceIdCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Deletes historic decision instances with the given id of the instance.
- DeleteHistoricDecisionInstanceByInstanceIdCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByInstanceIdCmd
-
- deleteHistoricDecisionInstancesAsync(List<String>, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic decision instances asynchronously based on a list of decision instances.
- deleteHistoricDecisionInstancesAsync(HistoricDecisionInstanceQuery, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic decision instances asynchronously based on query of decision instances.
- deleteHistoricDecisionInstancesAsync(List<String>, HistoricDecisionInstanceQuery, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic decision instances asynchronously based on query and a list of decision instances, whereby query result and
list of ids will be merged.
- deleteHistoricDecisionInstancesAsync(List<String>, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricDecisionInstancesAsync(HistoricDecisionInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricDecisionInstancesAsync(List<String>, HistoricDecisionInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricDecisionInstancesBatchCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
- DeleteHistoricDecisionInstancesBatchCmd(List<String>, HistoricDecisionInstanceQuery, String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- deleteHistoricDecisionInstancesBulk(List<String>) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes decision instances and all related historic data in bulk manner.
- deleteHistoricDecisionInstancesBulk(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricDecisionInstancesBulkCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Deletes historic decision instances with the given ids in bulk manner.
- DeleteHistoricDecisionInstancesBulkCmd(List<String>) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBulkCmd
-
- deleteHistoricDecisionInstancesByDecisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- DeleteHistoricDecisionInstancesJobHandler - Class in org.camunda.bpm.engine.impl.dmn.batch
-
- DeleteHistoricDecisionInstancesJobHandler() - Constructor for class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- deleteHistoricDecisionsByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- deleteHistoricDetails(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricDetailsByCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricDetailsByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricDetailsByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricDetailsByTaskCaseInstanceIds(List<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
-
- deleteHistoricDetailsByTaskProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricDetailsByVariableInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailManager
-
- deleteHistoricExternalTaskLogsByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricExternalTaskLogManager
-
- deleteHistoricIdentityLinkLogByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- deleteHistoricIdentityLinksLogByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- deleteHistoricIdentityLinksLogByTaskCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- deleteHistoricIdentityLinksLogByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- deleteHistoricIdentityLinksLogByTaskProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- deleteHistoricIncidentsByBatchId(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- deleteHistoricIncidentsByJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- deleteHistoricIncidentsByProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- deleteHistoricIncidentsByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- deleteHistoricIncidentsByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- deleteHistoricJobLogByBatchIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
-
- 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
-
- deleteHistoricJobLogsByJobDefinitionId(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
-
- deleteHistoricJobLogsByProcessInstanceIds(List<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
-
- DeleteHistoricProcessInstanceBatchConfigurationJsonConverter - Class in org.camunda.bpm.engine.impl.batch.deletion
-
- DeleteHistoricProcessInstanceBatchConfigurationJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
-
- deleteHistoricProcessInstanceByIds(List<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
-
- deleteHistoricProcessInstanceIfExists(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instance.
- deleteHistoricProcessInstanceIfExists(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricProcessInstances(List<String>) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances.
- deleteHistoricProcessInstances(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricProcessInstancesAsync(List<String>, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances asynchronously.
- deleteHistoricProcessInstancesAsync(HistoricProcessInstanceQuery, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances asynchronously based on query.
- deleteHistoricProcessInstancesAsync(List<String>, HistoricProcessInstanceQuery, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances asynchronously based on query and a list of process instances.
- deleteHistoricProcessInstancesAsync(List<String>, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricProcessInstancesAsync(HistoricProcessInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricProcessInstancesAsync(List<String>, HistoricProcessInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricProcessInstancesBatchCmd - Class in org.camunda.bpm.engine.impl.cmd.batch
-
- DeleteHistoricProcessInstancesBatchCmd(List<String>, HistoricProcessInstanceQuery, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- deleteHistoricProcessInstancesBulk(List<String>) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances and all related historic data in bulk manner.
- deleteHistoricProcessInstancesBulk(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricProcessInstancesByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricProcessInstanceManager
-
- DeleteHistoricProcessInstancesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteHistoricProcessInstancesCmd(List<String>, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstancesCmd
-
- deleteHistoricProcessInstancesIfExists(List<String>) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes historic process instances.
- deleteHistoricProcessInstancesIfExists(List<String>) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricProcessInstancesJobHandler - Class in org.camunda.bpm.engine.impl.batch.deletion
-
- DeleteHistoricProcessInstancesJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- 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
-
- deleteHistoricTaskInstancesByCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
-
- deleteHistoricTaskInstancesByProcessInstanceIds(List<String>, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
-
Deletes all data related with tasks, which belongs to specified process instance ids.
- deleteHistoricTaskInstancesByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceManager
-
- deleteHistoricVariableInstance(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes a historic variable instance by its id.
- deleteHistoricVariableInstance(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- deleteHistoricVariableInstanceByCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoricVariableInstanceByProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoricVariableInstanceByVariableInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- DeleteHistoricVariableInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteHistoricVariableInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricVariableInstanceCmd
-
- deleteHistoricVariableInstances(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoricVariableInstancesByCaseInstanceIds(List<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
-
- deleteHistoricVariableInstancesByProcessInstanceId(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Deletes all historic variables and historic details (variable updates, form properties) of a process instance.
- deleteHistoricVariableInstancesByProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- DeleteHistoricVariableInstancesByProcessInstanceIdCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteHistoricVariableInstancesByProcessInstanceIdCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteHistoricVariableInstancesByProcessInstanceIdCmd
-
- deleteHistoricVariableInstancesByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoricVariableInstancesByTaskId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoricVariableInstancesByTaskProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceManager
-
- deleteHistoryCleanupJobs() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- 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(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
-
- 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
-
- deleteIdentityLinks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- deleteIdentityLinksByProcDef(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkManager
-
- deleteIncident(IncidentContext) - Method in class org.camunda.bpm.engine.impl.incident.DefaultIncidentHandler
-
- deleteIncident(IncidentContext) - Method in interface org.camunda.bpm.engine.impl.incident.IncidentHandler
-
Called in situations in which an incidenthandler may wich to delete existing incidents
Example: when a scope is ended or a job is deleted.
- 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
-
- deleteJobLogByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
-
- deleteJobs(BatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- deleteJobs(BatchEntity) - Method in interface org.camunda.bpm.engine.impl.batch.BatchJobHandler
-
Delete all jobs for a batch.
- 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
-
- deleteLicenseKey() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- deleteLicenseKey() - Method in interface org.camunda.bpm.engine.ManagementService
-
Deletes the stored license key.
- DeleteLicenseKeyCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteLicenseKeyCmd(boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteLicenseKeyCmd
-
- 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
-
Deletes 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, String) - 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.
- deleteMetrics(Date, String) - Method in interface org.camunda.bpm.engine.ManagementService
-
Deletes all metrics events which are older than the specified timestamp
and reported by the given reporter.
- DeleteMetricsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteMetricsCmd(Date, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
-
- deleteMonitorJob() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- deleteOperationLogByRemovalTime(Date, int, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- deleteOperationLogEntryById(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- deleteOperations - Variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- deletePreserveOrder(Class<? extends DbEntity>, String, Object) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
Several delete operations added by this method will be executed preserving the order of method calls, no matter what entity type they refer to.
- deleteProcessDefinition(ProcessDefinition, String, boolean, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
Deletes the given process definition from the database and cache.
- deleteProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteProcessDefinition(String, boolean) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteProcessDefinition(String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteProcessDefinition(String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteProcessDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean, boolean) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinition(String, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Deletes the process definition which belongs to the given process definition id.
- deleteProcessDefinitionCmd(CommandContext, String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
-
- deleteProcessDefinitions(DeleteProcessDefinitionsByIdsCmd.ProcessDefinitionGroup) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- deleteProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deleteProcessDefinitions() - Method in interface org.camunda.bpm.engine.RepositoryService
-
Fluent builder to delete process definitions.
- DeleteProcessDefinitionsBuilder - Interface in org.camunda.bpm.engine.repository
-
Fluent builder to delete process definitions by a process definition key or process definition ids.
- DeleteProcessDefinitionsBuilderImpl - Class in org.camunda.bpm.engine.impl.repository
-
Fluent builder implementation to delete process definitions.
- DeleteProcessDefinitionsBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- DeleteProcessDefinitionsByIdsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Command to delete process definitions by ids.
- DeleteProcessDefinitionsByIdsCmd(List<String>, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- DeleteProcessDefinitionsByIdsCmd(List<String>, boolean, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- DeleteProcessDefinitionsByIdsCmd(List<String>, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- DeleteProcessDefinitionsByKeyCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Command to delete process definitions by a given key.
- DeleteProcessDefinitionsByKeyCmd(String, boolean, boolean, boolean, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByKeyCmd
-
- DeleteProcessDefinitionsSelectBuilder - Interface in org.camunda.bpm.engine.repository
-
Fluent builder to delete process definitions by a process definition key or process definition ids.
- DeleteProcessDefinitionsTenantBuilder - Interface in org.camunda.bpm.engine.repository
-
Fluent builder to delete process definitions by a process definition key or process definition ids.
- deleteProcessDefinitionWithProcessInstancesException(String, Long) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- deleteProcessInstance(CommandContext, String, String, boolean, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- 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, boolean, boolean, boolean, 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(String, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstance(String, String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstance(String, String, boolean, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- 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.
- deleteProcessInstance(String, String, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instance.
- deleteProcessInstance(String, String, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instance.
- deleteProcessInstance(String, String, boolean, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instance.
- DeleteProcessInstanceBatchCmd - Class in org.camunda.bpm.engine.impl.cmd.batch
-
- DeleteProcessInstanceBatchCmd(List<String>, ProcessInstanceQuery, String, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- DeleteProcessInstanceBatchConfiguration - Class in org.camunda.bpm.engine.impl.batch.deletion
-
Configuration object that is passed to the Job that will actually perform execution of
deletion.
- DeleteProcessInstanceBatchConfiguration(List<String>, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- DeleteProcessInstanceBatchConfiguration(List<String>, String, boolean) - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- DeleteProcessInstanceBatchConfiguration(List<String>, String, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- DeleteProcessInstanceBatchConfigurationJsonConverter - Class in org.camunda.bpm.engine.impl.batch.deletion
-
Perform serialization of DeleteProcessInstanceBatchConfiguration into JSON format.
- DeleteProcessInstanceBatchConfigurationJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- DeleteProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteProcessInstanceCmd(String, String, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
-
- deleteProcessInstanceIfExists(String, String, boolean, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstanceIfExists(String, String, boolean, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instance.
- deleteProcessInstances(List<String>, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstances(List<String>, String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstances(List<String>, String, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete existing runtime process instances.
- deleteProcessInstances(List<String>, String, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete existing runtime process instances.
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesAsync(List<String>, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesAsync(ProcessInstanceQuery, String) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteProcessInstancesAsync(List<String>, ProcessInstanceQuery, String, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteProcessInstancesAsync(ProcessInstanceQuery, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteProcessInstancesAsync(List<String>, String) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete an existing runtime process instances asynchronously using Batch operation.
- deleteProcessInstancesByProcessDefinition(String, String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionManager
-
- DeleteProcessInstancesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteProcessInstancesCmd(List<String>, String, boolean, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstancesCmd
-
- deleteProcessInstancesIfExists(List<String>, String, boolean, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- deleteProcessInstancesIfExists(List<String>, String, boolean, boolean, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
Delete existing runtime process instances.
- DeleteProcessInstancesJobHandler - Class in org.camunda.bpm.engine.impl.batch.deletion
-
- DeleteProcessInstancesJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- deletePropagate(ExecutionEntity, String, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- 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.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- deleteReason - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTaskCmd
-
- deleteReason - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- 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
-
- 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
- deleteSeedJob() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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
-
- deleteSubscriptionsForProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
Deletes the subscriptions for the process definition, which is
identified by the given process definition id.
- 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.
- 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.
- deleteTenant(String) - Method in interface org.camunda.bpm.engine.IdentityService
-
Deletes the tenant.
- deleteTenant(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenant(String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Allows deleting a persistent
Tenant
object.
- deleteTenant(String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- DeleteTenantCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteTenantCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTenantCmd
-
- deleteTenantGroupMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
-
Deletes the membership between the given group and tenant.
- deleteTenantGroupMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenantGroupMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Deletes a membership relation between a tenant and a group.
- deleteTenantGroupMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- DeleteTenantGroupMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteTenantGroupMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTenantGroupMembershipCmd
-
- deleteTenantMembershipsOfGroup(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenantMembershipsOfTenant(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenantMembershipsOfUser(String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenantUserMembership(String, String) - Method in interface org.camunda.bpm.engine.IdentityService
-
Deletes the membership between the given user and tenant.
- deleteTenantUserMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- deleteTenantUserMembership(String, String) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Deletes a membership relation between a tenant and a user.
- deleteTenantUserMembership(String, String) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- DeleteTenantUserMembershipCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- DeleteTenantUserMembershipCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeleteTenantUserMembershipCmd
-
- deleteTimerStartEventsForProcessDefinition(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
Deletes the timer start events for the given process definition.
- deleteUnmappedActivityInstances(MigratingProcessInstance) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
delete unmapped instances in a bottom-up fashion (similar to deleteCascade and regular BPMN execution)
- DeleteUnmappedInstanceVisitor - Class in org.camunda.bpm.engine.impl.migration.instance
-
- DeleteUnmappedInstanceVisitor(boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.migration.instance.DeleteUnmappedInstanceVisitor
-
- 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
-
- 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
-
- deleteVariableInstanceByTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceManager
-
- deletionLog() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select deleted historic external task log entries.
- 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.HistoricExternalTaskLogQueryImpl
-
- deletionLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- deletions - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractPatchVariablesCmd
-
- dependentActivityInstanceJobHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- dependentEventSubscriptionHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- dependentInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingExternalTaskInstance
-
- dependentTransitionInstanceJobHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- dependentVariableHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- 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(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- deploy(CommandContext, DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer
-
- deploy(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- deploy(DeploymentEntity) - Method in interface org.camunda.bpm.engine.impl.persistence.deploy.Deployer
-
- deploy() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- deploy() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- deploy() - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
-
Deploys all provided sources to the process engine and returns the created deployment.
- deploy() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
-
- DEPLOY_TIME - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
-
- 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 - Class in org.camunda.bpm.engine.impl.cmd
-
- DeployCmd(DeploymentBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- 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.cache.CacheDeployer
-
- deployment - Variable in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
-
- 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(String...) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deployment(DeploymentBuilder, BpmnModelInstance...) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deployment(DeploymentBuilder, String...) - 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 or class 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.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- DEPLOYMENT_ID - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- 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_KEY - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- DEPLOYMENT_KEY_LENGTH - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- DEPLOYMENT_NAME - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
-
- 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.cache
-
- DeploymentCache(CacheFactory, int) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- deploymentCharset - Variable in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- 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, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
-
- DeploymentFailListener(Set<String>, CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
-
- deploymentForTenant(String, BpmnModelInstance...) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deploymentForTenant(String, String...) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deploymentForTenant(String, String, BpmnModelInstance) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deploymentHandler - Variable in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- DeploymentHandler - Interface in org.camunda.bpm.engine.repository
-
The
DeploymentHandler
interface should be implemented when there is a need to
define a custom behavior for determining what Resources should be added to a new Deployment.
- deploymentHandlerFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- DeploymentHandlerFactory - Interface in org.camunda.bpm.engine.repository
-
Builds the
DeploymentHandler
for determining of the deployment process for the
Process Engine.
- 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(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
-
Query entries which are existing for the given 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.cmmn.entity.runtime.CaseExecutionQueryImpl
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.history.event.UserOperationLogEntryEventEntity
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- 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.ProcessInstanceQueryImpl
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- deploymentId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- deploymentId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- 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.DecisionDefinitionQuery
-
Only select decision definitions that are deployed in a deployment with the
given deployment id.
- deploymentId(String) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition 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(String) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
-
Selects the case instances which belong to the given deployment id.
- deploymentId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Selects the process instances which belong to the given deployment id.
- 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
-
- deploymentIds - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- 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.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.
- 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
-
- DeploymentOperationBuilder(PlatformServiceContainer, String) - Constructor for class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
-
- DeploymentOperationStep - Class in org.camunda.bpm.container.impl.spi
-
- DeploymentOperationStep() - Constructor for class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
- DeploymentQuery - Interface in org.camunda.bpm.engine.repository
-
- 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
-
- 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
-
- deploymentResourcesById - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- deploymentResourcesByName - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- deployments - Variable in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- deploymentSource(String) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- deploymentSource(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
-
If the given source
is null
,
then deployments are returned where source is equal to null.
- 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
-
- deploymentSummary(Collection<String>, String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- deploymentTime - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- deploymentWithBuilder(DeploymentBuilder) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- DeploymentWithDefinitions - Interface in org.camunda.bpm.engine.repository
-
An extension of the deployment interface to expose the deployed definitions.
- deployOnlyGivenResourcesOfDeployment(DeploymentEntity, String...) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer
-
- deployProcessApplication(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- deployProcessApplication(AbstractProcessApplication) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- 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
-
- deployWithResult() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- deployWithResult(DeploymentBuilderImpl) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- deployWithResult() - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
-
Deploys all provided sources to the process engine and returns the created deployment with the deployed definitions.
- 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).
- 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
-
- describeContext(JobDeclaration<?, ?>, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- describeFailure(String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
-
- 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_LIKE - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- descriptionExpression - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- descriptionLike - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- deserializationAllowedClasses - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Specifies which classes are allowed for deserialization
- deserializationAllowedPackages - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Specifies which packages are allowed for deserialization
- deserializationTypeValidationEnabled - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Indicates whether type validation should be done before deserialization
- deserializationTypeValidator - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Validates types before deserialization
- DeserializationTypeValidator - Interface in org.camunda.bpm.engine.runtime
-
Validate a type before deserialization
- 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
-
- deserializeObjectValues - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetFormVariablesCmd
-
- deserializeReturnedVariables - Variable in class org.camunda.bpm.engine.impl.cmd.CompleteTaskCmd
-
- 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.cmd.SubmitTaskFormCmd
-
- deserializeValues - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.GetCaseExecutionVariablesCmd
-
- deserializeValues - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionVariableSnapshotObserver
-
- deserializeVariables - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- deserializeVariableValues - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- 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.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.
- destroyAttachableExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- destroyAttachableExecution(ExecutionEntity) - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingActivityInstanceBehavior
-
- destroyAttachableExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingNonScopeActivityInstanceBehavior
-
- destroyAttachableExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingScopeActivityInstanceBehavior
-
- destroyConcurrentScope(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
Destroys a concurrent scope Execution.
- destroyConcurrentScopeExecution(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- destroying(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- destroyInnerInstance(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
-
- destroyInnerInstance(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
-
- destroyInnerInstance(ActivityExecution) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
-
implement to destroy an execution in this scope and handle the scope's reorganization
(e.g.
- 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.
- detachChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- detachChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- detachChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstance
-
- detachDependentInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- detachState() - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingActivityInstanceBehavior
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingNonScopeActivityInstanceBehavior
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingScopeActivityInstanceBehavior
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledCaseInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledProcessInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCompensationEventSubscriptionInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingExternalTaskInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- detachState() - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingInstance
-
Detach this instance's state from its owning instance and the execution tree
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingUserTaskInstance
-
- detachState() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingVariableInstance
-
- detail - Variable in exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidationException
-
optional object for detailing the nature of the validation error
- 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
-
- 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
-
- detectedPa(Class<?>) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- determineAutoHistoryLevel(ProcessEngineConfigurationImpl, HistoryLevel) - Method in class org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
- determineBehavior(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- determineDeploymentsToResumeByDeploymentName(CandidateDeployment) - Method in class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandler
-
- determineDeploymentsToResumeByDeploymentName(CandidateDeployment) - Method in interface org.camunda.bpm.engine.repository.DeploymentHandler
-
This method is called in the last stage of the deployment process, if a Process Application
deployment is performed.
- determineDeploymentsToResumeByProcessDefinitionKey(String[]) - Method in class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandler
-
- determineDeploymentsToResumeByProcessDefinitionKey(String[]) - Method in interface org.camunda.bpm.engine.repository.DeploymentHandler
-
This method is called in the last stage of the deployment process, if a Process Application
deployment is performed.
- determineDuplicateDeployment(CandidateDeployment) - Method in class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandler
-
- determineDuplicateDeployment(CandidateDeployment) - Method in interface org.camunda.bpm.engine.repository.DeploymentHandler
-
- determineEndState(ExecutionEntity, HistoricProcessInstanceEventEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- 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
- DetermineHistoryLevelCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Read the already configured historyLevel from DB and map to given list of total levels.
- DetermineHistoryLevelCmd(List<HistoryLevel>) - Constructor for class org.camunda.bpm.engine.impl.cmd.DetermineHistoryLevelCmd
-
- determinePriority(ExecutionEntity, T, String) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
- determinePriority(ExecutionEntity, T, String) - Method in interface org.camunda.bpm.engine.impl.PriorityProvider
-
- determinePropagatingExecutionOnEnd(PvmExecutionImpl, Map<ScopeImpl, 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.
- determineRemovalTime(Date, Integer) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- determineResourceWhitelistPattern(ProcessEngineConfiguration, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- 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
-
- determineTimerTriggerTargetScope(JobEntity, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTimerJobInstance
-
- DIAGRAM_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- 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
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- diagramResourceName - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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
-
- 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.AbstractRenderFormDelegate
-
- 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() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
-
- disableAuthorizationCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- disableBinaryFetching() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Disable fetching of byte array input and output values.
- disableBinaryFetching() - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
-
Disable fetching of byte array and file values.
- disableBinaryFetching() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
-
Disable fetching of byte array and file values.
- disableBinaryFetching() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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 and file 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.HistoricDecisionInstanceQuery
-
Disable deserialization of input and output values that are custom objects.
- 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 interface org.camunda.bpm.engine.history.NativeHistoricVariableInstanceQuery
-
Disable deserialization of variable values that are custom objects.
- disableCustomObjectDeserialization() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.NativeHistoricVariableInstanceQueryImpl
-
- 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.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- disabled() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
-
Only select case executions which are disabled.
- disabledHistoryException() - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- disabledPermissionException(String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- disabledPermissions - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
Specifies which permissions will not be taken into account in the
authorizations checks if authorization is enabled.
- disableLogUserOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- disableLogUserOperation() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
-
- disableMaxResultsLimit() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
-
- disableStrictCallActivityValidation - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- disableTenantCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- disableUserOperationLog() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- discardCaseDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- discardDecisionDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- discardDecisionRequirementsDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- discardProcessDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- DiscoverBpmPlatformPluginsStep - Class in org.camunda.bpm.container.impl.deployment
-
- DiscoverBpmPlatformPluginsStep() - Constructor for class org.camunda.bpm.container.impl.deployment.DiscoverBpmPlatformPluginsStep
-
- discretionaryElementHandlers - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
-
- disjunctive - Variable in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- disjunctive - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- disjunctive() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- dispatchDelayedEventsAndPerformOperation(PvmAtomicOperation) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Dispatches the current delayed variable events and performs the given atomic operation
if the current state was not changed.
- dispatchDelayedEventsAndPerformOperation(Callback<PvmExecutionImpl, Void>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Dispatches the current delayed variable events and performs the given atomic operation
if the current state was not changed.
- 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
-
- dispatchEvent(VariableEvent) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- dispatchEvent(VariableEvent) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- dispatchScopeEvents(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Dispatches the current delayed variable events on the scope of the given execution.
- 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.AbstractRenderFormDelegate
-
- DIV_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- DMN_DEF_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- DMN_MODEL_INST_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- DMN_REQ_DEF_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- DMN_RESOURCE_SUFFIXES - Static variable in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- DmnBusinessRuleTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
Implementation of a Bpmn BusinessRuleTask executing a DMN Decision.
- DmnBusinessRuleTaskActivityBehavior(BaseCallableElement, String, DecisionResultMapper) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.DmnBusinessRuleTaskActivityBehavior
-
- DmnDecisionTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- DmnDecisionTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.DmnDecisionTaskActivityBehavior
-
- dmnEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- dmnEnabled - Variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- dmnEngine - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- dmnEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- dmnEngineConfiguration - Variable in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- DmnEngineConfigurationBuilder - Class in org.camunda.bpm.engine.impl.dmn.configuration
-
Modify the given DMN engine configuration so that the DMN engine can be used
from the process engine.
- DmnEngineConfigurationBuilder(DefaultDmnEngineConfiguration) - Constructor for class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
Creates a new builder to modify the given DMN engine configuration.
- dmnHistoryEventProducer - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- dmnHistoryEventProducer - Variable in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- dmnHistoryEventProducer(DmnHistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- DmnHistoryEventProducer - Interface in org.camunda.bpm.engine.impl.history.producer
-
The producer for DMN history events.
- dmnModelInstanceCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- DmnModelInstanceCache - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- DmnModelInstanceCache(CacheFactory, int, ResourceDefinitionCache<DecisionDefinitionEntity>) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.DmnModelInstanceCache
-
- DmnModelInstanceNotFoundException - Exception in org.camunda.bpm.engine.exception.dmn
-
This exception is thrown when a DmnModelInstance
is not found.
- DmnModelInstanceNotFoundException() - Constructor for exception org.camunda.bpm.engine.exception.dmn.DmnModelInstanceNotFoundException
-
- DmnModelInstanceNotFoundException(String, Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DmnModelInstanceNotFoundException
-
- DmnModelInstanceNotFoundException(String) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DmnModelInstanceNotFoundException
-
- DmnModelInstanceNotFoundException(Throwable) - Constructor for exception org.camunda.bpm.engine.exception.dmn.DmnModelInstanceNotFoundException
-
- doAuthCheck(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- doAuthCheck(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- doCall(Callable<T>) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
-
- doContextSwitch(Runnable, ProcessDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
-
- doEvaluateDecision(DecisionDefinition, VariableMap) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- doEvaluateDecision(DecisionDefinition, VariableMap) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- doExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- doLeave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
-
- doLeave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
-
- doLeave(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.
- doLeave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
-
- doLeave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- doLeave(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SubProcessActivityBehavior
-
- done() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- 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
-
- doubleValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- doubleValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- 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
-
- 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_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.AcquirableJobEntity
-
- 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.
- duplicateVariableInstanceException(CoreVariableInstance) - Method in class org.camunda.bpm.engine.impl.core.CoreLogger
-
- 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(PeriodUnit) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- DURATION - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
-
- duration(PeriodUnit) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- duration(PeriodUnit) - Method in interface org.camunda.bpm.engine.query.Report
-
- 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
-
- DurationHelper(String, Date) - Constructor for class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- durationInMillis - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
-
- durationPeriodUnit - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- durationPeriodUnit - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- DurationReportResult - Interface in org.camunda.bpm.engine.history
-
Represents a report result about duration of completed instances for a given period.
- DurationReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- DurationReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- DynamicBeanPropertyELResolver - Class in org.camunda.bpm.engine.impl.javax.el
-
- 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
-
- EJB_CONTEXT_PATH - Static variable in class org.camunda.bpm.application.impl.EjbProcessApplication
-
- ejbPaCannotAutodetectName(NamingException) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- ejbPaCannotLookupSelfReference(NamingException) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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
-
- 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
-
- 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 - 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
-
- elementIds - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
A list of all element IDs.
- elementIds - Variable in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- elementIsContainedInArray(T, T...) - Static method in class org.camunda.bpm.engine.impl.util.CompareUtil
-
Checks if the element is contained within the list of values.
- elementIsContainedInList(T, Collection<T>) - Static method in class org.camunda.bpm.engine.impl.util.CompareUtil
-
Checks if the element is contained within the list of values.
- elementIsNotContainedInArray(T, T...) - Static method in class org.camunda.bpm.engine.impl.util.CompareUtil
-
Checks if the element is contained within the list of values.
- elementIsNotContainedInList(T, Collection<T>) - Static method in class org.camunda.bpm.engine.impl.util.CompareUtil
-
Checks if the element is not contained within the list of values.
- elementNS(Namespace, String) - Method in class org.camunda.bpm.engine.impl.util.xml.Element
-
- 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.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
-
- emailCreationException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- emailFormatException() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- emailLike - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- EMBEDDED_KEY - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- EMBEDDED_KEY_LENGTH - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- 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
-
- emergingDependentInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- EmergingInstance - Interface in org.camunda.bpm.engine.impl.migration.instance
-
Represents a instance which will be created by a migration, i.e.
- EmergingJobInstance - Class in org.camunda.bpm.engine.impl.migration.instance
-
- EmergingJobInstance(TimerDeclarationImpl) - Constructor for class org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
-
- 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_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
- EMPTY_STRING - Static variable in class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- emptyMapping() - Static method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
-
- emptyProcessesXml() - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- emptyVariableName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- emptyVariables() - Static method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableCollectionProvider
-
- ENABLE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
-
- enable() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- enable() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- enableAuthorizationCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- enableCmdExceptionLogging - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set to false
exceptions that occur
during command execution will not be logged before re-thrown.
- enableCustomObjectDeserialization() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Enable deserialization of variable values that are custom objects.
- enableCustomObjectDeserialization() - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- 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.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- 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 with
same deployment source.
- enableDuplicateFiltering() - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
-
Deprecated.
- enableDuplicateFiltering(boolean) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
-
- enableExceptionsAfterUnhandledBpmnError - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set
true
then the process engine
throws
ProcessEngineException
when no catching boundary event was
defined for an error event.
- 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
-
- enableFetchProcessDefinitionDescription - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- enableFetchScriptEngineFromProcessApplication - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- enableGracefulDegradationOnContextSwitchFailure - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- enableMaxResultsLimit() - Method in class org.camunda.bpm.engine.impl.AbstractQuery
-
- enablePasswordPolicy - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
configuration of password policy
- enableQueryAuthCheck(AuthorizationCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- enableReducedJobExceptionLogging - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set to true
exceptions that occur
during the execution of a job that still has retries left will not be logged.
- enableResumingOfPreviousVersions(ProcessApplicationDeploymentBuilder) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
-
- 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
-
- enableTenantCheck() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- enableUserOperationLog() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- enableXxeProcessing - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
If false, disables XML eXternal Entity (XXE) Processing.
- enableXxeProcessing - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- 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
- encodeSalt(byte[]) - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- 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.PasswordManager
-
- EncryptionUtil - Class in org.camunda.bpm.engine.impl.util
-
- EncryptionUtil() - Constructor for class org.camunda.bpm.engine.impl.util.EncryptionUtil
-
- 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, 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 - Variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- 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_EVENT_CANCEL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_COMPENSATION - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_ERROR - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_ESCALATION - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_MESSAGE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_NONE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_SIGNAL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_EVENT_TERMINATE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- END_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricBatchQueryProperty
-
- END_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
-
- 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 ended the process instance
- 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
-
- endConcurrentExecutionInEventSubprocess() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- 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 (exclusive)
- endDateMilliseconds - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- 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
-
- 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
-
- 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
-
- ENDING - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
-
- endOr() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied.
- endOr() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied.
- endOr() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- endOr() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- endOr() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- endOr() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- endOr() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied.
- endOr() - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
endOr() terminates an OR query on which an arbitrary amount of filter criteria were applied.
- endTime - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- endTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- endTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
-
- endTransition() - Method in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
-
- enforceSpecificVariablePermission - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set to true
,
READ_INSTANCE_VARIABLE,
READ_HISTORY_VARIABLE, or
READ_TASK_VARIABLE on Process Definition resource, and
READ_VARIABLE on Task resource
will be required to fetch variables when the autorizations are enabled.
- engine - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- engineAuthorizationTypeException(int, int, int, int) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- engineConfigurationResource - Variable in class org.camunda.bpm.engine.impl.test.ResourceProcessEngineTestCase
-
- engineIterator() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
Must return an iterator of registered process engines
that is independent of concurrent modifications
to the underlying data structure of engines.
- EnginePersistenceLogger - Class in org.camunda.bpm.engine.impl.db
-
- EnginePersistenceLogger() - Constructor for class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- EngineUtilLogger - Class in org.camunda.bpm.engine.impl.util
-
- EngineUtilLogger() - Constructor for class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- enrichHistoricDecisionsWithInputsAndOutputs(HistoricDecisionInstanceQueryImpl, List<HistoricDecisionInstance>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- ensureActive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- ensureActiveCommandContext(String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- 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
-
- 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
-
- 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
-
- ensureContextFunctionMapInitialized() - Method in class org.camunda.bpm.engine.impl.el.CommandContextFunctionMapper
-
- ensureContextFunctionMapInitialized() - Method in class org.camunda.bpm.engine.impl.el.DateTimeFunctionMapper
-
- ensureCorrelationLocalVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensureCorrelationProcessInstanceVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensureCorrelationVariablesNotSet() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensureDefaultInitialExists() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- ensureDeploymentsWithIdsExists(Set<String>, List<DeploymentEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- ensureEquals(Class<? extends ProcessEngineException>, String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureEquals(String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureErrorByteArrayInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.ExternalTaskEntity
-
- ensureExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- ensureExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- 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.
- ensureExternalTasksInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- ensureGeneratorInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
-
- ensureGreaterThanOrEqual(String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureGreaterThanOrEqual(String, String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureGreaterThanOrEqual(Class<? extends ProcessEngineException>, String, String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureHasId(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- ensureHistoricProcessInstanceNotActive(HistoricProcessInstance) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- ensureHistoryLevelInitialized() - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryExecutionListener
-
- ensureHistoryLevelInitialized() - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- ensureHistoryLevelInitialized() - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryTaskListener
-
- ensureHistoryLevelInitialized() - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
-
- ensureHistoryLevelInitialized() - Method in class org.camunda.bpm.engine.impl.history.transformer.HistoryCaseExecutionListener
-
- 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
-
- ensureJobDefinitionInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- ensureJobDueDateNotNull - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- ensureJobsInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- ensureLessThan(String, String, long, long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureNoDuplicateDefinitionKeys(List<DefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- ensureNoDuplicateDefinitionKeys(List<DecisionRequirementsDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- ensureNoEntitiesAreLeft(String, Collection<? extends DbEntity>, MigratingProcessInstanceValidationReportImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- ensureNoExpressionInMessageStartEvent(Element, EventSubscriptionDeclaration, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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, 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
-
- 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, 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
-
- ensureOperationAllowed(CommandContext, ExecutionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- ensureOrExpressionsEvaluated() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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
-
- ensurePayloadProcessInstanceVariablesLocalInitialized() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensurePositive(String, Long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensurePositive(Class<? extends ProcessEngineException>, String, Long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensurePositive(String, String, Long) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensurePositive(Class<? extends ProcessEngineException>, String, String, Long) - 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.
- ensurePreviousCaseDefinitionIdInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- ensurePreviousDecisionDefinitionIdInitialized() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- ensurePreviousDecisionRequirementsDefinitionIdInitialized() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- ensurePreviousProcessDefinitionIdInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- ensureProcessDefinitionAndTenantIdNotSet() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensureProcessDefinitionIdNotSet() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- 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
- ensureProcessInstanceAndTenantIdNotSet() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- ensureProcessInstanceExist(String, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- ensureProcessInstanceExist(String, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationCmd
-
- ensureProcessInstanceExist(String, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- ensureProcessInstanceExists(String, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceAsyncCmd
-
- ensureProcessInstanceInitialized() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- ensureResourcesWithIdsExist(String, Set<String>, List<ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- ensureResourcesWithKeysExist(String, Set<String>, Map<String, ResourceEntity>, String) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- ensureResourcesWithNamesExist(String, Set<String>, List<ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- ensureSameProcessDefinition(ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationCmd
-
- ensureSameProcessDefinition(HistoricProcessInstance, String) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- ensureSameProcessDefinition(ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- 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.util.TypedValueField
-
- ensureSourceCaseExecutionInitialized() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- 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
-
- ensureTenantAuthorized(CommandContext, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.batch.RestartProcessInstancesBatchCmd
-
- ensureTenantIdNotChanged() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- ensureTransitionAllowed(CmmnActivityExecution, CaseExecutionState, CaseExecutionState, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
-
- ensureTrue(String, boolean) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- EnsureUtil - Class in org.camunda.bpm.engine.impl.util
-
- EnsureUtil() - Constructor for class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureValidIndividualResourceId(String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureValidIndividualResourceId(Class<? extends ProcessEngineException>, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureValidIndividualResourceIds(String, Collection<String>) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- ensureValidIndividualResourceIds(Class<? extends ProcessEngineException>, String, Collection<String>) - Static method in 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
-
- 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.externaltask.TopicFetchInstruction
-
- ensureVariablesInitialized() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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.ProcessInstanceQueryImpl
-
- 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
-
- ensureWhitelistedResourceId(CommandContext, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- 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_TYPE_ATTACHMENT - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- ENTITY_TYPE_IDENTITY_LINK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- ENTITY_TYPE_TASK - Static variable in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
- entityCache - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
reusable cache
- entityCacheDuplicateEntryException(String, String, Class<? extends DbEntity>, DbEntityState) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- entityCacheKeys - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCacheKeyMapping
-
- entityCacheLookupException(Class<T>, String, Class<? extends DbEntity>, Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- entityDeletePerformed(DbEntityOperation, int, Exception) - 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
-
- entityInsertPerformed(DbEntityOperation, int, Exception) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- EntityLoadListener - Interface in org.camunda.bpm.engine.impl.db
-
- entityManagerFactory - Variable in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityManagerSessionFactory
-
- 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.UserOperationLogContextEntry
-
- entityType - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- entityType(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- 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
-
- entityTypeIn(String...) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
-
Query for operations on entities of a given type only.
- entityTypeIn(String...) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- EntityTypes - Class in org.camunda.bpm.engine
-
- EntityTypes() - Constructor for class org.camunda.bpm.engine.EntityTypes
-
- entityTypes - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- entityUpdatePerformed(DbEntityOperation, int, Exception) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- entries - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
-
- entry - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- entry(String, String) - Static method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- entryCriteria - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
-
- entryCriterionSatisfied - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- 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.scripting.engine.ScriptBindings
-
- 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
- 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)*
- equalId(ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.DefaultMigrationActivityMatcher
-
- equals(Object) - Method in class org.camunda.bpm.engine.history.ExternalTaskState.ExternalTaskStateImpl
-
- 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.cfg.BatchWindowConfiguration
-
- 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.model.PropertyKey
-
- equals(Object) - Method in class org.camunda.bpm.engine.impl.core.model.PropertyListKey
-
- equals(Object) - Method in class org.camunda.bpm.engine.impl.core.model.PropertyMapKey
-
- 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.AcquirableJobEntity
-
- 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.MetricIntervalEntity
-
- 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
-
- EQUIVALENT_BEHAVIORS - Static variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameBehaviorInstructionValidator
-
- equivalentBehaviors - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameBehaviorInstructionValidator
-
- 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_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- ERROR_EVENT_DEFINITIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
-
- errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Error
-
- errorCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- errorCode - Variable in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskBpmnErrorCmd
-
The error code of the corresponding bpmn error.
- errorCode - Variable in class org.camunda.bpm.engine.impl.cmd.HandleTaskBpmnErrorCmd
-
- errorCodeVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
-
- errorCodeVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- ErrorDeclarationForProcessInstanceFinder - Class in org.camunda.bpm.engine.impl.bpmn.helper
-
- ErrorDeclarationForProcessInstanceFinder(Exception, String, PvmActivity) - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- errorDetails - Variable in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskFailureCmd
-
- errorDetails - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- errorDetailsByteArray - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- errorDetailsByteArrayId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- errorDetailsByteArrayId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- ErrorEndEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- ErrorEndEventActivityBehavior(String, ParameterValueProvider) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
-
- errorEventDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- ErrorEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
- ErrorEventDefinition(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- errorException(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- errorHandlerActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- errorMessage(String) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the given error message.
- errorMessage - Variable in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskBpmnErrorCmd
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskFailureCmd
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.cmd.HandleTaskBpmnErrorCmd
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- errorMessage(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- errorMessage - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
-
- errorMessageVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- errorPropagationException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- ErrorPropagationException - Exception in org.camunda.bpm.engine.impl.bpmn.helper
-
- ErrorPropagationException(Throwable) - Constructor for exception org.camunda.bpm.engine.impl.bpmn.helper.ErrorPropagationException
-
- 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.bpmn.parser.ResourceReportImpl
-
- errors - Variable in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- escalation - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowEscalationEventActivityBehavior
-
- Escalation - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
Represents an 'escalation' element.
- Escalation(String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- escalation(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- ESCALATION_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- ESCALATION_EVENT_DEFINITIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- escalationCode - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- escalationCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- escalationCode - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- escalationCode - Variable in class org.camunda.bpm.engine.impl.cmd.HandleTaskEscalationCmd
-
- escalationCodeVariable - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- escalationEventDefinition - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- EscalationEventDefinition - Class in org.camunda.bpm.engine.impl.bpmn.parser
-
Represents an escalation event definition that reference an 'escalation' element.
- EscalationEventDefinition(PvmActivity, boolean) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- EscalationEventDefinitionFinder - Class in org.camunda.bpm.engine.impl.bpmn.helper
-
- EscalationEventDefinitionFinder(String, PvmActivity) - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- EscalationHandler - Class in org.camunda.bpm.engine.impl.bpmn.helper
-
Helper class handling the propagation of escalation.
- EscalationHandler() - Constructor for class org.camunda.bpm.engine.impl.bpmn.helper.EscalationHandler
-
- escalationHandler - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- escalations - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Mapping of found escalation elements
- escapeQuotes(String) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlElementWriter
-
- 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() - Method in interface org.camunda.bpm.engine.dmn.DecisionEvaluationBuilder
-
Evaluates the decision.
- evaluate() - Method in interface org.camunda.bpm.engine.dmn.DecisionsEvaluationBuilder
-
Evaluates the decision.
- evaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- 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
-
Evaluates the condition and returns the result.
- evaluate(VariableScope, DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.Condition
-
Evaluates the condition and returns the result.
- evaluate() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- evaluate() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- evaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.el.UelExpressionCondition
-
- evaluate(VariableScope, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.el.UelExpressionCondition
-
- evaluate(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- evaluate(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
-
- evaluate(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
-
- evaluate(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.ResourceExecutableScript
-
- evaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
-
- evaluate(VariableScope, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
-
- evaluate(ScriptEngine, VariableScope, Bindings) - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
-
- 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
-
- evaluateCondition(ConditionSet, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- evaluateConditionStartByEventSubscription(CommandContext, ConditionSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- evaluateConditionStartByProcessDefinitionId(CommandContext, ConditionSet, String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- evaluatedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances that were evaluated after the given date.
- evaluatedAfter - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricDecisionInstanceQueryCmd
-
- evaluatedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- evaluatedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- evaluatedAt - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricDecisionInstanceQueryCmd
-
- evaluatedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances that were evaluated before the given date.
- evaluatedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- evaluatedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- evaluateDecision(AbstractVariableScope, BaseCallableElement, String, DecisionResultMapper) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- evaluateDecision(DecisionDefinition, VariableMap) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- evaluateDecisionById(String) - Method in interface org.camunda.bpm.engine.DecisionService
-
Returns a fluent builder to evaluate the decision with the given id.
- evaluateDecisionById(String) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionById(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- evaluateDecisionByKey(String) - Method in interface org.camunda.bpm.engine.DecisionService
-
Returns a fluent builder to evaluate the decision with the given key.
- evaluateDecisionByKey(String) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionByKey(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- EvaluateDecisionCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Evaluates the decision with the given key or id.
- EvaluateDecisionCmd(DecisionEvaluationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- evaluateDecisionTable(DecisionDefinition, VariableMap) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- evaluateDecisionTableById(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.DecisionService
-
Evaluates the decision with the given id.
- evaluateDecisionTableById(String) - Method in interface org.camunda.bpm.engine.DecisionService
-
Returns a fluent builder to evaluate the decision table with the given id.
- evaluateDecisionTableById(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionTableById(String) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionTableById(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- evaluateDecisionTableByKey(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.DecisionService
-
Evaluates the decision with the given key in the latest version.
- evaluateDecisionTableByKey(String) - Method in interface org.camunda.bpm.engine.DecisionService
-
Returns a fluent builder to evaluate the decision table with the given key.
- evaluateDecisionTableByKey(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionTableByKey(String) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- evaluateDecisionTableByKey(CommandExecutor, String) - Static method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- evaluateDecisionTableByKeyAndVersion(String, Integer, Map<String, Object>) - Method in interface org.camunda.bpm.engine.DecisionService
-
Evaluates the decision with the given key in the specified version.
- evaluateDecisionTableByKeyAndVersion(String, Integer, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.DecisionServiceImpl
-
- EvaluateDecisionTableCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Evaluates the decision table with the given key or id.
- EvaluateDecisionTableCmd(DecisionTableEvaluationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- 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
-
- evaluateExpressionsAndExecuteIdsList(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.EventListenerActivityBehavior
-
- 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
-
- evaluateStartCondition(CommandContext, ConditionSet) - Method in interface org.camunda.bpm.engine.impl.runtime.ConditionHandler
-
Evaluates conditions of process definition with a conditional start event
- evaluateStartCondition(CommandContext, ConditionSet) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- EvaluateStartConditionCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Evaluates the conditions to start processes by conditional start events
- EvaluateStartConditionCmd(ConditionEvaluationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.EvaluateStartConditionCmd
-
- evaluateStartConditions() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- evaluateStartConditions() - Method in interface org.camunda.bpm.engine.runtime.ConditionEvaluationBuilder
-
- evaluateValueProvider(ParameterValueProvider, ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Evaluates a given value provider with the given execution entity to determine
the correct value.
- EVALUATION_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryProperty
-
- evaluations - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- evaluationTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- event - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
- Event - Interface in org.camunda.bpm.engine.task
-
Deprecated.
- 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_SUBSCRIPTION_DECLARATIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.
- EVENT_SUBSCRIPTIONS_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- eventActivities - Variable in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
activities for which this is the event scope
- EventBasedGatewayActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- EventBasedGatewayActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.EventBasedGatewayActivityBehavior
-
- EventHandler - Interface in org.camunda.bpm.engine.impl.event
-
- EventHandlerImpl - Class in org.camunda.bpm.engine.impl.event
-
- EventHandlerImpl(EventType) - Constructor for class org.camunda.bpm.engine.impl.event.EventHandlerImpl
-
- eventHandlers - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- EventListenerActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- EventListenerActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
-
- 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.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
-
- EVENTNAME_TIMEOUT - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
-
- EVENTNAME_UPDATE - Static variable in interface org.camunda.bpm.engine.delegate.TaskListener
-
- eventNotificationsCompleted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AbstractCmmnEventAtomicOperation
-
- eventNotificationsCompleted(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.operation.AtomicOperationCaseExecutionParentComplete
-
- 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.PvmAtomicOperationActivityInitStackNotifyListenerReturn
-
- 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.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
-
- eventNotificationsFailed(T, Exception) - Method in class org.camunda.bpm.engine.impl.core.operation.AbstractEventAtomicOperation
-
- eventNotificationsFailed(PvmExecutionImpl, Exception) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmEventAtomicOperation
-
- eventNotificationsFailed(PvmExecutionImpl, Exception) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInstanceEnd
-
- 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
-
- eventPayload - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- eventProducer - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryDecisionEvaluationListener
-
- 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
-
- eventReceived(Object, Object, String, 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
-
- eventScopeExecution - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- 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
-
- EventSubProcessStartConditionalEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- EventSubProcessStartConditionalEventActivityBehavior(ConditionalEventDefinition) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessStartConditionalEventActivityBehavior
-
- 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(EventType, String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- eventSubscription - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingCompensationEventSubscriptionInstance
-
- eventSubscription(EventType, 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(Expression, EventType) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- EventSubscriptionDeclaration(Expression, EventType, CallableElement) - Constructor for class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- eventSubscriptionDeclaration - Variable in class org.camunda.bpm.engine.impl.jobexecutor.EventSubscriptionJobDeclaration
-
- eventSubscriptionDeclaration - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- eventSubscriptionEntity - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- EventSubscriptionEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- EventSubscriptionEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- EventSubscriptionEntity(EventType) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- EventSubscriptionEntity(ExecutionEntity, EventType) - 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 - Variable in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler.EventSubscriptionJobConfiguration
-
- eventSubscriptionId(String) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
-
Only select subscriptions with the given id.
- EventSubscriptionInstanceHandler - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
- EventSubscriptionInstanceHandler() - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.EventSubscriptionInstanceHandler
-
- EventSubscriptionJobConfiguration(String) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler.EventSubscriptionJobConfiguration
-
- EventSubscriptionJobDeclaration - Class in org.camunda.bpm.engine.impl.jobexecutor
-
Describes and creates jobs for handling an event asynchronously.
- EventSubscriptionJobDeclaration(EventSubscriptionDeclaration) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.EventSubscriptionJobDeclaration
-
- 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
-
- eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- eventSubscriptions(Collection<EventSubscriptionEntity>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- eventSubscriptions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- eventSubscriptionType - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- eventType - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- EventType - Class in org.camunda.bpm.engine.impl.event
-
Defines the existing event types, on which the subscription can be done.
- 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.
- EverLivingJobEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
JobEntity for ever living job, which can be rescheduled and executed again.
- EverLivingJobEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- exception - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.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
-
- exceptionBpmnErrorPropagationFailed(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- 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
-
- exceptionCommandWithUnauthorizedTenant(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateMessageToSingleExecution(String, long, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateMessageToSingleProcessDefinition(String, long, CorrelationSet) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateMessageWithProcessDefinitionAndTenantId() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateMessageWithProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateMessageWithProcessInstanceAndTenantId() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCorrelateStartMessageWithCorrelationVariables() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionCreateCaseInstanceByIdAndTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.operation.CmmnOperationLogger
-
- exceptionDeliverSignalToSingleExecutionWithTenantId() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionDuringJobAcquisition(Exception) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- exceptionDuringParsing(String, String, List<Problem>, List<Problem>) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionEscalationPropagationFailed(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionEvaluateDecisionDefinitionByIdAndTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- 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.
- exceptionNoDrdForResource(String) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- exceptionParseDmnResource(String, Exception) - Method in class org.camunda.bpm.engine.impl.dmn.DecisionLogger
-
- exceptionStartProcessInstanceAtStartActivityAndSkipListenersOrMapping() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionStartProcessInstanceByIdAndTenantId() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionUpdateSuspensionStateForTenantOnlyByProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- ExceptionUtil - Class in org.camunda.bpm.engine.impl.util
-
- ExceptionUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- exceptionWhenEvaluatingConditionalStartEvent() - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionWhenEvaluatingConditionalStartEventByProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionWhenStartFormScriptEvaluation(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionWhileApplyingFieldDeclatation(String, String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileClosingProcessEngine(String, Exception) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- exceptionWhileCompletingSupProcess(PvmExecutionImpl, Exception) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- exceptionWhileExecutingJob(String, Throwable) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper.ExceptionLoggingHandler
-
- exceptionWhileExecutingJob(JobEntity, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- exceptionWhileExecutingJob(String, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- exceptionWhileFiringEvent(TransactionState, Throwable) - Method in class org.camunda.bpm.engine.impl.cfg.TransactionLogger
-
- exceptionWhileGeneratingProcessDiagram(Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseLogger
-
- exceptionWhileGettingFile(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileGettingValueForVariable(Exception) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionWhileGettingVirtualFolder(URL, URISyntaxException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileInitializingProcessengine(Throwable) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- exceptionWhileInstantiatingClass(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileInteractingWithTransaction(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cfg.TransactionLogger
-
- exceptionWhileInvokingMethod(String, Object, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileInvokingOnCommandFailed(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- exceptionWhileInvokingPaLifecycleCallback(String, String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileLoadingCpRoots(String, ClassLoader, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileLoggingRegistrationSummary(Throwable) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- exceptionWhileNotifyingPaTaskListener(Exception) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- exceptionWhileParsingCronExpresison(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileParsingExpression(String, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- exceptionWhilePerformingOperationStep(String, String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhilePerformingOperationStep(String, Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileReadingFile(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileReadingProcessesXml(String, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileReadingStream(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileRegisteringDeploymentsWithJobExecutor(Exception) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- exceptionWhileResolvingDuedate(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileRollingBackOperation(Exception) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileRollingBackTransaction(Exception) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- exceptionWhileScanning(String, IOException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileSettingField(Field, Object, Object, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- exceptionWhileStopping(String, String, Throwable) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileUnlockingJob(String, Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- exceptionWhileUnregisteringDeploymentsWithJobExecutor(Exception) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- exceptionWhileUnregisteringService(String, Throwable) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- exceptionWhileWritingToFile(String, Exception) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- 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
HistoricDetail
s, so only items which have no
task-id set will be selected.
- excludeTaskDetails() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- 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
-
- 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
-
- 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.
- 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>, InvocationContext) - 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(Callable<T>, InvocationContext) - Method in interface org.camunda.bpm.application.ProcessApplicationInterface
-
- 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() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryBuilder
-
Performs the fetching.
- execute(String) - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyRule
-
Checks the given password against this rule.
- 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(BatchMonitorJobHandler.BatchMonitorJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler
-
- execute(BatchSeedJobHandler.BatchSeedJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.DeleteBatchCmd
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.history.DeleteHistoricBatchCmd
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.RestartProcessInstancesBatchCmd
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.BootstrapEngineCommand
-
- 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.CompensationEventActivityBehavior
-
- 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.DmnBusinessRuleTaskActivityBehavior
-
- 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.ExternalTaskActivityBehavior
-
- 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.IntermediateConditionalEventBehavior
-
- 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(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.SubProcessActivityBehavior
-
- execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
-
- 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.ThrowEscalationEventActivityBehavior
-
- execute(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowSignalEventActivityBehavior
-
- 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.AbstractGetDeployedFormCmd
-
- 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.AbstractSetBatchStateCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- 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.batch.DeleteHistoricProcessInstancesBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricProcessInstancesCmd
-
- 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(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.CompleteExternalTaskCmd
-
- 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.CreateIncidentCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateNativeUserQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTaskCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTenantQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateUserQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- 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.DeleteHistoricCaseInstancesBulkCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstancesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricTaskInstanceCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricVariableInstanceCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricVariableInstancesByProcessInstanceIdCmd
-
- 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.DeleteLicenseKeyCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByKeyCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstancesCmd
-
- 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.DetermineHistoryLevelCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.EvaluateStartConditionCmd
-
- 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(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ExtendLockOnExternalTaskCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
- execute(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
Executes the specific external task commands, which belongs to the current sub class.
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FetchExternalTasksCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FindActiveActivityIdsCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.FindHistoryCleanupJobsCmd
-
- 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.GetDeployedProcessDefinitionCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
-
- 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.GetExternalTaskErrorDetailsCmd
-
- 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.GetHistoricExternalTaskLogErrorDetailsCmd
-
- 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.GetLicenseKeyCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetNextIdBlockCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetPasswordPolicyCmd
-
- 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(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskBpmnErrorCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskCmd
-
- execute(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskFailureCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.HandleTaskBpmnErrorCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.HandleTaskEscalationCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- 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.ModifyProcessInstanceAsyncCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeCompletedHistoricActivityInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeCompletedHistoricProcessInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeCompletedHistoricTaskInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricDecisionInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricIdentityLinkLogQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricUserOperationsLogQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricVariableUpdateQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricActivityInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricProcessInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricTaskInstanceQueryCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.RecalculateJobDuedateCmd
-
- 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.ReportDbMetricsCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ResolveIncidentCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- 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(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskPriorityCmd
-
- execute(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskRetriesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobDuedateCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SetLicenseKeyCmd
-
- 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.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(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.UnlockExternalTaskCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UnlockJobCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UnlockUserCmd
-
- 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(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateDecisionDefinitionHistoryTimeToLiveCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessDefinitionHistoryTimeToLiveCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateCmd
-
- 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.GetDeploymentCaseDiagramCmd
-
- 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.GetDeploymentCmmnModelInstanceCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.StateTransitionCaseExecutionCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.UpdateCaseDefinitionHistoryTimeToLiveCmd
-
- 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(Command<T>) - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- 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(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByInstanceIdCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBulkCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDefinitionCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDiagramCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionModelCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDefinitionCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDiagramCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsModelCmd
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDmnModelInstanceCmd
-
- execute() - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoryLevelSetupCommand
-
- execute(String) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyDigitRuleImpl
-
- execute(String) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLengthRuleImpl
-
- execute(String) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLowerCaseRuleImpl
-
- execute(String) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- execute(String) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyUpperCaseRuleImpl
-
- execute(BpmnStackTrace, ProcessDataLoggingContext) - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- 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.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.ProcessApplicationContextInterceptor
-
- execute(AsyncContinuationJobHandler.AsyncContinuationConfiguration, ExecutionEntity, CommandContext, String) - 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(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
-
- execute(HistoryCleanupJobHandlerConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- execute(T, ExecutionEntity, CommandContext, String) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.MessageAddedNotification
-
- execute(ProcessEventJobHandler.EventSubscriptionJobConfiguration, ExecutionEntity, CommandContext, String) - 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(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.SuccessfulJobListener
-
- execute(TimerEventJobHandler.TimerJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerCatchIntermediateEventJobHandler
-
- execute(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
-
- execute(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- execute(TimerEventJobHandler.TimerJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
-
- execute(TimerEventJobHandler.TimerJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
-
- execute(TimerEventJobHandler.TimerJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
-
- execute(TimerEventJobHandler.TimerJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerTaskListenerJobHandler
-
- execute(Command<T>) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- execute() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- execute(boolean) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- execute(boolean) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- execute() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- 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(boolean, 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.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.PvmAtomicOperationActivityLeave
-
- 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() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- execute(boolean) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- execute(BatchJobConfiguration, ExecutionEntity, CommandContext, String) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- execute(CommandContext) - Method in class org.camunda.bpm.engine.impl.SchemaOperationsProcessEngineBuild
-
- 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(CommandContext) - Method in class org.camunda.bpm.engine.impl.SetAnnotationForOperationLog
-
- 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.migration.MigrationPlanExecutionBuilder
-
Execute the migration synchronously.
- 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.ModificationBuilder
-
Execute the modification synchronously.
- 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.
- execute(boolean, boolean) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
-
Start the process instance.
- execute() - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
Executes the restart synchronously.
- 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
-
- 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).
- executeAsync() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeToHistoricBatchesBuilder
-
Sets the removal time asynchronously as batch.
- executeAsync() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeToHistoricDecisionInstancesBuilder
-
Sets the removal time asynchronously as batch.
- executeAsync() - Method in interface org.camunda.bpm.engine.history.SetRemovalTimeToHistoricProcessInstancesBuilder
-
Sets the removal time asynchronously as batch.
- executeAsync() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- executeAsync(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- executeAsync() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- executeAsync() - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
Execute the migration asynchronously as batch.
- executeAsync() - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Execute the modification asynchronously as batch.
- executeAsync() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
-
Execute all instructions asynchronously.
- executeAsync(boolean, boolean) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
-
- executeAsync() - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
Executes the restart asynchronously as batch.
- executeAvailableJobs() - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
Execute all available jobs recursively till no more jobs found.
- executeAvailableJobs(int) - Method in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
Execute all available jobs recursively till no more jobs found or the number of executions is higher than expected.
- executeAvailableJobs(boolean) - 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.CreateTenantCmd
-
- executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTenantGroupMembershipCmd
-
- executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.CreateTenantUserMembershipCmd
-
- 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.DeleteTenantCmd
-
- executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTenantGroupMembershipCmd
-
- executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteTenantUserMembershipCmd
-
- 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.SaveTenantCmd
-
- executeCmd(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveUserCmd
-
- 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.batch.BatchQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- 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.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.ExternalTaskQueryImpl
-
- 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.HistoricCaseActivityStatisticsQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- executeCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.DbTenantQueryImpl
-
- 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.NativeHistoricVariableInstanceQueryImpl
-
- executeCount(CommandContext, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeHistoryDecisionInstanceQueryImpl
-
- 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, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.NativeUserQueryImpl
-
- 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.SchemaLogQueryImpl
-
- 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
-
- executeCountByProcessDefinitionKey(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- executeCountByTaskName(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- executeCustomStrategy(CommandContext, JobEntity, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- EXECUTED_DECISION_ELEMENTS - Static variable in class org.camunda.bpm.engine.management.Metrics
-
Number of executed decision elements in the DMN engine.
- executedActivityAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that executed an activity after the given date.
- executedActivityAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedActivityAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedActivityBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that executed an activity before the given date.
- executedActivityBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedActivityBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedActivityIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that executed activities with given ids.
- executedActivityIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedActivityIds - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executeDatabaseBulkOperation(String, String, Object) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- executeDatabaseOperation(String, Object) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- executeDbOperation(DbOperation) - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- executeDbOperations(List<DbOperation>) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
-
Attempts to perform the operations in order and returns a flush result.
- executeDbOperations(List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- executeDbOperations(List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- 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
-
- executedJobAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that executed an job after the given date.
- executedJobAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedJobAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedJobBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that executed an job before the given date.
- executedJobBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executedJobBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executeDuration(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- executeDurationReport(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- executeEscalation(ActivityExecution, String) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationHandler
-
Walks through the activity execution hierarchy, fetches and executes matching escalation catch event
- executeEscalationHandler(EscalationEventDefinition, ActivityExecutionMappingCollector, String) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationHandler
-
- executeEventHandlerActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- 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
-
- 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
-
- 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
-
- executeHelperCaseCommand(CmmnProcessEngineTestCase.HelperCaseCommand) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
-
- executeIdsList(CommandContext) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
-
- executeIdsList(CommandContext) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- executeIdsList(CommandContext) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- executeIdsList(CommandContext) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- executeInContext(Runnable, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.migration.MigrateProcessInstanceCmd
-
- 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) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- executeJob(String, CommandExecutor, JobFailureCollector, Command<Void>) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- executeJob(String, CommandExecutor, JobFailureCollector, Command<Void>, ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- executeJob(String, CommandExecutor) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
-
Note: this is a hook to be overridden by
org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable.executeJob(String, CommandExecutor)
- 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.
- ExecuteJobHelper - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- ExecuteJobHelper() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- ExecuteJobHelper.ExceptionLoggingHandler - Interface in org.camunda.bpm.engine.impl.jobexecutor
-
- 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(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
-
- executeJobs(JobAcquisitionContext, ProcessEngineImpl, AcquiredJobs) - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
-
- executeJobs(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
-
- ExecuteJobsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- ExecuteJobsCmd(String, JobFailureCollector) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExecuteJobsCmd
-
- ExecuteJobsRunnable - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- ExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
-
- 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.batch.BatchQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- 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.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.ExternalTaskQueryImpl
-
- 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.HistoricCaseActivityStatisticsQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- executeList(CommandContext, Page) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.DbTenantQueryImpl
-
- 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.NativeHistoricVariableInstanceQueryImpl
-
- executeList(CommandContext, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeHistoryDecisionInstanceQueryImpl
-
- 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, Map<String, Object>, int, int) - Method in class org.camunda.bpm.engine.impl.NativeUserQueryImpl
-
- 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.SchemaLogQueryImpl
-
- 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
-
- 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
-
- executeNonEmptyUpdateStmt(String, Object) - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
-
- executeNonEmptyUpdateStmt(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- 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
-
- executeResult(AbstractQuery.ResultType) - Method in class org.camunda.bpm.engine.impl.AbstractQuery
-
- 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
-
- executesDefaultCompensationHandler(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.CompensationBehavior
-
Determines whether an execution is responsible for default compensation handling.
- executeSelectForUpdate(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- executeSelectForUpdate(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- executeSelectForUpdate(String, Object) - Method in class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- executeSelectInterval(MetricsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- executeSelectSum(MetricsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- 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
-
- executesNonScopeActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascadeFireActivityEnd
-
- executesNonScopeCompensationHandler(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.CompensationBehavior
-
With compensation, we have a dedicated scope execution for every handler, even if the handler is not
a scope activity; this must be respected when invoking end listeners, etc.
- executeStandardStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- 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
-
- executeWithinProcessApplication(Callable<T>, ProcessApplicationReference) - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- executeWithinProcessApplication(Callable<T>, ProcessApplicationReference, InvocationContext) - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- executeWithVariablesInReturn() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- executeWithVariablesInReturn(boolean, boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- executeWithVariablesInReturn() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
-
Start the process instance.
- executeWithVariablesInReturn(boolean, boolean) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
-
Start the process instance.
- executingDDL(List<String>) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- execution - Variable in class org.camunda.bpm.application.InvocationContext
-
- 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.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- execution - Variable in class org.camunda.bpm.engine.impl.context.CoreExecutionContext
-
- execution - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.VariableOnPartListener
-
- execution - Variable in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityReferencer
-
- execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionVariableSnapshotObserver
-
- execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceConcurrentLocalInitializer
-
- execution - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- execution - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- 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.HistoricExternalTaskLogQueryProperty
-
- 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
-
- executionBuilder - Variable in class org.camunda.bpm.engine.impl.migration.AbstractMigrationCmd
-
- ExecutionContext - Class in org.camunda.bpm.engine.impl.context
-
- 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.AbstractSetStateCmd
-
- executionDate - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- executionDate(Date) - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- executionDate - Variable in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- executionDate(Date) - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- executionDate(Date) - Method in interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilder
-
Specify when the suspension state should be updated.
- executionDate(Date) - Method in interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilder
-
Specify when the suspension state should be updated.
- 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.ProcessInstanceWithVariablesImpl
-
- executionEntity - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- ExecutionEntityReferencer - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- ExecutionEntityReferencer(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntityReferencer
-
- executionId(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks created in the context of the given execution
- 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.CreateIncidentCmd
-
- 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.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.externaltask.LockedExternalTaskImpl
-
- executionId - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- executionId(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.incident.IncidentContext
-
- 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.UserOperationLogContextEntry
-
- executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- executionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.SignalEventReceivedBuilderImpl
-
- executionId(String) - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- 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(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.runtime.SignalEventReceivedBuilder
-
Specify a single execution to deliver the signal to.
- executionId(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks for the given execution.
- ExecutionIdComparator() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd.ExecutionIdComparator
-
- executionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries which are associated with one of the given execution ids.
- 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.HistoricExternalTaskLogQueryImpl
-
- 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(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
-
Only select variable instances which have one of the executions ids.
- executionIds - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- 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
-
- 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
-
- executionNotFound(String) - Method in class org.camunda.bpm.engine.impl.incident.IncidentLogger
-
- executionNotFoundException(String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- ExecutionObserver - Interface in org.camunda.bpm.engine.impl.persistence.entity
-
Represents an observer for the exeuction.
- executionObservers - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
Contains observers which are observe the execution.
- ExecutionQuery - Interface in org.camunda.bpm.engine.runtime
-
- 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
.
- 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
- executionSaturated - Variable in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- executionSaturationWaitTime - Variable in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- 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
-
- ExecutionTopDownWalker - Class in org.camunda.bpm.engine.impl.tree
-
- ExecutionTopDownWalker(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.tree.ExecutionTopDownWalker
-
- ExecutionTopDownWalker(List<ExecutionEntity>) - Constructor for class org.camunda.bpm.engine.impl.tree.ExecutionTopDownWalker
-
- ExecutionVariableSnapshotObserver - Class in org.camunda.bpm.engine.impl.persistence.entity
-
Provides access to the snapshot of latest variables of an execution.
- ExecutionVariableSnapshotObserver(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionVariableSnapshotObserver
-
- ExecutionVariableSnapshotObserver(ExecutionEntity, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExecutionVariableSnapshotObserver
-
- ExecutionWalker - Class in org.camunda.bpm.engine.impl.tree
-
- ExecutionWalker(PvmExecutionImpl) - Constructor for class org.camunda.bpm.engine.impl.tree.ExecutionWalker
-
- ExecutorService - Interface in org.camunda.bpm.container
-
- 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.
- existsMembership(String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
- existsTenantMembership(String, String, String) - Method in class org.camunda.bpm.engine.impl.identity.db.DbReadOnlyIdentityServiceProvider
-
- 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
-
- explicitMigrationInstructions - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- 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.CallableElementActivityBehavior
-
The expression which identifies the delegation for the variable mapping.
- 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.bpmn.parser.FailedJobRetryConfiguration
-
- 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
-
- 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
-
- 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
-
- ExpressionExecutionListener - Class in org.camunda.bpm.engine.impl.bpmn.listener
-
- 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
-
- 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
-
- 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, BaseDelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.delegate.ExpressionGetInvocation
-
- 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 - Variable in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- expressionManager(ExpressionManager) - Method in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- expressionManager - Variable in class org.camunda.bpm.engine.impl.dmn.el.ProcessEngineElProvider
-
- 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.
- expressionNotANumberException(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- expressionNotBooleanException(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- expressionParsed - Variable in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- expressions - Variable in class org.camunda.bpm.engine.impl.AbstractQuery
-
- ExpressionSetInvocation - Class in org.camunda.bpm.engine.impl.delegate
-
Class responsible for handling Expression.setValue() invocations.
- ExpressionSetInvocation(ValueExpression, ELContext, Object, BaseDelegateExecution) - 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
-
- EXT_TASK_CONDITIONS - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
-
external task conditions used to signal long polling in rest API
- EXT_TASK_PRIORITY_ORDERING_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- 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
-
- extendingQuery - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractExecuteFilterCmd
-
- extendLock(String, String, long) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Extends a lock of an external task on behalf of a worker.
- extendLock(String, String, long) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- extendLock(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- ExtendLockOnExternalTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- ExtendLockOnExternalTaskCmd(String, String, long) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExtendLockOnExternalTaskCmd
-
- EXTENSION_ELEMENTS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- ExtensionHandler(Parser.ExtensionPoint) - Constructor for class org.camunda.bpm.engine.impl.juel.Parser.ExtensionHandler
-
- extensions - Variable in class org.camunda.bpm.engine.impl.juel.Parser
-
- ExtensionToken(String) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.ExtensionToken
-
- EXTERNAL_TASK - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- EXTERNAL_TASK_HANDLER_TYPE - Static variable in interface org.camunda.bpm.engine.runtime.Incident
-
Handler type for incidents created on external task failure
- EXTERNAL_TASK_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- EXTERNAL_TASK_IDS - Static variable in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
- EXTERNAL_TASK_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- EXTERNAL_TASKS_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- externallyTerminated() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are externallyTerminated.
- externallyTerminated - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- externallyTerminated() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- externallyTerminated - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- ExternalTask - Interface in org.camunda.bpm.engine.externaltask
-
Represents an instance of an external task that is created when
a service-task like activity (i.e.
- externalTask - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingExternalTaskInstance
-
- ExternalTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
Implements behavior of external task activities, i.e.
- ExternalTaskActivityBehavior(ParameterValueProvider, ParameterValueProvider) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ExternalTaskActivityBehavior
-
- ExternalTaskCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Represents a base class for the external task commands.
- ExternalTaskCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
- ExternalTaskEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- ExternalTaskEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- externalTaskId(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select the external task with the given id
- externalTaskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the given external task id.
- externalTaskId(String) - Method in interface org.camunda.bpm.engine.history.UserOperationLogQuery
-
Query entries which are existing for the external task.
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
The corresponding external task id.
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- externalTaskId(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- externalTaskId(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- externalTaskId - Variable in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- externalTaskId(String) - Method in class org.camunda.bpm.engine.impl.UserOperationLogQueryImpl
-
- externalTaskIds(List<String>) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given list of ids.
- externalTaskIds(String...) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given list of ids.
- externalTaskIds - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- externalTaskIds(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- externalTaskIds(String...) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- ExternalTaskLogger - Class in org.camunda.bpm.engine.impl.externaltask
-
Represents the logger for the external task.
- ExternalTaskLogger() - Constructor for class org.camunda.bpm.engine.impl.externaltask.ExternalTaskLogger
-
- ExternalTaskManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- ExternalTaskManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- externalTaskPriorityProvider - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- ExternalTaskQuery - Interface in org.camunda.bpm.engine.externaltask
-
- externalTaskQuery(ExternalTaskQuery) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given external task query.
- externalTaskQuery - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- externalTaskQuery(ExternalTaskQuery) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- ExternalTaskQueryBuilder - Interface in org.camunda.bpm.engine.externaltask
-
- ExternalTaskQueryImpl - Class in org.camunda.bpm.engine.impl
-
- ExternalTaskQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- ExternalTaskQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- ExternalTaskQueryProperty - Interface in org.camunda.bpm.engine.impl
-
- ExternalTaskQueryTopicBuilder - Interface in org.camunda.bpm.engine.externaltask
-
- ExternalTaskQueryTopicBuilderImpl - Class in org.camunda.bpm.engine.impl.externaltask
-
- ExternalTaskQueryTopicBuilderImpl(CommandExecutor, String, int, boolean) - Constructor for class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- externalTasks - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- externalTasks(Collection<ExternalTaskEntity>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- externalTasks - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- ExternalTaskService - Interface in org.camunda.bpm.engine
-
- externalTaskService - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- externalTaskService - Variable in class org.camunda.bpm.engine.impl.ProcessEngineImpl
-
- externalTaskService - Variable in class org.camunda.bpm.engine.impl.test.AbstractProcessEngineTestCase
-
- externalTaskService - Variable in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- ExternalTaskServiceImpl - Class in org.camunda.bpm.engine.impl
-
- ExternalTaskServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- ExternalTaskState - Interface in org.camunda.bpm.engine.history
-
- ExternalTaskState.ExternalTaskStateImpl - Class in org.camunda.bpm.engine.history
-
- ExternalTaskStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.history.ExternalTaskState.ExternalTaskStateImpl
-
- extractCandidates(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDecorator
-
Extract a candidate list from a string.
- extractElementDetails(Element) - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- extractElements(String, Set<String>) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- GATEWAY_COMPLEX - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- GATEWAY_EVENT_BASED - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- GATEWAY_EXCLUSIVE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- GATEWAY_INCLUSIVE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- GATEWAY_PARALLEL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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
-
- GatewayMappingValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
For synchronizing gateways (inclusive; parallel), the situation in which
more tokens end up at the target gateway than there are incoming sequence flows
must be avoided.
- GatewayMappingValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.GatewayMappingValidator
-
- 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
-
- generalResourceWhitelistPattern - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
A parameter used for defining acceptable values for the User, Group
and Tenant IDs.
- generate(ProcessDefinitionImpl, ProcessDefinitionImpl, boolean) - Method in class org.camunda.bpm.engine.impl.migration.DefaultMigrationInstructionGenerator
-
- generate(ScopeImpl, ScopeImpl, ProcessDefinitionImpl, ProcessDefinitionImpl, ValidatingMigrationInstructions, boolean) - Method in class org.camunda.bpm.engine.impl.migration.DefaultMigrationInstructionGenerator
-
- generate(ProcessDefinitionImpl, ProcessDefinitionImpl, boolean) - Method in interface org.camunda.bpm.engine.impl.migration.MigrationInstructionGenerator
-
Generate all migration instructions for mapped activities between two process definitions.
- 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
-
- generateByteSalt() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- 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.AbstractRenderFormDelegate
-
- GENERATED_FORM_NAME - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- generateDefinitionId(DeploymentEntity, DefinitionEntity, DefinitionEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
create an id for the definition.
- generateException(Class<T>, String, String, String) - Static method in class org.camunda.bpm.engine.impl.util.EnsureUtil
-
- generateInstructions(CommandContext, ProcessDefinitionImpl, ProcessDefinitionImpl, boolean) - Method in class org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
-
- generateInstructionsForActivities(Collection<ActivityImpl>, Collection<ActivityImpl>, boolean, ValidatingMigrationInstructions) - Method in class org.camunda.bpm.engine.impl.migration.DefaultMigrationInstructionGenerator
-
- generatePrefix(String) - Method in class org.camunda.bpm.engine.impl.digest.DatabasePrefixHandler
-
- generateSalt() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- generateSalt() - Method in interface org.camunda.bpm.engine.impl.digest.SaltGenerator
-
- generateSalt() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- 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() - Static method in class org.camunda.bpm.application.impl.ProcessApplicationContextImpl
-
- get() - Method in class org.camunda.bpm.container.RuntimeContainerDelegate.RuntimeContainerDelegateInstance
-
- get(Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
- get() - Static method in class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- get(PropertyKey<T>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns the value to which the specified property key is mapped, or
null
if this properties contains no mapping for the property key.
- get(PropertyListKey<T>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns the list to which the specified property key is mapped, or
an empty list if this properties contains no mapping for the property key.
- get(PropertyMapKey<K, V>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns the map to which the specified property key is mapped, or
an empty map if this properties contains no mapping for the property key.
- 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() - 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() - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
-
- get(long, TimeUnit) - Method in class org.camunda.bpm.engine.impl.util.SyncFuture
-
- 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(Object) - Method in class org.camunda.bpm.engine.test.mock.MocksResolverFactory
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricProcessInstancesCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
-
- getAbstractIdsBatchConfiguration(List<String>) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- getAcquiredJobsByEngine() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
Jobs that were acquired in the current acquisition cycle.
- getAcquireJobsCmd(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getAcquireJobsCmdFactory() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getAcquireJobsRunnable() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getAcquisitionContext() - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
-
- getAcquisitionException() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- getAcquisitionTime() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- getAction() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getAction() - Method in interface org.camunda.bpm.engine.task.Event
-
Deprecated.
- getActive() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of active case activity instances.
- getActive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- getActiveActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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.jobexecutor.JobDeclaration
-
- 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
-
- 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.engine.impl.runtime.ConditionHandlerResult
-
- getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
-
- getActivityBehavior() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- getActivityBehavior(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- 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 interface org.camunda.bpm.engine.runtime.CaseExecution
-
The description of the activity associated with this
case execution.
- getActivityId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
-
- getActivityId() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getActivityId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- 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.HistoricDecisionInstance
-
The corresponding activity in case the decision was evaluated inside a process or a case.
- getActivityId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the id of the activity which the external task associated with.
- 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.cmd.ActivityCancellationCmd
-
- 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.externaltask.LockedExternalTaskImpl
-
- getActivityId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.HistoricDecisionInstanceEntity
-
- getActivityId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- 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.incident.IncidentContext
-
- getActivityId() - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- getActivityId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.EventSubscriptionJobDeclaration
-
- 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.ExternalTaskEntity
-
- 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.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 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
- getActivityIdExceptionMessage(VariableScope) - Method in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
-
- getActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- getActivityIds() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- getActivityIds() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getActivityInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- 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
-
- GetActivityInstanceCmd.ExecutionIdComparator - Class in org.camunda.bpm.engine.impl.cmd
-
- getActivityInstanceHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- 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.externaltask.ExternalTask
-
- getActivityInstanceId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getActivityInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The corresponding activity instance in case the decision was evaluated inside a process or a case.
- 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.HistoricExternalTaskLog
-
Returns the id of the activity instance on which the associated external task was created.
- 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.cmd.ActivityInstanceCancellationCmd
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- 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.HistoricDecisionInstanceEntity
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingActivityInstanceValidationReportImpl
-
- getActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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 interface org.camunda.bpm.engine.migration.MigratingActivityInstanceValidationReport
-
- getActivityInstanceId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
-
Returns the corresponding activity instance id.
- getActivityInstanceIdIn() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getActivityInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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
-
- getActivityInstanceReports() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- getActivityInstanceReports() - Method in interface org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationReport
-
- 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
- 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(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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.interceptor.AtomicOperationInvocation
-
- 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 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
- getActivityPriority(ExecutionEntity, JobDeclaration<?, ?>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- 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.
- getActivityType() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
The activity type of the activity.
- 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 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.
- getAdditionalJobsByEngine() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
Jobs that have been acquired in previous cycles and are supposed to
be re-submitted for execution
- getAdminGroups() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getAdministratorGroupName() - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
-
- getAdministratorUserName() - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
-
- getAdminUsers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getAffectedSentryParts(Map<String, List<CmmnSentryPart>>, List<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- getAllChildExecutions() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- getAllDefinitionsForDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.BpmnModelInstanceCache
-
- getAllDefinitionsForDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CmmnModelInstanceCache
-
- getAllDefinitionsForDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DmnModelInstanceCache
-
- getAllDefinitionsForDeployment(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
-
- getAllDeploymentIds() - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
-
- getAllDeploymentIds(DeploymentBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getAllPermissionChecks() - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- getAlternativeUri() - Method in class org.camunda.bpm.engine.impl.util.xml.Namespace
-
- getAndClear() - Method in class org.camunda.bpm.engine.impl.metrics.Meter
-
- getAnnotation() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
An arbitrary annotation set by a user for auditing reasons
- getAnnotation() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getAnnotation() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- getAnnotation() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getAnnotation() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- getApplicationContextName() - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- getArray(JsonArray) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- getArray(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getArray(JsonElement) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getArtifact(Class<T>) - Method in interface org.camunda.bpm.engine.ArtifactFactory
-
- getArtifact(Class<T>) - Method in class org.camunda.bpm.engine.impl.DefaultArtifactFactory
-
- getArtifactFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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 interface org.camunda.bpm.engine.task.Task
-
- getAssigneeExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getAssigneeIn() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getAssigneeLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getAssignerId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the userId of the user who assigns a task to the user
- getAssignerId() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- getAssignerId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- getAssignmentId(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- getAtomicChecks() - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- getAtomicChecks() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- getAtomicOperation() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- 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 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
-
- getAttachmentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getAttachmentManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getAttempts() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- getAuthCheck() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- getAuthDefaultPerm() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- getAuthenticatedGroupIds() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getAuthenticatedUserId() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getAuthenticatedUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- getAuthenticatedUserId(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- getAuthentication() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getAuthGroupIds() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- getAuthorizationCheckRevokes() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getAuthorizationManager() - Method in class org.camunda.bpm.engine.impl.cfg.auth.AuthorizationCommandChecker
-
- 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
-
- 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
-
- 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
-
- getAuthTenantIds() - Method in class org.camunda.bpm.engine.impl.db.TenantCheck
-
- getAuthUserId() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- getAvailable() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of available case activity instances.
- getAvailable() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- getAverage() - Method in interface org.camunda.bpm.engine.history.DurationReportResult
-
Returns the average duration of all completed instances,
which have been started in the given period.
- getAverage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- getBacklogErrorCallbacks() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
Returns the backlog error callback's.
- getBackoffDecreaseThreshold() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getBackoffTimeInMillis() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getBase() - Method in class org.camunda.bpm.engine.impl.javax.el.ValueReference
-
- getBatch() - Method in class org.camunda.bpm.engine.impl.batch.BatchJobContext
-
- getBatchHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
Batch reference.
- getBatchId() - Method in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler.BatchMonitorJobConfiguration
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler.BatchSeedJobConfiguration
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getBatchId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getBatchJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getBatchJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getBatchJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getBatchJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getBatchJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getBatchJobHandler() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.batch.RestartProcessInstancesBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobsRetriesBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.AbstractIDBasedBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricProcessInstancesCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceAsyncCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateProcessInstancesSuspendStateBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- getBatchJobHandler(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrateProcessInstanceBatchCmd
-
- getBatchJobPriority() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchJobsPerSeed() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getBatchJobsPerSeed() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getBatchJobsPerSeed() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getBatchJobsPerSeed() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getBatchJobsPerSeed() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getBatchManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getBatchOperationHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchOperationsForHistoryCleanup() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchPollTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBatchSize() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- getBatchSizeThreshold() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- getBatchType() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult
-
Returns the batch type.
- getBatchType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- getBatchWindowManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.
- 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
-
- getBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- getBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- getBinding(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- 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.DecisionTaskItemHandler
-
- 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.BaseCallableElement
-
- getBoolean(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getBooleanProperty(Map<String, String>, String, boolean) - Static method in class org.camunda.bpm.container.impl.metadata.PropertyHelper
-
- getBpmnDeployer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getBpmnExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- 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.cache.DeploymentCache
-
- getBpmnParser() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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
-
- 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.tomcat.deployment.TomcatParseBpmPlatformXmlStep
-
- 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 interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
-
The business key for the root execution (e.g.
- getBusinessKey() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
Returns the business key of the process instance the external task belongs to
- getBusinessKey() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
Returns the business key of the process instance the external task belongs to
- 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.cmmn.execution.CmmnExecution
-
- getBusinessKey() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- 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.externaltask.LockedExternalTaskImpl
-
- getBusinessKey() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- 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.persistence.entity.ExternalTaskEntity
-
- getBusinessKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- 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.pvm.runtime.PvmExecutionImpl
-
- getBusinessKey() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- getBusinessKey() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- 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
-
- getBusinessKeyFieldId() - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
-
- getBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getBusinessKeyValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
-
- getBusinessKeyWithoutCascade() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- getByteArrayEntity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- getByteArrayId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- getByteArrayId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getByteArrayId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- getByteArrayIds(List<HistoricVariableUpdate>) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricVariableUpdateQueryCmd
-
- 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.history.event.HistoricDecisionInputInstanceEntity
-
- getByteArrayValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.util.ByteArrayField
-
- 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.history.event.HistoricDecisionInputInstanceEntity
-
- getByteArrayValueId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- getBytes() - Method in interface org.camunda.bpm.engine.repository.Resource
-
- 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.impl.persistence.deploy.cache.ModelInstanceCache
-
- getCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- 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
-
- getCachedPermissions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
-
- getCachedResourceDefinitionEntity(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionManager
-
- getCachedResourceDefinitionEntity(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- getCachedResourceDefinitionEntity(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- getCachedResourceDefinitionEntity(String) - Method in interface org.camunda.bpm.engine.impl.persistence.AbstractResourceDefinitionManager
-
- getCachedResourceDefinitionEntity(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
- getCachedUserGroups() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCachePurgeReport() - Method in class org.camunda.bpm.engine.impl.management.PurgeReport
-
- getCallableElement() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- getCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- getCallableElement() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
-
- 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
-
- 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
-
- 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
-
- getCancellingActivity(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
-
- getCandidateGroup() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCandidateGroupIdExpressions() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getCandidateGroups() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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
-
- 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.AtomicOperationCaseExecutionParentComplete
-
- 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.PvmAtomicOperationActivityInitStackNotifyListenerReturn
-
- 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.PvmAtomicOperationActivityLeave
-
- 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
-
- 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.
- 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.history.event.HistoricCaseActivityInstanceEventEntity
-
- getCaseActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- getCaseActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- getCaseActivityInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- 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
-
- 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
-
- 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.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- 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
-
- getCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- getCaseDefinitionById(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- getCaseDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- 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.CleanableHistoricCaseInstanceReportResult
-
Returns the case definition id for the selected definition.
- 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.HistoricDecisionInstance
-
The corresponding id of the case definition in case the decision was evaluated inside a case.
- 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.HistoricCaseActivityStatisticsQueryImpl
-
- getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.UserOperationLogContextEntry
-
- getCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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 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.
- getCaseDefinitionIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- getCaseDefinitionIdLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the case definition key for the selected definition.
- getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
-
The case definition key
- getCaseDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The corresponding key of the case definition in case the decision was evaluated inside a case.
- 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.HistoricDecisionInstanceQueryImpl
-
- getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getCaseDefinitionKey(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getCaseDefinitionKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCaseDefinitionKeyIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- getCaseDefinitionManager() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- 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 interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the case definition name for the selected definition.
- getCaseDefinitionName() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
-
The case definition name
- 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.history.event.HistoryEvent
-
- getCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getCaseDefinitionName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCaseDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getCaseDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCaseDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- getCaseDefinitionTenantId(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.core.model.DefaultCallableElementTenantIdProvider
-
- getCaseDefinitionToCall(VariableScope, BaseCallableElement) - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
-
- getCaseDefinitionVersion() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the case definition version for the selected definition.
- getCaseDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- 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(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getCaseExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getCaseExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- 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.UserOperationLogContextEntry
-
- 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 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
-
- 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
-
- 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
-
- 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
-
- getCaseInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getCaseInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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.HistoricDecisionInstance
-
The corresponding case instance in case the decision was evaluated inside a case.
- 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.HistoricDecisionInstanceQueryImpl
-
- 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.UserOperationLogContextEntry
-
- getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getCaseInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- 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 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
-
- 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.
- 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
-
- getCaseService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getCategory() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
The category this entry is associated with
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getCategory() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getCategory() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getCategory() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getCategory() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getCategory() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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.ResourceDefinition
-
category name which is derived from the targetNamespace attribute in the definitions element
- getCategoryLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- getCategoryLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getCategoryLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getCategoryLike() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- 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 interface org.camunda.bpm.engine.runtime.Incident
-
Returns the id of the incident on which this incident
has been triggered.
- 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
- 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.migration.instance.MigratingActivityInstance
-
- getChildActivityInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- getChildActivityInstances() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
-
Returns the child activity instances.
- getChildCompensationInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
Returns a copy of all children, modifying the returned set does not have any further effect.
- getChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- getChildren() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstance
-
gets all children
- getChildScopeInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getChildScopeInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- getChildScopeInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstance
-
gets those children that are itself scope instances
- getChildTransitionInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getChildTransitionInstances() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- getChildTransitionInstances() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
-
Returns the child transition instances.
- 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
-
- getClauseId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
The unique identifier of the clause that the value is assigned for.
- getClauseId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The unique identifier of the clause that the value is assigned for.
- getClauseId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getClauseId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getClauseName() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
The name of the clause that the value is assigned for.
- getClauseName() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The name of the clause that the value is assigned for.
- getClauseName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getClauseName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getCleanableBatchesCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult
-
Returns the amount of cleanable historic batches.
- getCleanableBatchesCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- getCleanableCaseInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the amount of cleanable historic case instances.
- getCleanableCaseInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getCleanableDecisionInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the amount of cleanable historic decision instances.
- getCleanableDecisionInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getCleanableProcessInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the amount of cleanable historic process instances.
- getCleanableProcessInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getClosedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getClosedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- getClosestAncestorActivityInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getClosestPreservedAncestorScopeMigrationInstruction(ValidatingMigrationInstruction, ValidatingMigrationInstructions) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.AdditionalFlowScopeInstructionValidator
-
- 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
-
- 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
-
- getCmmnHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.cache.DeploymentCache
-
- 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
-
- getCollectResultValue() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The result of the collect operation if the hit policy 'collect' was used for the decision.
- getCollectResultValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getCollectResultValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getColumn() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
-
- getColumn() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- getColumn() - Method in interface org.camunda.bpm.engine.Problem
-
The column where the problem occurs
- 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(int) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsCommandFactory
-
- getCommand(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultAcquireJobsCommandFactory
-
- 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(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateJobDefinitionHandler
-
- getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerActivateProcessDefinitionHandler
-
- getCommand(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler
-
- getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- getCommand(TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendJobDefinitionHandler
-
- getCommand(TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerSuspendProcessDefinitionHandler
-
- getCommandCheckers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCommandContext() - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- 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() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- 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.ModificationBuilderImpl
-
- 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
-
- getCommentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- 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.VariableContextElResolver
-
- 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.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
-
- getCompensatingExecution(EventSubscriptionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
- getCompiledScript() - Method in class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- getCompleted() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of completed case activity instances.
- getCompleted() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- getCompletedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- getCompletedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- getCompletedHistoricActivityInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getCompletedHistoricActivityInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getCompletedHistoricProcessInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getCompletedHistoricProcessInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getCompletedHistoricTaskInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getCompletedHistoricTaskInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getCompletedJobs() - Method in interface org.camunda.bpm.engine.batch.BatchStatistics
-
The number of completed batch execution jobs.
- getCompletedJobs() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- 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
-
- getCompletionConditionExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- getCompositeChecks() - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- getConcurrentLocalVariables(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- getCondition() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnIfPartDeclaration
-
- getConditionalActivity() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- getConditionalEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BoundaryConditionalEventActivityBehavior
-
- getConditionalEventDefinition() - Method in interface org.camunda.bpm.engine.impl.bpmn.behavior.ConditionalEventBehavior
-
Returns the current conditional event definition.
- getConditionalEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.EventSubProcessStartConditionalEventActivityBehavior
-
- getConditionalEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateConditionalEventBehavior
-
- getConditionAsString() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- getConditionHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getConfig() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
-
- getConfig() - Method in exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- 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.batch.BatchEntity
-
- getConfiguration() - Method in class org.camunda.bpm.engine.impl.batch.BatchJobContext
-
- 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 exception org.camunda.bpm.engine.impl.form.validator.FormFieldConfigurationException
-
- 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.incident.IncidentContext
-
- getConfiguration() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
-
- 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 interface org.camunda.bpm.engine.runtime.Incident
-
Returns the payload of this incident.
- getConfigurationByteArrayId() - Method in class org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
- getConfigurationBytes() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getConfigurationClass() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- getConfigurationClass() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
-
- getConfigurationResource() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getConfigurationResource() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
-
- getConfiguredDocumentBuilderFactory() - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.ProcessDiagramLayoutFactory
-
- getContent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getContentId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getContext(Class<?>) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
-
Returns the context object associated with the given key.
- getContextClassloader() - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractVariableCmd
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.cmd.RemoveExecutionVariablesCmd
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.cmd.RemoveTaskVariablesCmd
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.cmd.SetExecutionVariablesCmd
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
-
- getContextExecution() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
returns the execution in which context this delegate is invoked.
- getContextProcessApplication() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getContextResource() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- 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
-
- getCorrectEncryptorForPassword(String) - Method in class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- getCorrelationHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCorrelationKeys() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- getCorrelationLocalVariables() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getCorrelationProcessInstanceVariables() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getCount() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
-
Returns the count of the grouped items.
- getCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- getCountEmptyRuns() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- getCreated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- 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
-
- getCreatedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- getCreatedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- 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.HistoricDecisionInputInstance
-
Returns time when the variable was created.
- getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
Returns time when the variable was created.
- getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
Time when the incident happened.
- getCreateTime() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
The time when the variable was created.
- 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.HistoricDecisionInputInstanceEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- getCreateTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- 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 interface org.camunda.bpm.engine.runtime.Job
-
The date/time when this job has been created
- getCreateTime() - Method in interface org.camunda.bpm.engine.task.Attachment
-
The time when the attachment was created.
- 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.batch.Batch
-
- getCreateUserId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- 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.batch.BatchEntity
-
- getCreateUserId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getCreateUserId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- getCurrentActivity(CommandContext, JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- 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 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
-
- getCurrentDelegationExecution() - Static method in class org.camunda.bpm.engine.context.DelegateExecutionContext
-
Returns the current delegation execution or null if the
execution is not available.
- getCurrentElement() - Method in class org.camunda.bpm.engine.impl.tree.ReferenceWalker
-
- getCurrentFlowScope(ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.tree.ActivityExecutionHierarchyWalker
-
- getCurrentInstantiation() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- getCurrentJob() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getCurrentJob() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
- getCurrentOrNextBatchWindow(Date, ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindowManager
-
- getCurrentOrNextBatchWindow(Date, ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
-
- getCurrentPaSerializers() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- getCurrentProcessApplication() - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- getCurrentProcessorJobQueue() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
- getCurrentScope() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getCurrentState() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- getCurrentState() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- getCurrentTime() - Static method in class org.camunda.bpm.engine.impl.util.ClockUtil
-
- getCurrentTimestamp() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- getCurrentTimestamp() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- getCurrentTimestamp() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- getCurrentTimestamp() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- 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
-
- getCustomBatchJobHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- getCustomPasswordChecker() - 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
-
- getCustomPostMigratingActivityInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCustomPostMigrationActivityValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCustomPostMigrationInstructionValidators() - 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
-
- getCustomPreMigratingActivityInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCustomPreMigrationActivityValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getCustomPreMigrationInstructionValidators() - 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
-
- getCustomSessionFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDatabasePurgeReport() - Method in class org.camunda.bpm.engine.impl.management.PurgeReport
-
- 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
-
- getDatabaseTableNameException(Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- 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
-
- getDataSourceJndiName() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getDateAfter() - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- getDateAfter(Date) - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- getDateAfter() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- getDateBefore() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- getDayOfWeekNumber(String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- 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.bpmn.deployer.BpmnDeployer
-
- 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
-
- 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
-
- 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.
- getDecisionDefinition() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- getDecisionDefinition(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- getDecisionDefinition(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- getDecisionDefinition() - Method in class org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
-
- getDecisionDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- getDecisionDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- getDecisionDefinitionDeployer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDecisionDefinitionId() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the decision definition id for the selected definition.
- getDecisionDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The decision definition reference.
- getDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- getDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- getDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getDecisionDefinitionIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- getDecisionDefinitionKey() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the decision definition key for the selected definition.
- getDecisionDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The unique identifier of the decision definition
- getDecisionDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceStatistics
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getDecisionDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- getDecisionDefinitionKeyIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- getDecisionDefinitionManager() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- getDecisionDefinitionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getDecisionDefinitionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getDecisionDefinitionName() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the decision definition name for the selected definition.
- getDecisionDefinitionName() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The name of the decision definition
- getDecisionDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getDecisionDefinitionName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getDecisionDefinitionName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getDecisionDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- getDecisionDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- getDecisionDefinitionToCall(VariableScope, BaseCallableElement) - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
-
- getDecisionDefinitionVersion() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the decision definition version for the selected definition.
- getDecisionDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getDecisionDiagram(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionDiagram(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Gives access to a deployed decision diagram, e.g., a PNG image, through a
stream of bytes.
- getDecisionInstanceCount(CommandContext) - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstanceByDefinitionIdCmd
-
- getDecisionInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
The unique identifier of the historic decision instance.
- getDecisionInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The unique identifier of the historic decision instance.
- getDecisionInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- getDecisionInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getDecisionInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getDecisionModel(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionModel(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Gives access to a deployed decision model, e.g., a DMN 1.1 XML file,
through a stream of bytes.
- getDecisionRequirementsDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionRequirementsDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- getDecisionRequirementsDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- getDecisionRequirementsDefinitionDeployer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDecisionRequirementsDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The id of the related decision requirements definition.
- getDecisionRequirementsDefinitionId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getDecisionRequirementsDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getDecisionRequirementsDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- getDecisionRequirementsDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getDecisionRequirementsDefinitionId() - Method in interface org.camunda.bpm.engine.repository.DecisionDefinition
-
Returns the id of the related decision requirements definition.
- getDecisionRequirementsDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The key of the related decision requirements definition.
- getDecisionRequirementsDefinitionKey() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getDecisionRequirementsDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getDecisionRequirementsDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getDecisionRequirementsDefinitionKey() - Method in interface org.camunda.bpm.engine.repository.DecisionDefinition
-
Returns the key of the related decision requirements definition.
- getDecisionRequirementsDefinitionManager() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- getDecisionRequirementsDefinitionManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getDecisionRequirementsDefinitionManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getDecisionRequirementsDiagram(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionRequirementsDiagram(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Gives access to a deployed decision requirements diagram, e.g., a PNG image, through a
stream of bytes.
- getDecisionRequirementsModel(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDecisionRequirementsModel(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Gives access to a deployed decision requirements model, e.g., a DMN 1.1 XML file,
through a stream of bytes.
- getDecisionResultMapperForName(String) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- getDecisionService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDecisionService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
-
- getDecisionService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
-
- getDecisionService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getDecisionTableResultMapper() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.DmnDecisionTaskActivityBehavior
-
- getDeclarationsByTriggeringActivity(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.EventSubscriptionInstanceHandler
-
- getDeclarationsForActivity(PvmActivity) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.EventSubscriptionJobDeclaration
-
- getDeclarationsForScope(PvmScope) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- getDeclarationsForScope(PvmScope) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- 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
-
- 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
-
- getDefaultControl(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- getDefaultDatabaseTypeMappings() - Static method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultDeployToEngineName() - Method in class org.camunda.bpm.application.AbstractProcessApplication
-
Provides the default Process Engine name to deploy to, if no Process Engine
was defined in processes.xml
.
- getDefaultExpression() - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
-
- getDefaultHistoryLevel() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultMigratingActivityInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultMigratingTransitionInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultMigrationActivityValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultMigrationInstructionValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultNumberOfRetries() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getDefaultPriority() - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Returns the default priority.
- getDefaultPriorityOnResolutionFailure() - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Returns the default priority in case of resolution failure.
- getDefaultProcessEngine() - Static method in class org.camunda.bpm.BpmPlatform
-
- getDefaultProcessEngine(DeploymentOperation) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
-
- 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 interface org.camunda.bpm.ProcessEngineService
-
- getDefaultSerializationFormat() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultUserPermissionForTask() - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
-
- getDefaultUserPermissionForTask() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDefaultUserPermissionNameForTask() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- 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(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.DecisionTaskItemHandler
-
- 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(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- getDefinitionDiagramResourceName(String, DefinitionEntity, String) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- 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
-
- getDefinitionKey(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- getDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- 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.DecisionTaskItemHandler
-
- 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.BaseCallableElement
-
- getDefinitionKeyValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getDefinitionTenantId(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getDelayedEvents() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
The current delayed variable events.
- 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
-
- getDelegateVariableMapping(Object) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- 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 interface org.camunda.bpm.engine.task.Task
-
- getDelegationStateString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getDelegationStateString() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getDeletedIncidents() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
-
The number of deleted incidents of the activity.
- getDeletedIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- 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.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- 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
-
- 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
-
- getDependentActivityInstanceJobHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getDependentEventSubscriptionHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getDependentTransitionInstanceJobHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getDependentVariablesHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getDeployedArtifacts() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- 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
-
- getDeployedCaseDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getDeployedCaseDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- getDeployedCaseDefinitions() - Method in interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
-
Returns the case definitions, which are deployed with that deployment.
- getDeployedDecisionDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getDeployedDecisionDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- getDeployedDecisionDefinitions() - Method in interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
-
Returns the decision definitions, which are deployed with that deployment
- getDeployedDecisionRequirementsDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getDeployedDecisionRequirementsDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- getDeployedDecisionRequirementsDefinitions() - Method in interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
-
Returns the decision requirements definitions, which are deployed with that deployment
- getDeployedProcessApplication(String) - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- getDeployedProcessApplication(String) - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- getDeployedProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDeployedProcessDefinitionArtifacts(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.application.ProcessApplicationManager
-
- GetDeployedProcessDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetDeployedProcessDefinitionCmd(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
-
- GetDeployedProcessDefinitionCmd(ProcessInstantiationBuilderImpl, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
-
- getDeployedProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getDeployedProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- getDeployedProcessDefinitions() - Method in interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
-
Returns the process definitions, which are deployed with that deployment.
- getDeployedProcesses(CommandContext, DeploymentWithDefinitions) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getDeployedStartForm(String) - Method in interface org.camunda.bpm.engine.FormService
-
Retrieves a deployed start form for a process definition with a given id.
- getDeployedStartForm(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
-
- GetDeployedStartFormCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetDeployedStartFormCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
-
- getDeployedTaskForm(String) - Method in interface org.camunda.bpm.engine.FormService
-
Retrieves a deployed task form for a task with a given id.
- getDeployedTaskForm(String) - Method in class org.camunda.bpm.engine.impl.FormServiceImpl
-
- GetDeployedTaskFormCmd - Class in org.camunda.bpm.engine.impl
-
- GetDeployedTaskFormCmd(String) - Constructor for class org.camunda.bpm.engine.impl.GetDeployedTaskFormCmd
-
- getDeployers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- 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.AbstractDefinitionDeployer
-
- 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.cmmn.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.cmmn.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
-
- getDeploymentCharset() - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- GetDeploymentCmmnModelInstanceCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
-
- GetDeploymentCmmnModelInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.GetDeploymentCmmnModelInstanceCmd
-
- GetDeploymentDecisionDefinitionCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision definition instance.
- GetDeploymentDecisionDefinitionCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDefinitionCmd
-
- GetDeploymentDecisionDiagramCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision diagram, e.g., a PNG image, through a stream of bytes.
- GetDeploymentDecisionDiagramCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionDiagramCmd
-
- GetDeploymentDecisionModelCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision model, e.g., a DMN 1.0 XML file, through a stream of bytes.
- GetDeploymentDecisionModelCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionModelCmd
-
- GetDeploymentDecisionRequirementsDefinitionCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision requirements definition instance.
- GetDeploymentDecisionRequirementsDefinitionCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDefinitionCmd
-
- GetDeploymentDecisionRequirementsDiagramCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision requirements diagram, e.g., a PNG image, through a stream of bytes.
- GetDeploymentDecisionRequirementsDiagramCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsDiagramCmd
-
- GetDeploymentDecisionRequirementsModelCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed decision requirements model, e.g., a DMN 1.1 XML file, through a stream of bytes.
- GetDeploymentDecisionRequirementsModelCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDecisionRequirementsModelCmd
-
- getDeploymentDescriptorLocations(AbstractProcessApplication) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
-
- GetDeploymentDmnModelInstanceCmd - Class in org.camunda.bpm.engine.impl.dmn.cmd
-
Gives access to a deployed DMN model instance which can be accessed by the
DMN model API.
- GetDeploymentDmnModelInstanceCmd(String) - Constructor for class org.camunda.bpm.engine.impl.dmn.cmd.GetDeploymentDmnModelInstanceCmd
-
- getDeploymentHandlerFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
Deployment reference
- 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.CallingTaskActivityBehavior
-
- 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.cmmn.entity.runtime.CaseExecutionQueryImpl
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- 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.BaseCallableElement
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.history.event.UserOperationLogEntryEventEntity
-
- getDeploymentId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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.ProcessInstanceQueryImpl
-
- 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.Resource
-
- getDeploymentId() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
The deployment in which this definition is contained.
- 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
-
- getDeploymentNames() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication
-
- getDeploymentNames() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplicationMBean
-
- 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
-
- 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
-
- GetDeploymentResourceCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetDeploymentResourceCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourceCmd
-
- 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(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.
- getDeploymentResourcesById() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- getDeploymentResourcesByName() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- GetDeploymentResourcesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetDeploymentResourcesCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetDeploymentResourcesCmd
-
- getDeployments() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- getDeploymentSteps() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- 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
-
- getDeque(String) - Method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
- 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 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.
- getDescriptionExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getDescriptionLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getDeserializationAllowedClasses() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getDeserializationAllowedPackages() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getDeserializationTypeValidator() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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() - Method in exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidationException
-
- 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
-
- 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
-
- getDiagramResourceForDefinition(DeploymentEntity, String, DefinitionEntity, Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
Returns the default name of the image resource for a certain definition.
- getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getDiagramResourceName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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.ResourceDefinition
-
The diagram resource name for this definition if exist
- getDiagramSuffixes() - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- getDirection() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- getDisabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of disabled case activity instances.
- getDisabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- getDisabledPermissions() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getDisableStrictCallActivityValidation() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- getDmnDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- getDmnEngine() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDmnEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDmnHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getDmnModelInstance(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getDmnModelInstance(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Returns the DmnModelInstance
for the given decisionDefinitionId.
- getDocumentation(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- getDoubleValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getDoubleValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- getDueAfter() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getDueAfter() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getDueBefore() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getDueBefore() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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.HistoricTaskInstanceQueryImpl
-
- getDueDate() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- getDuedate() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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 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
-
- getDurationHelper(String) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- 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
-
- 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
-
- 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
-
- getElementIds() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- getElementIds() - Method in interface org.camunda.bpm.engine.Problem
-
The ids of all involved elements in the problem.
- getElements() - Method in class org.camunda.bpm.engine.repository.DiagramLayout
-
- getElementStackSize() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder.HtmlWriteContext
-
- 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() - 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.
- 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
-
- getEmailLike() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- getEnabled() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of enabled case activity instances.
- getEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- getEnableFetchProcessDefinitionDescription() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getEncountered() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
-
- getEnd() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- 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
-
- getEndDateMilliseconds() - 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
-
- getEndTime() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- 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.batch.history.HistoricBatchEntity
-
- getEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- getEndTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- getEndTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
-
- getEndTimeAsDate() - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- getEngineName() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
-
- getEngineVersion() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
-
- getEntities(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
-
- 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.UserOperationLogContextEntry
-
- getEntries() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
-
- 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
-
- 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.
- getErrorByteArray() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getErrorByteArray() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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
-
- getErrorCodeVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- getErrorDetails() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getErrorDetails() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getErrorDetails() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getErrorDetails() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
Method implementation relies on the command context object,
therefore should be invoked from the commands only
- getErrorDetailsByteArrayId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getErrorDetailsByteArrayId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getErrorEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- getErrorHandlerActivity() - Method in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- getErrorMessage() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getErrorMessage() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getErrorMessage() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
If the variable value could not be loaded, this returns the error message.
- getErrorMessage() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
If the variable value could not be loaded, this returns the error message.
- getErrorMessage() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the message of the error that occurred by executing the associated external task.
- 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.externaltask.LockedExternalTaskImpl
-
- getErrorMessage() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getErrorMessage() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getErrorMessage() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getErrorMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.util.TypedValueField
-
If the variable value could not be loaded, this returns the error message.
- 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 interface org.camunda.bpm.engine.runtime.VariableInstance
-
If the variable value could not be loaded, this returns the error message.
- getErrorMessageExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
-
- getErrorMessageExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
-
- getErrorMessageOnWrongWorkerAccess() - Method in class org.camunda.bpm.engine.impl.cmd.CompleteExternalTaskCmd
-
- getErrorMessageOnWrongWorkerAccess() - Method in class org.camunda.bpm.engine.impl.cmd.ExtendLockOnExternalTaskCmd
-
- getErrorMessageOnWrongWorkerAccess() - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskBpmnErrorCmd
-
- getErrorMessageOnWrongWorkerAccess() - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskCmd
-
Returns the error message.
- getErrorMessageOnWrongWorkerAccess() - Method in class org.camunda.bpm.engine.impl.cmd.HandleExternalTaskFailureCmd
-
- getErrorMessageVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- getErrors() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ResourceReportImpl
-
- getErrors() - Method in interface org.camunda.bpm.engine.ResourceReport
-
Returns list of errors in this report
- getEscalationCode() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- getEscalationCode() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- getEscalationCodeVariable() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- getEscalationEventDefinition() - Method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- getEscalationHandler() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- getEvaluations() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceStatistics
-
- getEvaluations() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- getEvaluationTime() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
Time when the decision was evaluated.
- getEvaluationTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
- getEventActivities() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
- 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 class org.camunda.bpm.engine.impl.event.ConditionalEventHandler
-
- getEventHandlerType() - Method in interface org.camunda.bpm.engine.impl.event.EventHandler
-
- getEventHandlerType() - Method in class org.camunda.bpm.engine.impl.event.EventHandlerImpl
-
- getEventName() - Method in interface org.camunda.bpm.engine.delegate.BaseDelegateExecution
-
- 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.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.AtomicOperationCaseExecutionParentComplete
-
- 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.jobexecutor.EventSubscriptionJobDeclaration
-
- 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.PvmAtomicOperationActivityInitStackNotifyListenerReturn
-
- 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 interface org.camunda.bpm.engine.runtime.EventSubscription
-
The name of the event this subscription belongs to as defined in the process model.
- getEventPayload() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- 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
-
- getEventScopeCompensationHandler(ExecutionEntity) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
In the context when an event scope execution is created (i.e.
- 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 class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- getEventSubscriptionId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- getEventSubscriptionId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler.EventSubscriptionJobConfiguration
-
- getEventSubscriptionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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
-
- 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.jobexecutor.EventSubscriptionJobDeclaration
-
- getEventType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getEventType() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
-
The event subscriptions type.
- 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 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
-
- getExceptionStacktrace(Throwable) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- getExceptionStacktrace(ByteArrayEntity) - Static method in class org.camunda.bpm.engine.impl.util.ExceptionUtil
-
- 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
-
- getExecutedActivityAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getExecutedActivityBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getExecutedActivityIds() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getExecutedJobAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getExecutedJobBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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.threading.se.SeExecutorService
-
- getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getExecuteJobsRunnable(List<String>, ProcessEngineImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
-
- getExecution() - Method in class org.camunda.bpm.application.InvocationContext
-
- getExecution() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
Returns the execution currently at the task.
- getExecution(ActivityInstance) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- getExecution(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- 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(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- getExecution(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
-
- getExecution() - Method in class org.camunda.bpm.engine.impl.tree.ActivityExecutionTuple
-
- getExecution() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationResult
-
Returns the execution entity on which the message was correlated to.
- getExecutionContext() - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- getExecutionDate() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- getExecutionDate() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- getExecutionEntity() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- getExecutionEntity() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- getExecutionForScope(PvmScope) - Method in class org.camunda.bpm.engine.impl.tree.ActivityExecutionMappingCollector
-
- 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.externaltask.ExternalTask
-
- getExecutionId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- 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.HistoricExternalTaskLog
-
Returns the specific execution id on which the associated external task was created.
- 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.externaltask.LockedExternalTaskImpl
-
- getExecutionId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.incident.IncidentContext
-
- getExecutionId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- getExecutionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getExecutionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.SignalEventReceivedBuilderImpl
-
- 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 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 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.ActivityExecutionTreeMapping
-
- 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
-
- 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
-
- 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
-
- getExecutorService() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- getExecutorService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- 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
-
- 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
-
- getExplicitMigrationInstructions() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- getExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FailedJobRetryConfiguration
-
- getExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
-
- getExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
-
- getExpression() - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
-
- getExpression() - Method in exception org.camunda.bpm.engine.impl.juel.TreeBuilderException
-
- 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() - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseUtil
-
- 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
-
- 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 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
-
- getExtensionElements(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- 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
-
- getExternalTaskErrorDetails(String) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Returns the full error details that occurred while running external task
with the given id.
- getExternalTaskErrorDetails(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- GetExternalTaskErrorDetailsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetExternalTaskErrorDetailsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetExternalTaskErrorDetailsCmd
-
- getExternalTaskId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the id of the associated external task.
- getExternalTaskId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
External task reference.
- getExternalTaskId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getExternalTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getExternalTaskId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getExternalTaskId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getExternalTaskIds() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getExternalTaskManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getExternalTaskPriorityProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getExternalTaskQuery() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getExternalTasks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getExternalTaskService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getExternalTaskService() - Method in class org.camunda.bpm.engine.impl.ProcessEngineImpl
-
- getExternalTaskService() - Method in interface org.camunda.bpm.engine.ProcessEngineServices
-
- getExternalTaskService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getExternalTasksInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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
-
- getFailedJobListenerMaxRetries() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getFailedJobRetryConfiguration(JobEntity, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- getFailedJobRetryTimeCycle() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getFailedJobRetryTimeCycle(JobEntity, Expression) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- getFailedJobs() - Method in interface org.camunda.bpm.engine.batch.BatchStatistics
-
The number of failed batch execution jobs.
- getFailedJobs() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- 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.
- getFailedOperations() - Method in class org.camunda.bpm.engine.impl.db.FlushResult
-
- getFailure() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
- getFailure() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
-
- getFailures() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingActivityInstanceValidationReportImpl
-
- getFailures() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- getFailures() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- getFailures() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationInstructionValidationReportImpl
-
- getFailures() - Method in interface org.camunda.bpm.engine.migration.MigratingActivityInstanceValidationReport
-
- getFailures() - Method in interface org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationReport
-
- getFailures() - Method in interface org.camunda.bpm.engine.migration.MigratingTransitionInstanceValidationReport
-
- getFailures() - Method in interface org.camunda.bpm.engine.migration.MigrationInstructionValidationReport
-
- getFallbackSerializer(String) - Static method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- getFallbackSerializerFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.VariableContextElResolver
-
- 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.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
-
- 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
-
- getFile() - Method in class org.camunda.bpm.engine.impl.ant.DeployBarTask
-
- getFile(String) - Static method in class org.camunda.bpm.engine.impl.util.IoUtil
-
- 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
-
- 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
-
- 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
-
- getFilterService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getFilterVariables() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getFinishDateBy() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getFinishDateOn() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getFinishDateOnBegin() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getFinishDateOnEnd() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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
-
- getFinishedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- getFinishedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getFinishedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getFinishedBatchesCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult
-
Returns the amount of finished historic batches.
- getFinishedBatchesCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- getFinishedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- getFinishedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getFinishedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getFinishedCaseInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the amount of finished historic case instances.
- getFinishedCaseInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getFinishedDecisionInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the amount of finished historic decision instances.
- getFinishedDecisionInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getFinishedProcessInstanceCount() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the amount of finished historic process instances.
- getFinishedProcessInstanceCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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
-
- 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
-
- getFlowNodeIds() - Method in class org.camunda.bpm.engine.impl.pvm.process.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.
- getFlowScope() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- 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
-
- getFollowUpAfter() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getFollowUpAfter() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getFollowUpBefore() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getFollowUpBefore() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getFollowUpDate() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
Follow-up date of the task.
- getFollowUpDate() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
-
Task follow-up date
- getFollowUpDate() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.task.Task
-
Follow-up date of the task.
- getFollowUpDateExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getFormData(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- getFormData(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
-
- getFormData(CommandContext) - Method in class org.camunda.bpm.engine.impl.GetDeployedTaskFormCmd
-
- 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 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
-
- 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
-
- getFridayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getFridayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getFulfilledRules() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyResult
-
List of all rules that were fulfilled during the check.
- getFulfilledRules() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- 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.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
-
- getGeneralDiagramResourceName(String, DefinitionEntity, String) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- getGeneralResourceWhitelistPattern() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getGroupId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
-
- getGroupId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
If the identity link involves a group, then this will be a non-null id of a group.
- getGroupId() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- getGroupId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- 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.persistence.entity.MembershipEntity
-
- getGroupId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getGroupId() - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- getGroupId() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- 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.
- getGroupIds() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
-
- getGroupIds() - Method in class org.camunda.bpm.engine.impl.identity.Authentication
-
- getGroupName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- getGroupName() - Method in interface org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult
-
The group which as the number of tasks
- getGroupResourceWhitelistPattern() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getGroupsForCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getGsonMapper() - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getHandlerActivityId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- getHandlerRegistry() - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
-
- getHasStartFormKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- 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
-
- getHistoricActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricBatchById(String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- getHistoricBatchByJobId(String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- getHistoricBatchIds() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- getHistoricBatchManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricBatchManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricCaseActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricCaseActivityInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricCaseInstanceIds() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- getHistoricCaseInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricCaseInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricDecisionInstanceIds() - Method in class org.camunda.bpm.engine.impl.dmn.cmd.DeleteHistoricDecisionInstancesBatchCmd
-
- getHistoricDecisionInstanceIds() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- getHistoricDecisionInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricDecisionInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricDecisionInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getHistoricDecisionInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getHistoricDetailManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricDetailManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricExternalTaskLogErrorDetails(String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Returns the full error details that occurs when the
historic external task log with the given id was last executed.
- getHistoricExternalTaskLogErrorDetails(String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- GetHistoricExternalTaskLogErrorDetailsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetHistoricExternalTaskLogErrorDetailsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetHistoricExternalTaskLogErrorDetailsCmd
-
- getHistoricExternalTaskLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricExternalTaskLogManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricIdentityLinkLogs(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getHistoricIdentityLinkLogs(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getHistoricIdentityLinkManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricIdentityLinkManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricIncidentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricIncidentManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- 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
-
- getHistoricProcessInstance(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- getHistoricProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteHistoricProcessInstancesBatchCmd
-
- getHistoricProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- getHistoricProcessInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricProcessInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- getHistoricProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- getHistoricReportManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricReportManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricRootProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- getHistoricRootProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
-
- getHistoricRootProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getHistoricRootProcessInstance(String) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- getHistoricStatisticsCountGroupedByActivity(HistoricActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricStatisticsManager
-
- getHistoricStatisticsCountGroupedByCaseActivity(HistoricCaseActivityStatisticsQueryImpl) - 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
-
- getHistoricStatisticsGroupedByCaseActivity(HistoricCaseActivityStatisticsQueryImpl, 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
-
- getHistoricUserOperationLogs(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getHistoricUserOperationLogs(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getHistoricVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getHistoricVariableInstanceManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getHistoricVariableUpdates(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getHistoricVariableUpdates(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getHistory() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getHistoryCleanupBatchSize() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchThreshold() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchWindowEndTimeAsDate() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchWindows() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupBatchWindowStartTimeAsDate() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupDegreeOfParallelism() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryCleanupJobs() - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- getHistoryCleanupStrategy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryConfiguration() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
Returns the history payload of this incident.
- getHistoryConfiguration() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- getHistoryConfiguration() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- getHistoryConfiguration() - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- getHistoryConfiguration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getHistoryConfiguration() - Method in interface org.camunda.bpm.engine.runtime.Incident
-
Returns the history payload of this incident.
- getHistoryEventHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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 class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceHistoryListener
-
- 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
-
- getHistoryLevelCommand() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getHistoryLevels() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryRemovalTimeProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryRemovalTimeStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- getHistoryRemovalTimeStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getHistoryRemovalTimeStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- getHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- getHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
-
- getHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- 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
-
- getHistoryService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getHistoryTimeToLive() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricBatchReportResult
-
Returns the history time to live for the selected batch type.
- getHistoryTimeToLive() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the history time to live for the selected definition.
- getHistoryTimeToLive() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the history time to live for the selected definition.
- getHistoryTimeToLive() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the history time to live for the selected definition.
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getHistoryTimeToLive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getHistoryTimeToLive() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
History time to live.
- getHtmlString() - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlDocumentBuilder
-
- getId() - Method in interface org.camunda.bpm.engine.authorization.Authorization
-
- getId() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- 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.externaltask.ExternalTask
-
- getId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- 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.HistoricCaseActivityStatistics
-
The case activity id.
- 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.HistoricDecisionInputInstance
-
The unique identifier of this historic decision input instance.
- getId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The unique identifier of this historic decision instance.
- getId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The unique identifier of this historic decision output instance.
- 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.HistoricExternalTaskLog
-
Returns the unique identifier for this
historic external task log.
- getId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the id of historic identity link (Candidate or Assignee or Owner).
- 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
-
- 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.Tenant
-
- 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.batch.BatchEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
-
- getId() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getId() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- 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 exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- 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.migration.instance.MigratingExternalTaskInstance
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.HistoricCaseActivityStatisticsImpl
-
- 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.MembershipEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- 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.ProcessInstanceWithVariablesImpl
-
- 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.SchemaLogEntryEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- getId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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.TenantQueryImpl
-
- 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.management.SchemaLogEntry
-
A unique identifier of a schema log entry.
- 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.Resource
-
- getId() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
unique identifier
- 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.IdentityLink
-
Get the Id of identityLink
- getId() - Method in interface org.camunda.bpm.engine.task.Task
-
DB id of the task.
- 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
-
- 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
-
- getIdentityLinksForProcessDefinition(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getIdentityLinksForProcessDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- 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
-
- 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
-
- getIdentityProvider(CommandContext) - Method in class org.camunda.bpm.engine.impl.identity.db.DbTenantQueryImpl
-
- getIdentityProviderSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- 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.AbstractDefinitionDeployer
-
- getIdGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.batch.BatchConfiguration
-
- getIds() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- getIds() - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- 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
-
- getImage() - Method in class org.camunda.bpm.engine.impl.juel.Scanner.Token
-
- getImporter(String, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- getIncidentByCauseIncidentId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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.
- getIncidentHandler(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getIncidentHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getIncidentHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getIncidentHandlerType() - Method in class org.camunda.bpm.engine.impl.incident.DefaultIncidentHandler
-
- 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
-
- getIncidentIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- getIncidentIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
-
- getIncidentIds() - Method in interface org.camunda.bpm.engine.runtime.ActivityInstance
-
the list of currently open incidents
- getIncidentIds() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
-
the list of currently open incidents
- getIncidentList(Map<String, List<String>>, PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- getIncidentManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- 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.HistoricProcessInstanceQueryImpl
-
- 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 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.HistoricProcessInstanceQueryImpl
-
- 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
-
- getIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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.
- getIncidentStatus() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getIncidentTimestamp() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getIncidentTimestamp() - Method in interface org.camunda.bpm.engine.runtime.Incident
-
Time when the incident happened.
- 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.HistoricProcessInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.runtime.Incident
-
Returns the type of this incident to identify the
kind of incident.
- 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.
- 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
-
- getInnerActivity(PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
Get the inner activity of the multi instance execution.
- getInnerActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceInnerActivityValidator
-
- getInnerActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotRemoveMultiInstanceInnerActivityValidator
-
- getInput() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
-
- getInputParameters() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
-
- getInputs() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The input values of the evaluated decision.
- 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.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- 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
-
- 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(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
-
- 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.
- 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
-
- getInstantiationStack() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
-
- getInstantiationStack() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ProcessInstanceStartContext
-
- getInstructionFor(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getInstructionReports() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationPlanValidationReportImpl
-
- getInstructionReports() - Method in interface org.camunda.bpm.engine.migration.MigrationPlanValidationReport
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- getInstructions() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- getInstructions() - Method in interface org.camunda.bpm.engine.migration.MigrationPlan
-
- getInstructionsBySourceScope(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- getInstructionsByTargetScope(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- getInt(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- getInterval() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- getInvocationResult() - Method in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- getInvocationResult() - Method in class org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
-
- getInvocationResult() - Method in class org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorInvocation
-
- getInvocationsPerBatchJob() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getInvocationsPerBatchJob() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getInvocationsPerBatchJob() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getInvocationsPerBatchJob() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getInvocationsPerBatchJob() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getInvolvedUser() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getIoMapping() - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
-
- getIsAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- getIsTenantCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.TenantCheck
-
is used by myBatis
- getIsTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getIsTenantIdSet() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getItemControl(CmmnElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- 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() - Method in class org.camunda.bpm.engine.impl.cmd.UnlockJobCmd
-
- getJob() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
-
- 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.
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- getJobDeclaration() - Method in interface org.camunda.bpm.engine.impl.batch.BatchJobHandler
-
Get the job declaration for batch jobs.
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getJobDeclaration() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- 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
-
- 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
-
- getJobDefinitionFor(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- getJobDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
Returns the id of the job definition the incident belongs to.
- 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.HistoricIncidentEventEntity
-
- 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.incident.IncidentContext
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- getJobDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.Incident
-
Returns the id of the job definition the incident belongs to.
- getJobDefinitionId() - Method in interface org.camunda.bpm.engine.runtime.Job
-
- getJobDefinitionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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
-
- 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
-
- 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
-
- getJobEntity() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- 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
-
- getJobExceptionStacktrace(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- 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
-
- 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
-
- 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.persistence.entity.JobEntity
-
- getJobHandlerConfigurationRaw() - 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.jobexecutor.JobFailureCollector
-
- getJobId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- getJobId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getJobIdBatches() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
-
- getJobIds() - Method in class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
- getJobInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- getJobManager() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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
-
- getJobPriority() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
-
Returns the priority of the associated job when this
log entry was created.
- getJobPriority() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- getJobPriorityProvider() - Method in class org.camunda.bpm.engine.impl.batch.BatchJobDeclaration
-
- getJobPriorityProvider() - Method in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobDeclaration
-
- getJobPriorityProvider() - Method in class org.camunda.bpm.engine.impl.batch.BatchSeedJobDeclaration
-
- getJobPriorityProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getJobPriorityProvider() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
- getJobQuery() - Method in class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
- 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
-
- getJobs() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getJobsCreated() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getJobsCreated() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getJobsInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getJobsToCreate() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- 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.
- 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
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- getJsonConverterInstance() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- 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() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getKey() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getKey() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getKey() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.ResourceDefinition
-
unique name for all versions this definition
- getKeyLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- getKeyLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getKeyLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.core.variable.scope.VariableStore
-
- 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
-
- 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
-
- getLaneSets() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- getLanguage() - Method in class org.camunda.bpm.engine.impl.scripting.ExecutableScript
-
The language in which the script is written.
- 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
-
- getLastFailureLogId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getLastFailureLogId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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
-
- getLastNameLike() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- getLastRow() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- getLeafExecutions(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.InclusiveGatewayActivityBehavior
-
- getLeaves() - Method in class org.camunda.bpm.engine.impl.tree.LeafActivityInstanceExecutionCollector
-
- 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.
- getLicenseKey() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- getLicenseKey() - Method in interface org.camunda.bpm.engine.ManagementService
-
Get the stored license key string or null
if no license is set.
- GetLicenseKeyCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetLicenseKeyCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetLicenseKeyCmd
-
- getLine() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
-
- getLine() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- getLine() - Method in interface org.camunda.bpm.engine.Problem
-
The line where the problem occurs
- getLink() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- getLinkExpression() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- 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
-
- getLocalCorrelationKeys() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- getLocale() - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
-
- getLocalLoopVariable(ActivityExecution, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- getLockDuration() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getLocked() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getLockExpirationAfter() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getLockExpirationBefore() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getLockExpirationTime() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getLockExpirationTime() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getLockExpirationTime() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getLockExpirationTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- getLockExpirationTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getLockExpirationTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- 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.AcquirableJobEntity
-
- 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.AbstractSetJobRetriesCmd
-
- 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.ModifyProcessInstanceAsyncCmd
-
- getLogEntryOperation() - Method in class org.camunda.bpm.engine.impl.cmd.ModifyProcessInstanceCmd
-
- 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
-
- getLogger() - Method in class org.camunda.bpm.engine.impl.test.TestLogger
-
- getLoggingContext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- getLoggingContextActivityId() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoggingContextApplicationName() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoggingContextBusinessKey() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoggingContextProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoggingContextProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoggingContextTenantId() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoginDelayBase() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoginDelayFactor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoginDelayMaxTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLoginMaxAttempts() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getLong(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getLongValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getLongValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- getLoopCardinalityExpression() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- 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
-
- getMainElementId() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- getMainElementId() - Method in interface org.camunda.bpm.engine.Problem
-
The id of the main element causing the problem.
- 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
-
- getManagementService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getManager() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CaseDefinitionCache
-
- getManager() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionDefinitionCache
-
- getManager() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DecisionRequirementsDefinitionCache
-
- getManager() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- getManager() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ResourceDefinitionCache
-
- getMapping() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMaskForBit(int) - Static method in class org.camunda.bpm.engine.impl.util.BitMaskUtil
-
- getMaxBackoff() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getMaximum() - Method in interface org.camunda.bpm.engine.history.DurationReportResult
-
Returns the greatest duration of all completed instances,
which have been started in the given period.
- getMaximum() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- 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
-
- getMaxPoolSize() - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
-
- getMaxPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getMaxResults() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- getMaxResults() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- getMaxResults() - Method in class org.camunda.bpm.engine.impl.Page
-
- getMaxResultsLimit(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- getMaxWait() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getmBeanServer() - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
-
- getMessage() - Method in exception org.camunda.bpm.engine.delegate.BpmnError
-
- getMessage() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getMessage() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- getMessage() - Method in interface org.camunda.bpm.engine.Problem
-
The message of this problem
- 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.
- getMessageName() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- 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()
- 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) - Static method in class org.camunda.bpm.engine.impl.test.TestHelper
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.camunda.bpm.engine.impl.util.ReflectUtil
-
Finds a method by name and parameter types.
- 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
- 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
-
- getMetricsReporterIdProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigratingActivityInstanceById(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingActivityInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getMigratingActivityInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingActivityInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigratingCompensationInstanceByExecutionId(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingCompensationInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigratingCompensationSubscriptionInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getMigratingDependentInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getMigratingDependentInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- getMigratingEventScopeInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getMigratingExternalTaskInstanceById(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingJobInstanceById(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingProcessInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getMigratingScopeInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getMigratingTransitionInstances() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getMigratingTransitionInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigratingVariableInstancesByName(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.VariableConflictActivityInstanceValidator
-
- getMigrationActivityMatcher() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigrationInstruction() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getMigrationInstruction(MigratingInstanceParseContext, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
-
- getMigrationInstruction() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingActivityInstanceValidationReportImpl
-
- getMigrationInstruction() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- getMigrationInstruction() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationInstructionValidationReportImpl
-
- getMigrationInstruction() - Method in interface org.camunda.bpm.engine.migration.MigratingActivityInstanceValidationReport
-
- getMigrationInstruction() - Method in interface org.camunda.bpm.engine.migration.MigratingTransitionInstanceValidationReport
-
- getMigrationInstruction() - Method in interface org.camunda.bpm.engine.migration.MigrationInstructionValidationReport
-
- getMigrationInstructionGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigrationInstructionValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMigrationPlan() - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- getMigrationPlan() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- getMigrationPlan() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationPlanValidationReportImpl
-
- getMigrationPlan() - Method in interface org.camunda.bpm.engine.migration.MigrationPlanValidationReport
-
- getMilliseconds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- 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 interface org.camunda.bpm.engine.history.DurationReportResult
-
Returns the smallest duration of all completed instances,
which have been started in the given period.
- getMinimum() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- getMinPriority() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getMinuteFrom() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- getMinuteFrom() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- getMinuteTo() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- getMinuteTo() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- getMissingAuthorizations() - Method in exception org.camunda.bpm.engine.AuthorizationException
-
- getMissingElements(Set<String>, Map<String, ?>) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getMocks() - Static method in class org.camunda.bpm.engine.test.mock.Mocks
-
- getMode() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- getMode() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- getMode() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- getModel() - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
-
- getModificationBuilder() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- getModificationOperations() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- getModificationReason() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- getMondayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMondayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getMonitorJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getMonitorJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getMonitorJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getMonitorJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getMonitorJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getMonthNumber(String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- getMultiInstanceScope(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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.ProcessApplicationIdentifier
-
- 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.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.DiscoverBpmPlatformPluginsStep
-
- 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.jobexecutor.StopManagedThreadPoolStep
-
- getName() - Method in class org.camunda.bpm.container.impl.deployment.NotifyPostProcessApplicationUndeployedStep
-
- 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.deployment.UnregisterBpmPlatformPluginsStep
-
- 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 enum org.camunda.bpm.engine.authorization.BatchPermissions
-
- getName() - Method in enum org.camunda.bpm.engine.authorization.OptimizePermissions
-
Deprecated.
- getName() - Method in interface org.camunda.bpm.engine.authorization.Permission
-
returns the name of the permission, ie.
- getName() - Method in enum org.camunda.bpm.engine.authorization.Permissions
-
- getName() - Method in enum org.camunda.bpm.engine.authorization.ProcessDefinitionPermissions
-
- getName() - Method in enum org.camunda.bpm.engine.authorization.ProcessInstancePermissions
-
- getName() - Method in enum org.camunda.bpm.engine.authorization.TaskPermissions
-
- getName() - Method in enum org.camunda.bpm.engine.authorization.UserOperationLogCategoryPermissions
-
- 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 interface org.camunda.bpm.engine.identity.Tenant
-
- getName() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- getName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
-
- 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 class org.camunda.bpm.engine.impl.core.model.PropertyKey
-
- getName() - Method in class org.camunda.bpm.engine.impl.core.model.PropertyListKey
-
- getName() - Method in class org.camunda.bpm.engine.impl.core.model.PropertyMapKey
-
- 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.SimpleVariableInstance
-
- getName() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- getName() - Method in class org.camunda.bpm.engine.impl.Direction
-
- getName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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 exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- getName() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- getName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.MetricIntervalEntity
-
- getName() - Method in interface org.camunda.bpm.engine.impl.persistence.entity.Nameable
-
- 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.TenantEntity
-
- 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.repository.CandidateDeploymentImpl
-
- 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.TenantQueryImpl
-
- 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.FileValueSerializer
-
- 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 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.management.MetricIntervalValue
-
Returns the name of the metric.
- 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.CandidateDeployment
-
- getName() - Method in interface org.camunda.bpm.engine.repository.Deployment
-
- getName() - Method in interface org.camunda.bpm.engine.repository.Resource
-
- getName() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
label used for display purposes
- getName() - Method in interface org.camunda.bpm.engine.repository.ResourceType
-
returns the name of the resource's type
- getName() - Method in enum org.camunda.bpm.engine.repository.ResourceTypes
-
- 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.
- getNameExpression() - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getNameForResource(int) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultPermissionProvider
-
- getNameForResource(int) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.PermissionProvider
-
Gets the name of the resource with the resource type
- getNameFromDeployment() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- 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.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getNameLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.impl.TenantQueryImpl
-
- getNameNotEqual() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getNameNotLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getNames() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
-
- getNamesForPermissions(Authorization, Permission[]) - Static method in class org.camunda.bpm.engine.impl.util.PermissionConverter
-
- 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
-
- getNewBlock() - Method in class org.camunda.bpm.engine.impl.db.DbIdGenerator
-
- getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- getNewSuspensionState() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateBatchCmd
-
- 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.SuspendBatchCmd
-
- 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
-
- 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 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
-
- getNextBatchWindow(Date, ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindowManager
-
- getNextBatchWindow(Date, ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
-
- getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
-
- getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- getNextCommand(UpdateProcessInstanceSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- getNextCommand() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateJobDefinitionCmd
-
- getNextCommand(UpdateProcessInstanceSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessInstanceCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
-
- getNextCommand(UpdateProcessInstanceSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.SuspendProcessDefinitionCmd
-
- getNextCommand(UpdateJobSuspensionStateBuilderImpl) - 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
-
- getNextRunWithDelay(Date) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- getNextVersion(DeploymentEntity, DefinitionEntity, DefinitionEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
per default we increment the latest definition version by one - but you
might want to hook in some own logic here, e.g.
- getNode(String) - Method in class org.camunda.bpm.engine.repository.DiagramLayout
-
- getNodes() - Method in class org.camunda.bpm.engine.repository.DiagramLayout
-
- 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
-
- getNotLocked() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getNow() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getNow() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- getNumberOfJobsAttemptedToAcquire() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
-
- getNumberOfJobsFailedToLock() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquiredJobs
-
- getNumericValue(String, int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- getNumJobsToAcquire(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- getNumJobsToAcquire(String) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionStrategy
-
- getObject(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getObject(JsonElement) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- getObjectName(String) - Static method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
-
- getObjectTypeName(ObjectValue, ValueFields) - Method in class org.camunda.bpm.engine.impl.variable.serializer.AbstractObjectValueSerializer
-
- getOccurredAfter() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- getOccurredBefore() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- 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
-
- getOpenIncidents() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
-
The number of open incidents of the activity.
- getOpenIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- getOperation() - Method in class org.camunda.bpm.engine.impl.identity.IdentityOperationResult
-
- getOperation() - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- 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.interceptor.CommandContext
-
- getOperationId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
-
- getOperationLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getOperationType() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the type of identity link history (add or delete identity link)
- 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.HistoricIdentityLinkLogQueryImpl
-
- getOperationType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- getOperationType() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getOperationType() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getOperationType(IdentityOperationResult) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- 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
-
- getOperatorName() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
-
- getOptimizeManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getOptimizeService() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration, HistoricBatchEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration, HistoricDecisionInstanceEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getOrCalculateRemovalTime(SetRemovalTimeBatchConfiguration, HistoricProcessInstanceEntity, CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- getOrder() - Method in class org.camunda.bpm.engine.impl.TablePageQueryImpl
-
- getOrderingProperties() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- 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
-
- getOrgValueString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
-
- getOutgoingExecution() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
-
- getOutgoingTransitions() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
- getOutgoingTransitions() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmActivity
-
- getOutputParameters() - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
-
- getOutputs() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The output values of the evaluated decision.
- 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.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getOutputsLocal() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
-
- 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
-
- getOutputVariablesLocal(VariableScope) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- getOutputVariablesLocal(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElement
-
- getOverridingJobPriority() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- getOverridingJobPriority() - Method in interface org.camunda.bpm.engine.management.JobDefinition
-
Returns the execution priority for jobs of this definition, if it was set using the
ManagementService
API.
- 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 interface org.camunda.bpm.engine.task.Task
-
The userId
of the person that is responsible for this task.
- 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
-
- getParameters() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyRule
-
Additional parameter that can be used to display a meaningful description.
- getParameters() - Method in class org.camunda.bpm.engine.impl.AbstractNativeQuery
-
- getParameters() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyDigitRuleImpl
-
- getParameters() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLengthRuleImpl
-
- getParameters() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLowerCaseRuleImpl
-
- getParameters() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- getParameters() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyUpperCaseRuleImpl
-
- getParamTypes() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodInfo
-
Returns the parameter types of the method
- getPaReference(ProcessApplicationIdentifier) - Method in class org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor
-
- 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
-
- getParent() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- getParent() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getParent() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- 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
- 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(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.CompensationBehavior
-
- getParentActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- 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
-
- 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 interface org.camunda.bpm.engine.runtime.CaseExecution
-
The id of the parent of this
case execution.
- getParentScopeExecution(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- getParentTask() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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 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
-
- getParsedBatchOperationsForHistoryCleanup() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getParseListeners() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
-
- getParticipantProcess() - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- 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
-
- getPasswordBytes() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
-
- getPasswordEncryptor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getPasswordManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getPasswordPolicy() - Method in interface org.camunda.bpm.engine.IdentityService
-
Returns the
PasswordPolicy
that is currently configured in the
engine.
- getPasswordPolicy() - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- getPasswordPolicy() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- GetPasswordPolicyCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetPasswordPolicyCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.GetPasswordPolicyCmd
-
- getPayloadProcessInstanceVariables() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getPayloadProcessInstanceVariablesLocal() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getPeriod() - Method in interface org.camunda.bpm.engine.history.ReportResult
-
Returns a period which specifies a time span within a year.
- getPeriod() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- getPeriodUnit() - Method in interface org.camunda.bpm.engine.history.ReportResult
-
Returns the unit of the period.
- getPeriodUnit() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- getPermission() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
-
- getPermission() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
-
- getPermissionByNameAndResourceType(String, int) - Static method in class org.camunda.bpm.engine.impl.util.ResourceTypeUtil
-
Currently used only in the Rest API
Returns a
Permission
based on the specified
permissionName
and
resourceType
- getPermissionChecks() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- getPermissionEnums() - Static method in class org.camunda.bpm.engine.impl.util.ResourceTypeUtil
-
- getPermissionForName(String, int) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultPermissionProvider
-
- getPermissionForName(String, int) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.PermissionProvider
-
Gets the permission related to the name and resource type
- getPermissionProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- getPermissionsByResourceType(int) - Static method in class org.camunda.bpm.engine.impl.util.ResourceTypeUtil
-
- getPermissionsForNames(String[], int, ProcessEngineConfiguration) - Static method in class org.camunda.bpm.engine.impl.util.PermissionConverter
-
- getPermissionsForResource(int) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultPermissionProvider
-
- getPermissionsForResource(int) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.PermissionProvider
-
Gets all permissions possible for the resource type
- getPermissionStringList(AuthorizationEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- getPerms() - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.MetricIntervalEntity
-
- 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.SchemaLogEntryEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- getPersistentState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getPlaceholder() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyRule
-
Placeholder string that can be used to display a description of this rule.
- getPlaceholder() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyDigitRuleImpl
-
- getPlaceholder() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLengthRuleImpl
-
- getPlaceholder() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLowerCaseRuleImpl
-
- getPlaceholder() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- getPlaceholder() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyUpperCaseRuleImpl
-
- 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
-
- 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
- getPluginNames() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPlugins
-
- getPluginNames() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPluginsMBean
-
- getPlugins() - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- getPlugins() - Method in interface org.camunda.bpm.container.impl.metadata.spi.ProcessEngineXml
-
- getPlugins() - Method in class org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins
-
- getPlugins() - Method in class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
Get all plugins.
- getPluginsClassloader() - Method in class org.camunda.bpm.container.impl.deployment.DiscoverBpmPlatformPluginsStep
-
- 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
-
- 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.impl.bpmn.parser.ErrorEventDefinition
-
- getPrefix(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
-
- getPrefix() - Method in class org.camunda.bpm.engine.impl.juel.AstProperty
-
- getPrefixes(String) - Method in class org.camunda.bpm.engine.impl.bpmn.diagram.Bpmn20NamespaceContext
-
- getPreParseListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getPrevious() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- getPreviousCaseDefinitionId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- getPreviousDayBatchWindow(Date, ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
-
- getPreviousDecisionDefinitionId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getPreviousDecisionRequirementsDefinitionId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getPreviousDefinition() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- getPreviousDefinition() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getPreviousDefinition() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getPreviousDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getPreviousDefinition() - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- getPreviousProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getPreviousState() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- 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.externaltask.ExternalTask
-
Returns the priority of the external task.
- getPriority() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
Returns the priority of the locked external task.
- getPriority() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the priority of the associated external task when this
log entry was created.
- getPriority() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
-
Task priority
- getPriority() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getPriority() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getPriority() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- getPriority() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getPriority() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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 interface org.camunda.bpm.engine.runtime.Job
-
The job's priority that is a hint to job acquisition.
- 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
-
- getPriorityValueProvider() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ExternalTaskActivityBehavior
-
- getProblems() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- 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.ProcessApplicationIdentifier
-
- 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
-
- 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
-
- getProcessApplicationForInvocation(DelegateInvocation) - Method in class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
-
- getProcessApplicationInfo(DeploymentOperation) - Static method in class org.camunda.bpm.container.impl.deployment.util.InjectionUtil
-
- 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.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.RuntimeContainerDelegateImpl
-
- getProcessApplicationService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- 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
-
- getProcessDefId() - Method in interface org.camunda.bpm.engine.task.IdentityLink
-
Get the process definition id
- getProcessDefinedPriority(ProcessDefinitionImpl, String, ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Returns the priority which is defined in the given process definition.
- 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.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- getProcessDefinition(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractModificationCmd
-
- getProcessDefinition(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractRestartProcessInstanceCmd
-
- getProcessDefinition(CommandContext, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.CreateMigrationPlanCmd
-
- 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.jobexecutor.JobDeclaration
-
- getProcessDefinition(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.migration.AbstractMigrationCmd
-
- getProcessDefinition(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- getProcessDefinition(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- 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() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult
-
- getProcessDefinition() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- getProcessDefinition(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
Returns the
ProcessDefinition
including all BPMN information like additional
Properties (e.g.
- getProcessDefinitionCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- getProcessDefinitionCreatePermissionChecks() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- getProcessDefinitionEntity() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- 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.externaltask.ExternalTask
-
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the process definition id for the selected definition.
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
Process definition reference
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The corresponding id of the process definition in case the decision was evaluated inside a process.
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The process definition reference.
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the specific process definition id on which the associated external task was created.
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the id of the related process definition
- 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.HistoricTaskInstanceReportResult
-
Returns the process definition id for the selected definition key
- 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() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.HistoricDecisionInstanceQueryImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricVariableInstanceQueryImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.ProcessInstanceWithVariablesImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- getProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessDefinitionId() - Method in interface org.camunda.bpm.engine.management.JobDefinition
-
- 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.
- getProcessDefinitionIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- getProcessDefinitionIdIn() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getProcessDefinitionIdLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getProcessDefinitionIds() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the process definition key for the selected definition.
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
Process definition key reference
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The corresponding key of the process definition in case the decision was evaluated inside a process.
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The process definition key reference.
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the specific process definition key on which the associated external task was created.
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the key of the related process definition
- 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.HistoricTaskInstanceReportResult
-
Returns the process definition key for the selected definition key.
- 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.externaltask.LockedExternalTaskImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricTaskInstanceQueryImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getProcessDefinitionKey(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.persistence.entity.TaskReportResultEntity
-
- 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.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- getProcessDefinitionKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessDefinitionKey() - Method in interface org.camunda.bpm.engine.management.JobDefinition
-
- 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.impl.CleanableHistoricProcessInstanceReportImpl
-
- getProcessDefinitionKeyIn() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getProcessDefinitionKeyNotIn() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getProcessDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessDefinitionManager() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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 interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the process definition name for the selected definition.
- getProcessDefinitionName() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
The process definition name.
- getProcessDefinitionName() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- getProcessDefinitionName() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getProcessDefinitionNameLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessDefinitionPriority(ExecutionEntity, T) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Returns the priority defined in the process definition.
- getProcessDefinitionPriority(ExecutionEntity, ExternalTaskActivityBehavior) - Method in class org.camunda.bpm.engine.impl.externaltask.DefaultExternalTaskPriorityProvider
-
- getProcessDefinitionPriority(ExecutionEntity, JobDeclaration<?, ?>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- getProcessDefinitions() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- getProcessDefinitionsActivationDate() - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- getProcessDefinitionsFromResources(CommandContext, DeploymentEntity, CandidateDeployment) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getProcessDefinitionsOfSubscriptions(List<EventSubscriptionEntity>) - Method in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
-
- getProcessDefinitionTenantId(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.core.model.DefaultCallableElementTenantIdProvider
-
- getProcessDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- getProcessDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- getProcessDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- getProcessDefinitionTenantId() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- getProcessDefinitionToCall(VariableScope, BaseCallableElement) - Static method in class org.camunda.bpm.engine.impl.util.CallableElementUtil
-
- getProcessDefinitionVersion() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the process definition version for the selected definition.
- getProcessDefinitionVersion() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
The process definition version.
- getProcessDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getProcessDefinitionVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getProcessDefinitionVersionTag() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getProcessDefinitionVersionTag() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getProcessDefinitionVersionTag() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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
-
- getProcessDiagramLayout(String) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- getProcessDiagramLayout(String) - Method in interface org.camunda.bpm.engine.RepositoryService
-
- getProcessElementInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceTopDownWalker.MigrationContext
-
- getProcessEngine(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
-
- getProcessEngine(PlatformServiceContainer, String) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
-
- 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 interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
-
Returns the
ProcessEngine
providing access to the
public API of the process engine.
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
-
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getProcessEngine() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
-
- 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() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
-
- 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.test.ProcessEngineRule
-
- getProcessEngine(String) - Method in interface org.camunda.bpm.ProcessEngineService
-
- getProcessEngineBootstrapCommand() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- getProcessEngineConfiguration() - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- getProcessEngineConfiguration() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- 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.test.ProcessEngineRule
-
- 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.
- 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.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
-
- getProcessEngineNames() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- getProcessEngineNames() - Method in interface org.camunda.bpm.ProcessEngineService
-
- getProcessEnginePlugins() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.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.RuntimeContainerDelegateImpl
-
- getProcessEngineService() - Method in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- getProcessEngineServices() - Method in interface org.camunda.bpm.engine.delegate.ProcessEngineServicesAware
-
- 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
-
- getProcessesXml() - Method in class org.camunda.bpm.application.impl.metadata.ProcessesXmlParse
-
- 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
-
- getProcessInstance() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Return the process instance execution for this execution.
- getProcessInstance(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- 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() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- getProcessInstance() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationResult
-
Returns the process instance id on which the message was correlated to.
- 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.HistoricTaskInstanceQueryImpl
-
- getProcessInstanceBusinessKey() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getProcessInstanceBusinessKeyLike() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getProcessInstanceBusinessKeys() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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
-
- 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.externaltask.ExternalTask
-
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
Process instance reference
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The corresponding process instance in case the decision was evaluated inside a process.
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The process instance reference.
- getProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the specific process instance id on which the associated external task was created.
- 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.cmd.AbstractProcessInstanceModificationCommand
-
- 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.externaltask.LockedExternalTaskImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.management.UpdateJobSuspensionStateBuilderImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.optimize.OptimizeHistoricIdentityLinkLogEntity
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
-
- getProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- 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.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- 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 interface org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationReport
-
- 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.
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- getProcessInstanceIds() - Method in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- 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
-
- getProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- getProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- getProcessInstanceQuery() - Method in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- getProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getProcessInstanceStartContext() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- getProcessInstantiationBuilder(CommandExecutor, String) - Method in class org.camunda.bpm.engine.impl.cmd.RestartProcessInstancesCmd
-
- 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.
- getProcessResourceNames() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
-
- getProcessResourceNames() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
-
- getProcessVariables() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- 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.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
-
Returns the properties of the element.
- 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.impl.pvm.PvmProcessElement
-
Returns the properties of the element.
- getProperties() - Method in interface org.camunda.bpm.engine.ManagementService
-
- 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
-
- 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
-
- getPropertyChanges() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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
-
- getPurgeReport() - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- getPurgeReport() - Method in interface org.camunda.bpm.engine.impl.management.PurgeReporting
-
Returns the current purge report.
- getPurgeReport() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- getPurgeReportAsString() - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- getPurgeReportAsString() - Method in interface org.camunda.bpm.engine.impl.management.PurgeReporting
-
Transforms and returns the purge report to a string.
- getPurgeReportAsString() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- getQueries() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getQueries() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getQueries() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getQueries() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getQuery() - Method in interface org.camunda.bpm.engine.filter.Filter
-
- getQuery() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- getQuery() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- getQuery() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- getQuery() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- getQueryInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- getQueryMaxResultsLimit() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getQueryProperty() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- getQueryVariableValue() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- 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
-
- getRawObject(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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.ProcessApplicationIdentifier
-
- 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.engine.impl.application.DefaultProcessApplicationRegistration
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- getReferencedEntitiesIdAndClass() - Method in interface org.camunda.bpm.engine.impl.db.HasDbReferences
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getReferencedEntitiesIdAndClass() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- getReferencedEntityIds() - Method in interface org.camunda.bpm.engine.impl.db.HasDbReferences
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getReferencedEntityIds() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- 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
-
- getRejectedJobsByEngine() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
Jobs that were rejected from execution in the acquisition cycle
due to lacking execution resources.
- getRejectedJobsHandler() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- 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
-
- getRemainingJobs() - Method in interface org.camunda.bpm.engine.batch.BatchStatistics
-
The number of remaining batch execution jobs.
- getRemainingJobs() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- getRemainingOperations() - Method in class org.camunda.bpm.engine.impl.db.FlushResult
-
- getRemovalTime() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
The time the historic batch will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
The time the historic activity instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
The time the historic decision instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
Time when the historic decision instance is to be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The time the historic decision instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The time the historic detail will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
The time the historic external task log will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
The time the historic identity link log will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
The time the historic incident will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
-
The time the historic job log will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
The time the historic process instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
-
The time the historic task instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
The time when the historic variable instance will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
The time the historic user operation log will be removed.
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getRemovalTime() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getRemovalTime() - Method in interface org.camunda.bpm.engine.task.Attachment
-
The time the historic attachment will be removed.
- getRemovalTime() - Method in interface org.camunda.bpm.engine.task.Comment
-
The time the historic comment will be removed.
- getRemovedVariable(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- 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
-
- 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
-
- 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
-
- getRepeatOffset() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- 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.
- getReporter() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- getReporter() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
-
- getReporter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- getReporter() - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- getReporter() - Method in interface org.camunda.bpm.engine.management.MetricIntervalValue
-
Returns
the reporter name of the metric, identifies the node which generates this metric.
- getReportingIntervalInSeconds() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
-
- getReportPeriodUnitName() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getReportPeriodUnitName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- getReportValue(String) - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- getReportValue(String) - Method in interface org.camunda.bpm.engine.impl.management.PurgeReporting
-
Returns the value for the given key.
- getReportValue(String) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- 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
-
- getRepositoryService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getRequiredHistoricDecisionInstances() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionEvaluationEvent
-
- getResolvedIncidents() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatistics
-
The number of resolved incidents of the activity.
- getResolvedIncidents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- getResolverFactories() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getResolverFactories() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindingsFactory
-
- getResorceReports() - Method in exception org.camunda.bpm.engine.ParseException
-
- 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
-
- 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.
- 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
-
- getResourceByType(int) - Static method in class org.camunda.bpm.engine.impl.util.ResourceTypeUtil
-
Iterates over the
Resources
and
returns either the resource with specified
resourceType
or
null
.
- 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 class org.camunda.bpm.engine.authorization.MissingAuthorization
-
- 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
-
- 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.bpmn.parser.ResourceReportImpl
-
- getResourceName(String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractGetDeployedFormCmd
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getResourceName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getResourceName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getResourceName() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getResourceName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getResourceName(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- getResourceName() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- getResourceName() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
- getResourceName() - Method in interface org.camunda.bpm.engine.ResourceReport
-
Returns the resource name where the problems occurred.
- getResourceNameLike() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- getResourceNameLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getResourceNameLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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
-
- getResources(DeploymentBuilderImpl, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getResources() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getResources() - Method in class org.camunda.bpm.engine.impl.repository.CandidateDeploymentImpl
-
- getResources() - Method in interface org.camunda.bpm.engine.repository.CandidateDeployment
-
- getResourcesByDeploymentId(Set<String>, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getResourcesById(Map<String, Set<String>>, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getResourcesByName(Map<String, Set<String>>, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- getResourcesIntersection() - Method in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
-
- getResourcesSuffixes() - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- getResourcesSuffixes() - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
DON'T KEEP DEPLOYMENT-SPECIFIC STATE
- getResourcesSuffixes() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- getResourcesSuffixes() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- getResourcesSuffixes() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- getResourceType() - Method in interface org.camunda.bpm.engine.authorization.Authorization
-
- getResourceType() - Method in class org.camunda.bpm.engine.authorization.MissingAuthorization
-
- 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
-
- 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
-
- getResultType() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- getResultType() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- getResultType() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationResult
-
Returns the result type of the message correlation result.
- getResultVariable() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.DecisionTaskActivityBehavior
-
- getResumePreviousVersionsBy() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- getRetries() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getRetries() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getRetries() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the retries of the associated external task before the associated external task has
been executed and when this
log occurred.
- getRetries() - Method in class org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FailedJobRetryConfiguration
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getRetries() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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.ExternalTaskQueryImpl
-
- getRetriesLeft() - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
-
- getRetriesLeft() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- getRetryIntervals() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FailedJobRetryConfiguration
-
- getReturnType() - Method in class org.camunda.bpm.engine.impl.javax.el.MethodInfo
-
Returns the return type of the method
- getRevision() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.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.TenantEntity
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- getRevision() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getRevisionNext() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- getRevisionNext() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getRevisionNext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.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.TenantEntity
-
- 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
-
- 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 interface org.camunda.bpm.engine.runtime.Incident
-
Returns the id of the root incident on which
this transitive incident has been triggered.
- getRootDecisionInstance(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getRootDecisionInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The unique identifier of the historic decision instance of the evaluated root decision.
- getRootDecisionInstanceId() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getRootDecisionInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getRootElement() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- getRootHistoricDecisionInstance() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionEvaluationEvent
-
- getRootInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
Root process instance reference
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
Returns the root process instance id of the process instance
on which the associated business rule task has been called.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The unique identifier of the root historic process instance of the evaluated root decision
in case the decision was evaluated inside a process, otherwise null
.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
Returns the root process instance id of the process instance
on which the associated business rule task has been called.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The root process instance reference
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the specific root process instance id of the process instance
on which the associated external task was created.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the root process instance id of
the related process instance
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
Returns the specific root process instance id of the process instance
on which this incident has happened.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
-
Returns the specific root process instance id of the process instance
on which the associated job was created.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
The process instance id of the top-level (root) process instance or null if no root process instance exists
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
-
Root process instance reference.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
The root process instance reference.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.history.UserOperationLogEntry
-
Root process instance reference.
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getRootProcessInstanceId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstance
-
The id of the root process instance associated with this process instance.
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Attachment
-
reference to the root process instance id of the process instance on which this attachment was made
- getRootProcessInstanceId() - Method in interface org.camunda.bpm.engine.task.Comment
-
reference to the root process instance id of the process instance on which this comment was made
- getRootProcessInstanceIdRaw() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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
-
- getRowsAffected() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
- getRuleId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The unique identifier of the rule that is matched.
- getRuleId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getRuleOrder() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The order of the rule that is matched.
- getRuleOrder() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getRules() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicy
-
A list of rules that must be matched by user passwords.
- getRules() - Method in class org.camunda.bpm.engine.impl.identity.DefaultPasswordPolicyImpl
-
- getRunningHistoricActivityInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getRunningHistoricActivityInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getRunningHistoricProcessInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getRunningHistoricProcessInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getRunningHistoricTaskInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.optimize.OptimizeManager
-
- getRunningHistoricTaskInstances(Date, Date, int) - Method in class org.camunda.bpm.engine.impl.OptimizeService
-
- getRuntimeContainerDelegate() - Method in class org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor
-
- 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
-
- getRuntimeService() - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- getSalt() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- getSaltGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getSaltLengthInByte() - Method in class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- getSaltLengthInByte() - Method in class org.camunda.bpm.engine.impl.digest.Default16ByteSaltGenerator
-
- 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.
- getSatisfiedSentriesInExecutionTree(List<String>, Map<String, List<CmmnSentryPart>>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
Checks for each given sentry id in the execution tree whether the corresponding
sentry is satisfied.
- getSaturdayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getSaturdayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- getSchemaLogManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getSchemaOperationsCommand() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.PvmAtomicOperationActivityInitStackNotifyListenerReturn
-
- 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.engine.impl.tree.ActivityExecutionTuple
-
- getScopeActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- getScopeActivityInstanceId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- 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, ActivityExecutionTreeMapping, ActivityInstance) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
-
- getScopeExecutions() - Method in class org.camunda.bpm.engine.impl.tree.ScopeExecutionCollector
-
- getScopeForActivityInstance(ProcessDefinitionImpl, ActivityInstance) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
-
- getScopeForEscalation(EscalationEventDefinition) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationHandler
-
- getScopeInstanceBranch() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceTopDownWalker.MigrationContext
-
- 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
-
- getScript(String, String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScript() - Method in class org.camunda.bpm.engine.impl.variable.listener.ScriptCaseVariableListener
-
- getScriptBindingsFactory() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
-
- getScriptEngine() - Method in class org.camunda.bpm.engine.impl.scripting.engine.JuelScriptEngineFactory
-
- getScriptEngine(String, boolean) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptEngineResolver
-
Returns a cached script engine or creates a new script engine if no such engine is currently cached.
- 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
.
- getScriptEngineManager() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptEngineResolver
-
- getScriptEngineManager() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
-
- 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.
- getScriptFormSource(String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScriptFromResource(String, String, ExpressionManager, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScriptFromResource(String, String, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScriptFromResourceExpression(String, Expression, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScriptFromSource(String, String, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- getScriptFromSourceExpression(String, Expression, ScriptFactory) - Static method in class org.camunda.bpm.engine.impl.util.ScriptUtil
-
- 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
-
- getSeedJobDefinition() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getSeedJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getSeedJobDefinitionId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getSeedJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getSeedJobDefinitionId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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
-
- 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
-
- 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.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
-
- 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.util.TypedValueField
-
- getSerializer() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getSerializer(String) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializerFactory
-
- getSerializer(TypedValue) - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializerFactory
-
- 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.HistoricDecisionInputInstanceEntity
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- getSerializerName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getSerializers() - Static method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- getSerializers() - Method in class org.camunda.bpm.engine.impl.variable.serializer.DefaultVariableSerializers
-
- getSerializers() - Method in interface org.camunda.bpm.engine.impl.variable.serializer.VariableSerializers
-
Returns the serializers as a list in the order of their indices.
- 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
-
- 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
-
- getSet(int) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- getSetJobDefinitionStateCmd(UpdateJobDefinitionSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- getSetJobDefinitionStateCmd(UpdateJobDefinitionSuspensionStateBuilderImpl) - Method in class org.camunda.bpm.engine.impl.cmd.ActivateProcessDefinitionCmd
-
- getSetJobDefinitionStateCmd(UpdateJobDefinitionSuspensionStateBuilderImpl) - 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.
- getShouldPerformAuthorizatioCheck() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
is used by myBatis
- getSignalName() - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- getSingleExecutionForScope(ActivityExecutionTreeMapping, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
-
- getSingleProcessDefinition(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- 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
-
- getSource() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
-
- getSource() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- 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.DeploymentQueryImpl
-
- getSource() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getSource() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- 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 interface org.camunda.bpm.engine.repository.Deployment
-
- getSourceActivity() - Method in interface org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstruction
-
- getSourceActivity() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- getSourceActivityId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- getSourceActivityId() - Method in interface org.camunda.bpm.engine.migration.MigrationInstruction
-
- 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
-
- getSourceDefinition() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- 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.
- getSourceProcessDefinition() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getSourceProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- getSourceProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- getSourceProcessDefinitionId() - Method in interface org.camunda.bpm.engine.migration.MigrationPlan
-
- getSourceScope() - Method in class org.camunda.bpm.engine.impl.core.variable.event.VariableEvent
-
- getSourceScope() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getSourceScopeId() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingActivityInstanceValidationReportImpl
-
- getSourceScopeId() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- getSourceScopeId() - Method in interface org.camunda.bpm.engine.migration.MigratingActivityInstanceValidationReport
-
- getSourceScopeId() - Method in interface org.camunda.bpm.engine.migration.MigratingTransitionInstanceValidationReport
-
- getSourceValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- getSourceVariableName() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- getSpecificPriority(ExecutionEntity, T, String) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Returns the priority defined in the specific entity.
- getSpecificPriority(ExecutionEntity, ExternalTaskActivityBehavior, String) - Method in class org.camunda.bpm.engine.impl.externaltask.DefaultExternalTaskPriorityProvider
-
- getSpecificPriority(ExecutionEntity, JobDeclaration<?, ?>, String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobPriorityProvider
-
- getSpecificReadVariablePermission() - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
-
- 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<Deque<T>>) - Static method in class org.camunda.bpm.engine.impl.context.Context
-
- 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
-
- 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
-
- getStart() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- 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
-
- 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
-
- getStartDateBy() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartDateMilliseconds() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- getStartDateOn() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartDateOnBegin() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartDateOnEnd() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getStartedAfter() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getStartedBefore() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.CorrelationHandlerResult
-
- 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
-
- getStartTime() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- 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.batch.history.HistoricBatchEntity
-
- getStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- getStartTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
-
- getStartTimeAsDate() - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- 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
-
- getState() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
Return current state of HistoricProcessInstance, following values are recognized during process engine operations:
STATE_ACTIVE - running process instance
STATE_SUSPENDED - suspended process instances
STATE_COMPLETED - completed through normal end event
STATE_EXTERNALLY_TERMINATED - terminated externally, for instance through REST API
STATE_INTERNALLY_TERMINATED - terminated internally, for instance by terminating boundary event
- getState() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
The current state of the variable.
- 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.db.entitymanager.operation.DbOperation
-
- getState() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- getState() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- getState() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- getState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getStateCode() - Method in class org.camunda.bpm.engine.history.ExternalTaskState.ExternalTaskStateImpl
-
- getStateCode() - Method in interface org.camunda.bpm.engine.history.ExternalTaskState
-
- 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
-
- getStatisticsCountGroupedByActivity(ActivityStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- getStatisticsCountGroupedByBatch(BatchStatisticsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- getStatisticsCountGroupedByDecisionRequirementsDefinition(HistoricDecisionInstanceStatisticsQueryImpl) - 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
-
- getStatisticsGroupedByBatch(BatchStatisticsQueryImpl, Page) - Method in class org.camunda.bpm.engine.impl.persistence.entity.StatisticsManager
-
- getStatisticsGroupedByDecisionRequirementsDefinition(HistoricDecisionInstanceStatisticsQueryImpl, 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
-
- getString(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- getString(JsonElement) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- getStringValueFromAttributeOrElement(String, String, Element, String) - 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.
- 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.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.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
-
- getSundayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getSundayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- getSuperCaseExecution() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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.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
-
- 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.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- getSuperExecution() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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
-
- 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.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
-
- getSupportedEventTypes() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.EventSubscriptionInstanceHandler
-
- 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.batch.BatchEntity
-
- getSuspensionState() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- getSuspensionState() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- getSuspensionState() - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- getSuspensionState() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.ExternalTaskEntity
-
- 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
-
- 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
-
- getTableNamesPresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- getTableNamesPresent() - Method in interface org.camunda.bpm.engine.impl.db.PersistenceSession
-
- getTableNamesPresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- getTableNamesPresentInDatabase() - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- getTablePage(TablePageQueryImpl, int, int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TableDataManager
-
- getTablesPresentInOracleDatabase() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- getTagName() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
-
- getTarget() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
-
- getTarget() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- getTargetActivity(MigrationInstruction) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getTargetActivity() - Method in interface org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstruction
-
- getTargetActivity() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- getTargetActivity() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
- getTargetActivityId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- getTargetActivityId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
-
- getTargetActivityId() - Method in interface org.camunda.bpm.engine.migration.MigrationInstruction
-
- getTargetActivityId() - Method in interface org.camunda.bpm.engine.runtime.TransitionInstance
-
- getTargetDefinition() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- 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
-
- 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
-
- 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
-
- getTargetJobDefinition(String, String) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getTargetJobDefinitionEntity() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- 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(TaskEntity) - Static method in class org.camunda.bpm.engine.impl.context.ProcessApplicationContextUtil
-
- getTargetProcessApplication(ResourceDefinitionEntity) - 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(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getTargetProcessApplication(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- getTargetProcessDefinition() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- getTargetProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- getTargetProcessDefinitionId() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- getTargetProcessDefinitionId() - Method in interface org.camunda.bpm.engine.migration.MigrationPlan
-
- getTargetScope() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingExternalTaskInstance
-
- getTargetScope() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- getTargetScope() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- getTargetScope() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
- getTargetTimerDeclaration(JobEntity, JobHandlerConfiguration, String, Map<String, Map<String, TimerDeclarationImpl>>, Map<String, TimerDeclarationImpl>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- getTargetTransition() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
- getTask() - Method in interface org.camunda.bpm.engine.form.TaskFormData
-
The task for which this form is used to complete it.
- getTask(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- 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() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- 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
-
- 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
-
- 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
-
- getTaskCount() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- getTaskCount() - Method in interface org.camunda.bpm.engine.task.TaskCountByCandidateGroupResult
-
The number of tasks for a specific group
- 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.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.history.event.HistoricTaskInstanceEventEntity
-
- getTaskDefinitionKey() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
- getTaskDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTaskDefinitionKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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
-
- GetTaskEventsCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- GetTaskEventsCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.GetTaskEventsCmd
-
- 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
-
- getTaskHadCandidateGroup() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTaskHadCandidateUser() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.HistoricIdentityLinkLog
-
The id of the task associated with this identity link.
- 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.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricIdentityLinkLogEventEntity
-
- 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.UserOperationLogContextEntry
-
- 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 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
-
- getTaskInvolvedGroup() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTaskInvolvedUser() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
-
Returns the name of the task
- getTaskName() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTaskName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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
-
- getTaskPriority() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTaskReportManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getTaskReportManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getTasks() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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
-
- 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
-
- 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
-
- getTenant() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getTenantCheck() - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- getTenantCheck() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- getTenantCheck() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- getTenantCheck() - Method in class org.camunda.bpm.engine.impl.TaskReportImpl
-
- getTenantId() - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
-
- getTenantId() - Method in interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
-
- getTenantId() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getTenantId() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getTenantId() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
-
- getTenantId() - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Return the id of the tenant this execution belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
Return the id of the tenant this task belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getTenantId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getTenantId() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReportResult
-
Returns the tenant id of the current case instances.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReportResult
-
Returns the tenant id of the current decision instances.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReportResult
-
Returns the tenant id of the current process instances.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstance
-
The id of the tenant this historic activity instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstance
-
The id of the tenant this historic case activity instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstance
-
The id of the tenant this historic case instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstance
-
The id of the tenant this historic decision instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The id of the tenant this historic detail belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the id of the tenant this external task log entry belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the id of the related tenant
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricIncident
-
Returns the id of the tenant this incident belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricJobLog
-
Returns the id of the tenant this job log entry belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
The id of the tenant this historic process instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstance
-
The id of the tenant this historic task instance belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceReportResult
-
Returns the id of the tenant task
- getTenantId() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
The id of the tenant this variable belongs to.
- getTenantId() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- getTenantId(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- getTenantId(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CaseTaskItemHandler
-
- getTenantId(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- getTenantId(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessTaskItemHandler
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessApplicationDeploymentImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- getTenantId() - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
-
- getTenantId() - Method in interface org.camunda.bpm.engine.management.JobDefinition
-
The id of the tenant this job definition belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.repository.Deployment
-
Returns the id of the tenant this deployment belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
The id of the tenant this definition belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.CaseExecution
-
The id of the tenant this case execution belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscription
-
The id of the tenant this event subscription belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.Execution
-
The id of the tenant this execution belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.Incident
-
Returns the id of the tenant this incident belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.Job
-
The id of the tenant this job belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.runtime.VariableInstance
-
The id of the tenant this variable belongs to.
- getTenantId() - Method in interface org.camunda.bpm.engine.task.IdentityLink
-
The id of the tenant associated with this identity link.
- getTenantId() - Method in interface org.camunda.bpm.engine.task.Task
-
Returns the task's tenant id or null in case this task does not belong to a tenant.
- getTenantIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- getTenantIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- getTenantIdIn() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- getTenantIdProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getTenantIdProvider() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.identity.Authentication
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- getTenantIds() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- getTenantManager() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- getTenantManager() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- getTenantManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getTenantResourceWhitelistPattern() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- getTerminated() - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityStatistics
-
The number of terminated case activity instances.
- getTerminated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- 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
-
- getTextValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getTextValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.HistoricDecisionInputInstanceEntity
-
- getTextValue2() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
Deprecated.
- getThreadLogMode() - Static method in class org.camunda.bpm.engine.impl.util.LogUtil
-
Deprecated.
- 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
-
- getThursdayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getThursdayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getTime() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The time when this detail occurred
- getTime() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
Returns the time of identity link event (Creation/Deletion)
- getTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricFormPropertyEventEntity
-
- getTime() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- 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 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
-
- getTimeoutListener(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getTimeoutListenerDeclarationsForScope(PvmScope) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- getTimeoutTaskListener(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- getTimerElementKey() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- getTimerElementSecondaryKey() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- getTimes() - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- getTimestamp() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the time when this
log occurred.
- 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.HistoricExternalTaskLogEntity
-
- 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.impl.persistence.entity.MetricIntervalEntity
-
- getTimestamp() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- getTimestamp() - Method in interface org.camunda.bpm.engine.management.MetricIntervalValue
-
Returns the timestamp as date object, on which the metric was created.
- getTimestamp() - Method in interface org.camunda.bpm.engine.management.SchemaLogEntry
-
The creation date of this schema log entry.
- getTimeZone() - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getToken() - Method in class org.camunda.bpm.engine.impl.juel.Parser
-
- getToken() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
-
- getTopicName() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getTopicName() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getTopicName() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the topic name of the associated external task.
- getTopicName() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getTopicName() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- getTopicName() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getTopicName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getTopicName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- getTopMostScope(List<ScopeImpl>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- 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
-
- getTotalJobs() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getTotalJobs() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- getTotalJobs() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getTotalJobs() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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
-
- getTransactionManagerJndiName() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
-
- getTransformer() - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- getTransformer() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- getTransformer() - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- 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.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- getTransitionInstance() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- getTransitionInstanceHandler() - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- getTransitionInstanceId() - Method in class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
-
- getTransitionInstanceId() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- getTransitionInstanceId() - Method in interface org.camunda.bpm.engine.migration.MigratingTransitionInstanceValidationReport
-
- getTransitionInstanceReports() - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- getTransitionInstanceReports() - Method in interface org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationReport
-
- 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
-
- getTransitionsToTake() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- getTTLByBatchOperation(String) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- getTuesdayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getTuesdayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getType() - Method in interface org.camunda.bpm.engine.batch.Batch
-
- getType() - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatch
-
- 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.history.HistoricIdentityLinkLog
-
Returns the type of link (Candidate or Assignee or Owner).
- getType() - Method in interface org.camunda.bpm.engine.identity.Group
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstancesJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstancesJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateJobHandler
-
- 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.dmn.batch.DeleteHistoricDecisionInstancesJobHandler
-
- 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.VariableContextElResolver
-
- 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() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- getType() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- 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
-
- 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
-
- 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 class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandler
-
- 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() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerTaskListenerJobHandler
-
- 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.migration.batch.MigrationBatchJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- 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.ResourceEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- getType() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- 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
-
- getType() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- 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
-
- getTypedValue() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
- getTypedValue() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
- getTypedValue() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
- 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.SimpleVariableInstance
-
- getTypedValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getTypedValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.util.TypedValueField
-
- getTypedValue(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- 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.
- 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 interface org.camunda.bpm.engine.form.FormField
-
- getTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInputInstance
-
Returns the type name of the variable
- getTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
Returns the type name of the variable
- 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.DecisionTaskActivityBehavior
-
- 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.history.event.HistoricDecisionInputInstanceEntity
-
- getTypeName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.util.TypedValueField
-
- 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
- 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
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.BatchPermissions
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.OptimizePermissions
-
Deprecated.
- getTypes() - Method in interface org.camunda.bpm.engine.authorization.Permission
-
returns the resource types which are allowed for this permission
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.Permissions
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.ProcessDefinitionPermissions
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.ProcessInstancePermissions
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.TaskPermissions
-
- getTypes() - Method in enum org.camunda.bpm.engine.authorization.UserOperationLogCategoryPermissions
-
- getUndeploymentSteps() - Method in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- GetUnlockedTimersByDuedateCmd - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- GetUnlockedTimersByDuedateCmd(Date, Page) - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.GetUnlockedTimersByDuedateCmd
-
- getUnresolvedEventName() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
Returns the name of the event without evaluating the possible expression that it might contain.
- 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
-
- getUrl() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- 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() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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
-
- 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.HistoricDecisionInstance
-
The user ID in case the decision was evaluated by an authenticated user using the decision service
outside of an execution context.
- getUserId() - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
-
If the identity link involves a user, then this will be a non-null id of a user.
- 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.HistoricIdentityLinkLogQueryImpl
-
- getUserId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- getUserId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- 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.impl.persistence.entity.MembershipEntity
-
- getUserId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- getUserId() - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- 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.
- 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
-
- getUsername() - Method in interface org.camunda.bpm.engine.impl.identity.Account
-
- getUsername() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
-
- getUserOperationId() - Method in interface org.camunda.bpm.engine.history.HistoricDetail
-
The id of operation.
- getUserOperationId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- getUserOperationLogManager() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractManager
-
- getUserOperationLogOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
- getUserOperationLogOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskPriorityCmd
-
- getUserOperationLogOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskRetriesCmd
-
- getUserOperationLogOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.UnlockExternalTaskCmd
-
- getUserOperationLogPropertyChanges(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.ExternalTaskCmd
-
- getUserOperationLogPropertyChanges(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskPriorityCmd
-
- getUserOperationLogPropertyChanges(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskRetriesCmd
-
- getUserOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- getUserOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.ActivateBatchCmd
-
- getUserOperationType() - Method in class org.camunda.bpm.engine.impl.cmd.SuspendBatchCmd
-
- 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
-
- getUserResourceWhitelistPattern() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- getValidationReport() - Method in exception org.camunda.bpm.engine.migration.MigratingProcessInstanceValidationException
-
A report with all instructions that cannot be applied to the given process instance
- getValidationReport() - Method in exception org.camunda.bpm.engine.migration.MigrationPlanValidationException
-
A report with all invalid instructions
- 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.jmx.services.JmxManagedBpmPlatformPlugins
-
- 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 enum org.camunda.bpm.engine.authorization.BatchPermissions
-
- getValue() - Method in enum org.camunda.bpm.engine.authorization.OptimizePermissions
-
Deprecated.
- 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() - Method in enum org.camunda.bpm.engine.authorization.ProcessDefinitionPermissions
-
- getValue() - Method in enum org.camunda.bpm.engine.authorization.ProcessInstancePermissions
-
- getValue() - Method in enum org.camunda.bpm.engine.authorization.TaskPermissions
-
- getValue() - Method in enum org.camunda.bpm.engine.authorization.UserOperationLogCategoryPermissions
-
- 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.HistoricDecisionInputInstance
-
Returns the value of this variable instance.
- getValue() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
Returns the value of this variable instance.
- 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.BaseCallableElement.CallableElementBinding
-
- getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.DefaultCallableElementTenantIdProvider
-
- 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(VariableContext) - Method in class org.camunda.bpm.engine.impl.dmn.el.ProcessEngineElExpression
-
- 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, BaseDelegateExecution) - Method in interface org.camunda.bpm.engine.impl.el.Expression
-
- getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.FixedValue
-
- getValue(VariableScope, BaseDelegateExecution) - Method in class org.camunda.bpm.engine.impl.el.FixedValue
-
- getValue(VariableScope) - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
-
- getValue(VariableScope, BaseDelegateExecution) - 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.VariableContextElResolver
-
- 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() - Method in exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
- getValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- getValue() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- getValue() - Method in class org.camunda.bpm.engine.impl.identity.IdentityOperationResult
-
- 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.MetricIntervalEntity
-
- getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.PropertyEntity
-
- getValue() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- 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 interface org.camunda.bpm.engine.management.MetricIntervalValue
-
Returns the value of the metric.
- getValue() - Method in interface org.camunda.bpm.engine.repository.ResourceType
-
returns the unique numeric value of the type.
- getValue() - Method in enum org.camunda.bpm.engine.repository.ResourceTypes
-
- 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.test.mock.MockElResolver
-
- 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
-
- 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
-
- 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
-
- 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 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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariable(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- 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(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.
- getVariableDeletions() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
-
- getVariableEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
-
- getVariableEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- getVariableEvent() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- getVariableEventQueue() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- getVariableEvents() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- 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 class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getVariableInstanceFactory() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
-
- 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
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CaseExecutionImpl
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- getVariableInstanceLifecycleListeners() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
-
- 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 class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- getVariableInstancesLocal() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- getVariableInstancesLocal(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- getVariableInstancesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- 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 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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.
- getVariableLocalDeletions() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
-
- 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 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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariableLocalTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- 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
-
- getVariableLocalTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
- 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.
- 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() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance
-
The name of the output variable.
- 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.bpmn.parser.ConditionalEventDefinition
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryImpl
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- 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.HistoricDecisionOutputInstanceEntity
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingVariableInstance
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- getVariableName() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- 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 class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- getVariableNames() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- getVariableNames() - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- getVariableNamesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getVariableNamesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariableNamesLocal() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- getVariableOnParts() - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
-
- getVariablePersistenceListener() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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 interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DataAssociation
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- getVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionVariableSnapshotObserver
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- getVariables() - Method in interface org.camunda.bpm.engine.impl.pvm.PvmExecution
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- getVariables() - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- 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.SignalEventReceivedBuilderImpl
-
- 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 interface org.camunda.bpm.engine.runtime.MessageCorrelationResultWithVariables
-
Returns the process variables of the process instance on which the message
was correlated to.
- getVariables() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceWithVariables
-
Returns the latest variables of the process instance.
- 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
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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
-
- getVariableSerializers() - Method in class org.camunda.bpm.application.AbstractProcessApplication
-
- getVariableSerializers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getVariablesInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- getVariablesInternal() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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(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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariablesLocalTyped(boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- 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.
- getVariablesMap() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- getVariablesMap(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- getVariablesToFetch() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- 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
-
- 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() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- getVariablesTyped(boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- 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
- 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 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.core.variable.scope.VariableScopeLocalAdapter
-
- getVariableTyped(String, boolean) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableScopeLocalAdapter
-
- 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
-
- getVariableTyped(String, String, boolean) - Method in interface org.camunda.bpm.engine.RuntimeService
-
- 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.
- getVariableTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
Deprecated.
- getVariableTypeName() - Method in interface org.camunda.bpm.engine.history.HistoricVariableUpdate
-
- 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
-
- getVariableValuesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- getVariableValuesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- 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.CallingTaskActivityBehavior
-
- 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.CallingTaskItemHandler
-
- 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.DecisionTaskItemHandler
-
- 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.BaseCallableElement
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- getVersion() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- getVersion() - Method in interface org.camunda.bpm.engine.management.SchemaLogEntry
-
The schema version.
- getVersion() - Method in interface org.camunda.bpm.engine.repository.ResourceDefinition
-
version of this definition
- getVersionTag(VariableScope) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getVersionTag() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- getVersionTag() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getVersionTag() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- getVersionTag() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- getVersionTag() - Method in interface org.camunda.bpm.engine.repository.DecisionDefinition
-
Version tag of the decision definition.
- getVersionTag() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
-
Version tag of the process definition.
- getVersionTagLike() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- getVersionTagValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getVersionValueProvider() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- getViolatedPermissionName() - Method in class org.camunda.bpm.engine.authorization.MissingAuthorization
-
- getViolatedPermissionName() - Method in exception org.camunda.bpm.engine.AuthorizationException
-
- getViolatedRules() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyResult
-
List of all rules that were violated during the check.
- getViolatedRules() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- getVirtualFileForUrl(URL) - Method in class org.camunda.bpm.container.impl.deployment.scanning.VfsProcessApplicationScanner
-
- getWaitIncreaseFactor() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- getWaitTime() - Method in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- getWaitTime() - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionStrategy
-
- 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
-
- getWarnings() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ResourceReportImpl
-
- getWarnings() - Method in interface org.camunda.bpm.engine.ResourceReport
-
Returns list of warnings in this report
- getWaypoints() - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
-
- getWaypoints() - Method in class org.camunda.bpm.engine.repository.DiagramEdge
-
- getWednesdayHistoryCleanupBatchWindowEndTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- getWednesdayHistoryCleanupBatchWindowStartTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- getWithOverridingJobPriority() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- getWorkerId() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- getWorkerId() - Method in interface org.camunda.bpm.engine.externaltask.LockedExternalTask
-
- getWorkerId() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns the id of the worker that fetched the external task most recently.
- getWorkerId() - Method in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- getWorkerId() - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- getWorkerId() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- getWorkerId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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
-
- 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
-
- grantGroupPermissions(String, String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPluginLogger
-
- grantUserPermissions(String, String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPluginLogger
-
- 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
-
- 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.engine.impl.persistence.entity.TenantMembershipEntity
-
- GROUP_ID - Static variable in interface org.camunda.bpm.engine.impl.GroupQueryProperty
-
- GROUP_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- GROUP_ID - Static variable in interface org.camunda.bpm.engine.impl.TenantQueryProperty
-
- 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
-
- groupByKeyAndTenant(List<ProcessDefinition>) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- 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.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given group id.
- groupId(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only select
Group
s 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.CreateTenantGroupMembershipCmd
-
- groupId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkCmd
-
- groupId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteIdentityLinkForProcessDefinitionCmd
-
- groupId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTenantGroupMembershipCmd
-
- groupId(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- groupId - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- groupId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- groupId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- 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.TenantQueryImpl
-
- groupId - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- 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
Group
s 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
-
- groupIds - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
-
- groupIds - Variable in class org.camunda.bpm.engine.impl.cmd.AuthorizationCheckCmd
-
- groupIncidentIdsByExecutionId(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- groupMember(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only selects
Group
s where the given user is a member of.
- groupMember(String) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Only select
Tenant
s where the given group is member of.
- groupMember(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- groupMember(String) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- 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
- groupName(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only select
Group
s with the given name.
- groupName(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- groupName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- groupNameLike(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only select
Group
s 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
Group
s.
- 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
.
- groupResourceWhitelistPattern - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
A parameter used for defining acceptable values for the Group IDs.
- Groups - Interface in org.camunda.bpm.engine.authorization
-
Holds the set of built-in user identities for camunda BPM.
- groupType(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only select
Group
s which have the given type.
- groupType(String) - Method in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- gsonMapper - Static variable in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- I_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- I_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- id - Variable in class org.camunda.bpm.engine.impl.AuthorizationQueryImpl
-
- id - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- ID - Static variable in interface org.camunda.bpm.engine.impl.BatchQueryProperty
-
- id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Error
-
- id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.MessageDefinition
-
- id - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- id - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- id - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- ID - Static variable in interface org.camunda.bpm.engine.impl.ExternalTaskQueryProperty
-
- 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 exception org.camunda.bpm.engine.impl.form.validator.FormFieldValidatorException
-
bpmn element id
- id - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricBatchQueryProperty
-
- id - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- 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
-
- 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.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.HistoricCaseActivityStatisticsImpl
-
- 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.MembershipEntity
-
To handle a MemberhipEntity in the cache, an id is necessary.
- 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.SchemaLogEntryEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- id - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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.TenantQueryImpl
-
- id - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- id - Variable in class org.camunda.bpm.engine.repository.DiagramElement
-
- 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
-
- 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
-
- IDENTITY_LINK_ADD - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- IDENTITY_LINK_DELETE - Static variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- 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.
- identityLinkChanges - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- IdentityOperationResult - Class in org.camunda.bpm.engine.impl.identity
-
Holds the result of an
IdentityService
operation including the
operation that was executed and optionally a resulting value.
- IdentityOperationResult(Serializable, String) - Constructor for class org.camunda.bpm.engine.impl.identity.IdentityOperationResult
-
- 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
- IdentityService - Interface in org.camunda.bpm.engine
-
- 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.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.AbstractDefinitionDeployer
-
- IdGenerator - Interface in org.camunda.bpm.engine.impl.cfg
-
generates
IdBlock
s 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.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
-
- idleIncreaseFactor - Variable in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- idleLevel - Variable in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- ids - Variable in class org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
- IDS - Static variable in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- ids - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- ids - Variable in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- 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
-
- ignoredSentryWithInvalidParts(String) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- ignoredSentryWithMissingCondition(String) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- ignoredUnsupportedAttribute(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- ignoringEventSubscription(EventSubscriptionEntity, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- ignoringNonExecutableProcess(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseLogger
-
- ignoringSuspendedJob(ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- illegalStateTransitionException(String, String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- illegalValueForResumePreviousByProperty(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- illegalValueForUserIdException(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- impossibleTransitionException(String, String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- 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 - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- 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_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
-
- INCIDENT_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
-
- INCIDENT_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- INCIDENT_MESSAGE - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
-
- INCIDENT_MESSAGE - 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 - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
-
- 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
-
- IncidentContext - Class in org.camunda.bpm.engine.impl.incident
-
- IncidentContext() - Constructor for class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- IncidentContext(Incident) - Constructor for class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- incidentCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
-
- 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.
- incidentHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- 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.cmd.ResolveIncidentCmd
-
- 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(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.
- incidentIds - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- incidentIds - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
-
- IncidentInstanceHandler - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
- IncidentInstanceHandler() - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.IncidentInstanceHandler
-
- IncidentLogger - Class in org.camunda.bpm.engine.impl.incident
-
- IncidentLogger() - Constructor for class org.camunda.bpm.engine.impl.incident.IncidentLogger
-
- IncidentManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- IncidentManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IncidentManager
-
- incidentMessage(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
-
Only select historic incidents which have the given incident message.
- incidentMessage(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with 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.HistoricProcessInstanceQueryImpl
-
- incidentMessage(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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(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(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances which had an incident message like the given value.
- 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.HistoricProcessInstanceQueryImpl
-
- incidentMessageLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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
-
- 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
-
- incidents - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- incidents(Collection<IncidentEntity>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- incidents - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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
-
- 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.
- IncidentStatisticsEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- IncidentStatisticsEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
-
- incidentStatus(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with incident status either 'open' or 'resolved'.
- incidentStatus - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- incidentStatus(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- incidentTimestamp - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- incidentType(String) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
-
Only select historic incidents which have the given incident type.
- incidentType(String) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only selects process instances with the given incident type.
- incidentType - Variable in class org.camunda.bpm.engine.impl.cmd.CreateIncidentCmd
-
- 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.HistoricProcessInstanceQueryImpl
-
- incidentType(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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(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
-
- includeCaseDefinitionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- includeCaseDefinitionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
-
Select case definitions which have no tenant id.
- 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
-
- includeDecisionDefinitionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- includeDecisionDefinitionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Select decision definitions which have no tenant id.
- includeDecisionRequirementsDefinitionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- includeDecisionRequirementsDefinitionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Select decision requirements definition which have no tenant id.
- includeDefinitionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- includeDefinitionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- includeDefinitionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- includeDefinitionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- includeDeleted() - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
-
Include variables that has been already deleted during the execution
- includeDeleted - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- includeDeleted() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- includeDeploymentsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- includeDeploymentsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- includeDeploymentsWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
-
Select deployments which have no tenant id.
- includeEventSubscriptionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- includeEventSubscriptionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- includeEventSubscriptionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
-
Select subscriptions which have no tenant id.
- 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() - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
-
Include an aggregation of the incidents in the result.
- 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.HistoricActivityStatisticsQueryImpl
-
- includeIncidents() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- 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.
- includeInput - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- includeInputs() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
- includeInputs() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- includeJobDefinitionsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- includeJobDefinitionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- includeJobDefinitionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
-
Select job definitions which have no tenant id.
- includeJobs - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- includeJobs - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- includeJobs(boolean) - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- includeJobs(boolean) - Method in interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilder
-
Specify if the suspension states of the jobs of the provided job
definitions should also be updated.
- includeJobsWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- includeJobsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- includeJobsWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Select jobs which have no tenant id.
- includeOutputs() - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
- includeOutputs - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- includeOutputs() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- includeProcessDefinitionsWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- includeProcessDefinitionsWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
-
Select process definitions which have no tenant id.
- includeProcessInstances - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- includeProcessInstances - Variable in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- includeProcessInstances(boolean) - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- includeProcessInstances(boolean) - Method in interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilder
-
Specify if the suspension states of the process instances of the provided
process definitions should also be updated.
- includeRootIncidents - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
-
- includeRootIncidents() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionStatisticsQueryImpl
-
- includeRootIncidents() - Method in interface org.camunda.bpm.engine.management.ProcessDefinitionStatisticsQuery
-
Include an aggregation of root incidents only
- includeSubResources - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- includingGroups - Variable in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- includingGroupsOfUser(boolean) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Selects the
Tenant
s which belongs to one of the user's groups.
- includingGroupsOfUser(boolean) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- 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
-
- incomingTransitions - Variable in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
- incompatibleTypeForFieldDeclaration(FieldDeclaration, Object, Field) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- inContextOf(JobEntity) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(JobDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(TaskEntity, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(HistoricTaskInstance, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(ExecutionEntity, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(HistoryEvent, ResourceDefinitionEntity<?>, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(HistoricVariableInstanceEntity, ResourceDefinitionEntity<?>, List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- inContextOf(ExternalTaskEntity, ExecutionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- incorrectlyUsedSignalException(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- incrementCountEmptyRuns(HistoryCleanupJobHandlerConfiguration, JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- incrementCountRetries() - Method in class org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
-
- 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
-
- INDENTITY_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- IndentityLogger - Class in org.camunda.bpm.engine.impl.identity
-
- IndentityLogger() - Constructor for class org.camunda.bpm.engine.impl.identity.IndentityLogger
-
- indexInstruction(ValidatingMigrationInstruction) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- infoException(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.ContextLogger
-
- infoUserPermanentlyLocked(String) - Method in class org.camunda.bpm.engine.impl.identity.IndentityLogger
-
- infoUserTemporarilyLocked(String, Date) - Method in class org.camunda.bpm.engine.impl.identity.IndentityLogger
-
- init() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
-
- init() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- init(AtomicOperation, ExecutionEntity, boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- init(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- init(CommandContext, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- init(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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).
- initActivityIds(List<DelayedVariableEvent>, Map<PvmExecutionImpl, String>, Map<PvmExecutionImpl, String>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Initializes the given maps with the target scopes and current activity id's and activity instance id's.
- initActivityInstanceEvent(HistoricActivityInstanceEventEntity, ExecutionEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- initActivityInstanceEvent(HistoricActivityInstanceEventEntity, MigratingActivityInstance, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- initActivityInstanceEvent(HistoricActivityInstanceEventEntity, ExecutionEntity, PvmScope, String, String, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- initActualCommandExecutor() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initAdminGroups() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initAdminUser() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initArtifactFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initBatchHandlers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initBatchOperationsHistoryTimeToLive() - 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
-
- initCacheFactory() - 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) - 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
-
- initCleanupHandler(HistoryCleanupJobHandlerConfiguration, CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandler
-
- initCmmnHistoryEventProducer() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initCommandCheckers() - 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
-
- initConditionHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initCorrelationHandler() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- initDecisionInstanceEvent(HistoricDecisionInstanceEntity, DmnDecisionLogicEvaluationEvent, HistoryEventTypes) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- initDecisionInstanceEvent(HistoricDecisionInstanceEntity, DmnDecisionLogicEvaluationEvent, HistoryEventTypes, HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- initDecisionInstanceEventForDecisionLiteralExpression(HistoricDecisionInstanceEntity, DmnDecisionLiteralExpressionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- initDecisionInstanceEventForDecisionTable(HistoricDecisionInstanceEntity, DmnDecisionTableEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- initDefaultCharset() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initDefaultMetrics(MetricsRegistry) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initDefaultUserPermissionForTask() - 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
-
- initDeployment(DeploymentEntity, String...) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CacheDeployer
-
- initDeploymentHandlerFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initDeploymentRegistration() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initDmnEngine() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initDmnHistoryEventProducer() - 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) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- initExpressionManager() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initExternalTaskPriorityProvider() - 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
-
- initHistoricExternalTaskLog(ExternalTaskEntity, ExternalTaskState) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- initHistoricIdentityLinkEvent(HistoricIdentityLinkLogEventEntity, IdentityLink, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- 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
-
- initHistoryCleanup() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initHistoryCleanupStrategy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- initHistoryRemovalTime() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initHistoryRemovalTimeProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initHistoryRemovalTimeStrategy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initHistoryTimeToLive() - 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
-
- INITIAL_ACTIVITY - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- INITIAL_VARIABLES - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- initialActivityStacks - Variable in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- initialAttachments - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
-
- initialize() - Method in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
- 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.
- initializeAcquisitionContext() - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
-
- initializeAcquisitionStrategy() - Method in class org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable
-
- initializeActivity(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- 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.DecisionTaskItemHandler
-
- 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.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
-
- 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, BaseCallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- 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.CallingTaskItemHandler
-
- initializeCallableElement(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
-
- initializeCaseControlRule(ConditionExpression, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- 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
-
- initializeConfiguration(ExecutionEntity, TimerEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- initializeDecisionTableResultMapper(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- initializeDefinitionKey(CmmnElement, CmmnActivity, CmmnHandlerContext, BaseCallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- 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
-
- initializeExecution(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- 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
-
- initializeInputInstances(Collection<HistoricDecisionInstanceEntity>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- initializeInputParameter(CmmnElement, CmmnActivity, CmmnHandlerContext, CallableElement) - 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
-
- initializeMaxLevels() - Method in class org.camunda.bpm.engine.impl.jobexecutor.BackoffJobAcquisitionStrategy
-
- 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
-
- initializeOutputInstances(Collection<HistoricDecisionInstanceEntity>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- initializeOutputParameter(CmmnElement, CmmnActivity, CmmnHandlerContext, CallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ProcessOrCaseTaskItemHandler
-
- 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.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
-
- initializeResultVariable(CmmnElement, CmmnActivity, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DecisionTaskItemHandler
-
- initializeRetries(JobEntity, int) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- initializeScope(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
-
- initializeScope(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
-
- initializeScope(ActivityExecution, int) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ModificationObserverBehavior
-
Implement to customize initialization of the scope.
- initializeScript(CmmnElement, CmmnActivity, CmmnHandlerContext, CamundaScript) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- 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
-
- initializeTenantId(CmmnElement, CmmnActivity, CmmnHandlerContext, BaseCallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- initializeTimerDeclaration(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- 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
-
- 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
-
- initializeVariableOnPart(CamundaVariableOnPart, CmmnSentryDeclaration, CmmnHandlerContext) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
-
- initializeVariableOnParts(CmmnElement, CmmnSentryDeclaration, CmmnHandlerContext, List<CamundaVariableOnPart>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.SentryHandler
-
- initializeVariableStore(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- initializeVersion(CmmnElement, CmmnActivity, CmmnHandlerContext, BaseCallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CallingTaskItemHandler
-
- initializingProcessEngine(String) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- initializingProcessEngineForResource(URL) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- initialSetOfVariables() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- initialSetOfVariables() - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
Sets the initial set of variables during restart.
- initialVariables - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- initialVariables - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- initIdentityProviderSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- initJobProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initJpa() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMetrics() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMetricsCollectionTask() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
-
- initMigratingActivityInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigratingCompensationInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigratingTransitionInstanceValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigration() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigrationActivityMatcher() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigrationInstructionGenerator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initMigrationInstructionValidators() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initPasswordDigest() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initPasswordPolicy() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initPermissionProvider() - 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
-
- initProcessEngineFromSpringResource(URL) - Static method in class org.camunda.bpm.engine.ProcessEngines
-
- initProcessInstanceEvent(HistoricProcessInstanceEventEntity, ExecutionEntity, HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- initResourceAuthorizationProvider() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- initSqlSessionFactoryProperties(Properties, String, String) - Static 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
-
- initTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
-
- initTransactionContextFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initTransactionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initTransactionManager() - Method in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
-
- initTypeValidator() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- initUserOperationLogEvent(UserOperationLogEntryEventEntity, UserOperationLogContext, UserOperationLogContextEntry, 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
-
- INPUT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- INPUT_GROUP_CLASS - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- 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
-
- inputs - Variable in class org.camunda.bpm.engine.impl.core.model.CallableElement
-
- inputs - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- 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() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- insert(ExternalTaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- insert() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- 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() - 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
-
- insertAndHintJobExecutor(JobEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
-
- insertBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.BatchManager
-
- insertByteArray(ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayManager
-
- 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
-
- insertDecisionDefinition(DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionManager
-
- insertDecisionRequirementsDefinition(DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionManager
-
- insertDeployment(DeploymentEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentManager
-
- 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
-
- insertEntity(DbEntityOperation) - Method in class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- 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
-
- insertHistoricDecisionEvaluationEvent(HistoricDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
-
- insertHistoricDecisionInputInstances(List<HistoricDecisionInputInstance>, String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- insertHistoricDecisionInstance(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- insertHistoricDecisionInstances(HistoricDecisionEvaluationEvent) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- insertHistoricDecisionOutputInstances(List<HistoricDecisionOutputInstance>, String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- 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.
- INSTANCE - Static variable in interface org.camunda.bpm.container.RuntimeContainerDelegate
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd.ExecutionIdComparator
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.core.variable.scope.CmmnVariableInvocationListener
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance.SimpleVariableInstanceFactory
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
-
- 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.json.MigrationBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.migration.validation.activity.NoCompensationHandlerActivityValidator
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedActivityValidator
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedPassiveEventTriggerActivityValidator
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntityFactory
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntityPersistenceListener
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceHistoryListener
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceSequenceCounterListener
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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.RestartProcessInstancesBatchConfigurationJsonConverter
-
- INSTANCE - Static variable in class org.camunda.bpm.engine.impl.util.xml.Parser
-
- INSTANCE_ID - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- instanceBehavior - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- instanceCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
-
- 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
-
- 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
-
- instantiateConcurrent(ExecutionEntity, List<PvmActivity>, CoreModelElement) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractInstantiationCmd
-
- 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
-
- instantiateDelegateClass(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- instantiateJobExecutor(Class<? extends JobExecutor>) - Method in class org.camunda.bpm.container.impl.deployment.jobexecutor.StartJobAcquisitionStep
-
- instantiateProcess(CommandContext, CorrelationHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- instantiateProcess(CommandContext, ConditionHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.EvaluateStartConditionCmd
-
- instantiateScopes(MigratingScopeInstance, MigratingScopeInstanceBranch, List<ScopeImpl>) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstanceVisitor
-
- instantiateScopes(MigratingScopeInstance, MigratingScopeInstanceBranch, List<ScopeImpl>) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceVisitor
-
- instantiateScopes(MigratingScopeInstance, MigratingScopeInstanceBranch, List<ScopeImpl>) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigrationCompensationInstanceVisitor
-
- instantiateScopes(List<PvmActivity>, boolean, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Instantiates the given set of activities and returns the execution for the bottom-most activity
- instantiateSessionException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- instantiationBuilder - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceAtActivitiesCmd
-
- instantiationBuilder - Variable in class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
-
- 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>) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
- 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
-
- instructionReports - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationPlanValidationReportImpl
-
- instructions - Variable in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- INSTRUCTIONS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- INSTRUCTIONS - Static variable in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- instructions - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- instructions - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- instructions - Variable in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- instructions - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- instructions - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- instructions - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- INSTRUCTIONS - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- instructionsBySourceScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- instructionsBySourceScope - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- instructionsByTargetScope - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- IntegerValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
-
- IntegerValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.IntegerValueSerializer
-
- INTERMEDIATE_EVENT_CATCH - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_COMPENSATION_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_CONDITIONAL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_ESCALATION_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_LINK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_MESSAGE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_MESSAGE_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_NONE_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_SIGNAL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_SIGNAL_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_THROW - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_EVENT_TIMER - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- INTERMEDIATE_SIGNAL_THROW - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- INTERMEDIATE_TIMER - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- IntermediateCatchEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- IntermediateCatchEventActivityBehavior(boolean) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
- IntermediateCatchLinkEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- IntermediateCatchLinkEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchLinkEventActivityBehavior
-
- IntermediateConditionalEventBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- IntermediateConditionalEventBehavior(ConditionalEventDefinition, boolean) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateConditionalEventBehavior
-
- IntermediateThrowNoneEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- IntermediateThrowNoneEventActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateThrowNoneEventActivityBehavior
-
- internallyTerminated() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are internallyTerminated.
- internallyTerminated() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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
-
- interruptedWhileShuttingDownjobExecutor(InterruptedException) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- interruptedWhileShuttingDownThreadPool(InterruptedException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- INTERRUPTING - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- interrupting - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- interruptingExecution(String, boolean) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- intersect(Set<ExecutionEntity>, String[]) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
- interval - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- interval() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- interval(long) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- interval() - Method in interface org.camunda.bpm.engine.management.MetricsQuery
-
Returns the metrics summed up and aggregated on a time interval.
- interval(long) - Method in interface org.camunda.bpm.engine.management.MetricsQuery
-
Returns the metrics summed up and aggregated on a time interval.
- INVALID_DATE_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- INVALID_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- invalidAmountException(String, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- invalidBatchOperation(String, String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidBitNumber(int) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- invalidConfigCannotFindTransactionManger(String, NamingException) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidConfigDefaultUserPermissionNameForTask(String, String[]) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidConfigTransactionManagerIsNull() - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidDeploymentDescriptorLocation(String, MalformedURLException) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- invalidPropertyValue(String, String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidPropertyValue(String, String, String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidPropertyValue(String, String, Exception) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- invalidResourceForAuthorization(int, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- invalidResourceForPermission(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- invalidVariableTypeException(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- InvocationContext - Class in org.camunda.bpm.application
-
The context of an invocation.
- InvocationContext(BaseDelegateExecution) - Constructor for class org.camunda.bpm.application.InvocationContext
-
- invocationResult - Variable in class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
-
- invocationsPerBatchJob - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- invocationsPerBatchJob - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- invocationsPerBatchJob - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
Number of invocations executed by a single batch job
- 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() - 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() - Method in class org.camunda.bpm.engine.impl.dmn.invocation.DecisionInvocation
-
- 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(DecisionInvocation) - Static method in class org.camunda.bpm.engine.impl.util.DecisionEvaluationUtil
-
- 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
-
- invokeJobListener(CommandExecutor, JobFailureCollector) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobHelper
-
- invokeListener(DelegateListener) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- invokeListener(String, TaskListener) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- invokeListener(CoreExecution, String, TaskListener) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- invokeNext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- 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
-
- invokeSchemaResourceToolException(int) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- invokeTaskListenerException(Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- invokeVariableLifecycleListenersCreate(CoreVariableInstance, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableLifecycleListenersCreate(CoreVariableInstance, AbstractVariableScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableLifecycleListenersDelete(CoreVariableInstance, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableLifecycleListenersDelete(CoreVariableInstance, AbstractVariableScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableLifecycleListenersUpdate(CoreVariableInstance, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableLifecycleListenersUpdate(CoreVariableInstance, AbstractVariableScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- invokeVariableListenerException(Throwable) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- invokeVariableListeners(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- invokeVarMappingDelegation(DelegateInvocation) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- INVOLVED_USER - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- involvedUser - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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
-
- 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
-
- IoUtil - Class in org.camunda.bpm.engine.impl.util
-
- IoUtil() - Constructor for class org.camunda.bpm.engine.impl.util.IoUtil
-
- IS_HIERARCHICAL - Static variable in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- IS_OPEN_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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
-
- isActive() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutor
-
- isActive() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedJobExecutorMBean
-
- 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 interface org.camunda.bpm.engine.runtime.CaseExecution
-
Returns true
if the case execution is active.
- isActiveEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowSignalEventActivityBehavior
-
- isActiveIntermediateEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowSignalEventActivityBehavior
-
- isActivityNoStartEvent(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- isActivityWrappedInMultiInstanceBody(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- isAfterEventBasedGateway - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
- isAfterEventBasedGateway() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.IntermediateCatchEventActivityBehavior
-
- isAllVariables() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- isAlreadyInStateException(String, String, CaseExecutionState) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- isAncestorCompensationThrowing(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnActivityBehavior
-
- isAncestorFlowScopeOf(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
- 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.
- isAssigned() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isAssigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isAssignedInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isAsync(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- isAsync() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- 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(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedActivityValidator
-
- isAsync(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- 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.PvmAtomicOperationActivityLeave
-
- 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() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingAsyncJobInstance
-
- isAsyncAfter() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
Else asyncBefore
- 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() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingAsyncJobInstance
-
- isAsyncBefore() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- 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
-
- isAsyncCapable() - Method in interface org.camunda.bpm.engine.impl.pvm.runtime.AtomicOperation
-
Deprecated.
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmEventAtomicOperation
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityEnd
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityExecute
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityLeave
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCancelScope
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartConcurrent
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStartCreateScope
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationDeleteCascade
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationInterruptScope
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationProcessStart
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionCreateScope
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionDestroyScope
-
- isAsyncCapable() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerTake
-
- isAsyncContinuation(JobEntity) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.TransitionInstanceJobHandler
-
- isAsyncJobDefinition(JobDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- isAsyncTransitionInstance(TransitionInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.TransitionInstanceHandler
-
Workaround for CAM-5609: In general, only async continuations should be represented as TransitionInstances, but
due to this bug, completed multi-instances are represented like that as well.
- isAtLeastOneEntryCriterionSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerActivityBehavior
-
- isAtLeastOneEntryCriterionSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
-
- isAtLeastOneEntryCriterionSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
-
- isAtLeastOneExitCriterionSatisfied(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.EventListenerOrMilestoneActivityBehavior
-
- isAuthCheckExecuted() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isAuthenticatedTenant(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- isAuthorizationCheckEnabled - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
If true authorization check is enabled.
- isAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- isAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- 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>, PermissionCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isAuthorized(String, List<String>, CompositePermissionCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isAuthorized(CompositePermissionCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isAutoActivate - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- isAutoActivate() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- isAutoFireHistoryEvents() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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.
- isBacklogEmpty() - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
Returns true if the backlog is empty.
- 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.
- isBatchEnded(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- isBatchRunning(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- isBatchWindowConfigured(ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindowManager
-
When true, then for each date, it's possible to determine next batch window.
- isBatchWindowConfigured(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.DefaultBatchWindowManager
-
- isBatchWindowConfigured(CommandContext) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHelper
-
- isBelowPath(String, String) - Method in class org.camunda.bpm.container.impl.deployment.scanning.ClassPathProcessApplicationScanner
-
- isBinaryValue(HistoricDecisionInputInstance) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- isBinaryValue(HistoricDecisionOutputInstance) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceManager
-
- 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
-
- isBoolean(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- isBoolean(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- isBpmnResource(Resource) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- isBpmnStacktraceVerbose - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isBpmnStacktraceVerbose() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isBusinessKey() - Method in interface org.camunda.bpm.engine.form.FormField
-
- isBusinessKey() - Method in class org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
-
- isBusinessKey() - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
-
- isBusinessKey() - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
-
- isByteArrayFetchingEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isByteArrayFetchingEnabled() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.engine.impl.scripting.engine.ScriptEngineResolver
-
Allows checking whether the script engine can be cached.
- isCamundaAdmin(Authentication) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isCancelActivity() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- isCancelCurrentActiveActivityInstances() - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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.engine.impl.util.SyncFuture
-
- 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
-
- isClassNameAllowed(String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- 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
-
- 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(Resource) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- isCmmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- isCmmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- isCompact - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- isCompact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- isCompact - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isCompact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isCompact - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isCompact() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isCompensationBoundaryEvent(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameEventScopeInstructionValidator
-
- isCompensationEventSubprocess(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
-
- isCompensationHandler(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- isCompensationHandler() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
Indicates whether activity is for compensation.
- isCompensationThrowing(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.CompensationBehavior
-
- isCompensationThrowing(PvmExecutionImpl, Map<ScopeImpl, PvmExecutionImpl>) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
Returns true if the given execution is in a compensation-throwing activity but there is no dedicated scope execution
in the given mapping.
- isCompensationThrowing(PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- 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.batch.BatchEntity
-
- 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 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
-
- isCompositeExpression(String, ExpressionManager) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
-
Checks whether a
String
seams to be a composite expression or not.
- 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
-
- isConcurrentLocalInParentScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingVariableInstance
-
- isConcurrentModificationException(DbOperation, Throwable) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- 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
-
- isConditionStartEvent(EventSubscriptionDeclaration) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultConditionHandler
-
- isContainedProperty() - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
Gets the value of the property containedProperty.
- isContextSwitchLoggable() - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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.HistoricExternalTaskLog
-
Returns true
when this
log represents
the creation of the associated external task.
- 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.HistoricExternalTaskLogEntity
-
- isCreationLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- isCurrentContextExecution(BaseDelegateExecution) - Method in class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
-
- isCustomObjectDeserializationEnabled - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isCustomObjectDeserializationEnabled() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.NativeHistoricVariableInstanceQueryImpl
-
- isCustomObjectDeserializationEnabled - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- isDate(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- isDate(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- isDbContainsLicenseKey() - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- 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
-
- isDecisionRequirementsDefinitionPersistable(DecisionRequirementsDefinitionEntity) - Static method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- 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
-
- isDeleteRoot() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- isDeletionLog() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns true
when this
log represents
the deletion of the associated external task.
- 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.HistoricExternalTaskLogEntity
-
- isDeletionLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- 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
-
- isDeployedDecisionTable(DmnDecision) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryDecisionEvaluationListener
-
- isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- isDeploymentBinding() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- 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
-
- isDeploymentSynchronized - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
If true then several deployments will be processed strictly sequentally.
- isDeploymentSynchronized() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isDeserializationTypeValidationEnabled() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isDeserializedObjectValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.JPAVariableSerializer
-
- isDeserializeVariables() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- isDetached() - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingActivityInstanceBehavior
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingNonScopeActivityInstanceBehavior
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingScopeActivityInstanceBehavior
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledCaseInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledProcessInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCompensationEventSubscriptionInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingExternalTaskInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- isDetached() - Method in interface org.camunda.bpm.engine.impl.migration.instance.MigratingInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingUserTaskInstance
-
- isDetached() - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingVariableInstance
-
- 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 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
-
- isDisjunctive() - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
conjunctive else
- isDmnEnabled(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- isDmnEnabled(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- isDmnEnabled(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- isDmnEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isDmnEnabled() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- isDmnEnabled() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- isDmnEnabled() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- isDmnHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- isDmnHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- isDmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- isDmnTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- 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 class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- isEmpty() - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- isEmpty() - Method in class org.camunda.bpm.engine.impl.management.PurgeReport
-
- isEmpty() - Method in interface org.camunda.bpm.engine.impl.management.PurgeReporting
-
Returns true if the report is empty.
- isEmpty() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- isEmpty() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
-
- isEmptyFile(URL) - Method in class org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
-
- isEnableCmdExceptionLogging() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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 interface org.camunda.bpm.engine.runtime.CaseExecution
-
Returns true
if the case execution is enabled.
- isEnableExceptionsAfterUnhandledBpmnError() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- isEnableGracefulDegradationOnContextSwitchFailure() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isEnablePasswordPolicy() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isEnableReducedJobExceptionLogging() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- isEnableXxeProcessing() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isEnded(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- isEnded(HistoricProcessInstanceEntity) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- isEnded() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- 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 interface org.camunda.bpm.engine.runtime.Execution
-
Indicates if the execution is ended.
- isEndTimeAfterLastReportInterval(MetricsQueryImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- isEnforceSpecificVariablePermission() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isEngineTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- isEngineTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- isEnsureJobDueDateNotNull() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
-
- isEnsureJobDueDateNotNull() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isEnsureSpecificVariablePermission() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isEntryCriterionSatisfied() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- isEntryCriterionSatisfied() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- isEnum(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- isEnum(FormField) - Method in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- isEval() - Method in class org.camunda.bpm.engine.impl.juel.Scanner
-
- isEvent(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameEventTypeValidator
-
- isEventNameLiteralText() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- isEventOfType(HistoryEventType) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- 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.AcquirableJobEntity
-
- isExclusive() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- isExclusiveCorrelation - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- isExclusiveCorrelation() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- isExecuting - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- 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
-
- 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
Note: In most cases you should check for composite expressions.
- isExpressionAvailable() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- isExternallyTerminated() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- isExternalTaskIncident(IncidentEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.IncidentInstanceHandler
-
- 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.DbOperation
-
- isFailed() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- isFailedJobIncident(IncidentEntity) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.IncidentInstanceHandler
-
- 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
-
- isFailIfNotExists() - Method in class org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
- isFailureLog() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns true
when this
log represents
the failed execution of the associated external task.
- 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.HistoricExternalTaskLogEntity
-
- isFailureLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- isFinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- isFinished() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isFinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isFirstJobExecution(JobEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- isFollowUpJobCreated() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- isFollowUpNullAccepted() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isForceCloseMybatisConnectionPool() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isFormKeyInitialized - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- isFromSameEngine(CommandContext) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContextInterceptor
-
- isFulfilled(S) - Method in class org.camunda.bpm.engine.impl.tree.ReferenceWalker.NullCondition
-
- isFulfilled(S) - Method in interface org.camunda.bpm.engine.impl.tree.ReferenceWalker.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.
- 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
-
- isHierarchical - Variable in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- isHierarchical() - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- isHierarchical - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- isHierarchical() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- isHierarchical - Variable in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- isHierarchical() - Method in class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- isHintJobExecutor() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isHistoricByteArray(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- isHistoricDetailVariableInstanceUpdateEntity(HistoricVariableUpdate) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricVariableUpdateQueryCmd
-
- isHistoryCleanupMetricsEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isHistoryCleanupStrategyRemovalTimeBased - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isHistoryCleanupStrategyRemovalTimeBased(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandler
-
- 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, ExternalTask) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricExternalTaskLogManager
-
- isHistoryEventProduced() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogManager
-
- isHistoryEventProduced() - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricIncidentManager
-
- isHistoryEventProduced(HistoryEventType, Job) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricJobLogManager
-
- isHistoryEventProduced() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- isHistoryLevelFullEnabled - Variable in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
-
- isHistoryLevelFullEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.AbstractHistoricManager
-
- isHistoryRemovalTimeStrategyEnd() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- isHistoryRemovalTimeStrategyStart() - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- isHistoryRemovalTimeStrategyStart() - Method in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
-
- isHistoryRemovalTimeStrategyStart() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- isHistoryRemovalTimeStrategyStart() - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- isHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.AbstractPersistenceSession
-
- isHistoryTablePresent() - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- 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
-
- isIgnoreForeignKeysForNextFlush - Variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- isImmediatelyDue() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- isImmediatelyDue() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- 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
-
- isIncludeIncidents() - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- isIncludeInput() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isIncludeJobs() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- isIncludeOutputs() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isIncludeProcessInstances() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- isIncludeSubResources() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- isIncludingGroups() - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- isInInconsistentLockState() - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- isInitialEvent(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
-
- isInitialized() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- isInitialized - Static variable in class org.camunda.bpm.engine.ProcessEngines
-
- isInitializeFormKeys() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isInitialVariables() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- isInitialVariables() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- isInState(ActivityInstanceState) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- isInterrupted - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
-
- isInterrupting() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- isInterruptingTimer - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- isInterruptingTimer() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- isInvalid(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.NoUnmappedLeafInstanceValidator
-
- isInvalid(MigratingEventScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.NoUnmappedLeafInstanceValidator
-
- isInvalid(MigratingTransitionInstance) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.NoUnmappedLeafInstanceValidator
-
- isInvalid(MigratingCompensationEventSubscriptionInstance) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.NoUnmappedLeafInstanceValidator
-
- isInvokeCustomVariableListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isInvokeCustomVariableListeners() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isJavaSerializationFormatEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isJdbcBatchProcessing() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.AcquireJobsRunnable
-
- isJobAdded - Variable in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- isJobAdded() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- isJobExecutorAcquireByDueDate() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isJobExecutorAcquireByPriority() - 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.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- isLatest() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- 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.CallingTaskActivityBehavior
-
- isLatestBinding() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- isLatestProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- isLeaf(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
event-scope executions are not considered in this mapping and must be ignored
- isLeafActivity(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance.MigratingScopeActivityInstanceBehavior
-
- isLeafProcessInstances - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isLeafProcessInstances() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.delegate.Expression
-
- isLiteralText() - Method in class org.camunda.bpm.engine.impl.el.FixedValue
-
- isLiteralText() - Method in class org.camunda.bpm.engine.impl.el.JuelExpression
-
- 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
-
- isLocalVariables() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- isLogUserOperationDisabled - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- isLogUserOperationDisabled() - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- isMapEqualActivities() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- isMatchingEscalationCode(EscalationEventDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- isMessageStartEventWithName(EventSubscriptionDeclaration, String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultCorrelationHandler
-
- 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
-
- isMetricsEnabled - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isMetricsEnabled() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isMetricsEnabled() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- isMiBody(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceBodyValidator.MiBodyCollector
-
- 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.DefaultFailedJobParseListener
-
- isMultiInstance(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotAddMultiInstanceInnerActivityValidator
-
- isMultiInstance(ScopeImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.CannotRemoveMultiInstanceInnerActivityValidator
-
- isMultiInstance() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
Indicates whether activity is a multi instance activity.
- isMultiInstanceInCompensation(ActivityImpl, PvmExecutionImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- isMutable() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- isMutableValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- 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
-
- isNonInterruptingTimeoutListenerTriggeredAlready(MigratingInstanceParseContext, Map<String, Map<String, TimerDeclarationImpl>>, Map.Entry<String, TimerDeclarationImpl>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- isNonInterruptingTimerTriggeredAlready(MigratingInstanceParseContext, Map<String, TimerDeclarationImpl>, TimerDeclarationImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- isNotBlank(String) - Static method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
- isNotByteArrayVariableType(HistoricDetailVariableInstanceUpdateEntity) - Method in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeHistoricVariableUpdateQueryCmd
-
- isNoTimeoutListenerOrMigrates(JobEntity, JobHandlerConfiguration, String, Map<String, Map<String, TimerDeclarationImpl>>) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- isNotSatisfiedIfPartOnly(CmmnSentryPart) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- isNotStartableInTasklist - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isNotStartableInTasklist() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isNull(String) - Static method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
- isNull(JsonObject, String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- 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
-
- isOrQueryActive - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isOrQueryActive() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isOrQueryActive - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isOrQueryActive() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isOrQueryActive - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isOrQueryActive() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isOrQueryActive - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isOrQueryActive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isPackageAllowed(String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- isPackageAllowed(String, Collection<String>) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- isParallelMultiInstance - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- 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
-
- isPassivelyWaitingEvent(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedPassiveEventTriggerActivityValidator
-
- isPerformAsync() - Method in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- isPermissionChecksEmpty() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- isPermissionDisabled(Permission) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- isPermissionDisabled(Permission) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- 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
-
- 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
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- isProcessDefinitionTenantIdSet() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- isProcessDefinitionTenantIdSet() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- isProcessDefinitionTenantIdSet() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- isProcessDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- isProcessDefinitionTenantIdSet() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- isProcessDefinitionWithoutTenantId - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isProcessDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isProcessEngineExceptionWithoutCause(Exception) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
- isProcessFinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isProcessInstanceEnded(HistoricProcessInstanceEventEntity) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- 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
-
- isProcessInstanceOfSubprocess(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.tree.OutputVariablesPropagator
-
- isProcessInstanceRunning(HistoricProcessInstanceEventEntity) - Method in class org.camunda.bpm.engine.impl.history.DefaultHistoryRemovalTimeProvider
-
- isProcessInstanceVariable - Variable in class org.camunda.bpm.engine.impl.TaskQueryVariableValue
-
- isProcessInstanceVariable() - Method in class org.camunda.bpm.engine.impl.TaskQueryVariableValue
-
- isProcessStartJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.AsyncProcessStartMigrationValidator
-
- isProcessUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isProducePrioritizedExternalTasks() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isProducePrioritizedJobs() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.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
-
- 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.
- 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
-
- isReadLocal() - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- 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.VariableContextElResolver
-
- 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.AbstractRenderFormDelegate
-
- 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
-
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.CompositeELResolver
-
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.ListELResolver
-
- isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.impl.javax.el.MapELResolver
-
- 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
-
- 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
-
- isReadOnly(ELContext, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
-
- isRemoved(String) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
- isRemoved - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- isRemoved() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- isRepeat() - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- isRepeatable() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- isRepetition() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- 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 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 interface org.camunda.bpm.engine.runtime.CaseExecution
-
Returns true
if the case execution is required.
- isRescheduleNow - Variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- 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
-
- isResourceHandled(ResourceEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- isResourceValidForPermission(PermissionCheck) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isRestrictUserOperationLogToAuthenticatedUsers() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isRestrictUserOperationLogToAuthenticatedUsers() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- isResumePreviousVersions - Variable in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- isResumePreviousVersions() - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- isReThrowingErrorEventSubprocess(PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.helper.ErrorDeclarationForProcessInstanceFinder
-
- isReThrowingEscalationEventSubprocess(EscalationEventDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- isRevokeAuthCheckEnabled(String, List<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isRevokeAuthCheckUsed - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationManager
-
- isRevokeAuthorizationCheckEnabled - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
Indicates if the revoke authorization checks are enabled or not.
- isRevokeAuthorizationCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- isRollbackOnFailure - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation
-
- isRootDecisionInstancesOnly() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isRootProcessInstance(HistoricProcessInstanceEventEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- isRootProcessInstances - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isRootProcessInstances() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isRootProcessInstances - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isRootProcessInstances() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isSameMessageEventSubscriptionAlreadyPresent(EventSubscriptionDeclaration, String) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- 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
-
- 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
- isSentryPartsSatisfied(String, List<? extends CmmnSentryPart>) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- 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
-
- 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
-
- isServiceTaskLike(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- isShouldBeCompiled() - Method in class org.camunda.bpm.engine.impl.scripting.SourceExecutableScript
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- isSkipCustomListeners - Variable in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- isSkipCustomListeners() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- isSkipHistoryOptimisticLockingExceptions() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- isSkipIoMappings - Variable in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- isSkipIoMappings() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- 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
-
- isSkipNotifyListeners(PvmExecutionImpl) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationFireActivityEnd
-
- isSkipSubprocesses() - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- isSkipSubprocesses() - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- isSourceQueryParamEnabled() - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- isStartable(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- isStartableInTasklist - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- isStartableInTasklist() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- isStartableInTasklist - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isStartableInTasklist() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isStartableInTasklist() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinition
-
Returns true if the process definition is startable in Tasklist.
- isStartablePermissionCheck() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isStartEvent - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- isStartEvent() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- isStartEventInValidStateOrNotAsync(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- isStartEventSubscription(EventSubscriptionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowSignalEventActivityBehavior
-
- isStrategyEnd(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- isStrategyEnd(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- isStrategyEnd(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- isStrategyStart(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.BatchSetRemovalTimeJobHandler
-
- isStrategyStart(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.DecisionSetRemovalTimeJobHandler
-
- isStrategyStart(CommandContext) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- 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.
- isSubscriptionForEventType(EventType) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- 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
-
- isSubscriptionOfDifferentTypeAsDeclaration(EventSubscriptionEntity, EventSubscriptionDeclaration) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- isSuccessLog() - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLog
-
Returns true
when this
log represents
the successful execution of the associated external task.
- 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.HistoricExternalTaskLogEntity
-
- isSuccessLog() - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- isSupported(PvmAtomicOperation) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
-
- isSupportedActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedActivityValidator
-
- isSupportedEventType(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedPassiveEventTriggerActivityValidator
-
- isSuspended() - Method in interface org.camunda.bpm.engine.batch.Batch
-
Indicates whether this batch is suspended.
- isSuspended() - Method in interface org.camunda.bpm.engine.delegate.DelegateCaseExecution
-
- isSuspended() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTask
-
- isSuspended() - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.ExternalTaskEntity
-
- 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.ProcessInstanceWithVariablesImpl
-
- 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 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
-
- isSymptomOfContextSwitchFailure(Throwable, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
- isTablePresent(String) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSession
-
- isTaskNameCaseInsensitive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isTenandIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionCmd
-
- isTenandIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.cmd.EvaluateDecisionTableCmd
-
- isTenantCheckEnabled - Variable in class org.camunda.bpm.engine.impl.db.TenantCheck
-
If true
then the process engine performs tenant checks to
ensure that the query only access data that belongs to one of the
authenticated tenant ids.
- isTenantCheckEnabled() - Method in class org.camunda.bpm.engine.impl.db.TenantCheck
-
- isTenantCheckEnabled() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- isTenantCheckEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- isTenantCheckEnabled() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseInstanceBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmmn.cmd.CreateCaseInstanceCmd
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionEvaluationBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.dmn.DecisionTableEvaluationBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- isTenantIdSet() - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- isTenantIdSet - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isTenantIdSet() - 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 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
-
- isTimeoutListenerJobInTargetScope(JobHandlerConfiguration, String, Map<String, Map<String, TimerDeclarationImpl>>) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- isTimerJob(JobEntity) - Static method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceJobHandler
-
- isTopLevelActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instance.AsyncProcessStartMigrationValidator
-
- 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
-
- isTransactionNotActive() - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
- isTransactionsExternallyManaged() - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- isTransient(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
- isTransient - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
Determines whether this variable is stored in the data base.
- isTransient() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- isTriggeredByEvent() - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
- isUnassigned() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isUnassigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isUnassignedInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isUndeploymentOperation - Variable in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
-
- isUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- isUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isUnfinished() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isUpdateEventTrigger() - Method in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- isUpdateEventTrigger() - Method in interface org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstruction
-
- isUpdateEventTrigger() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- isUpdateEventTrigger() - Method in interface org.camunda.bpm.engine.migration.MigrationInstruction
-
- isUpdateEventTriggersForGeneratedInstructions() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- isUrlSafe() - Method in class org.camunda.bpm.engine.impl.digest._apacheCommonsCodec.Base64
-
Returns our current encode mode.
- isUser() - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- isUserAuthenticated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- isUserAuthenticated(ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.util.QueryMaxResultsLimitUtil
-
- 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
-
- isUserLocked(UserEntity) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- isUserOperationLogEnabled() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- isUserOperationLogEnabled() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- isUserOperationLogEnabledOnCommandContext() - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserOperationLogManager
-
- isUserTaskWithTimeoutListener(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameEventScopeInstructionValidator
-
- isUseSharedSqlSessionFactory - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isUseSharedSqlSessionFactory() - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- isValid() - Method in interface org.camunda.bpm.engine.identity.PasswordPolicyResult
-
Indicator of the overall result of the check.
- isValid() - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- isValidActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.DefaultMigrationInstructionGenerator
-
- isValidatingSchema() - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- isValidEventNameForScope(String, Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Check if the given event name is valid.
- isValidInstruction(ValidatingMigrationInstruction, ValidatingMigrationInstructions, List<MigrationInstructionValidator>) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
-
- isValidLongValue(Number) - Method in class org.camunda.bpm.engine.impl.DefaultPriorityProvider
-
Checks if the given number is a valid long value.
- isValidValueForResumePreviousBy(String) - Method in class org.camunda.bpm.container.impl.deployment.DeployProcessArchiveStep
-
- isValuedImplicitlyUpdated() - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- 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.
- isVariableNameIgnoreCase() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
-
- isVariableNamesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
-
- isVariableNamesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isVariableValueIgnoreCase() - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
-
- isVariableValuesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
-
- isVariableValuesIgnoreCase() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isVersionBinding() - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- isVersionBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- isVersionBinding() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- isVersionTagBinding() - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- isVersionTagBinding() - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- isVersionTagSet - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- isWaitForCompletion() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
-
- isWaiting - Variable in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
-
- isWaitStateGateway(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.GatewayMappingValidator
-
- isWithCandidateGroups() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isWithCandidateGroups() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithCandidateGroupsInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithCandidateUsers() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithException() - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- isWithin(Date) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- isWithinBatchWindow(Date, ProcessEngineConfigurationImpl) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHelper
-
Checks if given date is within a batch window.
- isWithinBatchWindow(CommandContext) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandler
-
- isWithIncident() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- isWithIncidents() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- isWithoutBusinessKey() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- isWithoutBusinessKey() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- isWithoutCandidateGroups() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- isWithoutCandidateGroups() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithoutCandidateGroupsInternal() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithoutCandidateUsers() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- isWithRootIncidents() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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
-
- ItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
-
- ItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- iterator - Variable in class org.camunda.bpm.engine.impl.util.StringUtil.StringIterator
-
- paDeployed(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- paDoesNotProvideExecutionListener(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- paDoesNotProvideTaskListener(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- paElResolversDiscovered(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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
-
- 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
-
- ParallelMultiInstanceActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- ParallelMultiInstanceActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ParallelMultiInstanceActivityBehavior
-
- 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.
- 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.db.PermissionCheckBuilder
-
- parent - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBottomUpWalker
-
- 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_COMPLETE - Static variable in class org.camunda.bpm.engine.impl.cmmn.handler.ItemHandler
-
- 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
-
- parentCaseActivityInstanceId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
the id of the parent case activity instance
- parentComplete() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- parentComplete() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- 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
-
- parentInstance - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- 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
-
- parentTask - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- 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(String, MigrationPlan, MigratingProcessInstanceValidationReportImpl) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- 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
-
- parseActivities(List<Element>, Element, ScopeImpl) - 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) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseActivity(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- parseActivityInputOutput(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseAssociationOfCompensationBoundaryEvent(Element, ActivityImpl, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseAssociations(Element, ScopeImpl, Map<String, Element>) - 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
-
Parse async continuation of the given element and create async jobs for the activity.
- parseAsynchronousContinuationForActivity(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parse async continuation of an activity and create async jobs for the activity.
- parseBinding(Element, ActivityImpl, BaseCallableElement, String) - 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
-
- parseBoundaryCompensateEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
-
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parses the given element as conditional boundary event.
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
- parseBoundaryConditionalEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- 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.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
-
- parseBoundaryEscalationEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
-
- parseBoundaryEscalationEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
- parseBoundaryEscalationEventDefinition(Element, boolean, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseBoundaryEscalationEventDefinition(Element, boolean, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
- parseBoundaryEscalationEventDefinition(Element, boolean, 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.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.DefaultFailedJobParseListener
-
- 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.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.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.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.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.DefaultFailedJobParseListener
-
- 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
-
- parseCallableElementProvider(Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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.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.DefaultFailedJobParseListener
-
- 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.bpmn.parser.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.bpmn.parser.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.bpmn.parser.BpmnParseUtil
-
Parses a camunda script element.
- parseCancelBoundaryEvent(ActivityImpl) - Static method in class org.camunda.bpm.engine.impl.pvm.runtime.LegacyBehavior
-
- 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.impl.bpmn.parser.AbstractBpmnParseListener
-
- 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
-
- parseCompensationEventSubprocess(ActivityImpl, Element, ActivityImpl, Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseCompensationHandlerForCompensationBoundaryEvent(ScopeImpl, ActivityImpl, String, Map<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseCompensationHandlers(ScopeImpl, Map<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parses the given element and returns an ConditionalEventDefinition object.
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
-
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parses the given element as conditional start event of an event subprocess.
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
- parseConditionalStartEventForEventSubprocess(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- parseConditionExpression(Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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
-
- 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
-
- parsedBatchOperationsForHistoryCleanup - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- parseDecisionResultMapper(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseDefinitionResources(DeploymentEntity, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- parseDefinitionsAttributes() - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseDependentEntities(MigratingInstanceParseContext, MigratingEventScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.CompensationInstanceHandler
-
- parseDependentInstances(MigratingInstanceParseContext, MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- 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
-
- parseDmnBusinessRuleTask(Element, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parse a Business Rule Task which references a decision.
- 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.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.bpmn.parser.DefaultFailedJobParseListener
-
- 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
-
- parseEscalations() - 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.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.bpmn.parser.DefaultFailedJobParseListener
-
- 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
-
- ParseException(int, String, String) - Constructor for exception org.camunda.bpm.engine.impl.juel.Parser.ParseException
-
- ParseException - Exception in org.camunda.bpm.engine
-
- ParseException(String, String, List<Problem>, List<Problem>) - Constructor for exception org.camunda.bpm.engine.ParseException
-
- 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.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.bpmn.parser.DefaultFailedJobParseListener
-
- 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, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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
-
- parseExternalServiceTask(ActivityImpl, Element) - 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
-
- parseHistoryTimeToLive(String) - Static method in class org.camunda.bpm.engine.impl.util.ParseUtil
-
Parse History Time To Live in ISO-8601 format to integer and set into the given entity
- 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.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.bpmn.parser.DefaultFailedJobParseListener
-
- 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.bpmn.parser.BpmnParseUtil
-
- parseInputParameter(Element, CallableElement) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseInputParameterElement(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseUtil
-
Parses a input parameter and adds it to the
IoMapping
.
- parseInteger(String) - Method in class org.camunda.bpm.engine.impl.juel.Parser
-
Parse an integer literal.
- parseIntegerAttribute(String, String) - Static method in class org.camunda.bpm.engine.impl.util.ParseUtil
-
- 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.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.DefaultFailedJobParseListener
-
- 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
-
- parseIntermediateCatchEvents(Element, ScopeImpl, Map<String, Element>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.application.impl.event.ProcessApplicationEventParseListener
-
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.AbstractBpmnParseListener
-
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parses the given element as intermediate conditional event.
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in interface org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseListener
-
- parseIntermediateConditionalEventDefinition(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- 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.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.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.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.DefaultFailedJobParseListener
-
- 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.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.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, String) - 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.
- 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.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.bpmn.parser.BpmnParseUtil
-
- parseNumber(String) - Static method in class org.camunda.bpm.engine.impl.util.JsonUtil
-
- parseOutputParameter(Element, ActivityImpl, CallableElement) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseOutputParameterElement(Element, IoMapping) - Static method in class org.camunda.bpm.engine.impl.bpmn.parser.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.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.bpmn.parser.DefaultFailedJobParseListener
-
- 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.bpmn.parser.BpmnParseUtil
-
- 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
-
- parsePriority(Element, String) - 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.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
-
- 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
-
- parseProcessException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- 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.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.
- 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.migration.instance.parser.MigratingInstanceParseContext
-
- 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.ExtensionPoint - Enum in org.camunda.bpm.engine.impl.juel
-
- Parser.ParseException - Exception in org.camunda.bpm.engine.impl.juel
-
Parse exception type
- 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.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.DefaultFailedJobParseListener
-
- 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
-
- parseResultVariable(Element) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseRetryIntervals(String) - Static method in class org.camunda.bpm.engine.impl.util.ParseUtil
-
- 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.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.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.DefaultFailedJobParseListener
-
- 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
-
- 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.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.DefaultFailedJobParseListener
-
- 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.impl.bpmn.parser.AbstractBpmnParseListener
-
- parseSequenceFlow(Element, ScopeImpl, Map<String, Element>) - 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.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.DefaultFailedJobParseListener
-
- 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
-
- 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
-
- parseSignalCatchEventDefinition(Element, ActivityImpl, boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseSignalEventDefinition(Element, boolean, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Parses the Signal Event Definition XML including payload definition.
- 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.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.DefaultFailedJobParseListener
-
- 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.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.DefaultFailedJobParseListener
-
- 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.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.DefaultFailedJobParseListener
-
- 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, ActivityImpl, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseTaskListener(Element, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseTaskListeners(Element, ActivityImpl, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseTenantId(Element, ActivityImpl, BaseCallableElement, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseThrowCompensateEventDefinition(Element, ScopeImpl, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseTimeConfiguration(String) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHelper
-
- parseTimeoutTaskListener(Element, ActivityImpl, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseTimer(Element, ActivityImpl, 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
-
- parseTopic(Element, String) - 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.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.DefaultFailedJobParseListener
-
- 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
-
- parseTransitionInstances(MigratingInstanceParseContext, MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.ActivityInstanceHandler
-
- 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.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.DefaultFailedJobParseListener
-
- 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, ActivityImpl, TaskDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- ParseUtil - Class in org.camunda.bpm.engine.impl.util
-
- ParseUtil() - Constructor for class org.camunda.bpm.engine.impl.util.ParseUtil
-
- parseValidation(Element, FormFieldHandler, BpmnParse, ExpressionManager) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
-
- parseVersion(Element, ActivityImpl, BaseCallableElement, String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- parseVersionTag(Element, ActivityImpl, BaseCallableElement, String, String) - 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
-
- parsingElement(String, String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseLogger
-
- parsingFailure(Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseLogger
-
- parsingFailureException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.util.EngineUtilLogger
-
- parsingProcessException(Exception) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParseLogger
-
- ParticipantProcess - Class in org.camunda.bpm.engine.impl.pvm.process
-
- 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
- partition(List<T>, int) - Static method in class org.camunda.bpm.engine.impl.util.CollectionUtil
-
Chops a list into non-view sublists of length partitionSize.
- passOutputVariables(ActivityExecution, VariableScope) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
- passOutputVariables(ActivityExecution, VariableScope) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.SubProcessActivityBehavior
-
Pass the output variables from the process instance of the subprocess to the given execution.
- password - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
-
- password - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- passwordBytes - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
-
- passwordChecker - Variable in class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- PasswordEncryptionException - Exception in org.camunda.bpm.engine.impl.digest
-
Exception thrown during the encryption process.
- PasswordEncryptionException(String) - Constructor for exception org.camunda.bpm.engine.impl.digest.PasswordEncryptionException
-
- passwordEncryptor - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- PasswordEncryptor - Interface in org.camunda.bpm.engine.impl.digest
-
- passwordManager - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- PasswordManager - Class in org.camunda.bpm.engine.impl.digest
-
Different Camunda versions use different hashing algorithms.
- PasswordManager(PasswordEncryptor, List<PasswordEncryptor>) - Constructor for class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- PasswordPolicy - Interface in org.camunda.bpm.engine.identity
-
Contains a list of
rules
that must be matched by
passwords for engine-managed users.
- passwordPolicy - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- PasswordPolicyDigitRuleImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicyDigitRuleImpl(int) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicyDigitRuleImpl
-
- PasswordPolicyLengthRuleImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicyLengthRuleImpl(int) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicyLengthRuleImpl
-
- PasswordPolicyLowerCaseRuleImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicyLowerCaseRuleImpl(int) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicyLowerCaseRuleImpl
-
- PasswordPolicyResult - Interface in org.camunda.bpm.engine.identity
-
- PasswordPolicyResultImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicyResultImpl(List<PasswordPolicyRule>, List<PasswordPolicyRule>) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- PasswordPolicyRule - Interface in org.camunda.bpm.engine.identity
-
- PasswordPolicySpecialCharacterRuleImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicySpecialCharacterRuleImpl(int) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- PasswordPolicyUpperCaseRuleImpl - Class in org.camunda.bpm.engine.impl.identity
-
- PasswordPolicyUpperCaseRuleImpl(int) - Constructor for class org.camunda.bpm.engine.impl.identity.PasswordPolicyUpperCaseRuleImpl
-
- 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
-
- pattern - Variable in class org.camunda.bpm.engine.impl.digest.DatabasePrefixHandler
-
- paUndeployed(String) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- paWithNameNotRegistered(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- paWrongTypeException(Class<?>) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- payloadProcessInstanceVariables - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- payloadProcessInstanceVariablesLocal - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- performAsync - Variable in class org.camunda.bpm.engine.impl.interceptor.AtomicOperationInvocation
-
- performBatchCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- performBulkOperation(Class<? extends DbEntity>, String, Object, DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- performBulkOperationPreserveOrder(Class<? extends DbEntity>, String, Object, DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- performCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- performCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- performContextSwitch(Callable<T>) - Method in class org.camunda.bpm.engine.impl.form.handler.DelegateFormHandler
-
- performDatabaseOperationException(String, String, Throwable) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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.
- performDmnCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- performEntityOperation(CachedDbEntity, DbOperationType) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ReceiveTaskActivityBehavior
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskJavaDelegateActivityBehavior
-
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
-
The method which should be overridden by the sub classes to perform an execution.
- performExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.UserTaskActivityBehavior
-
- 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
-
- 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
-
- performingDatabaseOperation(String, String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- performInstance(ActivityExecution, PvmActivity, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- performNext() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- 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(CmmnAtomicOperation, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- performOperation(AtomicOperation, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- performOperation(AtomicOperation, ExecutionEntity, boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- 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
-
- performOperationAsync(AtomicOperation, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- 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.DiscoverBpmPlatformPluginsStep
-
- 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.jobexecutor.StopManagedThreadPoolStep
-
- performOperationStep(DeploymentOperation) - Method in class org.camunda.bpm.container.impl.deployment.NotifyPostProcessApplicationUndeployedStep
-
- 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.deployment.UnregisterBpmPlatformPluginsStep
-
- 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, 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
-
- 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
-
- performParentTerminate() - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- performProcessCleanup() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- performStart(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.DmnDecisionTaskActivityBehavior
-
- 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
-
- performStateTransition(CommandContext, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.cmd.TerminateCaseExecutionCmd
-
- 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
-
- 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
-
- 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
-
- perfromedInvocations - Variable in class org.camunda.bpm.engine.impl.interceptor.BpmnStackTrace
-
- period - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- periodUnit - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- PeriodUnit - Enum in org.camunda.bpm.engine.query
-
Specifies a unit for a span of time (i.e.
- 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
-
- PermissionCheckBuilder - Class in org.camunda.bpm.engine.impl.db
-
- PermissionCheckBuilder() - Constructor for class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- PermissionCheckBuilder(PermissionCheckBuilder) - Constructor for class org.camunda.bpm.engine.impl.db.PermissionCheckBuilder
-
- permissionChecks - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- PermissionConverter - Class in org.camunda.bpm.engine.impl.util
-
Converts between the String-Array based and the Integer-based representation
of permissions.
- PermissionConverter() - Constructor for class org.camunda.bpm.engine.impl.util.PermissionConverter
-
- permissionName - Variable in exception org.camunda.bpm.engine.AuthorizationException
-
Deprecated.
- PermissionProvider - Interface in org.camunda.bpm.engine.impl.cfg.auth
-
- permissionProvider - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- Permissions - Enum in org.camunda.bpm.engine.authorization
-
- permissions - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AuthorizationEntity
-
- permissionStateException(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- perms - Variable in class org.camunda.bpm.engine.impl.db.PermissionCheck
-
- persistDefinition(DefinitionEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
Persist definition entity into the database.
- persistDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- persistDefinition(CaseDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- persistDefinition(DecisionDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- persistDefinition(DecisionRequirementsDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- persistDefinitions(DeploymentEntity, List<DefinitionEntity>, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- persistedDefinitionLoaded(DeploymentEntity, DefinitionEntity, DefinitionEntity) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
Called when a previous version of a definition was loaded from the persistent store.
- persistedDefinitionLoaded(DeploymentEntity, ProcessDefinitionEntity, ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- PERSISTENCE_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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
-
- PLACEHOLDER - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicyDigitRuleImpl
-
- PLACEHOLDER - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLengthRuleImpl
-
- PLACEHOLDER - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicyLowerCaseRuleImpl
-
- PLACEHOLDER - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- PLACEHOLDER - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicyUpperCaseRuleImpl
-
- PLACEHOLDER_PREFIX - Static variable in class org.camunda.bpm.engine.impl.identity.DefaultPasswordPolicyImpl
-
- PLAN_ITEM_ON_PART - Static variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
-
- PlanItemDefinitionActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- PlanItemDefinitionActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.PlanItemDefinitionActivityBehavior
-
- planItemElementHandlers - Variable in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
-
- 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.
- 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 class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
- PLUGIN_CLASS - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
- pluginActivated(String, String) - Method in class org.camunda.bpm.engine.impl.cfg.ConfigurationLogger
-
- pluginClass - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
-
- plugins - Variable in class org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPlugins
-
- PLUGINS - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
- plugins - Variable in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- plugins - Variable in class org.camunda.bpm.container.impl.plugin.BpmPlatformPlugins
-
- plugins - Variable in class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
- PnW_PATTERN - Static variable in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- popSection() - Method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
Pop the latest section, remove all pushed properties of that section and
update the MDC accordingly
- populateChildInstances(Map<String, ActivityInstanceImpl>, Map<String, TransitionInstanceImpl>) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- PostDeploy - Annotation Type in org.camunda.bpm.application
-
- 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.EverLivingJobEntity
-
- postExecute(CommandContext) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- postExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
-
The method which will be called after performing the execution.
- POSTGRES - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- postHandleSingleHistoryEventCreated(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor.HistoryEventCreator
-
- postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
-
- postInit(ProcessEngineConfigurationImpl) - Method in class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
- 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
-
- postInitialize(HistoryCleanupContext, EverLivingJobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobDeclaration
-
- postInitialize(S, T) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
general callback to override any configuration after the defaults have been applied
- postInitialize(ExecutionEntity, TimerEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- 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.util.TypedValueField
-
- postLoad() - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- postParseListeners - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- postProcessApplicationDeploy(ProcessApplicationInterface) - Method in interface org.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
-
- postProcessApplicationUndeploy(ProcessApplicationInterface) - Method in interface org.camunda.bpm.container.impl.plugin.BpmPlatformPlugin
-
- postProcessBatchFailure(List<DbOperation>, RuntimeException) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- postProcessBatchSuccess(List<DbOperation>, List<BatchResult>) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- postProcessDefinitions(DeploymentEntity, List<DefinitionEntity>, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- postProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.cfg.AbstractProcessEnginePlugin
-
- postProcessEngineBuild(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
- 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
-
- postProcessJdbcBatchResult(Iterator<DbOperation>, int[], Exception, List<DbOperation>) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
This method can be called with three cases:
Case 1: Success.
- postProcessJob(T, JobEntity) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- postProcessJob(MigrationBatchConfiguration, JobEntity) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchJobHandler
-
- postProcessJob(ModificationBatchConfiguration, JobEntity) - Method in class org.camunda.bpm.engine.impl.ModificationBatchJobHandler
-
- postProcessJob(RestartProcessInstancesBatchConfiguration, JobEntity) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesJobHandler
-
- postProcessOperationPerformed(DbOperation, int, Exception) - Method in class org.camunda.bpm.engine.impl.db.sql.BatchDbSqlSession
-
- 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
-
- postVisitor - Variable in class org.camunda.bpm.engine.impl.tree.ReferenceWalker
-
- 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
-
- potentialStarter(String) - Method in interface org.camunda.bpm.engine.identity.GroupQuery
-
Only select
Group
S that are potential starter for the given process definition.
- potentialStarter(String) - Method in interface org.camunda.bpm.engine.identity.UserQuery
-
Only select
User
S 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
-
- precedence - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- 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
-
- preExecution(ActivityExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
-
The method which will be called before the execution is performed.
- prefix - Variable in class org.camunda.bpm.engine.impl.juel.AstProperty
-
- prefixHandler - Variable in class org.camunda.bpm.engine.impl.digest.PasswordManager
-
- 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 class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
- preInit(ProcessEngineConfigurationImpl) - Method in interface org.camunda.bpm.engine.impl.cfg.ProcessEnginePlugin
-
Invoked before the process engine configuration is initialized.
- prepareNextBatch(HistoryCleanupBatch, CommandContext) - Static method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHelper
-
Creates next batch object for history cleanup.
- prepareRepeat(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- prepareScope(ActivityExecution, int) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.SequentialMultiInstanceActivityBehavior
-
- 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
-
- 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
-
- previousCaseDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- previousDecisionDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- previousDecisionRequirementsDefinitionId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- previousProcessDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- previousState - Variable in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnExecution
-
- preVisitor - Variable in class org.camunda.bpm.engine.impl.tree.ReferenceWalker
-
- primaryDeploymentId - Variable in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
-
- 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
-
- printBatchResults(List<BatchResult>) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- printStackTrace(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.BpmnStackTrace
-
- priority - Variable in class org.camunda.bpm.engine.impl.cmd.SetExternalTaskPriorityCmd
-
The priority that should set on the external task.
- priority - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- priority - Variable in class org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
-
- priority - Variable in class org.camunda.bpm.engine.impl.cmd.SetTaskPriorityCmd
-
- priority - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.ExternalTaskQueryProperty
-
- PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
-
- priority - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- priority - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- PRIORITY - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
-
- PRIORITY - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- priority - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- priority - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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_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
-
- priorityHigherThanOrEqual - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- priorityHigherThanOrEqual - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- priorityHigherThanOrEquals(long) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks with a priority that is higher than or equal to the given priority.
- priorityHigherThanOrEquals(long) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select log entries where the external task had a priority higher than or
equal to the given priority.
- priorityHigherThanOrEquals - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- priorityHigherThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- priorityHigherThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- priorityHigherThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- priorityHigherThanOrEquals(long) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Only select jobs with a priority that is higher than or equal to the given priority.
- priorityLowerThanOrEqual - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- priorityLowerThanOrEqual - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- priorityLowerThanOrEquals(long) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks with a priority that is lower than or equal to the given priority.
- priorityLowerThanOrEquals(long) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select log entries where the external task had a priority lower than or
equal to the given priority.
- priorityLowerThanOrEquals - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- priorityLowerThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- priorityLowerThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- priorityLowerThanOrEquals(long) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- priorityLowerThanOrEquals(long) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Only select jobs with a priority that is lower than or equal to the given priority.
- PriorityProvider<T> - Interface in org.camunda.bpm.engine.impl
-
- priorityValueProvider - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ExternalTaskActivityBehavior
-
- Problem - Interface in org.camunda.bpm.engine
-
Interface of a problem occurred during parsing
- ProblemImpl - Class in org.camunda.bpm.engine.impl.xml
-
- ProblemImpl(SAXParseException) - Constructor for class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- ProblemImpl(String, Element) - Constructor for class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- ProblemImpl(String, Element, String...) - Constructor for class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- ProblemImpl(BpmnParseException) - Constructor for class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- ProblemImpl(BpmnParseException, String) - Constructor for class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- PROC_DEFINITION_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- PROC_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- 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_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_DEPLOYMENT_SOURCE - Static variable in interface org.camunda.bpm.engine.repository.ProcessApplicationDeployment
-
- PROCESS_APPLICATION_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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_DEF_CACHE - Static variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CachePurgeReport
-
- 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.ExternalTaskQueryProperty
-
- 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.HistoricExternalTaskLogQueryProperty
-
- 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 class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- 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_ID - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- 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.ExternalTaskQueryProperty
-
- PROCESS_DEFINITION_KEY - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- 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.HistoricProcessInstanceQueryProperty
-
- 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 interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
-
- 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.HistoricProcessInstanceQueryProperty
-
- 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 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_INSTANCE - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- PROCESS_INSTANCE - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- 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.ExternalTaskQueryProperty
-
- 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.HistoricExternalTaskLogQueryProperty
-
- 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_IDS - Static variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- PROCESS_INSTANCE_IDS - Static variable in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
- PROCESS_INSTANCE_IDS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
- PROCESS_INSTANCE_IDS - Static variable in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- PROCESS_INSTANCE_IDS - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- PROCESS_INSTANCE_START_LISTENER - Variable in class org.camunda.bpm.engine.impl.history.parser.HistoryParseListener
-
- 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.ProcessApplicationIdentifier
-
- 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
-
- processApplicationBeanElResolver - Variable in class org.camunda.bpm.application.AbstractProcessApplication
-
- ProcessApplicationBeanElResolverDelegate - Class in org.camunda.bpm.engine.impl.el
-
- 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 - Class in org.camunda.bpm.application
-
A utility to declare the process application in which subsequent engine API calls
are executed.
- ProcessApplicationContext() - Constructor for class org.camunda.bpm.application.ProcessApplicationContext
-
- processApplicationContext - Static variable in class org.camunda.bpm.engine.impl.context.Context
-
- ProcessApplicationContextImpl - Class in org.camunda.bpm.application.impl
-
- ProcessApplicationContextImpl() - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationContextImpl
-
- ProcessApplicationContextInterceptor - Class in org.camunda.bpm.engine.impl.interceptor
-
- ProcessApplicationContextInterceptor(ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.interceptor.ProcessApplicationContextInterceptor
-
- 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
-
- 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(DeploymentWithDefinitions, 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
-
- 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
- ProcessApplicationElResolverDelegate - Class in org.camunda.bpm.engine.impl.el
-
- ProcessApplicationElResolverDelegate() - Constructor for class org.camunda.bpm.engine.impl.el.ProcessApplicationElResolverDelegate
-
- ProcessApplicationElResolverSorter() - Constructor for class org.camunda.bpm.application.ProcessApplicationElResolver.ProcessApplicationElResolverSorter
-
- ProcessApplicationEventListenerDelegate - Class in org.camunda.bpm.application.impl.event
-
- ProcessApplicationEventListenerDelegate() - Constructor for class org.camunda.bpm.application.impl.event.ProcessApplicationEventListenerDelegate
-
- ProcessApplicationEventListenerPlugin - Class in org.camunda.bpm.application.impl.event
-
- 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) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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
-
- ProcessApplicationIdentifier - Class in org.camunda.bpm.application.impl
-
- ProcessApplicationIdentifier(String) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationIdentifier
-
- ProcessApplicationIdentifier(ProcessApplicationReference) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationIdentifier
-
- ProcessApplicationIdentifier(ProcessApplicationInterface) - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationIdentifier
-
- ProcessApplicationInfo - Interface in org.camunda.bpm.application
-
Object holding information about a deployed Process Application
- 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.
- ProcessApplicationLogger - Class in org.camunda.bpm.application.impl
-
- ProcessApplicationLogger() - Constructor for class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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
-
- processApplicationName - Variable in class org.camunda.bpm.application.impl.EjbProcessApplicationReference
-
the name of the process application
- 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
- 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 - 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 - Interface in org.camunda.bpm
-
The process application service provides access to all deployed process applications.
- ProcessApplicationServiceObjectFactory - Class in org.camunda.bpm.container.impl.jndi
-
- ProcessApplicationServiceObjectFactory() - Constructor for class org.camunda.bpm.container.impl.jndi.ProcessApplicationServiceObjectFactory
-
- processApplicationUnavailableException(String, Throwable) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- processApplicationUnavailableException(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- ProcessApplicationUnavailableException - Exception in org.camunda.bpm.application
-
- 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
-
- 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
-
- ProcessDataLoggingContext - Class in org.camunda.bpm.engine.impl.interceptor
-
- ProcessDataLoggingContext(ProcessEngineConfigurationImpl) - Constructor for class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
- 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.impl.ActivityExecutionTreeMapping
-
- processDefinition - Variable in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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 - Class in org.camunda.bpm.engine.impl.persistence.deploy.cache
-
- ProcessDefinitionCache(CacheFactory, int, CacheDeployer) - Constructor for class org.camunda.bpm.engine.impl.persistence.deploy.cache.ProcessDefinitionCache
-
- 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.
- processDefinitionCreatePermissionChecks - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- processDefinitionDoesNotExist(String, String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- 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.CorrelationHandlerResult
-
- processDefinitionEntityCache - Variable in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- processDefinitionId(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks that belong to an instance of the given process definition
- processDefinitionId(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define process definition id to filter external tasks by.
- 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.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a process
with the given process definition id.
- processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the process definition id.
- processDefinitionId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given process definition id.
- 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.HistoricVariableInstanceQuery
-
Only select historic process variables 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.GetDeployedProcessDefinitionCmd
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeployedStartFormCmd
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeploymentBpmnModelInstanceCmd
-
- 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.SubmitStartFormCmd
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateProcessDefinitionHistoryTimeToLiveCmd
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.HistoricDecisionInstanceQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricVariableInstanceQueryImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- 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.incident.IncidentContext
-
- 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.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- 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.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- processDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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.ExternalTaskEntity
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- processDefinitionId - Variable in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- 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.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- 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(String) - Method in interface org.camunda.bpm.engine.runtime.ConditionEvaluationBuilder
-
Correlate the condition such that a process definition with the given id is selected.
- 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.MessageCorrelationBuilder
-
Correlate the message such that a process definition with the given id is selected.
- 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 interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define process definition ids to filter external tasksb by.
- processDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReport
-
Only takes historic process instances into account for the given process definition ids.
- processDefinitionIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceReport
-
Only takes historic process instances into account for the given process definition ids.
- processDefinitionIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- processDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- processDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processDefinitionIdIn - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- processDefinitionIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- 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.
- processDefinitionIds - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- processDefinitionIds - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- ProcessDefinitionImpl - Class in org.camunda.bpm.engine.impl.pvm.process
-
- ProcessDefinitionImpl(String) - Constructor for class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define process definition key to filter external tasks by.
- processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a process
with the given process definition key.
- processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the process instance key.
- processDefinitionKey(String) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given process definition key.
- 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.HistoricVariableInstanceQuery
-
Only select historic process variables for 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.GetDeployedProcessDefinitionCmd
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricVariableInstanceQueryImpl
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- 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.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- 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.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- processDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- processDefinitionKey - Variable in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- 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(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 interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define process definition keys to filter external tasks by.
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReport
-
Only takes historic process instances into account for the given process definition keys.
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
-
Only select historic incidents which have one of the given process definition keys.
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are defined by any given process
definition key.
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceReport
-
Only takes historic process instances into account for the given process definition keys.
- processDefinitionKeyIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- processDefinitionKeyIn - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- processDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
-
Only select incidents which have one of the given process definition keys.
- processDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Select the process instances for any given process definition keys.
- 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
-
- processDefinitionKeyNotIn - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- processDefinitionKeyNotIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- processDefinitionKeyNotIn(String...) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Select historic process instances that don't have a process-definition of which the key is present in the given list
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
-
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- processDefinitionKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- processDefinitionKeysIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- processDefinitionKeysIn(String...) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with the given keys
- ProcessDefinitionManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- ProcessDefinitionManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionManager
-
- 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 - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
the name of the process definition
- processDefinitionName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- processDefinitionName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- 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(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.
- processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne(HistoricProcessInstance, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- processDefinitionOfInstanceDoesNotMatchMigrationPlan(ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- processDefinitionOfInstanceDoesNotMatchModification(ExecutionEntity, String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- ProcessDefinitionPermissions - Enum in org.camunda.bpm.engine.authorization
-
- ProcessDefinitionQuery - Interface in org.camunda.bpm.engine.repository
-
- 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
-
- 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 .
- 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
-
- ProcessDefinitionSuspensionStateConfiguration() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- ProcessDefinitionTableMapping - Class in org.camunda.bpm.engine.impl.db.sql
-
- ProcessDefinitionTableMapping() - Constructor for class org.camunda.bpm.engine.impl.db.sql.ProcessDefinitionTableMapping
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.cmd.GetDeployedProcessDefinitionCmd
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- processDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- processDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- processDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- processDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- processDefinitionTenantId - Variable in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- processDefinitionTenantId(String) - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- processDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateTenantBuilder
-
Specify the id of the tenant the process definition belongs to.
- processDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.management.UpdateJobSuspensionStateTenantBuilder
-
Specify the id of the tenant the process definition belongs to.
- processDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateTenantBuilder
-
Specify the id of the tenant the process definition belongs to.
- processDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
-
Specify the id of the tenant the process definition belongs to.
- processDefinitionTenantId(String) - Method in interface org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateTenantBuilder
-
Specify the id of the tenant the process definition belongs to.
- processDefinitionTenantIdSet - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
-
- processDefinitionVersion - Variable in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
the version of the process definition
- processDefinitionVersion - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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.
- processDefinitionVersionTag(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define a process definition version tag to filter external tasks by.
- processDefinitionVersionTag(String) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processDefinitionVersionTag - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- processDefinitionVersionTag - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- processDefinitionVersionTag - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- processDefinitionWithoutTenantId() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateTenantBuilder
-
Specify that the process definition belongs to no tenant.
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.management.UpdateJobSuspensionStateTenantBuilder
-
Specify that the process definition belongs to no tenant.
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateTenantBuilder
-
Specify that the process definition belongs to no tenant.
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Only selects process instances which process definition has no tenant id.
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.ProcessInstantiationBuilder
-
Specify that the process definition belongs to no tenant.
- processDefinitionWithoutTenantId() - Method in interface org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateTenantBuilder
-
Specify that the process definition belongs to no tenant.
- ProcessDiagramLayoutFactory - Class in org.camunda.bpm.engine.impl.bpmn.diagram
-
- 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 - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceTopDownWalker.MigrationContext
-
- ProcessElementInstance - Interface in org.camunda.bpm.engine.runtime
-
- 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.jmx.services.JmxManagedProcessEngine
-
- processEngine - Variable in class org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap
-
- 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.repository.DefaultDeploymentHandler
-
- 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.test.ProcessEngineRule
-
- processEngine - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
-
- processEngineAlreadyInitialized() - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- ProcessEngineAssert - Class in org.camunda.bpm.engine.impl.test
-
- ProcessEngineAssert() - Constructor for class org.camunda.bpm.engine.impl.test.ProcessEngineAssert
-
- ProcessEngineBootstrapCommand - Interface in org.camunda.bpm.engine
-
- processEngineClosed(String) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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.interceptor.ProcessApplicationContextInterceptor
-
- 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.test.ProcessEngineRule
-
- 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
-
- ProcessEngineContext - Class in org.camunda.bpm.engine.context
-
When a Process Engine API call is performed, the engine
will create a Process Engine Context.
- ProcessEngineContext() - Constructor for class org.camunda.bpm.engine.context.ProcessEngineContext
-
- ProcessEngineContextImpl - Class in org.camunda.bpm.engine.impl.context
-
- ProcessEngineContextImpl() - Constructor for class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- processEngineCreated(String) - Method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- ProcessEngineElContext - Class in org.camunda.bpm.engine.impl.el
-
- 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
-
- ProcessEngineElExpression - Class in org.camunda.bpm.engine.impl.dmn.el
-
- ProcessEngineElExpression(ValueExpression) - Constructor for class org.camunda.bpm.engine.impl.dmn.el.ProcessEngineElExpression
-
- ProcessEngineElProvider - Class in org.camunda.bpm.engine.impl.dmn.el
-
- ProcessEngineElProvider(ExpressionManager) - Constructor for class org.camunda.bpm.engine.impl.dmn.el.ProcessEngineElProvider
-
- 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
-
- 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
-
- ProcessEngineLogger - Class in org.camunda.bpm.engine.impl
-
- ProcessEngineLogger() - Constructor for class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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 - Variable in class org.camunda.bpm.engine.impl.application.DefaultProcessApplicationRegistration
-
- processEngineName - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- ProcessEnginePluginXmlImpl - Class in org.camunda.bpm.container.impl.metadata
-
- ProcessEnginePluginXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
-
- 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.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 - Interface in org.camunda.bpm
-
- ProcessEngineServiceObjectFactory - Class in org.camunda.bpm.container.impl.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
-
- 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
-
- ProcessEngineXmlImpl() - Constructor for class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- 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
-
- 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
-
- 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
-
- ProcessEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- ProcessEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler
-
- ProcessEventJobHandler.EventSubscriptionJobConfiguration - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- processEventSync(Object) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- processEventSync(Object, Object, String) - 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
-
- processHistoryEvents(HistoryEventProcessor.HistoryEventCreator) - Static method in class org.camunda.bpm.engine.impl.history.event.HistoryEventProcessor
-
Process an
HistoryEvent
and handle them directly after creation.
- processInstance - Variable in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
-
- processInstance - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingCalledProcessInstance
-
- 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 - Variable in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- ProcessInstance - Interface in org.camunda.bpm.engine.runtime
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic tasks for the given process instance business key
- processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- processInstanceBusinessKey - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- processInstanceBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.ConditionEvaluationBuilder
-
Correlate the condition such that the process instance has a business key with
the given name.
- 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 key with
the given name.
- 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
- processInstanceBusinessKeyExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- processInstanceBusinessKeyExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks for the given process instance business key described by the given expression
- processInstanceBusinessKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic tasks for any of the given the given process instance business keys.
- processInstanceBusinessKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic tasks matching the given process instance business key.
- processInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- processInstanceBusinessKeyLike - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- processInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- processInstanceBusinessKeyLike(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- 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.runtime.ProcessInstanceQuery
-
Select process instances with a business key like the given value.
- processInstanceBusinessKeyLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks matching the given process instance business key.
- processInstanceBusinessKeyLikeExpression(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- processInstanceBusinessKeyLikeExpression(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks matching the given process instance business key described by the given expression.
- processInstanceBusinessKeys - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- processInstanceBusinessKeys - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- processInstanceDoesNotExist(String) - Method in class org.camunda.bpm.engine.impl.cmd.CommandLogger
-
- processInstanceDoesNotExist(String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationLogger
-
- ProcessInstanceEndListener - Class in org.camunda.bpm.engine.impl.history.parser
-
- ProcessInstanceEndListener(HistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceEndListener
-
- processInstanceId(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks created in the context of the given process instance
- 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.HistoricDecisionInstanceQuery
-
Only select historic decision instances that are evaluated inside a process
with the given process instance id.
- 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.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the process instance id.
- 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.ActivityExecutionTreeMapping
-
- 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.DeleteProcessInstanceCmd
-
- 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.externaltask.LockedExternalTaskImpl
-
- processInstanceId - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.HistoricDecisionInstanceQueryImpl
-
- processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- 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.HistoricExternalTaskLogQueryImpl
-
- processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- 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.management.UpdateJobSuspensionStateBuilderImpl
-
- 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.migration.instance.MigratingProcessInstance
-
- processInstanceId - Variable in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- processInstanceId - Variable in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- processInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- processInstanceId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.optimize.OptimizeHistoricIdentityLinkLogEntity
-
- 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 - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- 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.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- 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(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(String...) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks created in the context of the given process instances
- processInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricActivityStatisticsQuery
-
Only select historic activities of process instances with the given IDs
- processInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
-
Only select historic details with the given process instance ids.
- processInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
-
Only select historic process variables with the given process instance ids.
- processInstanceIdIn - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
Only select historic process variables with the given process instance ids.
- processInstanceIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- processInstanceIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
-
Only select variable instances which have one of the process instance ids.
- processInstanceIds(List<String>) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given list of process instances ids.
- processInstanceIds(String...) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given list of process instances 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.cmd.batch.DeleteProcessInstanceBatchCmd
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteHistoricProcessInstancesCmd
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstancesCmd
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- processInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- processInstanceIds(String...) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- 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.HistoricVariableInstanceQueryImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- processInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- processInstanceIds(String...) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- processInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- processInstanceIds(String...) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- 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.RestartProcessInstanceBuilderImpl
-
- processInstanceIds(String...) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- processInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.SetJobsRetriesByProcessBatchCmd
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- processInstanceIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- processInstanceIds(List<String>) - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
- processInstanceIds(String...) - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
- processInstanceIds(List<String>) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
- processInstanceIds(String...) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
- processInstanceIds(Set<String>) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Select process instances whose id is in the given set of ids
- processInstanceIds(String...) - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
- processInstanceIds(List<String>) - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
- ProcessInstanceModificationBatchCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- ProcessInstanceModificationBatchCmd(ModificationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationBatchCmd
-
- 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(CommandContext, String, 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
-
- ProcessInstanceModificationCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- ProcessInstanceModificationCmd(ModificationBuilderImpl, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.ProcessInstanceModificationCmd
-
- ProcessInstanceModificationInstantiationBuilder - Interface in org.camunda.bpm.engine.runtime
-
- ProcessInstanceModificationInstruction - Interface in org.camunda.bpm.engine.impl
-
- processInstancePermissionChecks - Variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
-
- processInstancePermissionChecks - Variable in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
-
- ProcessInstancePermissions - Enum in org.camunda.bpm.engine.authorization
-
- processInstanceQuery(ProcessInstanceQuery) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesSelectBuilder
-
Selects a list of external tasks with the given process instance query.
- processInstanceQuery - Variable in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- processInstanceQuery - Variable in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- processInstanceQuery(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- processInstanceQuery - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- processInstanceQuery(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- processInstanceQuery - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- processInstanceQuery(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- processInstanceQuery - Variable in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- processInstanceQuery(ProcessInstanceQuery) - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
- processInstanceQuery(ProcessInstanceQuery) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
- ProcessInstanceQuery - Interface in org.camunda.bpm.engine.runtime
-
- 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
-
- 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) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceStartListener
-
- ProcessInstanceUpdateListener - Class in org.camunda.bpm.engine.impl.history.parser
-
- ProcessInstanceUpdateListener(HistoryEventProducer) - Constructor for class org.camunda.bpm.engine.impl.history.parser.ProcessInstanceUpdateListener
-
- processInstanceVariableEquals(Map<String, Object>) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define a HashMap of variables and their values to filter correlated tasks.
- processInstanceVariableEquals(String, Object) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define a single variable and its name to filter tasks in a topic.
- processInstanceVariableEquals(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- processInstanceVariableEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- 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.
- processInstanceVariablesEqual(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- processInstanceVariablesEqual(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Correlate the message such that the process instance has the given variables.
- ProcessInstanceWithVariables - Interface in org.camunda.bpm.engine.runtime
-
Represents a process instance with the corresponding latest variables.
- ProcessInstanceWithVariablesImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- ProcessInstanceWithVariablesImpl(ExecutionEntity, VariableMap) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
-
- 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(CommandExecutor) - 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
-
- ProcessSetRemovalTimeJobHandler - Class in org.camunda.bpm.engine.impl.batch.removaltime
-
- ProcessSetRemovalTimeJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.removaltime.ProcessSetRemovalTimeJobHandler
-
- ProcessTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.cmmn.behavior
-
- ProcessTaskActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessTaskActivityBehavior
-
- 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
-
- 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
-
- 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.ProcessInstanceModificationBuilderImpl
-
- processVariablesLocal - Variable in class org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process that have a variable
with the given name and a value greater than the given one.
- processVariableValueGreaterThan(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances 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.
- processVariableValueGreaterThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process that have a variable
with the given name and a value less than the given one.
- processVariableValueLessThan(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process that have a variable
with the given name and a value less than or equal to the given one.
- processVariableValueLessThanOrEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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, Object) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process that have a variable
with the given name and matching the given value.
- processVariableValueLike(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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 interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which have a variable with the given name, but
with a different value than the passed value.
- processVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- processVariableValueNotEquals(String, Object) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.
- produceHistoricExternalTaskCreatedEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- produceHistoricExternalTaskDeletedEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- produceHistoricExternalTaskFailedEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- produceHistoricExternalTaskSuccessfulEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- producePrioritizedExternalTasks - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- producePrioritizedJobs - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- PROJECT_CODE - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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_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_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_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) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
- 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, String, Exception, ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
- propagateEscalation(ActivityExecution, String) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationHandler
-
- propagateException(ActivityExecution, Exception) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
Decides how to propagate the exception properly, e.g.
- propagateExceptionAsError(Exception, ActivityExecution) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnExceptionHandler
-
- propagateExecutionTenantId(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- propagateParentTaskTenantId() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- properties - Variable in class org.camunda.bpm.application.impl.ProcessApplicationInfoImpl
-
- 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 - Class in org.camunda.bpm.engine.impl.core.model
-
Properties that maps property keys to values.
- Properties() - Constructor for class org.camunda.bpm.engine.impl.core.model.Properties
-
- Properties(Map<String, Object>) - Constructor for class org.camunda.bpm.engine.impl.core.model.Properties
-
- properties - Variable in class org.camunda.bpm.engine.impl.core.model.Properties
-
- 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
-
- PROPERTY - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
- PROPERTY - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- 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_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.UserOperationLogContextEntry
-
- propertyChanges(List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- propertyChanges(PropertyChange) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- propertyChanges - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
contains all changed properties of this entity
- 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
-
- PropertyKey<T> - Class in org.camunda.bpm.engine.impl.core.model
-
Key of a typed property.
- PropertyKey(String) - Constructor for class org.camunda.bpm.engine.impl.core.model.PropertyKey
-
- PropertyListKey<T> - Class in org.camunda.bpm.engine.impl.core.model
-
Key of a list property.
- PropertyListKey(String) - Constructor for class org.camunda.bpm.engine.impl.core.model.PropertyListKey
-
- PropertyManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- PropertyManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.PropertyManager
-
- PropertyMapKey<K,V> - Class in org.camunda.bpm.engine.impl.core.model
-
Key of a map property.
- PropertyMapKey(String) - Constructor for class org.camunda.bpm.engine.impl.core.model.PropertyMapKey
-
- PropertyMapKey(String, boolean) - Constructor for class org.camunda.bpm.engine.impl.core.model.PropertyMapKey
-
- propertyName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.PropertyChange
-
the name of the property which has been changed
- PROPERTYNAME_CLASS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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_DELEGATE_EXPRESSION - 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_JOB_DECLARATION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PROPERTYNAME_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PROPERTYNAME_EXTERNAL_TASK_TOPIC - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PROPERTYNAME_HAS_CONDITIONAL_EVENTS - 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_JOB_PRIORITY - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PROPERTYNAME_LANGUAGE - 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_RESOURCE - 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_TASK_PRIORITY - 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_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
-
- PROPERTYNAME_VARIABLE_MAPPING_CLASS - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PROPERTYNAME_VARIABLE_MAPPING_DELEGATE_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- PropertyNotFoundException - Exception in org.camunda.bpm.engine.impl.javax.el
-
- 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
-
- provideHistoryCleanupStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- provideHistoryCleanupStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- provideHistoryCleanupStrategy(CommandContext) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- provideId(ProcessEngine) - Method in interface org.camunda.bpm.engine.impl.metrics.MetricsReporterIdProvider
-
Provides an id that identifies the metrics reported as part of the given engine's
process execution.
- provideId(ProcessEngine) - Method in class org.camunda.bpm.engine.impl.metrics.SimpleIpBasedProvider
-
- provideRemovalTime(CommentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.AddCommentCmd
-
- provideRemovalTime(AttachmentEntity) - Method in class org.camunda.bpm.engine.impl.cmd.CreateAttachmentCmd
-
- provideRemovalTime(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- provideRemovalTime(HistoricBatchEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- provideRemovalTime(HistoryEvent) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultHistoryEventProducer
-
- 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
-
- provideTenantId(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- provideTenantId(DecisionDefinition, HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- provideTenantId(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- provideTenantIdForCaseInstance(TenantIdProviderCaseInstanceContext) - Method in interface org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProvider
-
Invoked when a case instance is started and the Case Definition does not have a tenant id.
- provideTenantIdForHistoricDecisionInstance(TenantIdProviderHistoricDecisionInstanceContext) - Method in interface org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProvider
-
Invoked when a historic decision instance is created and the Decision Definition or the Execution does not have a tenant id.
- provideTenantIdForProcessInstance(TenantIdProviderProcessInstanceContext) - Method in interface org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProvider
-
Invoked when a process instance is started and the Process Definition does not have a tenant id.
- provideVariables() - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- provideVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionEntity
-
- provideVariables() - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableCollectionProvider
-
- provideVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableCollectionProvider
-
- provideVariables() - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.VariableStore.VariablesProvider
-
- provideVariables(Collection<String>) - Method in interface org.camunda.bpm.engine.impl.core.variable.scope.VariableStore.VariablesProvider
-
- provideVariables() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- provideVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- provideVariables() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- provideVariables(Collection<String>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- purge() - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
Purges the database and the deployment cache.
- purgeCache() - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DeploymentCache
-
- PurgeDatabaseAndCacheCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Purges the database and the deployment cache.
- PurgeDatabaseAndCacheCmd() - Constructor for class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- PurgeReport - Class in org.camunda.bpm.engine.impl.management
-
The purge report contains information about the deleted rows for each table
and also the deleted values which are removed from the deployment cache.
- PurgeReport() - Constructor for class org.camunda.bpm.engine.impl.management.PurgeReport
-
- PurgeReporting<T> - Interface in org.camunda.bpm.engine.impl.management
-
Represents an interface for the purge reporting.
- purgeThreadPool() - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPool
-
- purgeThreadPool() - Method in interface org.camunda.bpm.container.impl.jmx.services.JmxManagedThreadPoolMBean
-
- pushSection(ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.ProcessDataLoggingContext
-
Start a new section that keeps track of the pushed properties and update
the MDC.
- put(Object, Object) - Method in class org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
- 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
-
- 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.scripting.engine.ScriptBindings
-
- 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
-
- putListElement(Map<S, List<T>>, S, T) - Method in class org.camunda.bpm.engine.impl.cmd.GetActivityInstanceCmd
-
- putMapEntry(PropertyMapKey<K, V>, K, V) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Insert the value to the map to which the specified property key is mapped.
- putMerged(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
- putPersistent(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
- putTransient(DbEntity) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.cache.DbEntityCache
-
- PVM_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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(PvmAtomicOperation) - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStack
-
- PvmAtomicOperationActivityInitStackNotifyListenerReturn - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
-
- PvmAtomicOperationActivityInitStackNotifyListenerReturn() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityInitStackNotifyListenerReturn
-
- 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
-
- PvmAtomicOperationActivityLeave - Class in org.camunda.bpm.engine.impl.pvm.runtime.operation
-
- PvmAtomicOperationActivityLeave() - Constructor for class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityLeave
-
- 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
-
- PvmLogger - Class in org.camunda.bpm.engine.impl.pvm
-
- PvmLogger() - Constructor for class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- 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
-
- PvmTransition - Interface in org.camunda.bpm.engine.impl.pvm
-
- salt - Variable in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- saltGenerator - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- SaltGenerator - Interface in org.camunda.bpm.engine.impl.digest
-
- saltPassword(String, String) - Static method in class org.camunda.bpm.engine.impl.util.EncryptionUtil
-
- sameBehavior(Class<?>, Class<?>) - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.SameBehaviorInstructionValidator
-
- SameBehaviorInstructionValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
- SameBehaviorInstructionValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.SameBehaviorInstructionValidator
-
- SameBehaviorInstructionValidator(List<Set<Class<?>>>) - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.SameBehaviorInstructionValidator
-
- SameEventScopeInstructionValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
- SameEventScopeInstructionValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.SameEventScopeInstructionValidator
-
- SameEventTypeValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instruction
-
- SameEventTypeValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instruction.SameEventTypeValidator
-
- 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
-
- saturdayHistoryCleanupBatchWindowEndTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- saturdayHistoryCleanupBatchWindowStartTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- 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
-
- saveConfiguration(ByteArrayManager, T) - Method in class org.camunda.bpm.engine.impl.batch.AbstractBatchJobHandler
-
- 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(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
-
- saveTenant(Tenant) - Method in interface org.camunda.bpm.engine.IdentityService
-
Saves the tenant.
- saveTenant(Tenant) - Method in class org.camunda.bpm.engine.impl.identity.db.DbIdentityServiceProvider
-
- saveTenant(Tenant) - Method in interface org.camunda.bpm.engine.impl.identity.WritableIdentityProvider
-
Allows saving a
Tenant
object which is not yet persistent.
- saveTenant(Tenant) - Method in class org.camunda.bpm.engine.impl.IdentityServiceImpl
-
- SaveTenantCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SaveTenantCmd(Tenant) - Constructor for class org.camunda.bpm.engine.impl.cmd.SaveTenantCmd
-
- 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
-
- saveUser(User, boolean) - 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
-
- SaveUserCmd(User, boolean) - 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
-
- ScanException(int, String, String) - Constructor for exception org.camunda.bpm.engine.impl.juel.Scanner.ScanException
-
- 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.ScanException - Exception in org.camunda.bpm.engine.impl.juel
-
Scan exception type
- Scanner.Symbol - Enum in org.camunda.bpm.engine.impl.juel
-
Symbol type
- Scanner.Token - Class in org.camunda.bpm.engine.impl.juel
-
- 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
-
- 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.threading.se.SeExecutorService
-
- schedule(TimerEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobManager
-
- scheduleAtomicOperationAsync(AtomicOperationInvocation) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- scheduleEventAsync(Object, Object, String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- scheduleProcessDefinitionActivation(CommandContext, DeploymentWithDefinitions) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- scheduleSuspensionStateUpdate(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- scheduleTimer(TimerEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- SchemaLogEntry - Interface in org.camunda.bpm.engine.management
-
Log entry for database schema version changes.
- SchemaLogEntryEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- SchemaLogEntryEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- SchemaLogManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- SchemaLogManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogManager
-
- SchemaLogQuery - Interface in org.camunda.bpm.engine.management
-
- SchemaLogQueryImpl - Class in org.camunda.bpm.engine.impl
-
- SchemaLogQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.SchemaLogQueryImpl
-
- schemaOperationsCommand - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- SchemaOperationsCommand - Interface in org.camunda.bpm.engine
-
- 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
-
- scopeExecutions - Variable in 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
-
- ScopeImpl.BacklogErrorCallback - Interface in org.camunda.bpm.engine.impl.pvm.process
-
Represents the backlog error callback interface.
- scopeInstanceBranch - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstanceTopDownWalker.MigrationContext
-
- scopeInstances - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingScopeInstanceBranch
-
- 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
-
- scopeNotFoundException(String, String) - Method in class org.camunda.bpm.engine.impl.pvm.PvmLogger
-
- scopes - Variable in class org.camunda.bpm.engine.impl.tree.ScopeCollector
-
- scopeStack - Variable in class org.camunda.bpm.engine.impl.pvm.ProcessDefinitionBuilder
-
- 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_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- SCRIPT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- SCRIPT_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.engine.impl.scripting.engine.ScriptEngineResolver
-
- scriptEngineResolver - Variable in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- scriptEngineResolver(DmnScriptEngineResolver) - Method in class org.camunda.bpm.engine.impl.dmn.configuration.DmnEngineConfigurationBuilder
-
- ScriptEngineResolver - Class in org.camunda.bpm.engine.impl.scripting.engine
-
- ScriptEngineResolver(ScriptEngineManager) - Constructor for class org.camunda.bpm.engine.impl.scripting.engine.ScriptEngineResolver
-
- scriptEngineResolver - Variable in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
-
- 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
-
- 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
-
- ScriptFactory() - Constructor for class org.camunda.bpm.engine.impl.scripting.ScriptFactory
-
- scriptingEngines - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- ScriptingEngines - Class in org.camunda.bpm.engine.impl.scripting.engine
-
- 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
-
- ScriptInvocation(ExecutableScript, VariableScope, BaseDelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.delegate.ScriptInvocation
-
- ScriptLogger - Class in org.camunda.bpm.engine.impl.scripting
-
- ScriptLogger() - Constructor for class org.camunda.bpm.engine.impl.scripting.ScriptLogger
-
- 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.
- ScriptTaskActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- ScriptTaskActivityBehavior(ExecutableScript, String) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ScriptTaskActivityBehavior
-
- ScriptTaskListener - Class in org.camunda.bpm.engine.impl.task.listener
-
- ScriptTaskListener(ExecutableScript) - Constructor for class org.camunda.bpm.engine.impl.task.listener.ScriptTaskListener
-
- 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
-
- secureRandom - Variable in class org.camunda.bpm.engine.impl.digest.Base64EncodedSaltGenerator
-
- SECURITY_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- SecurityLogger - Class in org.camunda.bpm.engine.impl.digest
-
- SecurityLogger() - Constructor for class org.camunda.bpm.engine.impl.digest.SecurityLogger
-
- seedJobDefinition - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- seedJobDefinitionId - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- seedJobDefinitionId - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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.AbstractRenderFormDelegate
-
- SELECT_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- SELECT_METER_INTERVAL - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- SELECT_METER_SUM - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogManager
-
- SELECT_TABLE_COUNT - Static variable in class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- 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.AbstractRenderFormDelegate
-
- SELECTED_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- selectExternalTasksForTopics(Collection<TopicFetchInstruction>, int, boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskManager
-
- selectHistoricProcessInstanceDurationReport(HistoricProcessInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportManager
-
- selectHistoricTaskInstanceCountByProcDefKeyReport(HistoricTaskInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- selectHistoricTaskInstanceCountByTaskNameReport(HistoricTaskInstanceReportImpl) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- 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
-
- selectTableCountForTable(String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- send() - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- send() - Method in interface org.camunda.bpm.engine.runtime.SignalEventReceivedBuilder
-
Delivers the signal to waiting executions and process definitions.
- sendingEmailException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- sendSignal(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
-
- sendSignalToExecution(CommandContext, String, String) - Method in class org.camunda.bpm.engine.impl.cmd.SignalEventReceivedCmd
-
- 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_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartQueryProperty
-
- 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
-
- sentryMap - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnActivity
-
- 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
-
- sequenceCounter - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- sequenceCounter(long) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- 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
-
- 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
-
- 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
-
- serializationDataFormat - Variable in class org.camunda.bpm.engine.impl.variable.serializer.AbstractSerializableValueSerializer
-
- serializer - Variable in class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- 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.util.TypedValueField
-
- serializerNotDefinedException(Object) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- serializerOutOfContextException() - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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
-
- serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
-
- serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
-
- serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
-
- serialVersionUID - Static variable in class org.camunda.bpm.engine.impl.cmd.UnlockJobCmd
-
- 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
-
- SERVER - Static variable in class org.camunda.bpm.container.impl.tomcat.deployment.TomcatAttachments
-
- 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
-
- SERVICE_NAME_PLATFORM_PLUGINS - Static variable in class org.camunda.bpm.container.impl.RuntimeContainerDelegateImpl
-
- serviceAdded(String) - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation
-
- 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
-
- serviceRealm - Variable in enum org.camunda.bpm.container.impl.spi.ServiceTypes
-
- servicesByName - Variable in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
-
- ServiceTaskDelegateExpressionActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- 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
-
- 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
-
- ServiceTypes - Enum in org.camunda.bpm.container.impl.spi
-
The service types managed by this container.
- servletContext - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
-
- servletContextName - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
-
- servletContextPath - Variable in class org.camunda.bpm.application.impl.ServletProcessApplication
-
- servletDeployerNoPaFound(String) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- ServletProcessApplication - Class in org.camunda.bpm.application.impl
-
- ServletProcessApplication() - Constructor for class org.camunda.bpm.application.impl.ServletProcessApplication
-
- ServletProcessApplicationDeployer - Class in org.camunda.bpm.application.impl
-
- 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(ProcessApplicationIdentifier) - Static method in class org.camunda.bpm.application.impl.ProcessApplicationContextImpl
-
- set(RuntimeContainerDelegate) - Method in class org.camunda.bpm.container.RuntimeContainerDelegate.RuntimeContainerDelegateInstance
-
- set(int) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesBuilder
-
Sets the retries for external tasks.
- set(int) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- set(boolean) - Static method in class org.camunda.bpm.engine.impl.context.ProcessEngineContextImpl
-
- set(PropertyKey<T>, T) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Associates the specified value with the specified property key.
- set(PropertyListKey<T>, List<T>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Associates the specified list with the specified property key.
- set(PropertyMapKey<K, V>, Map<K, V>) - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Associates the specified map with the specified property key.
- setAcquireJobsCmdFactory(AcquireJobsCommandFactory) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setAcquisitionException(Exception) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- setAcquisitionTime(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- setAction(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- 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
-
- 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.jobexecutor.JobDeclaration
-
- 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(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult
-
- 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.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.HistoricDecisionInstanceEntity
-
- setActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- 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.incident.IncidentContext
-
- 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.ExternalTaskEntity
-
- 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
-
- 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.HistoricDecisionInstanceEntity
-
- 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.HistoricExternalTaskLogEntity
-
- 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.ExternalTaskEntity
-
- 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
-
- setActivityInstanceState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- setActivityInstanceTreeToCancel(ActivityInstance) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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
-
- 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
-
- setAdminGroups(List<String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setAdministratorGroupName(String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
-
- setAdministratorUserName(String) - Method in class org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin
-
- setAdminUsers(List<String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setAllDeploymentIds(Set<String>) - Method in class org.camunda.bpm.container.impl.deployment.util.DeployedProcessArchive
-
- setAllowedClasses(String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- setAllowedClasses(String) - Method in interface org.camunda.bpm.engine.runtime.WhitelistingDeserializationTypeValidator
-
Set the allowed class names
- setAllowedPackages(String) - Method in class org.camunda.bpm.engine.impl.runtime.DefaultDeserializationTypeValidator
-
- setAllowedPackages(String) - Method in interface org.camunda.bpm.engine.runtime.WhitelistingDeserializationTypeValidator
-
Set the allowed package names
- setAllVariables(boolean) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- setAnnotation(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setAnnotation(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- setAnnotation(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setAnnotation(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- setAnnotation(String) - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Provides annotation for the current modification.
- setAnnotation(String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
-
Provides annotation for the current modification.
- SetAnnotationForOperationLog - Class in org.camunda.bpm.engine.impl
-
- SetAnnotationForOperationLog(String, String) - Constructor for class org.camunda.bpm.engine.impl.SetAnnotationForOperationLog
-
- setAnnotationForOperationLogById(String, String) - Method in interface org.camunda.bpm.engine.HistoryService
-
Set an annotation to user operation log entries.
- setAnnotationForOperationLogById(String, String) - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- setAnnotationInternal(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- setAnnotationInternal(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- 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 interface org.camunda.bpm.engine.task.Task
-
- 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
-
- setAssigneeWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setAssignerId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- setAsync(int) - Method in interface org.camunda.bpm.engine.externaltask.UpdateExternalTaskRetriesBuilder
-
Sets the retries for external tasks asynchronously as batch.
- setAsync(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- setAsync(int) - Method in class org.camunda.bpm.engine.impl.cmd.UpdateExternalTaskRetriesBuilderImpl
-
- 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
-
- setAtomicChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- setAtomicOperation(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- setAtomicPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- setAttempts(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- setAuthCheck(AuthorizationCheck) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- setAuthDefaultPerm(int) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- 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
-
- setAuthentication(String, List<String>) - Method in interface org.camunda.bpm.engine.IdentityService
-
Passes the authenticated user id and groupIds for this thread.
- setAuthentication(String, List<String>, List<String>) - Method in interface org.camunda.bpm.engine.IdentityService
-
Passes the authenticated user id, group ids and tenant ids 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
-
- setAuthentication(String, List<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
-
- setAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- setAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setAuthorizationCheckRevokes(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- setAuthTenantIds(List<String>) - Method in class org.camunda.bpm.engine.impl.db.TenantCheck
-
- setAuthUserId(String) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- setAutoActivate(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- 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.
- setAverage(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- setBackoffDecreaseThreshold(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setBackoffTimeInMillis(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setBatch(BatchEntity) - Method in class org.camunda.bpm.engine.impl.batch.BatchJobContext
-
- setBatchHandlers(Map<String, BatchJobHandler<?>>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setBatchId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setBatchJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setBatchJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setBatchJobPriority(long) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchJobsPerSeed(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setBatchJobsPerSeed(int) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setBatchJobsPerSeed(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchOperationHistoryTimeToLive(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchOperationsForHistoryCleanup(Map<String, String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchPollTime(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBatchType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- setBatchWindowManager(BatchWindowManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBeans(Map<Object, Object>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBinding(BaseCallableElement.CallableElementBinding) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- 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.
- setBpmnParser(BpmnParser) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- setBpmnStacktraceVerbose(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBusinessCalendarManager(BusinessCalendarManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setBusinessKey(boolean) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
-
- setBusinessKey(boolean) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
-
- 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.persistence.entity.ExternalTaskEntity
-
- setBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionImpl
-
- setBusinessKeyFieldId(String) - Method in class org.camunda.bpm.engine.impl.form.handler.DefaultFormHandler
-
- 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.HistoricDetailVariableInstanceUpdateEntity
-
- setByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setByteArrayValue(byte[]) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.util.ByteArrayField
-
- setByteArrayValue(byte[], boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- setByteArrayValue(ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- 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.history.event.HistoricDecisionInputInstanceEntity
-
- setByteArrayValueId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- setCacheCapacity(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setCacheFactory(CacheFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setCachePurgeReport(CachePurgeReport) - Method in class org.camunda.bpm.engine.impl.management.PurgeReport
-
- 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(BaseCallableElement) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CallingTaskActivityBehavior
-
- 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
-
- 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
-
- setCancelBoundaryEvent(PvmActivity) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.CancelEndEventActivityBehavior
-
- setCancelCurrentActiveActivityInstances(boolean) - Method in class org.camunda.bpm.engine.impl.cmd.ActivityCancellationCmd
-
- 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
-
- setCaseActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
- 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
-
- setCaseActivityType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
- 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
-
- setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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
-
- setCaseDefinitionIdIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- 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.CleanableHistoricCaseInstanceReportResultEntity
-
- setCaseDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setCaseDefinitionKeyIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- setCaseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setCaseDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- setCaseDefinitionVersion(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- 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(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setCaseExecution(CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setCaseExecutionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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
-
- 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
-
- setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setCaseInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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 interface org.camunda.bpm.engine.task.Task
-
The case instance id for which this task is associated for.
- setCaseInstanceIdWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- setCategory(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setCategory(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setCategory(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setCategory(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setCategory(String) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- 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
-
- setCharset(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
-
- setChildActivityInstances(ActivityInstance[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- setChildTransitionInstances(TransitionInstance[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- setClassLoader(ClassLoader) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setClassLoader(ClassLoader) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setClauseId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setClauseId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setClauseName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setClauseName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setCleanableBatchesCount(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- setCleanableCaseInstanceCount(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- setCleanableDecisionInstanceCount(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setCleanableProcessInstanceCount(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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
-
- 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
-
- setCollectResultValue(Double) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setColumnNames(List<String>) - Method in class org.camunda.bpm.engine.management.TableMetaData
-
- setColumnTypes(List<String>) - Method in class org.camunda.bpm.engine.management.TableMetaData
-
- setCommandCheckers(List<CommandChecker>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.historycleanup.HistoryCleanupHandler
-
- 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
-
- setCompiledScript(CompiledScript) - Method in class org.camunda.bpm.engine.impl.scripting.CompiledExecutableScript
-
- 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
-
- setCompletionConditionExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- setCompositeChecks(List<CompositePermissionCheck>) - Method in class org.camunda.bpm.engine.impl.db.CompositePermissionCheck
-
- 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
-
- setConditionalActivity(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- setConditionAsString(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- setConditionHandler(ConditionHandler) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setConfig(String) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldValidationConstraintHandler
-
- setConfiguration(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setConfiguration(ByteArrayEntity) - Method in class org.camunda.bpm.engine.impl.batch.BatchJobContext
-
- 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.incident.IncidentContext
-
- setConfiguration(HistoryCleanupJobHandlerConfiguration) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupHandler
-
- 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
-
- setConfigurationBytes(byte[]) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setConfigurationClass(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- 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
-
- setContextClassloader(ClassLoader) - Static method in class org.camunda.bpm.engine.impl.util.ClassLoaderUtil
-
- 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
-
- setCount(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- setCountEmptyRuns(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- setCreated(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- setCreateDiagramOnDeploy(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.HistoricDecisionInputInstanceEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.AttachmentEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- setCreateTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setCreateUserId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setCreateUserId(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setCreateUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- setCurrentJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setCurrentJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
-
- setCurrentProcessApplication(String) - Static method in class org.camunda.bpm.application.ProcessApplicationContext
-
- setCurrentProcessApplication(ProcessApplicationReference) - Static method in class org.camunda.bpm.application.ProcessApplicationContext
-
- setCurrentProcessApplication(ProcessApplicationInterface) - Static method in class org.camunda.bpm.application.ProcessApplicationContext
-
- 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
-
- setCurrentTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricBatchReportImpl
-
- setCurrentTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- setCurrentTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- setCurrentTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- setCustomBatchJobHandlers(List<BatchJobHandler<?>>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setCustomPasswordChecker(List<PasswordEncryptor>) - 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
-
- setCustomPostMigratingActivityInstanceValidators(List<MigratingActivityInstanceValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setCustomPostMigrationActivityValidators(List<MigrationActivityValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setCustomPostMigrationInstructionValidators(List<MigrationInstructionValidator>) - 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
-
- setCustomPreMigratingActivityInstanceValidators(List<MigratingActivityInstanceValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setCustomPreMigrationActivityValidators(List<MigrationActivityValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setCustomPreMigrationInstructionValidators(List<MigrationInstructionValidator>) - 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
-
- setCustomSessionFactories(List<SessionFactory>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDatabasePurgeReport(DatabasePurgeReport) - Method in class org.camunda.bpm.engine.impl.management.PurgeReport
-
- 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
-
- 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
-
- setDataSourceJndiName(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDbContainsLicenseKey(boolean) - Method in class org.camunda.bpm.engine.impl.management.DatabasePurgeReport
-
- 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
-
- setDecisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setDecisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setDecisionDefinitionIdIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- setDecisionDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setDecisionDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setDecisionDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- setDecisionDefinitionKeyIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- setDecisionDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setDecisionDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setDecisionDefinitionVersion(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setDecisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceStatisticsQueryImpl
-
- setDecisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setDecisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setDecisionRequirementsDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setDecisionRequirementsDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setDecisionRequirementsDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setDecisionRequirementsDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setDecisionService(DecisionService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDecisionService(DecisionService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setDecisionTableResultMapper(DecisionResultMapper) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.DmnDecisionTaskActivityBehavior
-
- setDefault(boolean) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEngineXmlImpl
-
- setDefaultCharset(Charset) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDefaultCharsetName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDefaultDeployToEngineName(String) - Method in class org.camunda.bpm.application.AbstractProcessApplication
-
Programmatically set the name of the Process Engine to deploy to if no Process Engine
is defined in processes.xml
.
- 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
-
- setDefaultUserPermissionForTask(Permission) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDefaultUserPermissionNameForTask(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDefaultValue(Object) - Method in class org.camunda.bpm.engine.impl.form.FormFieldImpl
-
- setDefaultValueExpression(Expression) - Method in class org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
-
- 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.BaseCallableElement
-
- 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(DelegationState) - Method in interface org.camunda.bpm.engine.task.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
-
- setDeletedIncidents(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- setDeleteReason(String) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- 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
-
- setDeleteRoot(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setDeleteStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- setDependentJobInstance(MigratingAsyncJobInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- 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.cache.CacheDeployer
-
- setDeployers(List<Deployer>) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.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
-
- setDeploymentCache(DeploymentCache) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDeploymentCharset(Charset) - Method in class org.camunda.bpm.engine.impl.RepositoryServiceImpl
-
- setDeploymentHandlerFactory(DeploymentHandlerFactory) - 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.BaseCallableElement
-
- setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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.history.event.UserOperationLogEntryEventEntity
-
- setDeploymentId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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 interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- 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, DeploymentBuilderImpl, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.DeployCmd
-
- setDeploymentSynchronized(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
Sets if deployment processing must be synchronized.
- 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 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
- setDescriptionExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- setDescriptionWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setDeserializationAllowedClasses(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDeserializationAllowedPackages(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDeserializationTypeValidationEnabled(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDeserializationTypeValidator(DeserializationTypeValidator) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDeserializeVariables(boolean) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- 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
-
- setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setDiagramResourceName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setDiagramResourceName(String) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setDir(File) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
-
- setDirection(Direction) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- setDisabledPermissions(List<String>) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setDisableStrictCallActivityValidation(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDiscretionaryElementHandlers(Map<Class<? extends PlanItemDefinition>, ItemHandler>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
-
- setDmnEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDmnEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- setDmnEngine(DmnEngine) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDmnEngineConfiguration(DefaultDmnEngineConfiguration) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setDmnHistoryEventProducer(DmnHistoryEventProducer) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.HistoricDecisionInputInstanceEntity
-
- setDoubleValue(Double) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- 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.AcquirableJobEntity
-
- setDueDate(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- 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
-
- setEnableCmdExceptionLogging(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setEnableExceptionsAfterUnhandledBpmnError(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setEnableExpressionsInAdhocQueries(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setEnableExpressionsInStoredQueries(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setEnableFetchProcessDefinitionDescription(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setEnableFetchScriptEngineFromProcessApplication(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setEnableGracefulDegradationOnContextSwitchFailure(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
If set to true, the process engine will tolerate certain exceptions that may result
from the fact that it cannot switch to the context of a process application that has made
a deployment.
- setEnablePasswordPolicy(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setEnableReducedJobExceptionLogging(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- setEnableXxeProcessing(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setEnableXxeProcessing(boolean) - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- setEnd(Date) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- setEndActivityId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- setEnded(boolean) - Method in interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityExecution
-
- setEnded(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setEndTime(Date) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- 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
-
- setEnforceSpecificVariablePermission(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setEnsureJobDueDateNotNull(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.UserOperationLogContextEntry
-
- 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
-
- 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
-
- 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.
- setErrorDetails(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setErrorDetails(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setErrorDetailsByteArrayId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setErrorMessage(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setErrorMessage(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setErrorMessageExpression(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.ErrorEndEventActivityBehavior
-
- setErrorMessageExpression(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Error
-
- setErrorMessageVariable(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- setErrorMessageVariableOnErrorEventDefinition(Element, ErrorEventDefinition) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
Sets the value for "camunda:errorMessageVariable" on the passed definition if
it's present.
- setEscalationCode(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- setEscalationCode(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- setEscalationCodeVariable(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EscalationEventDefinition
-
- setEvaluations(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DecisionInstanceStatisticsImpl
-
- setEvaluationTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- 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
-
- 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
-
- 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
-
- setExceptionStacktrace(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setExclusive(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
- setExclusive(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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(PvmExecutionImpl) - 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
-
- setExecutionContext(BaseDelegateExecution) - Method in class org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
-
- setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- setExecutionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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.ExternalTaskEntity
-
- 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
-
- 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
-
- setExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.SignalDefinition
-
- setExpression(Expression) - Method in class org.camunda.bpm.engine.impl.el.ElValueProvider
-
- setExpressionFactory(ExpressionFactory) - Method in class org.camunda.bpm.engine.impl.el.ExpressionManager
-
- 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
-
- setExternallyTerminated(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setExternalTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setExternalTaskId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setExternalTaskId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- SetExternalTaskPriorityCmd - Class in org.camunda.bpm.engine.impl.cmd
-
Represents the command to set the priority of an existing external task.
- SetExternalTaskPriorityCmd(String, long) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetExternalTaskPriorityCmd
-
- setExternalTaskPriorityProvider(PriorityProvider<ExternalTaskActivityBehavior>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- SetExternalTaskRetriesBatchConfigurationJsonConverter - Class in org.camunda.bpm.engine.impl.batch.externaltask
-
- SetExternalTaskRetriesBatchConfigurationJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
- SetExternalTaskRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetExternalTaskRetriesCmd(String, int, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetExternalTaskRetriesCmd
-
- SetExternalTaskRetriesJobHandler - Class in org.camunda.bpm.engine.impl.batch.externaltask
-
- SetExternalTaskRetriesJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesJobHandler
-
- setExternalTaskService(ExternalTaskService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setExternalTaskService(ExternalTaskService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- SetExternalTasksRetriesBatchCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetExternalTasksRetriesBatchCmd(UpdateExternalTaskRetriesBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesBatchCmd
-
- SetExternalTasksRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetExternalTasksRetriesCmd(UpdateExternalTaskRetriesBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetExternalTasksRetriesCmd
-
- setFactory(CmmnTransformFactory) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
-
- setFailedJobCommandFactory(FailedJobCommandFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFailedJobListenerMaxRetries(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFailedJobRetryTimeCycle(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFailedJobRetryTimeCycleValue(Element, ActivityImpl) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- setFailedJobs(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- 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
-
- setFailIfNotExists(boolean) - Method in class org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
- setFailure(Exception) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
- setFailure(Throwable) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
-
- setFallbackSerializerFactory(VariableSerializerFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setFilterService(FilterService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFilterService(FilterService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setFilterVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setFinished(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- setFinishedBatchesCount(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- setFinishedCaseInstanceCount(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- setFinishedDecisionInstanceCount(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setFinishedProcessInstanceCount(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- setFirstName(String) - Method in interface org.camunda.bpm.engine.identity.User
-
- setFirstName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- 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
-
- setFollowUpDate(Date) - Method in interface org.camunda.bpm.engine.delegate.DelegateTask
-
Change follow-up date of the task.
- 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 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
-
- setFollowUpDateWithoutCascade(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setFollowUpJobCreated(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- setFollowUpNullAccepted(boolean) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- setForceCloseMybatisConnectionPool(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- 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
-
- setFridayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFridayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setFrom(Email, String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MailActivityBehavior
-
- setFulfilledRules(List<PasswordPolicyRule>) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- 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.
- setGeneralResourceWhitelistPattern(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- setGroup(GroupEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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.history.event.HistoricIdentityLinkLogEventEntity
-
- 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
-
- setGroupName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- setGroupResourceWhitelistPattern(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setHandlerRegistry(DefaultCmmnElementHandlerRegistry) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransform
-
- setHasRemovalTime(boolean) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- 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
-
- setHierarchical(boolean) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- setHintJobExecutor(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setHistoricBatchIds(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- setHistoricCaseInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- setHistoricDataService(HistoryService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setHistoricDecisionInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- setHistoricProcessInstanceIds(List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
- setHistory(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistory(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setHistoryCleanupBatchSize(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchThreshold(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchWindowEndTimeAsDate(Date) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchWindows(Map<Integer, BatchWindowConfiguration>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupBatchWindowStartTimeAsDate(Date) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupDegreeOfParallelism(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupMetricsEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryCleanupStrategy(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryConfiguration(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- setHistoryConfiguration(String) - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- setHistoryConfiguration(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- 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(HistoryLevel) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryLevel(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setHistoryLevelCommand(HistoryLevelSetupCommand) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setHistoryRemovalTimeProvider(HistoryRemovalTimeProvider) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryRemovalTimeStrategy(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryService(HistoryService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryService(HistoryService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setHistoryTimeToLive(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricBatchesReportResultEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- setHistoryTimeToLive(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setHistoryTimeToLive(Integer) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setId(String) - Method in interface org.camunda.bpm.engine.identity.Group
-
- setId(String) - Method in interface org.camunda.bpm.engine.identity.Tenant
-
- setId(String) - Method in interface org.camunda.bpm.engine.identity.User
-
- setId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- setId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.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.MetricIntervalEntity
-
- 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.SchemaLogEntryEntity
-
- 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.TenantEntity
-
- setId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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 interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setId(String) - Method in class org.camunda.bpm.engine.repository.DiagramElement
-
- 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.AbstractDefinitionDeployer
-
- setIdGenerator(IdGenerator) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setIdMethod(Method) - Method in class org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
-
- setIds(List<String>) - Method in class org.camunda.bpm.engine.impl.batch.BatchConfiguration
-
- setIfPart(CmmnIfPartDeclaration) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnSentryDeclaration
-
- setIgnoreForeignKeysForNextFlush(boolean) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- setImmediatelyDue(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- setImmediatelyDue(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- setIncidentHandlers(Map<String, IncidentHandler>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setIncidentIds(String[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
- setIncidentIds(String[]) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
-
- 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
-
- setIncidentPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
-
- setIncidentPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
-
- 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.engine.impl.persistence.entity.IncidentEntity
-
- 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
-
- setIncidenType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentStatisticsEntity
-
- 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
-
- setInitialVariables(boolean) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setInputParameters(List<InputParameter>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
-
- setInputs(List<HistoricDecisionInputInstance>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setInsertStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- 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
-
- setInstantiationStack(InstantiationStack) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.ExecutionStartContext
-
- setInstructions(List<MigrationInstruction>) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- setInstructions(List<AbstractProcessInstanceModificationCommand>) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- setInstructions(List<AbstractProcessInstanceModificationCommand>) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- setInstructions(List<AbstractProcessInstanceModificationCommand>) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setInterrupting(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- setInterruptingTimer(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- setInvocationsPerBatchJob(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setInvocationsPerBatchJob(int) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setInvocationsPerBatchJob(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setInvokeCustomVariableListeners(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setIoMapping(IoMapping) - Method in class org.camunda.bpm.engine.impl.core.model.CoreActivity
-
- setJavaSerializationFormatEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setJdbcBatchProcessing(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- setJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobFailureCollector
-
- 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
-
- setJobAdded(boolean) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- 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
-
- setJobDeclaration(EventSubscriptionJobDeclaration) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.EventSubscriptionDeclaration
-
- setJobDefinition(JobDefinition) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setJobDefinitionConfiguration(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- 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.incident.IncidentContext
-
- setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
- setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- setJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- SetJobDefinitionPriorityCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobDefinitionPriorityCmd(String, Long, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobDefinitionPriorityCmd
-
- setJobDefinitionState(CommandContext, String) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- setJobDefinitionType(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- 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, boolean) - 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(String, Date, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets a new due date for the provided id.
- SetJobDuedateCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobDuedateCmd(String, Date, boolean) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobDuedateCmd
-
- setJobExceptionMessage(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- 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
-
- setJobExecutorAcquireByPriority(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setJobExecutorActivate(ProcessEngineConfigurationImpl, Map<String, String>) - Method in class org.camunda.bpm.container.impl.deployment.StartProcessEngineStep
-
- 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(JobHandlerConfiguration) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setJobHandlerConfigurationRaw(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.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.jobexecutor.historycleanup.HistoryCleanupHandler
-
- setJobId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setJobPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ActivityStatisticsQueryImpl
-
- setJobPermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.DeploymentStatisticsQueryImpl
-
- setJobPriority(long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- setJobPriority(String, long) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setJobPriority(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- setJobPriority(String, long) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets a new priority for the job with the provided id.
- SetJobPriorityCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobPriorityCmd(String, long) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobPriorityCmd
-
- setJobPriorityProvider(PriorityProvider<JobDeclaration<?, ?>>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setJobPriorityProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobDeclaration
-
- 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(List<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(List<String>, int) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets the number of retries that jobs have left.
- setJobRetriesAsync(List<String>, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setJobRetriesAsync(JobQuery, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setJobRetriesAsync(List<String>, JobQuery, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setJobRetriesAsync(List<String>, ProcessInstanceQuery, int) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setJobRetriesAsync(List<String>, int) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets the number of retries that jobs have left asynchronously.
- setJobRetriesAsync(JobQuery, int) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets the number of retries that jobs have left asynchronously.
- setJobRetriesAsync(List<String>, JobQuery, int) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets the number of retries that jobs have left asynchronously.
- setJobRetriesAsync(List<String>, ProcessInstanceQuery, int) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets the number of retries that jobs have left asynchronously.
- SetJobRetriesBatchConfigurationJsonConverter - Class in org.camunda.bpm.engine.impl.batch.job
-
- SetJobRetriesBatchConfigurationJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
-
- 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(String, int, CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetJobRetriesCmd
-
- SetJobRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobRetriesCmd(String, String, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobRetriesCmd
-
- SetJobRetriesJobHandler - Class in org.camunda.bpm.engine.impl.batch.job
-
- SetJobRetriesJobHandler() - Constructor for class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesJobHandler
-
- setJobsCreated(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- SetJobsRetriesBatchCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobsRetriesBatchCmd(List<String>, JobQuery, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesBatchCmd
-
- SetJobsRetriesByProcessBatchCmd - Class in org.camunda.bpm.engine.impl
-
- SetJobsRetriesByProcessBatchCmd(List<String>, ProcessInstanceQuery, int) - Constructor for class org.camunda.bpm.engine.impl.SetJobsRetriesByProcessBatchCmd
-
- SetJobsRetriesCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetJobsRetriesCmd(List<String>, int) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetJobsRetriesCmd
-
- setJobType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- 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.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setKey(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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 interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setKey(String) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- 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
-
- setLastFailureLogId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setLastFailureLogId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setLastName(String) - Method in interface org.camunda.bpm.engine.identity.User
-
- setLastName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- setLastTransactionState(TransactionState) - Method in class org.camunda.bpm.engine.impl.cfg.standalone.StandaloneTransactionContext
-
- setLicenseKey(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setLicenseKey(String) - Method in interface org.camunda.bpm.engine.ManagementService
-
Set the license key.
- SetLicenseKeyCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetLicenseKeyCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetLicenseKeyCmd
-
- 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
-
- setLocale(Locale) - Method in class org.camunda.bpm.engine.impl.javax.el.ELContext
-
Set the Locale for this instance.
- setLocalVariables(boolean) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setLockExpirationTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- setLockExpirationTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setLockExpirationTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- 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.AcquirableJobEntity
-
- 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
-
- setLoggingContextActivityId(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoggingContextApplicationName(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoggingContextBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoggingContextProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoggingContextProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoggingContextTenantId(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoginDelayBase(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoginDelayFactor(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoginDelayMaxTime(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLoginMaxAttempts(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setLogUserOperationEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setLongValue(Long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- setLoopCardinalityExpression(Expression) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.MultiInstanceActivityBehavior
-
- 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
-
- setMaxBackoff(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setMaximum(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- 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
-
- setMaxPoolSize(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
-
- setMaxResults(int) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- setMaxResults(int) - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- setMaxWait(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setmBeanServer(MBeanServer) - Method in class org.camunda.bpm.container.impl.jmx.MBeanServiceContainer
-
- setMessage(String) - Method in exception org.camunda.bpm.engine.delegate.BpmnError
-
- 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
-
- 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
-
- setMetricsReporterIdProvider(MetricsReporterIdProvider) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMigratingActivityInstanceValidators(List<MigratingActivityInstanceValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMigrationActivityMatcher(MigrationActivityMatcher) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMigrationInstructionGenerator(MigrationInstructionGenerator) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMigrationInstructionValidators(List<MigrationInstructionValidator>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMigrationPlan(MigrationPlan) - Method in class org.camunda.bpm.engine.impl.migration.batch.MigrationBatchConfiguration
-
- setMilliseconds(Long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- setMinimum(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DurationReportResultEntity
-
- setMinuteFrom(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- setMinuteFrom(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- setMinuteTo(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupContext
-
- setMinuteTo(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- setModel(CmmnModelInstance) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.CmmnHandlerContext
-
- setModificationBuilder(ProcessInstanceModificationBuilderImpl) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- setModificationOperations(List<AbstractProcessInstanceModificationCommand>) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- setModificationReason(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- setMondayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMondayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setMonitorJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setMonitorJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setMsg(String) - Method in class org.camunda.bpm.engine.impl.ant.LaunchTask
-
- 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.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 interface org.camunda.bpm.engine.identity.Tenant
-
- setName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.Escalation
-
- setName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
-
- 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.SimpleVariableInstance
-
- setName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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.MetricIntervalEntity
-
- 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.TenantEntity
-
- 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.repository.CandidateDeploymentImpl
-
- setName(String) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- 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 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.
- setNameExpression(Expression) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- 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(PvmActivity) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setOpenIncidents(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- setOperation(String) - Method in class org.camunda.bpm.engine.impl.identity.IdentityOperationResult
-
- setOperationId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setOperationId(String) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setOperationId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContext
-
- 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.HistoricIdentityLinkLogEventEntity
-
- setOperationType(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setOperationType(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setOrderingProperties(List<QueryOrderingProperty>) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- 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
-
- setOrQueryActive() - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- setOrQueryActive() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- setOrQueryActive() - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- setOrQueryActive() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- setOuputParameters(List<OutputParameter>) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoMapping
-
- setOutgoingTransitions(List<TransitionImpl>) - Method in class org.camunda.bpm.engine.impl.pvm.process.ActivityImpl
-
- setOutputs(List<HistoricDecisionOutputInstance>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setOverridingJobPriorityForJobDefinition(String, long) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setOverridingJobPriorityForJobDefinition(String, long, boolean) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- setOverridingJobPriorityForJobDefinition(String, long) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets an explicit priority for jobs of the given job definition.
- setOverridingJobPriorityForJobDefinition(String, long, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
-
Sets an explicit default priority for jobs of the given job definition.
- 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 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.
- setOwnerWithoutCascade(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- 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(MigratingScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstance
-
- setParent(MigratingScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingCompensationEventSubscriptionInstance
-
- setParent(MigratingScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventScopeInstance
-
- setParent(MigratingScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- setParent(MigratingScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- 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
-
- 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 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
-
- setParsedBatchOperationsForHistoryCleanup(Map<String, Integer>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setParseListeners(List<BpmnParseListener>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParser
-
- setParticipantProcess(ParticipantProcess) - Method in class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- 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
-
- 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
-
- setPasswordManager(PasswordManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setPasswordPolicy(PasswordPolicy) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setPeriod(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- setPeriodUnit(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ReportResultEntity
-
- setPermission(Permission) - Method in class org.camunda.bpm.engine.impl.db.PermissionCheck
-
- setPermissionChecks(CompositePermissionCheck) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- setPermissionProvider(PermissionProvider) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setPlanItemElementHandlers(Map<Class<? extends PlanItemDefinition>, ItemHandler>) - Method in class org.camunda.bpm.engine.impl.cmmn.handler.DefaultCmmnElementHandlerRegistry
-
- setPluginClass(String) - Method in class org.camunda.bpm.container.impl.metadata.ProcessEnginePluginXmlImpl
-
- 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
-
- 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
-
- setPreviousCaseDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setPreviousDecisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setPreviousDecisionDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setPreviousProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- 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(String, long) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Sets the priority for an external task.
- setPriority(String, long) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- setPriority(long) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setPriority(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- setPriority(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setPriority(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- 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 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
-
- setProcessApplicationManager(ProcessApplicationManager) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setProcessBusinessKey(String) - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Configure a business key on the process instance this execution is associated
with.
- setProcessBusinessKey(String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- 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
-
- setProcessDefinition(ProcessDefinitionEntity) - Method in class org.camunda.bpm.engine.impl.runtime.ConditionHandlerResult
-
- setProcessDefinitionCreatePermissionChecks(List<PermissionCheck>) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.cmd.GetFormKeyCmd
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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.ExternalTaskEntity
-
- 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.impl.persistence.entity.TaskReportResultEntity
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- setProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setProcessDefinitionIds(String[]) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- setProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.impl.persistence.entity.TaskReportResultEntity
-
- setProcessDefinitionKeys(String[]) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- setProcessDefinitionName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- setProcessDefinitionVersion(Integer) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setProcessDefinitionVersion(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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
-
- setProcessDefinitionVersionTag(String) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setProcessDefinitionVersionTag(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setProcessEngine(ProcessEngine) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setProcessEngineBootstrapCommand(ProcessEngineBootstrapCommand) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.test.ProcessEngineRule
-
- 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
-
- 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
-
- setProcessInstance(ProcessInstance) - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- 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.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.optimize.OptimizeHistoricIdentityLinkLogEntity
-
- 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
-
- 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
-
- setProducePrioritizedExternalTasks(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setProducePrioritizedJobs(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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(Properties) - 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
-
- 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.
- setPropertyChanges(List<PropertyChange>) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- 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.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<ParameterValueProvider, 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
-
- setQueryInternal(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.FilterEntity
-
- setQueryMaxResultsLimit(int) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setQueryProperty(QueryProperty) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- setQueueSize(int) - Method in class org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor
-
- setRawJobHandlerConfiguration(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerDeclarationImpl
-
- setReadable(boolean) - Method in class org.camunda.bpm.engine.impl.form.handler.FormPropertyHandler
-
- setReadLocal(boolean) - Method in class org.camunda.bpm.engine.impl.core.model.CallableElementParameter
-
- setReferenceToCaseInstance(HistoricDecisionInstanceEntity, CaseExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- setReferenceToProcessInstance(HistoricDecisionInstanceEntity, ExecutionEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- setRegisteredDeployments(Set<String>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setRejectedJobsHandler(RejectedJobsHandler) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- setRelation(String) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- setRelationConditions(List<QueryEntityRelationCondition>) - Method in class org.camunda.bpm.engine.impl.QueryOrderingProperty
-
- setRemainingJobs(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setRemovalTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- SetRemovalTimeBatchConfiguration - Class in org.camunda.bpm.engine.impl.batch.removaltime
-
- SetRemovalTimeBatchConfiguration(List<String>) - Constructor for class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeBatchConfiguration
-
- SetRemovalTimeJsonConverter - Class in org.camunda.bpm.engine.impl.batch.removaltime
-
- SetRemovalTimeJsonConverter() - Constructor for class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- SetRemovalTimeSelectModeForHistoricBatchesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to select the mode to set the removal time for historic batches.
- SetRemovalTimeSelectModeForHistoricDecisionInstancesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to select the mode to set the removal time for historic decision instances.
- SetRemovalTimeSelectModeForHistoricProcessInstancesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to select the mode to set the removal time for historic process instances.
- setRemovalTimeToHistoricBatches() - Method in interface org.camunda.bpm.engine.HistoryService
-
Set a removal time to historic batches and all
associated historic entities using a fluent builder.
- setRemovalTimeToHistoricBatches() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- SetRemovalTimeToHistoricBatchesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to set the removal time to historic batches and
all associated historic entities.
- SetRemovalTimeToHistoricBatchesBuilderImpl - Class in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricBatchesBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricBatchesBuilderImpl
-
- SetRemovalTimeToHistoricBatchesBuilderImpl.Mode - Enum in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricBatchesCmd - Class in org.camunda.bpm.engine.impl.cmd.batch.removaltime
-
- SetRemovalTimeToHistoricBatchesCmd(SetRemovalTimeToHistoricBatchesBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricBatchesCmd
-
- setRemovalTimeToHistoricDecisionInstances() - Method in interface org.camunda.bpm.engine.HistoryService
-
Set a removal time to historic decision instances and
all associated historic entities using a fluent builder.
- setRemovalTimeToHistoricDecisionInstances() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- SetRemovalTimeToHistoricDecisionInstancesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to set the removal time to historic decision instances and
all associated historic entities.
- SetRemovalTimeToHistoricDecisionInstancesBuilderImpl - Class in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricDecisionInstancesBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricDecisionInstancesBuilderImpl
-
- SetRemovalTimeToHistoricDecisionInstancesBuilderImpl.Mode - Enum in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricDecisionInstancesCmd - Class in org.camunda.bpm.engine.impl.cmd.batch.removaltime
-
- SetRemovalTimeToHistoricDecisionInstancesCmd(SetRemovalTimeToHistoricDecisionInstancesBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricDecisionInstancesCmd
-
- setRemovalTimeToHistoricProcessInstances() - Method in interface org.camunda.bpm.engine.HistoryService
-
Set a removal time to historic process instances and
all associated historic entities using a fluent builder.
- setRemovalTimeToHistoricProcessInstances() - Method in class org.camunda.bpm.engine.impl.HistoryServiceImpl
-
- SetRemovalTimeToHistoricProcessInstancesBuilder - Interface in org.camunda.bpm.engine.history
-
Fluent builder to set the removal time to historic process instances and
all associated historic entities.
- SetRemovalTimeToHistoricProcessInstancesBuilderImpl - Class in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricProcessInstancesBuilderImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.history.SetRemovalTimeToHistoricProcessInstancesBuilderImpl
-
- SetRemovalTimeToHistoricProcessInstancesBuilderImpl.Mode - Enum in org.camunda.bpm.engine.impl.history
-
- SetRemovalTimeToHistoricProcessInstancesCmd - Class in org.camunda.bpm.engine.impl.cmd.batch.removaltime
-
- SetRemovalTimeToHistoricProcessInstancesCmd(SetRemovalTimeToHistoricProcessInstancesBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.batch.removaltime.SetRemovalTimeToHistoricProcessInstancesCmd
-
- 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
-
- setRepeatOffset(long) - Method in class org.camunda.bpm.engine.impl.calendar.DurationHelper
-
- setRepeatOffset(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- setReporter(String) - Method in class org.camunda.bpm.engine.impl.metrics.reporter.MetricsCollectionTask
-
- setReporter(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MeterLogEntity
-
- setReporter(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- setReporterId(String) - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
-
- 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
-
- setRequiredHistoricDecisionInstances(Collection<HistoricDecisionInstanceEntity>) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionEvaluationEvent
-
- setResolvedIncidents(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricActivityStatisticsImpl
-
- 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
-
- 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
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- setResourceName(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setResourceName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setResourceName(String) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setResources(Map<String, ResourceEntity>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- setResources(Map<String, Resource>) - Method in class org.camunda.bpm.engine.impl.repository.CandidateDeploymentImpl
-
- 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
-
- setRestrictUserOperationLogToAuthenticatedUsers(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setRestrictUserOperationLogToAuthenticatedUsers(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setResultVariable(String) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.DecisionTaskActivityBehavior
-
- setRetries(String, int) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Sets the retries for an external task.
- setRetries(List<String>, int) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Sets the retries for external tasks.
- setRetries(int) - Method in class org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
-
- setRetries(String, int, boolean) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- setRetries(String, int) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- setRetries(List<String>, int) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- setRetries(Integer) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setRetries(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setRetries(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setRetriesAndManageIncidents(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setRetriesAsync(List<String>, ExternalTaskQuery, int) - Method in interface org.camunda.bpm.engine.ExternalTaskService
-
Sets the retries for external tasks asynchronously as batch.
- setRetriesAsync(List<String>, ExternalTaskQuery, int) - Method in class org.camunda.bpm.engine.impl.ExternalTaskServiceImpl
-
- SetRetriesBatchConfiguration - Class in org.camunda.bpm.engine.impl.batch
-
- SetRetriesBatchConfiguration(List<String>, int) - Constructor for class org.camunda.bpm.engine.impl.batch.SetRetriesBatchConfiguration
-
- setRetriesFromPersistence(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setRevision(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.dmn.entity.repository.DecisionDefinitionEntity
-
- setRevision(int) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- 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.AcquirableJobEntity
-
- 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.ExternalTaskEntity
-
- 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.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.TenantEntity
-
- 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
-
- setRevokeAuthorizationCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- 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
-
- setRootDecisionInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setRootHistoricDecisionInstance(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionEvaluationEvent
-
- setRootInstance(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoryEvent
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setRootProcessInstanceId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- setRows(List<Map<String, Object>>) - Method in class org.camunda.bpm.engine.management.TablePage
-
- setRowsAffected(int) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
- setRuleId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setRuleOrder(Integer) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setRuntimeService(RuntimeService) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setRuntimeService(RuntimeService) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- setSalt(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- setSaltGenerator(SaltGenerator) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setSatisfied(boolean) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- setSaturdayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setSaturdayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setSchemaOperationsCommand(SchemaOperationsCommand) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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
-
- setScriptBindingsFactory(ScriptBindingsFactory) - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptingEngines
-
- setScriptFactory(ScriptFactory) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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.
- setSeedJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setSeedJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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
-
- 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
-
- 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.HistoricDecisionInputInstanceEntity
-
- setSerializerName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.HistoricDetailVariableInstanceUpdateEntity
-
- 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.util.TypedValueField
-
- setSerializerName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- setSessionFactories(Map<Class<?>, SessionFactory>) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setShouldPerformAuthorizatioCheck(boolean) - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- 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.migration.batch.MigrationBatchConfiguration
-
- setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- setSkipCustomListeners(boolean) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setSkipHistoryOptimisticLockingExceptions(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- 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.migration.batch.MigrationBatchConfiguration
-
- setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- setSkipIoMappings(boolean) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setSkipSubprocesses(boolean) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- setSkipSubprocesseses(boolean) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- setSource(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- setSource(CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
-
- setSource(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- setSource(ActivityImpl) - Method in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
-
- 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
-
- 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.
- setSourceProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- 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
-
- setStart(Date) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- setStartableInTasklist(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- 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
-
- 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
-
- setStartTime(Date) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.BatchWindowConfiguration
-
- 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(DbOperation.State) - Method in class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
-
- setState(ExternalTaskState) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- 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.HistoricExternalTaskLogEntity
-
- setState(int) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- setState(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- setState(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- 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
-
- 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
-
- 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
-
- setSubProcessScope(boolean) - Method in class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
- setSundayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setSundayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- setSuspensionState(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- 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.ExternalTaskEntity
-
- 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
-
- setTargetJobDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- setTargetProcessDefinitionId(String) - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- 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
-
- setTask(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- setTaskAssignee(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- setTaskCount(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- 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
-
- 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
-
- setTaskFormHandler(TaskFormHandler) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- 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.HistoricIdentityLinkLogEventEntity
-
- 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.UserOperationLogContextEntry
-
- 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
-
- setTaskListeners(Map<String, List<TaskListener>>) - Method in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- setTaskName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- SetTaskOwnerCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SetTaskOwnerCmd(String, String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SetTaskOwnerCmd
-
- 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
-
- 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
-
- setTenant(TenantEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- setTenantCheck(TenantCheck) - Method in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- setTenantCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.db.TenantCheck
-
- setTenantCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- setTenantCheckEnabled(boolean) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setTenantId(String) - Method in class org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- setTenantId(String) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setTenantId(String) - Method in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
-
- setTenantId(String) - Method in interface org.camunda.bpm.engine.task.Task
-
Sets the tenant id for this task.
- setTenantIdIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- setTenantIdIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- setTenantIdIn(String[]) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- setTenantIdProvider(TenantIdProvider) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setTenantIdProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- setTenantIds(String[]) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setTenantIdSet(boolean) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setTenantResourceWhitelistPattern(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setTextValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setTextValue(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.HistoricDecisionInputInstanceEntity
-
- setTextValue2(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
Deprecated.
- setThreadPoolExecutor(ThreadPoolExecutor) - Method in class org.camunda.bpm.engine.impl.jobexecutor.ThreadPoolJobExecutor
-
- setThursdayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setThursdayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setTime(Date) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- setTime(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- setTimerElementKey(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- setTimerElementSecondaryKey(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- 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.HistoricExternalTaskLogEntity
-
- 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
-
- setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- setTimestamp(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- setTimestamp(Date) - Method in class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- setTopicName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setTopicName(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- setTotal(long) - Method in class org.camunda.bpm.engine.management.TablePage
-
- setTotalJobs(int) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setTotalJobs(int) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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
-
- 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
-
- setTransformer(CmmnTransformer) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- setTransformer(DmnTransformer) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- setTransformer(DmnTransformer) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- setTransformListeners(List<CmmnTransformListener>) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformer
-
- setTransient(boolean) - Method in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- setTransition(PvmTransition) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setTransitionId(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- setTransitionsToTake(List<PvmTransition>) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- setTuesdayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setTuesdayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setType(String) - Method in interface org.camunda.bpm.engine.identity.Group
-
- setType(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- setType(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- 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.history.event.HistoricIdentityLinkLogEventEntity
-
- setType(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- setType(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- 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(Integer) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- setType(String) - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- setTypeName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setTypeName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setUndeploymentOperation() - Method in class org.camunda.bpm.container.impl.spi.DeploymentOperation.DeploymentOperationBuilder
-
- setUp() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
-
- setUpdateEventTrigger(boolean) - Method in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- setUpdateStatements(Map<Class<?>, String>) - Method in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- setUri(String) - Method in class org.camunda.bpm.engine.impl.util.xml.Attribute
-
- setUrl(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- setUser(UserEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MembershipEntity
-
- setUser(UserEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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
-
- 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.HistoricDecisionInstanceEntity
-
- setUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- setUserId(String) - Method in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- setUserId(HistoricDecisionInstanceEntity) - Method in class org.camunda.bpm.engine.impl.history.producer.DefaultDmnHistoryEventProducer
-
- 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
-
- 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
-
- setUserOperationId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- 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
-
- setUserResourceWhitelistPattern(String) - Method in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
- setUseSharedSqlSessionFactory(boolean) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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(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(TypedValue) - Method in interface org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance
-
- 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.SimpleVariableInstance
-
- setValue(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.impl.el.AbstractElResolverDelegate
-
- setValue(Object, VariableScope, BaseDelegateExecution) - 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(Object, VariableScope, BaseDelegateExecution) - 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.VariableContextElResolver
-
- 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(TypedValue) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- setValue(TypedValue) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- setValue(Serializable) - Method in class org.camunda.bpm.engine.impl.identity.IdentityOperationResult
-
- 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
-
- 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(long) - Method in class org.camunda.bpm.engine.impl.persistence.entity.MetricIntervalEntity
-
- 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.util.TypedValueField
-
- 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(ELContext, Object, Object, Object) - Method in class org.camunda.bpm.engine.test.mock.MockElResolver
-
- setValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.variable.mapping.IoParameter
-
- 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, String) - Method in interface org.camunda.bpm.engine.delegate.DelegateExecution
-
Method to store variable in a specific scope identified by activity ID.
- 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.ConditionEvaluationBuilderImpl
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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, Object, String) - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
Method to store variable in a specific scope identified by activity ID.
- 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
-
If an instruction is submitted before then the variable is set when the
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.ConditionEvaluationBuilder
-
Pass a variable to the condition.
- 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.
- setVariableEvent(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- setVariableEvent(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- setVariableEvents(Set<String>) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- 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
-
- 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 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.core.variable.scope.VariableScopeLocalAdapter
-
- setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.el.StartProcessVariableScope
-
- setVariableLocal(String, Object) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- 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
-
If an instruction is submitted before then the local variable is set when
the 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, Object) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Pass a local variable to the execution waiting on the message.
- 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.
- setVariableLocalTransient(String, Object) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
Sets a variable in the local scope.
- setVariableLocalTransient(String, Object, AbstractVariableScope) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
- setVariableName(String) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- setVariableName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.execution.CmmnSentryPart
-
- setVariableName(String) - Method in class org.camunda.bpm.engine.impl.cmmn.model.CmmnVariableOnPartDeclaration
-
- 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.HistoricDecisionOutputInstanceEntity
-
- setVariableName(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricVariableUpdateEventEntity
-
- setVariableNameIgnoreCase(boolean) - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
-
- 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, Object>) - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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(VariableMap) - Method in class org.camunda.bpm.engine.impl.runtime.MessageCorrelationResultImpl
-
- setVariables(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- setVariables(String, Map<String, ? extends Object>, boolean) - Method in class org.camunda.bpm.engine.impl.RuntimeServiceImpl
-
- setVariables(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- setVariables(String, Map<String, ? extends Object>) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- setVariables(String, Map<String, ? extends Object>, boolean) - Method in class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- setVariables(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.ActivityInstantiationBuilder
-
If an instruction is submitted before then all variables are set when the
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.ConditionEvaluationBuilder
-
Pass a variables to the condition.
- 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(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.SignalEventReceivedBuilder
-
Add the given variables to the triggered executions.
- 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.
- setVariableSerializers(VariableSerializers) - Method in class org.camunda.bpm.application.AbstractProcessApplication
-
- 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.core.variable.scope.VariableScopeLocalAdapter
-
- 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.MessageCorrelationBuilderImpl
-
- setVariablesLocal(Map<String, ?>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
If an instruction is submitted before then all local variables are set when
the 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(Map<String, Object>) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Pass a map of local variables to the execution waiting on the message.
- 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.
- setVariablesProvider(VariableStore.VariablesProvider<T>) - Method in class org.camunda.bpm.engine.impl.core.variable.scope.VariableStore
-
The variables provider can be exchanged as long as the variables are not yet initialized
- setVariablesToFetch(List<String>) - Method in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- setVariableTypes(VariableSerializers) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setVariableValueIgnoreCase(boolean) - Method in class org.camunda.bpm.engine.impl.QueryVariableValue
-
- setVersion(int) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- setVersion(int) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setVersion(int) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- setVersion(int) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setVersion(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- setVersion(int) - Method in interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
-
- setVersionTag(String) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- setVersionTag(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- setVersionTagValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- setVersionValueProvider(ParameterValueProvider) - Method in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- setViolatedRules(List<PasswordPolicyRule>) - Method in class org.camunda.bpm.engine.impl.identity.PasswordPolicyResultImpl
-
- setWaitForCompletion(boolean) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.CompensateEventDefinition
-
- setWaitIncreaseFactor(float) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- 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
-
- 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
-
- setWednesdayHistoryCleanupBatchWindowEndTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- setWednesdayHistoryCleanupBatchWindowStartTime(String) - Method in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- 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
-
- setWithoutBusinessKey(boolean) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- setWorkerId(String) - Method in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- setWorkerId(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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
-
- 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
-
- Sha512HashDigest - Class in org.camunda.bpm.engine.impl.digest
-
- Sha512HashDigest() - Constructor for class org.camunda.bpm.engine.impl.digest.Sha512HashDigest
-
- ShaHashDigest - Class in org.camunda.bpm.engine.impl.digest
-
- ShaHashDigest() - Constructor for class org.camunda.bpm.engine.impl.digest.ShaHashDigest
-
- ShellActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
- ShellActivityBehavior() - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ShellActivityBehavior
-
- shellExecutionException(Throwable) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- 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
- shouldCheckPasswordPolicy(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.SaveUserCmd
-
- shouldCreateJobs(List<Job>) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- shouldDecrementRetriesFor(Throwable) - Method in class org.camunda.bpm.engine.impl.cmd.JobRetryCmd
-
- shouldDeployResource(Resource, Resource) - Method in class org.camunda.bpm.engine.impl.repository.DefaultDeploymentHandler
-
- shouldDeployResource(Resource, Resource) - Method in interface org.camunda.bpm.engine.repository.DeploymentHandler
-
This method is called in the first stage of the deployment process.
- shouldEvaluateForVariableEvent(VariableEvent) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- 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
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.AbstractPvmEventAtomicOperation
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityNotifyListenerEnd
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationActivityStart
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerEnd
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerStart
-
- shouldHandleFailureAsBpmnError() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.operation.PvmAtomicOperationTransitionNotifyListenerTake
-
- shouldLogCmdException() - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- shouldLogCmdException(ProcessEngineConfiguration) - Static method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- shouldLogFine(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- shouldLogInfo(Throwable) - Method in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- shouldLogJobException(ProcessEngineConfiguration, JobEntity) - Static method in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- shouldPerformAuthorizatioCheck - Variable in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
If true authorization check is performed.
- shouldPerformAuthorizatioCheck() - Method in class org.camunda.bpm.engine.impl.db.AuthorizationCheck
-
- 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
-
- shouldReconfigureJobs(List<Job>) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- shouldRescheduleNow() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupRemovalTime
-
- shouldSuspendJobs(List<Job>) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- shouldWriteHistoricDetail(HistoricVariableUpdateEventEntity) - Method in class org.camunda.bpm.engine.impl.history.handler.DbHistoryEventHandler
-
- 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
-
- shuttingDownTheJobExecutor(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- 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.CompensationEventActivityBehavior
-
- 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.ExternalTaskActivityBehavior
-
- 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.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 - Static variable in class org.camunda.bpm.engine.impl.event.EventType
-
- 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() - Method in class org.camunda.bpm.engine.impl.util.SingleConsumerCondition
-
- 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_COMPENSATION_DONE - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
name of the signal that is thrown when a compensation handler completed
- SIGNAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- SIGNAL_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- signalAll() - Method in class org.camunda.bpm.engine.impl.util.CompositeCondition
-
- 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) - 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.ThrowSignalEventActivityBehavior
-
- 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
-
- 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.
- SignalEventReceivedBuilder - Interface in org.camunda.bpm.engine.runtime
-
Fluent builder to notify the process engine that a signal event has been
received.
- SignalEventReceivedBuilderImpl - Class in org.camunda.bpm.engine.impl
-
- SignalEventReceivedBuilderImpl(CommandExecutor, String) - Constructor for class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- SignalEventReceivedCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SignalEventReceivedCmd(SignalEventReceivedBuilderImpl) - 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.
- 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.
- 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
-
- signalName - Variable in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- 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.
- SimpleDbSqlSession - Class in org.camunda.bpm.engine.impl.db.sql
-
For mybatis ExecutorType.SIMPLE
- SimpleDbSqlSession(DbSqlSessionFactory) - Constructor for class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- SimpleDbSqlSession(DbSqlSessionFactory, Connection, String, String) - Constructor for class org.camunda.bpm.engine.impl.db.sql.SimpleDbSqlSession
-
- 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
-
- SimpleIpBasedProvider - Class in org.camunda.bpm.engine.impl.metrics
-
- SimpleIpBasedProvider() - Constructor for class org.camunda.bpm.engine.impl.metrics.SimpleIpBasedProvider
-
- SimpleOperator() - Constructor for class org.camunda.bpm.engine.impl.juel.AstBinary.SimpleOperator
-
- SimpleOperator() - Constructor for class org.camunda.bpm.engine.impl.juel.AstUnary.SimpleOperator
-
- 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.
- SimpleVariableInstance - Class in org.camunda.bpm.engine.impl.core.variable.scope
-
- SimpleVariableInstance(String, TypedValue) - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance
-
- SimpleVariableInstance.SimpleVariableInstanceFactory - Class in org.camunda.bpm.engine.impl.core.variable.scope
-
- SimpleVariableInstanceFactory() - Constructor for class org.camunda.bpm.engine.impl.core.variable.scope.SimpleVariableInstance.SimpleVariableInstanceFactory
-
- SingleConsumerCondition - Class in org.camunda.bpm.engine.impl.util
-
MPSC Condition implementation.
- SingleConsumerCondition(Thread) - Constructor for class org.camunda.bpm.engine.impl.util.SingleConsumerCondition
-
- SingleEntryDecisionResultMapper - Class in org.camunda.bpm.engine.impl.dmn.result
-
Maps the decision result to a single typed entry.
- SingleEntryDecisionResultMapper() - Constructor for class org.camunda.bpm.engine.impl.dmn.result.SingleEntryDecisionResultMapper
-
- SingleQueryVariableValueCondition - Class in org.camunda.bpm.engine.impl
-
- SingleQueryVariableValueCondition(QueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
-
- SingleReferenceWalker<T> - Class in org.camunda.bpm.engine.impl.tree
-
- SingleReferenceWalker(T) - Constructor for class org.camunda.bpm.engine.impl.tree.SingleReferenceWalker
-
- 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.
- SingleResultDecisionResultMapper - Class in org.camunda.bpm.engine.impl.dmn.result
-
Maps the decision result to pairs of output name and untyped entries.
- SingleResultDecisionResultMapper() - Constructor for class org.camunda.bpm.engine.impl.dmn.result.SingleResultDecisionResultMapper
-
- 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.jobexecutor.AcquiredJobs
-
- size() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupBatch
-
Size of the batch.
- size() - Method in class org.camunda.bpm.engine.impl.scripting.engine.ScriptBindings
-
- SKIP_CUSTOM_LISTENERS - Static variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- SKIP_CUSTOM_LISTENERS - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- SKIP_IO_MAPPINGS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
- SKIP_IO_MAPPINGS - Static variable in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- SKIP_IO_MAPPINGS - Static variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- SKIP_LISTENERS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
- SKIP_LISTENERS - Static variable in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- SKIP_SUBPROCESSES - Static variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.migration.instance.DeleteUnmappedInstanceVisitor
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstanceVisitor
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- skipCustomListeners() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- skipCustomListeners() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- skipCustomListeners() - Method in class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- skipCustomListeners() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- skipCustomListeners - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- skipCustomListeners() - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
Skips custom execution listeners when creating/removing activity instances during migration
- skipCustomListeners() - Method in interface org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
- skipCustomListeners() - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Skips custom execution listeners when creating/removing activity instances during modification
- skipCustomListeners() - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
Skips custom execution listeners when creating activity instances during restart
- skipHistoryOptimisticLockingExceptions - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set to
false
,
OptimisticLockingException
s
are not skipped for UPDATE or DELETE operations applied to historic entities.
- skipIoMapping - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessDefinitionCmd
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractProcessInstanceModificationCommand
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteDeploymentCmd
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.migration.instance.DeleteUnmappedInstanceVisitor
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingActivityInstanceVisitor
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- skipIoMappings() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanExecutionBuilderImpl
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.ModificationBatchConfiguration
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- skipIoMappings() - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceModificationBuilderImpl
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- skipIoMappings() - Method in class org.camunda.bpm.engine.impl.repository.DeleteProcessDefinitionsBuilderImpl
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- skipIoMappings() - Method in class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- skipIoMappings - Variable in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfiguration
-
- skipIoMappings() - Method in interface org.camunda.bpm.engine.migration.MigrationPlanExecutionBuilder
-
Skips io mappings when creating/removing activity instances during migration
- skipIoMappings() - Method in interface org.camunda.bpm.engine.repository.DeleteProcessDefinitionsBuilder
-
Specifies whether input/output mappings for tasks should be invoked
- skipIoMappings() - Method in interface org.camunda.bpm.engine.runtime.ModificationBuilder
-
Skips io mappings when creating/removing activity instances during modification
- skipIoMappings() - Method in interface org.camunda.bpm.engine.runtime.RestartProcessInstanceBuilder
-
Skips io mappings when creating activity instances during restart
- skipSubprocesses - Variable in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfiguration
-
- skipSubprocesses - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- skipSubprocesses - Variable in class org.camunda.bpm.engine.impl.cmd.batch.DeleteProcessInstanceBatchCmd
-
- skipSubprocesses - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteProcessInstanceCmd
-
- skipSubprocesses - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- skipTest - Variable in class org.camunda.bpm.engine.test.ProcessEngineTestCase
-
- skipWhiteSpace(int, String) - Method in class org.camunda.bpm.engine.impl.calendar.CronExpression
-
- 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
.
- SORTORDER_ASC - Static variable in class org.camunda.bpm.engine.impl.AbstractQuery
-
- SORTORDER_DESC - Static variable in class org.camunda.bpm.engine.impl.AbstractQuery
-
- 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.execution.CmmnSentryPart
-
- source - Variable in class org.camunda.bpm.engine.impl.cmmn.model.CmmnOnPartDeclaration
-
- source - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- source - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- source - Variable in class org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
-
- source(String) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- source(String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- source(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
-
Sets the source of a deployment.
- source(String) - Method in interface org.camunda.bpm.engine.repository.ProcessApplicationDeploymentBuilder
-
- SOURCE_ACTIVITY_IDS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
-
- SOURCE_PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- sourceActivity - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- sourceActivityId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- 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
-
- sourceDefinition - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- 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.
- 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
-
- sourceProcessDefinition - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- sourceProcessDefinitionId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- sourceProcessDefinitionId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- sourceQueryParamEnabled - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- 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
-
- sourceScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- sourceScopeId - Variable in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingActivityInstanceValidationReportImpl
-
- sourceScopeId - Variable in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- 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.AbstractRenderFormDelegate
-
- SPAN_ELEMENT - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- SPECIALCHARACTERS - Static variable in class org.camunda.bpm.engine.impl.identity.PasswordPolicySpecialCharacterRuleImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- start(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPlugins
-
- 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 - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
-
- start() - Method in interface org.camunda.bpm.engine.impl.cmmn.execution.CmmnActivityExecution
-
- 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 - Variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.BatchWindow
-
- start() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutor
-
- start() - Method in class org.camunda.bpm.engine.impl.metrics.reporter.DbMetricsReporter
-
- start(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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_AFTER - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- START_BEFORE - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- START_DELAY - Static variable in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- START_EVENT - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_COMPENSATION - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_CONDITIONAL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_ERROR - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_ESCALATION - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_MESSAGE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_SIGNAL - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_EVENT_TIMER - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- START_TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricBatchQueryProperty
-
- 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.DefaultFailedJobParseListener
-
- START_TRANSITION - Static variable in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- 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
- startableInTasklist() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- startableInTasklist() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
-
Select process definitions which could be started in Tasklist.
- startablePermissionCheck - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- startablePermissionCheck() - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- startablePermissionCheck() - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
-
- startActivityId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
id of the activity which started the process instance
- startAfterActivity(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- 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 class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- startAfterActivity(String) - Method in interface org.camunda.bpm.engine.runtime.InstantiationBuilder
-
- startAfterActivity(String, String) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceModificationBuilder
-
- startBeforeActivity(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- 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 class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- 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:
- 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 (inclusive)
- 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.
- startDateMilliseconds - Variable in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- 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(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.HistoricActivityStatisticsQuery
-
Only select historic activities of process 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(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceReport
-
Only takes historic process instances into account that were started after the given date.
- startedAfter(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select tasks where started after given date
- startedAfter - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricActivityInstanceQueryCmd
-
- startedAfter - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricProcessInstanceQueryCmd
-
- startedAfter - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricTaskInstanceQueryCmd
-
- 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.HistoricActivityStatisticsQueryImpl
-
- startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- startedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- startedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- startedAfter - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- startedAfter(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- startedAt - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricActivityInstanceQueryCmd
-
- startedAt - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricProcessInstanceQueryCmd
-
- startedAt - Variable in class org.camunda.bpm.engine.impl.cmd.optimize.OptimizeRunningHistoricTaskInstanceQueryCmd
-
- 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.HistoricActivityStatisticsQuery
-
Only select historic activities of process 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(Date) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceReport
-
Only takes historic process instances into account that were started before the given date.
- startedBefore(Date) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select tasks where started before 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.HistoricActivityStatisticsQueryImpl
-
- startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricActivityStatisticsQueryImpl
-
- startedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- startedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- startedBefore - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- startedBefore(Date) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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
-
- startEventActivityId - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationHandlerResult
-
- 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
-
- 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 - Static variable in interface org.camunda.bpm.engine.impl.pvm.runtime.ActivityInstanceState
-
- starting(Description) - Method in class org.camunda.bpm.engine.test.ProcessEngineRule
-
- startingToAcquireJobs(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- startingUpJobExecutor(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- 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
-
- 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
-
- startMessageOnly - Variable in class org.camunda.bpm.engine.impl.cmd.CorrelateMessageCmd
-
- startMessageOnly() - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- startMessageOnly() - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Specify that only start message can be correlated.
- startMessagesOnly - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- 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
-
- 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(CommandContext, String, ProcessDefinition) - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventJobHandler
-
- 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.
- 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.
- 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
.
- StartProcessInstanceCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- StartProcessInstanceCmd(ProcessInstantiationBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.StartProcessInstanceCmd
-
- 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
-
- 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
-
- startTime - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- startTime - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricScopeInstanceEvent
-
- startTransition(String) - Method in class org.camunda.bpm.engine.impl.ModificationBuilderImpl
-
- 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 class org.camunda.bpm.engine.impl.RestartProcessInstanceBuilderImpl
-
- 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:
- 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(Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- startWithoutExecuting(Map<String, Object>) - 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.db.entitymanager.operation.DbOperation
-
- state - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- state - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- state - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- state - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- 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.HistoricExternalTaskLogEntity
-
- state - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- state - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
- state - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- STATE_ACTIVE - Static variable in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
- STATE_COMPLETED - Static variable in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
- STATE_CREATED - Static variable in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
- STATE_DELETED - Static variable in interface org.camunda.bpm.engine.history.HistoricVariableInstance
-
- STATE_EXTERNALLY_TERMINATED - Static variable in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
- STATE_INTERNALLY_TERMINATED - Static variable in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
- STATE_SUSPENDED - Static variable in interface org.camunda.bpm.engine.history.HistoricProcessInstance
-
- stateCode - Variable in class org.camunda.bpm.engine.history.ExternalTaskState.ExternalTaskStateImpl
-
- 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
-
- 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
-
- 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(PlatformServiceContainer) - Method in class org.camunda.bpm.container.impl.jmx.services.JmxManagedBpmPlatformPlugins
-
- 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.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
-
- 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
-
- StopManagedThreadPoolStep - Class in org.camunda.bpm.container.impl.deployment.jobexecutor
-
- StopManagedThreadPoolStep() - Constructor for class org.camunda.bpm.container.impl.deployment.jobexecutor.StopManagedThreadPoolStep
-
- stoppedJobAcquisition(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- 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
-
- 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 (undeploying) 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
-
- 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
-
- StringFormType - Class in org.camunda.bpm.engine.impl.form.type
-
- StringFormType() - Constructor for class org.camunda.bpm.engine.impl.form.type.StringFormType
-
- StringIterator(Iterator<? extends T>) - Constructor for class org.camunda.bpm.engine.impl.util.StringUtil.StringIterator
-
- StringStreamSource - Class in org.camunda.bpm.engine.impl.util.io
-
- StringStreamSource(String) - Constructor for class org.camunda.bpm.engine.impl.util.io.StringStreamSource
-
- StringUtil - Class in org.camunda.bpm.engine.impl.util
-
- StringUtil() - Constructor for class org.camunda.bpm.engine.impl.util.StringUtil
-
- StringUtil.StringIterator<T> - Class in org.camunda.bpm.engine.impl.util
-
- 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
-
- StringValueSerializer - Class in org.camunda.bpm.engine.impl.variable.serializer
-
- StringValueSerializer() - Constructor for class org.camunda.bpm.engine.impl.variable.serializer.StringValueSerializer
-
- stripDefinitionFileSuffix(String) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- 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
-
- stuckExecutionException(String) - Method in class org.camunda.bpm.engine.impl.bpmn.behavior.BpmnBehaviorLogger
-
- 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 - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- SUB_PROCESS_AD_HOC - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- SUB_PROCESS_INSTANCE_STATE_BIT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- 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
- 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.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(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.
- 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(MigratingActivityInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- submit(MigratingEventScopeInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- submit(MigratingJobInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- submit(MigratingExternalTaskInstance) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- submitAcquiredJobs(String, AcquiredJobs) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- submitAdditionalJobBatch(String, List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- submitCurrentInstruction() - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- submitExecution(ExecutionEntity, ScopeImpl) - Method in class org.camunda.bpm.engine.impl.ActivityExecutionTreeMapping
-
- 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
-
- submitRejectedBatch(String, List<String>) - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobAcquisitionContext
-
- 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>, boolean, boolean) - 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
-
- submitTaskFormWithVariablesInReturn(String, Map<String, Object>, boolean) - Method in interface org.camunda.bpm.engine.FormService
-
Completes a task with the user data that was entered as properties in a task form.
- submitTaskFormWithVariablesInReturn(String, Map<String, Object>, boolean) - 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
-
- 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.
- 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
- 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.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.
- SUCCESSFUL - Static variable in interface org.camunda.bpm.engine.history.ExternalTaskState
-
- SUCCESSFUL - Static variable in interface org.camunda.bpm.engine.history.JobState
-
- successfulDatabaseOperation(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- SuccessfulJobListener - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- SuccessfulJobListener() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.SuccessfulJobListener
-
- 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.HistoricExternalTaskLogQuery
-
Only select successful historic external task log entries.
- 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.HistoricExternalTaskLogQueryImpl
-
- successLog() - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- sum() - Method in class org.camunda.bpm.engine.impl.metrics.MetricsQueryImpl
-
- sum() - Method in interface org.camunda.bpm.engine.management.MetricsQuery
-
- sundayHistoryCleanupBatchWindowEndTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- sundayHistoryCleanupBatchWindowStartTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- superCaseExecution - Variable in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- superCaseExecution - Variable in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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
- 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.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(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.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- superExecution - Variable in class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- 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
- 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.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(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.
- SUPPORTED_ACTIVITY_BEHAVIORS - Static variable in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedActivityValidator
-
- SUPPORTED_DATABASES - Static variable in class org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
- SUPPORTED_EVENT_TYPES - Static variable in class org.camunda.bpm.engine.impl.migration.instance.parser.EventSubscriptionInstanceHandler
-
- SUPPORTED_TYPES - Static variable in class org.camunda.bpm.engine.impl.cmd.DefaultJobRetryCmd
-
- SupportedActivityInstanceValidator - Class in org.camunda.bpm.engine.impl.migration.validation.instance
-
- SupportedActivityInstanceValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.instance.SupportedActivityInstanceValidator
-
- SupportedActivityValidator - Class in org.camunda.bpm.engine.impl.migration.validation.activity
-
*Supported* refers to whether an activity instance of a certain activity type can be migrated.
- SupportedActivityValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedActivityValidator
-
- SupportedPassiveEventTriggerActivityValidator - Class in org.camunda.bpm.engine.impl.migration.validation.activity
-
Validator for events that passively wait for an event, i.e.
- SupportedPassiveEventTriggerActivityValidator() - Constructor for class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedPassiveEventTriggerActivityValidator
-
- supportedTypes - Static variable in class org.camunda.bpm.engine.impl.migration.validation.activity.SupportedPassiveEventTriggerActivityValidator
-
- 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() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobDefinitionSuspensionStateBuilderImpl
-
- suspend() - Method in class org.camunda.bpm.engine.impl.management.UpdateJobSuspensionStateBuilderImpl
-
- suspend() - Method in class org.camunda.bpm.engine.impl.repository.UpdateProcessDefinitionSuspensionStateBuilderImpl
-
- suspend() - Method in class org.camunda.bpm.engine.impl.runtime.UpdateProcessInstanceSuspensionStateBuilderImpl
-
- suspend(String) - Method in class org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase
-
- suspend() - Method in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- suspend() - Method in interface org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilder
-
Suspends the provided job definitions.
- suspend() - Method in interface org.camunda.bpm.engine.management.UpdateJobSuspensionStateBuilder
-
Suspends the provided jobs.
- suspend() - Method in interface org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateBuilder
-
Suspends the provided process definitions.
- suspend() - Method in interface org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateBuilder
-
Suspends the provided process instances.
- suspendAcquisition(long) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AcquireJobsRunnable
-
- suspendAsync() - Method in class org.camunda.bpm.engine.impl.UpdateProcessInstancesSuspensionStateBuilderImpl
-
- suspendAsync() - Method in interface org.camunda.bpm.engine.runtime.UpdateProcessInstancesSuspensionStateBuilder
-
Suspends the provided process instances asynchronously.
- suspendBatchById(String) - Method in class org.camunda.bpm.engine.impl.ManagementServiceImpl
-
- suspendBatchById(String) - Method in interface org.camunda.bpm.engine.ManagementService
-
Suspends the
Batch
with the given id immediately.
- SuspendBatchCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SuspendBatchCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendBatchCmd
-
- suspendCaseException(String, CaseExecutionState) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- suspendChildren(CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
-
- suspended() - Method in interface org.camunda.bpm.engine.batch.BatchQuery
-
Only selects batches which are suspended
- suspended() - Method in interface org.camunda.bpm.engine.batch.BatchStatisticsQuery
-
Only selects batches which are suspended
- suspended() - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks that are currently suspended
- suspended() - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances that are suspended.
- suspended() - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- suspended() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- suspended - Variable in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfiguration
-
- 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.ExternalTaskQueryImpl
-
- 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.HistoricProcessInstanceQueryImpl
-
- 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() - 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
-
Only select jobs that are suspended.
- 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 select tasks which are suspended, because its process instance was suspended.
- suspendedEntityException(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- 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 - Static variable in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
- suspending - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractUpdateProcessInstancesSuspendStateCmd
-
- 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
-
- suspendJob(JobEntity) - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupSchedulerCmd
-
- 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
Job
s 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
Job
s 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
-
Suspends
Job
s 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
Job
s of the provided process instance id.
- SuspendJobCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SuspendJobCmd(UpdateJobSuspensionStateBuilderImpl) - 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
-
- suspendJobDefinitionById(String, boolean) - Method in interface org.camunda.bpm.engine.ManagementService
-
- suspendJobDefinitionById(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
-
- 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
JobDefinition
s of the provided process definition id immediately.
- suspendJobDefinitionByProcessDefinitionId(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
-
Suspends all
JobDefinition
s 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
JobDefinition
s of the provided process definition key immediately.
- suspendJobDefinitionByProcessDefinitionKey(String, boolean, Date) - Method in interface org.camunda.bpm.engine.ManagementService
-
Suspends all
JobDefinition
s of the provided process definition key.
- SuspendJobDefinitionCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- SuspendJobDefinitionCmd(UpdateJobDefinitionSuspensionStateBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
-
- suspendJobs(List<Job>) - Method in class org.camunda.bpm.engine.impl.cmd.HistoryCleanupCmd
-
- 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(UpdateProcessDefinitionSuspensionStateBuilderImpl) - 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(UpdateProcessInstanceSuspensionStateBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
-
- SUSPENSION_STATE_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- SUSPENSION_STATE_PROPERTY - Static variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- suspensionState - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- suspensionState - Variable in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- suspensionState - Variable in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- suspensionState - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- suspensionState - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- 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.ExternalTaskEntity
-
- 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
-
- SuspensionStateImpl(int, String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
-
- switchClassLoader() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
-
Switch the context classloader to the ProcessEngine's
to assure the loading of the engine classes during job execution
Note: this method is overridden by
org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable#switchClassLoader()
- where the classloader switch is not required
- 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
-
- TABLE_NAME - Static variable in class org.camunda.bpm.engine.impl.cmd.PurgeDatabaseAndCacheCmd
-
- 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
-
- 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.cmd.PurgeDatabaseAndCacheCmd
-
- 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
-
- 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() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.OutgoingExecution
-
- take() - Method in class org.camunda.bpm.engine.impl.pvm.runtime.PvmExecutionImpl
-
- 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_ACTIVITY_IDS - Static variable in class org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
-
- TARGET_PROCESS_DEFINITION_ID - Static variable in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- targetActivity - Variable in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- targetActivity - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
- targetActivityId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationInstructionImpl
-
- targetDeclaration - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- targetDefinition - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessInstance
-
- targetJobDeclaration - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingTimerJobInstance
-
- targetJobDefinitionEntity - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- targetJobDefinitionId - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- targetJobDefinitions - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- targetJobDefinitions(Collection<JobDefinitionEntity>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- targetNamespace - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- targetProcessDefinition - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- targetProcessDefinitionId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanBuilderImpl
-
- targetProcessDefinitionId - Variable in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.core.variable.scope.VariableListenerInvocationListener
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingEventSubscriptionInstance
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingIncident
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingJobInstance
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingProcessElementInstance
-
- targetScope - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DelayedVariableEvent
-
- targetTransition - Variable in class org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
- TASK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityReferencer
-
- Task - Interface in org.camunda.bpm.engine.task
-
Represents one task for a human user.
- TASK_ASSIGNEE - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
-
- TASK_BUSINESS_RULE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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 interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- 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_MANUAL_TASK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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_RECEIVE_TASK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- TASK_SCRIPT - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- TASK_SEND_TASK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- TASK_SERVICE - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- TASK_USER_TASK - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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
-
- taskAssigned() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances with an assignee.
- taskAssigned() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskAssigned() - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- taskAssigned() - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks which have an assignee.
- 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 taskAssigned 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(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.
- taskAssigneeIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- taskAssigneeIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks which are assigned to one of the given users.
- taskAssigneeLike(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which were last taskAssigned 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(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.
- 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 or one of his groups 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.
- taskCount - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- taskCountByCandidateGroup() - Method in class org.camunda.bpm.engine.impl.TaskReportImpl
-
- taskCountByCandidateGroup() - Method in interface org.camunda.bpm.engine.task.TaskReport
-
Select a list with the number of tasks per group
- TaskCountByCandidateGroupResult - Interface in org.camunda.bpm.engine.task
-
- TaskCountByCandidateGroupResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskCountByCandidateGroupResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- 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(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(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(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with the given taskDefinitionKey.
- taskDefinitionKeyIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances with one of the given task definition keys.
- taskDefinitionKeyIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.HistoricTaskInstanceQueryImpl
-
- 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
-
- 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
-
- 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
-
- 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(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(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with a description matching the parameter .
- 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
-
- TaskEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
Mybatis constructor
- TaskEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
Standalone task constructor
- TaskEntity(TaskEntity.TaskState) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- TaskEntity(ExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
BPMN execution constructor
- TaskEntity(CaseExecutionEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
CMMN execution constructor
- TaskEntity.TaskState - Enum in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskEntityReferencer - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskEntityReferencer(TaskEntity) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskEntityReferencer
-
- 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
-
- 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
-
- taskHadCandidateGroup(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which have mapping
with Historic identity links with the condition of group being a candidate
- taskHadCandidateGroup - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskHadCandidateGroup(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskHadCandidateUser(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which have mapping
with Historic identity links with the condition of user being a candidate
- taskHadCandidateUser - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskHadCandidateUser(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
-
- taskId(String) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given task id.
- 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.HandleTaskBpmnErrorCmd
-
- taskId - Variable in class org.camunda.bpm.engine.impl.cmd.HandleTaskEscalationCmd
-
- 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.GetDeployedTaskFormCmd
-
- 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.HistoricIdentityLinkLogQueryImpl
-
- taskId(String) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- 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.HistoricIdentityLinkLogEventEntity
-
- 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.UserOperationLogContextEntry
-
- taskId(String) - Method in class org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntryBuilder
-
- 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(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(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
-
- taskInvolvedGroup(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which have mapping
with Historic identity links based on group id
- taskInvolvedGroup - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskInvolvedGroup(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskInvolvedUser(String) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances which have mapping
with Historic identity links based on user id
- taskInvolvedUser - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- taskInvolvedUser(String) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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
- taskIsAlreadyAssignedException(String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- TaskItemHandler - Class in org.camunda.bpm.engine.impl.cmmn.handler
-
- TaskItemHandler() - Constructor for class org.camunda.bpm.engine.impl.cmmn.handler.TaskItemHandler
-
- 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
-
- taskListenerInstance - Variable in class org.camunda.bpm.engine.impl.task.delegate.TaskListenerInvocation
-
- TaskListenerInvocation - Class in org.camunda.bpm.engine.impl.task.delegate
-
- 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
-
- taskLocalVariablesUpdated - Variable in class org.camunda.bpm.engine.impl.cmd.SetTaskVariablesCmd
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- taskName(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- 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(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with a name matching the parameter.
- taskNameNotEqual(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- taskNameNotEqual(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with a name not matching the given name
- taskNameNotLike(String) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- taskNameNotLike(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with a name not matching the parameter.
- taskNotRelatedToExecution(DelegateTask) - Method in class org.camunda.bpm.application.impl.ProcessApplicationLogger
-
- 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(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
-
- 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(String) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Select the tasks which are sub tasks of the given parent task.
- TaskPermissions - Enum in org.camunda.bpm.engine.authorization
-
- 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(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
Task
s;
- 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
-
- 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:
- TaskQueryVariableValue(String, Object, QueryOperator, boolean, boolean, boolean, boolean) - Constructor for class org.camunda.bpm.engine.impl.TaskQueryVariableValue
-
- TaskQueryVariableValueComparable(TaskQueryVariableValue) - Constructor for class org.camunda.bpm.engine.impl.TaskQueryImpl.TaskQueryVariableValueComparable
-
- TaskReport - Interface in org.camunda.bpm.engine.task
-
- TaskReportImpl - Class in org.camunda.bpm.engine.impl
-
- TaskReportImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.TaskReportImpl
-
- TaskReportManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskReportManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskReportManager
-
- TaskReportResultEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TaskReportResultEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- tasks - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- tasks(Collection<TaskEntity>) - Method in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParseContext
-
- 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 - 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
-
- TaskServiceImpl - Class in org.camunda.bpm.engine.impl
-
- TaskServiceImpl() - Constructor for class org.camunda.bpm.engine.impl.TaskServiceImpl
-
- taskUnassigned() - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances without an assignee.
- taskUnassigned() - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- 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.
- 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.
- tearDown() - Method in class org.camunda.bpm.engine.test.ProcessEngineTestCase
-
- TENANT - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- Tenant - Interface in org.camunda.bpm.engine.identity
-
- tenant - Variable in class org.camunda.bpm.engine.impl.cmd.SaveTenantCmd
-
- tenant - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- TENANT_ID - Static variable in class org.camunda.bpm.container.impl.metadata.DeploymentMetadataConstants
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.BatchQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.DeploymentQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.EventSubscriptionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.ExecutionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.ExternalTaskQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricBatchQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricIncidentQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricJobLogQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.IncidentQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.JobDefinitionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.JobQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessDefinitionQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.ProcessInstanceQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.TaskQueryProperty
-
- TENANT_ID - Static variable in interface org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
-
- TENANT_IDS - Static variable in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- TENANT_MEMBERSHIP - Static variable in class org.camunda.bpm.engine.EntityTypes
-
- tenantCheck - Variable in class org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- TenantCheck - Class in org.camunda.bpm.engine.impl.db
-
- TenantCheck() - Constructor for class org.camunda.bpm.engine.impl.db.TenantCheck
-
- tenantCheck - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceReportImpl
-
- tenantCheck - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceReportImpl
-
- tenantCheck - Variable in class org.camunda.bpm.engine.impl.TaskReportImpl
-
- tenantCheckEnabled - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandContext
-
- tenantCheckEnabled - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
If the value of this flag is set true
then the process engine
performs tenant checks to ensure that an authenticated user can only access
data that belongs to one of his tenants.
- TenantCommandChecker - Class in org.camunda.bpm.engine.impl.cfg.multitenancy
-
CommandChecker
to ensure that commands are only executed for
entities which belongs to one of the authenticated tenants.
- TenantCommandChecker() - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantCommandChecker
-
- TenantEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TenantEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- TenantEntity(String) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- tenantId(String) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Only select
Tenant
s with the given id.
- tenantId - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessDefinitionStateCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateTenantCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateTenantGroupMembershipCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.CreateTenantUserMembershipCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTenantCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTenantGroupMembershipCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteTenantUserMembershipCmd
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseSentryPartEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.ConditionEvaluationBuilderImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.core.instance.CoreExecution
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.GroupQueryImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricActivityInstanceEventEntity
-
id of the tenant which belongs to the activity instance
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseActivityInstanceEventEntity
-
id of the tenant which belongs to the case activity instance
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricCaseInstanceEventEntity
-
id of the tenant which belongs to the case instance
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInstanceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDetailEventEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIncidentEventEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricJobLogEvent
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricProcessInstanceEventEntity
-
id of the tenant which belongs to the process instance
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricTaskInstanceEventEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.incident.IncidentContext
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.MessageCorrelationBuilderImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.AttachmentEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ByteArrayEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IdentityLinkEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobDefinitionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.JobEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.ProcessInstantiationBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.repository.DeploymentBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.repository.ProcessApplicationDeploymentBuilderImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.runtime.ConditionSet
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.SignalEventReceivedBuilderImpl
-
- tenantId(String) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.UserQueryImpl
-
- tenantId - Variable in class org.camunda.bpm.engine.impl.variable.listener.DelegateCaseVariableInstanceImpl
-
- tenantId(String) - Method in interface org.camunda.bpm.engine.repository.DeploymentBuilder
-
Sets the tenant id of a deployment.
- tenantId(String) - Method in interface org.camunda.bpm.engine.runtime.ConditionEvaluationBuilder
-
Specify a tenant to correlate a condition to.
- tenantId(String) - Method in interface org.camunda.bpm.engine.runtime.MessageCorrelationBuilder
-
Specify a tenant to deliver the message to.
- tenantId(String) - Method in interface org.camunda.bpm.engine.runtime.SignalEventReceivedBuilder
-
Specify a tenant to deliver the signal to.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.batch.BatchQuery
-
Only selects batches with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.batch.BatchStatisticsQuery
-
Only selects batch statistics with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatchQuery
-
Only selects historic batches with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryTopicBuilder
-
Define tenant ids to filter external tasks by.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricCaseInstanceReport
-
Only select historic case instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricDecisionInstanceReport
-
Only select historic decision instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.CleanableHistoricProcessInstanceReport
-
Only select historic process instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricActivityInstanceQuery
-
Only select historic activity instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricCaseActivityInstanceQuery
-
Only select historic case activity instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricCaseInstanceQuery
-
Only select historic case instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDecisionInstanceQuery
-
Only select historic decision instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricDetailQuery
-
Only select historic details with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given tenant id.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricIncidentQuery
-
Only select historic incidents that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricJobLogQuery
-
Only select historic job log entries that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricProcessInstanceQuery
-
Only select historic process instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricTaskInstanceQuery
-
Only select historic task instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.history.HistoricVariableInstanceQuery
-
Only select historic variable instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Only select
Tenant
s with the given ids
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- tenantIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricCaseInstanceReportImpl
-
- tenantIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricDecisionInstanceReportImpl
-
- tenantIdIn - Variable in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.CleanableHistoricProcessInstanceReportImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.IncidentQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- tenantIdIn(String...) - Method in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.management.JobDefinitionQuery
-
Only select job definitions that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.CaseDefinitionQuery
-
Only select case definitions with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.DecisionDefinitionQuery
-
Only select decision definitions with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.DecisionRequirementsDefinitionQuery
-
Only select decision requirements definition with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.DeploymentQuery
-
Only select deployments with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.repository.ProcessDefinitionQuery
-
Only select process definitions with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionQuery
-
Only select case execution with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.CaseInstanceQuery
-
Only select case instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.EventSubscriptionQuery
-
Only select subscriptions that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.ExecutionQuery
-
Only selects executions with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.IncidentQuery
-
Only select incidents that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.JobQuery
-
Only select jobs that belong to one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.ProcessInstanceQuery
-
Only select process instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.runtime.VariableInstanceQuery
-
Only select variable instances with one of the given tenant ids.
- tenantIdIn(String...) - Method in interface org.camunda.bpm.engine.task.TaskQuery
-
Only select tasks with one of the given tenant ids.
- tenantIdIsSame(TaskEntity) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- TenantIdProvider - Interface in org.camunda.bpm.engine.impl.cfg.multitenancy
-
SPI which can be implemented to assign tenant ids to process instances, case instances and historic decision instances.
- tenantIdProvider - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- tenantIdProvider - Variable in class org.camunda.bpm.engine.impl.core.model.BaseCallableElement
-
- TenantIdProviderCaseInstanceContext - Class in org.camunda.bpm.engine.impl.cfg.multitenancy
-
Provides information about a starting case instance to a
TenantIdProvider
implementation.
- TenantIdProviderCaseInstanceContext(CaseDefinition, VariableMap) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- TenantIdProviderCaseInstanceContext(CaseDefinition, VariableMap, DelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- TenantIdProviderCaseInstanceContext(CaseDefinition, VariableMap, DelegateCaseExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderCaseInstanceContext
-
- TenantIdProviderHistoricDecisionInstanceContext - Class in org.camunda.bpm.engine.impl.cfg.multitenancy
-
Provides information about a historic decision instance to a
TenantIdProvider
implementation.
- TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition, DelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition, DelegateCaseExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderHistoricDecisionInstanceContext
-
- TenantIdProviderProcessInstanceContext - Class in org.camunda.bpm.engine.impl.cfg.multitenancy
-
Provides information about a starting process instance to a
TenantIdProvider
implementation.
- TenantIdProviderProcessInstanceContext(ProcessDefinition, VariableMap) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- TenantIdProviderProcessInstanceContext(ProcessDefinition, VariableMap, DelegateExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- TenantIdProviderProcessInstanceContext(ProcessDefinition, VariableMap, DelegateCaseExecution) - Constructor for class org.camunda.bpm.engine.impl.cfg.multitenancy.TenantIdProviderProcessInstanceContext
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.repository.CaseDefinitionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.DeploymentQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.EventSubscriptionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.ExecutionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricActivityInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseActivityInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricCaseInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricDecisionInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricDetailQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricJobLogQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.HistoricVariableInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.IncidentQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.JobDefinitionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.JobQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.ProcessDefinitionQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.ProcessInstanceQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.TaskQueryImpl
-
- tenantIds - Variable in class org.camunda.bpm.engine.impl.VariableInstanceQueryImpl
-
- TenantManager - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TenantManager() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TenantManager
-
- tenantMembershipCreated(Tenant, User) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
-
- tenantMembershipCreated(Tenant, Group) - Method in class org.camunda.bpm.engine.impl.cfg.auth.DefaultAuthorizationProvider
-
- tenantMembershipCreated(Tenant, User) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
-
Invoked whenever an user is added to a tenant.
- tenantMembershipCreated(Tenant, Group) - Method in interface org.camunda.bpm.engine.impl.cfg.auth.ResourceAuthorizationProvider
-
Invoked whenever a group is added to a tenant.
- TenantMembershipEntity - Class in org.camunda.bpm.engine.impl.persistence.entity
-
A relationship between a tenant and an user or a group.
- TenantMembershipEntity() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- tenantName(String) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Only select
Tenant
s with the given name.
- tenantName(String) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- tenantNameLike(String) - Method in interface org.camunda.bpm.engine.identity.TenantQuery
-
Only select
Tenant
s where the name matches the given parameter.
- tenantNameLike(String) - Method in class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- TenantQuery - Interface in org.camunda.bpm.engine.identity
-
Allows to programmatically query for
Tenant
s.
- TenantQueryImpl - Class in org.camunda.bpm.engine.impl
-
- TenantQueryImpl() - Constructor for class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- TenantQueryImpl(CommandExecutor) - Constructor for class org.camunda.bpm.engine.impl.TenantQueryImpl
-
- TenantQueryProperty - Interface in org.camunda.bpm.engine.impl
-
Contains the possible properties that can be used by the
TenantQuery
.
- tenantResourceWhitelistPattern - Variable in class org.camunda.bpm.engine.ProcessEngineConfiguration
-
A parameter used for defining acceptable values for the Tenant IDs.
- TERMINATE - Static variable in interface org.camunda.bpm.engine.delegate.CaseExecutionListener
-
- terminate() - Method in class org.camunda.bpm.engine.impl.cmmn.CaseExecutionCommandBuilderImpl
-
- 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
-
- terminate() - Method in interface org.camunda.bpm.engine.runtime.CaseExecutionCommandBuilder
-
- terminateCaseException(String, CaseExecutionState) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- terminateCaseExecution(String) - Method in interface org.camunda.bpm.engine.CaseService
-
Terminates the case execution identified by the given id.
- terminateCaseExecution(String, Map<String, Object>) - Method in interface org.camunda.bpm.engine.CaseService
-
Terminates the case execution identified by the given id.
- terminateCaseExecution(String) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
-
- terminateCaseExecution(String, Map<String, Object>) - Method in class org.camunda.bpm.engine.impl.cmmn.CaseServiceImpl
-
- TerminateCaseExecutionCmd - Class in org.camunda.bpm.engine.impl.cmmn.cmd
-
- TerminateCaseExecutionCmd(CaseExecutionCommandBuilderImpl) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.TerminateCaseExecutionCmd
-
- TerminateCaseExecutionCmd(String, Map<String, Object>, Map<String, Object>, Collection<String>, Collection<String>) - Constructor for class org.camunda.bpm.engine.impl.cmmn.cmd.TerminateCaseExecutionCmd
-
- terminateChild(CmmnExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.StageActivityBehavior
-
- 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.impl.persistence.entity.HistoricCaseActivityStatisticsImpl
-
- 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
-
- 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
-
- TEST_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- TestHelper - Class in org.camunda.bpm.engine.impl.test
-
- TestHelper() - Constructor for class org.camunda.bpm.engine.impl.test.TestHelper
-
- TestLogger - Class in org.camunda.bpm.engine.impl.test
-
- TestLogger() - Constructor for class org.camunda.bpm.engine.impl.test.TestLogger
-
- 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
-
- 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.AbstractRenderFormDelegate
-
- 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.AbstractRenderFormDelegate
-
- TEXT_INPUT_TYPE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- 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
-
- textValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- textValue - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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.HistoricDecisionInputInstanceEntity
-
- textValue2 - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- 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
-
- 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
-
- throwable - Variable in class org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
-
- throwCompensationEvent(List<EventSubscriptionEntity>, ActivityExecution, boolean) - Static method in class org.camunda.bpm.engine.impl.bpmn.helper.CompensationUtil
-
we create a separate execution for each compensation handler invocation.
- throwEscalationActivity - Variable in class org.camunda.bpm.engine.impl.bpmn.helper.EscalationEventDefinitionFinder
-
- ThrowEscalationEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
The activity behavior for an intermediate throwing escalation event and an escalation end event.
- ThrowEscalationEventActivityBehavior(Escalation) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowEscalationEventActivityBehavior
-
- throwExceptionForErrors() - Method in class org.camunda.bpm.engine.impl.util.xml.Parse
-
- throwLoadModelException(String, Exception) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.BpmnModelInstanceCache
-
- throwLoadModelException(String, Exception) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.CmmnModelInstanceCache
-
- throwLoadModelException(String, Exception) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.DmnModelInstanceCache
-
- throwLoadModelException(String, Exception) - Method in class org.camunda.bpm.engine.impl.persistence.deploy.cache.ModelInstanceCache
-
- ThrowSignalEventActivityBehavior - Class in org.camunda.bpm.engine.impl.bpmn.behavior
-
Defines activity behavior for signal end event and intermediate throw signal event.
- ThrowSignalEventActivityBehavior(EventSubscriptionDeclaration) - Constructor for class org.camunda.bpm.engine.impl.bpmn.behavior.ThrowSignalEventActivityBehavior
-
- thursdayHistoryCleanupBatchWindowEndTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- thursdayHistoryCleanupBatchWindowStartTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricDetailQueryProperty
-
- TIME - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- time - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- time - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- timeBasedGenerator - Static variable in class org.camunda.bpm.engine.impl.persistence.StrongUuidGenerator
-
- TIMEOUT_LISTENER_DECLARATIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
Declaration indexed by activity and listener (id) that is triggered by the event; there can be multiple such declarations per activity but only one per listener.
- timeoutDuringShutdown() - Method in class org.camunda.bpm.engine.impl.jobexecutor.JobExecutorLogger
-
- timeoutDuringShutdownOfThreadPool(int, TimeUnit) - Method in class org.camunda.bpm.container.impl.ContainerIntegrationLogger
-
- timeoutTaskListeners - Variable in class org.camunda.bpm.engine.impl.task.TaskDefinition
-
- TIMER_DECLARATIONS - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
Declaration indexed by activity that is triggered by the event; assumes that there is at most one such declaration per activity.
- TIMER_EVENT_DEFINITION - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- 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
-
- TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- TimerChangeProcessDefinitionSuspensionStateJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- TimerChangeProcessDefinitionSuspensionStateJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler
-
- TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- timerDeclaration - Variable in class org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
-
- 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
-
- timerElementKey - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- timerElementSecondaryKey - Variable in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- 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
-
- TimerEventJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- TimerEventJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler
-
- TimerEventJobHandler.TimerJobConfiguration - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- TimerExecuteNestedActivityJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
- TimerExecuteNestedActivityJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler
-
- TimerJobConfiguration() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- 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.
- 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
-
- TimerTaskListenerJobHandler - Class in org.camunda.bpm.engine.impl.jobexecutor
-
JobHandler
implementation for timer task listeners which can be defined for user tasks.
- TimerTaskListenerJobHandler() - Constructor for class org.camunda.bpm.engine.impl.jobexecutor.TimerTaskListenerJobHandler
-
- timerTriggerTargetScope - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingTimerJobInstance
-
- timestamp - Variable in class org.camunda.bpm.engine.impl.cmd.DeleteMetricsCmd
-
- TIMESTAMP - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- 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.HistoricExternalTaskLogEntity
-
- 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.impl.persistence.entity.MetricIntervalEntity
-
- timestamp - Variable in class org.camunda.bpm.engine.impl.persistence.entity.SchemaLogEntryEntity
-
- 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
-
- 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
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.batch.BatchJobConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler.BatchMonitorJobConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler.BatchSeedJobConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.historycleanup.HistoryCleanupJobHandlerConfiguration
-
- toCanonicalString() - Method in interface org.camunda.bpm.engine.impl.jobexecutor.JobHandlerConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler.EventSubscriptionJobConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeJobDefinitionSuspensionStateJobHandler.JobDefinitionSuspensionStateConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerChangeProcessDefinitionSuspensionStateJobHandler.ProcessDefinitionSuspensionStateConfiguration
-
- toCanonicalString() - Method in class org.camunda.bpm.engine.impl.jobexecutor.TimerEventJobHandler.TimerJobConfiguration
-
- TOGGLE_FOREIGN_KEY_STMT - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.DbEntityManager
-
- 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
-
- toJsonObject(BatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
-
- toJsonObject(DeleteProcessInstanceBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- toJsonObject(SetRetriesBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
- toJsonObject(SetRetriesBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
-
- toJsonObject(SetRemovalTimeBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- toJsonObject(UpdateProcessInstancesSuspendStateBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
- toJsonObject(BatchConfiguration) - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
-
- 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(TaskQuery, boolean) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryConverter
-
- toJsonObject(TaskQueryVariableValue) - Method in class org.camunda.bpm.engine.impl.json.JsonTaskQueryVariableValueConverter
-
- toJsonObject(MigrationBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
- toJsonObject(MigrationInstruction) - Method in class org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
-
- toJsonObject(MigrationPlan) - Method in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- toJsonObject(ModificationBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- toJsonObject(AbstractProcessInstanceModificationCommand) - Method in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- toJsonObject(RestartProcessInstancesBatchConfiguration) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- token(Scanner.Symbol, String, int) - Method in class org.camunda.bpm.engine.impl.juel.Scanner
-
- Token(Scanner.Symbol, String) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.Token
-
- Token(Scanner.Symbol, String, int) - Constructor for class org.camunda.bpm.engine.impl.juel.Scanner.Token
-
- tokenizeJobConfiguration(String) - Method in class org.camunda.bpm.engine.impl.jobexecutor.AsyncContinuationJobHandler
-
- toManyProcessDefinitionsException(int, String, String, String, String) - Method in class org.camunda.bpm.engine.impl.db.EnginePersistenceLogger
-
- toMap() - Method in class org.camunda.bpm.engine.impl.core.model.Properties
-
Returns a map view of this properties.
- 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
-
- toMigrationInstruction() - Method in interface org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstruction
-
- toMigrationInstruction() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteHistoricProcessInstanceBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.deletion.DeleteProcessInstanceBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.externaltask.SetExternalTaskRetriesBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.job.SetJobRetriesBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.removaltime.SetRemovalTimeJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.batch.update.UpdateProcessInstancesSuspendStateBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.dmn.batch.DeleteHistoricDecisionInstanceBatchConfigurationJsonConverter
-
- 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
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.json.MigrationBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.json.MigrationInstructionJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.json.MigrationPlanJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.json.ModificationBatchConfigurationJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.json.ModificationCmdJsonConverter
-
- toObject(JsonObject) - Method in class org.camunda.bpm.engine.impl.RestartProcessInstancesBatchConfigurationJsonConverter
-
- topic(String, long) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQueryBuilder
-
Specifies that tasks of a topic should be fetched and locked for
a certain amount of time
- topic(String, long) - Method in class org.camunda.bpm.engine.impl.externaltask.ExternalTaskQueryTopicBuilderImpl
-
- TOPIC_NAME - Static variable in interface org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryProperty
-
- TopicFetchInstruction - Class in org.camunda.bpm.engine.impl.externaltask
-
- TopicFetchInstruction(String, long) - Constructor for class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- topicName(String) - Method in interface org.camunda.bpm.engine.externaltask.ExternalTaskQuery
-
Only select external tasks of the given topic
- topicName(String) - Method in interface org.camunda.bpm.engine.history.HistoricExternalTaskLogQuery
-
Only select historic external task log entries with the given topic name.
- topicName - Variable in class org.camunda.bpm.engine.impl.externaltask.LockedExternalTaskImpl
-
- topicName - Variable in class org.camunda.bpm.engine.impl.externaltask.TopicFetchInstruction
-
- topicName - Variable in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- topicName(String) - Method in class org.camunda.bpm.engine.impl.ExternalTaskQueryImpl
-
- topicName - Variable in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- topicName(String) - Method in class org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
-
- topicName - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
- topicName - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- topicNameValueProvider - Variable in class org.camunda.bpm.engine.impl.bpmn.behavior.ExternalTaskActivityBehavior
-
- toString() - Method in class org.camunda.bpm.application.impl.ProcessApplicationIdentifier
-
- toString() - Method in class org.camunda.bpm.application.InvocationContext
-
- toString() - Method in class org.camunda.bpm.engine.authorization.MissingAuthorization
-
- toString() - Method in enum org.camunda.bpm.engine.authorization.Permissions
-
- toString() - Method in exception org.camunda.bpm.engine.delegate.BpmnError
-
- toString() - Method in class org.camunda.bpm.engine.history.ExternalTaskState.ExternalTaskStateImpl
-
- 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.batch.BatchEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsEntity
-
- 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.cfg.AbstractProcessEnginePlugin
-
- toString() - Method in class org.camunda.bpm.engine.impl.cfg.CompositeProcessEnginePlugin
-
- 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.model.Properties
-
- toString() - Method in class org.camunda.bpm.engine.impl.core.model.PropertyKey
-
- toString() - Method in class org.camunda.bpm.engine.impl.core.model.PropertyListKey
-
- toString() - Method in class org.camunda.bpm.engine.impl.core.model.PropertyMapKey
-
- 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() - Method in class org.camunda.bpm.engine.impl.Direction
-
- toString() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionRequirementsDefinitionEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.dmn.result.CollectEntriesDecisionResultMapper
-
- toString() - Method in class org.camunda.bpm.engine.impl.dmn.result.SingleEntryDecisionResultMapper
-
- toString() - Method in class org.camunda.bpm.engine.impl.dmn.result.SingleResultDecisionResultMapper
-
- 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.AbstractHistoryLevel
-
- 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.migration.MigrationInstructionImpl
-
- toString() - Method in class org.camunda.bpm.engine.impl.migration.MigrationPlanImpl
-
- toString() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.MigrationInstructionValidationReportImpl
-
- toString() - Method in class org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructionImpl
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.AcquirableJobEntity
-
- 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.CleanableHistoricBatchesReportResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricCaseInstanceReportResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricDecisionInstanceReportResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.CleanableHistoricProcessInstanceReportResultEntity
-
- 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.DurationReportResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EventSubscriptionEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.ExternalTaskEntity
-
- 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.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.SchemaLogEntryEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.SuspensionState.SuspensionStateImpl
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskCountByCandidateGroupResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskReportResultEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantEntity
-
- toString() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TenantMembershipEntity
-
- 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.runtime.ConditionSet
-
- toString() - Method in class org.camunda.bpm.engine.impl.runtime.CorrelationSet
-
- 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() - Method in class org.camunda.bpm.engine.impl.util.xml.Element
-
- toString() - Method in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- toString() - Method in class org.camunda.bpm.engine.impl.xml.ProblemImpl
-
- toString() - Method in class org.camunda.bpm.engine.repository.DiagramElement
-
- toString() - Method in class org.camunda.bpm.engine.repository.DiagramNode
-
- toString() - Method in enum org.camunda.bpm.engine.repository.ResourceTypes
-
- total - Variable in class org.camunda.bpm.engine.management.TablePage
-
The total number of rows in the table.
- totalJobs - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- totalJobs - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- TRANSACTION - Static variable in class org.camunda.bpm.engine.ActivityTypes
-
- 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
-
Implementations may not assume that this is executed by the same thread as the command itself.
- TransactionLogger - Class in org.camunda.bpm.engine.impl.cfg
-
- TransactionLogger() - Constructor for class org.camunda.bpm.engine.impl.cfg.TransactionLogger
-
- 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
-
- transactionManagerJndiName - Variable in class org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration
-
- 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
-
- TransactionStateSynchronization(TransactionState, TransactionListener, CommandContext) - Constructor for class org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext.TransactionStateSynchronization
-
- transferVariables(VariableScope, CmmnActivityExecution) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.ProcessOrCaseTaskActivityBehavior
-
- transferVariables(VariableScope, CmmnActivityExecution) - 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
-
- 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, 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 interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
-
- transformCasePlanModel(CasePlanModel, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
-
- 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
-
- transformDecisionTask(PlanItem, DecisionTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.AbstractCmmnTransformListener
-
- transformDecisionTask(PlanItem, DecisionTask, CmmnActivity) - Method in interface org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformListener
-
- transformDecisionTask(PlanItem, DecisionTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.history.transformer.CmmnHistoryTransformListener
-
- transformDecisionTask(PlanItem, DecisionTask, CmmnActivity) - Method in class org.camunda.bpm.engine.impl.metrics.parser.MetricsCmmnTransformListener
-
- transformDefinitions(DeploymentEntity, ResourceEntity, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
Transform the resource entity into definition entities.
- transformDefinitions(DeploymentEntity, ResourceEntity, Properties) - Method in class org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer
-
- transformDefinitions(DeploymentEntity, ResourceEntity, Properties) - Method in class org.camunda.bpm.engine.impl.cmmn.deployer.CmmnDeployer
-
- transformDefinitions(DeploymentEntity, ResourceEntity, Properties) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- transformDefinitions(DeploymentEntity, ResourceEntity, Properties) - Method in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- 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
-
- transformer - Variable in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionDefinitionDeployer
-
- transformer - Variable in class org.camunda.bpm.engine.impl.dmn.deployer.DecisionRequirementsDefinitionDeployer
-
- 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
-
- 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
-
- 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, Properties) - Method in class org.camunda.bpm.engine.impl.AbstractDefinitionDeployer
-
- transformResourceException(String, Throwable) - Method in class org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformerLogger
-
- 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
-
- transientVariableException(String) - Method in class org.camunda.bpm.engine.impl.core.CoreLogger
-
- transitCaseException(String, String, CaseExecutionState) - Method in class org.camunda.bpm.engine.impl.cmmn.behavior.CmmnBehaviorLogger
-
- 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.impl.jobexecutor.AsyncContinuationJobHandler.AsyncContinuationConfiguration
-
- 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 - Variable in class org.camunda.bpm.engine.impl.migration.instance.MigratingTransitionInstance
-
- 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
-
- transitionInstanceHandler - Variable in class org.camunda.bpm.engine.impl.migration.instance.parser.MigratingInstanceParser
-
- TransitionInstanceHandler - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
- TransitionInstanceHandler() - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.TransitionInstanceHandler
-
- transitionInstanceId - Variable in class org.camunda.bpm.engine.impl.cmd.TransitionInstanceCancellationCmd
-
- transitionInstanceId - Variable in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingTransitionInstanceValidationReportImpl
-
- TransitionInstanceImpl - Class in org.camunda.bpm.engine.impl.persistence.entity
-
- TransitionInstanceImpl() - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.TransitionInstanceImpl
-
- TransitionInstanceJobHandler - Class in org.camunda.bpm.engine.impl.migration.instance.parser
-
- TransitionInstanceJobHandler() - Constructor for class org.camunda.bpm.engine.impl.migration.instance.parser.TransitionInstanceJobHandler
-
- transitionInstanceReports - Variable in class org.camunda.bpm.engine.impl.migration.validation.instance.MigratingProcessInstanceValidationReportImpl
-
- TransitionInstantiationCmd - Class in org.camunda.bpm.engine.impl.cmd
-
- TransitionInstantiationCmd(String) - Constructor for class org.camunda.bpm.engine.impl.cmd.TransitionInstantiationCmd
-
- 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
-
- 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
- transitionTo(TaskEntity.TaskState) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- 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
-
- 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
-
- 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.
- TreeVisitor<T> - 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
-
- 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
-
- TRIGGERED_BY_EVENT - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- triggerExecution(CommandContext, CorrelationHandlerResult) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractCorrelateMessageCmd
-
- triggerHistoryEvent(List<ProcessInstance>) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractDeleteProcessInstanceCmd
-
- triggerHistoryEvent(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
-
- triggerHistoryEvent(CommandContext) - Method in class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
-
- triggerTimeoutEvent(String) - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- triggerUpdateEvent() - Method in class org.camunda.bpm.engine.impl.persistence.entity.TaskEntity
-
- trimToMaximumLengthAllowed(String) - Static method in class org.camunda.bpm.engine.impl.util.StringUtil
-
- TRUE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- tryEvaluate(DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- tryEvaluate(VariableEvent, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.bpmn.parser.ConditionalEventDefinition
-
- tryEvaluate(VariableScope, DelegateExecution) - Method in interface org.camunda.bpm.engine.impl.Condition
-
Tries to evaluate the condition.
- tryEvaluate(VariableScope, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.el.UelExpressionCondition
-
- tryEvaluate(VariableScope, DelegateExecution) - Method in class org.camunda.bpm.engine.impl.scripting.ScriptCondition
-
- 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
-
- tuesdayHistoryCleanupBatchWindowEndTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- tuesdayHistoryCleanupBatchWindowStartTime - Variable in class org.camunda.bpm.engine.impl.cfg.ProcessEngineConfigurationImpl
-
- TX_LOGGER - Static variable in class org.camunda.bpm.engine.impl.ProcessEngineLogger
-
- TxContextCommandContextFactory - Class in org.camunda.bpm.engine.impl.interceptor
-
- TxContextCommandContextFactory() - Constructor for class org.camunda.bpm.engine.impl.interceptor.TxContextCommandContextFactory
-
- type(String) - Method in interface org.camunda.bpm.engine.batch.BatchQuery
-
Only select batches of the given type.
- type(String) - Method in interface org.camunda.bpm.engine.batch.BatchStatisticsQuery
-
Only select batch statistics of the given type.
- type(String) - Method in interface org.camunda.bpm.engine.batch.history.HistoricBatchQuery
-
Only select historic batches of the given type.
- type(String) - Method in interface org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery
-
Only select historic identity links which have the given identity link type.
- type - Variable in class org.camunda.bpm.engine.impl.batch.BatchEntity
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.batch.BatchMonitorJobHandler
-
- type - Variable in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- type(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchQueryImpl
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.batch.BatchSeedJobHandler
-
- type - Variable in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- type(String) - Method in class org.camunda.bpm.engine.impl.batch.BatchStatisticsQueryImpl
-
- type - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchEntity
-
- type - Variable in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- type(String) - Method in class org.camunda.bpm.engine.impl.batch.history.HistoricBatchQueryImpl
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.bpmn.helper.BpmnProperties
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.BpmnParse
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.bpmn.parser.DefaultFailedJobParseListener
-
- type - Variable in class org.camunda.bpm.engine.impl.bpmn.parser.FieldDeclaration
-
- 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.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 - Variable in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- type(String) - Method in class org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryImpl
-
- TYPE - Static variable in interface org.camunda.bpm.engine.impl.HistoricIdentityLinkLogQueryProperty
-
- type - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
-
- type - Variable in class org.camunda.bpm.engine.impl.incident.DefaultIncidentHandler
-
- 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.historycleanup.HistoryCleanupJobHandler
-
- 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 class org.camunda.bpm.engine.impl.jobexecutor.TimerTaskListenerJobHandler
-
- 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.ByteArrayEntity
-
- type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
- 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 - Variable in class org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
- TYPE - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.TimerEntity
-
- type - Variable in class org.camunda.bpm.engine.impl.persistence.entity.util.ByteArrayField
-
- type - Variable in class org.camunda.bpm.engine.impl.SingleQueryVariableValueCondition
-
- type - Variable in class org.camunda.bpm.engine.impl.variable.VariableDeclaration
-
Deprecated.
- TYPE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- TYPE_ATTRIBUTE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- TYPE_BATCH_SET_REMOVAL_TIME - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_COMMENT - Static variable in class org.camunda.bpm.engine.impl.persistence.entity.CommentEntity
-
- TYPE_DECISION_SET_REMOVAL_TIME - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_ERROR_EXPRESSION - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- 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_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.AbstractRenderFormDelegate
-
- TYPE_FIELD_MESSAGE - Static variable in class org.camunda.bpm.engine.impl.form.engine.HtmlFormEngine
-
- TYPE_HISTORIC_DECISION_INSTANCE_DELETION - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_HISTORIC_PROCESS_INSTANCE_DELETION - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- 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_ORDER - Static variable in class org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator.EntityTypeComparatorForModifications
-
- TYPE_PROCESS_INSTANCE_DELETION - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_PROCESS_INSTANCE_MIGRATION - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_PROCESS_INSTANCE_MODIFICATION - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_PROCESS_INSTANCE_RESTART - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_PROCESS_INSTANCE_UPDATE_SUSPENSION_STATE - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_PROCESS_SET_REMOVAL_TIME - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_SET_EXTERNAL_TASK_RETRIES - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- TYPE_SET_JOB_RETRIES - Static variable in interface org.camunda.bpm.engine.batch.Batch
-
- 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
-
- 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
-
- typedValueField - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionInputInstanceEntity
-
- typedValueField - Variable in class org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
-
- typedValueField - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntity
-
- typedValueField - Variable in class org.camunda.bpm.engine.impl.persistence.entity.HistoricVariableInstanceEntity
-
- TypedValueField - Class in org.camunda.bpm.engine.impl.persistence.entity.util
-
A field what provide a typed version of a value.
- TypedValueField(ValueFields, boolean) - Constructor for class org.camunda.bpm.engine.impl.persistence.entity.util.TypedValueField
-
- typedValueField - Variable in class org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity
-
- TypedValueSerializer<T extends TypedValue> - Interface in org.camunda.bpm.engine.impl.variable.serializer
-
- TypedValueUpdateListener - Interface in org.camunda.bpm.engine.impl.persistence.entity.util
-
- typeForName(String) - Method in class org.camunda.bpm.engine.impl.variable.ValueTypeResolverImpl
-
- typeToQueryProperty(ValueType) - Static method in class org.camunda.bpm.engine.impl.VariableOrderProperty
-