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

Packages that use Content.ContentFilter
info.magnolia.cms.core   
info.magnolia.cms.core.version   
info.magnolia.cms.filters   
info.magnolia.cms.security   
info.magnolia.cms.util   
info.magnolia.content2bean   
info.magnolia.content2bean.impl   
info.magnolia.importexport   
info.magnolia.module.admininterface.commands   
info.magnolia.module.cache.ehcache   
info.magnolia.module.cache.executor   
info.magnolia.module.delta   
info.magnolia.module.exchangesimple   
info.magnolia.nodebuilder   
info.magnolia.voting.voters   
 

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

Methods in info.magnolia.cms.core with parameters of type Content.ContentFilter
 Collection<Content> Content.getChildren(Content.ContentFilter filter)
          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)
          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)
           
abstract  Collection<Content> AbstractContent.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
           
 

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

Methods in info.magnolia.cms.core.version with parameters of type Content.ContentFilter
 void CopyUtil.clone(Content node, Content parent, Content.ContentFilter filter, boolean removeExisting)
           
 Collection<Content> ContentVersion.getChildren(Content.ContentFilter filter, String namePattern, Comparator<Content> orderCriteria)
          All AbstractContent.getChildren() methods delegate to this method.
 

Uses of Content.ContentFilter in info.magnolia.cms.filters
 

Classes in info.magnolia.cms.filters that implement Content.ContentFilter
 class CompositeFilterTransformer
          A special content2bean transformer for filters.
 

Uses of Content.ContentFilter in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement Content.ContentFilter
static class IPSecurityManagerImpl.IPSecurityManagerTransformer
          Transformer which uses the IP value of the rule as the key.
 

Uses of Content.ContentFilter in info.magnolia.cms.util
 

Classes in info.magnolia.cms.util that implement Content.ContentFilter
 class NodeTypeFilter
          A Content.ContentFilter filtering on node types.
 class RuleBasedContentFilter
          A ContentFilter using a Rule.
 

Fields in info.magnolia.cms.util declared as Content.ContentFilter
static Content.ContentFilter ContentUtil.ALL_NODES_CONTENT_FILTER
          Content filter accepting everything.
static Content.ContentFilter ContentUtil.ALL_NODES_EXCEPT_JCR_CONTENT_FILTER
          Content filter accepting everything exept nodes with namespace jcr (version and system store).
static Content.ContentFilter ContentUtil.EXCLUDE_META_DATA_CONTENT_FILTER
          Content filter accepting everything except meta data and jcr types.
static Content.ContentFilter ContentUtil.MAGNOLIA_FILTER
          Content filter accepting all nodes with a nodetype of namespace mgnl.
 

Methods in info.magnolia.cms.util with parameters of type Content.ContentFilter
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 List<Content> ContentUtil.collectAllChildren(Content node, Content.ContentFilter filter)
          Get all children using a filter.
 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.visit(Content node, ContentUtil.Visitor visitor, Content.ContentFilter filter)
           
 

Uses of Content.ContentFilter in info.magnolia.content2bean
 

Classes in info.magnolia.content2bean that implement Content.ContentFilter
static class Content2BeanUtil.DefaultClassTransformer
          Provide a default class.
 

Uses of Content.ContentFilter in info.magnolia.content2bean.impl
 

Classes in info.magnolia.content2bean.impl that implement Content.ContentFilter
 class CollectionPropertyHidingTransformer
          A transformer which "hides" a collection node.
 class Content2BeanTransformerImpl
          Concrete implementation using reflection and adder methods.
 

Uses of Content.ContentFilter in info.magnolia.importexport
 

Methods in info.magnolia.importexport with parameters of type Content.ContentFilter
static Properties PropertiesImportExport.contentToProperties(Content rootContent, Content.ContentFilter filter)
           
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.
 

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

Methods in info.magnolia.module.admininterface.commands that return Content.ContentFilter
protected  Content.ContentFilter VersionCommand.getFilter()
           
 

Uses of Content.ContentFilter in info.magnolia.module.cache.ehcache
 

Classes in info.magnolia.module.cache.ehcache that implement Content.ContentFilter
 class CacheConfigurationTransformer
          A Content2BeanTransformer for net.ehcache.config.CacheConfiguration, because it does not respect javabeans conventions for setting the MemoryStoreEvictionPolicy.
 

Uses of Content.ContentFilter in info.magnolia.module.cache.executor
 

Classes in info.magnolia.module.cache.executor that implement Content.ContentFilter
 class CompositeExecutorTransformer
          Omit the executors subnode.
 

Uses of Content.ContentFilter in info.magnolia.module.delta
 

Constructors in info.magnolia.module.delta with parameters of type Content.ContentFilter
AllChildrenNodesOperation(String name, String description, String repositoryName, String parentNodePath, Content.ContentFilter filter)
           
 

Uses of Content.ContentFilter in info.magnolia.module.exchangesimple
 

Fields in info.magnolia.module.exchangesimple declared as Content.ContentFilter
protected  Content.ContentFilter BaseSyndicatorImpl.contentFilter
           
 

Methods in info.magnolia.module.exchangesimple with parameters of type Content.ContentFilter
protected  void BaseSyndicatorImpl.addResources(org.jdom.Element resourceElement, javax.jcr.Session session, Content content, Content.ContentFilter filter, ActivationContent activationContent)
           
protected  void ReceiveFilter.removeChildren(Content content, Content.ContentFilter filter)
          remove children.
 

Uses of Content.ContentFilter in info.magnolia.nodebuilder
 

Methods in info.magnolia.nodebuilder with parameters of type Content.ContentFilter
static NodeOperation Ops.onChildNodes(Content.ContentFilter filter, NodeOperation... childrenOps)
          Executes the operation for each child node matching the filter.
static NodeOperation RecursiveOp.recursive(Content.ContentFilter filter, NodeOperation... childrenOps)
           
 

Constructors in info.magnolia.nodebuilder with parameters of type Content.ContentFilter
RecursiveOp(Content.ContentFilter filter, NodeOperation[] childrenOps)
          Visits the hierarchy recursively and executes the operations on all nodes matching the filter.
 

Uses of Content.ContentFilter in info.magnolia.voting.voters
 

Classes in info.magnolia.voting.voters that implement Content.ContentFilter
 class VoterSetTransformer
          Omit the voters child node.
 



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