<PackageReference Include="Relativity.ObjectManager" Version="9.5.616.1" />
API Differences between 9.5.616.1 and 9.4.321.2
904 Additions
42 Removals
Relativity.Kepler.Logging
-
public static class Log
-
public class OutputWindowLogger : ILog
- public OutputWindowLogger()
- public ILog ForContext(Type source)
- public ILog ForContext(string propertyName, object value, bool destructureObjects)
- public ILog ForContext<T>()
- public IDisposable LogContextPushProperty(string propertyName, object obj)
- public void LogDebug(string messageTemplate, object[] propertyValues)
- public void LogDebug(Exception exception, string messageTemplate, object[] propertyValues)
- public void LogError(string messageTemplate, object[] propertyValues)
- public void LogError(Exception exception, string messageTemplate, object[] propertyValues)
- public void LogFatal(string messageTemplate, object[] propertyValues)
- public void LogFatal(Exception exception, string messageTemplate, object[] propertyValues)
- public void LogInformation(string messageTemplate, object[] propertyValues)
- public void LogInformation(Exception exception, string messageTemplate, object[] propertyValues)
- public void LogVerbose(string messageTemplate, object[] propertyValues)
- public void LogVerbose(Exception exception, string messageTemplate, object[] propertyValues)
- public void LogWarning(string messageTemplate, object[] propertyValues)
- public void LogWarning(Exception exception, string messageTemplate, object[] propertyValues)
Relativity.Kepler.Services
Relativity.Services
Relativity.Services.Analytics
Relativity.Services.Batching
Relativity.Services.DashboardObject
Relativity.Services.DataContracts.DTOs.EventHandler
Relativity.Services.DataContracts.DTOs.Folder
Relativity.Services.DataContracts.DTOs.ItemListView
Relativity.Services.DataContracts.DTOs.Results
Relativity.Services.DataContracts.DTOs.Results.StaticObject
Relativity.Services.DataContracts.DTOs.Search
Relativity.Services.Document
Relativity.Services.DocumentPrintData
Relativity.Services.Exceptions
Relativity.Services.Field
Relativity.Services.FieldManager
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
-
public class SearchProviderCondition
Relativity.Services.ObjectTypeReference
Relativity.Services.Objects
-
public class ObjectRef
-
public interface IObjectManager : IDisposable
- Task<ObjectCreateResult> CreateSingleAsync(int workspaceID, RelativityObject relativityObject, CallingContext callingContext)
- Task<ObjectDeleteResult> DeleteSingleAsync(int workspaceID, RelativityObjectRef relativityObjectRef, CallingContext callingContext)
- Task<ObjectDeleteResult> DeleteSingleAsync(int workspaceID, RelativityObjectRef relativityObjectRef, CallingContext callingContext, CancellationToken cancel, IProgress<DeleteProcessStateProgress> progress)
- Task<ObjectQueryResultSet> QueryAsync(int workspaceID, ObjectTypeRef artifactType, Query query, int start, int length)
- Task<ObjectQueryResultSet> QueryAsync(int workspaceID, ObjectTypeRef artifactType, Query query, int start, int length, IProgress<ProgressReport> progress)
- Task<ObjectQueryResultSet> QueryAsync(int workspaceID, ObjectTypeRef artifactType, Query query, int start, int length, CancellationToken cancel, IProgress<ProgressReport> progress)
- Task<ObjectReadResult> ReadSingleAsync(int workspaceID, int objectID, IEnumerable<FieldRef> fieldRefs, CallingContext callingContext)
- Task<ObjectReadResult> ReadSingleAsync(int workspaceID, Guid objectGuid, IEnumerable<FieldRef> fieldRefs, CallingContext callingContext)
- Task<ObjectUpdateResult> UpdateAsync(int workspaceID, int objectID, RelativityObject relativityObject, CallingContext callingContext)
-
public interface IObjectModule
Relativity.Services.Objects.Exceptions
Relativity.Services.Objects.Models
Relativity.Services.Objects.Models.WebContent
Relativity.Services.Objects.Serialization
Relativity.Services.PasswordBank
Relativity.Services.Permission
Relativity.Services.Pipeline
Relativity.Services.PivotProfile
Relativity.Services.Proxy
Relativity.Services.Proxy.LRP
Relativity.Services.Proxy.RPC
Relativity.Services.Proxy.Routing
Relativity.Services.Proxy.Serialization
Relativity.Services.RelativityApplication
Relativity.Services.RelativityObject
Relativity.Services.ResourceServer
Relativity.Services.Result
Relativity.Services.Review
-
public interface IBatchingManager : IDisposable
- Task<BatchProcessResult> CreateBatchesAsync(int workspaceId, int batchSetArtifactID)
- Task<BatchProcessResult> CreateBatchesAsync(int workspaceId, int batchSetArtifactID, CancellationToken cancel)
- Task<BatchProcessResult> CreateBatchesAsync(int workspaceId, int batchSetArtifactID, IProgress<ProgressReport> progress)
- Task<BatchProcessResult> CreateBatchesAsync(int workspaceId, int batchSetArtifactID, CancellationToken cancel, IProgress<ProgressReport> progress)
- Task<BatchSet> CreateBatchSetAsync(int workspaceId, BatchSet batchSet)
- Task<MassProcessResultSetBase> DeleteBatchSetAsync(int workspaceId, int batchSetArtifactID, CancellationToken cancel, IProgress<ProgressReport> progress)
- Task<AutoBatchProgress> GetAutoBatchStatusAsync(int workspaceId, int batchSetArtifactID)
- Task<BatchProcessResult> PurgeBatchesAsync(int workspaceId, int batchSetArtifactID)
- Task<BatchProcessResult> PurgeBatchesAsync(int workspaceId, int batchSetArtifactID, CancellationToken cancel)
- Task<BatchProcessResult> PurgeBatchesAsync(int workspaceId, int batchSetArtifactID, IProgress<ProgressReport> progress)
- Task<BatchProcessResult> PurgeBatchesAsync(int workspaceId, int batchSetArtifactID, CancellationToken cancel, IProgress<ProgressReport> progress)
- Task<BatchSet> ReadFullAsync(int workspaceId, int batchSetArtifactID)
- Task<BatchSet> ReadSimpleAsync(int workspaceId, int batchSetArtifactID)
- Task<BatchSet> UpdateBatchSetAsync(int workspaceId, BatchSet batchSet)
-
public interface IReviewModule
Relativity.Services.Review.DynamicReviewQueue
Relativity.Services.Search
-
public class AnalyticsSearch : SavedSearchRef, ISavedSearch, IRelativityApplicationAssociable
-
public class Criteria : CriteriaBase
-
public class DataGridSearch : SavedSearchRef, ISavedSearch, IRelativityApplicationAssociable
-
public class dtSearch : SavedSearchRef, ISavedSearch, IRelativityApplicationAssociable
-
public interface ISavedSearch : IRelativityApplicationAssociable
-
public interface ISearchCriteriaAssociable
-
public class KeywordSearch : SavedSearchRef, ISavedSearch, IRelativityApplicationAssociable
-
public class SearchProviderCondition
-
public class AdvancedSearchViewInfo
-
public interface IAnalyticsSearchManager : IDisposable
- Task<SavedSearchRef> CopySingleAsync(int workspaceArtifactID, int searchArtifactID)
- Task<SearchAccessStatus> GetAccessStatusAsync(int workspaceArtifactID, int artifactID, List<int> ancestorArtifactIDs)
- 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<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<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<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<AdvancedSearchViewInfo> GetAdvancedSearchViewInfoAsync(int workspaceArtifactID)
- Task<List<UserRef>> GetAdvancedSearchViewUniqueCreatedByAsync(int workspaceArtifactID)
- Task<List<UserRef>> GetAdvancedSearchViewUniqueModifiedByAsync(int workspaceArtifactID)
- Task<List<UserRef>> GetAdvancedSearchViewUniqueOwnersAsync(int workspaceArtifactID)
- Task<SearchContainerItemCollection> GetFilteredWithAdvancedOptionsSearchContainerTreeAsync(int workspaceArtifactID, SearchContainerTreeFilter filter)
- 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
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