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.commands.impl   
info.magnolia.jcr.predicate   
 

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 BaseVersionManager.createVersion(Node, Rule, String) 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.commands.impl
 

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

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

Uses of Rule in info.magnolia.jcr.predicate
 

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



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