kCura.WinEDDS.Service.Replacement.KeplerCaseManager
namespace kCura.WinEDDS.Service.Replacement
{
public class KeplerCaseManager : KeplerManager, ICaseManager
{
public KeplerCaseManager(IServiceProxyFactory serviceProxyFactory, IServiceExceptionMapper exceptionMapper, Func<string> correlationIdFunc);
public CaseInfo Read(int caseArtifactID);
public string[] GetAllDocumentFolderPathsForCase(int caseArtifactID);
public DataSet RetrieveAll();
public string[] GetAllDocumentFolderPaths();
}
}