public static class DocumentMessage.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder(String type,
String parentPath,
String name) |
Modifier and Type | Method and Description |
---|---|
DocumentMessage |
build() |
String |
getName() |
String |
getParentPath() |
Map<String,Serializable> |
getProperties() |
String |
getType() |
DocumentMessage.Builder |
setBlob(Blob blob) |
DocumentMessage.Builder |
setBlobInfo(BlobInfo blobInfo) |
DocumentMessage.Builder |
setProperties(HashMap<String,Serializable> properties) |
public DocumentMessage.Builder setProperties(HashMap<String,Serializable> properties)
public DocumentMessage.Builder setBlob(Blob blob)
public DocumentMessage.Builder setBlobInfo(BlobInfo blobInfo)
public String getParentPath()
public Map<String,Serializable> getProperties()
public DocumentMessage build()
Copyright © 2017 Nuxeo. All rights reserved.