Package edu.stanford.bmir.protege.web.shared.notes

Examples of edu.stanford.bmir.protege.web.shared.notes.DiscussionThread


        return UserHasProjectReadPermissionValidator.get();
    }

    @Override
    protected GetDiscussionThreadResult execute(GetDiscussionThreadAction action, OWLAPIProject project, ExecutionContext executionContext) {
        final DiscussionThread discusssionThread = project.getNotesManager().getDiscusssionThread(action.getTargetEntity());
        return new GetDiscussionThreadResult(discusssionThread);
    }
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.shared.notes.DiscussionThread

Copyright © 2018 www.massapicom. 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.