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 TypeMethodDescriptionvoidsetAppDefinitionKey(String appDefinitionKey) voidsetCreateTime(Date createTime) voidsetElementId(String elementId) voidvoidsetIncidentInfo(Map<String, Object> incidentInfo) voidsetRootScopeDefinitionId(String rootScopeDefinitionId) voidsetRootScopeDefinitionKey(String rootScopeDefinitionKey) voidsetRootScopeId(String rootScopeId) voidsetRootScopeType(String rootScopeType) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeDefinitionKey(String scopeDefinitionKey) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidsetSubType(String subType) voidsetTenantId(String tenantId) voidMethods 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, getTypeMethods 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:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setType
-
setSubType
-
setAppDefinitionKey
-
setRootScopeDefinitionKey
-
setRootScopeDefinitionId
-
setRootScopeId
-
setRootScopeType
-
setScopeDefinitionKey
-
setScopeDefinitionId
-
setScopeId
-
setSubScopeId
-
setScopeType
-
setElementId
-
setTenantId
-
setIncidentInfo
-
setCreateTime
-