Interface DeploymentWithDefinitions

    • Method Detail

      • getDeployedProcessDefinitions

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

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

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

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