Class UnsubscribeOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.ec.notification.automation.UnsubscribeOperation
-
public class UnsubscribeOperation extends Object
Operation to unsubscribe 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 UnsubscribeOperation()
-
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)
-
-