Class NodeNameList


  • public class NodeNameList
    extends java.lang.Object
    SiblingNames...
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeNameList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addName​(java.lang.String name)  
      boolean contains​(java.lang.String name)  
      java.util.LinkedHashSet<java.lang.String> getNames()  
      boolean isEmpty()  
      boolean needsReorder​(javax.jcr.Node parent)  
      boolean restoreOrder​(javax.jcr.Node parent)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeNameList

        public NodeNameList()
    • Method Detail

      • addName

        public void addName​(java.lang.String name)
      • contains

        public boolean contains​(java.lang.String name)
      • getNames

        public java.util.LinkedHashSet<java.lang.String> getNames()
      • needsReorder

        public boolean needsReorder​(javax.jcr.Node parent)
                             throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • isEmpty

        public boolean isEmpty()
      • restoreOrder

        public boolean restoreOrder​(javax.jcr.Node parent)
                             throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException