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.core   
info.magnolia.cms.core.search   
info.magnolia.cms.core.version   
info.magnolia.cms.exchange   
info.magnolia.cms.i18n   
info.magnolia.cms.link   
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.delta   
info.magnolia.nodebuilder   
info.magnolia.nodebuilder.task   
info.magnolia.objectfactory   
info.magnolia.setup.for3_5   
info.magnolia.setup.for3_6_2   
info.magnolia.setup.for4_3   
info.magnolia.setup.for4_4_3   
info.magnolia.setup.for4_4_5   
 

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  void ShutdownManager.onRegister(Content node)
          Deprecated.  
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, java.lang.String nodeDataName)
           
 

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
          Default, JCR-based, implementation of Content.
 

Fields in info.magnolia.cms.core declared as Content
protected  Content AbstractNodeData.parent
           
 

Methods in info.magnolia.cms.core that return Content
 Content Content.createContent(java.lang.String name)
          Creates a Content node under the current node with the specified name.
 Content AbstractContent.createContent(java.lang.String name)
           
 Content Content.createContent(java.lang.String name, ItemType contentType)
          Creates a Content node under the current node with the specified name.
 Content AbstractContent.createContent(java.lang.String name, ItemType contentType)
           
 Content DefaultContent.createContent(java.lang.String name, java.lang.String contentType)
           
 Content Content.createContent(java.lang.String name, java.lang.String contentType)
          Creates a Content node under the current node with the specified name.
 Content HierarchyManager.createContent(java.lang.String path, java.lang.String label, java.lang.String contentType)
           
 Content DefaultHierarchyManager.createContent(java.lang.String path, java.lang.String label, java.lang.String contentType)
          Creates contentNode of type contentType.
 Content DefaultContent.getAncestor(int level)
           
 Content Content.getAncestor(int level)
          get absolute parent object starting from the root node.
 Content Content.getChildByName(java.lang.String namePattern)
          Deprecated. since 4.3, either use getContent(String) or getChildren(String)
 Content AbstractContent.getChildByName(java.lang.String namePattern)
          Deprecated.  
 Content HierarchyManager.getContent(java.lang.String path)
           
 Content DefaultHierarchyManager.getContent(java.lang.String path)
          get content object of the requested URI.
 Content DefaultContent.getContent(java.lang.String name)
           
 Content Content.getContent(java.lang.String name)
          Gets the Content node of the current node with the specified name.
 Content HierarchyManager.getContent(java.lang.String path, boolean create, ItemType type)
           
 Content DefaultHierarchyManager.getContent(java.lang.String path, boolean create, ItemType type)
          Like getContent() but creates the node if not yet existing.
 Content HierarchyManager.getContentByUUID(java.lang.String uuid)
           
 Content DefaultHierarchyManager.getContentByUUID(java.lang.String uuid)
          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()
           
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 HierarchyManager.getPage(java.lang.String path, java.lang.String templateName)
          Deprecated. since 4.0 - only used by taglibs - should go/move.
 Content DefaultHierarchyManager.getPage(java.lang.String path, java.lang.String templateName)
          Deprecated. since 4.0 - only used by taglibs - should go/move.
 Content NodeData.getParent()
          returns Parent node.
 Content DefaultContent.getParent()
           
 Content Content.getParent()
          get parent content object.
 Content AbstractNodeData.getParent()
           
 Content NodeData.getReferencedContent()
          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(java.lang.String repositoryId)
          Same as NodeData.getReferencedContent() but achieves the referenced node from a different workspace.
 Content BinaryNodeData.getReferencedContent(java.lang.String repositoryId)
           
 Content AbstractNodeData.getReferencedContent(java.lang.String repositoryId)
           
 Content HierarchyManager.getRoot()
           
 Content DefaultHierarchyManager.getRoot()
           
 

