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
,DeploymentWithDefinitions
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
deployedArtifacts, deploymentTime, id, isNew, name, resources, source, tenantId, validatingSchema
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
The number of all failed jobs of process instances of definitions contained in this deployment.Returns a list of incident statistics.int
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) toString()
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.DeploymentEntity
addDeployedArtifact, addResource, clearResources, getDeployedArtifacts, getDeployedArtifacts, getDeployedCaseDefinitions, getDeployedDecisionDefinitions, getDeployedDecisionRequirementsDefinitions, getDeployedProcessDefinitions, getDeploymentTime, getId, getName, getPersistentState, getResource, getResources, getSource, getTenantId, isNew, isValidatingSchema, removeArtifact, 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 Details
-
instances
protected int instances -
failedJobs
protected int failedJobs -
incidentStatistics
-
-
Constructor Details
-
DeploymentStatisticsEntity
public DeploymentStatisticsEntity()
-
-
Method Details
-
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 interfaceDeploymentStatistics
-
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 interfaceDeploymentStatistics
-
setFailedJobs
public void setFailedJobs(int failedJobs) -
getIncidentStatistics
Description copied from interface:DeploymentStatistics
Returns a list of incident statistics.- Specified by:
getIncidentStatistics
in interfaceDeploymentStatistics
-
setIncidentStatistics
-
toString
- Overrides:
toString
in classDeploymentEntity
-