Class LegacyId
- java.lang.Object
-
- org.symphonyoss.s2.common.legacy.id.LegacyId
-
public class LegacyId extends Object
Constants used for the construction of inferred Hash values to generate a 2.0 ID which acts as a mirror for an object in the legacy (Symphony1.5) space. Although these values are declared public callers should use an instance of LegacyIdFactory to generate IDs.- Author:
- Bruce Skingle
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_EVENT_IDstatic StringDELIVERY_RECEIPT_IDstatic StringDOWNLOAD_ATTACHMENT_EVENT_IDstatic StringLIKE_EVENT_IDstatic StringMAESTRO_MESSAGE_IDstatic StringMESSAGE_IDstatic StringMESSAGE_INGESTION_INFOstatic StringOBJECT_STATUS_IDstatic StringOBJECT_STATUS_MESSAGEstatic StringOFFLINE_NOTICE_IDstatic StringPRESENCE_CHANGE_IDstatic StringREAD_RECEIPT_IDstatic StringSIGNAL_IDstatic StringTHREAD_IDstatic StringUSER_ID
-
Constructor Summary
Constructors Constructor Description LegacyId()
-
-
-
Field Detail
-
MESSAGE_INGESTION_INFO
public static final String MESSAGE_INGESTION_INFO
- See Also:
- Constant Field Values
-
OBJECT_STATUS_MESSAGE
public static final String OBJECT_STATUS_MESSAGE
- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
OBJECT_STATUS_ID
public static final String OBJECT_STATUS_ID
- See Also:
- Constant Field Values
-
THREAD_ID
public static final String THREAD_ID
- See Also:
- Constant Field Values
-
READ_RECEIPT_ID
public static final String READ_RECEIPT_ID
- See Also:
- Constant Field Values
-
DELIVERY_RECEIPT_ID
public static final String DELIVERY_RECEIPT_ID
- See Also:
- Constant Field Values
-
MAESTRO_MESSAGE_ID
public static final String MAESTRO_MESSAGE_ID
- See Also:
- Constant Field Values
-
OFFLINE_NOTICE_ID
public static final String OFFLINE_NOTICE_ID
- See Also:
- Constant Field Values
-
DELETE_EVENT_ID
public static final String DELETE_EVENT_ID
- See Also:
- Constant Field Values
-
DOWNLOAD_ATTACHMENT_EVENT_ID
public static final String DOWNLOAD_ATTACHMENT_EVENT_ID
- See Also:
- Constant Field Values
-
LIKE_EVENT_ID
public static final String LIKE_EVENT_ID
- See Also:
- Constant Field Values
-
USER_ID
public static final String USER_ID
- See Also:
- Constant Field Values
-
SIGNAL_ID
public static final String SIGNAL_ID
- See Also:
- Constant Field Values
-
PRESENCE_CHANGE_ID
public static final String PRESENCE_CHANGE_ID
- See Also:
- Constant Field Values
-
-