Class AppIncidentEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
com.flowable.app.engine.impl.persistence.entity.AppIncidentEntityImpl
- All Implemented Interfaces:
AppIncidentEntity,AppIncident,Serializable,HasRevision,Entity
public class AppIncidentEntityImpl
extends AbstractAppEngineEntity
implements AppIncidentEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreference to the app definition keythe create timestamp of this incidentReturns the incident info as a Mapreference to the scope definition id for the incidentreference to the scope id for the incidentreference to the scope type for the incidentreference to the sub scope id for the incidentreference to the incident sub typethe tenant identifier of this app variablegetType()reference to the incident typevoidsetAppDefinitionKey(String appDefinitionKey) voidsetCreateTime(Date createTime) voidsetIncidentInfo(Map<String, Object> incidentInfo) voidsetScopeDefinitionId(String scopeDefinitionId) voidsetScopeId(String scopeId) voidsetScopeType(String scopeType) voidsetSubScopeId(String subScopeId) voidsetSubType(String subType) voidsetTenantId(String tenantId) voidtoString()Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.flowable.core.app.api.AppIncident
getIdMethods inherited from interface com.flowable.app.engine.impl.persistence.entity.AppIncidentEntity
setIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
type
-
subType
-
appDefinitionKey
-
scopeDefinitionId
-
scopeId
-
subScopeId
-
scopeType
-
tenantId
-
incidentInfo
-
createTime
-
-
Constructor Details
-
AppIncidentEntityImpl
public AppIncidentEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentStatein interfaceEntity
-
getType
Description copied from interface:AppIncidentreference to the incident type- Specified by:
getTypein interfaceAppIncident
-
setType
- Specified by:
setTypein interfaceAppIncidentEntity
-
getSubType
Description copied from interface:AppIncidentreference to the incident sub type- Specified by:
getSubTypein interfaceAppIncident
-
setSubType
- Specified by:
setSubTypein interfaceAppIncidentEntity
-
getAppDefinitionKey
Description copied from interface:AppIncidentreference to the app definition key- Specified by:
getAppDefinitionKeyin interfaceAppIncident
-
setAppDefinitionKey
- Specified by:
setAppDefinitionKeyin interfaceAppIncidentEntity
-
getScopeDefinitionId
Description copied from interface:AppIncidentreference to the scope definition id for the incident- Specified by:
getScopeDefinitionIdin interfaceAppIncident
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionIdin interfaceAppIncidentEntity
-
getScopeId
Description copied from interface:AppIncidentreference to the scope id for the incident- Specified by:
getScopeIdin interfaceAppIncident
-
setScopeId
- Specified by:
setScopeIdin interfaceAppIncidentEntity
-
getSubScopeId
Description copied from interface:AppIncidentreference to the sub scope id for the incident- Specified by:
getSubScopeIdin interfaceAppIncident
-
setSubScopeId
- Specified by:
setSubScopeIdin interfaceAppIncidentEntity
-
getScopeType
Description copied from interface:AppIncidentreference to the scope type for the incident- Specified by:
getScopeTypein interfaceAppIncident
-
setScopeType
- Specified by:
setScopeTypein interfaceAppIncidentEntity
-
getTenantId
Description copied from interface:AppIncidentthe tenant identifier of this app variable- Specified by:
getTenantIdin interfaceAppIncident
-
setTenantId
- Specified by:
setTenantIdin interfaceAppIncidentEntity
-
getIncidentInfo
Description copied from interface:AppIncidentReturns the incident info as a Map- Specified by:
getIncidentInfoin interfaceAppIncident
-
setIncidentInfo
- Specified by:
setIncidentInfoin interfaceAppIncidentEntity
-
getCreateTime
Description copied from interface:AppIncidentthe create timestamp of this incident- Specified by:
getCreateTimein interfaceAppIncident
-
setCreateTime
- Specified by:
setCreateTimein interfaceAppIncidentEntity
-
toString
-