Methods in info.magnolia.cms.core that return types with arguments of type Content
 java.util.Collection<Content> DefaultContent.getAncestors()
           
 java.util.Collection<Content> Content.getAncestors()
          Convenience method for taglib.
 java.util.Collection<Content> Content.getChildren()
          Gets a Collection containing all child nodes of the same NodeType as "this" object.
 java.util.Collection<Content> AbstractContent.getChildren()
          Gets a Collection containing all child nodes of the same NodeType as "this" object.
 java.util.Collection<Content> Content.getChildren(Content.ContentFilter filter)
          Get a collection containing child nodes which satisfies the given filter.
 java.util.Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter)
          Get a collection containing child nodes which satisfies the given filter.
 java.util.Collection<Content> Content.getChildren(Content.ContentFilter filter, java.util.Comparator<Content> orderCriteria)
          Get a collection containing child nodes which satisfies the given filter.
 java.util.Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, java.util.Comparator<Content> orderCriteria)
          Get a collection containing child nodes which satisfies the given filter.
 java.util.Collection<Content> DefaultContent.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
abstract  java.util.Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
 java.util.Collection<Content> Content.getChildren(ItemType contentType)
          Get collection of specified content type.
 java.util.Collection<Content> AbstractContent.getChildren(ItemType itemType)
          Get collection of specified content type.
 java.util.Collection<Content> Content.getChildren(java.lang.String contentType)
          Get collection of specified content type and its subtypes.
 java.util.Collection<Content> AbstractContent.getChildren(java.lang.String contentType)
          Get collection of specified content type and its subtypes.
 java.util.Collection<Content> Content.getChildren(java.lang.String contentType, java.lang.String namePattern)
          Get collection of specified content type.
 java.util.Collection<Content> AbstractContent.getChildren(java.lang.String contentType, java.lang.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)
          Test if this content should be included in a resultant collection.
static java.lang.String Path.getUniqueLabel(Content parent, java.lang.String label)
           
 void AggregationState.setCurrentContent(Content currentContent)
           
 void AggregationState.setMainContent(Content mainContent)
           
 NodeData Content.setNodeData(java.lang.String name, Content value)
          Sets the node data.
 NodeData AbstractContent.setNodeData(java.lang.String name, Content value)
           
 void AbstractNodeData.setParent(Content parent)
           
 void NonExistingNodeData.setValue(Content value)
           
 void NodeData.setValue(Content value)
          Sets a reference value.
 void DefaultNodeData.setValue(Content value)
           
 void BinaryNodeData.setValue(Content value)
           
 

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

Constructors in info.magnolia.cms.core with parameters of type Content
AbstractNodeData(Content parent, java.lang.String name)
           
BinaryNodeData(Content parent, java.lang.String name)
           
DefaultNodeData(Content parent, java.lang.String name)
           
NonExistingNodeData(Content parent, java.lang.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  java.util.Map<java.lang.String,java.util.Collection<Content>> QueryResultImpl.objectStore
          caches all previously queried objects.
 

Methods in info.magnolia.cms.core.search that return types with arguments of type Content
 java.util.Collection<Content> QueryResultImpl.getContent()
           
 java.util.Collection<Content> QueryResult.getContent()
          Gets a collection of Content objects for mgnl:content NodeType.
 java.util.Collection<Content> QueryResultImpl.getContent(java.lang.String nodeType)
           
 java.util.Collection<Content> QueryResult.getContent(java.lang.String nodeType)
          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, java.lang.String[] nodeType, java.util.Collection<Content> collection)
          Traverses the hierarchy from the current node to the root until the node's type matches.
protected  void QueryResultImpl.build(java.lang.String nodeType, java.util.Collection<Content> collection)
          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(java.lang.String name)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.createContent(java.lang.String name, ItemType contentType)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.createContent(java.lang.String name, java.lang.String contentType)
          Throws an AccessDeniedException as versions are read only.
 Content ContentVersion.getAncestor(int level)
           
 Content ContentVersion.getContent(java.lang.String name)
          Returns a direct child if it was included in the version.
 Content ContentVersion.getParent()
          Returns the parent of the base node.
protected  Content BaseVersionManager.getSystemNode(Content node)
          Get the Magnolia system node created under the given node.
 Content BaseVersionManager.getVersionedNode(Content node)
          Get node from version store.
