Uses of Enum
org.opencms.main.CmsBroadcast.ContentMode
Packages that use CmsBroadcast.ContentMode
-
Uses of CmsBroadcast.ContentMode in org.opencms.main
Methods in org.opencms.main that return CmsBroadcast.ContentModeModifier 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.Methods in org.opencms.main with parameters of type CmsBroadcast.ContentModeModifier 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.Constructors in org.opencms.main with parameters of type CmsBroadcast.ContentModeModifierConstructorDescriptionCmsBroadcast
(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.