KIE Uberfire Social Activities API 6.2.0.CR1

org.kie.uberfire.social.activities.service
Interface SocialUserServiceAPI


public interface SocialUserServiceAPI


Method Summary
 void update(SocialUser... users)
           
 void userFollowAnotherUser(String followerUsername, String followUsername)
           
 void userUnfollowAnotherUser(String followerUsername, String followUsername)
           
 

Method Detail

userFollowAnotherUser

void userFollowAnotherUser(String followerUsername,
                           String followUsername)

userUnfollowAnotherUser

void userUnfollowAnotherUser(String followerUsername,
                             String followUsername)

update

void update(SocialUser... users)

KIE Uberfire Social Activities API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.