Uses of Class
org.vrspace.server.obj.Ownership
Packages that use Ownership
-
Uses of Ownership in org.vrspace.server.connect
Methods in org.vrspace.server.connect that return OwnershipMethods in org.vrspace.server.connect with parameters of type OwnershipModifier and TypeMethodDescriptionvoid
ElasticSearchSessionListener.ESLogEntry.setOwnership
(Ownership ownership) -
Uses of Ownership in org.vrspace.server.core
Methods in org.vrspace.server.core that return OwnershipModifier and TypeMethodDescriptiondefault Ownership
VRObjectRepository.getOwnership
(long ownerId, long ownedId) Methods in org.vrspace.server.core that return types with arguments of type OwnershipModifier and TypeMethodDescriptionVRObjectRepository.findOwnership
(long ownerId, long ownedId) WARNING this doesn't return full, useful owned Entity - e.g.VRObjectRepository.getOwnedObjects
(long clientId) WARNING this doesn't return full, useful owned VRObject - position and other members are missing - use listOwnedObjects insteadVRObjectRepository.getOwners
(long objectId) VRObjectRepository.getOwnersOf
(long objectId) WARNING this doesn't return full, useful owned Entity - position and other members are missing - use getOwners insteadVRObjectRepository.listOwnedObjects
(long ownerId) -
Uses of Ownership in org.vrspace.server.dto
Methods in org.vrspace.server.dto that return OwnershipMethods in org.vrspace.server.dto with parameters of type Ownership