Interface CountingExecutionEntity
- All Known Implementing Classes:
ExecutionEntityImpl
public interface CountingExecutionEntity
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
int
boolean
boolean
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)
-
Method Details
-
isProcessInstanceType
boolean isProcessInstanceType() -
isCountEnabled
boolean isCountEnabled() -
setCountEnabled
void setCountEnabled(boolean isCountEnabled) -
setEventSubscriptionCount
void setEventSubscriptionCount(int eventSubscriptionCount) -
getEventSubscriptionCount
int getEventSubscriptionCount() -
setTaskCount
void setTaskCount(int taskcount) -
getTaskCount
int getTaskCount() -
setJobCount
void setJobCount(int jobCount) -
getJobCount
int getJobCount() -
setTimerJobCount
void setTimerJobCount(int timerJobCount) -
getTimerJobCount
int getTimerJobCount() -
setSuspendedJobCount
void setSuspendedJobCount(int suspendedJobCount) -
getSuspendedJobCount
int getSuspendedJobCount() -
setDeadLetterJobCount
void setDeadLetterJobCount(int deadLetterJobCount) -
getDeadLetterJobCount
int getDeadLetterJobCount() -
setExternalWorkerJobCount
void setExternalWorkerJobCount(int externalWorkerJobCount) -
getExternalWorkerJobCount
int getExternalWorkerJobCount() -
setVariableCount
void setVariableCount(int variableCount) -
getVariableCount
int getVariableCount() -
setIdentityLinkCount
void setIdentityLinkCount(int identityLinkCount) -
getIdentityLinkCount
int getIdentityLinkCount()
-