Class HistoricAgentInstanceKnowledgeBaseLinkEntityImpl
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.HistoricAgentInstanceKnowledgeBaseLinkEntityImpl
- All Implemented Interfaces:
HistoricAgentInstanceKnowledgeBaseLink,HistoricAgentInstanceKnowledgeBaseLinkEntity,org.flowable.common.engine.impl.db.HasRevision,org.flowable.common.engine.impl.persistence.entity.Entity
public class HistoricAgentInstanceKnowledgeBaseLinkEntityImpl
extends AbstractAgentEngineEntity
implements HistoricAgentInstanceKnowledgeBaseLinkEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected doubleFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the agent instanceThe id of the external knowledge item.The id of the knowledge itemThe section id of the knowledge base itemdoublegetScore()Return the score of the matchvoidsetAgentInstanceId(String agentInstanceId) voidsetExternalId(String externalId) voidsetKnowledgeBaseItemId(String knowledgeBaseItemId) voidsetKnowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) voidsetScore(double score) 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 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, setRevisionMethods inherited from interface com.flowable.agent.api.history.HistoricAgentInstanceKnowledgeBaseLink
getId
-
Field Details
-
agentInstanceId
-
knowledgeBaseItemId
-
knowledgeBaseItemSectionId
-
externalId
-
score
protected double score
-
-
Constructor Details
-
HistoricAgentInstanceKnowledgeBaseLinkEntityImpl
public HistoricAgentInstanceKnowledgeBaseLinkEntityImpl()
-
-
Method Details
-
getAgentInstanceId
Description copied from interface:HistoricAgentInstanceKnowledgeBaseLinkThe id of the agent instance- Specified by:
getAgentInstanceIdin interfaceHistoricAgentInstanceKnowledgeBaseLink
-
setAgentInstanceId
- Specified by:
setAgentInstanceIdin interfaceHistoricAgentInstanceKnowledgeBaseLinkEntity
-
getKnowledgeBaseItemId
Description copied from interface:HistoricAgentInstanceKnowledgeBaseLinkThe id of the knowledge item- Specified by:
getKnowledgeBaseItemIdin interfaceHistoricAgentInstanceKnowledgeBaseLink
-
setKnowledgeBaseItemId
- Specified by:
setKnowledgeBaseItemIdin interfaceHistoricAgentInstanceKnowledgeBaseLinkEntity
-
getKnowledgeBaseItemSectionId
Description copied from interface:HistoricAgentInstanceKnowledgeBaseLinkThe section id of the knowledge base item- Specified by:
getKnowledgeBaseItemSectionIdin interfaceHistoricAgentInstanceKnowledgeBaseLink
-
setKnowledgeBaseItemSectionId
- Specified by:
setKnowledgeBaseItemSectionIdin interfaceHistoricAgentInstanceKnowledgeBaseLinkEntity
-
getExternalId
Description copied from interface:HistoricAgentInstanceKnowledgeBaseLinkThe id of the external knowledge item. This could be different from the reference in the knowledge base item section and / or it could be set even if there is no knowledge base item section.- Specified by:
getExternalIdin interfaceHistoricAgentInstanceKnowledgeBaseLink
-
setExternalId
- Specified by:
setExternalIdin interfaceHistoricAgentInstanceKnowledgeBaseLinkEntity
-
getScore
public double getScore()Description copied from interface:HistoricAgentInstanceKnowledgeBaseLinkReturn the score of the match- Specified by:
getScorein interfaceHistoricAgentInstanceKnowledgeBaseLink
-
setScore
public void setScore(double score) - Specified by:
setScorein interfaceHistoricAgentInstanceKnowledgeBaseLinkEntity
-
getPersistentState
- Specified by:
getPersistentStatein interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-