Uses of Class
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic.ExGuid
-
-
Uses of ExGuid in org.apache.tika.parser.microsoft.onenote.fsshttpb
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb with parameters of type ExGuid Modifier and Type Method Description StorageIndexRevisionMapping
MSOneStorePackage. 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 ExGuid Modifier and Type Field Description ExGuid
RevisionManifest. baseRevisionID
ExGuid
ObjectGroupObjectDataBLOBReference. blobExtendedGUID
ExGuid
CellManifestCurrentRevision. cellManifestCurrentRevisionExGuid
ExGuid
StorageIndexCellMapping. cellMappingExGuid
ExGuid
DataElement. dataElementExGuid
ExGuid
NodeObject. exGuid
ExGuid
StorageIndexManifestMapping. manifestMappingExGuid
ExGuid
ObjectGroupObjectBLOBDataDeclaration. objectDataBLOBExGUID
ExGuid
RevisionManifestRootDeclare. objectExGuid
ExGuid
ObjectGroupObjectBLOBDataDeclaration. objectExGUID
ExGuid
ObjectGroupObjectDeclare. objectExtendedGUID
ExGuid
RevisionManifestObjectGroupReferences. objectGroupExtendedGUID
ExGuid
RevisionStoreObject. objectGroupID
ExGuid
RevisionStoreObjectGroup. objectGroupID
ExGuid
RevisionStoreObject. objectID
ExGuid
StorageIndexRevisionMapping. revisionExGuid
ExGuid
RevisionManifest. revisionID
ExGuid
StorageIndexRevisionMapping. revisionMappingExGuid
ExGuid
RevisionManifestRootDeclare. rootExGuid
ExGuid
StorageManifestRootDeclare. rootExGUID
Methods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj with parameters of type ExGuid Modifier and Type Method Description LeafNodeObject
LeafNodeObject.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 ExGuid Constructor Description RevisionManifestObjectGroupReferences(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 ExGuid Modifier and Type Field Description ExGuid
DataNodeObjectData. exGuid
ExGuid
CellID. extendGUID1
ExGuid
CellID. extendGUID2
ExGuid
AlternativePackaging. storageIndexExtendedGUID
Fields in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type parameters of type ExGuid Modifier and Type Field Description List<ExGuid>
ExGUIDArray. content
Gets or sets an extended GUID arrayMethods in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic that return ExGuid Modifier and Type Method Description static 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 ExGuid Modifier and Type Method Description List<ExGuid>
ExGUIDArray. getContent()
Method parameters in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with type arguments of type ExGuid Modifier and Type Method Description void
ExGUIDArray. setContent(List<ExGuid> content)
Constructors in org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.basic with parameters of type ExGuid Constructor Description CellID(ExGuid extendGuid1, ExGuid extendGuid2)
Initializes a new instance of the CellID class with specified ExGuids.ExGuid(ExGuid guid2)
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 ExGuid Constructor Description ExGUIDArray(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 ExGuid Modifier and Type Method Description static 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.static StorageManifestDataElementData
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 ExGuid Modifier and Type Method Description static 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.static RevisionManifestDataElementData
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.static RevisionManifestDataElementData
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.
-