Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.SimpleFragment

Packages that use SimpleFragment
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
 

Uses of SimpleFragment in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql declared as SimpleFragment
static SimpleFragment SimpleFragment.UNKNOWN
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return SimpleFragment
 SimpleFragment HierarchyContext.getChildHierByName(java.io.Serializable parentId, java.lang.String name, boolean complexProp)
          Find a fragment in the hierarchy schema given its parent id and name.
 SimpleFragment Children.getFragmentByValue(java.io.Serializable value)
          Gets a fragment given its name.
 SimpleFragment HierarchyContext.getHier(java.io.Serializable id, boolean allowAbsent)
           
 SimpleFragment HierarchyContext.getHierIfPresent(java.io.Serializable id)
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type SimpleFragment
 java.util.List<SimpleFragment> HierarchyContext.getChildren(java.io.Serializable parentId, java.lang.String name, boolean complexProp)
          Gets the list of children main fragments for a given parent id.
 java.util.List<SimpleFragment> Children.getFragmentsByValue(java.io.Serializable value)
          Gets all the fragments, if the list of children is complete.
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type SimpleFragment
 int SimpleFragment.PositionComparator.compare(SimpleFragment frag1, SimpleFragment frag2)
           
 void HierarchyContext.createdSimpleFragment(SimpleFragment fragment)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type SimpleFragment
SimpleProperty(java.lang.String name, PropertyType type, boolean readonly, SimpleFragment fragment, java.lang.String key)
          Creates a SimpleProperty, with specific info about row and key.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.