Interface AppIncidentEntity
- All Superinterfaces:
AppIncident
,org.flowable.common.engine.impl.persistence.entity.Entity
- All Known Implementing Classes:
AppIncidentEntityImpl
public interface AppIncidentEntity
extends AppIncident, org.flowable.common.engine.impl.persistence.entity.Entity
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAppDefinitionKey
(String appDefinitionKey) void
setCreateTime
(Date createTime) void
setElementId
(String elementId) void
void
setIncidentInfo
(Map<String, Object> incidentInfo) void
setRootScopeDefinitionId
(String rootScopeDefinitionId) void
setRootScopeDefinitionKey
(String rootScopeDefinitionKey) void
setRootScopeId
(String rootScopeId) void
setRootScopeType
(String rootScopeType) void
setScopeDefinitionId
(String scopeDefinitionId) void
setScopeDefinitionKey
(String scopeDefinitionKey) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSubScopeId
(String subScopeId) void
setSubType
(String subType) void
setTenantId
(String tenantId) void
Methods inherited from interface com.flowable.core.app.api.AppIncident
getAppDefinitionKey, getCreateTime, getElementId, getId, getIncidentInfo, getRootScopeDefinitionId, getRootScopeDefinitionKey, getRootScopeId, getRootScopeType, getScopeDefinitionId, getScopeDefinitionKey, getScopeId, getScopeType, getSubScopeId, getSubType, getTenantId, getType
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
-
Method Details
-
setId
- Specified by:
setId
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setType
-
setSubType
-
setAppDefinitionKey
-
setRootScopeDefinitionKey
-
setRootScopeDefinitionId
-
setRootScopeId
-
setRootScopeType
-
setScopeDefinitionKey
-
setScopeDefinitionId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setElementId
-
setTenantId
-
setIncidentInfo
-
setCreateTime
-