|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleTree | |
---|---|
com.gentics.api.lib.datasource | Package for datasource related classes and interfaces. |
com.gentics.api.lib.rule | Package for classes and interfaces related rule parsing and interpretation. |
com.gentics.api.portalnode.action | Package for the implementation of Pluggable Actions. |
com.gentics.api.portalnode.connector | Package containing a factory to create all initial objects you need, and some helper classes. |
com.gentics.api.portalnode.portlet | Package for the Gentics® specific Portlet implementations and enhancements. |
Uses of RuleTree in com.gentics.api.lib.datasource |
---|
Methods in com.gentics.api.lib.datasource with parameters of type RuleTree | |
---|---|
void |
ResolvableDatasource.setRuleTree(RuleTree ruleTree)
|
void |
Datasource.setRuleTree(RuleTree ruleTree)
Deprecated. RuleTree is deprecated, use Expression and DatasourceFilter instead. |
Uses of RuleTree in com.gentics.api.lib.rule |
---|
Methods in com.gentics.api.lib.rule that return RuleTree | |
---|---|
RuleTree |
RuleTree.deepCopy()
Deprecated. Creates a deep copy of the rule tree and all operands,operators,functions & co |
RuleTree |
Rule.getRuleTree()
Get the RuleTree this Rule uses |
Methods in com.gentics.api.lib.rule with parameters of type RuleTree | |
---|---|
void |
RuleTree.concat(RuleTree ruletree,
LogicalOperator operator)
Deprecated. adds the given ruletree to the current ruletree, linking it with the given operator. |
Constructors in com.gentics.api.lib.rule with parameters of type RuleTree | |
---|---|
Rule(RuleTree ruleTree)
Create an instance that matches against the given RuleTree |
Uses of RuleTree in com.gentics.api.portalnode.action |
---|
Methods in com.gentics.api.portalnode.action that return RuleTree | |
---|---|
RuleTree |
PluggableActionContext.getRuleTree()
get a ruletree that can resolve everything in the context of the actions |
Uses of RuleTree in com.gentics.api.portalnode.connector |
---|
Methods in com.gentics.api.portalnode.connector that return RuleTree | |
---|---|
static RuleTree |
PortalConnectorFactory.createRuleTree(java.lang.String rule)
Deprecated. deprecated, replaced by PortalConnectorFactory.createExpression(String) |
Uses of RuleTree in com.gentics.api.portalnode.portlet |
---|
Methods in com.gentics.api.portalnode.portlet that return RuleTree | |
---|---|
RuleTree |
GenticsPortletContext.createPortalRuleTree()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |