Class UpdateCommentsInfoOnDocumentOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.operation.UpdateCommentsInfoOnDocumentOperation
-
public class UpdateCommentsInfoOnDocumentOperation extends Object
Updates the number of comments stored on theDocumentRouteStep
. This is used to avoid unnecessary jena calls when displaying the number of comments on each step. This updates the number of comments on the documents from the relations. To invoke it: run from nuxeo-shell : run updateCommentsOnDoc- Author:
- mcedica
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description UpdateCommentsInfoOnDocumentOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
updateCommentsInfo()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-