org.camunda.bpm.engine.impl.persistence.entity
Class DeploymentStatisticsEntity

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
      extended by 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

Field Summary
protected  int failedJobs
           
protected  List<IncidentStatistics> incidentStatistics
           
protected  int instances
           
 
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
deployedArtifacts, deploymentTime, id, isNew, name, notdeployedARtifacts, resources, source, tenantId, validatingSchema
 
Constructor Summary
DeploymentStatisticsEntity()
           
 
Method Summary
 int getFailedJobs()
          The number of all failed jobs of process instances of definitions contained in this deployment.
 List<IncidentStatistics> getIncidentStatistics()
          Returns a list of incident statistics.
 int getInstances()
          The number of all process instances of the process definitions contained in this deployment.
 void setFailedJobs(int failedJobs)
           
 void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
           
 void setInstances(int instances)
           
 String toString()
           
 
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
addDeployedArtifact, addResource, getDeployedArtifacts, getDeploymentTime, getId, getName, getPersistentState, getResource, getResources, getSource, getTenantId, isNew, isValidatingSchema, setDeploymentTime, setId, setName, setNew, setResources, setSource, setTenantId, setValidatingSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.camunda.bpm.engine.repository.Deployment
getDeploymentTime, getId, getName, getSource, getTenantId
 

Field Detail

instances

protected int instances

failedJobs

protected int failedJobs

incidentStatistics

protected List<IncidentStatistics> incidentStatistics
Constructor Detail

DeploymentStatisticsEntity

public DeploymentStatisticsEntity()
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.