NSMutableDictionary dict = new NSMutableDictionary();
dict.setObjectForKey(pageConfiguration(), RequestParams.PageConfiguration);
dict.setObjectForKey(selectedSavedQuery.name(), RequestParams.SavedQueryName);
dict.setObjectForKey(d2wContext().entity().name(), RequestParams.EntityName);
return dict.immutableClone();
}
/**
* For this method to work properly, a valid action should be passed in as a binding for key: directActionNameToFetchSavedQueryResults
* @return {@link String} - link to the DA which knows how to fetch the query results given the saved query name