Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webapp.clipboard.SummaryEntry

Packages that use SummaryEntry
org.nuxeo.ecm.webapp.clipboard   
 

Uses of SummaryEntry in org.nuxeo.ecm.webapp.clipboard
 

Methods in org.nuxeo.ecm.webapp.clipboard that return SummaryEntry
 SummaryEntry SummaryEntry.getParent()
           
 SummaryEntry SummaryImpl.getSummaryRoot()
          Gets the root SummaryEntry in the map, usually identified by a key in the map set to 0.
 SummaryEntry Summary.getSummaryRoot()
          Gets the root SummaryEntry in the map.
 

Methods in org.nuxeo.ecm.webapp.clipboard that return types with arguments of type SummaryEntry
 java.util.List<SummaryEntry> SummaryImpl.getChildren(SummaryEntry parentEntry)
           
 java.util.List<SummaryEntry> Summary.getChildren(SummaryEntry parentEntry)
           
static java.util.List<SummaryEntry> SummaryEntry.getPathList(java.util.List<SummaryEntry> pathList, SummaryEntry parentEntry)
          Calls itself recursively to build a list with all entry of the path.
 

Methods in org.nuxeo.ecm.webapp.clipboard with parameters of type SummaryEntry
 int SummaryEntry.compareTo(SummaryEntry o)
           
 java.lang.String SummaryImpl.displayEntry(java.lang.StringBuffer sb, SummaryEntry parentEntry)
           
 java.lang.String Summary.displayEntry(java.lang.StringBuffer sb, SummaryEntry parentEntry)
          Displays recursively on entry.
 java.util.List<SummaryEntry> SummaryImpl.getChildren(SummaryEntry parentEntry)
           
 java.util.List<SummaryEntry> Summary.getChildren(SummaryEntry parentEntry)
           
static java.util.List<SummaryEntry> SummaryEntry.getPathList(java.util.List<SummaryEntry> pathList, SummaryEntry parentEntry)
          Calls itself recursively to build a list with all entry of the path.
 boolean SummaryImpl.hasChild(SummaryEntry parentEntry)
           
 boolean Summary.hasChild(SummaryEntry parentEntry)
          Tests if the given entry has at least one child in the map.
 void SummaryEntry.setParent(SummaryEntry parent)
           
 

Method parameters in org.nuxeo.ecm.webapp.clipboard with type arguments of type SummaryEntry
static java.util.List<SummaryEntry> SummaryEntry.getPathList(java.util.List<SummaryEntry> pathList, SummaryEntry parentEntry)
          Calls itself recursively to build a list with all entry of the path.
 

Constructors in org.nuxeo.ecm.webapp.clipboard with parameters of type SummaryEntry
SummaryEntry(java.lang.String uuid, java.lang.String title, java.util.Date modifiedDate, java.lang.String filename, java.lang.String version, SummaryEntry parent)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.