public class ProcessDefinitionStatisticsEntity extends ProcessDefinitionEntity implements ProcessDefinitionStatistics
ScopeImpl.BacklogErrorCallback
Modifier and Type | Field and Description |
---|---|
protected int |
failedJobs |
protected List<IncidentStatistics> |
incidentStatistics |
protected int |
instances |
protected static long |
serialVersionUID |
candidateStarterGroupIdExpressions, candidateStarterUserIdExpressions, category, definitionIdentityLinkEntities, deploymentId, diagramResourceName, firstVersion, hasStartFormKey, historyLevel, historyTimeToLive, isGraphicalNotationDefined, isIdentityLinksInitialized, key, LOG, previousProcessDefinitionId, resourceName, revision, startFormHandler, suspensionState, taskDefinitions, tenantId, version, versionTag
description, initial, initialActivityStacks, laneSets, name, participantProcess
BACKLOG, eventActivities, flowActivities, isSubProcessScope, namedFlowActivities, processDefinition
ioMapping
builtInListeners, builtInVariableListeners, id, listeners, properties, variableListeners
Constructor and Description |
---|
ProcessDefinitionStatisticsEntity() |
Modifier and Type | Method and 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() |
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, isSuspended, loadProcessDefinition, newProcessInstance, resetPreviousProcessDefinitionId, setCategory, setDeploymentId, setDiagramResourceName, setGraphicalNotationDefined, setHasStartFormKey, setHistoryLevel, setHistoryTimeToLive, setId, setKey, setPreviousProcessDefinitionId, setResourceName, setRevision, setStartFormHandler, setStartFormKey, setSuspensionState, setTaskDefinitions, setTenantId, setVersion, setVersionTag, updateModifiableFieldsFromEntity
addLaneSet, createProcessInstanceForInitial, ensureDefaultInitialExists, getActivityBehavior, getEventScope, getFlowScope, getInitial, getInitialActivityStack, getInitialActivityStack, getLaneForId, getLaneSets, getLevelOfSubprocessScope, getParticipantProcess, isScope, isSubProcessScope, setInitial, setParticipantProcess
addExecutionListener, addExecutionListener, addToBacklog, contains, createActivity, findActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities, getBacklogErrorCallbacks, getChildActivity, getEventActivities, getExecutionListeners, getExecutionListeners, getProcessDefinition, isAncestorFlowScopeOf, isBacklogEmpty, setSubProcessScope
createActivity, getIoMapping, setIoMapping
addBuiltInListener, addBuiltInListener, addBuiltInVariableListener, addBuiltInVariableListener, addListener, addListener, addListenerToMap, addVariableListener, addVariableListener, getBuiltInListeners, getBuiltInListeners, getBuiltInVariableListeners, getBuiltInVariableListenersLocal, getId, getListeners, getListeners, getName, getProperties, getProperty, getVariableListeners, getVariableListenersLocal, setName, setProperties, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getVersionTag, hasStartFormKey, isSuspended
getCategory, getDeploymentId, getDiagramResourceName, getHistoryTimeToLive, getId, getKey, getName, getResourceName, getTenantId, getVersion
setName
getName
findActivity, findActivityAtLevelOfSubprocess, findTransition, getActivities
getId, getProcessDefinition, getProperties, getProperty
protected static final long serialVersionUID
protected int instances
protected int failedJobs
protected List<IncidentStatistics> incidentStatistics
public int getInstances()
ProcessDefinitionStatistics
getInstances
in interface ProcessDefinitionStatistics
public void setInstances(int instances)
public int getFailedJobs()
ProcessDefinitionStatistics
getFailedJobs
in interface ProcessDefinitionStatistics
public void setFailedJobs(int failedJobs)
public List<IncidentStatistics> getIncidentStatistics()
ProcessDefinitionStatistics
getIncidentStatistics
in interface ProcessDefinitionStatistics
public void setIncidentStatistics(List<IncidentStatistics> incidentStatistics)
public String toString()
toString
in class ProcessDefinitionEntity
Copyright © 2017. All rights reserved.