| Modifier and Type | Method and Description | 
|---|---|
| StorageIndexCellMapping | MSOneStorePackage. findStorageIndexCellMapping(CellID cellID)This method is used to find the Storage Index Cell Mapping matches the Cell ID. | 
| Modifier and Type | Field and Description | 
|---|---|
| CellID | StorageManifestRootDeclare. cellID | 
| CellID | StorageIndexCellMapping. cellID | 
| Modifier and Type | Field and Description | 
|---|---|
| List<CellID> | CellIDArray. content | 
| Constructor and Description | 
|---|
| CellID(CellID cellId)Initializes a new instance of the CellID class, this is the copy constructor. | 
| Constructor and Description | 
|---|
| CellIDArray(long count,
           List<CellID> content)Initializes a new instance of the CellIDArray class. | 
| Modifier and Type | Method and 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. 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. | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.