Class IndexingQueueItem

java.lang.Object
io.jmix.search.index.queue.entity.IndexingQueueItem

@Entity(name="search_IndexingQueue") public class IndexingQueueItem extends Object
  • Constructor Details

    • IndexingQueueItem

      public IndexingQueueItem()
  • Method Details

    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getEntityId

      public String getEntityId()
    • setEntityId

      public void setEntityId(String entityId)
    • getOperation

      public IndexingOperation getOperation()
    • setOperation

      public void setOperation(IndexingOperation operation)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getId

      public UUID getId()
    • setId

      public void setId(UUID id)
    • getInstanceName

      public String getInstanceName()