public class

HandlerTaskUtils

extends Object
java.lang.Object
   ↳ com.microstrategy.web.tasks.HandlerTaskUtils

Class Overview

Utils for tasks that use handlers.

Summary

Public Constructors
HandlerTaskUtils()
Public Methods
static <T> T execute(HandlerCall<T> handlerCall)
Executes a call and translates HandlerException to TaskException if thrown.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HandlerTaskUtils ()

Public Methods

public static T execute (HandlerCall<T> handlerCall)

Executes a call and translates HandlerException to TaskException if thrown.

Parameters
handlerCall Handler call
Returns
  • Output of the handler
Throws
TaskException Handle exception wrapped