public class MetadataDocumentHelper extends Object
Constructor and Description |
---|
MetadataDocumentHelper() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getComputedGraphObjectGroupFields() |
static List<String> |
getComputedGraphUnitFields() |
static Set<String> |
getComputedObjectGroupFields() |
static Set<String> |
getComputedUnitFields() |
static Set<String> |
getTemporaryUnitFields() |
static void |
removeComputedFieldsFromObjectGroup(com.fasterxml.jackson.databind.JsonNode objectGroupJson)
Removes computed graph fields from got json
|
static void |
removeComputedFieldsFromUnit(com.fasterxml.jackson.databind.JsonNode unitJson)
Removes computed fields (graph, elimination indexation...
|
public static List<String> getComputedGraphUnitFields()
public static List<String> getComputedGraphObjectGroupFields()
public static Set<String> getTemporaryUnitFields()
public static Set<String> getComputedUnitFields()
public static Set<String> getComputedObjectGroupFields()
public static void removeComputedFieldsFromUnit(com.fasterxml.jackson.databind.JsonNode unitJson)
unitJson
- public static void removeComputedFieldsFromObjectGroup(com.fasterxml.jackson.databind.JsonNode objectGroupJson)
objectGroupJson
- Copyright © 2018 Vitam. All rights reserved.