IMatterManager Interface

Relativity Services API

Note: This API is now obsolete.

IMatterManager interface enables interaction with Matter.

Namespace:  Relativity.Services.Matter
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

[ObsoleteAttribute("Use Relativity.Services.Interfaces.Matter.IMatterManager", 
	false)]
public interface IMatterManager : IDisposable

The IMatterManager type exposes the following members.

Methods

  NameDescription
Public methodCreateSingleAsync Obsolete.
Asynchronously creates an instance of Matter.
Public methodDeleteSingleAsync Obsolete.
Asynchronously deletes an instance of Matter.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetClientsForMatterAsync Obsolete.
Get the available clients.
Public methodGetStatusChoicesForMatterAsync Obsolete.
Get the available status choices.
Public methodQueryAsync(Query) Obsolete.
Asynchronously query for a collection of Matter instances.
Public methodQueryAsync(Query, Int32) Obsolete.
Asynchronously query for a collection of Matter instances.
Public methodQuerySubsetAsync Obsolete.
Asynchronously query for a subset of a collection of Matter instances.
Public methodReadSingleAsync Obsolete.
Asynchronously read a instance of Matter.
Public methodUpdateSingleAsync Obsolete.
Asynchronously updates an instance of Matter.
Top
See Also

Reference