Uses of Interface
info.magnolia.cms.core.Content

Packages that use Content
info.magnolia.beancoder   
info.magnolia.cms.beans.config   
info.magnolia.cms.beans.runtime   
info.magnolia.cms.cache   
info.magnolia.cms.core   
info.magnolia.cms.core.search   
info.magnolia.cms.core.version   
info.magnolia.cms.exchange   
info.magnolia.cms.gui.control   
info.magnolia.cms.gui.controlx.list   
info.magnolia.cms.gui.controlx.search   
info.magnolia.cms.gui.controlx.version   
info.magnolia.cms.gui.dialog   
info.magnolia.cms.gui.i18n   
info.magnolia.cms.i18n   
info.magnolia.cms.security   
info.magnolia.cms.util   
info.magnolia.commands   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
info.magnolia.freemarker.models   
info.magnolia.importexport   
info.magnolia.link   
info.magnolia.module   
info.magnolia.module.admininterface   
info.magnolia.module.admininterface.commands   
info.magnolia.module.admininterface.dialogs   
info.magnolia.module.admininterface.lists   
info.magnolia.module.admininterface.setup   
info.magnolia.module.admininterface.trees   
info.magnolia.module.delta   
info.magnolia.module.exchangesimple   
info.magnolia.module.fckeditor.dialogs   
info.magnolia.module.mail.util   
info.magnolia.module.workflow.flows   
info.magnolia.module.workflow.inbox   
info.magnolia.module.workflow.jcr   
info.magnolia.nodebuilder   
info.magnolia.nodebuilder.task   
info.magnolia.objectfactory   
info.magnolia.setup This package contains the classes necessary to install and update Magnolia's core module. 
info.magnolia.setup.for4_5   
info.magnolia.setup.initial   
info.magnolia.templating.freemarker   
info.magnolia.templating.jsp.taglib This file Copyright (c) 2012-2014 Magnolia International Ltd. 
 

Uses of Content in info.magnolia.beancoder
 

Constructors in info.magnolia.beancoder with parameters of type Content
MgnlNode(Content mnode)
           
 

Uses of Content in info.magnolia.cms.beans.config
 

Methods in info.magnolia.cms.beans.config with parameters of type Content
protected  void VirtualURIManager.onRegister(Content node)
           
protected abstract  void ObservedManager.onRegister(Content node)
          Registers a node.
 void ObservedManager.register(Content node)
          Register a node.
protected  void ObservedManager.reload(Content node)
          Reload a specific node.
protected  ServerConfiguration ServerConfiguration.InstanceFactory.transformNode(Content node)
           
 

Uses of Content in info.magnolia.cms.beans.runtime
 

Methods in info.magnolia.cms.beans.runtime that return Content
 Content FileProperties.getContent()
           
 

Methods in info.magnolia.cms.beans.runtime with parameters of type Content
 void FileProperties.setContent(Content c)
           
 

Constructors in info.magnolia.cms.beans.runtime with parameters of type Content
FileProperties(Content content, String nodeDataName)
           
 

Uses of Content in info.magnolia.cms.cache
 

Constructors in info.magnolia.cms.cache with parameters of type Content
MockCacheRequest(javax.servlet.http.HttpServletRequest request, Content node)
          Deprecated.  
 

Uses of Content in info.magnolia.cms.core
 

Classes in info.magnolia.cms.core that implement Content
 class AbstractContent
          A base class by implementing some default behavior.
 class DefaultContent
          Deprecated. since 4.5 use jcr.Node instead.
 

Methods in info.magnolia.cms.core that return Content
 Content Content.createContent(String name)
          Deprecated. Creates a Content node under the current node with the specified name.
 Content AbstractContent.createContent(String name)
           
 Content Content.createContent(String name, ItemType contentType)
          Deprecated. Creates a Content node under the current node with the specified name.
 Content AbstractContent.createContent(String name, ItemType contentType)
           
 Content DefaultContent.createContent(String name, String contentType)
          Deprecated.  
 Content Content.createContent(String name, String contentType)
          Deprecated. Creates a Content node under the current node with the specified name.
 Content HierarchyManager.createContent(String path, String label, String contentType)
          Deprecated.  
 Content DefaultHierarchyManager.createContent(String path, String label, String contentType)
          Deprecated. Creates contentNode of type contentType.
 Content DefaultContent.getAncestor(int level)
          Deprecated.  
 Content Content.getAncestor(int level)
          Deprecated. get absolute parent object starting from the root node.
 Content Content.getChildByName(String namePattern)
          Deprecated. since 4.3, either use getContent(String) or getChildren(String)
 Content AbstractContent.getChildByName(String namePattern)
          Deprecated.  
 Content HierarchyManager.getContent(String path)
          Deprecated.  
 Content DefaultHierarchyManager.getContent(String path)
          Deprecated. get content object of the requested URI.
 Content DefaultContent.getContent(String name)
          Deprecated.  
 Content Content.getContent(String name)
          Deprecated. Gets the Content node of the current node with the specified name.
 Content HierarchyManager.getContent(String path, boolean create, ItemType type)
          Deprecated.  
 Content DefaultHierarchyManager.getContent(String path, boolean create, ItemType type)
          Deprecated. Like getContent() but creates the node if not yet existing.
 Content HierarchyManager.getContentByUUID(String uuid)
          Deprecated.  
 Content DefaultHierarchyManager.getContentByUUID(String uuid)
          Deprecated. This method can be used to retrieve Content which has UUID assigned to it, in other words only those nodes which has mixin type mix:referenceable.
protected  Content NonExistingNodeData.getContentFromJCRReference()
           
protected  Content DefaultNodeData.getContentFromJCRReference()
          Deprecated.  
protected  Content BinaryNodeData.getContentFromJCRReference()
           
protected abstract  Content AbstractNodeData.getContentFromJCRReference()
          Specific implementation for retrieving the referenced node when using a property of type REFERENCE.
 Content AggregationState.getCurrentContent()
           
 Content AggregationState.getMainContent()
           
 Content DefaultHierarchyManager.getPage(String path, String templateName)
          Deprecated. since 4.0 - only used by taglibs - should go/move.
 Content NodeData.getParent()
          Deprecated. returns Parent node.
 Content DefaultContent.getParent()
          Deprecated.  
 Content Content.getParent()
          Deprecated. get parent content object.
 Content AbstractNodeData.getParent()
           
 Content NodeData.getReferencedContent()
          Deprecated. Returns the Content that this NodeData references (if its type is PropertyType.REFERENCE).
 Content BinaryNodeData.getReferencedContent()
           
 Content AbstractNodeData.getReferencedContent()
           
protected  Content AbstractNodeData.getReferencedContent(HierarchyManager hm)
           
 Content NodeData.getReferencedContent(String repositoryId)
          Deprecated. Same as NodeData.getReferencedContent() but achieves the referenced node from a different workspace.
 Content BinaryNodeData.getReferencedContent(String repositoryId)
           
 Content AbstractNodeData.getReferencedContent(String repositoryId)
           
 Content HierarchyManager.getRoot()
          Deprecated.  
 Content DefaultHierarchyManager.getRoot()
          Deprecated.  
protected  Content DefaultHierarchyManager.wrapAsContent(javax.jcr.Node node)
          Deprecated.  
protected  Content DefaultContent.wrapAsContent(javax.jcr.Node node)
          Deprecated.  
 Content DefaultHierarchyManager.wrapAsContent(javax.jcr.Node rootNode, String path)
          Deprecated.  
protected  Content DefaultContent.wrapAsContent(javax.jcr.Node node, String name)
          Deprecated.  
protected  Content DefaultHierarchyManager.wrapAsContent(javax.jcr.Node rootNode, String path, String contentType)
          Deprecated.  
protected  Content DefaultContent.wrapAsContent(javax.jcr.Node node, String name, String contentType)
          Deprecated.  
 

