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 StorageIndexCellMapping
MSOneStorePackage. 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 CellID
StorageIndexCellMapping. cellID
CellID
StorageManifestRootDeclare. 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. content
Constructors 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 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.
-