Click or drag to resize

ICustodianManager Interface

Manager of all interactions with the custodians of a case

Namespace:  EdaIntegrationContract.Import
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface ICustodianManager

The ICustodianManager 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 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 the system with any changed values for the custodian (also see Remarks below)
Public methodValidateCustodianName
Validates that a custodian name passes all validation rules
Top
See Also