Uses of Enum Class
org.exoplatform.social.core.space.SpaceListAccess.Type
Packages that use SpaceListAccess.Type
-
Uses of SpaceListAccess.Type in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceListAccess.TypeModifier and TypeMethodDescriptionSpaceListAccess.gettype()Gets the type.static SpaceListAccess.TypeReturns the enum constant of this class with the specified name.static SpaceListAccess.Type[]SpaceListAccess.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.space with parameters of type SpaceListAccess.TypeModifier and TypeMethodDescriptionvoidSpaceListAccess.settype(SpaceListAccess.Type type) Sets the type.Constructors in org.exoplatform.social.core.space with parameters of type SpaceListAccess.TypeModifierConstructorDescriptionSpaceListAccess(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.SpaceListAccess(SpaceStorage spaceStorage, SpaceListAccess.Type type, String userId, String otherUserId) The constructor.