private CdfRunJsDashboardWriteResult loadDashboard( String filePath, String scheme, String root, boolean absolute,
boolean bypassCache, boolean debug, String style )
throws ThingWriteException {
CdfRunJsDashboardWriteOptions options =
new CdfRunJsDashboardWriteOptions( absolute, debug, root, scheme );
return DashboardManager.getInstance().getDashboardCdfRunJs( filePath, options, bypassCache, style );
}