Class MSOneStorePackage
- java.lang.Object
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.MSOneStorePackage
-
public class MSOneStorePackage extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MSOneStorePackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageIndexCellMapping
findStorageIndexCellMapping(CellID cellID)
This method is used to find the Storage Index Cell Mapping matches the Cell ID.StorageIndexRevisionMapping
findStorageIndexRevisionMapping(ExGuid revisionExtendedGUID)
This method is used to find the Storage Index Revision Mapping that matches the Revision Mapping Extended GUID.void
walkTree(OneNoteTreeWalkerOptions options, Metadata metadata, XHTMLContentHandler xhtml)
-
-
-
Field Detail
-
storageIndex
public StorageIndexDataElementData storageIndex
-
storageManifest
public StorageManifestDataElementData storageManifest
-
headerCellCellManifest
public CellManifestDataElementData headerCellCellManifest
-
headerCellRevisionManifest
public RevisionManifestDataElementData headerCellRevisionManifest
-
revisionManifests
public List<RevisionManifestDataElementData> revisionManifests
-
cellManifests
public List<CellManifestDataElementData> cellManifests
-
headerCell
public HeaderCell headerCell
-
dataRoot
public List<RevisionStoreObjectGroup> dataRoot
-
OtherFileNodeList
public List<RevisionStoreObjectGroup> OtherFileNodeList
-
-
Method Detail
-
findStorageIndexCellMapping
public StorageIndexCellMapping findStorageIndexCellMapping(CellID cellID)
This method is used to find the Storage Index Cell Mapping matches the Cell ID.- Parameters:
cellID
- Specify the Cell ID.- Returns:
- Return the specific Storage Index Cell Mapping.
-
findStorageIndexRevisionMapping
public StorageIndexRevisionMapping findStorageIndexRevisionMapping(ExGuid revisionExtendedGUID)
This method is used to find the Storage Index Revision Mapping that matches the Revision Mapping Extended GUID.- Parameters:
revisionExtendedGUID
- Specify the Revision Mapping Extended GUID.- Returns:
- Return the instance of Storage Index Revision Mapping.
-
walkTree
public void walkTree(OneNoteTreeWalkerOptions options, Metadata metadata, XHTMLContentHandler xhtml) throws SAXException, TikaException, IOException
- Throws:
SAXException
TikaException
IOException
-
-