Class PropertyElementManagement
java.lang.Object
org.gcube.informationsystem.resourceregistry.base.properties.PropertyElementManagement
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
PROPERTY_IGNORE_KEYS
-
PROPERTY_IGNORE_START_WITH_KEYS
-
-
Constructor Details
-
PropertyElementManagement
public PropertyElementManagement()
-
-
Method Details
-
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
-