Interface DeploymentEvent

All Known Implementing Classes:
DeploymentEventImpl

public interface DeploymentEvent
  • Method Details

    • getKey

      long getKey()
      Returns:
      the unique key of the deployment
    • getProcesses

      List<Process> getProcesses()
      Returns:
      the processes which are deployed
    • getDecisions

      List<Decision> getDecisions()
      Returns:
      the decisions which are deployed
    • getDecisionRequirements

      List<DecisionRequirements> getDecisionRequirements()
      Returns:
      the decision requirements which are deployed