Uses of Interface
org.camunda.bpm.engine.impl.persistence.deploy.Deployer
-
Packages that use Deployer Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.bpmn.deployer org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.cmmn.deployer org.camunda.bpm.engine.impl.dmn.deployer org.camunda.bpm.engine.impl.form.deployer org.camunda.bpm.engine.impl.persistence.deploy.cache -
-
Uses of Deployer in org.camunda.bpm.engine.impl
Classes in org.camunda.bpm.engine.impl that implement Deployer Modifier and Type Class Description class
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 Deployer Modifier and Type Class Description class
BpmnDeployer
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 Deployer Modifier and Type Field Description protected List<Deployer>
ProcessEngineConfigurationImpl. customPostDeployers
protected List<Deployer>
ProcessEngineConfigurationImpl. customPreDeployers
protected List<Deployer>
ProcessEngineConfigurationImpl. deployers
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type Deployer Modifier and Type Method Description List<Deployer>
ProcessEngineConfigurationImpl. getCustomPostDeployers()
List<Deployer>
ProcessEngineConfigurationImpl. getCustomPreDeployers()
protected Collection<? extends Deployer>
ProcessEngineConfigurationImpl. getDefaultDeployers()
List<Deployer>
ProcessEngineConfigurationImpl. getDeployers()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type Deployer Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setCustomPostDeployers(List<Deployer> customPostDeployers)
ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setCustomPreDeployers(List<Deployer> customPreDeployers)
ProcessEngineConfigurationImpl
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 Deployer Modifier and Type Class Description class
CmmnDeployer
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 Deployer Modifier and Type Class Description class
DecisionDefinitionDeployer
Deployer
responsible to parse DMN 1.1 XML files and create the properDecisionDefinitionEntity
s.class
DecisionRequirementsDefinitionDeployer
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 Modifier and Type Class Description class
CamundaFormDefinitionDeployer
-
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 Deployer Modifier and Type Field Description protected List<Deployer>
CacheDeployer. deployers
Method parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type Deployer Modifier and Type Method Description void
CacheDeployer. setDeployers(List<Deployer> deployers)
void
DeploymentCache. setDeployers(List<Deployer> deployers)
-