Package com.attivio.sdk.server.export
Interface DiagnosticExportProvider
-
- All Known Subinterfaces:
DiagnosticExportLogProvider
public interface DiagnosticExportProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
export(java.util.zip.ZipOutputStream out)
boolean
includeInMinimal()
boolean
isPerNode()
-
-
-
Method Detail
-
isPerNode
boolean isPerNode()
-
includeInMinimal
boolean includeInMinimal()
-
export
void export(java.util.zip.ZipOutputStream out) throws java.io.IOException, AttivioException
- Throws:
java.io.IOException
AttivioException
-
-