ITapiObjectService
Represents an abstract object to provide Transfer API object services to the transfer bridges.
Applies the appropriate parameter changes to create a transfer bridge that doesn't require files to be mapped to a specific file repository.
Creates the file system service.
Creates a Relativity connection information object and validates the endpoints.
IRelativityTransferHost CreateRelativityTransferHost(RelativityConnectionInfo connectionInfo, ILog logger)
Creates the relativity transfer host object.
Gets the client identifier.
Gets the transfer API client from the unique identifier.
Asynchronously gets the Transfer API client display name that will be used for the given workspace.
Asynchronously gets the Transfer API client Id that will be used for the given workspace.
Task<RelativityFileShare> GetWorkspaceDefaultFileShareAsync(TapiBridgeParameters2 parameters, ILog logger, CancellationToken token)
Asynchronously gets the workspace default file share.
Task<ITapiFileStorageSearchResults> SearchFileStorageAsync(TapiBridgeParameters2 parameters, ILog logger, CancellationToken token)
Asynchronously searches for all available file storage and returns the search result.
Sets the appropriate flags on parameters to match the target Transfer API client.