Class NotificationConstants
- java.lang.Object
-
- org.exoplatform.documents.notification.utils.NotificationConstants
-
public class NotificationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>DOCUMENT_NAMEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>DOCUMENT_URLstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>FROM_USERstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>RECEIVERS
-
Constructor Summary
Constructors Constructor Description NotificationConstants()
-
-
-
Field Detail
-
FROM_USER
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> FROM_USER
-
DOCUMENT_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> DOCUMENT_URL
-
DOCUMENT_NAME
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> DOCUMENT_NAME
-
RECEIVERS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> RECEIVERS
-
-