Package org.waarp.vitam.common.waarp
Interface ManagerToWaarp
-
public interface ManagerToWaarp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansendBackInformation(DipRequestFactory dipRequestFactory, DipRequest dipRequest, String filename, String fileInfo)Launch a SubmitTransfer according to arguments for DipRequestbooleansendBackInformation(IngestRequestFactory ingestRequestFactory, IngestRequest ingestRequest, String filename, String fileInfo)Launch a SubmitTransfer according to arguments for IngestRequest
-
-
-
Method Detail
-
sendBackInformation
boolean sendBackInformation(IngestRequestFactory ingestRequestFactory, IngestRequest ingestRequest, String filename, String fileInfo) throws fr.gouv.vitam.common.exception.InvalidParseOperationException
Launch a SubmitTransfer according to arguments for IngestRequest- Parameters:
ingestRequestFactory-ingestRequest-filename-- Returns:
- True if done
- Throws:
fr.gouv.vitam.common.exception.InvalidParseOperationException
-
sendBackInformation
boolean sendBackInformation(DipRequestFactory dipRequestFactory, DipRequest dipRequest, String filename, String fileInfo) throws fr.gouv.vitam.common.exception.InvalidParseOperationException
Launch a SubmitTransfer according to arguments for DipRequest- Parameters:
dipRequestFactory-dipRequest-filename-- Returns:
- True if done
- Throws:
fr.gouv.vitam.common.exception.InvalidParseOperationException
-
-