Interface SlaAuditInstanceEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision,SlaAuditInstance
- All Known Implementing Classes:
SlaAuditInstanceEntityImpl
public interface SlaAuditInstanceEntity
extends SlaAuditInstance, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetClaimedBy(String claimedBy) voidsetClaimTime(Date claimTime) voidsetCompletedBy(String completedBy) voidsetCompletionDueDuration(Long completionDueDuration) voidsetCompletionDueTime(Date completionDueTime) voidsetCompletionDuration(Long completionDuration) voidsetCompletionRelative(Long completionRelative) voidsetCompletionSlaBreached(Boolean completionlaBreached) voidsetCompletionTime(Date completionTime) voidsetCreateTime(Date createTime) voidsetInProgressStartDueDuration(Long inProgressStartDueDuration) voidsetInProgressStartDueTime(Date inProgressStartDueTime) voidsetInProgressStartDuration(Long inProgressStartDuration) voidsetInProgressStartedBy(String inProgressStartedBy) voidsetInProgressStartRelative(Long inProgressStartRelative) voidsetInProgressStartSlaBreached(Boolean inProgresssStartSlaBreached) voidsetInProgressStartTime(Date inProgressStartTime) voidsetPayload(String payload) voidsetRootScopeDefinitionKey(String rootScopeDefinitionKey) voidsetRootScopeId(String rootScopeId) voidsetRootScopeType(String rootScopeType) voidsetScopeDefinitionKey(String scopeDefinitionKey) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSlaDefinitionKey(String slaDefinitionKey) voidsetSubScopeDefinitionKey(String subScopeDefinitionKey) voidsetSubScopeId(String subScopeId) voidsetTenantId(String tenantId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface com.flowable.platform.api.repository.SlaAuditInstance
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
-
setSubScopeId
-
setRootScopeId
-
setScopeType
-
setRootScopeType
-
setScopeDefinitionKey
-
setSubScopeDefinitionKey
-
setRootScopeDefinitionKey
-
setAppKey
-
setSlaDefinitionKey
-
setTenantId
-
setCreateTime
-
setInProgressStartTime
-
setInProgressStartedBy
-
setClaimTime
-
setClaimedBy
-
setCompletionTime
-
setCompletedBy
-
setInProgressStartDueTime
-
setCompletionDueTime
-
setInProgressStartDueDuration
-
setCompletionDueDuration
-
setInProgressStartDuration
-
setCompletionDuration
-
setInProgressStartRelative
-
setCompletionRelative
-
setInProgressStartSlaBreached
-
setCompletionSlaBreached
-
setPayload
-