Uses of Interface
org.camunda.bpm.engine.impl.persistence.deploy.Deployer
Packages that use Deployer
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of Deployer in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement DeployerModifier 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
Classes in org.camunda.bpm.engine.impl.bpmn.deployer that implement DeployerModifier 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
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type DeployerModifier and TypeFieldDescriptionProcessEngineConfigurationImpl.customPostDeployers
ProcessEngineConfigurationImpl.customPreDeployers
ProcessEngineConfigurationImpl.deployers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type DeployerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getCustomPostDeployers()
ProcessEngineConfigurationImpl.getCustomPreDeployers()
protected Collection<? extends Deployer>
ProcessEngineConfigurationImpl.getDefaultDeployers()
ProcessEngineConfigurationImpl.getDeployers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type DeployerModifier 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
Classes in org.camunda.bpm.engine.impl.cmmn.deployer that implement DeployerModifier 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
Classes in org.camunda.bpm.engine.impl.dmn.deployer that implement DeployerModifier 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
Classes in org.camunda.bpm.engine.impl.form.deployer that implement Deployer -
Uses of Deployer in org.camunda.bpm.engine.impl.persistence.deploy.cache
Fields in org.camunda.bpm.engine.impl.persistence.deploy.cache with type parameters of type DeployerMethod parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type DeployerModifier and TypeMethodDescriptionvoid
CacheDeployer.setDeployers
(List<Deployer> deployers) void
DeploymentCache.setDeployers
(List<Deployer> deployers)