-
Method Summary
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getAppKey, getClaimedBy, getClaimTime, getCompletedBy, getCompletionDueDuration, getCompletionDueTime, getCompletionDuration, getCompletionRelative, getCompletionSlaBreached, getCompletionTime, getCreateTime, getId, getInProgressStartDueDuration, getInProgressStartDueTime, getInProgressStartDuration, getInProgressStartedBy, getInProgressStartRelative, getInProgressStartSlaBreached, getInProgressStartTime, getPayload, getRootScopeDefinitionKey, getRootScopeId, getRootScopeType, getScopeDefinitionKey, getScopeId, getScopeType, getSlaDefinitionKey, getSubScopeDefinitionKey, getSubScopeId, getTenantId
-
Method Details
-
setScopeId
void setScopeId(String scopeId)
-
setSubScopeId
void setSubScopeId(String subScopeId)
-
setRootScopeId
void setRootScopeId(String rootScopeId)
-
setScopeType
void setScopeType(String scopeType)
-
setRootScopeType
void setRootScopeType(String rootScopeType)
-
setScopeDefinitionKey
void setScopeDefinitionKey(String scopeDefinitionKey)
-
setSubScopeDefinitionKey
void setSubScopeDefinitionKey(String subScopeDefinitionKey)
-
setRootScopeDefinitionKey
void setRootScopeDefinitionKey(String rootScopeDefinitionKey)
-
-
setSlaDefinitionKey
void setSlaDefinitionKey(String slaDefinitionKey)
-
setTenantId
void setTenantId(String tenantId)
-
setCreateTime
void setCreateTime(Date createTime)
-
setInProgressStartTime
void setInProgressStartTime(Date inProgressStartTime)
-
setInProgressStartedBy
void setInProgressStartedBy(String inProgressStartedBy)
-
setClaimTime
void setClaimTime(Date claimTime)
-
setClaimedBy
void setClaimedBy(String claimedBy)
-
setCompletionTime
void setCompletionTime(Date completionTime)
-
setCompletedBy
void setCompletedBy(String completedBy)
-
setInProgressStartDueTime
void setInProgressStartDueTime(Date inProgressStartDueTime)
-
setCompletionDueTime
void setCompletionDueTime(Date completionDueTime)
-
setInProgressStartDueDuration
void setInProgressStartDueDuration(Long inProgressStartDueDuration)
-
setCompletionDueDuration
void setCompletionDueDuration(Long completionDueDuration)
-
setInProgressStartDuration
void setInProgressStartDuration(Long inProgressStartDuration)
-
setCompletionDuration
void setCompletionDuration(Long completionDuration)
-
setInProgressStartRelative
void setInProgressStartRelative(Long inProgressStartRelative)
-
setCompletionRelative
void setCompletionRelative(Long completionRelative)
-
setInProgressStartSlaBreached
void setInProgressStartSlaBreached(Boolean inProgresssStartSlaBreached)
-
setCompletionSlaBreached
void setCompletionSlaBreached(Boolean completionlaBreached)
-
setPayload
void setPayload(String payload)