Class SipService
- java.lang.Object
-
- fr.gouv.vitam.collect.internal.core.service.SipService
-
public class SipService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SipService(WorkspaceClientFactory workspaceClientFactory, MetadataRepository metadataRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgenerateSip(TransactionModel transactionModel)java.io.InputStreamgetIngestedFileFromWorkspace(TransactionModel transactionModel)
-
-
-
Constructor Detail
-
SipService
public SipService(WorkspaceClientFactory workspaceClientFactory, MetadataRepository metadataRepository)
-
-
Method Detail
-
generateSip
public java.lang.String generateSip(TransactionModel transactionModel) throws CollectInternalException
- Throws:
CollectInternalException
-
getIngestedFileFromWorkspace
public java.io.InputStream getIngestedFileFromWorkspace(TransactionModel transactionModel) throws CollectInternalException
- Throws:
CollectInternalException
-
-