KIE Uberfire Social Activities Backend 6.2.0.CR4

org.kie.uberfire.social.activities.repository
Class SocialUserRepository

java.lang.Object
  extended by org.kie.uberfire.social.activities.repository.SocialUserRepository
All Implemented Interfaces:
SocialUserRepositoryAPI

@ApplicationScoped
public class SocialUserRepository
extends Object
implements SocialUserRepositoryAPI


Constructor Summary
SocialUserRepository()
           
 
Method Summary
 List<SocialUser> findAllUsers()
           
 SocialUser findSocialUser(String userName)
           
 SocialUser systemUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialUserRepository

public SocialUserRepository()
Method Detail

findAllUsers

public List<SocialUser> findAllUsers()
Specified by:
findAllUsers in interface SocialUserRepositoryAPI

findSocialUser

public SocialUser findSocialUser(String userName)
Specified by:
findSocialUser in interface SocialUserRepositoryAPI

systemUser

public SocialUser systemUser()

KIE Uberfire Social Activities Backend 6.2.0.CR4

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