Class DocumentLeftOperandHandler

java.lang.Object
org.bonitasoft.engine.operation.AbstractDocumentLeftOperandHandler
org.bonitasoft.engine.operation.DocumentLeftOperandHandler
All Implemented Interfaces:
LeftOperandHandler

@Component public class DocumentLeftOperandHandler extends AbstractDocumentLeftOperandHandler
Updates of creates a document of the process. this operation accepts only DocumentValue DocumentValue provides filename, mimetype and content The document that will be update/created have the name given to the leftOperand (leftOperand.getName()) If the document already exists on the process instance (document with same name), it is update. If there is no document with this name, it is created.
Author:
Baptiste Mesta, Matthieu Chaffotte