Methods in info.magnolia.cms.core that return types with arguments of type Content
 Collection<Content> DefaultContent.getAncestors()
          Deprecated.  
 Collection<Content> Content.getAncestors()
          Deprecated. Convenience method for taglib.
 Collection<Content> Content.getChildren()
          Deprecated. Gets a Collection containing all child nodes of the same NodeType as "this" object.
 Collection<Content> AbstractContent.getChildren()
          Gets a Collection containing all child nodes of the same NodeType as "this" object.
 Collection<Content> Content.getChildren(Content.ContentFilter filter)
          Deprecated. Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter)
          Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> Content.getChildren(Content.ContentFilter filter, Comparator<Content> orderCriteria)
          Deprecated. Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, Comparator<Content> orderCriteria)
          Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> DefaultContent.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
          Deprecated.  
abstract  Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 Collection<Content> Content.getChildren(ItemType contentType)
          Deprecated. Get collection of specified content type.
 Collection<Content> AbstractContent.getChildren(ItemType itemType)
          Get collection of specified content type.
 Collection<Content> Content.getChildren(String contentType)
          Deprecated. Get collection of specified content type and its subtypes.
 Collection<Content> AbstractContent.getChildren(String contentType)
          Get collection of specified content type and its subtypes.
 Collection<Content> Content.getChildren(String contentType, String namePattern)
          Deprecated. Get collection of specified content type.
 Collection<Content> AbstractContent.getChildren(String contentType, String namePattern)
          Get collection of specified content type.
 

Methods in info.magnolia.cms.core with parameters of type Content
 boolean Content.ContentFilter.accept(Content content)
          Deprecated. Test if this content should be included in a resultant collection.
static String Path.getUniqueLabel(Content parent, String label)
           
 void AggregationState.setCurrentContent(Content currentContent)
           
 void AggregationState.setMainContent(Content mainContent)
           
 NodeData Content.setNodeData(String name, Content value)
          Deprecated. Sets the node data.
 NodeData AbstractContent.setNodeData(String name, Content value)
           
 void NonExistingNodeData.setValue(Content value)
           
 void NodeData.setValue(Content value)
          Deprecated. Sets a reference value.
 void DefaultNodeData.setValue(Content value)
          Deprecated.  
 void BinaryNodeData.setValue(Content value)
           
 

Method parameters in info.magnolia.cms.core with type arguments of type Content
 Collection<Content> Content.getChildren(Content.ContentFilter filter, Comparator<Content> orderCriteria)
          Deprecated. Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, Comparator<Content> orderCriteria)
          Get a collection containing child nodes which satisfies the given filter.
 Collection<Content> DefaultContent.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
          Deprecated.  
abstract  Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 

Constructors in info.magnolia.cms.core with parameters of type Content
AbstractNodeData(Content parent, String name)
           
BinaryNodeData(Content parent, String name)
           
DefaultNodeData(Content parent, String name)
          Deprecated.  
NonExistingNodeData(Content parent, String name)
           
 

Uses of Content in info.magnolia.cms.core.search
 

Fields in info.magnolia.cms.core.search with type parameters of type Content
protected  Map<String,Collection<Content>> QueryResultImpl.objectStore
          Deprecated. caches all previously queried objects.
 

Methods in info.magnolia.cms.core.search that return types with arguments of type Content
 Collection<Content> QueryResultImpl.getContent()
          Deprecated.  
 Collection<Content> QueryResult.getContent()
          Deprecated. Gets a collection of Content objects for mgnl:content NodeType.
 Collection<Content> QueryResultImpl.getContent(String nodeType)
          Deprecated.  
 Collection<Content> QueryResult.getContent(String nodeType)
          Deprecated. Gets a collection of Content objects for specified NodeType.
 

Method parameters in info.magnolia.cms.core.search with type arguments of type Content
protected  void QueryResultImpl.build(javax.jcr.Node node, String[] nodeType, Collection<Content> collection)
          Deprecated. Traverses the hierarchy from the current node to the root until the node's type matches.
protected  void QueryResultImpl.build(String nodeType, Collection<Content> collection)
          Deprecated. Adds all found nodes of a certain type.
 

Uses of Content in info.magnolia.cms.core.version
 

Classes in info.magnolia.cms.core.version that implement Content
 class ContentVersion
          Wraps a versioned node (frozen node) and allows traversing the hierarchy as if the node where in the original place.
 

Methods in info.magnolia.cms.core.version that return Content
 Content ContentVersion.createContent(String name)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.createContent(String name, ItemType contentType)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.createContent(String name, String contentType)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.getAncestor(int level)
           
 Content ContentVersion.getContent(String name)
          Returns a direct child if it was included in the version.
 Content ContentVersion.getParent()
          Returns the parent of the base node.
 

Methods in info.magnolia.cms.core.version that return types with arguments of type Content
 Collection<Content> ContentVersion.getAncestors()
          Convenience method for taglib.
 Collection<Content> ContentVersion.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
          All AbstractContent.getChildren() methods delegate to this method.
 

Methods in info.magnolia.cms.core.version with parameters of type Content
protected  javax.jcr.version.Version BaseVersionManager.createVersion(Content node, Rule rule)
          Deprecated. since 4.5 use #createVersion(Node, Rule) instead
 void BaseVersionManager.restore(Content node, javax.jcr.version.Version version, boolean removeExisting)
          Deprecated. since 4.5 use BaseVersionManager.restore(Node, Version, boolean) instead
 

Method parameters in info.magnolia.cms.core.version with type arguments of type Content
 Collection<Content> ContentVersion.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
          All AbstractContent.getChildren() methods delegate to this method.
 

Constructors in info.magnolia.cms.core.version with parameters of type Content
ContentVersion(javax.jcr.version.Version thisVersion, Content base)
           
 

Uses of Content in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange with parameters of type Content
 void Syndicator.activate(String parent, Content content)
          This will activate the specified node to all configured subscribers.
 void Syndicator.activate(String parent, Content content, List<String> orderBefore)
          This will activate the specified node to all configured subscribers.
 void Syndicator.activate(Subscriber subscriber, String parent, Content content)
          This will activate the specified node to the specified subscriber.
 void Syndicator.activate(Subscriber subscriber, String parent, Content content, List<String> orderBefore)
          This will activate the specified node to the specified subscriber.
 void Syndicator.deactivate(Content node)
           
 void Syndicator.deactivate(Subscriber subscriber, Content node)
           
 

Uses of Content in info.magnolia.cms.gui.control
 

Methods in info.magnolia.cms.gui.control that return Content
 Content ControlImpl.getWebsiteNode()
           
 

Methods in info.magnolia.cms.gui.control with parameters of type Content
protected  Iterator Tree.collectRenderedItems(Content parentNode, String itemType)
           
 String Tree.getHtmlChildrenOfOneType(Content parentNode, String itemType)
           
protected  void Tree.getHtmlOfSingleItem(StringBuffer html, Content parentNode, String itemType, Object item)
           
protected  String Tree.getIcon(Content node, NodeData nodedata, String itemType)
           
protected  int Tree.getPaddingLeft(Content parentNode)
           
protected  boolean Tree.hasSub(Content c, String type)
           
protected  void Tree.onGetHtmlOfSingleItem(StringBuffer html, Content parentNode, String itemType, Object item, String idPre)
           
 String TreeColumnHtmlRendererImpl.renderHtml(TreeColumn treeColumn, Content content)
           
 String TreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn, Content content)
           
 String NodeTypeFilteringTreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn, Content content)
           
 void ControlImpl.setWebsiteNode(Content c)
           
protected  boolean NodeTypeFilteringTreeColumnHtmlRenderer.shouldRender(Content content)
           
protected  boolean Tree.showNode(Content node, NodeData nodedata, String itemType)
          Override to make special exclusions.
 

Constructors in info.magnolia.cms.gui.control with parameters of type Content
ButtonSet(String name, Content websiteNode)
           
ControlImpl(String name, Content websiteNode)
           
Edit(String name, Content websiteNode)
           
File(String name, Content content)
           
Hidden(String name, Content websiteNode)
           
Password(String name, Content websiteNode)
           
Select(String name, Content websiteNode)
           
SelectOption(String label, Content websiteNode)
           
 

Uses of Content in info.magnolia.cms.gui.controlx.list
 

Methods in info.magnolia.cms.gui.controlx.list with parameters of type Content
 String DefaultValueProvider.getPath(Content node)
          get path
 String DefaultValueProvider.getType(Content node)
          get node type
 

