Uses of Class
org.vrspace.server.obj.Ownership
-
Packages that use Ownership Package Description org.vrspace.server.core -
-
Uses of Ownership in org.vrspace.server.core
Methods in org.vrspace.server.core that return Ownership Modifier and Type Method Description default OwnershipVRObjectRepository. getOwnership(long ownerId, long ownedId)Methods in org.vrspace.server.core that return types with arguments of type Ownership Modifier and Type Method Description Optional<Ownership>VRObjectRepository. findOwnership(long ownerId, long ownedId)WARNING this doesn't return full, useful owned VRObject - position and other members are missing - use getOwnership insteaddefault List<Ownership>VRObjectRepository. getOwned(long ownerId)List<Ownership>VRObjectRepository. getOwnerships(long clientId)WARNING this doesn't return full, useful owned VRObject - position and other members are missing - use getOwned instead
-