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:
java.io.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 intfailedJobsprotected java.util.List<IncidentStatistics>incidentStatisticsprotected intinstancesprotected static longserialVersionUID-
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, 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 intgetFailedJobs()The number of all failed jobs of all process instances.java.util.List<IncidentStatistics>getIncidentStatistics()Returns a list of incident statistics.intgetInstances()The number of all process instances of the process definition.voidsetFailedJobs(int failedJobs)voidsetIncidentStatistics(java.util.List<IncidentStatistics> incidentStatistics)voidsetInstances(int instances)java.lang.StringtoString()-
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, 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, 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 java.util.List<IncidentStatistics> incidentStatistics
-
-
Method Detail
-
getInstances
public int getInstances()
Description copied from interface:ProcessDefinitionStatisticsThe number of all process instances of the process definition.- Specified by:
getInstancesin interfaceProcessDefinitionStatistics
-
setInstances
public void setInstances(int instances)
-
getFailedJobs
public int getFailedJobs()
Description copied from interface:ProcessDefinitionStatisticsThe number of all failed jobs of all process instances.- Specified by:
getFailedJobsin interfaceProcessDefinitionStatistics
-
setFailedJobs
public void setFailedJobs(int failedJobs)
-
getIncidentStatistics
public java.util.List<IncidentStatistics> getIncidentStatistics()
Description copied from interface:ProcessDefinitionStatisticsReturns a list of incident statistics.- Specified by:
getIncidentStatisticsin interfaceProcessDefinitionStatistics
-
setIncidentStatistics
public void setIncidentStatistics(java.util.List<IncidentStatistics> incidentStatistics)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classProcessDefinitionEntity
-
-