Uses of Interface
net.bluemind.core.api.Stream
Package
Description
-
Uses of Stream in net.bluemind.addressbook.api
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
void
IAddressBooksMgmtAsync.restore
(String containerUid, Stream restoreStream, boolean reset, AsyncHandler<Void> handler) Modifier and TypeMethodDescriptionvoid
IAddressBooksMgmtAsync.backup
(String containerUid, Long since, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.attachment.api
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionIMailboxItemsPromise.fetch
(long imapUid, String address, String encoding, String mime, String charset, String filename) IMailboxItemsPromise.fetchComplete
(long imapUid) Modifier and TypeMethodDescriptionIMailboxItems.uploadPart
(Stream part) Upload an email part (eg.void
IMailboxItemsAsync.uploadPart
(Stream part, AsyncHandler<String> handler) IMailboxItemsPromise.uploadPart
(Stream part) Modifier 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
Modifier and TypeMethodDescriptionImports an ICSvoid
IVEventAsync.importIcs
(Stream ics, AsyncHandler<TaskRef> handler) Modifier and TypeMethodDescriptionvoid
IVEventAsync.exportAll
(AsyncHandler<Stream> handler) void
IPublishCalendarAsync.publish
(String token, AsyncHandler<Stream> handler) -
Uses of Stream in net.bluemind.core.rest.base
Modifier and TypeMethodDescriptionstatic <T> Stream
GenericStream.simpleValue
(T value, Function<T, byte[]> toByteArray) Modifier 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
Modifier and TypeMethodDescriptionDefaultResponseCodecs.StreamResponseCodec.decode
(RestResponse response) DefaultBodyParameterCodecs.StreamBodyCodec.parse
(RestRequest request) Modifier 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
Modifier and TypeMethodDescriptionstatic CompletableFuture
<io.netty.buffer.ByteBuf> MappedFileStream.createMappedFile
(Stream stream, int sizeHint) -
Uses of Stream in net.bluemind.core.rest.vertx
Modifier and TypeClassDescriptionstatic class
static class
class
class
Modifier 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) Modifier 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
-
Uses of Stream in net.bluemind.filehosting.api
Modifier and TypeMethodDescriptionRetrieves a document from the file hosting repositoryIInternalBMFileSystem.getSharedFile
(String uid) Retrieves a document from the file hosting repository by its public uidModifier 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) Modifier 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
Modifier and TypeMethodDescriptionvoid
Send an alert.void
IAlertsAsync.receive
(Stream alertPayload, AsyncHandler<Void> handler) -
Uses of Stream in net.bluemind.notes.api
-
Uses of Stream in net.bluemind.system.api
Modifier and TypeMethodDescriptionICacheMgmt.dumpContent()
Serializes the content of all caches{ "cache1": { key0: value, key1: value, }, "cacheN": { keyX: valueY } }
Modifier and TypeMethodDescriptionvoid
IInstallation.updateSubscriptionWithArchive
(Stream archive) void
IInstallationAsync.updateSubscriptionWithArchive
(Stream archive, AsyncHandler<Void> handler) IInstallationPromise.updateSubscriptionWithArchive
(Stream archive) -
Uses of Stream in net.bluemind.todolist.api
Modifier and TypeMethodDescriptionIVTodo.exportAll()
Export allVTodo
from a todolist as iCalendar VTodo objects.IVTodo.exportTodos
(List<String> uids) Export a list ofVTodo
as iCalendar VTodo objectsModifier and TypeMethodDescriptionIVTodoPromise.exportAll()
IVTodoPromise.exportTodos
(List<String> uids) Modifier and TypeMethodDescriptionvoid
IVTodoAsync.exportAll
(AsyncHandler<Stream> handler) void
IVTodoAsync.exportTodos
(List<String> uids, AsyncHandler<Stream> handler)