Uses of Enum Class
org.exoplatform.social.core.identity.ConnectionFilterListAccess.Type
Packages that use ConnectionFilterListAccess.Type
-
Uses of ConnectionFilterListAccess.Type in org.exoplatform.social.core.identity
Methods in org.exoplatform.social.core.identity that return ConnectionFilterListAccess.TypeModifier and TypeMethodDescriptionConnectionFilterListAccess.getType()Gets the type of connection list access.Returns the enum constant of this class with the specified name.static ConnectionFilterListAccess.Type[]ConnectionFilterListAccess.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.social.core.identity with parameters of type ConnectionFilterListAccess.TypeModifier and TypeMethodDescriptionvoidConnectionFilterListAccess.setType(ConnectionFilterListAccess.Type type) Sets the type of connection list access.Constructors in org.exoplatform.social.core.identity with parameters of type ConnectionFilterListAccess.TypeModifierConstructorDescriptionConnectionFilterListAccess(org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, org.exoplatform.social.core.storage.api.RelationshipStorage relationshipStorage, org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.profile.ProfileFilter filter, ConnectionFilterListAccess.Type type) The constructor.