Class JCRIndexQueueEntity


  • @Entity(name="JCRIndexingQueue")
    public class JCRIndexQueueEntity
    extends Object
    • Constructor Detail

      • JCRIndexQueueEntity

        public JCRIndexQueueEntity()
    • Method Detail

      • getId

        public long getId()
      • getJcrUUID

        public String getJcrUUID()
      • setJcrUUID

        public void setJcrUUID​(String jcrUUID)
      • getModificationDate

        public Calendar getModificationDate()
      • setModificationDate

        public void setModificationDate​(Calendar modificationDate)
      • getWorkspace

        public String getWorkspace()
      • setWorkspace

        public void setWorkspace​(String workspace)
      • isParentChange

        public boolean isParentChange()
      • setParentChange

        public void setParentChange​(boolean parentChange)
      • addNode

        public void addNode​(String nodeName)