Class IndexQueueEntity

java.lang.Object
sk.iway.iwcm.rag.jpa.IndexQueueEntity

@Entity public class IndexQueueEntity extends Object
Entity representing an item in the RAG indexing queue. Documents are added here on save/delete events and processed by a cron task.
  • Constructor Details

    • IndexQueueEntity

      public IndexQueueEntity()
  • Method Details

    • getId

      public Long getId()
    • getEntityType

      public RagEntityType getEntityType()
    • getEntityId

      public Integer getEntityId()
    • getAction

      public RagIndexAction getAction()
    • getDomainId

      public Integer getDomainId()
    • getCreateDate

      public Date getCreateDate()
    • setId

      public void setId(Long id)
    • setEntityType

      public void setEntityType(RagEntityType entityType)
    • setEntityId

      public void setEntityId(Integer entityId)
    • setAction

      public void setAction(RagIndexAction action)
    • setDomainId

      public void setDomainId(Integer domainId)
    • setCreateDate

      public void setCreateDate(Date createDate)