Class NotificationConstants
- java.lang.Object
-
- org.exoplatform.webconferencing.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>AVATAR_URLstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>CALL_OWNERstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<? extends List>CALL_PARTICIPANTSstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>CALL_TYPEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>FILE_NAMEstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>RECORDED_FILE_URLstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>RECORDING_STATUS
-
-
-
Field Detail
-
CALL_PARTICIPANTS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<? extends List> CALL_PARTICIPANTS
-
FILE_NAME
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> FILE_NAME
-
RECORDED_FILE_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> RECORDED_FILE_URL
-
CALL_TYPE
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> CALL_TYPE
-
RECORDING_STATUS
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> RECORDING_STATUS
-
AVATAR_URL
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> AVATAR_URL
-
CALL_OWNER
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> CALL_OWNER
-
-