Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

public boolean autoRun(); 

autoRun is the called call to perform any background tasks. This function is called based on the getScheduleDefinition(). This could be used to download and cache data locally. 

...

 

Styleclass
ClasstopLink

top

...

Anchor
customerrormsg
 
customerrormsg

Custom Error Messages 

Custom messages can be returned to the Yellowfin UI if an error occurs whilst running a connector report. This can be done by throwing a ThirdPartyException() with a custom message from the connector plug-in. 

...

Section
Column
width75

Previous sectiontopic: Define connector metadata

Column

Next sectiontopic: Define data sets