Uses of Content in info.magnolia.cms.gui.controlx.search
 

Methods in info.magnolia.cms.gui.controlx.search with parameters of type Content
protected  SearchControlDefinition DialogBasedSearchConfig.createSearchControl(Content controlNode)
           
protected  SearchControlDefinition DialogBasedSearchConfig.createSearchControl(String name, String label, String searchType, Content controlNode)
           
 void DialogBasedSearchControlDefinition.init(Content controlNode)
           
protected  void DialogBasedSearchConfig.init(Content dialogNode)
          gets all the controls defined in the dialog
 

Constructors in info.magnolia.cms.gui.controlx.search with parameters of type Content
DialogBasedSearchConfig(Content dialogNode)
           
 

Uses of Content in info.magnolia.cms.gui.controlx.version
 

Methods in info.magnolia.cms.gui.controlx.version that return Content
 Content VersionListModel.getContent()
           
 

Methods in info.magnolia.cms.gui.controlx.version with parameters of type Content
 void VersionListModel.setContent(Content content)
           
 

Constructors in info.magnolia.cms.gui.controlx.version with parameters of type Content
VersionListModel(Content content)
          constructor
VersionListModel(Content content, int max)
           
 

Uses of Content in info.magnolia.cms.gui.dialog
 

Methods in info.magnolia.cms.gui.dialog that return Content
 Content DialogControlImpl.getStorageNode()
           
 Content DialogControlImpl.getWebsiteNode()
          Deprecated. use getStorageNode()
 

Methods in info.magnolia.cms.gui.dialog with parameters of type Content
static DialogButton DialogFactory.getDialogButtonInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogButtonSet DialogFactory.getDialogButtonSetInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogControl DialogFactory.getDialogControlInstanceByName(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode, String controlType)
          Get a instance by the control type name.
static DialogEdit DialogFactory.getDialogEditInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogHidden DialogFactory.getDialogHiddenInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogInclude DialogFactory.getDialogIncludeInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static Dialog DialogFactory.getDialogInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogPassword DialogFactory.getDialogPasswordInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogSelect DialogFactory.getDialogSelectInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
static DialogStatic DialogFactory.getDialogStaticInstance(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
protected  Collection DialogSelect.getOptionNodes(Content configNode)
           
protected  Collection DialogButtonSet.getOptionNodes(Content configNode)
           
protected  Map DialogFreemarker.getSubNodes(Content node)
          Get a recursive map view of a content node
 void DialogSelect.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
 void DialogFreemarker.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
          Initialize a Dialog.
 void DialogFile.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
 void DialogEditWithCustomButtons.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
 void DialogEditWithButton.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
 void DialogControlImpl.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
           
 void DialogControl.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
          Initialize a Dialog.
 void DialogButtonSet.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
static DialogControl DialogFactory.loadDialog(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
          Load and initialize a dialog.
protected  void ControlsManager.onRegister(Content configNode)
          Registers dialog controls.
 void DialogButtonSet.setOption(Content configNode)
           
 void DialogSelect.setOptions(Content configNode)
           
 void DialogButtonSet.setOptions(Content configNode, boolean setDefaultSelected)
           
 

Uses of Content in info.magnolia.cms.gui.i18n
 

Methods in info.magnolia.cms.gui.i18n with parameters of type Content
protected  String DefaultI18nAuthoringSupport.createURI(Content currentPage, Locale locale)
           
 

Uses of Content in info.magnolia.cms.i18n
 

Classes in info.magnolia.cms.i18n that implement Content
 class I18nContentWrapper
          A ContentWrapper implementation which knows about I18nContentSupport.
 

Methods in info.magnolia.cms.i18n that return Content
protected  Content I18nContentWrapper.wrap(Content node)
           
 

Methods in info.magnolia.cms.i18n with parameters of type Content
 NodeData I18nContentSupport.getNodeData(Content node, String name)
          Deprecated. since 4.5.4 use I18nContentSupport.getProperty(Node, String) instead.
 NodeData HierarchyBasedI18nContentSupport.getNodeData(Content node, String name)
           
 NodeData AbstractI18nContentSupport.getNodeData(Content node, String name)
          Returns the nodedata with the name <name>_<current language> or <name>_<fallback language> otherwise returns <name>.
 NodeData I18nContentSupport.getNodeData(Content node, String name, Locale locale)
          Deprecated. since 4.5.4 use I18nContentSupport.getProperty(Node, String, Locale) instead.
 NodeData AbstractI18nContentSupport.getNodeData(Content node, String name, Locale locale)
           
protected  Content I18nContentWrapper.wrap(Content node)
           
 

Constructors in info.magnolia.cms.i18n with parameters of type Content
I18nContentWrapper(Content node)
           
 

Uses of Content in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security that return Content
protected  Content MgnlUserManager.createUserNode(String name)
           
protected  Content HierarchicalUserManager.createUserNode(String name)
           
protected  Content MgnlUserManager.findUserNode(String realm, String name)
          Deprecated. since 4.5 use findPrincipalNode(java.lang.String, javax.jcr.Session) instead
 Content MgnlUser.getUserNode()
          Deprecated. since 4.5, use UserManager.updateLastAccessTimestamp(User) instead
 

Methods in info.magnolia.cms.security with parameters of type Content
protected  MgnlRole MgnlRoleManager.newRoleInstance(Content node)
          Deprecated. since 4.5
protected  User MgnlUserManager.newUserInstance(Content node)
          Deprecated. since 4.5 use newUSerInstance(javax.jcr.Node) instead
protected  void MgnlUserManager.setPasswordProperty(Content userNode, String clearPassword)
          Deprecated. since 4.5 use MgnlUserManager.setPasswordProperty(Node, String) instead
protected  MgnlUser MgnlUserManager.userInstance(Content node)
          Deprecated. since 4.3.1 - use MgnlUserManager.newUserInstance(javax.jcr.Node)
 

Uses of Content in info.magnolia.cms.util
 

Classes in info.magnolia.cms.util that implement Content
 class ContentWrapper
          A base class to implement content wrappers.
 class ExtendingContentWrapper
          This wrapper allows extending other nodes (mainly useful to extend configurations).
 class InheritanceContentWrapper
          This wrapper inherits content from the parent hierarchy.
 class LazyContentWrapper
          Stores an uuid and will re-fetch the node in LazyContentWrapper.getWrappedContent() if the session is closed.
 class NodeMapWrapper
          Wrapper for a content Node which exposes a Map interface, used to access its content using jstl.
 class SystemContentWrapper
          A lazy content wrapper reading from the node using the LifeTimeJCRSessionUtil.
 

Methods in info.magnolia.cms.util that return Content
static Content ContentUtil.asContent(javax.jcr.Node content)
          Deprecated.  
 Content ContentWrapper.createContent(String name, String contentType)
           
 Content HierarchyManagerWrapper.createContent(String path, String label, String contentType)
           
static Content ContentUtil.createPath(Content parent, String path, ItemType type)
          Deprecated.  
static Content ContentUtil.createPath(Content parent, String path, ItemType type, boolean save)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path, boolean save)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type)
          Deprecated.  
static Content ContentUtil.createPath(HierarchyManager hm, String path, ItemType type, boolean save)
          Deprecated.  
 Content ContentWrapper.getAncestor(int level)
           
static Content ContentUtil.getAncestorOfType(Content firstNode, String nodeType)
          Deprecated. Returns the first found ancestor of the given node which is of the given type, or the given node itself, it is of the given type.
static Content ContentUtil.getCaseInsensitive(Content node, String name)
          Deprecated. Get a subnode case insensitive.
 Content ContentWrapper.getChildByName(String namePattern)
          Deprecated. since 4.3, either use ContentWrapper.getContent(String) or AbstractContent.getChildren(String)
static Content ContentUtil.getContent(Content node, String name)
          Deprecated. Get the node or null if not exists.
 Content InheritanceContentWrapper.getContent(String name)
           
 Content HierarchyManagerWrapper.getContent(String path)
           
 Content ExtendingContentWrapper.getContent(String name)
           
 Content ContentWrapper.getContent(String name)
           
 Content HierarchyManagerWrapper.getContent(String path, boolean create, ItemType type)
           
