Uses of Class
com.orchestranetworks.service.Archive
-
Packages that use Archive Package Description com.orchestranetworks.service 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 Archive Modifier and Type Method Description static ArchiveArchive. forFile(File archiveFile)Returns 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.ArchiveArchiveExportSpec. getArchive()Returns the target container for the export.ArchiveArchiveImportSpec. getArchive()Returns the archive to import.Methods in com.orchestranetworks.service with parameters of type Archive Modifier and Type Method Description voidProcedureContext. 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.
-