Package sk.iway.iwcm.rag.jpa
Class IndexQueueEntity
java.lang.Object
sk.iway.iwcm.rag.jpa.IndexQueueEntity
Entity representing an item in the RAG indexing queue.
Documents are added here on save/delete events and processed by a cron task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetAction(RagIndexAction action) voidsetCreateDate(Date createDate) voidsetDomainId(Integer domainId) voidsetEntityId(Integer entityId) voidsetEntityType(RagEntityType entityType) void
-
Constructor Details
-
IndexQueueEntity
public IndexQueueEntity()
-
-
Method Details
-
getId
-
getEntityType
-
getEntityId
-
getAction
-
getDomainId
-
getCreateDate
-
setId
-
setEntityType
-
setEntityId
-
setAction
-
setDomainId
-
setCreateDate
-