public class MSOneStorePackage extends Object
| Constructor and Description |
|---|
MSOneStorePackage() |
| Modifier and Type | Method and 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,
org.apache.tika.metadata.Metadata metadata,
org.apache.tika.sax.XHTMLContentHandler xhtml) |
public StorageIndexDataElementData storageIndex
public StorageManifestDataElementData storageManifest
public CellManifestDataElementData headerCellCellManifest
public RevisionManifestDataElementData headerCellRevisionManifest
public List<RevisionManifestDataElementData> revisionManifests
public List<CellManifestDataElementData> cellManifests
public HeaderCell headerCell
public List<RevisionStoreObjectGroup> dataRoot
public List<RevisionStoreObjectGroup> OtherFileNodeList
public StorageIndexCellMapping findStorageIndexCellMapping(CellID cellID)
cellID - Specify the Cell ID.public StorageIndexRevisionMapping findStorageIndexRevisionMapping(ExGuid revisionExtendedGUID)
revisionExtendedGUID - Specify the Revision Mapping Extended GUID.public void walkTree(OneNoteTreeWalkerOptions options, org.apache.tika.metadata.Metadata metadata, org.apache.tika.sax.XHTMLContentHandler xhtml) throws SAXException, org.apache.tika.exception.TikaException, IOException
SAXExceptionorg.apache.tika.exception.TikaExceptionIOExceptionCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.