<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Matter.IMatterManager

public interface IMatterManager : IDisposable
IMatterManager interface enables interaction with Matter.
Task<int> CreateSingleAsync(Matter matterDTO)

Asynchronously creates an instance of Matter.

Task DeleteSingleAsync(int matterArtifactID)

Asynchronously deletes an instance of Matter.

Get the available clients.

Get the available status choices.

Asynchronously query for a collection of Matter instances.

Task<MatterQueryResultSet> QueryAsync(Query query, int length)

Asynchronously query for a collection of Matter instances.

Task<MatterQueryResultSet> QuerySubsetAsync(string queryToken, int start, int length)

Asynchronously query for a subset of a collection of Matter instances.

Task<Matter> ReadSingleAsync(int matterArtifactID)

Asynchronously read a instance of Matter.

Task UpdateSingleAsync(Matter matterDTO)

Asynchronously updates an instance of Matter.