protected  Content BaseVersionManager.getVersionedNode(java.lang.String uuid)
          Get node from version store.
 

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

Methods in info.magnolia.cms.core.version with parameters of type Content
 javax.jcr.version.Version BaseVersionManager.addVersion(Content node)
          Add version of the specified node and all child nodes while ignoring the same node type.
 javax.jcr.version.Version BaseVersionManager.addVersion(Content node, Rule rule)
          Add version of the specified node and all child nodes while ignoring the same node type.
protected  void BaseVersionManager.checkAndAddMixin(Content node)
          Verifies the existence of the mix:versionable and adds it if not.
 void CopyUtil.clone(Content node, Content parent, Content.ContentFilter filter, boolean removeExisting)
           
protected  javax.jcr.version.Version BaseVersionManager.createVersion(Content node, Rule rule)
          Create version of the specified node and all child nodes based on the given Rule.
 javax.jcr.version.VersionIterator BaseVersionManager.getAllVersions(Content node)
          Get all versions.
 javax.jcr.version.Version BaseVersionManager.getBaseVersion(Content node)
          Returns the current base version of given node.
protected  Content BaseVersionManager.getSystemNode(Content node)
          Get the Magnolia system node created under the given node.
protected  Rule BaseVersionManager.getUsedFilter(Content versionedNode)
          Get Rule used for this version.
 javax.jcr.version.Version BaseVersionManager.getVersion(Content node, java.lang.String name)
          Get named version.
 Content BaseVersionManager.getVersionedNode(Content node)
          Get node from version store.
 javax.jcr.version.VersionHistory BaseVersionManager.getVersionHistory(Content node)
          Get history of this node as recorded in the version store.
 void BaseVersionManager.restore(Content node, javax.jcr.version.Version version, boolean removeExisting)
          Restore specified version.
 void VersionManager.setMaxVersionHistory(Content node)
          Set version history to max version possible.
abstract  void BaseVersionManager.setMaxVersionHistory(Content node)
          Set version history to max version possible.
 

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

