CaseManager Class |
Namespace: Law.EdaIntegration.Case
public class CaseManager
The CaseManager type exposes the following members.
Name | Description | |||
---|---|---|---|---|
All |
Retrieves a list of all the cases in Early Data Analyzer
| |||
ByClient |
Retrieves a list of cases for the provided client
| |||
CaseExistsByName |
Checks if a case by this name already exists
| |||
Create |
Creates a new case in Early Data Analyzer using the current default case properties
| |||
Delete |
Deletes a case from Early Data Analyzer. This will delete the database and
optionally the associated home directory for this case.
The amount of time it will take for this operation to complete will vary based on the whether the database is in use and the number and size of files in the Home Directory if the directory is being removed as well.
| |||
GetProcessInfo |
Retrieve the active and pending processes for a case
| |||
OpenCaseById |
Retrieves a specific case by its unique identifier
| |||
OpenCaseByName |
Retrieves a specific case by its name
| |||
Update |
Updates Early Data Analyzer with any changed values for the case
|