Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResolvableDatasource.setRuleTree(RuleTree ruleTree) |
void |
Datasource.setRuleTree(RuleTree ruleTree)
Deprecated.
RuleTree is deprecated, use
Expression and DatasourceFilter instead. |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTree.concat(RuleTree ruletree,
LogicalOperator operator)
Deprecated.
adds the given ruletree to the current ruletree, linking it with the
given operator.
|
Constructor and Description |
---|
Rule(RuleTree ruleTree)
Create an instance that matches against the given RuleTree
|
Modifier and Type | Method and Description |
---|---|
RuleTree |
PluggableActionContext.getRuleTree()
get a ruletree that can resolve everything in the context of the actions
|
Modifier and Type | Method and Description |
---|---|
static RuleTree |
PortalConnectorFactory.createRuleTree(String rule)
Deprecated.
deprecated, replaced by
PortalConnectorFactory.createExpression(String) |
Modifier and Type | Method and Description |
---|---|
RuleTree |
GenticsPortletContext.createPortalRuleTree() |
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.