|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.application |
|---|
| Methods in org.camunda.bpm.engine.impl.application with parameters of type DeploymentEntity | |
|---|---|
protected List<CaseDefinition> |
ProcessApplicationManager.getDeployedCaseDefinitionArtifacts(DeploymentEntity deployment)
|
protected List<ProcessDefinition> |
ProcessApplicationManager.getDeployedProcessDefinitionArtifacts(DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type DeploymentEntity | |
|---|---|
protected void |
BpmnDeployer.createResource(String name,
byte[] bytes,
DeploymentEntity deploymentEntity)
|
void |
BpmnDeployer.deploy(DeploymentEntity deployment)
|
protected String |
BpmnDeployer.getProcessDefinitionId(DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition)
create an id for the process definition. |
protected int |
BpmnDeployer.getVersionForNewProcessDefinition(DeploymentEntity deployment,
ProcessDefinitionEntity newProcessDefinition,
ProcessDefinitionEntity latestProcessDefinition)
per default we increment the latest process definition by one - but you might want to hook in some own logic here, e.g. |
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.bpmn.parser |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as DeploymentEntity | |
|---|---|
protected DeploymentEntity |
BpmnParse.deployment
The deployment to which the parsed process definitions will be added. |
| Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type DeploymentEntity | |
|---|---|
BpmnParse |
BpmnParse.deployment(DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return DeploymentEntity | |
|---|---|
protected DeploymentEntity |
DeployCmd.getExistingDeployment(CommandContext commandContext,
String deploymentName)
|
protected DeploymentEntity |
DeployCmd.initDeployment()
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DeploymentEntity | |
|---|---|
protected void |
DeployCmd.deploy(DeploymentEntity deployment)
|
protected List<? extends ProcessDefinition> |
DeployCmd.getDeployedProcesses(DeploymentEntity deployment)
|
protected ProcessApplicationRegistration |
DeployCmd.registerProcessApplication(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> processKeysToRegisterFor)
|
protected void |
DeployCmd.registerWithJobExecutor(CommandContext commandContext,
DeploymentEntity deployment)
|
protected Map<String,ResourceEntity> |
DeployCmd.resolveResourcesToDeploy(CommandContext commandContext,
DeploymentEntity deployment)
|
protected Set<String> |
DeployCmd.resumePreviousByDeploymentName(CommandContext commandContext,
DeploymentEntity deployment)
Searches for previous deployments with the same name. |
protected Set<String> |
DeployCmd.resumePreviousByProcessDefinitionKey(CommandContext commandContext,
DeploymentEntity deployment,
Set<String> processKeysToRegisterFor)
Searches in previous deployments for the same processes and retrieves the deployment ids. |
protected void |
DeployCmd.scheduleProcessDefinitionActivation(CommandContext commandContext,
DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type DeploymentEntity | |
|---|---|
void |
CmmnDeployer.deploy(DeploymentEntity deployment)
|
protected void |
CmmnDeployer.loadCaseDefinitions(DeploymentEntity deployment,
Collection<CaseDefinitionEntity> caseDefinitions)
|
protected void |
CmmnDeployer.persistCaseDefinitions(DeploymentEntity deployment,
Collection<CaseDefinitionEntity> caseDefinitions)
|
protected List<CaseDefinitionEntity> |
CmmnDeployer.transformResource(DeploymentEntity deployment,
ResourceEntity resource)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.cmmn.transformer |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.transformer declared as DeploymentEntity | |
|---|---|
protected DeploymentEntity |
CmmnTransform.deployment
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return DeploymentEntity | |
|---|---|
DeploymentEntity |
CmmnTransform.getDeployment()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type DeploymentEntity | |
|---|---|
CmmnTransform |
CmmnTransform.deployment(DeploymentEntity deployment)
|
void |
CmmnTransform.setDeployment(DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.context |
|---|
| Methods in org.camunda.bpm.engine.impl.context that return DeploymentEntity | |
|---|---|
DeploymentEntity |
CoreExecutionContext.getDeployment()
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.form.handler |
|---|
| Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntity | |
|---|---|
void |
DefaultStartFormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse)
|
void |
FormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse)
|
void |
DelegateFormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse)
|
void |
DefaultFormHandler.parseConfiguration(Element activityElement,
DeploymentEntity deployment,
ProcessDefinitionEntity processDefinition,
BpmnParse bpmnParse)
|
| Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type DeploymentEntity | |
|---|---|
DelegateStartFormHandler(StartFormHandler formHandler,
DeploymentEntity deployment)
|
|
DelegateTaskFormHandler(TaskFormHandler formHandler,
DeploymentEntity deployment)
|
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.deploy |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.deploy with parameters of type DeploymentEntity | |
|---|---|
void |
DeploymentCache.deploy(DeploymentEntity deployment)
|
void |
Deployer.deploy(DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Subclasses of DeploymentEntity in org.camunda.bpm.engine.impl.persistence.entity | |
|---|---|
class |
DeploymentStatisticsEntity
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity that return DeploymentEntity | |
|---|---|
DeploymentEntity |
DeploymentManager.findDeploymentById(String deploymentId)
|
DeploymentEntity |
DeploymentManager.findLatestDeploymentByName(String deploymentName)
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type DeploymentEntity | |
|---|---|
protected void |
DeploymentManager.createDefaultAuthorizations(DeploymentEntity deployment)
|
void |
DeploymentManager.insertDeployment(DeploymentEntity deployment)
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.repository |
|---|
| Fields in org.camunda.bpm.engine.impl.repository declared as DeploymentEntity | |
|---|---|
protected DeploymentEntity |
DeploymentBuilderImpl.deployment
|
| Methods in org.camunda.bpm.engine.impl.repository that return DeploymentEntity | |
|---|---|
DeploymentEntity |
DeploymentBuilderImpl.getDeployment()
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.scripting |
|---|
| Methods in org.camunda.bpm.engine.impl.scripting that return DeploymentEntity | |
|---|---|
protected DeploymentEntity |
DynamicResourceExecutableScript.getDeployment()
|
| Uses of DeploymentEntity in org.camunda.bpm.engine.impl.util |
|---|
| Methods in org.camunda.bpm.engine.impl.util with parameters of type DeploymentEntity | |
|---|---|
static String |
ResourceUtil.loadResourceContent(String resourcePath,
DeploymentEntity deployment)
Parse a camunda:resource attribute and loads the resource depending on the url scheme. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||