Class ExpressionObject

java.lang.Object
ru.bgcrm.plugin.task.ExpressionObject
All Implemented Interfaces:
ExpressionObject

public class ExpressionObject extends Object implements ExpressionObject
  • Method Details

    • toContext

      public void toContext(Map<String,Object> context)
      Specified by:
      toContext in interface ExpressionObject
    • setTask

      public void setTask(Task task) throws Exception
      Creates a task with the specified type. An existing task with the same type and process ID gets overwritten.
      Parameters:
      task - the task
      Throws:
      Exception
    • runTask

      public void runTask(Task task)
      TODO: Run the task immediately
      Parameters:
      task - the task