Uses of Class
com.orchestranetworks.service.Archive

Packages that use Archive
com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX.Platform.  
 

Uses of Archive in com.orchestranetworks.service
 

Methods in com.orchestranetworks.service that return Archive
 Archive ArchiveImportSpec.getArchive()
          Returns the archive to import.
 Archive ArchiveExportSpec.getArchive()
          Returns the target container for export.
static Archive Archive.forFile(File archiveFile)
          Returns a reference to an archive zip file.
static Archive Archive.forStream(String locationInfoOrNull, InputStream aStream)
          Returns a reference to an archive zip stream.
static Archive Archive.forDirectory(File baseDirectory)
          Returns a reference to an archive in its expanded directory tree structure form.
 

Methods in com.orchestranetworks.service with parameters of type Archive
 void ProcedureContext.doExportArchive(Archive anArchive)
          Exports the current home to the archive specified.
 void ProcedureContext.doImportArchive(Archive anArchive)
          Imports the archive specified into the current home.
 void ArchiveImportSpec.setArchive(Archive archive)
          Specifies the archive to import.
 void ArchiveExportSpec.setArchive(Archive archive)
          Specifies the target container for export.
 



(report a bug)
EBX.Platform 4.5.3 [0607:0001]
Copyright Orchestra Networks 2000-2008. All rights reserved.