javax.ws.rs.core.Response |
RestfulGraphDatabase.dropNodePropertyExistenceConstraint(String labelName,
RestfulGraphDatabase.AmpersandSeparatedCollection properties) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.dropPropertyUniquenessConstraint(String labelName,
RestfulGraphDatabase.AmpersandSeparatedCollection properties) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.dropRelationshipPropertyExistenceConstraint(String typeName,
RestfulGraphDatabase.AmpersandSeparatedCollection properties) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.dropSchemaIndex(String labelName,
RestfulGraphDatabase.AmpersandSeparatedCollection properties) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeDegree(long nodeId,
DatabaseActions.RelationshipDirection direction,
RestfulGraphDatabase.AmpersandSeparatedCollection types) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getNodeRelationships(long nodeId,
DatabaseActions.RelationshipDirection direction,
RestfulGraphDatabase.AmpersandSeparatedCollection types) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getSchemaConstraintsForLabelAndPropertyExistence(String labelName,
RestfulGraphDatabase.AmpersandSeparatedCollection propertyKeys) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getSchemaConstraintsForLabelAndPropertyUniqueness(String labelName,
RestfulGraphDatabase.AmpersandSeparatedCollection propertyKeys) |
javax.ws.rs.core.Response |
RestfulGraphDatabase.getSchemaConstraintsForRelationshipTypeAndPropertyExistence(String typeName,
RestfulGraphDatabase.AmpersandSeparatedCollection propertyKeys) |