static Content ContentUtil.getContent(String repository, String path)
          Deprecated. Returns a Content object of the named repository or null if not existing.
 Content HierarchyManagerWrapper.getContentByUUID(String uuid)
           
static Content ContentUtil.getContentByUUID(String repository, String uuid)
          Deprecated.  
protected  Content InheritanceContentWrapper.getContentSafely(InheritanceContentWrapper anchor, String path)
          This method returns null if no content has been found.
protected  Content InheritanceContentWrapper.getContentSafely(String name)
          This method returns null if no content has been found.
 Content SiblingsHelper.getCurrent()
           
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType)
          Deprecated. If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType, boolean save)
          Deprecated. If the node doesn't exist just create it.
 Content NodeDataWrapper.getParent()
           
 Content ContentWrapper.getParent()
           
 Content NodeDataWrapper.getReferencedContent()
           
 Content NodeDataWrapper.getReferencedContent(String repositoryId)
           
 Content HierarchyManagerWrapper.getRoot()
           
 Content LazyContentWrapper.getWrappedContent()
           
 Content ExtendingContentWrapper.getWrappedContent()
           
 Content ContentWrapper.getWrappedContent()
           
 Content SiblingsHelper.goTofirst()
           
 Content SiblingsHelper.goTolast()
           
 Content SiblingsHelper.next()
           
 Content SiblingsHelper.prev()
           
protected  Content SystemNodeDataWrapper.wrap(Content content)
           
protected  Content NodeMapWrapper.wrap(Content node)
           
protected  Content NodeDataWrapper.wrap(Content content)
          Default implementation of content wrapping for cases where NodeData needs to return content.
protected  Content LazyNodeDataWrapper.wrap(Content content)
           
protected  Content InheritanceContentWrapper.wrap(Content node)
          Wrap returned nodes.
protected  Content HierarchyManagerWrapper.wrap(Content content)
          Override this method to have hierarchy manager wrap every piece of content it returns.
protected  Content ExtendingContentWrapper.wrap(Content node)
           
protected  Content ContentWrapper.wrap(Content node)
          Override if a wrapper wants to wrap returned content objects.
 

Methods in info.magnolia.cms.util that return types with arguments of type Content
static List<Content> ContentUtil.collectAllChildren(Content node)
          Deprecated. Get all children recursively (content and contentnode).
static List<Content> ContentUtil.collectAllChildren(Content node, Content.ContentFilter filter)
          Deprecated. Get all children using a filter.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType type)
          Deprecated. Get all children of a particular type.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          Deprecated. Get all children of a particular type.
static Collection<Content> QueryUtil.exceptionThrowingQuery(String repository, String statement, String language, String returnItemType)
          Deprecated. Since 4.5.4 use search methods.
static Collection<Content> QueryUtil.exceptionThrowingQuery(String repository, String statement, String language, String returnItemType, long maxResultSize)
          Deprecated. Since 4.5.4 use search methods.
static Collection<Content> ContentUtil.getAllChildren(Content node)
          Deprecated. Returns all children (not recursively) independent of there type.
static Collection<Content> ContentUtil.getAllChildren(Content node, Comparator<Content> comp)
          Deprecated. Returns all children (not recursively) independent of there type.
 Collection<Content> ContentWrapper.getAncestors()
           
 Collection<Content> InheritanceContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 Collection<Content> ExtendingContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 Collection<Content> ContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
static Collection<Content> QueryUtil.query(String repository, String statement)
          Deprecated. Since 4.5.4 use search methods.
static Collection<Content> QueryUtil.query(String repository, String statement, String language)
          Deprecated. Since 4.5.4 use search methods.
static Collection<Content> QueryUtil.query(String repository, String statement, String language, String returnItemType)
          Deprecated. Since 4.5.4 use search methods.
static Collection<Content> QueryUtil.query(String repository, String statement, String language, String returnItemType, long maxResultSize)
          Deprecated. Since 4.5.4 use search methods.
protected  Collection<Content> ContentWrapper.wrapContentNodes(Collection<Content> collection)
          Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ...
 

Methods in info.magnolia.cms.util with parameters of type Content
 boolean RuleBasedContentFilter.accept(Content content)
          Deprecated. Test if this content should be included in a resultant collection.
 boolean NodeTypeFilter.accept(Content content)
           
static void ContentUtil.changeNodeType(Content node, ItemType newType, boolean replaceAll)
          Deprecated. Utility method to change the jcr:primaryType value of a node.
static SiblingsHelper SiblingsHelper.childrenOf(Content parent)
          Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of the same type as its parent.
static SiblingsHelper SiblingsHelper.childrenOf(Content parent, Content.ContentFilter filter)
          Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child from all that pass the filter.
static SiblingsHelper SiblingsHelper.childrenOf(Content parent, ItemType childType)
          Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of given type.
static List<Content> ContentUtil.collectAllChildren(Content node)
          Deprecated. Get all children recursively (content and contentnode).
static List<Content> ContentUtil.collectAllChildren(Content node, Content.ContentFilter filter)
          Deprecated. Get all children using a filter.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType type)
          Deprecated. Get all children of a particular type.
static List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          Deprecated. Get all children of a particular type.
 int NodeUuidComparator.compare(Content c1, Content c2)
           
 int NodePathComparator.compare(Content c1, Content c2)
           
 int NodeNameComparator.compare(Content c1, Content c2)
           
 int NodeDataStringComparator.compare(Content c1, Content c2)
           
 int CreationDateComparator.compare(Content c1, Content c2)
           
protected abstract  int AbstractContentComparator.compare(Content c1, Content c2)
          Deprecated.  
static void ContentUtil.copyInSession(Content src, String dest)
          Deprecated. Session based copy operation.
static Content ContentUtil.createPath(Content parent, String path, ItemType type)
          Deprecated.  
static Content ContentUtil.createPath(Content parent, String path, ItemType type, boolean save)
          Deprecated.  
static void ContentUtil.deleteAndRemoveEmptyParents(Content node)
          Deprecated.  
static void ContentUtil.deleteAndRemoveEmptyParents(Content node, int level)
          Deprecated.  
static String DumperUtil.dump(Content content)
          Deprecated. since 4.5.15. Use DumperUtil.dump(Node) instead.
static String DumperUtil.dump(Content content, int level)
          Deprecated. since 4.5.15. Use DumperUtil.dump(Node, int) instead.
static void DumperUtil.dump(Content content, int level, PrintStream out)
          Deprecated. since 4.5.15. Use DumperUtil.dump(Node, int, PrintStream) instead.
static void DumperUtil.dump(Content content, PrintStream out)
          Deprecated. since 4.5.15. Use DumperUtil.dump(Node, PrintWriter) instead.
static String MetaDataUtil.getActivationStatusIcon(Content content)
          Deprecated. since 4.5 - use MetaDataUtil.getActivationStatusIcon(Node) instead.
static Collection<Content> ContentUtil.getAllChildren(Content node)
          Deprecated. Returns all children (not recursively) independent of there type.
static Collection<Content> ContentUtil.getAllChildren(Content node, Comparator<Content> comp)
          Deprecated. Returns all children (not recursively) independent of there type.
static Content ContentUtil.getAncestorOfType(Content firstNode, String nodeType)
          Deprecated. Returns the first found ancestor of the given node which is of the given type, or the given node itself, it is of the given type.
static boolean NodeDataUtil.getBoolean(Content node, String name, boolean defaultValue)
           
static Content ContentUtil.getCaseInsensitive(Content node, String name)
          Deprecated. Get a subnode case insensitive.
static Content ContentUtil.getContent(Content node, String name)
          Deprecated. Get the node or null if not exists.
static Calendar NodeDataUtil.getDate(Content node, String name, Calendar defaultValue)
           
static String NodeDataUtil.getI18NString(Content node, String str)
          Uses the i18n mechanism to translate the message if the resulting string is a key.
static String NodeDataUtil.getI18NString(Content node, String str, String basename)
          Uses the i18n mechanism to translate the message if the resulting string is a key.
static long NodeDataUtil.getLong(Content node, String name, long defaultValue)
           
