Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.CellID
Package
Description
-
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb
Modifier and TypeMethodDescriptionMSOneStorePackage.findStorageIndexCellMapping
(CellID cellID) This method is used to find the Storage Index Cell Mapping matches the Cell ID. -
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
-
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
ModifierConstructorDescriptionInitializes a new instance of the CellID class, this is the copy constructor.ModifierConstructorDescriptionCellIDArray
(long count, List<CellID> content) Initializes a new instance of the CellIDArray class. -
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb.util
Modifier and TypeMethodDescriptionstatic DataElement
DataElementUtils.createCellMainifestDataElement
(ExGuid revisionId, Map<CellID, ExGuid> cellIDMapping) This method is used to create the cell manifest data element.static DataElement
DataElementUtils.createStorageIndexDataElement
(ExGuid manifestExGuid, Map<CellID, ExGuid> cellIDMappings, Map<ExGuid, ExGuid> revisionIDMappings) This method is used to create the storage index data element.static DataElement
DataElementUtils.createStorageManifestDataElement
(Map<CellID, ExGuid> cellIDMapping) This method is used to create the storage manifest data element.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.