OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.IXAssetDataPlugin Interface Reference

This interface exists to distinguish between the normal IAssetDataPlugin and the one used by XAssetService for now. More...

Inheritance diagram for OpenSim.Data.IXAssetDataPlugin:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Data.IXAssetDataPlugin:
Collaboration graph
[legend]

Public Member Functions

AssetBase GetAsset (UUID uuid)
 
void StoreAsset (AssetBase asset)
 
bool[] AssetsExist (UUID[] uuids)
 
List< AssetMetadataFetchAssetMetadataSet (int start, int count)
 
void Initialise (string connect)
 
bool Delete (string id)
 
- Public Member Functions inherited from OpenSim.Framework.IPlugin
void Initialise ()
 Default-initialises the plugin More...
 

Additional Inherited Members

- Properties inherited from OpenSim.Framework.IPlugin
string Version [get]
 Returns the plugin version More...
 
string Name [get]
 Returns the plugin name More...
 

Detailed Description

This interface exists to distinguish between the normal IAssetDataPlugin and the one used by XAssetService for now.

Definition at line 38 of file IXAssetDataPlugin.cs.

Member Function Documentation

bool [] OpenSim.Data.IXAssetDataPlugin.AssetsExist ( UUID[]  uuids)
bool OpenSim.Data.IXAssetDataPlugin.Delete ( string  id)
List<AssetMetadata> OpenSim.Data.IXAssetDataPlugin.FetchAssetMetadataSet ( int  start,
int  count 
)
AssetBase OpenSim.Data.IXAssetDataPlugin.GetAsset ( UUID  uuid)
void OpenSim.Data.IXAssetDataPlugin.Initialise ( string  connect)
void OpenSim.Data.IXAssetDataPlugin.StoreAsset ( AssetBase  asset)

The documentation for this interface was generated from the following file: