Uses of Class
com.orchestranetworks.service.Archive
Packages that use Archive
Package
Description
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of Archive in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ArchiveModifier and TypeMethodDescriptionstatic ArchiveReturns a reference to an archive ZIP file.static ArchiveArchive.forFileInDefaultDirectory(String aLocalFileName) Returns a reference to an archive ZIP file located under the default archive directory.static ArchiveArchive.forOutputStream(OutputStream aStream) Returns a reference to an archive output stream.static ArchiveArchive.forStream(String locationInfoOrNull, InputStream aStream) Returns a reference to an archive ZIP stream.ArchiveExportSpec.getArchive()Returns the target container for the export.ArchiveImportSpec.getArchive()Returns the archive to import.Methods in com.orchestranetworks.service with parameters of type ArchiveModifier and TypeMethodDescriptionvoidProcedureContext.doExportArchive(Archive anArchive) Exports the current dataspace or snapshot to the specified EBX® archive.voidProcedureContext.doImportArchive(Archive anArchive) Imports the EBX® archive into the current dataspace.voidArchiveExportSpec.setArchive(Archive archive) Specifies the target container for the export.voidArchiveImportSpec.setArchive(Archive archive) Specifies the archive to import.