Examples of GetAvailableProjectsResult


Examples of edu.stanford.bmir.protege.web.shared.project.GetAvailableProjectsResult

    public GetAvailableProjectsResult execute(GetAvailableProjectsAction action, ExecutionContext executionContext) {
        UserId userId = executionContext.getUserId();
        MetaProjectManager mpm = MetaProjectManager.getManager();
        List<ProjectDetails> details = mpm.getListableReadableProjects(userId);
        Collections.sort(details);
        return new GetAvailableProjectsResult(details);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.