public interface UpdateableWithNewFacts extends Updateable
| Modifier and Type | Method and Description |
|---|---|
void |
doUpdate(JCRSessionWrapper s,
List<Updateable> delayedUpdates,
List<Object> newFacts)
Do the update operation in the JCR repository
|
doUpdatevoid doUpdate(JCRSessionWrapper s, List<Updateable> delayedUpdates, List<Object> newFacts) throws javax.jcr.RepositoryException
s - the context nodedelayedUpdates - list of delayed updates that can be fill by the implementation ( for example when the node is locked ), the update need to be performed later.newFacts - list of new facts that need to be insert in the rule engine as a result of the update ( so they can trigger other rules )javax.jcr.RepositoryException - in case of JCR-related errorsCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.