Click or drag to resize

CustodianManager Class

Manager of all interactions with the custodians of a case
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ImportCustodianManager

Namespace:  Law.EdaIntegration.Import
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class CustodianManager

The CustodianManager type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAll
Retrieves the list of Custodians for a case
Public methodCode exampleById
Retrieves a Custodian by its unique identifier
Public methodCode exampleByImportSet
Retrieves the list of Custodians that had input in the supplied Import Set
Public methodCode exampleByName
Retrieves a Custodian by its name
Public methodCode exampleCreate
Creates a new custodian for a case
Public methodCode exampleDelete
Delete one more custodians
Caution note Caution
Deleting a custodian will also delete all the sources for each custodian, and by extension all the documents and metadata for those sources.
Public methodGetEmptyCustodian
Return an empty Custodian object - used for adding a new custodian
Public methodRefreshNeeded
Checks the supplied timestamp against the one in the timestamps table for this repository returns true if the db timestamp is newer than the supplied timestamp and updates the supplied timestamp to the current db value
Public methodCode exampleUpdate
Updates Early Data Analyzer with any changed values for the custodian (also see Remarks below)
Public methodValidateCustodian
Validates that a custodian name passes all validation rules
Top
See Also