Interface DeploymentWithDefinitions

All Superinterfaces:
Deployment
All Known Subinterfaces:
ProcessApplicationDeployment
All Known Implementing Classes:
DeploymentEntity, DeploymentStatisticsEntity, ProcessApplicationDeploymentImpl

public interface DeploymentWithDefinitions extends Deployment
An extension of the deployment interface to expose the deployed definitions.
Author:
Christopher Zell <christopher.zell@camunda.com>
  • Method Details

    • getDeployedProcessDefinitions

      List<ProcessDefinition> getDeployedProcessDefinitions()
      Returns the process definitions, which are deployed with that deployment.
      Returns:
      the process definitions which are deployed
    • getDeployedCaseDefinitions

      List<CaseDefinition> getDeployedCaseDefinitions()
      Returns the case definitions, which are deployed with that deployment.
      Returns:
      the case definitions, which are deployed
    • getDeployedDecisionDefinitions

      List<DecisionDefinition> getDeployedDecisionDefinitions()
      Returns the decision definitions, which are deployed with that deployment
      Returns:
      the decision definitions, which are deployed
    • getDeployedDecisionRequirementsDefinitions

      List<DecisionRequirementsDefinition> getDeployedDecisionRequirementsDefinitions()
      Returns the decision requirements definitions, which are deployed with that deployment
      Returns:
      the decision definitions, which are deployed