Uses of Interface
net.bluemind.core.api.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in net.bluemind.addressbook.api
Methods in net.bluemind.addressbook.api that return StreamMethods in net.bluemind.addressbook.api that return types with arguments of type StreamModifier and TypeMethodDescriptionMethods in net.bluemind.addressbook.api with parameters of type StreamModifier and TypeMethodDescriptionvoid
void
IAddressBooksMgmtAsync.restore
(String containerUid, Stream restoreStream, boolean reset, AsyncHandler<Void> handler) Method parameters in net.bluemind.addressbook.api with type arguments of type StreamModifier and TypeMethodDescriptionvoid
IAddressBooksMgmtAsync.backup
(String containerUid, Long since, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.attachment.api
Methods in net.bluemind.attachment.api with parameters of type StreamModifier and TypeMethodDescriptionShare a mail attachmentvoid
IAttachmentAsync.share
(String name, Stream document, AsyncHandler<AttachedFile> handler) IAttachment.shareDedup
(String extension, Stream document) Share a mail attachment.void
IAttachmentAsync.shareDedup
(String extension, Stream document, AsyncHandler<AttachedFile> handler) IAttachmentPromise.shareDedup
(String extension, Stream document) -
Uses of Stream in net.bluemind.backend.mail.api
Methods in net.bluemind.backend.mail.api that return StreamModifier and TypeMethodDescriptionIMailboxItems.fetch
(long imapUid, String address, String encoding, String mime, String charset, String filename) Fetch a single part from an email mime tree.IMailboxItems.fetchComplete
(long imapUid) Methods in net.bluemind.backend.mail.api that return types with arguments of type StreamModifier and TypeMethodDescriptionIMailboxItemsPromise.fetch
(long imapUid, String address, String encoding, String mime, String charset, String filename) IMailboxItemsPromise.fetchComplete
(long imapUid) Methods in net.bluemind.backend.mail.api with parameters of type StreamModifier and TypeMethodDescriptionIMailboxItems.uploadPart
(Stream part) Upload an email part (eg.void
IMailboxItemsAsync.uploadPart
(Stream part, AsyncHandler<String> handler) IMailboxItemsPromise.uploadPart
(Stream part) Method parameters in net.bluemind.backend.mail.api with type arguments of type StreamModifier and TypeMethodDescriptionvoid
IMailboxItemsAsync.fetch
(long imapUid, String address, String encoding, String mime, String charset, String filename, AsyncHandler<Stream> handler) void
IMailboxItemsAsync.fetchComplete
(long imapUid, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.calendar.api
Methods in net.bluemind.calendar.api that return StreamMethods in net.bluemind.calendar.api that return types with arguments of type StreamMethods in net.bluemind.calendar.api with parameters of type StreamModifier and TypeMethodDescriptionImports an ICSvoid
IVEventAsync.importIcs
(Stream ics, AsyncHandler<TaskRef> handler) Method parameters in net.bluemind.calendar.api with type arguments of type StreamModifier and TypeMethodDescriptionvoid
IVEventAsync.exportAll
(AsyncHandler<Stream> handler) void
IPublishCalendarAsync.publish
(String token, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.core.rest.base
Methods in net.bluemind.core.rest.base that return StreamModifier and TypeMethodDescriptionstatic <T> Stream
GenericStream.simpleValue
(T value, Function<T, byte[]> toByteArray) Methods in net.bluemind.core.rest.base with parameters of type StreamModifier and TypeMethodDescriptionstatic CompletableFuture
<io.vertx.core.buffer.Buffer> GenericStream.asyncStreamToBuffer
(Stream stream) static CompletableFuture
<Void> GenericStream.asyncStreamToFile
(Stream stream, File file, StandardOpenOption... opts) static CompletableFuture
<Void> static byte[]
GenericStream.streamToBytes
(Stream stream) static void
GenericStream.streamToFile
(Stream stream, File file) static void
GenericStream.streamToFile
(Stream stream, File file, StandardOpenOption... opts) static String
GenericStream.streamToString
(Stream stream) -
Uses of Stream in net.bluemind.core.rest.base.codec
Methods in net.bluemind.core.rest.base.codec that return StreamModifier and TypeMethodDescriptionDefaultResponseCodecs.StreamResponseCodec.decode
(RestResponse response) DefaultBodyParameterCodecs.StreamBodyCodec.parse
(RestRequest request) Methods in net.bluemind.core.rest.base.codec with parameters of type StreamModifier and TypeMethodDescriptionvoid
DefaultBodyParameterCodecs.StreamBodyCodec.encode
(Stream object, RestRequest request) DefaultResponseCodecs.StreamResponseCodec.encode
(RestRequest request, String defaultMimeType, Stream response) -
Uses of Stream in net.bluemind.core.rest.utils
Methods in net.bluemind.core.rest.utils with parameters of type StreamModifier and TypeMethodDescriptionstatic CompletableFuture
<io.netty.buffer.ByteBuf> MappedFileStream.createMappedFile
(Stream stream, int sizeHint) -
Uses of Stream in net.bluemind.core.rest.vertx
Classes in net.bluemind.core.rest.vertx that implement StreamModifier and TypeClassDescriptionstatic class
static class
class
class
Methods in net.bluemind.core.rest.vertx that return StreamModifier and TypeMethodDescriptionstatic Stream
static Stream
VertxStream.stream
(io.vertx.core.buffer.Buffer body) static Stream
static Stream
static Stream
VertxStream.stream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream) static Stream
VertxStream.stream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, io.vertx.core.Handler<Void> hook) static Stream
VertxStream.stream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, String mime) static Stream
VertxStream.stream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, String mime, String charset) static Stream
VertxStream.stream
(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream, String mime, String charset, String fileName) Methods in net.bluemind.core.rest.vertx with parameters of type StreamModifier and TypeMethodDescriptionstatic <T> io.vertx.core.streams.ReadStream
<T> static <T> io.vertx.core.streams.ReadStream
<T> VertxStream.readInContext
(io.vertx.core.Vertx vertx, Stream stream) static CompletableFuture
<Void> -
Uses of Stream in net.bluemind.core.task.api
Methods in net.bluemind.core.task.api that return StreamMethods in net.bluemind.core.task.api that return types with arguments of type StreamMethod parameters in net.bluemind.core.task.api with type arguments of type Stream -
Uses of Stream in net.bluemind.filehosting.api
Methods in net.bluemind.filehosting.api that return StreamModifier and TypeMethodDescriptionRetrieves a document from the file hosting repositoryIInternalBMFileSystem.getSharedFile
(String uid) Retrieves a document from the file hosting repository by its public uidMethods in net.bluemind.filehosting.api that return types with arguments of type StreamMethods in net.bluemind.filehosting.api with parameters of type StreamModifier and TypeMethodDescriptionvoid
Update/insert a documentvoid
IFileHostingAsync.store
(String path, Stream document, AsyncHandler<Void> handler) void
IInternalBMFileSystemAsync.store
(String path, Stream document, AsyncHandler<Void> handler) Method parameters in net.bluemind.filehosting.api with type arguments of type StreamModifier and TypeMethodDescriptionvoid
IFileHostingAsync.get
(String path, AsyncHandler<Stream> handler) void
IInternalBMFileSystemAsync.get
(String path, AsyncHandler<Stream> handler) void
IInternalBMFileSystemAsync.getSharedFile
(String uid, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.metrics.alerts.api
Methods in net.bluemind.metrics.alerts.api with parameters of type StreamModifier and TypeMethodDescriptionvoid
Send an alert.void
IAlertsAsync.receive
(Stream alertPayload, AsyncHandler<Void> handler) -
Uses of Stream in net.bluemind.notes.api
Methods in net.bluemind.notes.api that return StreamModifier and TypeMethodDescriptionINote.exportAll()
Export allVNote
from a notes container as json stream (VNote)Methods in net.bluemind.notes.api that return types with arguments of type StreamMethod parameters in net.bluemind.notes.api with type arguments of type Stream -
Uses of Stream in net.bluemind.system.api
Methods in net.bluemind.system.api that return StreamModifier and TypeMethodDescriptionICacheMgmt.dumpContent()
Serializes the content of all caches{ "cache1": { key0: value, key1: value, }, "cacheN": { keyX: valueY } }
Methods in net.bluemind.system.api that return types with arguments of type StreamMethods in net.bluemind.system.api with parameters of type StreamModifier and TypeMethodDescriptionvoid
IInstallation.updateSubscriptionWithArchive
(Stream archive) void
IInstallationAsync.updateSubscriptionWithArchive
(Stream archive, AsyncHandler<Void> handler) IInstallationPromise.updateSubscriptionWithArchive
(Stream archive) Method parameters in net.bluemind.system.api with type arguments of type Stream -
Uses of Stream in net.bluemind.todolist.api
Methods in net.bluemind.todolist.api that return StreamModifier and TypeMethodDescriptionIVTodo.exportAll()
Export allVTodo
from a todolist as iCalendar VTodo objects.IVTodo.exportTodos
(List<String> uids) Export a list ofVTodo
as iCalendar VTodo objectsMethods in net.bluemind.todolist.api that return types with arguments of type StreamModifier and TypeMethodDescriptionIVTodoPromise.exportAll()
IVTodoPromise.exportTodos
(List<String> uids) Method parameters in net.bluemind.todolist.api with type arguments of type StreamModifier and TypeMethodDescriptionvoid
IVTodoAsync.exportAll
(AsyncHandler<Stream> handler) void
IVTodoAsync.exportTodos
(List<String> uids, AsyncHandler<Stream> handler)