====== AssetServiceConnector ====== ===== Configuration ===== ^ [AssetService] Config Item Name ^ Default ^ Example ^ Description ^ | LocalServiceModule | | | | | AllowRemoteDelete | false | | | | AllowRemoteDeleteAllTypes | false | | Delete all asset types or MapTiles only? | ===== Console Commands ===== Command Category: Assets * show asset - Show asset information: Name, Description, Type and #, Content-type, Size, Temporary, and Flags * delete asset - Delete asset from database (FIXME NOT IMPLEMENTED YET?) * dump asset - Dump asset to a filename, which is same as the ID given ===== Functions ===== * [[AssetServiceConnector]] ( [[IConfigSource]] config, [[IHttpServer]] server, string configName ) * [[HandleDeleteAsset]] ( string module, string[] args ) (FIXME NOT IMPLEMENTED YET) * [[HandleDumpAsset]] ( string module, string[] args ) * [[HandleShowAsset]] ( string modile, string[] args ) ===== Related Classes ===== * [[AssetServerGetHandler]] - handles asset server GET /asset/UUID calls * [[AssetServerPostHandler]] - handles asset server POST /asset/UUID calls * [[AssetServerDeleteHandler]] - handlers asset server DELETE /asset/UUID calls ===== Related Source Files ===== * [[AssetServiceInConnectorModule]].cs * [[AvatarFactoryModuleTests]].cs * [[AssetServerConnector]].cs * [[HGAssetServiceConnector]].cs * [[SimianAssetServiceConnector]].cs