Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.theme.relations.Relate

Packages that use Relate
org.nuxeo.ecm.webapp.theme.fragment   
org.nuxeo.theme.elements   
org.nuxeo.theme.formats   
org.nuxeo.theme.formats.layouts   
org.nuxeo.theme.formats.styles   
org.nuxeo.theme.formats.widgets   
org.nuxeo.theme.fragments   
org.nuxeo.theme.perspectives   
org.nuxeo.theme.relations   
org.nuxeo.theme.webwidgets   
org.nuxeo.webengine.blogs.fragments   
org.nuxeo.webengine.sites.fragments   
 

Uses of Relate in org.nuxeo.ecm.webapp.theme.fragment
 

Classes in org.nuxeo.ecm.webapp.theme.fragment that implement Relate
 class ActionFragment
           
 

Uses of Relate in org.nuxeo.theme.elements
 

Subinterfaces of Relate in org.nuxeo.theme.elements
 interface Element
           
 

Classes in org.nuxeo.theme.elements that implement Relate
 class AbstractElement
           
 class CellElement
           
 class PageElement
           
 class SectionElement
           
 class ThemeElement
           
 

Uses of Relate in org.nuxeo.theme.formats
 

Subinterfaces of Relate in org.nuxeo.theme.formats
 interface Format
           
 

Classes in org.nuxeo.theme.formats that implement Relate
 class DefaultFormat
           
 

Uses of Relate in org.nuxeo.theme.formats.layouts
 

Subinterfaces of Relate in org.nuxeo.theme.formats.layouts
 interface Layout
           
 

Classes in org.nuxeo.theme.formats.layouts that implement Relate
 class LayoutFormat
           
 

Uses of Relate in org.nuxeo.theme.formats.styles
 

Subinterfaces of Relate in org.nuxeo.theme.formats.styles
 interface Style
           
 

Classes in org.nuxeo.theme.formats.styles that implement Relate
 class StyleFormat
           
 

Uses of Relate in org.nuxeo.theme.formats.widgets
 

Subinterfaces of Relate in org.nuxeo.theme.formats.widgets
 interface Widget
           
 

Classes in org.nuxeo.theme.formats.widgets that implement Relate
 class WidgetFormat
           
 

Uses of Relate in org.nuxeo.theme.fragments
 

Subinterfaces of Relate in org.nuxeo.theme.fragments
 interface Fragment
           
 

Classes in org.nuxeo.theme.fragments that implement Relate
 class AbstractFragment
           
 class GenericFragment
           
 class RegionFragment
           
 class TextFragment
           
 

Uses of Relate in org.nuxeo.theme.perspectives
 

Classes in org.nuxeo.theme.perspectives that implement Relate
 class PerspectiveType
           
 

Uses of Relate in org.nuxeo.theme.relations
 

Classes in org.nuxeo.theme.relations that implement Relate
 class DefaultRelate
           
 

Fields in org.nuxeo.theme.relations with type parameters of type Relate
 List<Relate> AbstractRelation.relates
           
 

Methods in org.nuxeo.theme.relations that return Relate
 Relate Relation.getRelate(Integer position)
           
 Relate AbstractRelation.getRelate(Integer position)
           
 

Methods in org.nuxeo.theme.relations that return types with arguments of type Relate
 List<Relate> Relation.getRelates()
           
 List<Relate> AbstractRelation.getRelates()
           
 

Methods in org.nuxeo.theme.relations with parameters of type Relate
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first, Relate second)
           
 Collection<Relation> RelationStorage.search(Predicate predicate, Relate first, Relate second, Relate third)
           
 

Method parameters in org.nuxeo.theme.relations with type arguments of type Relate
 Collection<Relation> RelationStorage.search(Predicate predicate, List<Relate> relates)
           
 void AbstractRelation.setRelates(List<Relate> relates)
           
 

Constructors in org.nuxeo.theme.relations with parameters of type Relate
DyadicRelation(Predicate predicate, Relate first, Relate second)
           
MonadicRelation(Predicate predicate, Relate first)
           
TriadicRelation(Predicate predicate, Relate first, Relate second, Relate third)
           
 

Uses of Relate in org.nuxeo.theme.webwidgets
 

Classes in org.nuxeo.theme.webwidgets that implement Relate
 class AreaFragment
           
 

Uses of Relate in org.nuxeo.webengine.blogs.fragments
 

Classes in org.nuxeo.webengine.blogs.fragments that implement Relate
 class BlogSiteArchiveFragment
          Action fragment for initializing the fragment related to retrieving the archive of a certain BlogSite.
 class RecentBlogPostsFragment
          Action fragment for initializing the fragment related to retrieving a certain number of blog posts with information about the last BlogPost-s that are made under an BlogSite.
 

Uses of Relate in org.nuxeo.webengine.sites.fragments
 

Classes in org.nuxeo.webengine.sites.fragments that implement Relate
 class AllWebpageFragment
          Action fragment for initializing the fragment related to the WebPage-s that are direct children of the received document.
 class ContextualLinkFragment
          Action fragment for initializing the fragment related to the list with the details about the Contextual Link-s that have been created under a WebSite or Webpage document type.
 class MinisiteLastCommentsFragment
          Action fragment for initializing the fragment related to retrieving a certain number of comments that are last added under a WebPage under a WebSite.
 class MinisiteLastPublishedFragment
          Action fragment for initializing the fragment related to retrieving a certain number of pages with information about the last modified WebPage-s that are made under an WebSite or WebPage
 class PageLastCommentsFragment
          Action fragment for initializing the fragment related to retrieving the comments that are bounded to a WebPage.
 class SearchResultsFragment
          Action fragment for initializing the fragment : related to searching a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam, or related to searching all the documents for a certain tag.
 class TagCloudFragment
          Action fragment for initializing the fragment related to the details about the tag cloud.
 class TagFragment
          Action fragment for initializing the fragment related to the list with the details about the Tag-s that have been created under a web page, in the fragment initialization mechanism.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.