OpenSim
|
This interface exists to distinguish between the normal IAssetDataPlugin and the one used by XAssetService for now. More...
Public Member Functions | |
AssetBase | GetAsset (UUID uuid) |
void | StoreAsset (AssetBase asset) |
bool[] | AssetsExist (UUID[] uuids) |
List< AssetMetadata > | FetchAssetMetadataSet (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... | |
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.
bool [] OpenSim.Data.IXAssetDataPlugin.AssetsExist | ( | UUID[] | uuids | ) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.
bool OpenSim.Data.IXAssetDataPlugin.Delete | ( | string | id | ) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.
List<AssetMetadata> OpenSim.Data.IXAssetDataPlugin.FetchAssetMetadataSet | ( | int | start, |
int | count | ||
) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.
AssetBase OpenSim.Data.IXAssetDataPlugin.GetAsset | ( | UUID | uuid | ) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.
void OpenSim.Data.IXAssetDataPlugin.Initialise | ( | string | connect | ) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.
void OpenSim.Data.IXAssetDataPlugin.StoreAsset | ( | AssetBase | asset | ) |
Implemented in OpenSim.Data.PGSQL.PGSQLXAssetData, and OpenSim.Data.MySQL.MySQLXAssetData.