com.atlassian.confluence.it.admin
Class ViewGroup

java.lang.Object
  extended by com.atlassian.confluence.it.admin.ViewGroup

public final class ViewGroup
extends Object


Constructor Summary
ViewGroup()
           
 
Method Summary
 int getMemberCount()
           
 boolean hasMember(User user)
           
 void removeUserFromGroup(User user)
           
static ViewGroup view(Group group)
           
static ViewGroup view(String groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewGroup

public ViewGroup()
Method Detail

view

public static ViewGroup view(Group group)

view

public static ViewGroup view(String groupName)

hasMember

public boolean hasMember(User user)

removeUserFromGroup

public void removeUserFromGroup(User user)

getMemberCount

public int getMemberCount()


Copyright © 2003-2013 Atlassian. All Rights Reserved.