Uses of Content in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange with parameters of type Content
 void Syndicator.activate(java.lang.String parent, Content content)
          This will activate the specified node to all configured subscribers.
 void Syndicator.activate(java.lang.String parent, Content content, java.util.List<java.lang.String> orderBefore)
          This will activate the specified node to all configured subscribers.
 void Syndicator.activate(Subscriber subscriber, java.lang.String parent, Content content)
          This will activate the specified node to the specified subscriber.
 void Syndicator.activate(Subscriber subscriber, java.lang.String parent, Content content, java.util.List<java.lang.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.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, java.lang.String name)
          Returns the NodeData object based on the current language.
 NodeData HierarchyBasedI18nContentSupport.getNodeData(Content node, java.lang.String name)
           
 NodeData AbstractI18nContentSupport.getNodeData(Content node, java.lang.String name)
          Returns the nodedata with the name <name>_<current language> or <name>_<fallback language> otherwise returns <name>.
 NodeData I18nContentSupport.getNodeData(Content node, java.lang.String name, java.util.Locale locale)
          Returns the NodeData object based on the language passes.
 NodeData AbstractI18nContentSupport.getNodeData(Content node, java.lang.String name, java.util.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.link
 

Methods in info.magnolia.cms.link that return Content
 Content UUIDLink.getNode()
          Deprecated.  
 

Methods in info.magnolia.cms.link with parameters of type Content
 void UUIDLink.setNode(Content node)
          Deprecated.  
 

Constructors in info.magnolia.cms.link with parameters of type Content
RelativePathTransformer(Content page, boolean useURI2RepositoryMapping, boolean useI18N)
          Deprecated.  
 

Uses of Content in info.magnolia.cms.security
 

Methods in info.magnolia.cms.security that return Content
protected  Content MgnlUserManager.createUserNode(java.lang.String name)
           
protected  Content HierarchicalUserManager.createUserNode(java.lang.String name)
           
protected  Content MgnlUserManager.findUserNode(java.lang.String realm, java.lang.String name)
          Helper method to find a user in a certain realm.
 Content MgnlGroup.getGroupNode()
           
 Content MgnlRole.getRoleNode()
           
 Content MgnlUser.getUserNode()
           
 

Methods in info.magnolia.cms.security with parameters of type Content
protected  Group MgnlGroupManager.newGroupInstance(Content node)
           
protected  MgnlRole MgnlRoleManager.newRoleInstance(Content node)
           
protected  User MgnlUserManager.newUserInstance(Content node)
          Creates a MgnlUser out of a jcr node.
protected  void MgnlUserManager.setPasswordProperty(Content userNode, java.lang.String clearPassword)
           
 void MgnlUserManager.updateUserListWithAllChildren(Content node, java.util.Collection<User> users)
          Updates collection with all users located under provided node.
protected  MgnlUser MgnlUserManager.userInstance(Content node)
          Deprecated. since 4.3.1 - use MgnlUserManager.newUserInstance(info.magnolia.cms.core.Content)
 

Constructors in info.magnolia.cms.security with parameters of type Content
MgnlGroup(Content groupNode)
           
MgnlRole(Content roleNode)
           
MgnlUser(Content userNode)
           
 

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
 Content ContentWrapper.createContent(java.lang.String name, java.lang.String contentType)
           
 Content HierarchyManagerWrapper.createContent(java.lang.String path, java.lang.String label, java.lang.String contentType)
           
static Content ContentUtil.createPath(Content parent, java.lang.String path, ItemType type)
           
static Content ContentUtil.createPath(Content parent, java.lang.String path, ItemType type, boolean save)
           
static Content ContentUtil.createPath(HierarchyManager hm, java.lang.String path)
           
static Content ContentUtil.createPath(HierarchyManager hm, java.lang.String path, boolean save)
           
static Content ContentUtil.createPath(HierarchyManager hm, java.lang.String path, ItemType type)
           
static Content ContentUtil.createPath(HierarchyManager hm, java.lang.String path, ItemType type, boolean save)
           
 Content ContentWrapper.getAncestor(int level)
           
static Content ContentUtil.getAncestorOfType(Content firstNode, java.lang.String nodeType)
          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, java.lang.String name)
          Get a subnode case insensitive.
 Content ContentWrapper.getChildByName(java.lang.String namePattern)
          Deprecated. since 4.3, either use ContentWrapper.getContent(String) or AbstractContent.getChildren(String)
static Content ContentUtil.getContent(Content node, java.lang.String name)
          Get the node or null if not exists.
 Content InheritanceContentWrapper.getContent(java.lang.String name)
           
 Content HierarchyManagerWrapper.getContent(java.lang.String path)
           
 Content ExtendingContentWrapper.getContent(java.lang.String name)
           
 Content ContentWrapper.getContent(java.lang.String name)
           
 Content HierarchyManagerWrapper.getContent(java.lang.String path, boolean create, ItemType type)
           
static Content ContentUtil.getContent(java.lang.String repository, java.lang.String path)
          Returns a Content object of the named repository or null if not existing.
 Content HierarchyManagerWrapper.getContentByUUID(java.lang.String uuid)
           
static Content ContentUtil.getContentByUUID(java.lang.String repository, java.lang.String uuid)
           
protected  Content InheritanceContentWrapper.getContentSafely(InheritanceContentWrapper anchor, java.lang.String path)
          This method returns null if no content has been found.
protected  Content InheritanceContentWrapper.getContentSafely(java.lang.String name)
          This method returns null if no content has been found.
 Content SiblingsHelper.getCurrent()
           
