예제 #1
0
        public IList <DataFlow> GetProtectedFlows(NodeVisit visit, bool loadDataServices)
        {
            ValidateByRole(visit, SystemRoleType.Program);
            IList <DataFlow> flows = _flowDao.GetAllProtectedDataFlows(loadDataServices);

            return(FilterFlowsForUser(visit, flows));
        }