Inheritance diagram for OpenSim::Framework::Communications::IInterServiceInventoryServices:

Public Member Functions | |
| bool | CreateNewUserInventory (UUID user) |
| Create a new inventory for the given user. | |
| List< InventoryFolderBase > | GetInventorySkeleton (UUID userId) |
| Returns a list of all the folders in a given user's inventory. | |
| List< InventoryItemBase > | GetActiveGestures (UUID userId) |
| Returns a list of all the active gestures in a user's inventory. | |
| bool OpenSim::Framework::Communications::IInterServiceInventoryServices::CreateNewUserInventory | ( | UUID | user | ) |
Create a new inventory for the given user.
| user |
Implemented in OpenSim::Framework::Communications::InventoryServiceBase, and OpenSim::Grid::Communications::OGS1::OGS1InterServiceInventoryService.
| List<InventoryFolderBase> OpenSim::Framework::Communications::IInterServiceInventoryServices::GetInventorySkeleton | ( | UUID | userId | ) |
Returns a list of all the folders in a given user's inventory.
| userId |
Implemented in OpenSim::Framework::Communications::InventoryServiceBase, and OpenSim::Grid::Communications::OGS1::OGS1InterServiceInventoryService.
| List<InventoryItemBase> OpenSim::Framework::Communications::IInterServiceInventoryServices::GetActiveGestures | ( | UUID | userId | ) |
Returns a list of all the active gestures in a user's inventory.
| userId | The UUID of the user |
Implemented in OpenSim::Framework::Communications::InventoryServiceBase, and OpenSim::Grid::Communications::OGS1::OGS1InterServiceInventoryService.
1.5.1