org.camunda.bpm.engine.impl.persistence.entity
Class DeploymentStatisticsEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
org.camunda.bpm.engine.impl.persistence.entity.DeploymentStatisticsEntity
- All Implemented Interfaces:
- Serializable, DbEntity, DeploymentStatistics, Deployment
public class DeploymentStatisticsEntity
- extends DeploymentEntity
- implements DeploymentStatistics
- See Also:
- Serialized Form
| Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity |
addDeployedArtifact, addResource, getDeployedArtifacts, getDeploymentTime, getId, getName, getPersistentState, getResource, getResources, isNew, isValidatingSchema, setDeploymentTime, setId, setName, setNew, setResources, setValidatingSchema |
instances
protected int instances
failedJobs
protected int failedJobs
incidentStatistics
protected List<IncidentStatistics> incidentStatistics
DeploymentStatisticsEntity
public DeploymentStatisticsEntity()
getInstances
public int getInstances()
- Description copied from interface:
DeploymentStatistics
- The number of all process instances of the process definitions contained in this deployment.
- Specified by:
getInstances in interface DeploymentStatistics
setInstances
public void setInstances(int instances)
getFailedJobs
public int getFailedJobs()
- Description copied from interface:
DeploymentStatistics
- The number of all failed jobs of process instances of definitions contained in this deployment.
- Specified by:
getFailedJobs in interface DeploymentStatistics
setFailedJobs
public void setFailedJobs(int failedJobs)
getIncidentStatistics
public List<IncidentStatistics> getIncidentStatistics()
- Description copied from interface:
DeploymentStatistics
- Returns a list of incident statistics.
- Specified by:
getIncidentStatistics in interface DeploymentStatistics
setIncidentStatistics
public void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
toString
public String toString()
- Overrides:
toString in class DeploymentEntity
Copyright © 2015 camunda services GmbH. All rights reserved.