Show / Hide Table of Contents

Interface IRepositoryServiceChannel

Inherited Members
IRepositoryService.CreateRepository(String, String)
IRepositoryService.CreateRepositoryAsync(String, String)
IRepositoryService.RemoveRepository(String)
IRepositoryService.RemoveRepositoryAsync(String)
IRepositoryService.GetRepositoryInfo()
IRepositoryService.GetRepositoryInfoAsync()
IRepositoryService.GetRepositoryStatistics()
IRepositoryService.GetRepositoryStatisticsAsync()
IRepositoryService.AddPermissions(RepositorySecurityContext)
IRepositoryService.AddPermissionsAsync(RepositorySecurityContext)
IRepositoryService.GetPermissions(Collection<IdentifierTriple>, Collection<Guid>)
IRepositoryService.GetPermissionsAsync(Collection<IdentifierTriple>, Collection<Guid>)
IRepositoryService.RemovePermissions(Collection<Int64>)
IRepositoryService.RemovePermissionsAsync(Collection<Int64>)
IRepositoryService.RemoveRepositorySetting(String)
IRepositoryService.RemoveRepositorySettingAsync(String)
IRepositoryService.SetRepositorySetting(RepositorySetting)
IRepositoryService.SetRepositorySettingAsync(RepositorySetting)
IRepositoryService.GetRepositorySetting(String)
IRepositoryService.GetRepositorySettingAsync(String)
IRepositoryService.GetRepositorySettings()
IRepositoryService.GetRepositorySettingsAsync()
IRepositoryService.GetSet(IdentifierTriple)
IRepositoryService.GetSetAsync(IdentifierTriple)
IRepositoryService.GetRelationships(Collection<IdentifierTriple>, RelationshipFacet)
IRepositoryService.GetRelationshipsAsync(Collection<IdentifierTriple>, RelationshipFacet)
IRepositoryService.GetTypedRelationships(Collection<IdentifierTriple>, RelationshipFacet)
IRepositoryService.GetTypedRelationshipsAsync(Collection<IdentifierTriple>, RelationshipFacet)
IRepositoryService.GetTypedSet(IdentifierTriple)
IRepositoryService.GetTypedSetAsync(IdentifierTriple)
IRepositoryService.SearchTypedSet(IdentifierTriple, SetSearchFacet)
IRepositoryService.SearchTypedSetAsync(IdentifierTriple, SetSearchFacet)
IRepositoryService.GetLatestSet(IdentifierTriple)
IRepositoryService.GetLatestSetAsync(IdentifierTriple)
IRepositoryService.CreateComment(Guid, String, Int64, String)
IRepositoryService.CreateCommentAsync(Guid, String, Int64, String)
IRepositoryService.GetComments(Guid, String)
IRepositoryService.GetCommentsAsync(Guid, String)
IRepositoryService.GetCommentsCollection(Collection<IdentifierTriple>)
IRepositoryService.GetCommentsCollectionAsync(Collection<IdentifierTriple>)
IRepositoryService.GetRatings(Guid, String)
IRepositoryService.GetRatingsAsync(Guid, String)
IRepositoryService.CreateRating(Guid, String, Int64, Int32)
IRepositoryService.CreateRatingAsync(Guid, String, Int64, Int32)
IRepositoryService.GetRepositoryItemDescription(Guid, String, Int64)
IRepositoryService.GetRepositoryItemDescriptionAsync(Guid, String, Int64)
IRepositoryService.GetRepositoryItemDescriptions(Collection<IdentifierTriple>)
IRepositoryService.GetRepositoryItemDescriptionsAsync(Collection<IdentifierTriple>)
IRepositoryService.GetRepositoryItemDescriptionsBySubject(GraphSearchFacet)
IRepositoryService.GetRepositoryItemDescriptionsBySubjectAsync(GraphSearchFacet)
IRepositoryService.GetRepositoryItemDescriptionsByObject(GraphSearchFacet)
IRepositoryService.GetRepositoryItemDescriptionsByObjectAsync(GraphSearchFacet)
IRepositoryService.GetRelationshipByObject(GraphSearchFacet)
IRepositoryService.GetRelationshipByObjectAsync(GraphSearchFacet)
IRepositoryService.GetRelationshipBySubject(GraphSearchFacet)
IRepositoryService.GetRelationshipBySubjectAsync(GraphSearchFacet)
IRepositoryService.GetLatestVersionNumber(Guid, String)
IRepositoryService.GetLatestVersionNumberAsync(Guid, String)
IRepositoryService.GetLatestVersionNumberOfTag(Guid, String, String)
IRepositoryService.GetLatestVersionNumberOfTagAsync(Guid, String, String)
IRepositoryService.GetLatestVersionNumbers(Collection<IdentifierTriple>)
IRepositoryService.GetLatestVersionNumbersAsync(Collection<IdentifierTriple>)
IRepositoryService.GetVersions(Guid, String)
IRepositoryService.GetVersionsAsync(Guid, String)
IRepositoryService.GetVersionHistory(Guid, String)
IRepositoryService.GetVersionHistoryAsync(Guid, String)
IRepositoryService.CreateTag(Guid, String, Int64, String)
IRepositoryService.CreateTagAsync(Guid, String, Int64, String)
IRepositoryService.RemoveTag(Guid, String, Int64, String)
IRepositoryService.RemoveTagAsync(Guid, String, Int64, String)
IRepositoryService.GetTags(Guid, String, Int64)
IRepositoryService.GetTagsAsync(Guid, String, Int64)
IRepositoryService.GetItem(Guid, String, Int64)
IRepositoryService.GetItemAsync(Guid, String, Int64)
IRepositoryService.GetItems(Collection<IdentifierTriple>)
IRepositoryService.GetItemsAsync(Collection<IdentifierTriple>)
IRepositoryService.GetLatestItems(Collection<IdentifierTriple>)
IRepositoryService.GetLatestItemsAsync(Collection<IdentifierTriple>)
IRepositoryService.GetLatestItem(Guid, String)
IRepositoryService.GetLatestItemAsync(Guid, String)
IRepositoryService.RepositorySearch(SearchFacet)
IRepositoryService.RepositorySearchAsync(SearchFacet)
IRepositoryService.UpdateDeprecatedState(Collection<IdentifierTriple>, Boolean, Boolean)
IRepositoryService.UpdateDeprecatedStateAsync(Collection<IdentifierTriple>, Boolean, Boolean)
IRepositoryService.DeprecateItem(Guid, String, Int64)
IRepositoryService.DeprecateItemAsync(Guid, String, Int64)
IRepositoryService.RestoreItem(Guid, String, Int64)
IRepositoryService.RestoreItemAsync(Guid, String, Int64)
IRepositoryService.DeprecateAllItemVersions(Guid, String)
IRepositoryService.DeprecateAllItemVersionsAsync(Guid, String)
IRepositoryService.RestoreAllItemVersions(Guid, String)
IRepositoryService.RestoreAllItemVersionsAsync(Guid, String)
IRepositoryService.RegisterItem(RepositoryItem, CommitOptions)
IRepositoryService.RegisterItemAsync(RepositoryItem, CommitOptions)
IRepositoryService.RegisterItems(Collection<RepositoryItem>, CommitOptions)
IRepositoryService.RegisterItemsAsync(Collection<RepositoryItem>, CommitOptions)
IRepositoryService.CreateTransaction()
IRepositoryService.CreateTransactionAsync()
IRepositoryService.GetTransactions(Collection<Int64>)
IRepositoryService.GetTransactionsAsync(Collection<Int64>)
IRepositoryService.ListTransactions(RepositoryTransactionListOptions)
IRepositoryService.ListTransactionsAsync(RepositoryTransactionListOptions)
IRepositoryService.CommitTransaction(RepositoryTransactionCommitOptions)
IRepositoryService.CommitTransactionAsync(RepositoryTransactionCommitOptions)
IRepositoryService.CancelTransaction(RepositoryTransactionCancelOptions)
IRepositoryService.CancelTransactionAsync(RepositoryTransactionCancelOptions)
IRepositoryService.AddItemsToTransaction(RepositoryTransactionAddItemsRequest)
IRepositoryService.AddItemsToTransactionAsync(RepositoryTransactionAddItemsRequest)
IRepositoryService.GetItemsInTransaction(Int64)
IRepositoryService.GetItemsInTransactionAsync(Int64)
IClientChannel.DisplayInitializationUI()
IClientChannel.BeginDisplayInitializationUI(AsyncCallback, Object)
IClientChannel.EndDisplayInitializationUI(IAsyncResult)
IClientChannel.AllowInitializationUI
IClientChannel.DidInteractiveInitialization
IClientChannel.Via
IClientChannel.UnknownMessageReceived
IContextChannel.AllowOutputBatching
IContextChannel.InputSession
IContextChannel.LocalAddress
IContextChannel.OperationTimeout
IContextChannel.OutputSession
IContextChannel.RemoteAddress
IContextChannel.SessionId
IChannel.GetProperty<T>()
ICommunicationObject.Abort()
ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)
ICommunicationObject.BeginClose(AsyncCallback, Object)
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.EndClose(IAsyncResult)
ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)
ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)
ICommunicationObject.EndOpen(IAsyncResult)
ICommunicationObject.State
ICommunicationObject.Closed
ICommunicationObject.Closing
ICommunicationObject.Faulted
ICommunicationObject.Opened
ICommunicationObject.Opening
IExtensibleObject<IContextChannel>.Extensions
IDisposable.Dispose()
Namespace: Algenta.Colectica.Repository.Client.RepositoryServiceReference
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public interface IRepositoryServiceChannel : IRepositoryService, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable

Extension Methods

Util.UsingWcf<T>(T, Action<T>)
Util.UsingWcfAsync<T>(T, Func<T, Task>)
In This Article
Back to top Generated by DocFX