Class HistoricAgentInstanceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
com.flowable.agent.engine.impl.persistence.entity.HistoricAgentInstanceEntityImpl
- All Implemented Interfaces:
HistoricAgentInstance,HistoricAgentInstanceEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class HistoricAgentInstanceEntityImpl
extends AbstractAgentEngineEntity
implements HistoricAgentInstanceEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Dateprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionFields inherited from interface com.flowable.agent.engine.impl.persistence.entity.HistoricAgentInstanceEntity
STATE_ENDED, STATE_STARTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe time the instance was endedgetName()The name of the instanceThe time the instance was startedThe id of the user that started the instancegetState()The tenant id of the instancebooleanvoidsetAgentDefinitionId(String agentDefinitionId) voidsetAgentDefinitionKey(String agentDefinitionKey) voidsetAgentDefinitionName(String agentDefinitionName) voidsetCallbackId(String callbackId) voidsetCallbackScopeId(String callbackScopeId) voidsetCallbackType(String callbackType) voidsetChatEnabled(boolean chatEnabled) voidsetEndTime(Date endTime) voidvoidsetReferenceId(String referenceId) voidsetReferenceType(String referenceType) voidsetStartTime(Date startTime) voidsetStartUserId(String startUserId) voidvoidsetTenantId(String tenantId) Methods inherited from class com.flowable.agent.engine.impl.persistence.entity.AbstractAgentEngineEntity
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, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevisionMethods inherited from interface com.flowable.agent.api.history.HistoricAgentInstance
getIdMethods inherited from interface com.flowable.agent.engine.impl.persistence.entity.HistoricAgentInstanceEntity
setId
-
Field Details
-
tenantId
-
name
-
startTime
-
endTime
-
chatEnabled
protected boolean chatEnabled -
state
-
startUserId
-
agentDefinitionId
-
agentDefinitionKey
-
agentDefinitionName
-
referenceId
-
referenceType
-
callbackScopeId
-
callbackId
-
callbackType
-
-
Constructor Details
-
HistoricAgentInstanceEntityImpl
public HistoricAgentInstanceEntityImpl()
-
-
Method Details
-
getTenantId
Description copied from interface:HistoricAgentInstanceThe tenant id of the instance- Specified by:
getTenantIdin interfaceHistoricAgentInstance
-
setTenantId
- Specified by:
setTenantIdin interfaceHistoricAgentInstanceEntity
-
getName
Description copied from interface:HistoricAgentInstanceThe name of the instance- Specified by:
getNamein interfaceHistoricAgentInstance
-
setName
- Specified by:
setNamein interfaceHistoricAgentInstanceEntity
-
getStartTime
Description copied from interface:HistoricAgentInstanceThe time the instance was started- Specified by:
getStartTimein interfaceHistoricAgentInstance
-
setStartTime
- Specified by:
setStartTimein interfaceHistoricAgentInstanceEntity
-
getEndTime
Description copied from interface:HistoricAgentInstanceThe time the instance was ended- Specified by:
getEndTimein interfaceHistoricAgentInstance
-
setEndTime
- Specified by:
setEndTimein interfaceHistoricAgentInstanceEntity
-
isChatEnabled
public boolean isChatEnabled()- Specified by:
isChatEnabledin interfaceHistoricAgentInstance
-
setChatEnabled
public void setChatEnabled(boolean chatEnabled) - Specified by:
setChatEnabledin interfaceHistoricAgentInstanceEntity
-
getState
- Specified by:
getStatein interfaceHistoricAgentInstance
-
setState
- Specified by:
setStatein interfaceHistoricAgentInstanceEntity
-
getStartUserId
Description copied from interface:HistoricAgentInstanceThe id of the user that started the instance- Specified by:
getStartUserIdin interfaceHistoricAgentInstance
-
setStartUserId
- Specified by:
setStartUserIdin interfaceHistoricAgentInstanceEntity
-
getAgentDefinitionId
- Specified by:
getAgentDefinitionIdin interfaceHistoricAgentInstance
-
setAgentDefinitionId
- Specified by:
setAgentDefinitionIdin interfaceHistoricAgentInstanceEntity
-
getAgentDefinitionKey
- Specified by:
getAgentDefinitionKeyin interfaceHistoricAgentInstance
-
setAgentDefinitionKey
- Specified by:
setAgentDefinitionKeyin interfaceHistoricAgentInstanceEntity
-
getAgentDefinitionName
- Specified by:
getAgentDefinitionNamein interfaceHistoricAgentInstance
-
setAgentDefinitionName
- Specified by:
setAgentDefinitionNamein interfaceHistoricAgentInstanceEntity
-
getReferenceId
- Specified by:
getReferenceIdin interfaceHistoricAgentInstance
-
setReferenceId
- Specified by:
setReferenceIdin interfaceHistoricAgentInstanceEntity
-
getReferenceType
- Specified by:
getReferenceTypein interfaceHistoricAgentInstance
-
setReferenceType
- Specified by:
setReferenceTypein interfaceHistoricAgentInstanceEntity
-
getCallbackScopeId
- Specified by:
getCallbackScopeIdin interfaceHistoricAgentInstance
-
setCallbackScopeId
- Specified by:
setCallbackScopeIdin interfaceHistoricAgentInstanceEntity
-
getCallbackId
- Specified by:
getCallbackIdin interfaceHistoricAgentInstance
-
setCallbackId
- Specified by:
setCallbackIdin interfaceHistoricAgentInstanceEntity
-
getCallbackType
- Specified by:
getCallbackTypein interfaceHistoricAgentInstance
-
setCallbackType
- Specified by:
setCallbackTypein interfaceHistoricAgentInstanceEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-