public interface ImportExportService
Modifier and Type | Method and Description |
---|---|
ImportResults |
importPackage(java.io.InputStream importPackage)
Imports objects inside a package and returns the detailed results about the import.
|
ImportResults |
importPackage(java.io.InputStream importPackage,
java.io.InputStream importCustomizationFile)
Imports objects inside applications, as well as admin console settings.
|
ImportResults |
inspectPackage(java.io.InputStream importPackage)
Inspects objects inside a package and returns detailed results about the inspection.
|
ImportResults |
inspectPackage(java.io.InputStream importPackage,
java.io.InputStream importCustomizationFile)
Inspects objects inside an application package or an admin console package and returns detailed
results about the inspection.
|
ImportResults importPackage(java.io.InputStream importPackage) throws AppianException
importPackage
- An input stream representation of a .zip file.AppianException
ImportResults inspectPackage(java.io.InputStream importPackage) throws AppianException
importPackage
- An input stream representation of a .zip file.AppianException
ImportResults importPackage(java.io.InputStream importPackage, java.io.InputStream importCustomizationFile) throws AppianException
importPackage
- An input stream representation of an application package or admin console packageimportCustomizationFile
- An input stream representation of an import customization fileAppianException
ImportResults inspectPackage(java.io.InputStream importPackage, java.io.InputStream importCustomizationFile) throws AppianException
importPackage
- An input stream representation of an application package or admin console packageimportCustomizationFile
- An input stream representation of an import customization fileAppianException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.