static Content ContentUtil.getOrCreateContent(Content node, java.lang.String name, ItemType contentType)
          If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, java.lang.String name, ItemType contentType, boolean save)
          If the node doesn't exist just create it.
 Content HierarchyManagerWrapper.getPage(java.lang.String path, java.lang.String templateName)
          Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently)
 Content NodeDataWrapper.getParent()
           
 Content ContentWrapper.getParent()
           
 Content NodeDataWrapper.getReferencedContent()
           
 Content NodeDataWrapper.getReferencedContent(java.lang.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 java.util.List<Content> ContentUtil.collectAllChildren(Content node)
          Get all children recursively (content and contentnode).
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, Content.ContentFilter filter)
          Get all children using a filter.
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, ItemType type)
          Get all children of a particular type.
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          Get all children of a particular type.
static java.util.Collection<Content> QueryUtil.exceptionThrowingQuery(java.lang.String repository, java.lang.String statement, java.lang.String language, java.lang.String returnItemType)
           
static java.util.Collection<Content> QueryUtil.exceptionThrowingQuery(java.lang.String repository, java.lang.String statement, java.lang.String language, java.lang.String returnItemType, long maxResultSize)
          Executes a query, throwing any exceptions that arise as a result.
static java.util.Collection<Content> ContentUtil.getAllChildren(Content node)
          Returns all children (not recursively) independent of there type.
static java.util.Collection<Content> ContentUtil.getAllChildren(Content node, java.util.Comparator<Content> comp)
          Returns all children (not recursively) independent of there type.
 java.util.Collection<Content> ContentWrapper.getAncestors()
           
 java.util.Collection<Content> InheritanceContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
 java.util.Collection<Content> ExtendingContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
 java.util.Collection<Content> ContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
static java.util.Collection<Content> QueryUtil.query(java.lang.String repository, java.lang.String statement)
          Executes a query.
static java.util.Collection<Content> QueryUtil.query(java.lang.String repository, java.lang.String statement, java.lang.String language)
          Executes a query.
static java.util.Collection<Content> QueryUtil.query(java.lang.String repository, java.lang.String statement, java.lang.String language, java.lang.String returnItemType)
           
static java.util.Collection<Content> QueryUtil.query(java.lang.String repository, java.lang.String statement, java.lang.String language, java.lang.String returnItemType, long maxResultSize)
          Executes a query - if an exception is thrown, it is logged and an empty collection is returned.
protected  java.util.Collection<Content> ContentWrapper.wrapContentNodes(java.util.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)
          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)
          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 java.util.List<Content> ContentUtil.collectAllChildren(Content node)
          Get all children recursively (content and contentnode).
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, Content.ContentFilter filter)
          Get all children using a filter.
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, ItemType type)
          Get all children of a particular type.
static java.util.List<Content> ContentUtil.collectAllChildren(Content node, ItemType[] types)
          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, java.lang.String dest)
          Session based copy operation.
static Content ContentUtil.createPath(Content parent, java.lang.String path, ItemType type)
           
static Content ContentUtil.createPath(Content parent, java.lang.String path, ItemType type, boolean save)
           
static void ContentUtil.deleteAndRemoveEmptyParents(Content node)
           
static void ContentUtil.deleteAndRemoveEmptyParents(Content node, int level)
           
static java.lang.String DumperUtil.dump(Content content)
           
static java.lang.String DumperUtil.dump(Content content, int level)
          Used to dump into a String.
static void DumperUtil.dump(Content content, int level, java.io.PrintStream out)
          Dump to a stream.
static void DumperUtil.dump(Content content, java.io.PrintStream out)
          Dump this node to a stream.
static java.lang.String MetaDataUtil.getActivationStatusIcon(Content content)
           
static java.util.Collection<Content> ContentUtil.getAllChildren(Content node)
          Returns all children (not recursively) independent of there type.
static java.util.Collection<Content> ContentUtil.getAllChildren(Content node, java.util.Comparator<Content> comp)
          Returns all children (not recursively) independent of there type.
static Content ContentUtil.getAncestorOfType(Content firstNode, java.lang.String nodeType)
          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, java.lang.String name, boolean defaultValue)
           
static Content ContentUtil.getCaseInsensitive(Content node, java.lang.String name)
          Get a subnode case insensitive.
static Content ContentUtil.getContent(Content node, java.lang.String name)
          Get the node or null if not exists.
