Class ParticipateProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ParticipateProcessActionHandler
    extends ProcessActionHandler<Source>
    Processes a user request to participate in a chat conversation
    Since:
    4.0.6
    Version:
    $Revision: 18062 $ $Date: 2015-12-07 19:44:23 -0200 (Mon, 07 Dec 2015) $
    • Field Detail

      • chatRoomResource

        protected IResource chatRoomResource
    • Constructor Detail

      • ParticipateProcessActionHandler

        public ParticipateProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException