Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.CellID
Packages that use CellID
Package
Description
-
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb with parameters of type CellIDModifier 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
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as CellID -
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type parameters of type CellIDConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with parameters of type CellIDModifierConstructorDescriptionInitializes a new instance of the CellID class, this is the copy constructor.Constructor parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type arguments of type CellIDModifierConstructorDescriptionCellIDArray
(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
Method parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.util with type arguments of type CellIDModifier 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.