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
    • getForm

      List<Form> getForm()
      Returns:
      the deployed form metadata
    • getTenantId

      String getTenantId()
      Returns:
      the tenant identifier that owns this deployment