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.baseRevisionIDObjectGroupObjectDataBLOBReference.blobExtendedGUIDCellManifestCurrentRevision.cellManifestCurrentRevisionExGuidStorageIndexCellMapping.cellMappingExGuidDataElement.dataElementExGuidNodeObject.exGuidStorageIndexManifestMapping.manifestMappingExGuidObjectGroupObjectBLOBDataDeclaration.objectDataBLOBExGUIDRevisionManifestRootDeclare.objectExGuidObjectGroupObjectBLOBDataDeclaration.objectExGUIDObjectGroupObjectDeclare.objectExtendedGUIDRevisionManifestObjectGroupReferences.objectGroupExtendedGUIDRevisionStoreObject.objectGroupIDRevisionStoreObjectGroup.objectGroupIDRevisionStoreObject.objectIDStorageIndexRevisionMapping.revisionExGuidRevisionManifest.revisionIDStorageIndexRevisionMapping.revisionMappingExGuidRevisionManifestRootDeclare.rootExGuidStorageManifestRootDeclare.rootExGUIDMethods 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 RevisionStoreObjectGroupRevisionStoreObjectGroup.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.exGuidCellID.extendGUID1CellID.extendGUID2AlternativePackaging.storageIndexExtendedGUIDFields 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 ExGuidAdapterHelper.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 booleanDataElementUtils.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 DataElementDataElementUtils.createCellMainifestDataElement(ExGuid revisionId, Map<CellID, ExGuid> cellIDMapping) This method is used to create the cell manifest data element.static DataElementDataElementUtils.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 DataElementDataElementUtils.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 booleanDataElementUtils.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 booleanDataElementUtils.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 booleanDataElementUtils.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 DataElementDataElementUtils.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 DataElementDataElementUtils.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 DataElementDataElementUtils.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 DataElementDataElementUtils.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 DataElementDataElementUtils.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 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.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.