Class SDocumentBuilderFactory
java.lang.Object
org.bonitasoft.engine.core.document.model.builder.SDocumentBuilderFactory
- Author:
- Nicolas Chabanoles, Zhang Bole, Baptiste Mesta, Celine Souchet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateNewExternalProcessDocumentReference(String fileName, String mimetype, long authorId, String url) createNewInstance(String fileName, String mimetype, long authorId) createNewProcessDocument(String fileName, String mimetype, long authorId, byte[] content)
-
Constructor Details
-
SDocumentBuilderFactory
public SDocumentBuilderFactory()
-
-
Method Details
-
createNewInstance
-
createNewProcessDocument
public SDocumentBuilder createNewProcessDocument(String fileName, String mimetype, long authorId, byte[] content) -
createNewExternalProcessDocumentReference
public SDocumentBuilder createNewExternalProcessDocumentReference(String fileName, String mimetype, long authorId, String url)
-