| Package | Description |
|---|---|
| org.jahia.services.content.rules |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UpdateableWithNewFacts
Interface used by rule facts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddedNodeFact
Node facade that is used in rules.
|
class |
ChangedPropertyFact
This class describe a property change event for the drools engine.
|
class |
CopiedNodeFact
Working memory fact that represents a copied node
|
| Modifier and Type | Method and Description |
|---|---|
void |
Updateable.doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates) |
void |
AddedNodeFact.doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates) |
void |
ChangedPropertyFact.doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates) |
void |
UpdateableWithNewFacts.doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates,
List<Object> newFacts)
Do the update operation in the JCR repository
|
void |
AddedNodeFact.doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates,
List<Object> newFacts) |
Map<String,Object> |
RulesListener.getGlobals(String username,
String userRealm,
List<Updateable> delayedUpdates) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.