|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployer | |
|---|---|
| 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.persistence.deploy | |
| Uses of Deployer in org.camunda.bpm.engine.impl.bpmn.deployer |
|---|
| Classes in org.camunda.bpm.engine.impl.bpmn.deployer that implement Deployer | |
|---|---|
class |
BpmnDeployer
Deployer responsible to parse BPMN 2.0 XML files and create the proper
ProcessDefinitionEntitys. |
| Uses of Deployer in org.camunda.bpm.engine.impl.cfg |
|---|
| Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type Deployer | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
class |
CmmnDeployer
Deployer responsible to parse CMMN 1.0 XML files and create the
proper CaseDefinitionEntitys. |
| Uses of Deployer in org.camunda.bpm.engine.impl.persistence.deploy |
|---|
| Fields in org.camunda.bpm.engine.impl.persistence.deploy with type parameters of type Deployer | |
|---|---|
protected List<Deployer> |
DeploymentCache.deployers
|
| Methods in org.camunda.bpm.engine.impl.persistence.deploy that return types with arguments of type Deployer | |
|---|---|
List<Deployer> |
DeploymentCache.getDeployers()
|
| Method parameters in org.camunda.bpm.engine.impl.persistence.deploy with type arguments of type Deployer | |
|---|---|
void |
DeploymentCache.setDeployers(List<Deployer> deployers)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||