Class AttachBlob
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.blob.AttachBlob
-
public class AttachBlob extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentModel
doc
static String
ID
protected boolean
save
protected CoreSession
session
protected String
xpath
-
Constructor Summary
Constructors Constructor Description AttachBlob()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
xpath
protected String xpath
-
doc
protected DocumentModel doc
-
save
protected boolean save
-
-