Class ExpressionObject


public class ExpressionObject extends ExpressionContextAccessingObject
  • Constructor Details

    • ExpressionObject

      public ExpressionObject()
  • Method Details

    • sendMessageToExecutors

      public void sendMessageToExecutors(String subject, String text) throws SQLException
      Sends mobile app push notification to executors, except ones from the current DynActionForm.
      Parameters:
      subject - message subject.
      text - message text.
      Throws:
      SQLException
    • sendMessageToUsers

      public void sendMessageToUsers(String subject, String text, Iterable<Integer> userIds) throws SQLException
      Sends mobile app push notification to executors.
      Parameters:
      subject - message subject.
      text - message text.
      userIds - recipient user IDs.
      Throws:
      SQLException