public final class DocumentAnalyzer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DocumentAnalyzer.StructureInfos
The Class StructureInfos contains information about a document's structure..
|
Modifier and Type | Method and Description |
---|---|
static DocumentAnalyzer.StructureInfos |
externalGetStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure,
int wantedElement,
javax.servlet.http.HttpSession session)
Gets information about a document's structure.
|
static DocumentAnalyzer.StructureInfos |
externalGetStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure,
int wantedElement,
Set<String> supportedFormats,
javax.servlet.http.HttpSession session)
Gets information about a document's structure.
|
static DocumentAnalyzer.StructureInfos |
getStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure,
int wantedElement)
Gets information about a document's structure.
|
static DocumentAnalyzer.StructureInfos |
getStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure,
int wantedElement,
Set<String> supportedFormats)
Gets information about a document's structure.
|
public static DocumentAnalyzer.StructureInfos externalGetStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, javax.servlet.http.HttpSession session)
structure
- the elements of the structurewantedElement
- A special element of the document structure.session
- the current sessionpublic static DocumentAnalyzer.StructureInfos externalGetStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, Set<String> supportedFormats, javax.servlet.http.HttpSession session)
structure
- the elements of the structurewantedElement
- A special element of the document structure.supportedFormats
- set of supported formats by filename extension (in upper-case)session
- the current sessionpublic static DocumentAnalyzer.StructureInfos getStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement)
structure
- the elements of the structurewantedElement
- A special element of the document structure.public static DocumentAnalyzer.StructureInfos getStructureInfos(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> structure, int wantedElement, Set<String> supportedFormats)
structure
- the elements of the structurewantedElement
- A special element of the document structure.supportedFormats
- set of supported formats by filename extension (in upper-case)Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.