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
,org.flowable.common.engine.impl.db.HasRevision
,org.flowable.common.engine.impl.persistence.entity.Entity
public class AppIncidentEntityImpl
extends AbstractAppEngineEntity
implements AppIncidentEntity, Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreference to the app definition keythe create timestamp of this incidentreference to the element id for the incidentReturns the incident info as a Mapreference to the root scope definition id for the incidentreference to the root scope definition key for the incidentreference to the root scope id for the incidentreference to the root scope type for the incidentreference to the scope definition id for the incidentreference to the scope definition key 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 incidentgetType()
reference to the incident typevoid
setAppDefinitionKey
(String appDefinitionKey) void
setCreateTime
(Date createTime) void
setElementId
(String elementId) 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
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
-
rootScopeDefinitionKey
-
rootScopeDefinitionId
-
rootScopeId
-
rootScopeType
-
scopeDefinitionKey
-
scopeDefinitionId
-
scopeId
-
subScopeId
-
scopeType
-
elementId
-
tenantId
-
incidentInfo
-
createTime
-
-
Constructor Details
-
AppIncidentEntityImpl
public AppIncidentEntityImpl()
-
-
Method Details
-
getPersistentState
- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
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
-
getRootScopeDefinitionKey
Description copied from interface:AppIncident
reference to the root scope definition key for the incident- Specified by:
getRootScopeDefinitionKey
in interfaceAppIncident
-
setRootScopeDefinitionKey
- Specified by:
setRootScopeDefinitionKey
in interfaceAppIncidentEntity
-
getRootScopeDefinitionId
Description copied from interface:AppIncident
reference to the root scope definition id for the incident- Specified by:
getRootScopeDefinitionId
in interfaceAppIncident
-
setRootScopeDefinitionId
- Specified by:
setRootScopeDefinitionId
in interfaceAppIncidentEntity
-
getRootScopeId
Description copied from interface:AppIncident
reference to the root scope id for the incident- Specified by:
getRootScopeId
in interfaceAppIncident
-
setRootScopeId
- Specified by:
setRootScopeId
in interfaceAppIncidentEntity
-
getRootScopeType
Description copied from interface:AppIncident
reference to the root scope type for the incident- Specified by:
getRootScopeType
in interfaceAppIncident
-
setRootScopeType
- Specified by:
setRootScopeType
in interfaceAppIncidentEntity
-
getScopeDefinitionKey
Description copied from interface:AppIncident
reference to the scope definition key for the incident- Specified by:
getScopeDefinitionKey
in interfaceAppIncident
-
setScopeDefinitionKey
- Specified by:
setScopeDefinitionKey
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
-
getElementId
Description copied from interface:AppIncident
reference to the element id for the incident- Specified by:
getElementId
in interfaceAppIncident
-
setElementId
- Specified by:
setElementId
in interfaceAppIncidentEntity
-
getTenantId
Description copied from interface:AppIncident
the tenant identifier of this incident- 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
-