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.ScopeImplScopeImpl.BacklogErrorCallback
 
- 
 - 
Field SummaryFields 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.ProcessDefinitionEntitycandidateStarterGroupIdExpressions, 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.ProcessDefinitionImpldescription, initial, initialActivityStacks, laneSets, name, participantProcess
 - 
Fields inherited from class org.camunda.bpm.engine.impl.pvm.process.ScopeImplBACKLOG, eventActivities, flowActivities, isSubProcessScope, namedFlowActivities, processDefinition
 - 
Fields inherited from class org.camunda.bpm.engine.impl.core.model.CoreActivityioMapping
 - 
Fields inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElementbuiltInListeners, builtInVariableListeners, id, listeners, properties, variableListeners
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProcessDefinitionStatisticsEntity()
 - 
Method SummaryAll 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.ProcessDefinitionEntityaddCandidateStarterGroupIdExpression, 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.ProcessDefinitionImpladdLaneSet, 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.ScopeImpladdExecutionListener, 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.CoreActivitycreateActivity, getIoMapping, setIoMapping
 - 
Methods inherited from class org.camunda.bpm.engine.impl.core.model.CoreModelElementaddBuiltInListener, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.engine.repository.ProcessDefinitiongetDescription, getVersionTag, hasStartFormKey, isStartableInTasklist, isSuspended
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElementgetId, getProcessDefinition, getProperties, getProperty
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmScopefindActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.pvm.ReadOnlyProcessDefinitiongetName
 - 
Methods inherited from interface org.camunda.bpm.engine.repository.ResourceDefinitiongetCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
 - 
Methods inherited from interface org.camunda.bpm.engine.impl.repository.ResourceDefinitionEntitysetName
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprotected static final long serialVersionUID - See Also:
- Constant Field Values
 
 - 
instancesprotected int instances 
 - 
failedJobsprotected int failedJobs 
 - 
incidentStatisticsprotected java.util.List<IncidentStatistics> incidentStatistics 
 
- 
 - 
Method Detail- 
getInstancespublic int getInstances() Description copied from interface:ProcessDefinitionStatisticsThe number of all process instances of the process definition.- Specified by:
- getInstancesin interface- ProcessDefinitionStatistics
 
 - 
setInstancespublic void setInstances(int instances) 
 - 
getFailedJobspublic int getFailedJobs() Description copied from interface:ProcessDefinitionStatisticsThe number of all failed jobs of all process instances.- Specified by:
- getFailedJobsin interface- ProcessDefinitionStatistics
 
 - 
setFailedJobspublic void setFailedJobs(int failedJobs) 
 - 
getIncidentStatisticspublic java.util.List<IncidentStatistics> getIncidentStatistics() Description copied from interface:ProcessDefinitionStatisticsReturns a list of incident statistics.- Specified by:
- getIncidentStatisticsin interface- ProcessDefinitionStatistics
 
 - 
setIncidentStatisticspublic void setIncidentStatistics(java.util.List<IncidentStatistics> incidentStatistics) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- ProcessDefinitionEntity
 
 
- 
 
-