EDMI: Add GetDocumentInfo

This commit is contained in:
Jonathan Jenne
2020-12-22 16:28:06 +01:00
parent 2800169251
commit 62ac7860ef
14 changed files with 379 additions and 267 deletions

View File

@@ -50,11 +50,6 @@ Interface IEDMIService
Function ExecuteNonQuery_MSSQL_ECM(SQL As String) As NonQueryResult
#End Region
#Region "Access Rights"
<OperationContract>
Function GetAccessRight(UserId As Long, ObjectId As Long) As AccessRightResult
#End Region
#Region "Document (New)"
<OperationContract>
Function ImportFile(Data As DocumentImportRequest) As DocumentImportResponse
@@ -62,6 +57,9 @@ Interface IEDMIService
<OperationContract>
Function GetFileByObjectId(Data As DocumentStreamRequest) As DocumentStreamResponse
<OperationContract>
Function GetFileInfoByObjectId(Data As DocumentInfoRequest) As DocumentInfoResponse
<OperationContract>
Function ListFilesForUser() As DocumentListResponse
#End Region