static NodeData NodeDataUtil.getOrCreate(Content node, String name)
          If the NodeData does not exist yet, just create it.
static NodeData NodeDataUtil.getOrCreate(Content node, String name, int type)
          If the NodeData does not exist yet, just create it.
static NodeData NodeDataUtil.getOrCreate(Content node, String name, Object obj)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, String name, boolean value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, String name, int value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, String name, long value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, String name, Object obj)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, String name, javax.jcr.Value[] value)
           
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType)
          Deprecated. If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, String name, ItemType contentType, boolean save)
          Deprecated. If the node doesn't exist just create it.
static String MetaDataUtil.getPropertyValueString(Content content, String propertyName)
          Deprecated.  
static String MetaDataUtil.getPropertyValueString(Content content, String propertyName, String dateFormat)
          Deprecated. Returns the representation of the value as a String.
static String NodeDataUtil.getString(Content node, String name)
          Get the string or the empty string if not existing.
static String NodeDataUtil.getString(Content node, String name, String defaultValue)
          You can define a default value if not found.
static Object NodeDataUtil.inherit(Content node, String name)
          Inherit a value.
static Object NodeDataUtil.inherit(Content node, String name, Object dflt)
          Inherit a value.
static String NodeDataUtil.inheritString(Content node, String name)
          Inherit a value.
static String NodeDataUtil.inheritString(Content node, String name, String dflt)
          Inherit a value.
static void ContentUtil.moveInSession(Content src, String dest)
          Deprecated. Magnolia uses by default workspace move operation to move nodes.
static SiblingsHelper SiblingsHelper.of(Content node)
          Instantiates a SiblingsHelper representing the siblings of the given node and of the same type.
static void ContentUtil.orderAfter(Content nodeToMove, String targetNodeName)
          Deprecated. Convenient method for ordering a node after a specific target node.
static void ContentUtil.orderBefore(Content nodeToMove, String targetNodeName)
          Deprecated. Convenient method to order a node before a target node.
static void ContentUtil.orderNodes(Content node, Comparator<Content> comparator)
          Deprecated. Uses the passed comparator to create the jcr ordering of the children.
static void ContentUtil.orderNodes(Content node, String[] nodes)
          Deprecated.  
 void ContentUtil.PostVisitor.postVisit(Content node)
           
static void ContentUtil.rename(Content node, String newName)
          Deprecated.  
 void NodeDataWrapper.setValue(Content value)
           
 void ContentWrapper.setWrappedContent(Content wrappedContent)
          Deprecated. since 4.3 - use ContentWrapper.ContentWrapper(info.magnolia.cms.core.Content) instead.
 void SearchReplace.visit(Content node)
           
 void ContentUtil.Visitor.visit(Content node)
           
static void ContentUtil.visit(Content node, ContentUtil.Visitor visitor)
          Deprecated.  
static void ContentUtil.visit(Content node, ContentUtil.Visitor visitor, Content.ContentFilter filter)
          Deprecated.  
protected  Content SystemNodeDataWrapper.wrap(Content content)
           
protected  Content NodeMapWrapper.wrap(Content node)
           
protected  Content NodeDataWrapper.wrap(Content content)
          Default implementation of content wrapping for cases where NodeData needs to return content.
protected  Content LazyNodeDataWrapper.wrap(Content content)
           
protected  Content InheritanceContentWrapper.wrap(Content node)
          Wrap returned nodes.
protected  Content HierarchyManagerWrapper.wrap(Content content)
          Override this method to have hierarchy manager wrap every piece of content it returns.
protected  Content ExtendingContentWrapper.wrap(Content node)
           
protected  Content ContentWrapper.wrap(Content node)
          Override if a wrapper wants to wrap returned content objects.
 

Method parameters in info.magnolia.cms.util with type arguments of type Content
static Collection<Content> ContentUtil.getAllChildren(Content node, Comparator<Content> comp)
          Deprecated. Returns all children (not recursively) independent of there type.
 Collection<Content> InheritanceContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 Collection<Content> ExtendingContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 Collection<Content> ContentWrapper.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
static void ContentUtil.orderNodes(Content node, Comparator<Content> comparator)
          Deprecated. Uses the passed comparator to create the jcr ordering of the children.
protected  Collection<Content> ContentWrapper.wrapContentNodes(Collection<Content> collection)
          Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ...
 

Constructors in info.magnolia.cms.util with parameters of type Content
ContentWrapper(Content wrappedContent)
           
ExtendingContentWrapper(Content wrappedContent)
           
ExtendingContentWrapper(Content wrappedContent, Content extendedContent)
          Does not support the extends nodedata but chains the two nodes directly.
InheritanceContentWrapper(Content node)
          Starts the inheritance.
InheritanceContentWrapper(Content wrappedContent, Content start)
          Used if in the InheritanceContentWrapper.wrap(Content) method.
LazyContentWrapper(Content node)
           
NodeMapWrapper(Content node, String handle)
          Instantiates a new NodeMapWrapper for the given node.
SystemContentWrapper(Content node)
           
 

Uses of Content in info.magnolia.commands
 

Methods in info.magnolia.commands with parameters of type Content
protected  void CommandsManager.onRegister(Content node)
          Register observation for command catalogs.
protected  void CommandsManager.registerCatalog(Content node)
           
 

Uses of Content in info.magnolia.content2bean
 

Methods in info.magnolia.content2bean that return Content
 Content TransformationState.getCurrentContent()
          Deprecated.  
 Content TransformationState.peekContent(int pos)
          Deprecated.  
 Content Bean2ContentProcessor.setNodeDatas(Content node, Object bean, Bean2ContentTransformer transformer)
           
 Content Bean2ContentProcessor.toContent(Content parent, Object bean, boolean recursive, Bean2ContentTransformer transformer)
           
 

Methods in info.magnolia.content2bean that return types with arguments of type Content
 Collection<Content> Content2BeanTransformer.getChildren(Content node)
          Deprecated. Returns the children of the node to be transformed.
 

Methods in info.magnolia.content2bean with parameters of type Content
 Collection<Content> Content2BeanTransformer.getChildren(Content node)
          Deprecated. Returns the children of the node to be transformed.
 void TransformationState.pushContent(Content node)
          Deprecated.  
static void Content2BeanUtil.setNodeDatas(Content node, Map map)
          Deprecated. since 4.5 - TODO - only used locally - use Content2Bean
static void Content2BeanUtil.setNodeDatas(Content node, Object obj)
          Deprecated. since 4.5 - unused - use Content2Bean
 Content Bean2ContentProcessor.setNodeDatas(Content node, Object bean, Bean2ContentTransformer transformer)
           
static void Content2BeanUtil.setNodeDatas(Content node, Object bean, String[] excludes)
          Deprecated. since 4.5 - unused - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node)
          Deprecated. since 4.5 - unused - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive)
          Deprecated. since 4.5 - TODO - only used locally and by ModuleManagerImpl and TreeHandlerManager
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO - only used locally - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
          Deprecated. since 4.5 - use Content2Bean
static Object Content2BeanUtil.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. since 4.5 - use Content2Bean
 Object Content2BeanProcessor.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. Similar to toBean() but uses a passed bean as the root bean.
static Object Content2BeanUtil.toBean(Content node)
          Deprecated. since 4.5 - only used in tests - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive)
          Deprecated. since 4.5- only used in DelegateVoter - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO used in FilterManagerImpl, ParagraphManager and TemplateManager - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, ComponentProvider componentProvider)
          Deprecated. since 4.5- only used in DelegateVoter - use Content2Bean
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
          Deprecated. since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
static Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
 Object Content2BeanProcessor.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated. Transforms the node to a bean using the passed transformer and component provider.
static Object Content2BeanUtil.toBean(Content node, Class defaultClass)
          Deprecated. since 4.5 - only used in tests - use Content2Bean
 Content Bean2ContentProcessor.toContent(Content parent, Object bean, boolean recursive, Bean2ContentTransformer transformer)
           
static Map Content2BeanUtil.toMap(Content node)
          Deprecated. since 4.5 - not used - use Content2Bean