static java.util.Calendar NodeDataUtil.getDate(Content node, java.lang.String name, java.util.Calendar defaultValue)
           
static java.lang.String NodeDataUtil.getI18NString(Content node, java.lang.String str)
          Uses the i18n mechanism to translate the message if the resulting string is a key.
static java.lang.String NodeDataUtil.getI18NString(Content node, java.lang.String str, java.lang.String basename)
          Uses the i18n mechanism to translate the message if the resulting string is a key.
static long NodeDataUtil.getLong(Content node, java.lang.String name, long defaultValue)
           
static NodeData NodeDataUtil.getOrCreate(Content node, java.lang.String name)
          If the NodeData does not exist yet, just create it.
static NodeData NodeDataUtil.getOrCreate(Content node, java.lang.String name, int type)
          If the NodeData does not exist yet, just create it.
static NodeData NodeDataUtil.getOrCreate(Content node, java.lang.String name, java.lang.Object obj)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, java.lang.String name, boolean value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, java.lang.String name, int value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, java.lang.String name, long value)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, java.lang.String name, java.lang.Object obj)
           
static NodeData NodeDataUtil.getOrCreateAndSet(Content node, java.lang.String name, javax.jcr.Value[] value)
           
static Content ContentUtil.getOrCreateContent(Content node, java.lang.String name, ItemType contentType)
          If the node doesn't exist just create it.
static Content ContentUtil.getOrCreateContent(Content node, java.lang.String name, ItemType contentType, boolean save)
          If the node doesn't exist just create it.
static java.lang.String MetaDataUtil.getPropertyValueString(Content content, java.lang.String propertyName)
           
static java.lang.String MetaDataUtil.getPropertyValueString(Content content, java.lang.String propertyName, java.lang.String dateFormat)
          Returns the representation of the value as a String.
static java.lang.String NodeDataUtil.getString(Content node, java.lang.String name)
          Get the string or the empty string if not existing.
static java.lang.String NodeDataUtil.getString(Content node, java.lang.String name, java.lang.String defaultValue)
          You can define a default value if not found.
static java.lang.Object NodeDataUtil.inherit(Content node, java.lang.String name)
          Inherit a value.
static java.lang.Object NodeDataUtil.inherit(Content node, java.lang.String name, java.lang.Object dflt)
          Inherit a value.
static java.lang.String NodeDataUtil.inheritString(Content node, java.lang.String name)
          Inherit a value.
static java.lang.String NodeDataUtil.inheritString(Content node, java.lang.String name, java.lang.String dflt)
          Inherit a value.
static void ContentUtil.moveInSession(Content src, java.lang.String dest)
          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, java.lang.String targetNodeName)
          Convenient method for ordering a node after a specific target node.
static void ContentUtil.orderBefore(Content nodeToMove, java.lang.String targetNodeName)
          Convenient method to order a node before a target node.
static void ContentUtil.orderNodes(Content node, java.util.Comparator<Content> comparator)
          Uses the passed comparator to create the jcr ordering of the children.
static void ContentUtil.orderNodes(Content node, java.lang.String[] nodes)
           
 void ContentUtil.PostVisitor.postVisit(Content node)
           
static void ContentUtil.rename(Content node, java.lang.String newName)
           
 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)
           
static void ContentUtil.visit(Content node, ContentUtil.Visitor visitor, Content.ContentFilter filter)
           
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 java.util.Collection<Content> ContentUtil.getAllChildren(Content node, java.util.Comparator<Content> comp)
          Returns all children (not recursively) independent of there type.
 java.util.Collection<Content> InheritanceContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
 java.util.Collection<Content> ExtendingContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
 java.util.Collection<Content> ContentWrapper.getChildren(Content.ContentFilter filter, java.lang.String namePattern, java.util.Comparator<Content> orderCriteria)
           
static void ContentUtil.orderNodes(Content node, java.util.Comparator<Content> comparator)
          Uses the passed comparator to create the jcr ordering of the children.
