Style Intelligence v12.0

inetsoft.uql.asset
Interface WorksheetProcessor


public interface WorksheetProcessor

This interface defines the API for processing and executing worksheets.


Method Summary
 XTable execute(AssetEntry entry, VariableTable vars, Principal user)
          Execute a worksheet and return the data for the primary table assembly.
 

Method Detail

execute

XTable execute(AssetEntry entry,
               VariableTable vars,
               Principal user)
               throws Exception
Execute a worksheet and return the data for the primary table assembly. If the primary assembly is not a table, a null is returned.

Parameters:
entry - worksheet asset entry.
vars - execution parameters.
user - current user.
Throws:
Exception

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.