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
Modifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
Constructor Summary
-
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 typevoid
setAppDefinitionKey
(String appDefinitionKey) void
setCreateTime
(Date createTime) void
setIncidentInfo
(Map<String, Object> incidentInfo) void
setScopeDefinitionId
(String scopeDefinitionId) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSubScopeId
(String subScopeId) void
setSubType
(String subType) void
setTenantId
(String tenantId) void
toString()
Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.flowable.core.app.api.AppIncident
getId
Methods inherited from interface com.flowable.app.engine.impl.persistence.entity.AppIncidentEntity
setId
Methods 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:
getPersistentState
in interfaceEntity
-
getType
Description copied from interface:AppIncident
reference to the incident type- Specified by:
getType
in interfaceAppIncident
-
setType
- Specified by:
setType
in interfaceAppIncidentEntity
-
getSubType
Description copied from interface:AppIncident
reference to the incident sub type- Specified by:
getSubType
in interfaceAppIncident
-
setSubType
- Specified by:
setSubType
in interfaceAppIncidentEntity
-
getAppDefinitionKey
Description copied from interface:AppIncident
reference to the app definition key- Specified by:
getAppDefinitionKey
in interfaceAppIncident
-
setAppDefinitionKey
- Specified by:
setAppDefinitionKey
in interfaceAppIncidentEntity
-
getScopeDefinitionId
Description copied from interface:AppIncident
reference to the scope definition id for the incident- Specified by:
getScopeDefinitionId
in interfaceAppIncident
-
setScopeDefinitionId
- Specified by:
setScopeDefinitionId
in interfaceAppIncidentEntity
-
getScopeId
Description copied from interface:AppIncident
reference to the scope id for the incident- Specified by:
getScopeId
in interfaceAppIncident
-
setScopeId
- Specified by:
setScopeId
in interfaceAppIncidentEntity
-
getSubScopeId
Description copied from interface:AppIncident
reference to the sub scope id for the incident- Specified by:
getSubScopeId
in interfaceAppIncident
-
setSubScopeId
- Specified by:
setSubScopeId
in interfaceAppIncidentEntity
-
getScopeType
Description copied from interface:AppIncident
reference to the scope type for the incident- Specified by:
getScopeType
in interfaceAppIncident
-
setScopeType
- Specified by:
setScopeType
in interfaceAppIncidentEntity
-
getTenantId
Description copied from interface:AppIncident
the tenant identifier of this app variable- Specified by:
getTenantId
in interfaceAppIncident
-
setTenantId
- Specified by:
setTenantId
in interfaceAppIncidentEntity
-
getIncidentInfo
Description copied from interface:AppIncident
Returns the incident info as a Map- Specified by:
getIncidentInfo
in interfaceAppIncident
-
setIncidentInfo
- Specified by:
setIncidentInfo
in interfaceAppIncidentEntity
-
getCreateTime
Description copied from interface:AppIncident
the create timestamp of this incident- Specified by:
getCreateTime
in interfaceAppIncident
-
setCreateTime
- Specified by:
setCreateTime
in interfaceAppIncidentEntity
-
toString
-