protected class BaseDocument.Visit extends Object
Modifier and Type | Field and Description |
---|---|
protected Consumer<Document.BlobAccessor> |
blobVisitor |
protected Runnable |
markDirty |
protected Deque<String> |
path |
Constructor and Description |
---|
Visit(Consumer<Document.BlobAccessor> blobVisitor,
Runnable markDirty) |
Modifier and Type | Method and Description |
---|---|
void |
visitBlobsComplex(T state,
ComplexType complexType) |
protected void |
visitBlobsField(T state,
Field field) |
protected final Consumer<Document.BlobAccessor> blobVisitor
public Visit(Consumer<Document.BlobAccessor> blobVisitor, Runnable markDirty)
public void visitBlobsComplex(T state, ComplexType complexType) throws PropertyException
PropertyException
protected void visitBlobsField(T state, Field field) throws PropertyException
PropertyException
Copyright © 2018 Nuxeo. All rights reserved.