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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.pvm.process.ScopeImpl
ScopeImpl.BacklogErrorCallback
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected List<IncidentStatistics>
protected int
protected static final long
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
-
Method Summary
Modifier and TypeMethodDescriptionint
The number of all failed jobs of all process instances.Returns a list of incident statistics.int
The number of all process instances of the process definition.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.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 Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
instances
protected int instances -
failedJobs
protected int failedJobs -
incidentStatistics
-
-
Constructor Details
-
ProcessDefinitionStatisticsEntity
public ProcessDefinitionStatisticsEntity()
-
-
Method Details
-
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
Description copied from interface:ProcessDefinitionStatistics
Returns a list of incident statistics.- Specified by:
getIncidentStatistics
in interfaceProcessDefinitionStatistics
-
setIncidentStatistics
-
toString
- Overrides:
toString
in classProcessDefinitionEntity
-