Uses of Enum
org.opencms.main.CmsBroadcast.ContentMode
-
Uses of CmsBroadcast.ContentMode in org.opencms.main
Modifier and TypeMethodDescriptionCmsBroadcast.getContentMode()
Gets the content mode.static CmsBroadcast.ContentMode
Returns the enum constant of this type with the specified name.static CmsBroadcast.ContentMode[]
CmsBroadcast.ContentMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CmsSessionManager.sendBroadcast
(CmsObject cms, String message, boolean repeat, CmsBroadcast.ContentMode mode) Sends a broadcast to all sessions of all currently authenticated users.void
CmsSessionManager.sendBroadcast
(CmsObject cms, String message, String sessionId, boolean repeat, CmsBroadcast.ContentMode mode) Sends a broadcast to the specified user session.void
CmsSessionManager.sendBroadcast
(CmsObject cms, String message, String sessionId, CmsBroadcast.ContentMode mode) Sends a broadcast to the specified user session.void
CmsSessionManager.sendBroadcast
(CmsObject cms, String message, CmsBroadcast.ContentMode mode) Sends a broadcast to all sessions of all currently authenticated users.void
CmsSessionManager.sendBroadcast
(CmsUser fromUser, String message, CmsUser toUser, CmsBroadcast.ContentMode mode) Sends a broadcast to all sessions of a given user.ModifierConstructorDescriptionCmsBroadcast
(CmsUser sender, String message, boolean repeat, CmsBroadcast.ContentMode mode) Creates a new broadcast, with the current system time set as send time.CmsBroadcast
(CmsUser sender, String message, long sendTime, long lastDisplay, boolean repeat, CmsBroadcast.ContentMode mode) Deprecated.CmsBroadcast
(CmsUser sender, String message, CmsBroadcast.ContentMode mode) Creates a new broadcast, with the current system time set as send time.