public interface CountingExecutionEntity
| Modifier and Type | Method and Description |
|---|---|
int |
getDeadLetterJobCount() |
int |
getEventSubscriptionCount() |
int |
getIdentityLinkCount() |
int |
getJobCount() |
int |
getSuspendedJobCount() |
int |
getTaskCount() |
int |
getTimerJobCount() |
int |
getVariableCount() |
boolean |
isCountEnabled() |
void |
setCountEnabled(boolean isCountEnabled) |
void |
setDeadLetterJobCount(int deadLetterJobCount) |
void |
setEventSubscriptionCount(int eventSubscriptionCount) |
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 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 setVariableCount(int variableCount)
int getVariableCount()
void setIdentityLinkCount(int identityLinkCount)
int getIdentityLinkCount()
Copyright © 2017 Flowable. All rights reserved.