Examples of UserActionRequest


Examples of org.eurekastreams.commons.server.UserActionRequest

        Long entityId = insertMapper.execute(new PersistenceRequest<FeaturedStream>(entity));

        // kick off the action to rebuild the Discover Page cache - but don't delete the key now, because it takes
        // seconds to rebuild
        inActionContext.getUserActionRequests().add(
                new UserActionRequest("regenerateStreamDiscoverListsAction", null, null));

        return entityId;
    }
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.