org.camunda.bpm.engine.repository
Interface ProcessApplicationDeployment

All Superinterfaces:
Deployment, DeploymentWithDefinitions
All Known Implementing Classes:
ProcessApplicationDeploymentImpl

public interface ProcessApplicationDeployment
extends DeploymentWithDefinitions

Author:
Daniel Meyer

Field Summary
static String PROCESS_APPLICATION_DEPLOYMENT_SOURCE
           
 
Method Summary
 ProcessApplicationRegistration getProcessApplicationRegistration()
           
 
Methods inherited from interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
getDeployedCaseDefinitions, getDeployedDecisionDefinitions, getDeployedDecisionRequirementsDefinitions, getDeployedProcessDefinitions
 
Methods inherited from interface org.camunda.bpm.engine.repository.Deployment
getDeploymentTime, getId, getName, getSource, getTenantId
 

Field Detail

PROCESS_APPLICATION_DEPLOYMENT_SOURCE

static final String PROCESS_APPLICATION_DEPLOYMENT_SOURCE
See Also:
Constant Field Values
Method Detail

getProcessApplicationRegistration

ProcessApplicationRegistration getProcessApplicationRegistration()
Returns:
the ProcessApplicationRegistration performed for this process application deployment.


Copyright © 2018 camunda services GmbH. All rights reserved.