Examples of rateResource()


Examples of org.wso2.carbon.registry.core.session.UserRegistry.rateResource()

    public void rateResource(String rating, String path, String sessionId)
            throws RegistryException {
        int userRating = Integer.parseInt(rating);
        UserRegistry registry = (UserRegistry) getRootRegistry();
        registry.rateResource(path, userRating);
    }

    public EventTypeBean getEventTypes(String path, String sessionId) throws RegistryException {
        UserRegistry registry = (UserRegistry) getRootRegistry();
        Resource resource = null;
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.