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.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)
           
 javax.jcr.version.Version Content.addVersion(Rule rule)
          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(Content 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(Content 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)
          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)
          Sets up the syndicator.
 

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)
           
 

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
 void BaseSyndicatorImpl.init(User user, String repositoryName, String workspaceName, Rule rule)
           
 



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