C# Class strICT.InFlow.Db.StoreHandler

central class that returns the actual store implementations
Datei anzeigen Open project: InFlowBPM/InFlow-BPMS

Public Methods

Method Description
getConfigStore ( string dbConnectionString ) : IConfigStore
getMessageStore ( string dbConnectionString ) : IMessageStore

get the message-store

getProcessStore ( string dbConnectionString ) : IProcessStore

get the process-store

getTaskStore ( string dbConnectionString ) : ITaskStore

get the task-store

getUserStore ( string dbConnectionString ) : IUserStore

Method Details

getConfigStore() public static method

public static getConfigStore ( string dbConnectionString ) : IConfigStore
dbConnectionString string
return IConfigStore

getMessageStore() public static method

get the message-store
public static getMessageStore ( string dbConnectionString ) : IMessageStore
dbConnectionString string database connectionstring
return IMessageStore

getProcessStore() public static method

get the process-store
public static getProcessStore ( string dbConnectionString ) : IProcessStore
dbConnectionString string database connectionstring
return IProcessStore

getTaskStore() public static method

get the task-store
public static getTaskStore ( string dbConnectionString ) : ITaskStore
dbConnectionString string database connectionstring
return ITaskStore

getUserStore() public static method

public static getUserStore ( string dbConnectionString ) : IUserStore
dbConnectionString string
return IUserStore