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.fsshttpbFields in org.apache.tika.parser.microsoft.onenote.fsshttpb declared as CellManifestDataElementData Modifier and Type Field Description CellManifestDataElementDataMSOneStorePackage. headerCellCellManifestFields 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.utilMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.util that return CellManifestDataElementData Modifier and Type Method Description static CellManifestDataElementDataDataElementUtils. 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 RevisionManifestDataElementDataDataElementUtils. 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.
 
-