protected  java.util.Collection<Content> ContentWrapper.wrapContentNodes(java.util.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, java.lang.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()
           
 Content TransformationState.peekContent(int pos)
           
 Content Bean2ContentProcessor.setNodeDatas(Content node, java.lang.Object bean, Bean2ContentTransformer transformer)
           
 Content Bean2ContentProcessor.toContent(Content parent, java.lang.Object bean, boolean recursive, Bean2ContentTransformer transformer)
           
 

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

Methods in info.magnolia.content2bean with parameters of type Content
 java.util.Collection<Content> Content2BeanTransformer.getChildren(Content node)
          Returns the children of the node to be transformed.
 void TransformationState.pushContent(Content node)
           
static void Content2BeanUtil.setNodeDatas(Content node, java.util.Map map)
          TODO use the Bean2ContentProcessor.
static void Content2BeanUtil.setNodeDatas(Content node, java.lang.Object obj)
          TODO use the Bean2ContentProcessor.
 Content Bean2ContentProcessor.setNodeDatas(Content node, java.lang.Object bean, Bean2ContentTransformer transformer)
           
static void Content2BeanUtil.setNodeDatas(Content node, java.lang.Object bean, java.lang.String[] excludes)
          TODO use the Bean2ContentProcessor.
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive, java.lang.Class defaultClass)
           
static java.lang.Object Content2BeanUtil.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
 java.lang.Object Content2BeanProcessor.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
          Similar to toBean() but uses a passed bean as the root bean.
static java.lang.Object Content2BeanUtil.toBean(Content node)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive, java.lang.Class defaultClass)
           
static java.lang.Object Content2BeanUtil.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
 java.lang.Object Content2BeanProcessor.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
          Transforms the node to a bean using the passed transformer.
static java.lang.Object Content2BeanUtil.toBean(Content node, java.lang.Class defaultClass)
           
 Content Bean2ContentProcessor.toContent(Content parent, java.lang.Object bean, boolean recursive, Bean2ContentTransformer transformer)
           
static java.util.Map Content2BeanUtil.toMap(Content node)
          Transforms the nodes data into a map containing the names and values.
static java.util.Map Content2BeanUtil.toMap(Content node, boolean recursive)
          Transforms the nodes data into a map containing the names and values.
static java.util.Map Content2BeanUtil.toMap(Content node, boolean recursive, java.lang.Class defaultClass)
           
static java.util.Map Content2BeanUtil.toPureMaps(Content node, boolean recursive)
          Transforms the nodes data into a map containing the names and values.
 

Uses of Content in info.magnolia.content2bean.impl
 

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

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

Methods in info.magnolia.content2bean.impl with parameters of type Content
 boolean Content2BeanTransformerImpl.accept(Content content)
          Process all nodes except MetaData and nodes with names prefixed by "jcr:".
 java.util.Collection<Content> Content2BeanTransformerImpl.getChildren(Content node)
           
 void TransformationStateImpl.pushContent(Content node)
           
 java.lang.Object Content2BeanProcessorImpl.setProperties(java.lang.Object bean, Content node, boolean recursive, Content2BeanTransformer transformer)
           
 java.lang.Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer)
           
protected  java.lang.Object Content2BeanProcessorImpl.toBean(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
           
protected  java.util.Map<java.lang.String,java.lang.Object> Content2BeanProcessorImpl.toMap(Content node, boolean recursive, Content2BeanTransformer transformer, TransformationState state)
          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, java.util.Properties out)
           
static java.util.Properties PropertiesImportExport.contentToProperties(Content rootContent)
           
static java.util.Properties PropertiesImportExport.contentToProperties(Content rootContent, Content.ContentFilter filter)
           
 void PropertiesImportExport.createContent(Content root, java.io.InputStream propertiesStream)
           
static java.lang.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, java.io.File directory)
           
protected  void PropertiesImportExport.populateContent(Content c, java.lang.String name, java.lang.String valueStr)
           
static java.util.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 java.lang.String LinkUtil.createAbsoluteLink(Content content)
          Creates absolute link including context path to the provided content and performing all URI2Repository mappings and applying locales.
