Uses of Class
org.xwiki.wiki.user.MembershipType
-
-
Uses of MembershipType in org.xwiki.wiki.user
Methods in org.xwiki.wiki.user that return MembershipType Modifier and Type Method Description MembershipType
WikiUserConfiguration. getMembershipType()
MembershipType
WikiUserManager. getMembershipType(String wikiId)
static MembershipType
MembershipType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MembershipType[]
MembershipType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.wiki.user with parameters of type MembershipType Modifier and Type Method Description void
WikiUserConfiguration. setMembershipType(MembershipType type)
void
WikiUserManager. setMembershipType(String wikiId, MembershipType type)
Set the membership type of the wiki and save the configuration.
-