static Map Content2BeanUtil.toMap(Content node, boolean recursive)
          Deprecated. since 4.5 - only used in info.magnolia.setup.for3_5.UpdateI18nConfiguration - use Content2Bean
static
<K,V> Map<K,V>
Content2BeanUtil.toMap(Content node, boolean recursive, Class defaultClass)
          Deprecated. since 4.5 - TODO only used in DefaultMessagesManager - use Content2Bean
static Map Content2BeanUtil.toPureMaps(Content node, boolean recursive)
          Deprecated. since 4.5 - TODO only used in info.magnolia.setup.for3_5.CheckAndUpdateExistingFilters - use Content2Bean
 

Uses of Content in info.magnolia.content2bean.impl
 

Methods in info.magnolia.content2bean.impl that return Content
 Content TransformationStateImpl.getCurrentContent()
          Deprecated.  
 Content TransformationStateImpl.peekContent(int pos)
          Deprecated.  
 

Methods in info.magnolia.content2bean.impl that return types with arguments of type Content
 Collection<Content> Content2BeanTransformerImpl.getChildren(Content node)
          Deprecated.  
 

Methods in info.magnolia.content2bean.impl with parameters of type Content
 boolean Content2BeanTransformerImpl.accept(Content content)
          Deprecated. Process all nodes except MetaData and nodes with names prefixed by "jcr:".
 Collection<Content> Content2BeanTransformerImpl.getChildren(Content node)
          Deprecated.  
 void TransformationStateImpl.pushContent(Content node)
          Deprecated.  
 Object Content2BeanProcessorImpl.setProperties(Object bean, Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated.  
 Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, ComponentProvider componentProvider)
          Deprecated.  
protected  Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state, ComponentProvider componentProvider)
          Deprecated.  
protected  Map<String,Object> Content2BeanProcessorImpl.toMap(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state, ComponentProvider componentProvider)
          Deprecated. Transforms the children of provided content into a map.
 

Uses of Content in info.magnolia.freemarker.models
 

Methods in info.magnolia.freemarker.models that return Content
 Content ContentModel.asContent()
           
 

Uses of Content in info.magnolia.importexport
 

Methods in info.magnolia.importexport with parameters of type Content
static void PropertiesImportExport.appendNodeProperties(Content node, Properties out)
           
static Properties PropertiesImportExport.contentToProperties(Content rootContent)
           
static Properties PropertiesImportExport.contentToProperties(Content rootContent, Content.ContentFilter filter)
           
 void PropertiesImportExport.createContent(Content root, InputStream propertiesStream)
           
static String PropertiesImportExport.dumpPropertiesToString(Content content, Content.ContentFilter filter)
          Dumps content starting at the content node out to a string in the format that matches the import method.
static void BootstrapUtil.export(Content content, File directory)
           
protected  void PropertiesImportExport.populateContent(Content c, String name, String valueStr)
           
static Properties PropertiesImportExport.toProperties(Content rootContent)
           
 

Uses of Content in info.magnolia.link
 

Methods in info.magnolia.link that return Content
 Content Link.getNode()
           
 

Methods in info.magnolia.link with parameters of type Content
static String LinkUtil.createAbsoluteLink(Content content)
          Creates absolute link including context path to the provided content and performing all URI2Repository mappings and applying locales.
static String LinkUtil.createExternalLink(Content content)
          Creates a complete url to access given content from external systems applying all the URI2Repository mappings and locales.
static String LinkUtil.createLink(Content node)
          Creates link guessing best possible link format from current site and provided node.
static Link LinkFactory.createLink(Content node)
          Creates new link from the content node.
 RelativePathTransformer LinkTransformerManager.getRelative(Content page)
          Creates instance of Relative link transformer that will translate path to the provided Link relative to the content provided here.
 void Link.setNode(Content node)
           
 

Constructors in info.magnolia.link with parameters of type Content
Link(Content content)
           
Link(String repoName, Content parent, NodeData nodedata)
           
RelativePathTransformer(Content sourcePage, boolean useURI2RepositoryMapping, boolean useI18N)
           
 

Uses of Content in info.magnolia.module
 

Methods in info.magnolia.module that return Content
 Content InstallContextImpl.getModulesNode()
           
 Content InstallContext.getModulesNode()
           
 Content InstallContextImpl.getOrCreateCurrentModuleConfigNode()
           
 Content InstallContext.getOrCreateCurrentModuleConfigNode()
           
 Content InstallContextImpl.getOrCreateCurrentModuleNode()
           
 Content InstallContext.getOrCreateCurrentModuleNode()
           
 

Method parameters in info.magnolia.module with type arguments of type Content
 void ModuleLifecycleContextImpl.start(Collection<Content> moduleNodes)
           
 

Uses of Content in info.magnolia.module.admininterface
 

Fields in info.magnolia.module.admininterface declared as Content
protected  Content DialogMVCHandler.storageNode
           
 

Methods in info.magnolia.module.admininterface that return Content
 Content AdminTreeMVCHandler.copyMoveNode(String source, String destination, boolean move)
           
 Content DialogMVCHandler.getConfigNode()
          Returns the node with the dialog definition.
 Content DialogHandlerProvider.getDialogConfigNode()
           
 Content ConfiguredDialogHandlerProvider.getDialogConfigNode()
           
 Content DialogHandlerManager.getDialogConfigNode(String id)
          Deprecated. since 4.3.2, is obsolete since fix for MAGNOLIA-2907
protected  Content SaveHandlerImpl.getPageNode(HierarchyManager hm)
          Returns the page.
protected  Content SaveHandlerImpl.getSaveNode(HierarchyManager hm, Content rootNode)
          Gets or creates the node saving to.
 Content DialogMVCHandler.getStorageNode()
          Defines the node/page containing the data editing in this dialog.
 

Methods in info.magnolia.module.admininterface with parameters of type Content
protected  String SaveHandlerImpl.cleanupLinkPrefix(Content filesNode, String link, String prefixRepo)
           
protected  void ConfiguredDialogHandlerManager.collectDialogNodes(Content current, List<Content> dialogNodes)
           
protected  Dialog DialogMVCHandler.createDialog(Content configNode, Content storageNode)
          Is called during showDialog().
protected  String ConfiguredDialogHandlerManager.getDialogId(Content node)
           
protected  Object Navigation.getLabel(Content mp)
           
protected  Content SaveHandlerImpl.getSaveNode(HierarchyManager hm, Content rootNode)
          Gets or creates the node saving to.
static Set<javax.jcr.version.Version> VersionUtil.getSortedNotDeletedVersions(Content content)
           
static Set<javax.jcr.version.Version> VersionUtil.getSortedNotDeletedVersionsBefore(Content content, String versionName)
           
protected  boolean ConfiguredDialogHandlerManager.isDialogControlNode(Content node)
           
protected  boolean ConfiguredDialogHandlerManager.isDialogNode(Content node)
           
protected  boolean Navigation.isMenuPointRendered(Content mp)
           
protected  void TreeHandlerManager.onRegister(Content defNode)
           
protected  void PageHandlerManager.onRegister(Content defNode)
          register the pages from the config
protected  void SaveHandlerImpl.processBinary(Content node, String name)
          Process binary data.
protected  void SaveHandlerImpl.processCommon(Content node, String name, int type, int valueType, int encoding, String[] values)
          Process a common value
protected  void SaveHandlerImpl.processDate(Content node, String name, int type, int valueType, int encoding, String[] values)
           
protected  void UUIDSaveHandler.processMultiple(Content node, String name, int type, String[] values)
          Process a multiple value
protected  void SaveHandlerImpl.processMultiple(Content node, String name, int type, String[] values)
          Process a multiple value field
protected  void MultiValueSaveHandler.processMultiple(Content node, String name, int type, String[] values)
           
protected  void SaveHandlerImpl.processRemoveCommon(Content node, String name)
          Remove the specified property on the node.
protected  void SaveHandlerImpl.processRichEdit(Content node, String name, int type, int isRichEditValue, int encoding, String[] values)
          Parse the value returned by a rich text editor and update the links and linebreaks.
protected  void SaveHandlerImpl.processSaveInfo(Content node, String saveInfo)
          This method cares about one mgnlSaveInfo.
