Interface StartNode

All Superinterfaces:
Comparable<StoreElement>, HistoryProvider, IDProvider, StoreElement, Workflowable
All Known Subinterfaces:
PageRef, PageRefFolder, SiteStoreFolder, SiteStoreRoot

public interface StartNode extends IDProvider
This interface combines elements which could be start nodes in sitestore. provides method for startnode handling in sitestore.
Since:
4.0.27
See Also:
  • Method Details

    • isStartNode

      boolean isStartNode()
      Indicates whether this node is start node of it's parent or not.
      Returns:
      true if this element is startnode, false otherwise
      Since:
      4.0.27