C# Class Universe.Modules.Archivers.InventoryArchiveWriteRequest

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Protected Properties

Свойство Type Description
m_archiveWriter Universe.Framework.Serialization.TarArchiveWriter
m_assetGatherer Universe.Framework.SceneInfo.UuidGatherer
m_assetUuids AssetType>.Dictionary
m_assetsToAdd List
m_defaultFolderToSave Universe.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase
m_id System.Guid
m_registry IRegistryCore
m_userUuids int>.Dictionary

Méthodes publiques

Méthode Description
CreateArchiveFolderName ( InventoryFolderBase folder ) : string

Create the archive name for a particular folder.

CreateArchiveFolderName ( string name, UUID id ) : string

Create an archive folder name given its constituent components

CreateArchiveItemName ( InventoryItemBase item ) : string

Create the archive name for a particular item.

CreateArchiveItemName ( string name, UUID id ) : string

Create an archive item name given its constituent components

CreateControlFile ( bool saveAssets ) : string

Create the control file for a 0.1 version archive

Execute ( ) : void

Execute the inventory write request

InventoryArchiveWriteRequest ( System.Guid id, InventoryArchiverModule module, IRegistryCore registry, UserAccount userInfo, string invPath, Stream saveStream, bool UseAssets, InventoryFolderBase folderBase, List assetsToAdd, string checkPermissions ) : System

Constructor

InventoryArchiveWriteRequest ( System.Guid id, InventoryArchiverModule module, IRegistryCore registry, UserAccount userInfo, string invPath, string savePath, bool UseAssets, string checkPermissions ) : System

Constructor

Méthodes protégées

Méthode Description
ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
SaveInvFolder ( InventoryFolderBase inventoryFolder, string path, bool saveThisFolderItself ) : void

Save an inventory folder

SaveInvItem ( InventoryItemBase inventoryItem, string path ) : void
SaveUsers ( ) : void

Save information for the users that we've collected.

Private Methods

Méthode Description
CanUserArchiveObject ( UUID UserID, InventoryItemBase InvItem ) : bool

Checks whether the user has permission to export an inventory item to an IAR.

Method Details

CreateArchiveFolderName() public static méthode

Create the archive name for a particular folder.
public static CreateArchiveFolderName ( InventoryFolderBase folder ) : string
folder Universe.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase
Résultat string

CreateArchiveFolderName() public static méthode

Create an archive folder name given its constituent components
public static CreateArchiveFolderName ( string name, UUID id ) : string
name string
id UUID
Résultat string

CreateArchiveItemName() public static méthode

Create the archive name for a particular item.
public static CreateArchiveItemName ( InventoryItemBase item ) : string
item Universe.Framework.Services.ClassHelpers.Inventory.InventoryItemBase
Résultat string

CreateArchiveItemName() public static méthode

Create an archive item name given its constituent components
public static CreateArchiveItemName ( string name, UUID id ) : string
name string
id UUID
Résultat string

CreateControlFile() public static méthode

Create the control file for a 0.1 version archive
public static CreateControlFile ( bool saveAssets ) : string
saveAssets bool
Résultat string

Execute() public méthode

Execute the inventory write request
public Execute ( ) : void
Résultat void

InventoryArchiveWriteRequest() public méthode

Constructor
public InventoryArchiveWriteRequest ( System.Guid id, InventoryArchiverModule module, IRegistryCore registry, UserAccount userInfo, string invPath, Stream saveStream, bool UseAssets, InventoryFolderBase folderBase, List assetsToAdd, string checkPermissions ) : System
id System.Guid
module InventoryArchiverModule
registry IRegistryCore
userInfo Universe.Framework.Services.UserAccount
invPath string
saveStream Stream
UseAssets bool
folderBase Universe.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase
assetsToAdd List
checkPermissions string
Résultat System

InventoryArchiveWriteRequest() public méthode

Constructor
public InventoryArchiveWriteRequest ( System.Guid id, InventoryArchiverModule module, IRegistryCore registry, UserAccount userInfo, string invPath, string savePath, bool UseAssets, string checkPermissions ) : System
id System.Guid
module InventoryArchiverModule
registry IRegistryCore
userInfo Universe.Framework.Services.UserAccount
invPath string
savePath string
UseAssets bool
checkPermissions string
Résultat System

ReceivedAllAssets() protected méthode

protected ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
Résultat void

SaveInvFolder() protected méthode

Save an inventory folder
protected SaveInvFolder ( InventoryFolderBase inventoryFolder, string path, bool saveThisFolderItself ) : void
inventoryFolder Universe.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase The inventory folder to save
path string The path to which the folder should be saved
saveThisFolderItself bool If true, save this folder itself. If false, only saves contents
Résultat void

SaveInvItem() protected méthode

protected SaveInvItem ( InventoryItemBase inventoryItem, string path ) : void
inventoryItem Universe.Framework.Services.ClassHelpers.Inventory.InventoryItemBase
path string
Résultat void

SaveUsers() protected méthode

Save information for the users that we've collected.
protected SaveUsers ( ) : void
Résultat void

Property Details

m_archiveWriter protected_oe property

protected TarArchiveWriter,Universe.Framework.Serialization m_archiveWriter
Résultat Universe.Framework.Serialization.TarArchiveWriter

m_assetGatherer protected_oe property

protected UuidGatherer,Universe.Framework.SceneInfo m_assetGatherer
Résultat Universe.Framework.SceneInfo.UuidGatherer

m_assetUuids protected_oe property

protected Dictionary m_assetUuids
Résultat AssetType>.Dictionary

m_assetsToAdd protected_oe property

protected List m_assetsToAdd
Résultat List

m_defaultFolderToSave protected_oe property

protected InventoryFolderBase,Universe.Framework.Services.ClassHelpers.Inventory m_defaultFolderToSave
Résultat Universe.Framework.Services.ClassHelpers.Inventory.InventoryFolderBase

m_id protected_oe property

protected Guid,System m_id
Résultat System.Guid

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore

m_userUuids protected_oe property

protected Dictionary m_userUuids
Résultat int>.Dictionary