Zooflow: EDMI Service WIP
This commit is contained in:
@@ -69,9 +69,12 @@ Interface IEDMIService
|
||||
<OperationContract>
|
||||
Function SetAttributeValue(Data As SetAttributeValue.SetAttributeValueRequest) As SetAttributeValue.SetAttributeValueResponse
|
||||
|
||||
'-----------------------------------------------------
|
||||
' Everything below this line is subject to change!
|
||||
'-----------------------------------------------------
|
||||
<OperationContract>
|
||||
Function ImportFile(Data As GlobalIndexer.ImportFile.ImportFileRequest) As GlobalIndexer.ImportFile.ImportFileResponse
|
||||
|
||||
#End Region
|
||||
|
||||
#Region "Document (Old)"
|
||||
|
||||
<OperationContract>
|
||||
<FaultContract(GetType(ObjectDoesNotExistFault))>
|
||||
@@ -86,7 +89,6 @@ Interface IEDMIService
|
||||
<FaultContract(GetType(UnexpectedErrorFault))>
|
||||
Function ListFilesForUser() As DocumentListResponse
|
||||
|
||||
|
||||
#End Region
|
||||
|
||||
#Region "Helpers"
|
||||
|
||||
Reference in New Issue
Block a user