public ActionResult getDataflows() { if (!SessionQueryManager.SessionQueryExistsAndIsValid(HttpContext.ApplicationInstance.Context)) { SessionQuery query = new SessionQuery(); SessionQueryManager.SaveSessionQuery(HttpContext.ApplicationInstance.Context.Session, query); } EndPointStructure ep = ISTATSettings.CurrentEndPoint; if (NSIClientSettings.Instance.EndPointCenterEnable) { SetEndPoint(sessionObject.GetSessionQuery(), sessionObject.GetNSIClient(), ISTATSettings.CentralEndPoint); } var res = CS.ReturnForJQuery(JR.GetTree(sessionObject.GetSessionQuery(), sessionObject.GetNSIClient())); if (NSIClientSettings.Instance.EndPointCenterEnable) { SetEndPoint(sessionObject.GetSessionQuery(), sessionObject.GetNSIClient(), ep); } return(res); }
public ActionResult Refresh() { down.Refresh(new DownloadSupport(), sessionObject.GetSessionQuery()); return(null); }
public ActionResult getComponents() { return(CS.ReturnForJQuery(JR.GetComponents(sessionObject.GetSessionQuery()))); }
public ActionResult ResetDisplayMode() { return(CS.ReturnForJQuery(JR.ResetDisplayMode(sessionObject.GetSessionQuery()))); }