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, executionListeners, namedActivities
id, processDefinition, properties
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, 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, getInitial, getInitialActivityStack, getInitialActivityStack, getLaneForId, getLaneSets, getName, getParentScope, getParticipantProcess, setInitial, setName, setParticipantProcess
addExecutionListener, addExecutionListener, contains, createActivity, createActivity, findActivity, getActivities, getChildActivity, getExecutionListeners, getExecutionListeners
getId, getProcessDefinition, getProperties, getProperty, setProperties, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCategory, getDeploymentId, getDescription, getDiagramResourceName, getId, getKey, getName, getResourceName, getVersion, hasStartFormKey, isSuspended
getId
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 © 2015. All rights reserved.