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 TypeMethodDescriptionvoid
void
setClaimedBy
(String claimedBy) void
setClaimTime
(Date claimTime) void
setCompletedBy
(String completedBy) void
setCompletionDueDuration
(Long completionDueDuration) void
setCompletionDueTime
(Date completionDueTime) void
setCompletionDuration
(Long completionDuration) void
setCompletionRelative
(Long completionRelative) void
setCompletionSlaBreached
(Boolean completionlaBreached) void
setCompletionTime
(Date completionTime) void
setCreateTime
(Date createTime) void
setInProgressStartDueDuration
(Long inProgressStartDueDuration) void
setInProgressStartDueTime
(Date inProgressStartDueTime) void
setInProgressStartDuration
(Long inProgressStartDuration) void
setInProgressStartedBy
(String inProgressStartedBy) void
setInProgressStartRelative
(Long inProgressStartRelative) void
setInProgressStartSlaBreached
(Boolean inProgresssStartSlaBreached) void
setInProgressStartTime
(Date inProgressStartTime) void
setPayload
(String payload) void
setRootScopeDefinitionKey
(String rootScopeDefinitionKey) void
setRootScopeId
(String rootScopeId) void
setRootScopeType
(String rootScopeType) void
setScopeDefinitionKey
(String scopeDefinitionKey) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSlaDefinitionKey
(String slaDefinitionKey) void
setSubScopeDefinitionKey
(String subScopeDefinitionKey) void
setSubScopeId
(String subScopeId) void
setTenantId
(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, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
Methods 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
-