From 91c42352534473c3f6a4a6578cb14d29e75902b1 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Tue, 21 Feb 2017 15:53:03 +0000 Subject: [PATCH] Added new docs missing from last commit. --- .../-corda-r-p-c-ops/open-attachment.html | 15 +++++++++++++++ .../-corda-r-p-c-ops-impl/open-attachment.html | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/build/html/api/kotlin/corda/net.corda.core.messaging/-corda-r-p-c-ops/open-attachment.html create mode 100644 docs/build/html/api/kotlin/corda/net.corda.node.internal/-corda-r-p-c-ops-impl/open-attachment.html diff --git a/docs/build/html/api/kotlin/corda/net.corda.core.messaging/-corda-r-p-c-ops/open-attachment.html b/docs/build/html/api/kotlin/corda/net.corda.core.messaging/-corda-r-p-c-ops/open-attachment.html new file mode 100644 index 0000000000..c745f9c58b --- /dev/null +++ b/docs/build/html/api/kotlin/corda/net.corda.core.messaging/-corda-r-p-c-ops/open-attachment.html @@ -0,0 +1,15 @@ + + + +CordaRPCOps.openAttachment - corda + + + +corda / net.corda.core.messaging / CordaRPCOps / openAttachment
+
+

openAttachment

+ +abstract fun openAttachment(id: SecureHash): InputStream +

Download an attachment JAR by ID

+ + diff --git a/docs/build/html/api/kotlin/corda/net.corda.node.internal/-corda-r-p-c-ops-impl/open-attachment.html b/docs/build/html/api/kotlin/corda/net.corda.node.internal/-corda-r-p-c-ops-impl/open-attachment.html new file mode 100644 index 0000000000..86fe8ede01 --- /dev/null +++ b/docs/build/html/api/kotlin/corda/net.corda.node.internal/-corda-r-p-c-ops-impl/open-attachment.html @@ -0,0 +1,16 @@ + + + +CordaRPCOpsImpl.openAttachment - corda + + + +corda / net.corda.node.internal / CordaRPCOpsImpl / openAttachment
+
+

openAttachment

+ +fun openAttachment(id: SecureHash): InputStream +

Overrides CordaRPCOps.openAttachment

+

Download an attachment JAR by ID

+ +