Uses of Class
org.vrspace.server.obj.UserData
Packages that use UserData
-
Uses of UserData in org.vrspace.server.api
Methods in org.vrspace.server.api that return types with arguments of type UserDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserData>
Data.getUserData
(String key, jakarta.servlet.http.HttpSession session) Get user data for the keyData.listUserData
(jakarta.servlet.http.HttpSession session) List all user data belonging to the client.Methods in org.vrspace.server.api with parameters of type UserDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
Data.setUserData
(UserData data, jakarta.servlet.http.HttpSession session) Add or replace existing user data. -
Uses of UserData in org.vrspace.server.core
Methods in org.vrspace.server.core that return types with arguments of type UserDataModifier and TypeMethodDescriptionVRObjectRepository.findUserData
(long objectId, String key) VRObjectRepository.listUserData
(long objectId)