Constructor and Description |
---|
NodePredicateContentDecorator(AbstractPredicate<javax.jcr.Node> nodePredicate) |
Constructor and Description |
---|
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator,
AbstractPredicate<javax.jcr.Node> predicate) |
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator,
AbstractPredicate<javax.jcr.Node> predicate,
ContentDecorator decorator) |
FilteringNodeIterator(javax.jcr.NodeIterator nodeIterator,
AbstractPredicate<javax.jcr.Node> predicate,
NodeWrapperFactory wrapperFactory)
Deprecated.
since 4.5.9 use
FilteringNodeIterator.FilteringNodeIterator(NodeIterator, AbstractPredicate, ContentDecorator) instead. |
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator,
AbstractPredicate<javax.jcr.Property> predicate) |
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator,
AbstractPredicate<javax.jcr.Property> predicate,
ContentDecorator decorator) |
FilteringPropertyIterator(javax.jcr.PropertyIterator propertyIterator,
AbstractPredicate<javax.jcr.Property> predicate,
PropertyWrapperFactory wrapperFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NodeOperation |
Ops.onChildNodes(AbstractPredicate<javax.jcr.Node> predicate)
Executes then() ops on all child nodes that are evaluated true by the predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateNodePredicate
Predicate filtering based on the previous appearance of the node.
|
class |
JCRMgnlPropertyHidingPredicate
Simple predicate implementation hiding all jcr and mgnl properties.
|
class |
JCRPropertyHidingPredicate
Simple predicate implementation hiding all jcr properties.
|
class |
NodeNamePredicate
Predicate filtering nodes based on the node name.
|
class |
NodePropertyNamePredicate
Predicate filtering nodes based on property name.
|
class |
NodeTypeParentPredicate
Predicate filtering based on the primary type of the node.
|
class |
NodeTypePredicate
Predicate filtering based on the primary type of the node.
|
class |
RuleBasedNodePredicate
A
ContentFilter using a Rule . |
class |
StringPropertyValueFilterPredicate
Simple predicate implementation that filter property based on the desired value.
|
Modifier and Type | Field and Description |
---|---|
static AbstractPredicate<javax.jcr.Property> |
NodeUtil.ALL_PROPERTIES_EXCEPT_JCR_AND_MGNL_FILTER
Deprecated.
since 5.0 - obsolete as there's no nodetypes with namespace jcr. In addition you could use
JCRMgnlPropertyHidingPredicate |
static AbstractPredicate<javax.jcr.Node> |
NodeUtil.EXCLUDE_META_DATA_FILTER
Deprecated.
since 5.0 - obsolete as there's no nodetypes with namespace jcr and because of MAGNOLIA-4640
|
static AbstractPredicate<javax.jcr.Node> |
NodeUtil.MAGNOLIA_FILTER
Node filter accepting all nodes of a type with namespace mgnl.
|
Modifier and Type | Method and Description |
---|---|
Properties |
PropertiesImportExport.toProperties(javax.jcr.Node node,
AbstractPredicate<javax.jcr.Node> nodePredicate) |
Constructor and Description |
---|
ChildFilteringContentDecorator(AbstractPredicate<javax.jcr.Node> predicate,
boolean filterDescendants) |
ChildFilteringContentDecorator(AbstractPredicate<javax.jcr.Node> predicate,
boolean filterDescendants,
boolean multipleWrapEnabled) |
ChildFilteringNodeWrapper(javax.jcr.Node wrapped,
AbstractPredicate<javax.jcr.Node> predicate) |
ChildFilteringNodeWrapper(javax.jcr.Node wrapped,
AbstractPredicate<javax.jcr.Node> predicate,
boolean filterDescendants) |
ChildFilteringNodeWrapper(javax.jcr.Node wrapped,
AbstractPredicate<javax.jcr.Node> predicate,
boolean filterDescendants,
boolean multipleWrapEnabled) |
PropertyFilteringContentDecorator(AbstractPredicate<javax.jcr.Property> predicate) |
PropertyFilteringContentDecorator(AbstractPredicate<javax.jcr.Property> predicate,
boolean multipleWrapEnabled) |
PropertyFilteringNodeWrapper(javax.jcr.Node wrapped,
AbstractPredicate<javax.jcr.Property> predicate) |
PropertyFilteringNodeWrapper(javax.jcr.Node wrapped,
AbstractPredicate<javax.jcr.Property> predicate,
boolean multipleWrapEnabled) |
Modifier and Type | Method and Description |
---|---|
AbstractPredicate<javax.jcr.Node> |
InheritanceConfiguration.getComponentPredicate() |
Modifier and Type | Class and Description |
---|---|
static class |
ConfiguredInheritance.AllComponentsAndResourcesInheritancePredicate
Deprecated.
since 5.3.5. Use
InheritancePredicate instead. |
static class |
ConfiguredInheritance.FilteredComponentInheritancePredicate
Deprecated.
since 5.3.5. Use
FilteredInheritancePredicate instead. |
static class |
ConfiguredInheritance.InheritNothingInheritancePredicate
Predicate for component inheritance that includes no components.
|
class |
FilteredInheritancePredicate
A class extending
AbstractPredicate used in ConfiguredInheritance . |
class |
InheritancePredicate
A class extending
AbstractPredicate used in ConfiguredInheritance . |
Modifier and Type | Method and Description |
---|---|
AbstractPredicate<javax.jcr.Node> |
ConfiguredInheritance.getComponentPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
ConfiguredInheritance.setPredicateClass(Class<? extends AbstractPredicate<javax.jcr.Node>> predicateClass) |
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.