Class KnowledgeBaseSearchResultImpl
java.lang.Object
com.flowable.agent.engine.impl.knowledgebase.runtime.KnowledgeBaseSearchResultImpl
- All Implemented Interfaces:
KnowledgeBaseSearchResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKnowledgeBaseSearchResultImpl(String id, String knowledgeBaseItemId, String knowledgeBaseItemSectionId, String text, double score) -
Method Summary
Modifier and TypeMethodDescriptiongetId()doublegetScore()getText()voidsetKnowledgeBaseItemId(String knowledgeBaseItemId) voidsetKnowledgeBaseItemSectionId(String knowledgeBaseItemSectionId) voidsetScore(double score) void
-
Field Details
-
id
-
knowledgeBaseItemId
-
knowledgeBaseItemSectionId
-
text
-
score
protected double score
-
-
Constructor Details
-
KnowledgeBaseSearchResultImpl
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceKnowledgeBaseSearchResult
-
getKnowledgeBaseItemId
- Specified by:
getKnowledgeBaseItemIdin interfaceKnowledgeBaseSearchResult
-
setKnowledgeBaseItemId
-
getKnowledgeBaseItemSectionId
- Specified by:
getKnowledgeBaseItemSectionIdin interfaceKnowledgeBaseSearchResult
-
setKnowledgeBaseItemSectionId
-
getText
- Specified by:
getTextin interfaceKnowledgeBaseSearchResult
-
setText
-
getScore
public double getScore()- Specified by:
getScorein interfaceKnowledgeBaseSearchResult
-
setScore
public void setScore(double score)
-