Note: This API is now obsolete.
The GroupRepository contains methods which apply to Groups.
Inheritance Hierarchy
kCura.Relativity.Client.RepositoriesGenericRepositoryGroup
kCura.Relativity.Client.RepositoriesGroupRepository
Namespace: kCura.Relativity.Client.Repositories
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[ObsoleteAttribute("Use IGroupManager instead. See https://platform.relativity.com/RelativityOne/Content/What_s_new/RSAPI_deprecation_process.htm for more details.")] public class GroupRepository : GenericRepository<Group>
The GroupRepository type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Create(ListT) |
Creates the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | Create(T) |
Creates the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | CreateSingle |
Creates a single Artifact of the supplied DTO type.
(Inherited from GenericRepositoryT.) |
![]() | Delete(ListInt32) |
Deletes the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | Delete(Int32) |
Deletes the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | Delete(T) |
Deletes the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | DeleteSingle(Guid) |
Deletes the specified Artifact.
(Inherited from GenericRepositoryT.) |
![]() | DeleteSingle(Int32) |
Deletes the specified Artifact.
(Inherited from GenericRepositoryT.) |
![]() | 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 |
Creates RDO instances for each ArtifactRequest in artifacts based on the Field values provided by a 'template' ArtifactRequest.
(Inherited from GenericRepositoryT.) |
![]() | MassEdit |
Applies the Field values from the 'template' artifact to each of the Artifacts identified by the array of ArtifactIDs.
(Inherited from GenericRepositoryT.) |
![]() | Query |
Queries Relativity to find Artifacts matching the selection criteria.
(Inherited from GenericRepositoryT.) |
![]() | QuerySubset |
Fetches additional search results after a call to Query.
(Inherited from GenericRepositoryT.) |
![]() | Read(ListInt32) |
Reads the specified Artifacts. For each Artifact, all fields will be returned.
(Inherited from GenericRepositoryT.) |
![]() | Read(Int32) |
Reads the specified Artifacts. For each Artifact, all fields will be returned.
(Inherited from GenericRepositoryT.) |
![]() | Read(T) |
Reads the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | ReadSingle(Guid) |
Returns the Artifact matching the specified artifact GUID.
(Inherited from GenericRepositoryT.) |
![]() | ReadSingle(Int32) |
Returns the Artifact matching the specified artifact ID.
(Inherited from GenericRepositoryT.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update(ListT) |
Updates the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | Update(T) |
Updates the specified Artifacts.
(Inherited from GenericRepositoryT.) |
![]() | UpdateSingle |
Updates the specified Artifact.
(Inherited from GenericRepositoryT.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | CreateItemGroup |
Creates the specified Artifact object and adds it to the current Repository.
(Defined by GenericRepositoryExtensions.) |
![]() | DeleteItemGroup |
Deletes the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
![]() | ReadItemGroup |
Reads the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
![]() | UpdateItemGroup |
Updates the specified Artifact.
(Defined by GenericRepositoryExtensions.) |
Remarks
System administrators can retrieve data about all groups in Relativity when they perform read or query operations.
When users who are not system administrators query for all groups without specifying a condition, the read and query operations return only information about the groups that include them as members. If the query includes a condition, information about any other groups is filtered out and only their assigned groups are returned. For these users, the properties returned on their groups are limited to ArtifactID, Name, and GroupType.
See Also