Uses of Class
info.magnolia.cms.util.Rule

Packages that use Rule
info.magnolia.cms.core   
info.magnolia.cms.core.version   
info.magnolia.cms.exchange   
info.magnolia.cms.util   
info.magnolia.jcr.predicate   
info.magnolia.module.admininterface.commands   
info.magnolia.module.exchangesimple   
 

Uses of Rule in info.magnolia.cms.core
 

Methods in info.magnolia.cms.core with parameters of type Rule
 javax.jcr.version.Version DefaultContent.addVersion(Rule rule)
          Deprecated.  
 javax.jcr.version.Version Content.addVersion(Rule rule)
          Deprecated. add version leaving the node checked out.
 

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

Methods in info.magnolia.cms.core.version that return Rule
protected  Rule BaseVersionManager.getUsedFilter(javax.jcr.Node versionedNode)
          Get Rule used for this version.
 

Methods in info.magnolia.cms.core.version with parameters of type Rule
 javax.jcr.version.Version BaseVersionManager.addVersion(javax.jcr.Node node, Rule rule)
          Add version of the specified node and all child nodes while ignoring the same node type.
 javax.jcr.version.Version ContentVersion.addVersion(Rule rule)
          Throws an AccessDeniedException as versions are read only.
protected  javax.jcr.version.Version BaseVersionManager.createVersion(Content node, Rule rule)
          Deprecated. since 4.5 use #createVersion(Node, Rule) instead
protected  javax.jcr.version.Version BaseVersionManager.createVersion(javax.jcr.Node node, Rule rule, String userName)
          Create version of the specified node and all child nodes based on the given Rule.
 

Uses of Rule in info.magnolia.cms.exchange
 

Methods in info.magnolia.cms.exchange with parameters of type Rule
 void Syndicator.init(User user, String repositoryName, String workspaceName, Rule rule)
          Deprecated. since 4.5 use ioc instead
 

Uses of Rule in info.magnolia.cms.util
 

Methods in info.magnolia.cms.util with parameters of type Rule
 javax.jcr.version.Version ContentWrapper.addVersion(Rule rule)
           
 

Constructors in info.magnolia.cms.util with parameters of type Rule
RuleBasedContentFilter(Rule rule)
          Deprecated.  
 

Uses of Rule in info.magnolia.jcr.predicate
 

Constructors in info.magnolia.jcr.predicate with parameters of type Rule
RuleBasedNodePredicate(Rule rule)
           
 

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

Methods in info.magnolia.module.admininterface.commands that return Rule
 Rule RuleBasedCommand.getRule()
           
 

Methods in info.magnolia.module.admininterface.commands with parameters of type Rule
 void RuleBasedCommand.setRule(Rule rule)
           
 

Uses of Rule in info.magnolia.module.exchangesimple
 

Fields in info.magnolia.module.exchangesimple declared as Rule
protected  Rule BaseSyndicatorImpl.contentFilterRule
           
 

Methods in info.magnolia.module.exchangesimple with parameters of type Rule
 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  Content.ContentFilter ResourceCollector.getContentFilter(Rule contentFilterRule)
           
 void BaseSyndicatorImpl.init(User user, String repositoryName, String workspaceName, Rule rule)
           
 



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