<PackageReference Include="Relativity.ObjectManager" Version="9.4.224.2" />
API Differences between 9.4.224.2 and 9.5.133.35
78 Additions
193 Removals
Relativity.Kepler.Services
Relativity.Kepler.Status
Relativity.Services
Relativity.Services.Analytics
Relativity.Services.Credential
Relativity.Services.DashboardObject
Relativity.Services.DataContracts.DTOs.Folder
Relativity.Services.DataContracts.DTOs.ItemListView
Relativity.Services.Document
Relativity.Services.Field
Relativity.Services.Files
Relativity.Services.Folder
-
public class FolderMoveResultSet : MassProcessResultSetBase
-
public interface IFolderManager : IDisposable
- Task<FolderStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID)
- Task<FolderMoveResultSet> MoveFolderAsync(int workspaceArtifactID, int artifactID, int destinationFolderID)
- Task<FolderMoveResultSet> MoveFolderAsync(int workspaceArtifactID, int artifactID, int destinationFolderID, CancellationToken cancel)
- Task<FolderMoveResultSet> MoveFolderAsync(int workspaceArtifactID, int artifactID, int destinationFolderID, IProgress<MoveProcessStateProgress> progress)
- Task<FolderMoveResultSet> MoveFolderAsync(int workspaceArtifactID, int artifactID, int destinationFolderID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
Relativity.Services.ItemListView
Relativity.Services.LoggingConfig
Relativity.Services.ObjectQuery
-
public interface IObjectQueryManager : IDisposable
- Task<ObjectQueryUniqueFieldValuesResult> QueryUniqueFieldValuesAsync(int workspaceId, int artifactTypeId, string fieldName)
- Task<ObjectQueryUniqueFieldValuesResult> QueryUniqueFieldValuesAsync(int workspaceId, int artifactTypeId, string fieldName, CancellationToken cancel)
- Task<ObjectQueryUniqueFieldValuesResult> QueryUniqueFieldValuesAsync(int workspaceId, int artifactTypeId, string fieldName, IProgress<ProgressReport> progress)
- Task<ObjectQueryUniqueFieldValuesResult> QueryUniqueFieldValuesAsync(int workspaceId, int artifactTypeId, string fieldName, CancellationToken cancel, IProgress<ProgressReport> progress)
-
public class ObjectQueryUniqueFieldValuesResult
-
public class Query
Relativity.Services.ObjectTypeReference
Relativity.Services.Objects
Relativity.Services.Objects.Models
Relativity.Services.PasswordBank
Relativity.Services.Pipeline
Relativity.Services.Pipeline.Http
Relativity.Services.Pipeline.Logger
Relativity.Services.Pivot
-
public interface IPivotManager : IDisposable
- Task<PivotExportResult> ExecuteExportAsync(int workspaceId, Dashboard dashboard, Query objectSetQuery)
- Task<PivotExportResult> ExecuteExportAsync(int workspaceId, Dashboard dashboard, Query objectSetQuery, CancellationToken cancel)
- Task<PivotExportResult> ExecuteExportAsync(int workspaceId, Dashboard dashboard, Query objectSetQuery, IProgress<string> progress)
- Task<PivotExportResult> ExecuteExportAsync(int workspaceId, Dashboard dashboard, Query objectSetQuery, CancellationToken cancel, IProgress<string> progress)
-
public class PivotExportResult
Relativity.Services.PivotProfile
Relativity.Services.Proxy
Relativity.Services.Proxy.Async
Relativity.Services.Proxy.LRP
Relativity.Services.Proxy.RPC
Relativity.Services.Proxy.Routing
Relativity.Services.Proxy.Serialization
Relativity.Services.RelativityApplication
Relativity.Services.RelativityObject
Relativity.Services.RelativityOneIntegration
Relativity.Services.ResourceServer
Relativity.Services.Result
Relativity.Services.Search
-
public class Criteria : CriteriaBase
-
public enum CriteriaConditionEnum
-
public class DataGridSearch : SavedSearchRef
-
public interface ISavedSearch
-
public interface ISearchCriteriaAssociable
-
public interface IAnalyticsSearchManager : IDisposable
- Task<SavedSearchRef> CopySingleAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SearchAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID, List<int> ancestorArtifactIDs)
- Task<List<int>> GetReferencedSavedSearchesAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, IProgress<MoveProcessStateProgress> progress)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
-
public interface IDataGridSearchManager : IDisposable
- Task<SavedSearchRef> CopySingleAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SearchAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID, List<int> ancestorArtifactIDs)
- Task<List<int>> GetReferencedSavedSearchesAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, IProgress<MoveProcessStateProgress> progress)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
-
public interface IdtSearchManager : IDisposable
- Task<SavedSearchRef> CopySingleAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SearchAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID, List<int> ancestorArtifactIDs)
- Task<List<int>> GetReferencedSavedSearchesAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, IProgress<MoveProcessStateProgress> progress)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
-
public interface IKeywordSearchManager : IDisposable
- Task<SavedSearchRef> CopySingleAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SearchAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID, List<int> ancestorArtifactIDs)
- Task<List<int>> GetReferencedSavedSearchesAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, IProgress<MoveProcessStateProgress> progress)
- Task<SavedSearchMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
-
public interface ISearchContainerManager : IDisposable
- Task<SearchContainerMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID)
- Task<SearchContainerMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel)
- Task<SearchContainerMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, IProgress<MoveProcessStateProgress> progress)
- Task<SearchContainerMoveResultSet> MoveAsync(int workspaceArtifactID, int artifactID, int destinationContainerID, CancellationToken cancel, IProgress<MoveProcessStateProgress> progress)
-
public class SavedSearchMoveResultSet : MassProcessResultSetBase
-
public class SearchAccessStatus
-
public class SearchContainerMoveResultSet : MassProcessResultSetBase
-
public class SearchProvider
- public string Type { get; set; }
Relativity.Services.Security
Relativity.Services.Security.Http.Exceptions
Relativity.Services.Security.Models
Relativity.Services.Serialization
Relativity.Services.ServiceProxy
Relativity.Services.StaticObject
Relativity.Services.User
Relativity.Services.View