HPE Content Manager SDK 9.1
HP.HPTRIM.SDK.DocumentStore Class Reference

ApiDocumentStore More...

Public Member Functions

 DocumentStore ()
 

Static Public Member Functions

static DocumentInfo AddDocument (string fromPath, Database db, string poolId)
 This function allows you to add a document to a TRIM document store. It returns the storeId of the newly added document More...
 
static void ExtractDocument (string toPath, Database db, TrimURI documentInfoUri)
 This function allows extraction of documents from a TRIM document store. More...
 
static void RemoveDocument (Database db, TrimURI documentInfoUri)
 This function allows removal of documents from a TRIM document store. More...
 
static DocumentInfo GetDocumentInfo (Database db, TrimURI documentInfoUri)
 This function allows removal of documents from a TRIM document store. More...
 
static void ExtractAnyTRIMDocument (string toPath, Database db, TrimURI storeUri, string storeId)
 This function allows extraction of any document from any TRIM document store. More...
 
static void RemoveDocument_70 (Database db, TrimURI storeUri, string storeId)
 This function allows removal of documents from a TRIM document store. More...
 
static DocStoreEnumerator GetDocumentEnumerator (Database db, string poolId)
 
static DocStoreEnumerator GetDocumentEnumerator (Database db, string poolId, TrimURI storeUri)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

ApiDocumentStore

Constructor & Destructor Documentation

HP.HPTRIM.SDK.DocumentStore.DocumentStore ( )

Member Function Documentation

static DocumentInfo HP.HPTRIM.SDK.DocumentStore.AddDocument ( string  fromPath,
Database  db,
string  poolId 
)
static

This function allows you to add a document to a TRIM document store. It returns the storeId of the newly added document

static void HP.HPTRIM.SDK.DocumentStore.ExtractAnyTRIMDocument ( string  toPath,
Database  db,
TrimURI  storeUri,
string  storeId 
)
static

This function allows extraction of any document from any TRIM document store.

static void HP.HPTRIM.SDK.DocumentStore.ExtractDocument ( string  toPath,
Database  db,
TrimURI  documentInfoUri 
)
static

This function allows extraction of documents from a TRIM document store.

static DocStoreEnumerator HP.HPTRIM.SDK.DocumentStore.GetDocumentEnumerator ( Database  db,
string  poolId 
)
static
static DocStoreEnumerator HP.HPTRIM.SDK.DocumentStore.GetDocumentEnumerator ( Database  db,
string  poolId,
TrimURI  storeUri 
)
static
static DocumentInfo HP.HPTRIM.SDK.DocumentStore.GetDocumentInfo ( Database  db,
TrimURI  documentInfoUri 
)
static

This function allows removal of documents from a TRIM document store.

static void HP.HPTRIM.SDK.DocumentStore.RemoveDocument ( Database  db,
TrimURI  documentInfoUri 
)
static

This function allows removal of documents from a TRIM document store.

static void HP.HPTRIM.SDK.DocumentStore.RemoveDocument_70 ( Database  db,
TrimURI  storeUri,
string  storeId 
)
static

This function allows removal of documents from a TRIM document store.

Member Data Documentation

bool HP.HPTRIM.SDK.DocumentStore.swigCMemOwn
protected