Interface ProcessApplicationDeployment
-
- All Superinterfaces:
Deployment
,DeploymentWithDefinitions
- All Known Implementing Classes:
ProcessApplicationDeploymentImpl
public interface ProcessApplicationDeployment extends DeploymentWithDefinitions
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROCESS_APPLICATION_DEPLOYMENT_SOURCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessApplicationRegistration
getProcessApplicationRegistration()
-
Methods inherited from interface org.camunda.bpm.engine.repository.Deployment
getDeploymentTime, getId, getName, getSource, getTenantId
-
Methods inherited from interface org.camunda.bpm.engine.repository.DeploymentWithDefinitions
getDeployedCaseDefinitions, getDeployedDecisionDefinitions, getDeployedDecisionRequirementsDefinitions, getDeployedProcessDefinitions
-
-
-
-
Field Detail
-
PROCESS_APPLICATION_DEPLOYMENT_SOURCE
static final java.lang.String PROCESS_APPLICATION_DEPLOYMENT_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcessApplicationRegistration
ProcessApplicationRegistration getProcessApplicationRegistration()
- Returns:
- the
ProcessApplicationRegistration
performed for this process application deployment.
-
-