Class PropertyElementManagement
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.instances.base.properties.PropertyElementManagement
-
public class PropertyElementManagement extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>PROPERTY_IGNORE_KEYSstatic Set<String>PROPERTY_IGNORE_START_WITH_KEYS
-
Constructor Summary
Constructors Constructor Description PropertyElementManagement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gcube.com.fasterxml.jackson.databind.JsonNodegetJsonNode(com.orientechnologies.orient.core.record.impl.ODocument oDocument)static com.orientechnologies.orient.core.record.impl.ODocumentgetPropertyDocument(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNodeOrig)
-
-
-
Method Detail
-
getPropertyDocument
public static com.orientechnologies.orient.core.record.impl.ODocument getPropertyDocument(org.gcube.com.fasterxml.jackson.databind.JsonNode jsonNodeOrig) throws org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
getJsonNode
public static org.gcube.com.fasterxml.jackson.databind.JsonNode getJsonNode(com.orientechnologies.orient.core.record.impl.ODocument oDocument) throws org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException- Throws:
org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException
-
-