Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.theme.uids.Identifiable

Packages that use Identifiable
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.rendering   
org.nuxeo.theme.themes   
org.nuxeo.theme.uids   
org.nuxeo.theme.webwidgets   
org.nuxeo.webengine.blogs.fragments   
org.nuxeo.webengine.sites.fragments   
 

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

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

Uses of Identifiable in org.nuxeo.theme.elements
 

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

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

Uses of Identifiable in org.nuxeo.theme.formats
 

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

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

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

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

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

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

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

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

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

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

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

Uses of Identifiable in org.nuxeo.theme.fragments
 

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

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

Uses of Identifiable in org.nuxeo.theme.rendering
 

Classes in org.nuxeo.theme.rendering that implement Identifiable
 class RenderingInfo
           
 

Uses of Identifiable in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return Identifiable
 Identifiable ThemeManager.getNamedObject(String themeName, String realm, String name)
           
 

Methods in org.nuxeo.theme.themes that return types with arguments of type Identifiable
 List<Identifiable> ThemeManager.getNamedObjects(String themeName, String realm)
           
 

Methods in org.nuxeo.theme.themes with parameters of type Identifiable
 String ThemeManager.getThemeNameOfNamedObject(Identifiable object)
           
 void ThemeManager.setNamedObject(String themeName, String realm, Identifiable object)
           
 

Uses of Identifiable in org.nuxeo.theme.uids
 

Methods in org.nuxeo.theme.uids with parameters of type Identifiable
 int UidManager.register(Identifiable object)
           
 void UidManager.unregister(Identifiable object)
           
 

Uses of Identifiable in org.nuxeo.theme.webwidgets
 

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

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

Classes in org.nuxeo.webengine.blogs.fragments that implement Identifiable
 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 Identifiable in org.nuxeo.webengine.sites.fragments
 

Classes in org.nuxeo.webengine.sites.fragments that implement Identifiable
 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.