public interface CountingTaskEntity
| Modifier and Type | Method and Description |
|---|---|
int |
getIdentityLinkCount() |
int |
getSubTaskCount() |
int |
getVariableCount() |
boolean |
isCountEnabled() |
void |
setCountEnabled(boolean isCountEnabled) |
void |
setIdentityLinkCount(int identityLinkCount) |
void |
setSubTaskCount(int subTaskCount) |
void |
setVariableCount(int variableCount) |
boolean isCountEnabled()
void setCountEnabled(boolean isCountEnabled)
void setVariableCount(int variableCount)
int getVariableCount()
void setIdentityLinkCount(int identityLinkCount)
int getIdentityLinkCount()
void setSubTaskCount(int subTaskCount)
int getSubTaskCount()
Copyright © 2020 Flowable. All rights reserved.