protected  void UUIDSaveHandler.processString(Content node, String name, int type, int encoding, String[] values, String valueStr)
          Process a singel value
protected  void SaveHandlerImpl.processString(Content node, String name, int type, int encoding, String[] values, String valueStr)
          Process a string.
protected  void SaveHandlerImpl.processWriteCommon(Content node, String name, String valueStr, int type)
          Writes a property value.
protected  void TreeHandlerManager.registerTreeHandler(String name, String repository, Class<H> treeHandler, Content treeDefinition)
           
 void MultiValueSaveHandler.save(Content parentNode, Content configNode, String name, MultipartForm form, int type, int valueType, int isRichEditValue, int encoding)
           
 void FieldSaveHandler.save(Content parentNode, Content configNode, String name, MultipartForm form, int type, int valueType, int isRichEditValue, int encoding)
          save a property
static void SaveHandlerImpl.saveDocument(Content node, Document doc, String name, String fileName, String template)
          Saves a uploaded file in the magnolia way.
protected  String SaveHandlerImpl.updateLinks(Content node, String name, String valueStr)
          Update the links in a string returned by a rich text editor.
 

Method parameters in info.magnolia.module.admininterface with type arguments of type Content
protected  void ConfiguredDialogHandlerManager.collectDialogNodes(Content current, List<Content> dialogNodes)
           
 

Constructors in info.magnolia.module.admininterface with parameters of type Content
ConfiguredDialogHandlerProvider(String id, Content configNode, Class<? extends DialogMVCHandler> dialogHandlerClass)
           
PageHandlerManager.RepositoryPageDefinition(Content node)
           
 

Uses of Content in info.magnolia.module.admininterface.commands
 

Methods in info.magnolia.module.admininterface.commands that return Content
protected  Content BaseRepositoryCommand.getNode(Context ctx)
          Deprecated. since 4.5.7 use BaseRepositoryCommand.getJCRNode(Context) instead
 

Methods in info.magnolia.module.admininterface.commands with parameters of type Content
protected  void ActivationCommand.activateRecursive(String parentPath, Content node, Context ctx)
          Activate recursively.
protected  void VersionCommand.addComment(Content node)
           
protected  void VersionCommand.cleanComment(Content node)
           
protected  List ActivationCommand.getOrderingInfo(Content node)
          collect node UUID of the siblings in the exact order as it should be written on subscribers
 

Uses of Content in info.magnolia.module.admininterface.dialogs
 

Methods in info.magnolia.module.admininterface.dialogs that return Content
 Content ParagraphSelectDialog.getConfigNode()
           
 Content ConfiguredDialog.getConfigNode()
          Returns the node with the dialog definition.
 Content ParagraphSelectDialog.getStorageNode()
           
 

Methods in info.magnolia.module.admininterface.dialogs with parameters of type Content
protected  Dialog UserEditDialog.createDialog(Content configNode, Content storageNode)
          Is called during showDialog().
protected  Dialog RolesEditDialog.createDialog(Content configNode, Content storageNode)
           
protected  Dialog ParagraphSelectDialog.createDialog(Content configNode, Content websiteNode)
           
static ConfiguredDialog ConfiguredDialog.getConfiguredDialog(String name, Content configNode, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static ConfiguredDialog ConfiguredDialog.getConfiguredDialog(String name, Content configNode, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Class<ConfiguredDialog> defaultClass)
           
 void NodeNameControl.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content storageNode, Content configNode)
          Set the nodes name as value
 void LanguageSelect.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
protected  void RolesEditDialog.saveACLs(Content role, String repository)
           
protected  void UserEditDialog.writeACL(Content node)
          Write ACL entries under the given user node
protected  void GroupEditDialog.writeACL(Content node)
          Write ACL entries under the given node
protected  void ACLSDialogControl.writeRepositoryTable(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Messages msgs, PrintWriter out, Content role, RepositoryConfiguration repoConf)
           
 

Constructors in info.magnolia.module.admininterface.dialogs with parameters of type Content
ConfiguredDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
GroupEditDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
ParagraphEditDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
RolesEditDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
UserEditDialog(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content configNode)
           
 

Uses of Content in info.magnolia.module.admininterface.lists
 

Methods in info.magnolia.module.admininterface.lists that return Content
protected  Content VersionsList.getNode()
          Deprecated. since 4.5.10 use VersionsList.getJCRNode() instead
 

Methods in info.magnolia.module.admininterface.lists with parameters of type Content
protected  void VersionsList.addComment(Content node, String version)
           
protected  void VersionsList.cleanComment(Content node)
           
 

Uses of Content in info.magnolia.module.admininterface.setup
 

Methods in info.magnolia.module.admininterface.setup that return Content
protected  Content AddSubMenuItemTask.getParentNode(InstallContext ctx)
           
protected  Content AddMainMenuItemTask.getParentNode(InstallContext ctx)
           
 

Uses of Content in info.magnolia.module.admininterface.trees
 

Methods in info.magnolia.module.admininterface.trees that return Content
 Content UsersTreeHandler.copyMoveNode(String source, String destination, boolean move)
          Copy/move user node.
 Content HierarchicalUsersTreeHandler.copyMoveNode(String source, String destination, boolean move)
           
 

Methods in info.magnolia.module.admininterface.trees with parameters of type Content
 String TemplateTreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn, Content content)
           
 

Uses of Content in info.magnolia.module.delta
 

Methods in info.magnolia.module.delta that return Content
protected  Content AllModulesNodeOperation.getParentNode(InstallContext ctx)
           
protected  Content AllChildrenNodesOperation.getParentNode(InstallContext ctx)
           
 

Methods in info.magnolia.module.delta with parameters of type Content
protected  void PropertyValuesTask.checkAndModifyPropertyValue(InstallContext ctx, Content node, String propertyName, String expectedCurrentValue, String newValue)
          Checks that the given String property has the expected value.
protected  boolean PropertyValueDelegateTask.checkNode(Content node, InstallContext ctx)
           
protected  boolean PropertyExistsDelegateTask.checkNode(Content node, InstallContext ctx)
           
protected abstract  boolean NodeCheckDelegateTask.checkNode(Content node, InstallContext ctx)
           
protected  void PropertyValuesTask.checkOrCreateProperty(InstallContext ctx, Content node, String propertyName, String expectedValue)
           
protected  void PropertyValuesTask.newProperty(InstallContext ctx, Content node, String propertyName, String value)
          Deprecated. 
protected  void AllModulesNodeOperation.operateOnChildNode(Content node, InstallContext ctx)
           
protected abstract  void AllChildrenNodesOperation.operateOnChildNode(Content node, InstallContext ctx)
           
protected  void RenamePropertyAllModulesNodeTask.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
protected abstract  void AllModulesNodeOperation.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
protected abstract  void QueryTask.operateOnNode(InstallContext installContext, Content node)
          Deprecated. Since 4.5.4 use info.magnolia.module.delta.QueryTask.operateOnNode(InstallContext, Node)
 

Uses of Content in info.magnolia.module.exchangesimple
 

Methods in info.magnolia.module.exchangesimple that return Content
protected  Content ReceiveFilter.getNode(javax.servlet.http.HttpServletRequest request)
          Returns parent node of the activated node in case of activation or the node itself in case of deactivation.
protected  Content ReceiveFilter.waitForLock(javax.servlet.http.HttpServletRequest request)
          Will wait for predefined amount of time and attempt predefined number of times to obtain unlocked content.
 

Methods in info.magnolia.module.exchangesimple with parameters of type Content
 void BaseSyndicatorImpl.activate(String parent, Content content)
          This will activate specifies page (sub pages) to all configured subscribers.
 void BaseSyndicatorImpl.activate(String parent, Content content, List<String> orderBefore)
          This will activate specified node to all configured subscribers.
 void BaseSyndicatorImpl.activate(Subscriber subscriber, String parent, Content content)
          This will activate specifies page (sub pages) to the specified subscriber.
 void BaseSyndicatorImpl.activate(Subscriber subscriber, String parent, Content content, List<String> orderBefore)
          This will activate specifies node to the specified subscriber.
