Class ProcessDefinitionStatisticsEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.core.model.CoreModelElement
-
- org.camunda.bpm.engine.impl.core.model.CoreActivity
-
- org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
-
- org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
-
- org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
- org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionStatisticsEntity
-
- All Implemented Interfaces:
Serializable
,DbEntity
,HasDbRevision
,PvmProcessDefinition
,PvmProcessElement
,PvmScope
,ReadOnlyProcessDefinition
,ResourceDefinitionEntity<ProcessDefinitionEntity>
,ProcessDefinitionStatistics
,ProcessDefinition
,ResourceDefinition
public class ProcessDefinitionStatisticsEntity extends ProcessDefinitionEntity implements ProcessDefinitionStatistics
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
ScopeImpl.BacklogErrorCallback
-
-
Field Summary
Fields Modifier and Type Field Description protected int
failedJobs
protected List<IncidentStatistics>
incidentStatistics
protected int
instances
protected static long
serialVersionUID
-
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
candidateStarterGroupIdExpressions, candidateStarterUserIdExpressions, category, definitionIdentityLinkEntities, deploymentId, diagramResourceName, firstVersion, hasStartFormKey, historyLevel, historyTimeToLive, isGraphicalNotationDefined, isIdentityLinksInitialized, isStartableInTasklist, key, LOG, previousProcessDefinitionId, resourceName, revision, startFormDefinition, startFormHandler, suspensionState, taskDefinitions, tenantId, version, versionTag
-
Fields inherited from class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
description, initial, initialActivityStacks, laneSets, name, participantProcess
-
Fields inherited from class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
BACKLOG, eventActivities, flowActivities, isSubProcessScope, namedFlowActivities, processDefinition
-
Fields inherited from class org.camunda.bpm.engine.impl.core.model.CoreActivity
ioMapping
-
Fields inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElement
builtInListeners, builtInVariableListeners, id, listeners, properties, variableListeners
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionStatisticsEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFailedJobs()
The number of all failed jobs of all process instances.List<IncidentStatistics>
getIncidentStatistics()
Returns a list of incident statistics.int
getInstances()
The number of all process instances of the process definition.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.ProcessDefinitionEntity
addCandidateStarterGroupIdExpression, addCandidateStarterUserIdExpression, addIdentityLink, createProcessInstance, createProcessInstance, createProcessInstance, createProcessInstance, createProcessInstance, deleteIdentityLink, ensureNotSuspended, ensurePreviousProcessDefinitionIdInitialized, getCandidateStarterGroupIdExpressions, getCandidateStarterUserIdExpressions, getCategory, getDeploymentId, getDescription, getDiagramResourceName, getHasStartFormKey, getHistoryLevel, getHistoryTimeToLive, getIdentityLinks, getKey, getPersistentState, getPreviousDefinition, getPreviousProcessDefinitionId, getResourceName, getRevision, getRevisionNext, getStartFormDefinition, getStartFormHandler, getSuspensionState, getTaskDefinitions, getTenantId, getVersion, getVersionTag, hasStartFormKey, isGraphicalNotationDefined, isStartableInTasklist, isSuspended, loadProcessDefinition, newProcessInstance, resetPreviousProcessDefinitionId, setCategory, setDeploymentId, setDiagramResourceName, setGraphicalNotationDefined, setHasStartFormKey, setHistoryLevel, setHistoryTimeToLive, setId, setKey, setPreviousProcessDefinitionId, setResourceName, setRevision, setStartableInTasklist, setStartFormDefinition, setStartFormHandler, setStartFormKey, setSuspensionState, setTaskDefinitions, setTenantId, setVersion, setVersionTag, updateModifiableFieldsFromEntity
-
Methods inherited from class org.camunda.bpm.engine.impl.pvm.process.ProcessDefinitionImpl
addLaneSet, createProcessInstanceForInitial, ensureDefaultInitialExists, getActivityBehavior, getEventScope, getFlowScope, getInitial, getInitialActivityStack, getInitialActivityStack, getLaneForId, getLaneSets, getLevelOfSubprocessScope, getParticipantProcess, isScope, isSubProcessScope, setInitial, setParticipantProcess
-
Methods inherited from class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
addExecutionListener, addExecutionListener, addToBacklog, contains, createActivity, findActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities, getBacklogErrorCallbacks, getChildActivity, getEventActivities, getExecutionListeners, getExecutionListeners, getProcessDefinition, isAncestorFlowScopeOf, isBacklogEmpty, setSubProcessScope
-
Methods inherited from class org.camunda.bpm.engine.impl.core.model.CoreActivity
createActivity, getIoMapping, setIoMapping
-
Methods inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElement
addBuiltInListener, addBuiltInListener, addBuiltInVariableListener, addBuiltInVariableListener, addListener, addListener, addListenerToMap, addVariableListener, addVariableListener, getBuiltInListeners, getBuiltInListeners, getBuiltInVariableListeners, getBuiltInVariableListenersLocal, getId, getListeners, getListeners, getName, getProperties, getProperty, getVariableListeners, getVariableListenersLocal, setName, setProperties, setProperty
-
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.ProcessDefinition
getDescription, getVersionTag, hasStartFormKey, isStartableInTasklist, isSuspended
-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement
getId, getProcessDefinition, getProperties, getProperty
-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmScope
findActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities
-
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinition
getName
-
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinition
getCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
-
Methods inherited from interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntity
setName
-
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
instances
protected int instances
-
failedJobs
protected int failedJobs
-
incidentStatistics
protected List<IncidentStatistics> incidentStatistics
-
-
Method Detail
-
getInstances
public int getInstances()
Description copied from interface:ProcessDefinitionStatistics
The number of all process instances of the process definition.- Specified by:
getInstances
in interfaceProcessDefinitionStatistics
-
setInstances
public void setInstances(int instances)
-
getFailedJobs
public int getFailedJobs()
Description copied from interface:ProcessDefinitionStatistics
The number of all failed jobs of all process instances.- Specified by:
getFailedJobs
in interfaceProcessDefinitionStatistics
-
setFailedJobs
public void setFailedJobs(int failedJobs)
-
getIncidentStatistics
public List<IncidentStatistics> getIncidentStatistics()
Description copied from interface:ProcessDefinitionStatistics
Returns a list of incident statistics.- Specified by:
getIncidentStatistics
in interfaceProcessDefinitionStatistics
-
setIncidentStatistics
public void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
-
toString
public String toString()
- Overrides:
toString
in classProcessDefinitionEntity
-
-