Interface IDataAction

All Superinterfaces:
IAction

public interface IDataAction extends IAction
Data Action is used to generate a URL used to reterive the data from the data base. It has following files:
  • getDataType
  • the output data type, such as csv, xml etc.
  • getReportName
  • the report document name, which is the data soruce.
  • getBookmark
  • the bookmark which define the result set to be exported.
    • Field Details

      • ACTION_DATA

        static final int ACTION_DATA
        data action, the user can safely type cast this object to IDataAction
        See Also:
    • Method Details

      • getDataType

        String getDataType()
        the output data type, such as csv, xml. the type should be registered by a IDataExtractionExtension.
        Returns:
        the data type.
      • getInstanceID

        InstanceID getInstanceID()
        Returns the instance ID of associated report item instance.
        Returns:
        The instance ID
      • isCube

        boolean isCube()
        Returns true if current action is to get cube data.
        Returns:
        Since:
        2.5.1