Uses of Interface
org.camunda.bpm.engine.ProcessEngine
-
-
Uses of ProcessEngine in org.camunda.bpm
Methods in org.camunda.bpm that return ProcessEngine Modifier and Type Method Description static ProcessEngine
BpmPlatform. getDefaultProcessEngine()
ProcessEngine
ProcessEngineService. getDefaultProcessEngine()
ProcessEngine
ProcessEngineService. getProcessEngine(String name)
Methods in org.camunda.bpm that return types with arguments of type ProcessEngine Modifier and Type Method Description List<ProcessEngine>
ProcessEngineService. getProcessEngines()
-
Uses of ProcessEngine in org.camunda.bpm.admin.impl.web
Methods in org.camunda.bpm.admin.impl.web that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
SetupResource. lookupProcessEngine(String engineName)
Methods in org.camunda.bpm.admin.impl.web with parameters of type ProcessEngine Modifier and Type Method Description protected void
SetupResource. createInitialUserInternal(String processEngineName, UserDto user, ProcessEngine processEngine)
protected void
SetupResource. ensureCamundaAdminGroupExists(ProcessEngine processEngine)
protected void
SetupResource. ensureSetupAvailable(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.application.impl
Methods in org.camunda.bpm.application.impl with parameters of type ProcessEngine Modifier and Type Method Description void
EjbProcessApplicationReference. processEngineStopping(ProcessEngine processEngine)
void
ProcessApplicationReferenceImpl. processEngineStopping(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.cockpit
Methods in org.camunda.bpm.cockpit that return ProcessEngine Modifier and Type Method Description static ProcessEngine
Cockpit. getProcessEngine(String processEngineName)
-
Uses of ProcessEngine in org.camunda.bpm.cockpit.plugin.test
Methods in org.camunda.bpm.cockpit.plugin.test that return ProcessEngine Modifier and Type Method Description ProcessEngine
AbstractCockpitPluginTest. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.cockpit.plugin.test.application
Methods in org.camunda.bpm.cockpit.plugin.test.application that return ProcessEngine Modifier and Type Method Description ProcessEngine
TestProcessEngineProvider. getDefaultProcessEngine()
ProcessEngine
TestProcessEngineProvider. getProcessEngine(String name)
-
Uses of ProcessEngine in org.camunda.bpm.cockpit.service
Methods in org.camunda.bpm.cockpit.service that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
AbstractEngineAware. getProcessEngine()
Deprecated.Return aProcessEngine
for the current engine name to execute queries against the engine. -
Uses of ProcessEngine in org.camunda.bpm.container
Methods in org.camunda.bpm.container with parameters of type ProcessEngine Modifier and Type Method Description void
RuntimeContainerDelegate. registerProcessEngine(ProcessEngine processEngine)
Adds a managedProcessEngine
to the runtime container.void
RuntimeContainerDelegate. unregisterProcessEngine(ProcessEngine processEngine)
Unregisters a managedProcessEngine
instance from the Runtime Container. -
Uses of ProcessEngine in org.camunda.bpm.container.impl
Methods in org.camunda.bpm.container.impl that return ProcessEngine Modifier and Type Method Description ProcessEngine
RuntimeContainerDelegateImpl. getDefaultProcessEngine()
ProcessEngine
RuntimeContainerDelegateImpl. getProcessEngine(String name)
Methods in org.camunda.bpm.container.impl that return types with arguments of type ProcessEngine Modifier and Type Method Description List<ProcessEngine>
RuntimeContainerDelegateImpl. getProcessEngines()
Methods in org.camunda.bpm.container.impl with parameters of type ProcessEngine Modifier and Type Method Description void
RuntimeContainerDelegateImpl. registerProcessEngine(ProcessEngine processEngine)
void
RuntimeContainerDelegateImpl. unregisterProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.deployment
Methods in org.camunda.bpm.container.impl.deployment that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
DeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer)
protected ProcessEngine
DeployProcessArchiveStep. getProcessEngine(PlatformServiceContainer serviceContainer, String defaultDeployToProcessEngineName)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.deployment.util
Methods in org.camunda.bpm.container.impl.deployment.util that return ProcessEngine Modifier and Type Method Description static ProcessEngine
InjectionUtil. getDefaultProcessEngine(DeploymentOperation operationContext)
Methods in org.camunda.bpm.container.impl.deployment.util that return types with arguments of type ProcessEngine Modifier and Type Method Description static List<ProcessEngine>
InjectionUtil. getProcessEngines(DeploymentOperation operationContext)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.ejb
Methods in org.camunda.bpm.container.impl.ejb that return ProcessEngine Modifier and Type Method Description ProcessEngine
EjbProcessEngineService. getDefaultProcessEngine()
ProcessEngine
EjbProcessEngineService. getProcessEngine(String name)
Methods in org.camunda.bpm.container.impl.ejb that return types with arguments of type ProcessEngine Modifier and Type Method Description List<ProcessEngine>
EjbProcessEngineService. getProcessEngines()
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.jboss.deployment.processor
Methods in org.camunda.bpm.container.impl.jboss.deployment.processor that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
ProcessApplicationDeploymentProcessor. getProcessEngineForArchive(org.jboss.msc.service.ServiceName serviceName, org.jboss.msc.service.ServiceRegistry serviceRegistry)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.jboss.extension.handler
Methods in org.camunda.bpm.container.impl.jboss.extension.handler that return types with arguments of type ProcessEngine Modifier and Type Method Description protected org.jboss.msc.service.ServiceController<ProcessEngine>
ProcessEngineAdd. installService(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.ServiceVerificationHandler verificationHandler, ManagedProcessEngineMetadata processEngineConfiguration)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.jboss.service
Fields in org.camunda.bpm.container.impl.jboss.service declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
MscManagedProcessEngine. processEngine
the process engine managed by this serviceFields in org.camunda.bpm.container.impl.jboss.service with type parameters of type ProcessEngine Modifier and Type Field Description protected org.jboss.msc.value.InjectedValue<ProcessEngine>
ProcessApplicationStartService. defaultProcessEngineInjector
injector for the default process engineprotected org.jboss.msc.value.InjectedValue<ProcessEngine>
ProcessApplicationDeploymentService. processEngineInjector
protected Set<ProcessEngine>
MscRuntimeContainerDelegate. processEngines
protected ServiceTracker<ProcessEngine>
MscRuntimeContainerDelegate. processEngineServiceTracker
protected HashSet<ProcessEngine>
ProcessApplicationStartService. referencedProcessEngines
Methods in org.camunda.bpm.container.impl.jboss.service that return ProcessEngine Modifier and Type Method Description ProcessEngine
MscRuntimeContainerDelegate. getDefaultProcessEngine()
ProcessEngine
MscManagedProcessEngineController. getProcessEngine()
ProcessEngine
MscRuntimeContainerDelegate. getProcessEngine(String name)
protected ProcessEngine
MscRuntimeContainerDelegate. getProcessEngineService(org.jboss.msc.service.ServiceName processEngineServiceName)
ProcessEngine
MscManagedProcessEngine. getValue()
Methods in org.camunda.bpm.container.impl.jboss.service that return types with arguments of type ProcessEngine Modifier and Type Method Description org.jboss.msc.value.InjectedValue<ProcessEngine>
ProcessApplicationStartService. getDefaultProcessEngineInjector()
org.jboss.msc.value.InjectedValue<ProcessEngine>
ProcessApplicationDeploymentService. getProcessEngineInjector()
List<ProcessEngine>
MscRuntimeContainerDelegate. getProcessEngines()
protected org.jboss.msc.service.ServiceController<ProcessEngine>
MscRuntimeContainerDelegate. getProcessEngineServiceController(org.jboss.msc.service.ServiceName processEngineServiceName)
Methods in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessEngine Modifier and Type Method Description void
MscRuntimeContainerDelegate. processEngineStarted(ProcessEngine processEngine)
invoked by theMscManagedProcessEngine
andMscManagedProcessEngineController
when a process engine is startedvoid
MscRuntimeContainerDelegate. processEngineStopped(ProcessEngine processEngine)
invoked by theMscManagedProcessEngine
andMscManagedProcessEngineController
when a process engine is stoppedvoid
MscRuntimeContainerDelegate. registerProcessEngine(ProcessEngine processEngine)
void
MscRuntimeContainerDelegate. unregisterProcessEngine(ProcessEngine processEngine)
Method parameters in org.camunda.bpm.container.impl.jboss.service with type arguments of type ProcessEngine Modifier and Type Method Description static void
MscManagedProcessEngineController. initializeServiceBuilder(ManagedProcessEngineMetadata processEngineConfiguration, MscManagedProcessEngineController service, org.jboss.msc.service.ServiceBuilder<ProcessEngine> serviceBuilder, String jobExecutorName)
Constructors in org.camunda.bpm.container.impl.jboss.service with parameters of type ProcessEngine Constructor Description MscManagedProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.jboss.util
Fields in org.camunda.bpm.container.impl.jboss.util declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ProcessEngineManagedReferenceFactory. processEngine
Constructors in org.camunda.bpm.container.impl.jboss.util with parameters of type ProcessEngine Constructor Description ProcessEngineManagedReferenceFactory(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.jmx.services
Fields in org.camunda.bpm.container.impl.jmx.services declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
JmxManagedProcessEngine. processEngine
Methods in org.camunda.bpm.container.impl.jmx.services that return ProcessEngine Modifier and Type Method Description ProcessEngine
JmxManagedProcessEngine. getProcessEngine()
ProcessEngine
JmxManagedProcessEngine. getValue()
Constructors in org.camunda.bpm.container.impl.jmx.services with parameters of type ProcessEngine Constructor Description JmxManagedProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.container.impl.tomcat
Fields in org.camunda.bpm.container.impl.tomcat declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
TomcatBpmPlatformBootstrap. processEngine
-
Uses of ProcessEngine in org.camunda.bpm.engine
Fields in org.camunda.bpm.engine with type parameters of type ProcessEngine Modifier and Type Field Description protected static Map<String,ProcessEngine>
ProcessEngines. processEngines
Methods in org.camunda.bpm.engine that return ProcessEngine Modifier and Type Method Description abstract ProcessEngine
ProcessEngineConfiguration. buildProcessEngine()
static ProcessEngine
ProcessEngines. getDefaultProcessEngine()
static ProcessEngine
ProcessEngines. getDefaultProcessEngine(boolean forceCreate)
static ProcessEngine
ProcessEngines. getProcessEngine(String processEngineName)
static ProcessEngine
ProcessEngines. getProcessEngine(String processEngineName, boolean forceCreate)
obtain a process engine by name.Methods in org.camunda.bpm.engine that return types with arguments of type ProcessEngine Modifier and Type Method Description static Map<String,ProcessEngine>
ProcessEngines. getProcessEngines()
provides access to process engine to application clients in a managed server environment.Methods in org.camunda.bpm.engine with parameters of type ProcessEngine Modifier and Type Method Description static void
ProcessEngines. registerProcessEngine(ProcessEngine processEngine)
Registers the given process engine.static void
ProcessEngines. unregister(ProcessEngine processEngine)
Unregisters the given process engine. -
Uses of ProcessEngine in org.camunda.bpm.engine.cdi.impl
Methods in org.camunda.bpm.engine.cdi.impl that return ProcessEngine Modifier and Type Method Description ProcessEngine
NamedProcessEngineServicesProducer. processEngine(javax.enterprise.inject.spi.InjectionPoint ip)
ProcessEngine
ProcessEngineServicesProducer. processEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.delegate
Methods in org.camunda.bpm.engine.delegate that return ProcessEngine Modifier and Type Method Description ProcessEngine
ProcessEngineServicesAware. getProcessEngine()
Returns theProcessEngine
providing access to the public API of the process engine. -
Uses of ProcessEngine in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement ProcessEngine Modifier and Type Class Description class
ProcessEngineImpl
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg that return ProcessEngine Modifier and Type Method Description ProcessEngine
ProcessEngineConfigurationImpl. buildProcessEngine()
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type ProcessEngine Modifier and Type Method Description protected void
ProcessEngineConfigurationImpl. invokePostProcessEngineBuild(ProcessEngine engine)
void
AbstractProcessEnginePlugin. postProcessEngineBuild(ProcessEngine processEngine)
void
CompositeProcessEnginePlugin. postProcessEngineBuild(ProcessEngine processEngine)
void
ProcessEnginePlugin. postProcessEngineBuild(ProcessEngine processEngine)
Invoked after the process engine has been built. -
Uses of ProcessEngine in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return ProcessEngine Modifier and Type Method Description ProcessEngine
CaseExecutionEntity. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return ProcessEngine Modifier and Type Method Description ProcessEngine
CaseExecutionImpl. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.metrics
Methods in org.camunda.bpm.engine.impl.metrics with parameters of type ProcessEngine Modifier and Type Method Description String
MetricsReporterIdProvider. provideId(ProcessEngine processEngine)
Deprecated.Provides an id that identifies the metrics reported as part of the given engine's process execution. -
Uses of ProcessEngine in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
MigratingInstanceParser. engine
Constructors in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type ProcessEngine Constructor Description MigratingInstanceParser(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ProcessEngine Modifier and Type Method Description ProcessEngine
ExecutionEntity. getProcessEngine()
ProcessEngine
TaskEntity. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.plugin
Methods in org.camunda.bpm.engine.impl.plugin with parameters of type ProcessEngine Modifier and Type Method Description void
AdministratorAuthorizationPlugin. postProcessEngineBuild(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return ProcessEngine Modifier and Type Method Description ProcessEngine
ExecutionImpl. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.repository
Fields in org.camunda.bpm.engine.impl.repository declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
DefaultDeploymentHandler. processEngine
Methods in org.camunda.bpm.engine.impl.repository with parameters of type ProcessEngine Modifier and Type Method Description DeploymentHandler
DefaultDeploymentHandlerFactory. buildDeploymentHandler(ProcessEngine processEngine)
Constructors in org.camunda.bpm.engine.impl.repository with parameters of type ProcessEngine Constructor Description DefaultDeploymentHandler(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.test
Fields in org.camunda.bpm.engine.impl.test declared as ProcessEngine Modifier and Type Field Description protected static ProcessEngine
PluggableProcessEngineTestCase. cachedProcessEngine
This class isn't used in the Process Engine test suite anymore.protected ProcessEngine
AbstractProcessEngineTestCase. processEngine
Methods in org.camunda.bpm.engine.impl.test that return ProcessEngine Modifier and Type Method Description static ProcessEngine
PluggableProcessEngineTestCase. getProcessEngine()
static ProcessEngine
TestHelper. getProcessEngine(String configurationResource)
Methods in org.camunda.bpm.engine.impl.test with parameters of type ProcessEngine Modifier and Type Method Description static String
TestHelper. annotationDeploymentSetUp(ProcessEngine processEngine, Class<?> testClass, String methodName)
static String
TestHelper. annotationDeploymentSetUp(ProcessEngine processEngine, Class<?> testClass, String methodName, Deployment deploymentAnnotation)
static String
TestHelper. annotationDeploymentSetUp(ProcessEngine processEngine, String[] resources, Class<?> testClass, boolean onMethod, String methodName)
static String
TestHelper. annotationDeploymentSetUp(ProcessEngine processEngine, String[] resources, Class<?> testClass, String methodName)
static void
TestHelper. annotationDeploymentTearDown(ProcessEngine processEngine, String deploymentId, Class<?> testClass, String methodName)
static boolean
TestHelper. annotationRequiredDatabaseCheck(ProcessEngine processEngine, Class<?> testClass, String methodName)
static boolean
TestHelper. annotationRequiredDatabaseCheck(ProcessEngine processEngine, RequiredDatabase annotation, Class<?> testClass, String methodName)
static boolean
TestHelper. annotationRequiredHistoryLevelCheck(ProcessEngine processEngine, Class<?> testClass, String methodName)
static boolean
TestHelper. annotationRequiredHistoryLevelCheck(ProcessEngine processEngine, RequiredHistoryLevel annotation, Class<?> testClass, String methodName)
static void
TestHelper. assertAndEnsureCleanDbAndCache(ProcessEngine processEngine)
Ensures that the deployment cache and database is clean after a test.static String
TestHelper. assertAndEnsureCleanDbAndCache(ProcessEngine processEngine, boolean fail)
Ensures that the deployment cache and database is clean after a test.static void
TestHelper. assertAndEnsureCleanDeploymentCache(ProcessEngine processEngine)
Ensures that the deployment cache is empty after a test.static String
TestHelper. assertAndEnsureCleanDeploymentCache(ProcessEngine processEngine, boolean fail)
Ensures that the deployment cache is empty after a test.static String
TestHelper. assertAndEnsureNoProcessApplicationsRegistered(ProcessEngine processEngine)
static void
ProcessEngineAssert. assertProcessEnded(ProcessEngine processEngine, String processInstanceId)
static void
TestHelper. assertProcessEnded(ProcessEngine processEngine, String processInstanceId)
Deprecated.static void
TestHelper. deleteDeployment(ProcessEngine processEngine, String deploymentId)
-
Uses of ProcessEngine in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type ProcessEngine Modifier and Type Method Description static String
StringUtil. fromBytes(byte[] bytes, ProcessEngine processEngine)
Converts a byte array into a string using the current process engines default charset as returned byProcessEngineConfigurationImpl.getDefaultCharset()
.static byte[]
StringUtil. toByteArray(String string, ProcessEngine processEngine)
Gets the bytes from a string using the provided process engine's default charset -
Uses of ProcessEngine in org.camunda.bpm.engine.impl.variable.listener
Methods in org.camunda.bpm.engine.impl.variable.listener that return ProcessEngine Modifier and Type Method Description ProcessEngine
DelegateCaseVariableInstanceImpl. getProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository with parameters of type ProcessEngine Modifier and Type Method Description DeploymentHandler
DeploymentHandlerFactory. buildDeploymentHandler(ProcessEngine processEngine)
Creates aDeploymentHandler
instance. -
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto with parameters of type ProcessEngine Modifier and Type Method Description protected abstract void
AbstractQueryDto. applySortBy(T query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
SchemaLogQueryDto. applySortBy(SchemaLogQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
AbstractQueryDto. applySortingOptions(T query, ProcessEngine engine)
void
ModificationDto. applyTo(ModificationBuilder builder, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected abstract T
AbstractQueryDto. createNewQuery(ProcessEngine engine)
protected SchemaLogQuery
SchemaLogQueryDto. createNewQuery(ProcessEngine engine)
protected abstract T
AbstractReportDto. createNewReportQuery(ProcessEngine engine)
List<? extends ReportResult>
AbstractReportDto. executeReport(ProcessEngine engine)
static VariableMap
VariableValueDto. toMap(Map<String,VariableValueDto> variables, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
T
AbstractQueryDto. toQuery(ProcessEngine engine)
TypedValue
VariableValueDto. toTypedValue(ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
void
SuspensionStateDto. updateSuspensionState(ProcessEngine engine)
void
SuspensionStateDto. updateSuspensionState(ProcessEngine engine, String processInstanceId)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.authorization
Methods in org.camunda.bpm.engine.rest.dto.authorization with parameters of type ProcessEngine Modifier and Type Method Description protected void
AuthorizationQueryDto. applySortBy(AuthorizationQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected AuthorizationQuery
AuthorizationQueryDto. createNewQuery(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.batch
Methods in org.camunda.bpm.engine.rest.dto.batch with parameters of type ProcessEngine Modifier and Type Method Description protected void
BatchQueryDto. applySortBy(BatchQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
BatchStatisticsQueryDto. applySortBy(BatchStatisticsQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected BatchQuery
BatchQueryDto. createNewQuery(ProcessEngine engine)
protected BatchStatisticsQuery
BatchStatisticsQueryDto. createNewQuery(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.externaltask
Methods in org.camunda.bpm.engine.rest.dto.externaltask with parameters of type ProcessEngine Modifier and Type Method Description protected void
ExternalTaskQueryDto. applySortBy(ExternalTaskQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
ExternalTaskQueryBuilder
FetchExternalTasksDto. buildQuery(ProcessEngine processEngine)
protected ExternalTaskQuery
ExternalTaskQueryDto. createNewQuery(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type ProcessEngine Modifier and Type Method Description protected void
CleanableHistoricCaseInstanceReportDto. applySortBy(CleanableHistoricCaseInstanceReport query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
CleanableHistoricDecisionInstanceReportDto. applySortBy(CleanableHistoricDecisionInstanceReport query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
CleanableHistoricProcessInstanceReportDto. applySortBy(CleanableHistoricProcessInstanceReport query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricActivityInstanceQueryDto. applySortBy(HistoricActivityInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricCaseActivityInstanceQueryDto. applySortBy(HistoricCaseActivityInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricCaseInstanceQueryDto. applySortBy(HistoricCaseInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricDecisionInstanceQueryDto. applySortBy(HistoricDecisionInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricDetailQueryDto. applySortBy(HistoricDetailQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricExternalTaskLogQueryDto. applySortBy(HistoricExternalTaskLogQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricIdentityLinkLogQueryDto. applySortBy(HistoricIdentityLinkLogQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricIncidentQueryDto. applySortBy(HistoricIncidentQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricJobLogQueryDto. applySortBy(HistoricJobLogQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricProcessInstanceQueryDto. applySortBy(HistoricProcessInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricTaskInstanceQueryDto. applySortBy(HistoricTaskInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricVariableInstanceQueryDto. applySortBy(HistoricVariableInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
UserOperationLogQueryDto. applySortBy(UserOperationLogQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected CleanableHistoricCaseInstanceReport
CleanableHistoricCaseInstanceReportDto. createNewQuery(ProcessEngine engine)
protected CleanableHistoricDecisionInstanceReport
CleanableHistoricDecisionInstanceReportDto. createNewQuery(ProcessEngine engine)
protected CleanableHistoricProcessInstanceReport
CleanableHistoricProcessInstanceReportDto. createNewQuery(ProcessEngine engine)
protected HistoricActivityInstanceQuery
HistoricActivityInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricCaseActivityInstanceQuery
HistoricCaseActivityInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricCaseInstanceQuery
HistoricCaseInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricDecisionInstanceQuery
HistoricDecisionInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricDetailQuery
HistoricDetailQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricExternalTaskLogQuery
HistoricExternalTaskLogQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricIdentityLinkLogQuery
HistoricIdentityLinkLogQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricIncidentQuery
HistoricIncidentQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricJobLogQuery
HistoricJobLogQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricProcessInstanceQuery
HistoricProcessInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricTaskInstanceQuery
HistoricTaskInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected HistoricVariableInstanceQuery
HistoricVariableInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected UserOperationLogQuery
UserOperationLogQueryDto. createNewQuery(ProcessEngine engine)
protected CleanableHistoricProcessInstanceReport
CleanableHistoricProcessInstanceReportResultDto. createNewReportQuery(ProcessEngine engine)
protected HistoricProcessInstanceReport
HistoricProcessInstanceReportDto. createNewReportQuery(ProcessEngine engine)
protected HistoricTaskInstanceReport
HistoricTaskInstanceReportQueryDto. createNewReportQuery(ProcessEngine engine)
List<HistoricTaskInstanceReportResult>
HistoricTaskInstanceReportQueryDto. executeCompletedReport(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.history.batch
Methods in org.camunda.bpm.engine.rest.dto.history.batch with parameters of type ProcessEngine Modifier and Type Method Description protected void
CleanableHistoricBatchReportDto. applySortBy(CleanableHistoricBatchReport query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
HistoricBatchQueryDto. applySortBy(HistoricBatchQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected CleanableHistoricBatchReport
CleanableHistoricBatchReportDto. createNewQuery(ProcessEngine engine)
protected HistoricBatchQuery
HistoricBatchQueryDto. createNewQuery(ProcessEngine engine)
protected CleanableHistoricBatchReport
CleanableHistoricBatchReportResultDto. createNewReportQuery(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.identity
Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type ProcessEngine Modifier and Type Method Description protected void
GroupQueryDto. applySortBy(GroupQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
TenantQueryDto. applySortBy(TenantQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
UserQueryDto. applySortBy(UserQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected GroupQuery
GroupQueryDto. createNewQuery(ProcessEngine engine)
protected TenantQuery
TenantQueryDto. createNewQuery(ProcessEngine engine)
protected UserQuery
UserQueryDto. createNewQuery(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.management
Methods in org.camunda.bpm.engine.rest.dto.management with parameters of type ProcessEngine Modifier and Type Method Description protected void
JobDefinitionQueryDto. applySortBy(JobDefinitionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected JobDefinitionQuery
JobDefinitionQueryDto. createNewQuery(ProcessEngine engine)
protected UpdateJobDefinitionSuspensionStateBuilder
JobDefinitionSuspensionStateDto. createUpdateSuspensionStateBuilder(ProcessEngine engine)
void
JobDefinitionSuspensionStateDto. updateSuspensionState(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.migration
Methods in org.camunda.bpm.engine.rest.dto.migration with parameters of type ProcessEngine Modifier and Type Method Description static MigrationPlan
MigrationPlanDto. toMigrationPlan(ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper, MigrationPlanDto migrationPlanDto)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.repository
Methods in org.camunda.bpm.engine.rest.dto.repository with parameters of type ProcessEngine Modifier and Type Method Description protected void
CaseDefinitionQueryDto. applySortBy(CaseDefinitionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
DecisionDefinitionQueryDto. applySortBy(DecisionDefinitionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
DecisionRequirementsDefinitionQueryDto. applySortBy(DecisionRequirementsDefinitionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
DeploymentQueryDto. applySortBy(DeploymentQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
ProcessDefinitionQueryDto. applySortBy(ProcessDefinitionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected CaseDefinitionQuery
CaseDefinitionQueryDto. createNewQuery(ProcessEngine engine)
protected DecisionDefinitionQuery
DecisionDefinitionQueryDto. createNewQuery(ProcessEngine engine)
protected DecisionRequirementsDefinitionQuery
DecisionRequirementsDefinitionQueryDto. createNewQuery(ProcessEngine engine)
protected DeploymentQuery
DeploymentQueryDto. createNewQuery(ProcessEngine engine)
protected ProcessDefinitionQuery
ProcessDefinitionQueryDto. createNewQuery(ProcessEngine engine)
void
ProcessDefinitionSuspensionStateDto. updateSuspensionState(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type ProcessEngine Modifier and Type Method Description protected void
CaseExecutionQueryDto. applySortBy(CaseExecutionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
CaseInstanceQueryDto. applySortBy(CaseInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
EventSubscriptionQueryDto. applySortBy(EventSubscriptionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
ExecutionQueryDto. applySortBy(ExecutionQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
FilterQueryDto. applySortBy(FilterQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
IncidentQueryDto. applySortBy(IncidentQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
JobQueryDto. applySortBy(JobQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
ProcessInstanceQueryDto. applySortBy(ProcessInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected void
VariableInstanceQueryDto. applySortBy(VariableInstanceQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
void
RestartProcessInstanceDto. applyTo(RestartProcessInstanceBuilder builder, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
protected CaseExecutionQuery
CaseExecutionQueryDto. createNewQuery(ProcessEngine engine)
protected CaseInstanceQuery
CaseInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected EventSubscriptionQuery
EventSubscriptionQueryDto. createNewQuery(ProcessEngine engine)
protected ExecutionQuery
ExecutionQueryDto. createNewQuery(ProcessEngine engine)
protected FilterQuery
FilterQueryDto. createNewQuery(ProcessEngine engine)
protected IncidentQuery
IncidentQueryDto. createNewQuery(ProcessEngine engine)
protected JobQuery
JobQueryDto. createNewQuery(ProcessEngine engine)
protected ProcessInstanceQuery
ProcessInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected VariableInstanceQuery
VariableInstanceQueryDto. createNewQuery(ProcessEngine engine)
protected UpdateJobSuspensionStateBuilder
JobSuspensionStateDto. createUpdateSuspensionStateBuilder(ProcessEngine engine)
protected UpdateProcessInstanceSuspensionStateBuilder
ProcessInstanceSuspensionStateDto. createUpdateSuspensionStateBuilder(ProcessEngine engine)
protected UpdateProcessInstancesSuspensionStateBuilder
ProcessInstanceSuspensionStateAsyncDto. createUpdateSuspensionStateGroupBuilder(ProcessEngine engine)
protected UpdateProcessInstancesSuspensionStateBuilder
ProcessInstanceSuspensionStateDto. createUpdateSuspensionStateGroupBuilder(ProcessEngine engine)
void
FilterDto. updateFilter(Filter filter, ProcessEngine engine)
void
JobSuspensionStateDto. updateSuspensionState(ProcessEngine engine)
void
ProcessInstanceSuspensionStateDto. updateSuspensionState(ProcessEngine engine)
Batch
ProcessInstanceSuspensionStateAsyncDto. updateSuspensionStateAsync(ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.runtime.modification
Methods in org.camunda.bpm.engine.rest.dto.runtime.modification with parameters of type ProcessEngine Modifier and Type Method Description void
CancellationInstructionDto. applyTo(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
CancellationInstructionDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
ProcessInstanceModificationDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
abstract void
ProcessInstanceModificationInstructionDto. applyTo(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
abstract void
ProcessInstanceModificationInstructionDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartAfterInstructionDto. applyTo(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartAfterInstructionDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartBeforeInstructionDto. applyTo(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartBeforeInstructionDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartTransitionInstructionDto. applyTo(InstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
void
StartTransitionInstructionDto. applyTo(ProcessInstanceModificationBuilder builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
protected void
ProcessInstanceModificationInstructionDto. applyVariables(ActivityInstantiationBuilder<?> builder, ProcessEngine engine, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task with parameters of type ProcessEngine Modifier and Type Method Description protected void
TaskQueryDto. applySortBy(TaskQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected TaskQuery
TaskQueryDto. createNewQuery(ProcessEngine engine)
List<TaskCountByCandidateGroupResult>
TaskCountByCandidateGroupResultDto. executeTaskCountByCandidateGroupReport(ProcessEngine engine)
protected ValueType
TaskQueryDto. getValueTypeByName(String name, ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal
Methods in org.camunda.bpm.engine.rest.hal with parameters of type ProcessEngine Modifier and Type Method Description T
HalResource. embed(HalRelation relation, ProcessEngine processEngine)
Can be used to embed a relation.List<HalResource<?>>
HalLinker. resolve(HalRelation relation, ProcessEngine processEngine)
Resolves a relation.List<HalResource<?>>
HalLinkResolver. resolveLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.cache
Methods in org.camunda.bpm.engine.rest.hal.cache with parameters of type ProcessEngine Modifier and Type Method Description List<HalResource<?>>
HalCachingLinkResolver. resolveLinks(String[] linkedIds, ProcessEngine processEngine)
Resolve resources for linked ids, if configured uses a cache.protected abstract List<HalResource<?>>
HalCachingLinkResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.caseDefinition
Methods in org.camunda.bpm.engine.rest.hal.caseDefinition with parameters of type ProcessEngine Modifier and Type Method Description static HalCaseDefinition
HalCaseDefinition. fromCaseDefinition(CaseDefinition caseDefinition, ProcessEngine processEngine)
protected List<HalResource<?>>
HalCaseDefinitionResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.group
Methods in org.camunda.bpm.engine.rest.hal.group with parameters of type ProcessEngine Modifier and Type Method Description protected List<HalResource<?>>
HalGroupResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.identitylink
Methods in org.camunda.bpm.engine.rest.hal.identitylink with parameters of type ProcessEngine Modifier and Type Method Description List<HalResource<?>>
HalIdentityLinkResolver. resolveLinks(String[] linkedIds, ProcessEngine processEngine)
protected List<HalResource<?>>
HalIdentityLinkResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.processDefinition
Methods in org.camunda.bpm.engine.rest.hal.processDefinition with parameters of type ProcessEngine Modifier and Type Method Description static HalProcessDefinition
HalProcessDefinition. fromProcessDefinition(ProcessDefinition processDefinition, ProcessEngine processEngine)
protected List<HalResource<?>>
HalProcessDefinitionResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.task
Methods in org.camunda.bpm.engine.rest.hal.task with parameters of type ProcessEngine Modifier and Type Method Description static HalTask
HalTask. generate(Task task, ProcessEngine engine)
static HalTaskList
HalTaskList. generate(List<Task> tasks, long count, ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.hal.user
Methods in org.camunda.bpm.engine.rest.hal.user with parameters of type ProcessEngine Modifier and Type Method Description protected List<HalResource<?>>
HalUserResolver. resolveNotCachedLinks(String[] linkedIds, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
AbstractRestProcessEngineAware. getProcessEngine()
protected ProcessEngine
FetchAndLockHandlerImpl. getProcessEngine(FetchAndLockRequest request)
Methods in org.camunda.bpm.engine.rest.impl with parameters of type ProcessEngine Modifier and Type Method Description void
FetchAndLockHandlerImpl. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)
protected List<LockedExternalTaskDto>
FetchAndLockHandlerImpl. executeFetchAndLock(FetchExternalTasksExtendedDto fetchingDto, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.impl.application
Methods in org.camunda.bpm.engine.rest.impl.application that return ProcessEngine Modifier and Type Method Description ProcessEngine
ContainerManagedProcessEngineProvider. getDefaultProcessEngine()
ProcessEngine
ContainerManagedProcessEngineProvider. getProcessEngine(String name)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.impl.history
Fields in org.camunda.bpm.engine.rest.impl.history declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
HistoricActivityInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricBatchRestServiceImpl. processEngine
protected ProcessEngine
HistoricCaseActivityInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricCaseDefinitionRestServiceImpl. processEngine
protected ProcessEngine
HistoricCaseInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricDecisionDefinitionRestServiceImpl. processEngine
protected ProcessEngine
HistoricDecisionInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricDecisionStatisticsRestServiceImpl. processEngine
protected ProcessEngine
HistoricDetailRestServiceImpl. processEngine
protected ProcessEngine
HistoricExternalTaskLogRestServiceImpl. processEngine
protected ProcessEngine
HistoricIdentityLinkLogRestServiceImpl. processEngine
protected ProcessEngine
HistoricIncidentRestServiceImpl. processEngine
protected ProcessEngine
HistoricJobLogRestServiceImpl. processEngine
protected ProcessEngine
HistoricProcessInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricTaskInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoricVariableInstanceRestServiceImpl. processEngine
protected ProcessEngine
HistoryCleanupRestServiceImpl. processEngine
protected ProcessEngine
UserOperationLogRestServiceImpl. processEngine
Methods in org.camunda.bpm.engine.rest.impl.history with parameters of type ProcessEngine Modifier and Type Method Description protected void
HistoricActivityStatisticsQueryDto. applySortBy(HistoricActivityStatisticsQuery query, String sortBy, Map<String,Object> parameters, ProcessEngine engine)
protected HistoricActivityStatisticsQuery
HistoricActivityStatisticsQueryDto. createNewQuery(ProcessEngine engine)
Constructors in org.camunda.bpm.engine.rest.impl.history with parameters of type ProcessEngine Constructor Description HistoricActivityInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricBatchRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricCaseActivityInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricCaseDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricCaseInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricDecisionDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricDecisionInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricDecisionStatisticsRestServiceImpl(ProcessEngine processEngine)
HistoricDetailRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricExternalTaskLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricIdentityLinkLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricJobLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricProcessDefinitionRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricProcessInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricTaskInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoricVariableInstanceRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
HistoryCleanupRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
UserOperationLogRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.security.auth
Methods in org.camunda.bpm.engine.rest.security.auth that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
ProcessEngineAuthenticationFilter. getAddressedEngine(String engineName)
Methods in org.camunda.bpm.engine.rest.security.auth with parameters of type ProcessEngine Modifier and Type Method Description void
AuthenticationProvider. augmentResponseByAuthenticationChallenge(javax.servlet.http.HttpServletResponse response, ProcessEngine engine)
Callback to add an authentication challenge to the response to the client.protected void
ProcessEngineAuthenticationFilter. clearAuthentication(ProcessEngine engine)
AuthenticationResult
AuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
Checks the request for authentication.protected List<String>
ProcessEngineAuthenticationFilter. getGroupsOfUser(ProcessEngine engine, String userId)
protected List<String>
ProcessEngineAuthenticationFilter. getTenantsOfUser(ProcessEngine engine, String userId)
protected void
ProcessEngineAuthenticationFilter. setAuthenticatedUser(ProcessEngine engine, String userId, List<String> groupIds, List<String> tenantIds)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.security.auth.impl
Methods in org.camunda.bpm.engine.rest.security.auth.impl with parameters of type ProcessEngine Modifier and Type Method Description void
ContainerBasedAuthenticationProvider. augmentResponseByAuthenticationChallenge(javax.servlet.http.HttpServletResponse response, ProcessEngine engine)
void
HttpBasicAuthenticationProvider. augmentResponseByAuthenticationChallenge(javax.servlet.http.HttpServletResponse response, ProcessEngine engine)
AuthenticationResult
ContainerBasedAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
AuthenticationResult
HttpBasicAuthenticationProvider. extractAuthenticatedUser(javax.servlet.http.HttpServletRequest request, ProcessEngine engine)
protected boolean
HttpBasicAuthenticationProvider. isAuthenticated(ProcessEngine engine, String userName, String password)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.spi
Methods in org.camunda.bpm.engine.rest.spi that return ProcessEngine Modifier and Type Method Description ProcessEngine
ProcessEngineProvider. getDefaultProcessEngine()
Provides the default engine.ProcessEngine
ProcessEngineProvider. getProcessEngine(String name)
Provides the engine with the given name.Methods in org.camunda.bpm.engine.rest.spi with parameters of type ProcessEngine Modifier and Type Method Description void
FetchAndLockHandler. addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)
Invoked if a fetch and lock request has been sent by the client -
Uses of ProcessEngine in org.camunda.bpm.engine.rest.spi.impl
Fields in org.camunda.bpm.engine.rest.spi.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
AbstractProcessEngineAware. processEngine
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub
Fields in org.camunda.bpm.engine.rest.sub declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
AbstractResourceProvider. engine
Methods in org.camunda.bpm.engine.rest.sub that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
AbstractResourceProvider. getEngine()
Constructors in org.camunda.bpm.engine.rest.sub with parameters of type ProcessEngine Constructor Description AbstractResourceProvider(String detailId, ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.batch.impl
Fields in org.camunda.bpm.engine.rest.sub.batch.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
BatchResourceImpl. processEngine
Constructors in org.camunda.bpm.engine.rest.sub.batch.impl with parameters of type ProcessEngine Constructor Description BatchResourceImpl(ProcessEngine processEngine, String batchId)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.externaltask.impl
Fields in org.camunda.bpm.engine.rest.sub.externaltask.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ExternalTaskResourceImpl. engine
Constructors in org.camunda.bpm.engine.rest.sub.externaltask.impl with parameters of type ProcessEngine Constructor Description ExternalTaskResourceImpl(ProcessEngine engine, String externalTaskId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.history.impl
Fields in org.camunda.bpm.engine.rest.sub.history.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
HistoricExternalTaskLogResourceImpl. engine
protected ProcessEngine
HistoricJobLogResourceImpl. engine
protected ProcessEngine
HistoricBatchResourceImpl. processEngine
Constructors in org.camunda.bpm.engine.rest.sub.history.impl with parameters of type ProcessEngine Constructor Description HistoricActivityInstanceResourceImpl(ProcessEngine engine, String activityInstanceId)
HistoricBatchResourceImpl(ProcessEngine processEngine, String batchId)
HistoricCaseActivityInstanceResourceImpl(ProcessEngine engine, String caseActivityInstanceId)
HistoricCaseInstanceResourceImpl(ProcessEngine engine, String caseInstanceId)
HistoricDecisionInstanceResourceImpl(ProcessEngine engine, String decisionInstanceId)
HistoricDetailResourceImpl(String detailId, ProcessEngine engine)
HistoricExternalTaskLogResourceImpl(String id, ProcessEngine engine)
HistoricJobLogResourceImpl(String id, ProcessEngine engine)
HistoricProcessInstanceResourceImpl(ProcessEngine engine, String processInstanceId)
HistoricVariableInstanceResourceImpl(String variableId, ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.impl
Fields in org.camunda.bpm.engine.rest.sub.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
AbstractVariablesResource. engine
Constructors in org.camunda.bpm.engine.rest.sub.impl with parameters of type ProcessEngine Constructor Description AbstractVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.management
Fields in org.camunda.bpm.engine.rest.sub.management declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
JobDefinitionResourceImpl. engine
Constructors in org.camunda.bpm.engine.rest.sub.management with parameters of type ProcessEngine Constructor Description JobDefinitionResourceImpl(ProcessEngine engine, String jobDefinitionId)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.metrics
Fields in org.camunda.bpm.engine.rest.sub.metrics declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
MetricsResourceImpl. processEngine
Constructors in org.camunda.bpm.engine.rest.sub.metrics with parameters of type ProcessEngine Constructor Description MetricsResourceImpl(String metricsName, ProcessEngine processEngine, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.repository.impl
Fields in org.camunda.bpm.engine.rest.sub.repository.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
CaseDefinitionResourceImpl. engine
protected ProcessEngine
DecisionDefinitionResourceImpl. engine
protected ProcessEngine
DecisionRequirementsDefinitionResourceImpl. engine
protected ProcessEngine
DeploymentResourcesResourceImpl. engine
protected ProcessEngine
IncidentResourceImpl. engine
protected ProcessEngine
ProcessDefinitionResourceImpl. engine
Constructors in org.camunda.bpm.engine.rest.sub.repository.impl with parameters of type ProcessEngine Constructor Description CaseDefinitionResourceImpl(ProcessEngine engine, String caseDefinitionId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
DecisionDefinitionResourceImpl(ProcessEngine engine, String decisionDefinitionId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
DecisionRequirementsDefinitionResourceImpl(ProcessEngine engine, String decisionDefinitionId)
DeploymentResourcesResourceImpl(ProcessEngine engine, String deploymentId)
IncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ProcessDefinitionResourceImpl(ProcessEngine engine, String processDefinitionId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.runtime.impl
Fields in org.camunda.bpm.engine.rest.sub.runtime.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
CaseExecutionResourceImpl. engine
protected ProcessEngine
CaseInstanceResourceImpl. engine
protected ProcessEngine
ExecutionResourceImpl. engine
protected ProcessEngine
MessageEventSubscriptionResource. engine
protected ProcessEngine
ProcessInstanceResourceImpl. engine
Constructors in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type ProcessEngine Constructor Description CaseExecutionResourceImpl(ProcessEngine engine, String caseExecutionId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
CaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
CaseInstanceResourceImpl(ProcessEngine engine, String caseInstanceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ExecutionResourceImpl(ProcessEngine engine, String executionId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ExecutionVariablesResource(ProcessEngine engine, String resourceId, boolean isProcessInstance, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
JobResourceImpl(ProcessEngine engine, String jobId)
LocalCaseExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
LocalExecutionVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
MessageEventSubscriptionResource(ProcessEngine engine, String executionId, String messageName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
ProcessInstanceResourceImpl(ProcessEngine engine, String processInstanceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
VariableInstanceResourceImpl(String variableId, ProcessEngine engine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.sub.task.impl
Fields in org.camunda.bpm.engine.rest.sub.task.impl declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
TaskReportResourceImpl. engine
protected ProcessEngine
TaskResourceImpl. engine
Constructors in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type ProcessEngine Constructor Description LocalTaskVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
TaskAttachmentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
TaskCommentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
TaskReportResourceImpl(ProcessEngine engine)
TaskResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
TaskVariablesResource(ProcessEngine engine, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ProcessEngine in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util that return ProcessEngine Modifier and Type Method Description static ProcessEngine
EngineUtil. lookupProcessEngine(String engineName)
Look up the process engine from theProcessEngineProvider
.Methods in org.camunda.bpm.engine.rest.util with parameters of type ProcessEngine Modifier and Type Method Description static String
ApplicationContextPathUtil. getApplicationPathByCaseDefinitionId(ProcessEngine engine, String caseDefinitionId)
static String
ApplicationContextPathUtil. getApplicationPathByProcessDefinitionId(ProcessEngine engine, String processDefinitionId)
static String
ApplicationContextPathUtil. getApplicationPathForDeployment(ProcessEngine engine, String deploymentId)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring
Methods in org.camunda.bpm.engine.spring that return ProcessEngine Modifier and Type Method Description static ProcessEngine
SpringConfigurationHelper. buildProcessEngine(URL resource)
ProcessEngine
SpringTransactionsProcessEngineConfiguration. buildProcessEngine()
ProcessEngine
ProcessEngineFactoryBean. getObject()
Methods in org.camunda.bpm.engine.spring that return types with arguments of type ProcessEngine Modifier and Type Method Description Class<ProcessEngine>
ProcessEngineFactoryBean. getObjectType()
Methods in org.camunda.bpm.engine.spring with parameters of type ProcessEngine Modifier and Type Method Description protected void
SpringTransactionsProcessEngineConfiguration. autoDeployResources(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring.components.aop
Fields in org.camunda.bpm.engine.spring.components.aop declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ProcessStartingMethodInterceptor. processEngine
injected reference - can be obtained via aProcessEngineFactoryBean
protected ProcessEngine
ProcessStartingPointcutAdvisor. processEngine
the injected reference to theProcessEngine
Methods in org.camunda.bpm.engine.spring.components.aop with parameters of type ProcessEngine Modifier and Type Method Description void
ProcessStartAnnotationBeanPostProcessor. setProcessEngine(ProcessEngine processEngine)
Constructors in org.camunda.bpm.engine.spring.components.aop with parameters of type ProcessEngine Constructor Description ProcessStartingMethodInterceptor(ProcessEngine processEngine)
ProcessStartingPointcutAdvisor(ProcessEngine pe)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring.components.config.xml
Methods in org.camunda.bpm.engine.spring.components.config.xml with parameters of type ProcessEngine Modifier and Type Method Description void
StateHandlerAnnotationBeanFactoryPostProcessor. setProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring.components.registry
Methods in org.camunda.bpm.engine.spring.components.registry with parameters of type ProcessEngine Modifier and Type Method Description void
ActivitiStateHandlerRegistry. setProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring.components.scope
Methods in org.camunda.bpm.engine.spring.components.scope with parameters of type ProcessEngine Modifier and Type Method Description void
ProcessScope. setProcessEngine(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.engine.spring.container
Methods in org.camunda.bpm.engine.spring.container that return ProcessEngine Modifier and Type Method Description ProcessEngine
ManagedProcessEngineFactoryBean. getObject()
-
Uses of ProcessEngine in org.camunda.bpm.engine.test
Fields in org.camunda.bpm.engine.test declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ProcessEngineRule. processEngine
protected ProcessEngine
ProcessEngineTestCase. processEngine
Methods in org.camunda.bpm.engine.test that return ProcessEngine Modifier and Type Method Description ProcessEngine
ProcessEngineRule. getProcessEngine()
Methods in org.camunda.bpm.engine.test with parameters of type ProcessEngine Modifier and Type Method Description void
ProcessEngineRule. setProcessEngine(ProcessEngine processEngine)
Constructors in org.camunda.bpm.engine.test with parameters of type ProcessEngine Constructor Description ProcessEngineRule(ProcessEngine processEngine)
ProcessEngineRule(ProcessEngine processEngine, boolean ensureCleanAfterTest)
-
Uses of ProcessEngine in org.camunda.bpm.example.invoice
Methods in org.camunda.bpm.example.invoice with parameters of type ProcessEngine Modifier and Type Method Description void
InvoiceProcessApplication. createDeployment(String processArchiveName, ProcessEngine processEngine, ClassLoader classLoader)
void
DemoDataGenerator. createUsers(ProcessEngine engine)
void
InvoiceProcessApplication. startFirstProcess(ProcessEngine processEngine)
In a @PostDeploy Hook you can interact with the process engine and access the processes the application has deployed. -
Uses of ProcessEngine in org.camunda.bpm.identity.impl.ldap.plugin
Methods in org.camunda.bpm.identity.impl.ldap.plugin with parameters of type ProcessEngine Modifier and Type Method Description void
LdapIdentityProviderPlugin. postProcessEngineBuild(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.qa.performance.engine.junit
Fields in org.camunda.bpm.qa.performance.engine.junit declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
AuthorizationPerformanceTestCase. engine
protected ProcessEngine
ProcessEnginePerformanceTestCase. engine
protected ProcessEngine
ProcessEngineQueryPerformanceTestCase. engine
protected static ProcessEngine
PerfTestProcessEngine. processEngine
Methods in org.camunda.bpm.qa.performance.engine.junit that return ProcessEngine Modifier and Type Method Description protected static ProcessEngine
PerfTestProcessEngine. createProcessEngine(DataSource datasource, Properties properties)
static ProcessEngine
PerfTestProcessEngine. getInstance()
Methods in org.camunda.bpm.qa.performance.engine.junit with parameters of type ProcessEngine Modifier and Type Method Description static <T> T
AuthHelper. withAuthentication(Callable<T> callable, ProcessEngine processEngine, String userId, String... groupIds)
-
Uses of ProcessEngine in org.camunda.bpm.qa.performance.engine.loadgenerator.tasks
Fields in org.camunda.bpm.qa.performance.engine.loadgenerator.tasks declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
DeployModelInstancesTask. engine
protected ProcessEngine
DeployFileTask. processEngine
protected ProcessEngine
StartProcessInstanceTask. processEngine
Constructors in org.camunda.bpm.qa.performance.engine.loadgenerator.tasks with parameters of type ProcessEngine Constructor Description DeployFileTask(ProcessEngine processEngine, String filename)
DeployModelInstancesTask(ProcessEngine engine, List<BpmnModelInstance> modelInstances)
GenerateMetricsTask(ProcessEngine processEngine)
StartProcessInstanceTask(ProcessEngine processEngine, String processDefinitionKey)
-
Uses of ProcessEngine in org.camunda.bpm.qa.performance.engine.steps
Fields in org.camunda.bpm.qa.performance.engine.steps declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ProcessEngineAwareStep. processEngine
-
Uses of ProcessEngine in org.camunda.bpm.qa.rolling.update
Constructors in org.camunda.bpm.qa.rolling.update with parameters of type ProcessEngine Constructor Description TestFixture(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.qa.rolling.update.scenarios.externalTask
Methods in org.camunda.bpm.qa.rolling.update.scenarios.externalTask with parameters of type ProcessEngine Modifier and Type Method Description static void
ProcessWithExternalTaskScenario. deploy(ProcessEngine engine, String topicName)
Deploy a process model, which contains an external task. -
Uses of ProcessEngine in org.camunda.bpm.qa.rolling.update.scenarios.timestamp
Methods in org.camunda.bpm.qa.rolling.update.scenarios.timestamp with parameters of type ProcessEngine Modifier and Type Method Description protected static void
AbstractTimestampUpdateScenario. deployModel(ProcessEngine processEngine, String deploymentName, String resourceName, BpmnModelInstance modelInstance)
-
Uses of ProcessEngine in org.camunda.bpm.qa.upgrade
Fields in org.camunda.bpm.qa.upgrade declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
ScenarioRunner. engine
protected ProcessEngine
TestFixture. processEngine
Methods in org.camunda.bpm.qa.upgrade with parameters of type ProcessEngine Modifier and Type Method Description void
UpgradedDBDropper. cleanDatabase(ProcessEngine engine)
void
Scenario. create(ProcessEngine engine, Map<String,Scenario> scenarios, String scenarioInstanceName)
void
Scenario. createInstances(ProcessEngine engine, Map<String,Scenario> scenarios)
void
ScenarioSetup. execute(ProcessEngine engine, String scenarioName)
Constructors in org.camunda.bpm.qa.upgrade with parameters of type ProcessEngine Constructor Description ScenarioRunner(ProcessEngine engine, String engineVersion)
TestFixture(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.qa.upgrade.timestamp
Methods in org.camunda.bpm.qa.upgrade.timestamp with parameters of type ProcessEngine Modifier and Type Method Description protected static void
AbstractTimestampMigrationScenario. deployModel(ProcessEngine processEngine, String deploymentName, String resourceName, BpmnModelInstance modelInstance)
-
Uses of ProcessEngine in org.camunda.bpm.quarkus.engine.extension.deployment.impl
Fields in org.camunda.bpm.quarkus.engine.extension.deployment.impl with type parameters of type ProcessEngine Modifier and Type Field Description protected io.quarkus.runtime.RuntimeValue<ProcessEngine>
ProcessEngineBuildItem. processEngine
Methods in org.camunda.bpm.quarkus.engine.extension.deployment.impl that return types with arguments of type ProcessEngine Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<ProcessEngine>
ProcessEngineBuildItem. getProcessEngine()
Constructor parameters in org.camunda.bpm.quarkus.engine.extension.deployment.impl with type arguments of type ProcessEngine Constructor Description ProcessEngineBuildItem(io.quarkus.runtime.RuntimeValue<ProcessEngine> processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.quarkus.engine.extension.impl
Methods in org.camunda.bpm.quarkus.engine.extension.impl that return types with arguments of type ProcessEngine Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<ProcessEngine>
CamundaEngineRecorder. createProcessEngine(io.quarkus.runtime.RuntimeValue<ProcessEngineConfigurationImpl> configurationRuntimeValue)
Method parameters in org.camunda.bpm.quarkus.engine.extension.impl with type arguments of type ProcessEngine Modifier and Type Method Description void
CamundaEngineRecorder. registerShutdownTask(io.quarkus.runtime.ShutdownContext shutdownContext, io.quarkus.runtime.RuntimeValue<ProcessEngine> processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.rest.beans
Methods in org.camunda.bpm.rest.beans that return ProcessEngine Modifier and Type Method Description ProcessEngine
CustomProcessEngineProvider. getDefaultProcessEngine()
ProcessEngine
CustomProcessEngineProvider. getProcessEngine(String name)
-
Uses of ProcessEngine in org.camunda.bpm.run.example.invoice
Fields in org.camunda.bpm.run.example.invoice declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
Application. processEngine
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter
Fields in org.camunda.bpm.spring.boot.starter declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
SpringBootProcessApplication. processEngine
Methods in org.camunda.bpm.spring.boot.starter with parameters of type ProcessEngine Modifier and Type Method Description void
SpringBootProcessApplication. onPostDeploy(ProcessEngine processEngine)
void
SpringBootProcessApplication. onPreUndeploy(ProcessEngine processEngine)
org.springframework.boot.actuate.health.HealthIndicator
CamundaBpmActuatorConfiguration. processEngineHealthIndicator(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.actuator
Constructors in org.camunda.bpm.spring.boot.starter.actuator with parameters of type ProcessEngine Constructor Description ProcessEngineHealthIndicator(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.configuration
Methods in org.camunda.bpm.spring.boot.starter.configuration with parameters of type ProcessEngine Modifier and Type Method Description default void
CamundaProcessEngineConfiguration. postProcessEngineBuild(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.configuration.impl.custom
Methods in org.camunda.bpm.spring.boot.starter.configuration.impl.custom with parameters of type ProcessEngine Modifier and Type Method Description void
CreateAdminUserConfiguration. postProcessEngineBuild(ProcessEngine processEngine)
void
CreateFilterConfiguration. postProcessEngineBuild(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.event
Methods in org.camunda.bpm.spring.boot.starter.event that return ProcessEngine Modifier and Type Method Description ProcessEngine
PostDeployEvent. getProcessEngine()
ProcessEngine
PreUndeployEvent. getProcessEngine()
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type ProcessEngine Constructor Description PostDeployEvent(ProcessEngine processEngine)
PreUndeployEvent(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.plugin
Methods in org.camunda.bpm.spring.boot.starter.plugin with parameters of type ProcessEngine Modifier and Type Method Description void
ApplicationContextClassloaderSwitchPlugin. postProcessEngineBuild(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.property
Methods in org.camunda.bpm.spring.boot.starter.property that return ProcessEngine Modifier and Type Method Description ProcessEngine
Defaults. buildProcessEngine()
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.rest.spi
Methods in org.camunda.bpm.spring.boot.starter.rest.spi that return ProcessEngine Modifier and Type Method Description ProcessEngine
SpringBootProcessEngineProvider. getDefaultProcessEngine()
ProcessEngine
SpringBootProcessEngineProvider. getProcessEngine(String name)
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.telemetry
Fields in org.camunda.bpm.spring.boot.starter.telemetry declared as ProcessEngine Modifier and Type Field Description protected ProcessEngine
CamundaApplicationServerConfigurator. processEngine
protected ProcessEngine
CamundaIntegrationDeterminator. processEngine
-
Uses of ProcessEngine in org.camunda.bpm.spring.boot.starter.util
Methods in org.camunda.bpm.spring.boot.starter.util with parameters of type ProcessEngine Modifier and Type Method Description static SpringProcessEngineConfiguration
CamundaSpringBootUtil. get(ProcessEngine processEngine)
void
SpringBootProcessEnginePlugin. postProcessEngineBuild(ProcessEngine processEngine)
static Optional<ProcessEngineImpl>
CamundaSpringBootUtil. processEngineImpl(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.webapp
Methods in org.camunda.bpm.webapp that return ProcessEngine Modifier and Type Method Description ProcessEngine
AppRuntimeDelegate. getDefaultProcessEngine()
Returns the defaultProcessEngine
provided by theProcessEngine
AppRuntimeDelegate. getProcessEngine(String processEngineName)
Returns aProcessEngine
to the assignedprocessEngineName
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl
Methods in org.camunda.bpm.webapp.impl that return ProcessEngine Modifier and Type Method Description ProcessEngine
AbstractAppRuntimeDelegate. getDefaultProcessEngine()
ProcessEngine
AbstractAppRuntimeDelegate. getProcessEngine(String processEngineName)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl.engine
Methods in org.camunda.bpm.webapp.impl.engine that return ProcessEngine Modifier and Type Method Description ProcessEngine
ContainerManagedProcessEngineProvider. getDefaultProcessEngine()
ProcessEngine
ContainerManagedProcessEngineProvider. getProcessEngine(String name)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl.security
Methods in org.camunda.bpm.webapp.impl.security with parameters of type ProcessEngine Modifier and Type Method Description static <T> T
SecurityActions. runWithoutAuthentication(SecurityActions.SecurityAction<T> action, ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl.security.auth
Methods in org.camunda.bpm.webapp.impl.security.auth that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
ContainerBasedAuthenticationFilter. getAddressedEngine(String engineName)
Methods in org.camunda.bpm.webapp.impl.security.auth with parameters of type ProcessEngine Modifier and Type Method Description Authentication
AuthenticationService. createAuthenticate(ProcessEngine processEngine, String username, List<String> groupIds, List<String> tenantIds)
protected Authentication
ContainerBasedAuthenticationFilter. createAuthentication(ProcessEngine processEngine, String username, List<String> groups, List<String> tenants)
List<String>
AuthenticationService. getGroupsOfUser(ProcessEngine engine, String userId)
protected List<String>
UserAuthenticationResource. getGroupsOfUser(ProcessEngine engine, String userId)
List<String>
AuthenticationService. getTenantsOfUser(ProcessEngine engine, String userId)
protected List<String>
UserAuthenticationResource. getTenantsOfUser(ProcessEngine engine, String userId)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl.test.util
Constructors in org.camunda.bpm.webapp.impl.test.util with parameters of type ProcessEngine Constructor Description JobExecutorHelper(ProcessEngine processEngine)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.impl.util
Methods in org.camunda.bpm.webapp.impl.util that return ProcessEngine Modifier and Type Method Description static ProcessEngine
ProcessEngineUtil. lookupProcessEngine(String engineName)
-
Uses of ProcessEngine in org.camunda.bpm.webapp.plugin.resource
Methods in org.camunda.bpm.webapp.plugin.resource that return ProcessEngine Modifier and Type Method Description protected ProcessEngine
AbstractAppPluginResource. getProcessEngine()
-