Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.ExGuid
Packages that use ExGuid
Package
Description
-
Uses of ExGuid in org.apache.tika.parser.microsoft.onenote.fsshttpb
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb with parameters of type ExGuidModifier and TypeMethodDescriptionMSOneStorePackage.findStorageIndexRevisionMapping
(ExGuid revisionExtendedGUID) This method is used to find the Storage Index Revision Mapping that matches the Revision Mapping Extended GUID. -
Uses of ExGuid in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj declared as ExGuidModifier and TypeFieldDescriptionRevisionManifest.baseRevisionID
ObjectGroupObjectDataBLOBReference.blobExtendedGUID
CellManifestCurrentRevision.cellManifestCurrentRevisionExGuid
StorageIndexCellMapping.cellMappingExGuid
DataElement.dataElementExGuid
NodeObject.exGuid
StorageIndexManifestMapping.manifestMappingExGuid
ObjectGroupObjectBLOBDataDeclaration.objectDataBLOBExGUID
RevisionManifestRootDeclare.objectExGuid
ObjectGroupObjectBLOBDataDeclaration.objectExGUID
ObjectGroupObjectDeclare.objectExtendedGUID
RevisionManifestObjectGroupReferences.objectGroupExtendedGUID
RevisionStoreObject.objectGroupID
RevisionStoreObjectGroup.objectGroupID
RevisionStoreObject.objectID
StorageIndexRevisionMapping.revisionExGuid
RevisionManifest.revisionID
StorageIndexRevisionMapping.revisionMappingExGuid
RevisionManifestRootDeclare.rootExGuid
StorageManifestRootDeclare.rootExGUID
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type ExGuidModifier and TypeMethodDescriptionLeafNodeObject.IntermediateNodeObjectBuilder.Build
(List<ObjectGroupDataElementData> objectGroupList, ObjectGroupObjectData dataObj, ExGuid intermediateGuid) This method is used to build intermediate node object from an list of object group data elementstatic RevisionStoreObjectGroup
RevisionStoreObjectGroup.createInstance
(ExGuid objectGroupId, ObjectGroupDataElementData dataObject, boolean isEncryption) Constructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type ExGuidModifierConstructorDescriptionRevisionManifestObjectGroupReferences
(ExGuid objectGroupExtendedGUID) Initializes a new instance of the RevisionManifestObjectGroupReferences class.RevisionStoreObjectGroup
(ExGuid objectGroupId) -
Uses of ExGuid in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic declared as ExGuidModifier and TypeFieldDescriptionDataNodeObjectData.exGuid
CellID.extendGUID1
CellID.extendGUID2
AlternativePackaging.storageIndexExtendedGUID
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type parameters of type ExGuidMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic that return ExGuidModifier and TypeMethodDescriptionstatic ExGuid
AdapterHelper.xorExtendedGUID
(ExtendedGUID exGuid1, ExtendedGUID exGuid2) XOR two ExtendedGUID instances.Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic that return types with arguments of type ExGuidMethod parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type arguments of type ExGuidConstructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with parameters of type ExGuidModifierConstructorDescriptionInitializes a new instance of the CellID class with specified ExGuids.Initializes a new instance of the ExGuid class, this is the copy constructor.Constructor parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type arguments of type ExGuidModifierConstructorDescriptionExGUIDArray
(List<ExGuid> content) Initializes a new instance of the ExGUIDArray class with specified value. -
Uses of ExGuid in org.apache.tika.parser.microsoft.onenote.fsshttpb.util
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.util with parameters of type ExGuidModifier and TypeMethodDescriptionstatic boolean
DataElementUtils.analyzeStorageIndexDataElement
(List<DataElement> dataElements, ExGuid storageIndexExGuid, AtomicReference<ExGuid> manifestMappingGuid, AtomicReference<HashMap<CellID, ExGuid>> cellIDMappings, AtomicReference<HashMap<ExGuid, ExGuid>> revisionIDMappings) This method is used to analyze the storage index data element to get all the mappings.static DataElement
DataElementUtils.createCellMainifestDataElement
(ExGuid revisionId, Map<CellID, ExGuid> cellIDMapping) This method is used to create the cell manifest data element.static DataElement
DataElementUtils.createRevisionManifestDataElement
(ExGuid rootObjectExGuid, ExGuid baseRevisionID, List<ExGuid> refferenceObjectDataExGuidList, Map<ExGuid, ExGuid> revisionMapping, AtomicReference<ExGuid> currentRevisionID) This method is used to create the revision 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 List<ObjectGroupDataElementData>
DataElementUtils.getDataObjectDataElementData
(List<DataElement> dataElements, ExGuid storageIndexExGuid, AtomicReference<ExGuid> rootExGuid) This method is used to get the list of object group data element from a list of data element.DataElementUtils.getStorageManifestDataElementData
(List<DataElement> dataElements, ExGuid manifestMapping) This method is used to get storage manifest data element from a list of data element.static boolean
DataElementUtils.tryAnalyzeWhetherConfirmSchema
(List<DataElement> dataElements, ExGuid storageIndexExGuid) This method is used to analyze whether the data elements are confirmed to the schema defined in MS-FSSHTTPD.static boolean
DataElementUtils.tryAnalyzeWhetherFullDataElementList
(List<DataElement> dataElements, ExGuid storageIndexExGuid) This method is used to try to analyze the returned whether data elements are complete.Method parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.util with type arguments of type ExGuidModifier and TypeMethodDescriptionstatic boolean
DataElementUtils.analyzeStorageIndexDataElement
(List<DataElement> dataElements, ExGuid storageIndexExGuid, AtomicReference<ExGuid> manifestMappingGuid, AtomicReference<HashMap<CellID, ExGuid>> cellIDMappings, AtomicReference<HashMap<ExGuid, ExGuid>> revisionIDMappings) This method is used to analyze the storage index data element to get all the mappings.static List<DataElement>
DataElementUtils.buildDataElements
(byte[] fileContent, AtomicReference<ExGuid> storageIndexExGuid) This method is used to build a list of data elements to represent a file.static DataElement
DataElementUtils.createCellMainifestDataElement
(ExGuid revisionId, Map<CellID, ExGuid> cellIDMapping) This method is used to create the cell manifest data element.static List<DataElement>
DataElementUtils.createObjectGroupDataElement
(byte[] fileContent, AtomicReference<ExGuid> rootNodeExGuid, List<ExGuid> objectDataExGuidList) This method is used to create object group data/blob element list.static List<DataElement>
DataElementUtils.createObjectGroupDataElement
(byte[] fileContent, AtomicReference<ExGuid> rootNodeExGuid, List<ExGuid> objectDataExGuidList) This method is used to create object group data/blob element list.static DataElement
DataElementUtils.createRevisionManifestDataElement
(ExGuid rootObjectExGuid, ExGuid baseRevisionID, List<ExGuid> refferenceObjectDataExGuidList, Map<ExGuid, ExGuid> revisionMapping, AtomicReference<ExGuid> currentRevisionID) This method is used to create the revision manifest data element.static DataElement
DataElementUtils.createRevisionManifestDataElement
(ExGuid rootObjectExGuid, ExGuid baseRevisionID, List<ExGuid> refferenceObjectDataExGuidList, Map<ExGuid, ExGuid> revisionMapping, AtomicReference<ExGuid> currentRevisionID) This method is used to create the revision manifest data element.static DataElement
DataElementUtils.createRevisionManifestDataElement
(ExGuid rootObjectExGuid, ExGuid baseRevisionID, List<ExGuid> refferenceObjectDataExGuidList, Map<ExGuid, ExGuid> revisionMapping, AtomicReference<ExGuid> currentRevisionID) This method is used to create the revision manifest data element.static DataElement
DataElementUtils.createRevisionManifestDataElement
(ExGuid rootObjectExGuid, ExGuid baseRevisionID, List<ExGuid> refferenceObjectDataExGuidList, Map<ExGuid, ExGuid> revisionMapping, AtomicReference<ExGuid> currentRevisionID) This method is used to create the revision 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.static List<ObjectGroupDataElementData>
DataElementUtils.getDataObjectDataElementData
(List<DataElement> dataElements, ExGuid storageIndexExGuid, AtomicReference<ExGuid> rootExGuid) This method is used to get the list of object group data element from a list of data element.static List<ObjectGroupDataElementData>
DataElementUtils.getDataObjectDataElementData
(List<DataElement> dataElements, RevisionManifestDataElementData revisionData, AtomicReference<ExGuid> rootExGuid) This method is used to get a list of object group data element from a list of data element.DataElementUtils.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.DataElementUtils.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.