Examples of SharedResource


Examples of org.eurekastreams.server.domain.stream.SharedResource

        final String sharedResourceUniqueKey = request.getUniqueKey().toLowerCase();
        final Long personId = inActionContext.getActionContext().getPrincipal().getId();

        // find the shared resource
        SharedResource sr = findOrInsertSharedResourceMapper.execute(new SharedResourceRequest(
                sharedResourceUniqueKey, null));

        SetSharedResourceLikeMapperRequest mapperRequest = new SetSharedResourceLikeMapperRequest(personId, sr,
                request.getLikes());
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.