Class AgentInstanceEntityImpl
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.AgentInstanceEntityImpl
- All Implemented Interfaces:
AgentInstance,AgentInstanceEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class AgentInstanceEntityImpl
extends AbstractAgentEngineEntity
implements AgentInstanceEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected AgentInvocationResultprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Dateprotected 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 TypeMethodDescriptiongetName()The name of the instance.The time the instance was startedThe id of the user that started the instanceThe tenant id of the instancebooleanvoidsetAgentDefinitionId(String agentDefinitionId) voidsetAgentDefinitionKey(String agentDefinitionKey) voidsetAgentDefinitionName(String agentDefinitionName) voidsetAgentInvocationResult(AgentInvocationResult agentInvocationResult) voidsetCallbackId(String callbackId) voidsetCallbackScopeId(String callbackScopeId) voidsetCallbackType(String callbackType) voidsetChatEnabled(boolean chatEnabled) voidvoidsetReferenceId(String referenceId) voidsetReferenceType(String referenceType) voidsetStartTime(Date startTime) voidsetStartUserId(String startUserId) voidsetTenantId(String tenantId) toString()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, wait, wait, waitMethods inherited from interface com.flowable.agent.api.runtime.AgentInstance
getIdMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
tenantId
-
name
-
agentDefinitionId
-
agentDefinitionKey
-
agentDefinitionName
-
startTime
-
startUserId
-
chatEnabled
protected boolean chatEnabled -
referenceId
-
referenceType
-
callbackScopeId
-
callbackId
-
callbackType
-
agentInvocationResult
-
-
Constructor Details
-
AgentInstanceEntityImpl
public AgentInstanceEntityImpl()
-
-
Method Details
-
getTenantId
Description copied from interface:AgentInstanceThe tenant id of the instance- Specified by:
getTenantIdin interfaceAgentInstance
-
setTenantId
- Specified by:
setTenantIdin interfaceAgentInstanceEntity
-
getName
Description copied from interface:AgentInstanceThe name of the instance.- Specified by:
getNamein interfaceAgentInstance
-
setName
- Specified by:
setNamein interfaceAgentInstanceEntity
-
getAgentDefinitionId
- Specified by:
getAgentDefinitionIdin interfaceAgentInstance
-
setAgentDefinitionId
- Specified by:
setAgentDefinitionIdin interfaceAgentInstanceEntity
-
getAgentDefinitionKey
- Specified by:
getAgentDefinitionKeyin interfaceAgentInstance
-
getAgentDefinitionName
- Specified by:
getAgentDefinitionNamein interfaceAgentInstance
-
getStartTime
Description copied from interface:AgentInstanceThe time the instance was started- Specified by:
getStartTimein interfaceAgentInstance
-
setStartTime
- Specified by:
setStartTimein interfaceAgentInstanceEntity
-
getStartUserId
Description copied from interface:AgentInstanceThe id of the user that started the instance- Specified by:
getStartUserIdin interfaceAgentInstance
-
setStartUserId
- Specified by:
setStartUserIdin interfaceAgentInstanceEntity
-
isChatEnabled
public boolean isChatEnabled()- Specified by:
isChatEnabledin interfaceAgentInstance
-
setChatEnabled
public void setChatEnabled(boolean chatEnabled) - Specified by:
setChatEnabledin interfaceAgentInstanceEntity
-
getReferenceId
- Specified by:
getReferenceIdin interfaceAgentInstance
-
setReferenceId
- Specified by:
setReferenceIdin interfaceAgentInstanceEntity
-
getReferenceType
- Specified by:
getReferenceTypein interfaceAgentInstance
-
setReferenceType
- Specified by:
setReferenceTypein interfaceAgentInstanceEntity
-
setAgentDefinitionKey
-
setAgentDefinitionName
-
getCallbackScopeId
- Specified by:
getCallbackScopeIdin interfaceAgentInstance
-
setCallbackScopeId
- Specified by:
setCallbackScopeIdin interfaceAgentInstanceEntity
-
getCallbackId
- Specified by:
getCallbackIdin interfaceAgentInstance
-
setCallbackId
- Specified by:
setCallbackIdin interfaceAgentInstanceEntity
-
getCallbackType
- Specified by:
getCallbackTypein interfaceAgentInstance
-
setCallbackType
- Specified by:
setCallbackTypein interfaceAgentInstanceEntity
-
getAgentInvocationResult
- Specified by:
getAgentInvocationResultin interfaceAgentInstance
-
setAgentInvocationResult
- Specified by:
setAgentInvocationResultin interfaceAgentInstanceEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-