static java.lang.String LinkUtil.createExternalLink(Content content)
          Creates a complete url to access given content from external systems applying all the URI2Repository mappings and locales.
static java.lang.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(java.lang.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(java.util.Collection<Content> moduleNodes)
           
 

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, java.lang.String propertyName, java.lang.String expectedCurrentValue, java.lang.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, java.lang.String propertyName, java.lang.String expectedValue)
           
protected  void PropertyValuesTask.newProperty(InstallContext ctx, Content node, java.lang.String propertyName, java.lang.String value)
          Checks that the given property does not exist and creates it with the given value, logs otherwise.
protected  void PropertyValuesTask.newProperty(InstallContext ctx, Content node, java.lang.String propertyName, java.lang.String value, boolean log)
           
protected  void AllModulesNodeOperation.operateOnChildNode(Content node, InstallContext ctx)
           
protected abstract  void AllChildrenNodesOperation.operateOnChildNode(Content node, InstallContext ctx)
           
protected abstract  void AllModulesNodeOperation.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
protected abstract  void QueryTask.operateOnNode(InstallContext installContext, Content node)
           
 

Uses of Content in info.magnolia.nodebuilder
 

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

Methods in info.magnolia.nodebuilder with parameters of type Content
protected  Content RecursiveOp.doExec(Content context, ErrorHandler errorHandler)
           
protected abstract  Content AbstractNodeOperation.doExec(Content context, ErrorHandler errorHandler)
           
 void NodeOperation.exec(Content context, ErrorHandler errorHandler)
           
 void AbstractNodeOperation.exec(Content context, ErrorHandler errorHandler)
           
 void ErrorHandler.handle(javax.jcr.RepositoryException e, Content context)
          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)
           
protected  void AbstractErrorHandler.unhandledRepositoryException(javax.jcr.RepositoryException e, Content context)
          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)
           
NodeBuilder(ErrorHandler errorHandler, Content root, NodeOperation... childrenOps)
           
 

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)
           
protected  T ObservedComponentFactory.transformNode(Content node)
           
 

Uses of Content in info.magnolia.setup.for3_5
 

Methods in info.magnolia.setup.for3_5 with parameters of type Content
protected  void UpdateURI2RepositoryMappings.operateOnChildNode(Content node, InstallContext ctx)
          Moves every node to the mappings node.
protected  void IPConfigRulesUpdate.operateOnChildNode(Content node, InstallContext ctx)
          Update made for each subnode.
protected  void CheckAndUpdateUnsecureURIs.operateOnChildNode(Content node, InstallContext ctx)
           
protected  void CheckAndUpdateSecureURIs.operateOnChildNode(Content node, InstallContext ctx)
           
protected  void CheckAndUpdateExistingFilters.operateOnChildNode(Content node, InstallContext ctx)
           
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)
           
protected  void RenamedRenderersToTemplateRenderers.operateOnModuleNode(Content parent, HierarchyManager hm, InstallContext ctx)
           
protected  void RemoveModuleDescriptorDetailsFromRepo.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
protected  void ReconfigureCommands.operateOnModuleNode(Content node, HierarchyManager hm, InstallContext ctx)
           
 

Uses of Content in info.magnolia.setup.for3_6_2
 

Methods in info.magnolia.setup.for3_6_2 with parameters of type Content
 void UpdateUsers.operateOnChildNode(Content node, InstallContext installContext)
           
 void UpdateRoles.operateOnChildNode(Content role, InstallContext installContext)
           
 void UpdateGroups.operateOnChildNode(Content group, InstallContext installContext)
           
 

Uses of Content in info.magnolia.setup.for4_3
 

Methods in info.magnolia.setup.for4_3 with parameters of type Content
 void UpdateUserPermissions.operateOnChildNode(Content node, InstallContext installContext)
           
 

Uses of Content in info.magnolia.setup.for4_4_3
 

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

Uses of Content in info.magnolia.setup.for4_4_5
 

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



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