Uses of Interface
org.camunda.bpm.engine.RepositoryService
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
:
Manages Deployment
sRuntimeService
:
For starting and searching ProcessInstance
sTaskService
:
Exposes operations to manage human (standalone) Task
s,
such as claiming, completing and assigning tasksIdentityService
:
Used for managing User
s,
Group
s and the relations between themManagementService
:
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService
:
Exposes information about ongoing and past process instances.FormService
:
Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
Helper classes for testing processes.
-
Uses of RepositoryService in org.camunda.bpm.container.impl.deployment
Modifier and TypeMethodDescriptionprotected void
UndeployProcessArchiveStep.deleteDeployment
(String deploymentId, RepositoryService repositoryService) -
Uses of RepositoryService in org.camunda.bpm.engine
Modifier and TypeMethodDescriptionProcessEngineServices.getRepositoryService()
Returns the process engine'sRepositoryService
. -
Uses of RepositoryService in org.camunda.bpm.engine.cdi.impl
Modifier and TypeMethodDescriptionNamedProcessEngineServicesProducer.repositoryService
(javax.enterprise.inject.spi.InjectionPoint ip) ProcessEngineServicesProducer.repositoryService()
-
Uses of RepositoryService in org.camunda.bpm.engine.cdi.jsf
-
Uses of RepositoryService in org.camunda.bpm.engine.impl
-
Uses of RepositoryService in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionprotected RepositoryService
ProcessEngineConfigurationImpl.repositoryService
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setRepositoryService
(RepositoryService repositoryService) -
Uses of RepositoryService in org.camunda.bpm.engine.impl.repository
Modifier and TypeFieldDescriptionprotected RepositoryService
DefaultDeploymentHandler.repositoryService
-
Uses of RepositoryService in org.camunda.bpm.engine.impl.test
Modifier and TypeFieldDescriptionprotected RepositoryService
AbstractProcessEngineTestCase.repositoryService
-
Uses of RepositoryService in org.camunda.bpm.engine.spring
Modifier and TypeMethodDescriptionSpringProcessEngineServicesConfiguration.getRepositoryService()
-
Uses of RepositoryService in org.camunda.bpm.engine.test
Modifier and TypeFieldDescriptionprotected RepositoryService
ProcessEngineRule.repositoryService
protected RepositoryService
ProcessEngineTestCase.repositoryService
Modifier and TypeMethodDescriptionvoid
ProcessEngineRule.setRepositoryService
(RepositoryService repositoryService) -
Uses of RepositoryService in org.camunda.bpm.engine.test.assertions.bpmn
Modifier and TypeMethodDescriptionprotected RepositoryService
AbstractProcessAssert.repositoryService()
static RepositoryService
BpmnAwareTests.repositoryService()
Helper method to easily access RepositoryService -
Uses of RepositoryService in org.camunda.bpm.engine.test.junit5
Modifier and TypeFieldDescriptionprotected RepositoryService
ProcessEngineExtension.repositoryService
Modifier and TypeMethodDescriptionvoid
ProcessEngineExtension.setRepositoryService
(RepositoryService repositoryService) -
Uses of RepositoryService in org.camunda.bpm.example.invoice
Modifier and TypeMethodDescriptionprotected static boolean
InvoiceApplicationHelper.isProcessDeployed
(RepositoryService repositoryService, String key) -
Uses of RepositoryService in org.camunda.bpm.qa.performance.engine.junit
Modifier and TypeFieldDescriptionprotected RepositoryService
AuthorizationPerformanceTestCase.repositoryService
protected RepositoryService
ProcessEnginePerformanceTestCase.repositoryService
-
Uses of RepositoryService in org.camunda.bpm.qa.performance.engine.steps
Modifier and TypeFieldDescriptionprotected RepositoryService
ProcessEngineAwareStep.repositoryService
-
Uses of RepositoryService in org.camunda.bpm.qa.upgrade
-
Uses of RepositoryService in org.camunda.bpm.qa.upgrade.batch.deploymentaware
Modifier and TypeMethodDescriptionprotected static String
DeploymentAwareBatchesScenario.getDeploymentIdFromDefinitionByKey
(String processDefinitionKey, RepositoryService repositoryService)