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 Summary
Fields Modifier and Type Field Description protected int
count
protected String
deploymentId
protected static String
NULL_ID
-
Constructor Summary
Constructors Constructor Description DeploymentMapping(String deploymentId, int count)
-