public class DocumentServiceImpl extends Object implements org.bonitasoft.engine.document.DocumentService
| Constructor and Description |
|---|
DocumentServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDocumentContent(String documentId) |
byte[] |
getContent(String documentId) |
org.bonitasoft.engine.document.model.SDocument |
storeDocumentContent(org.bonitasoft.engine.document.model.SDocument sDocument,
byte[] documentContent) |
public DocumentServiceImpl(org.bonitasoft.engine.recorder.Recorder recorder,
org.bonitasoft.engine.persistence.ReadPersistenceService persistenceService)
public byte[] getContent(String documentId) throws org.bonitasoft.engine.document.SDocumentContentNotFoundException
getContent in interface org.bonitasoft.engine.document.DocumentServiceorg.bonitasoft.engine.document.SDocumentContentNotFoundExceptionpublic org.bonitasoft.engine.document.model.SDocument storeDocumentContent(org.bonitasoft.engine.document.model.SDocument sDocument,
byte[] documentContent)
throws org.bonitasoft.engine.document.SDocumentStorageException
storeDocumentContent in interface org.bonitasoft.engine.document.DocumentServiceorg.bonitasoft.engine.document.SDocumentStorageExceptionpublic void deleteDocumentContent(String documentId) throws org.bonitasoft.engine.document.SDocumentDeletionException, org.bonitasoft.engine.document.SDocumentContentNotFoundException
deleteDocumentContent in interface org.bonitasoft.engine.document.DocumentServiceorg.bonitasoft.engine.document.SDocumentDeletionExceptionorg.bonitasoft.engine.document.SDocumentContentNotFoundExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.