Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.CellManifestDataElementData
-
Packages that use CellManifestDataElementData Package Description org.apache.tika.parser.microsoft.onenote.fsshttpb org.apache.tika.parser.microsoft.onenote.fsshttpb.util -
-
Uses of CellManifestDataElementData in org.apache.tika.parser.microsoft.onenote.fsshttpb
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb declared as CellManifestDataElementData Modifier and Type Field Description CellManifestDataElementData
MSOneStorePackage. headerCellCellManifest
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb with type parameters of type CellManifestDataElementData Modifier and Type Field Description List<CellManifestDataElementData>
MSOneStorePackage. cellManifests
-
Uses of CellManifestDataElementData in org.apache.tika.parser.microsoft.onenote.fsshttpb.util
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.util that return CellManifestDataElementData Modifier and Type Method Description static CellManifestDataElementData
DataElementUtils. getCellManifestDataElementData(List<DataElement> dataElements, StorageManifestDataElementData manifestDataElementData, HashMap<CellID,ExGuid> cellIDMappings)
This method is used to get cell manifest data element from a list of data element.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.util with parameters of type CellManifestDataElementData Modifier and Type Method Description static RevisionManifestDataElementData
DataElementUtils. getRevisionManifestDataElementData(List<DataElement> dataElements, CellManifestDataElementData cellData, HashMap<ExGuid,ExGuid> revisionIDMappings)
This method is used to get revision manifest data element from a list of data element.
-