Class SendNotificationEmailForPermission
- java.lang.Object
-
- org.nuxeo.ecm.permissions.operations.SendNotificationEmailForPermission
-
public class SendNotificationEmailForPermission extends Object
Operation that sends the notification email for a givenACE.- Since:
- 8.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDprotected CoreSessionsession
-
Constructor Summary
Constructors Constructor Description SendNotificationEmailForPermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModelrun(DocumentModel doc)DocumentModelrun(DocumentRef docRef)protected voidsendEmail(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
run
public DocumentModel run(DocumentRef docRef)
-
sendEmail
protected void sendEmail(DocumentModel doc)
-
-