protected  void ResourceCollector.addResources(org.jdom.Element resourceElement, javax.jcr.Session session, Content content, Content.ContentFilter filter, ActivationContent activationContent)
           
 ActivationContent ResourceCollector.collect(Content node, List<String> orderBefore, String parent, String workspaceName, String repositoryName, Rule contentFilterRule)
          Collects all information about activated content and its children (those that are set to be activated with the parent by filter rules).
protected  void ReceiveFilter.copyProperties(Content source, Content destination)
          Copy all properties from source to destination (by cleaning the old properties).
 void BaseSyndicatorImpl.deactivate(Content node)
           
 void BaseSyndicatorImpl.deactivate(Subscriber subscriber, Content node)
           
protected  void ResourceCollector.exportAndParse(javax.jcr.Session session, Content content, XMLReader elementfilter, OutputStream os, boolean noRecurse)
          Exports frozen resource.
protected  void ReceiveFilter.handleChildren(javax.servlet.http.HttpServletRequest request, Content content)
           
protected  String ReceiveFilter.handleMovedContent(String newParentPath, HierarchyManager hm, org.jdom.Element topContentElement, Content content)
           
protected  void ReceiveFilter.importOnExisting(org.jdom.Element topContentElement, MultipartForm data, HierarchyManager hierarchyManager, Content existingContent)
          import on existing content, making sure that content which is not sent stays as is.
protected  void ReceiveFilter.lock(Content node, Content parent)
          Method handling issuing of the lock.
protected  void ReceiveFilter.order(Content parent, String name, String orderBefore)
           
protected  void ReceiveFilter.removeChildren(Content content, Content.ContentFilter filter)
          remove children.
protected  void BaseSyndicatorImpl.updateMetaData(Content node, String type)
           
 

Uses of Content in info.magnolia.module.fckeditor.dialogs
 

Methods in info.magnolia.module.fckeditor.dialogs with parameters of type Content
 void FckEditorDialog.init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Content websiteNode, Content configNode)
           
 

Uses of Content in info.magnolia.module.mail.util
 

Methods in info.magnolia.module.mail.util that return types with arguments of type Content
protected static Collection<Content> MailUtil.getAllUserNodes()
          Deprecated. use getAllUserNodes(UserManager manager) instead
 

Uses of Content in info.magnolia.module.workflow.flows
 

Methods in info.magnolia.module.workflow.flows that return Content
 Content DefaultFlowDefinitionManager.getDefinitionNode(String name)
          find one flow node by flow name.
 

Uses of Content in info.magnolia.module.workflow.inbox
 

Constructors in info.magnolia.module.workflow.inbox with parameters of type Content
SubPagesList.SubPage(Content node, String version)
           
 

Uses of Content in info.magnolia.module.workflow.jcr
 

Methods in info.magnolia.module.workflow.jcr that return Content
 Content JCRWorkItemStore.getWorkItemById(openwfe.org.engine.expressions.FlowExpressionId fei)
          get work item by id.
 Content JCRWorkItemStore.getWorkItemByParticipant(String participant)
          retrieve a work item by participant name.
 

Methods in info.magnolia.module.workflow.jcr with parameters of type Content
 boolean JCRWorkItemStore.checkContentWithEID(Content ct, openwfe.org.engine.expressions.FlowExpressionId eid)
          check if the content contains the right work Item with same id.
protected  void JCRWorkItemStore.encodeWorkItemToNode(openwfe.org.engine.workitem.InFlowWorkItem wi, Content newc)
           
 openwfe.org.engine.workitem.InFlowWorkItem JCRWorkItemStore.loadWorkItem(Content ct)
          load a work item from a JCR content.
 

Uses of Content in info.magnolia.nodebuilder
 

Methods in info.magnolia.nodebuilder that return Content
protected  Content RecursiveOp.doExec(Content context, ErrorHandler errorHandler)
          Deprecated.  
protected abstract  Content AbstractNodeOperation.doExec(Content context, ErrorHandler errorHandler)
          Deprecated.  
 

Methods in info.magnolia.nodebuilder with parameters of type Content
protected  Content RecursiveOp.doExec(Content context, ErrorHandler errorHandler)
          Deprecated.  
protected abstract  Content AbstractNodeOperation.doExec(Content context, ErrorHandler errorHandler)
          Deprecated.  
 void NodeOperation.exec(Content context, ErrorHandler errorHandler)
          Deprecated.  
 void AbstractNodeOperation.exec(Content context, ErrorHandler errorHandler)
          Deprecated.  
 void ErrorHandler.handle(javax.jcr.RepositoryException e, Content context)
          Deprecated. The operation calling this method isn't expected to do anything here; the ErrorHandler implementation will attempt to build a fully formed message, then decide what to do with it.
 void AbstractErrorHandler.handle(javax.jcr.RepositoryException e, Content context)
          Deprecated.  
protected  void AbstractErrorHandler.unhandledRepositoryException(javax.jcr.RepositoryException e, Content context)
          Deprecated. Override this method if you need finer grained control on RepositoryExceptions that haven't been handled by the handle() method yet, or if you want to try and keep on proceeding anyway.
 

Constructors in info.magnolia.nodebuilder with parameters of type Content
NodeBuilder(Content root, NodeOperation... childrenOps)
          Deprecated.  
NodeBuilder(ErrorHandler errorHandler, Content root, NodeOperation... childrenOps)
          Deprecated.  
 

Uses of Content in info.magnolia.nodebuilder.task
 

Methods in info.magnolia.nodebuilder.task that return Content
protected  Content NodeBuilderTask.getRootNode(InstallContext ctx)
           
protected  Content ModuleNodeBuilderTask.getRootNode(InstallContext ctx)
           
protected  Content ModuleConfigNodeBuilderTask.getRootNode(InstallContext ctx)
           
protected abstract  Content AbstractNodeBuilderTask.getRootNode(InstallContext ctx)
           
 

Uses of Content in info.magnolia.objectfactory
 

Methods in info.magnolia.objectfactory with parameters of type Content
protected  void ObservedComponentFactory.onRegister(Content node)
          Deprecated. since 4.5, use #onRegister(Node) instead
protected  T ObservedComponentFactory.transformNode(Content node)
           
 

Uses of Content in info.magnolia.setup
 

Methods in info.magnolia.setup with parameters of type Content
protected  void HashUsersPasswords.operateOnChildNode(Content node, InstallContext ctx)
           
 

Uses of Content in info.magnolia.setup.for4_5
 

Methods in info.magnolia.setup.for4_5 with parameters of type Content
protected  void RenameOldServletMappingsNodesTask.operateOnNode(InstallContext installContext, Content node)
           
 

Uses of Content in info.magnolia.setup.initial
 

Methods in info.magnolia.setup.initial with parameters of type Content
protected  void UpdateURI2RepositoryMappings.operateOnChildNode(Content node, InstallContext ctx)
          Moves every node to the mappings node.
protected  void AddURIPermissionsToAllRoles.operateOnChildNode(Content node, InstallContext ctx)
           
protected  void WarnIgnoredModuleFilters.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
protected  void UpdateURIMappings.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
 

Uses of Content in info.magnolia.templating.freemarker
 

Methods in info.magnolia.templating.freemarker that return Content
protected  Content AbstractDirective.content(Map<String,freemarker.template.TemplateModel> params, String key, Content defaultValue)
          Deprecated. 
protected  Content AbstractDirective.mandatoryContent(Map<String,freemarker.template.TemplateModel> params, String key)
          Deprecated. 
 

Methods in info.magnolia.templating.freemarker with parameters of type Content
protected  Content AbstractDirective.content(Map<String,freemarker.template.TemplateModel> params, String key, Content defaultValue)
          Deprecated. 
 

Uses of Content in info.magnolia.templating.jsp.taglib
 

Methods in info.magnolia.templating.jsp.taglib that return Content
protected  Content SimpleNavigationTag.getCurrentActivePage()
           
 

Methods in info.magnolia.templating.jsp.taglib with parameters of type Content
protected  void BaseImageTag.createImageNode(File imageFile, Content imageNode)
          Create a new imageNode with the image in it.
protected  boolean ScaleImageTag.rescale(Content parentContentNode, Content imageContentNode)
          Checks to see if the previously scaled image needs to be rescaled.
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.