Interface ProcessApplicationDeployment
- All Superinterfaces:
Deployment
,DeploymentWithDefinitions
- All Known Implementing Classes:
ProcessApplicationDeploymentImpl
- Author:
- Daniel Meyer
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods 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 Details
-
PROCESS_APPLICATION_DEPLOYMENT_SOURCE
- See Also:
-
-
Method Details
-
getProcessApplicationRegistration
ProcessApplicationRegistration getProcessApplicationRegistration()- Returns:
- the
ProcessApplicationRegistration
performed for this process application deployment.
-