Class NotificationArguments
- java.lang.Object
-
- org.exoplatform.processes.notification.utils.NotificationArguments
-
public class NotificationArguments extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>PROCESS_URLstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_COMMENTstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_COMMENT_AUTHORstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_COMMENT_URLstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_CREATORstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_DESCRIPTIONstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_PROCESSstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_TITLEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>REQUEST_URL
-
Constructor Summary
Constructors Constructor Description NotificationArguments()
-
-
-
Field Detail
-
REQUEST_CREATOR
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_CREATOR
-
REQUEST_PROCESS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_PROCESS
-
PROCESS_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> PROCESS_URL
-
REQUEST_TITLE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_TITLE
-
REQUEST_DESCRIPTION
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_DESCRIPTION
-
REQUEST_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_URL
-
REQUEST_COMMENT_AUTHOR
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_COMMENT_AUTHOR
-
REQUEST_COMMENT
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_COMMENT
-
REQUEST_COMMENT_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> REQUEST_COMMENT_URL
-
-