Class WriteMetadataToBinaryFromDocument
- java.lang.Object
-
- org.nuxeo.binary.metadata.internals.operations.WriteMetadataToBinaryFromDocument
-
public class WriteMetadataToBinaryFromDocument extends Object
- Since:
- 7.1
-
-
Field Summary
Fields Modifier and Type Field Description protected BinaryMetadataService
binaryMetadataService
protected String
blobXPath
static String
ID
protected Properties
metadata
protected String
processor
protected boolean
save
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description WriteMetadataToBinaryFromDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentModel
run(DocumentModel doc)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
binaryMetadataService
protected BinaryMetadataService binaryMetadataService
-
processor
protected String processor
-
metadata
protected Properties metadata
-
blobXPath
protected String blobXPath
-
save
protected boolean save
-
-
Method Detail
-
run
public DocumentModel run(DocumentModel doc)
-
-