Uses of Class
org.nuxeo.importer.stream.message.DocumentMessage
Packages that use DocumentMessage
Package
Description
-
Uses of DocumentMessage in org.nuxeo.importer.stream
Methods in org.nuxeo.importer.stream that return types with arguments of type DocumentMessage -
Uses of DocumentMessage in org.nuxeo.importer.stream.consumer
Methods in org.nuxeo.importer.stream.consumer that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionDocumentMessageConsumerFactory.createConsumer
(String consumerId) Methods in org.nuxeo.importer.stream.consumer with parameters of type DocumentMessageModifier and TypeMethodDescriptionvoid
DocumentMessageConsumer.accept
(DocumentMessage message) protected Blob
DocumentMessageConsumer.getBlob
(DocumentMessage message) -
Uses of DocumentMessage in org.nuxeo.importer.stream.message
Methods in org.nuxeo.importer.stream.message that return DocumentMessageModifier and TypeMethodDescriptionDocumentMessage.Builder.build()
static DocumentMessage
DocumentMessage.copy
(DocumentMessage node, String newName) Methods in org.nuxeo.importer.stream.message with parameters of type DocumentMessageModifier and TypeMethodDescriptionstatic DocumentMessage
DocumentMessage.copy
(DocumentMessage node, String newName) -
Uses of DocumentMessage in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return DocumentMessageModifier and TypeMethodDescriptionprotected DocumentMessage
RandomDocumentMessageProducer.createDocument
(String parentPath, Set<String> exclude) protected DocumentMessage
RandomDocumentMessageProducer.createFolder
(String parentPath, Set<String> exclude) protected DocumentMessage
RandomDocumentMessageProducer.createRoot()
protected DocumentMessage
RandomDocumentMessageProducer.getRandomNode
(String type, String parentPath, boolean withBlob) protected DocumentMessage
RandomDocumentMessageProducer.getRandomNodeWithExclusion
(String type, String parentPath, boolean withBlob, Set<String> exclude) protected DocumentMessage
RandomDocumentMessageProducer.getRandomNodeWithPrefix
(String prefix, String type, String parentPath) RandomDocumentMessageProducer.next()
Methods in org.nuxeo.importer.stream.producer that return types with arguments of type DocumentMessageModifier and TypeMethodDescriptionRandomDocumentMessageProducerFactory.createProducer
(int producerId) Methods in org.nuxeo.importer.stream.producer with parameters of type DocumentMessageModifier and TypeMethodDescriptionint
RandomDocumentMessageProducer.getPartition
(DocumentMessage message, int partitions)