Click or drag to resize

CaseManager Methods

The CaseManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves a list of all the cases in Early Data Analyzer
Public methodCode exampleByClient
Retrieves a list of cases for the provided client
Public methodCaseExistsByName
Checks if a case by this name already exists
Public methodCode exampleCreate
Creates a new case in Early Data Analyzer using the current default case properties
Public methodCode exampleDelete
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.

Important note Important
This feature is intended for use in testing with the EdaIntegration Library. Please exercise caution in its use because there is no undo function for this action.
Public methodCode exampleGetProcessInfo
Retrieve the active and pending processes for a case
Public methodCode exampleOpenCaseById
Retrieves a specific case by its unique identifier
Public methodCode exampleOpenCaseByName
Retrieves a specific case by its name
Public methodCode exampleUpdate
Updates Early Data Analyzer with any changed values for the case
Top
See Also