Class DeploymentMapping

java.lang.Object
org.camunda.bpm.engine.impl.batch.DeploymentMapping

public class DeploymentMapping extends Object
Aggregated information on deployment ids and the number of related resources
  • Field Details

    • NULL_ID

      protected static String NULL_ID
    • deploymentId

      protected String deploymentId
    • count

      protected int count
  • Constructor Details

    • DeploymentMapping

      public DeploymentMapping(String deploymentId, int count)
  • Method Details

    • getDeploymentId

      public String getDeploymentId()
    • getCount

      public int getCount()
    • getIds

      public List<String> getIds(List<String> ids)
    • removeIds

      public void removeIds(int numberOfIds)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object