Uses of Class
org.exoplatform.social.core.space.SpaceListAccess.Type
-
Packages that use SpaceListAccess.Type Package Description org.exoplatform.social.core.space -
-
Uses of SpaceListAccess.Type in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceListAccess.Type Modifier and Type Method Description SpaceListAccess.TypeSpaceListAccess. gettype()Gets the type.static SpaceListAccess.TypeSpaceListAccess.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceListAccess.Type[]SpaceListAccess.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.social.core.space with parameters of type SpaceListAccess.Type Modifier and Type Method Description voidSpaceListAccess. settype(SpaceListAccess.Type type)Sets the type.Constructors in org.exoplatform.social.core.space with parameters of type SpaceListAccess.Type Constructor Description SpaceListAccess(SpaceStorage spaceStorage, String userId, String appId, SpaceListAccess.Type type)The constructor.SpaceListAccess(SpaceStorage spaceStorage, String userId, SpaceFilter spaceFilter, SpaceListAccess.Type type)The constructor.SpaceListAccess(SpaceStorage spaceStorage, String userId, SpaceListAccess.Type type)The constructor.SpaceListAccess(SpaceStorage spaceStorage, SpaceFilter spaceFilter, SpaceListAccess.Type type)The constructor.SpaceListAccess(SpaceStorage spaceStorage, SpaceListAccess.Type type)The constructor.
-