Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.CellID
-
-
Uses of CellID in org.apache.tika.parser.microsoft.onenote.fsshttpb
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb with parameters of type CellID Modifier and Type Method Description StorageIndexCellMappingMSOneStorePackage. 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 Modifier and Type Field Description CellIDStorageIndexCellMapping. cellIDCellIDStorageManifestRootDeclare. 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 CellID Modifier and Type Field Description List<CellID>CellIDArray. contentConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with parameters of type CellID Constructor Description CellID(CellID cellId)Initializes 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 CellID Constructor Description CellIDArray(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 CellID Modifier and Type Method Description static DataElementDataElementUtils. createCellMainifestDataElement(ExGuid revisionId, Map<CellID,ExGuid> cellIDMapping)This method is used to create the cell manifest data element.static DataElementDataElementUtils. createStorageIndexDataElement(ExGuid manifestExGuid, Map<CellID,ExGuid> cellIDMappings, Map<ExGuid,ExGuid> revisionIDMappings)This method is used to create the storage index data element.static DataElementDataElementUtils. createStorageManifestDataElement(Map<CellID,ExGuid> cellIDMapping)This method is used to create the storage manifest data element.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.
-