public class ProcessDefinitionStatisticsEntity extends ProcessDefinitionEntity implements ProcessDefinitionStatistics
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, hasStartFormKey, historyLevel, isGraphicalNotationDefined, isIdentityLinksInitialized, key, resourceName, revision, startFormHandler, suspensionState, taskDefinitions, version
description, initial, initialActivityStacks, laneSets, name, participantProcess
activities, namedActivities, 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, getCandidateStarterGroupIdExpressions, getCandidateStarterUserIdExpressions, getCategory, getDeploymentId, getDescription, getDiagramResourceName, getHasStartFormKey, getHistoryLevel, getIdentityLinks, getKey, getPersistentState, getResourceName, getRevision, getRevisionNext, getStartFormHandler, getSuspensionState, getTaskDefinitions, getVersion, hasStartFormKey, isGraphicalNotationDefined, isSuspended, newProcessInstance, setCategory, setDeploymentId, setDiagramResourceName, setGraphicalNotationDefined, setHasStartFormKey, setHistoryLevel, setId, setKey, setResourceName, setRevision, setStartFormHandler, setStartFormKey, setSuspensionState, setTaskDefinitions, setVersion, updateModifiedFieldsFromEntity
addLaneSet, createProcessInstanceForInitial, getActivityBehavior, getInitial, getInitialActivityStack, getInitialActivityStack, getLaneForId, getLaneSets, getParent, getParentScope, getParticipantProcess, isScope, setInitial, setParticipantProcess
addExecutionListener, addExecutionListener, contains, createActivity, findActivity, getActivities, getChildActivity, getExecutionListeners, getExecutionListeners, getProcessDefinition, isAncestorFlowScopeOf
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
getCategory, getDeploymentId, getDescription, getDiagramResourceName, getId, getKey, getName, getResourceName, getVersion, hasStartFormKey, isSuspended
getName
findActivity, getActivities
getId, getProcessDefinition, 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 © 2018. All rights reserved.