removed empty javadoc
This commit is contained in:
parent
9b3b2e2a95
commit
63700398d4
|
@ -873,15 +873,6 @@ public abstract class ERManagement<El extends OElement> {
|
|||
return map;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param oClass
|
||||
* @param element
|
||||
* @param jsonNode
|
||||
* @param ignoreKeys
|
||||
* @param ignoreStartWithKeys
|
||||
* @return
|
||||
* @throws ResourceRegistryException
|
||||
*/
|
||||
public static OElement updateProperties(OClass oClass, OElement element, JsonNode jsonNode, Set<String> ignoreKeys,
|
||||
Set<String> ignoreStartWithKeys) throws ResourceRegistryException {
|
||||
|
||||
|
|
|
@ -7,14 +7,6 @@ import org.gcube.informationsystem.resourceregistry.api.exceptions.query.Invalid
|
|||
*/
|
||||
public interface Query {
|
||||
|
||||
/**
|
||||
* @param query
|
||||
* @param limit
|
||||
* @param fetchPlan
|
||||
* @return
|
||||
* @throws InvalidQueryException
|
||||
* http://orientdb.com/docs/last/OrientDB-REST.html#query
|
||||
*/
|
||||
public String query(String query, Integer limit, String fetchPlan, boolean raw) throws InvalidQueryException;
|
||||
|
||||
public String gremlinQuery(String query) throws InvalidQueryException;
|
||||
|
|
Loading…
Reference in New Issue