Note: This API is now obsolete.
The RelativityApplicationRepository contains methods which apply to Relativity Applications.
Inheritance Hierarchy
kCura.Relativity.Client.RepositoriesGenericRepositoryRelativityApplication
kCura.Relativity.Client.RepositoriesRelativityApplicationRepository
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[ObsoleteAttribute("Use IApplicationInstallManager instead. See https://platform.relativity.com/RelativityOne/Content/What_s_new/RSAPI_deprecation_process.htm for more details.")] public class RelativityApplicationRepository : GenericRepository<RelativityApplication>, IGenericRepository<RelativityApplication>
The RelativityApplicationRepository type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Create(RelativityApplication) | Obsolete.
Creates the specified Artifacts.
|
![]() | Create(ListRelativityApplication) | Obsolete.
Creates the specified Artifacts.
|
![]() | CreateSingle | Obsolete.
Creates a single Artifact of the supplied DTO type.
|
![]() | Delete(ListInt32) | Obsolete.
Deletes the specified Artifacts.
|
![]() | Delete(Int32) | Obsolete.
Deletes the specified Artifacts.
|
![]() | Delete(RelativityApplication) | Obsolete.
Deletes the specified Artifacts.
|
![]() | Delete(ListRelativityApplication) | Obsolete.
Deletes the specified Artifacts.
|
![]() | DeleteSingle(Guid) | Obsolete.
Deletes the specified Artifact.
|
![]() | DeleteSingle(Int32) | Obsolete.
Deletes the specified Artifact.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MassCreate | Obsolete.
Creates RDO instances for each ArtifactRequest in artifacts based on the Field values provided by a 'template' ArtifactRequest.
|
![]() | MassEdit | Obsolete.
Applies the Field values from the 'template' Artifact to each of the Artifacts identified by the array of ArtifactIDs.
|
![]() | Query | Obsolete.
Queries Relativity to find Artifacts matching the selection criteria.
|
![]() | QuerySubset | Obsolete.
Fetches search results that were not returned in the first call to Query.
|
![]() | Read(ListInt32) | Obsolete.
Reads all fields from each of the specified Artifacts.
|
![]() | Read(Int32) | Obsolete.
Reads all fields from each of the specified Artifacts.
|
![]() | Read(RelativityApplication) | Obsolete.
Reads the specified Artifacts.
|
![]() | Read(ListRelativityApplication) | Obsolete.
Reads all fields from each of the specified Artifacts.
|
![]() | ReadSingle(Guid) | Obsolete.
Returns the Artifact matching the specified artifact GUID.
|
![]() | ReadSingle(Int32) | Obsolete.
Returns the Artifact matching the specified artifact ID.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(RelativityApplication) | Obsolete.
Updates the specified Artifacts.
|
![]() | Update(ListRelativityApplication) | Obsolete.
Updates the specified Artifacts.
|
![]() | UpdateSingle | Obsolete.
Updates the specified Artifact.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | CreateItemRelativityApplication |
Creates the specified Artifact object and adds it to the current Repository.
(Defined by GenericRepositoryExtensions.) |
![]() | DeleteItemRelativityApplication |
Deletes the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
![]() | ReadItemRelativityApplication |
Reads the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
![]() | UpdateItemRelativityApplication |
Updates the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
See Also