public static class PortletIxHelper.ResourceExporter
extends java.lang.Object
Constructor and Description |
---|
ResourceExporter(com.appiancorp.ix.Type<H,I,U> type,
U uuid,
com.appiancorp.ix.ExportDriver driver) |
Modifier and Type | Method and Description |
---|---|
void |
exportResource(java.io.InputStream is,
java.lang.String resourceName)
Exports a resource (such as a file).
|
public ResourceExporter(com.appiancorp.ix.Type<H,I,U> type, U uuid, com.appiancorp.ix.ExportDriver driver)
public void exportResource(java.io.InputStream is, java.lang.String resourceName) throws AppianException
is
- The input stream from which to read the resource data.resourceName
- The name of the resource to export.AppianException
- If the given resource cannot be read from the given stream successfully.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.