Uses of Interface
org.camunda.bpm.engine.impl.persistence.deploy.Deployer
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Deployer in org.camunda.bpm.engine.impl
Modifier and TypeClassDescriptionclass
AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity>
Deployer
responsible to parse resource files and create the proper entities. -
Uses of Deployer in org.camunda.bpm.engine.impl.bpmn.deployer
Modifier and TypeClassDescriptionclass
Deployer
responsible to parse BPMN 2.0 XML files and create the properProcessDefinitionEntity
s. -
Uses of Deployer in org.camunda.bpm.engine.impl.cfg
Modifier and TypeFieldDescriptionProcessEngineConfigurationImpl.customPostDeployers
ProcessEngineConfigurationImpl.customPreDeployers
ProcessEngineConfigurationImpl.deployers
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostDeployers()
ProcessEngineConfigurationImpl.getCustomPreDeployers()
protected Collection<? extends Deployer>
ProcessEngineConfigurationImpl.getDefaultDeployers()
ProcessEngineConfigurationImpl.getDeployers()
Modifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomPostDeployers
(List<Deployer> customPostDeployers) ProcessEngineConfigurationImpl.setCustomPreDeployers
(List<Deployer> customPreDeployers) ProcessEngineConfigurationImpl.setDeployers
(List<Deployer> deployers) -
Uses of Deployer in org.camunda.bpm.engine.impl.cmmn.deployer
Modifier and TypeClassDescriptionclass
Deployer
responsible to parse CMMN 1.0 XML files and create the properCaseDefinitionEntity
s. -
Uses of Deployer in org.camunda.bpm.engine.impl.dmn.deployer
Modifier and TypeClassDescriptionclass
Deployer
responsible to parse DMN 1.1 XML files and create the properDecisionDefinitionEntity
s.class
Deployer
responsible to parse DMN 1.1 XML files and create the properDecisionRequirementsDefinitionEntity
s. -
Uses of Deployer in org.camunda.bpm.engine.impl.form.deployer
-
Uses of Deployer in org.camunda.bpm.engine.impl.persistence.deploy.cache
Modifier and TypeMethodDescriptionvoid
CacheDeployer.setDeployers
(List<Deployer> deployers) void
DeploymentCache.setDeployers
(List<Deployer> deployers)