Class SubscribeOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.ec.notification.automation.SubscribeOperation
-
public class SubscribeOperation extends Object
Operation to subscribe a user to the notifications of one or more of documents.- Since:
- 8.10
-
-
Field Summary
Fields Modifier and Type Field Description protected CoreSession
coreSession
static String
ID
protected NotificationManager
notificationManager
protected StringList
notifications
-
Constructor Summary
Constructors Constructor Description SubscribeOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
DocumentModelList
run(DocumentModelList docs)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
coreSession
protected CoreSession coreSession
-
notificationManager
protected NotificationManager notificationManager
-
notifications
protected StringList notifications
-
-
Method Detail
-
run
public DocumentModelList run(DocumentModelList docs)
-
run
public DocumentModel run(DocumentModel doc)
-
-