public interface CountingExecutionEntity
| Modifier and Type | Method and Description |
|---|---|
int |
getDeadLetterJobCount() |
int |
getEventSubscriptionCount() |
int |
getExternalWorkerJobCount() |
int |
getIdentityLinkCount() |
int |
getJobCount() |
int |
getSuspendedJobCount() |
int |
getTaskCount() |
int |
getTimerJobCount() |
int |
getVariableCount() |
boolean |
isCountEnabled() |
boolean |
isProcessInstanceType() |
void |
setCountEnabled(boolean isCountEnabled) |
void |
setDeadLetterJobCount(int deadLetterJobCount) |
void |
setEventSubscriptionCount(int eventSubscriptionCount) |
void |
setExternalWorkerJobCount(int externalWorkerJobCount) |
void |
setIdentityLinkCount(int identityLinkCount) |
void |
setJobCount(int jobCount) |
void |
setSuspendedJobCount(int suspendedJobCount) |
void |
setTaskCount(int taskcount) |
void |
setTimerJobCount(int timerJobCount) |
void |
setVariableCount(int variableCount) |
boolean isProcessInstanceType()
boolean isCountEnabled()
void setCountEnabled(boolean isCountEnabled)
void setEventSubscriptionCount(int eventSubscriptionCount)
int getEventSubscriptionCount()
void setTaskCount(int taskcount)
int getTaskCount()
void setJobCount(int jobCount)
int getJobCount()
void setTimerJobCount(int timerJobCount)
int getTimerJobCount()
void setSuspendedJobCount(int suspendedJobCount)
int getSuspendedJobCount()
void setDeadLetterJobCount(int deadLetterJobCount)
int getDeadLetterJobCount()
void setExternalWorkerJobCount(int externalWorkerJobCount)
int getExternalWorkerJobCount()
void setVariableCount(int variableCount)
int getVariableCount()
void setIdentityLinkCount(int identityLinkCount)
int getIdentityLinkCount()
Copyright © 2020 Flowable. All rights reserved.