Interface DeploymentEvent

All Known Implementing Classes:
DeploymentEventImpl

@Deprecated public interface DeploymentEvent
Deprecated.
since 8.8 for removal in 8.9, replaced by DeploymentEvent
  • Method Details

    • getKey

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

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

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

      List<DecisionRequirements> getDecisionRequirements()
      Deprecated.
      Returns:
      the decision requirements which are deployed
    • getForm

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

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