|
Rename Method public createPropertyExistenceConstraint(labelName String, propertyKeys List<String>) : ConstraintDefinition renamed to public createRelationshipPropertyExistenceConstraint(typeName String, propertyKeys List<String>) : ConstraintDefinition in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Rename Method public dropPropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : boolean renamed to public dropNodePropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : boolean in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |
|
Rename Method public shouldCreatePropertyExistenceConstraint() : void renamed to public shouldCreateNodePropertyExistenceConstraint() : void in class org.neo4j.server.rest.web.DatabaseActionsTest |
From |
To |
|
Rename Method private propertyExistenceFilter(propertyKeysSet Set<String>) : Predicate<ConstraintDefinition> renamed to private nodePropertyExistenceFilter(propertyKeysSet Set<String>) : Predicate<ConstraintDefinition> in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |
|
Rename Method public createPropertyExistenceConstraint(labelName String, body String) : Response renamed to public createNodePropertyExistenceConstraint(labelName String, body String) : Response in class org.neo4j.server.rest.web.RestfulGraphDatabase |
From |
To |
|
Rename Method public getPropertyExistenceConstraints(labelName String, propertyKey String) : Iterable<ConstraintDefinition> renamed to public createNodePropertyExistenceConstraint(labelName String, propertyKeys List<String>) : ConstraintDefinition in class org.neo4j.server.rest.domain.GraphDbHelper |
From |
To |
|
Rename Method public getPropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ListRepresentation renamed to public getNodePropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ListRepresentation in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |
|
Rename Method public dropPropertyExistenceConstraint(labelName String, properties AmpersandSeparatedCollection) : Response renamed to public dropNodePropertyExistenceConstraint(labelName String, properties AmpersandSeparatedCollection) : Response in class org.neo4j.server.rest.web.RestfulGraphDatabase |
From |
To |
|
Rename Method public shouldGetPropertyExistenceConstraint() : void renamed to public shouldGetNodePropertyExistenceConstraint() : void in class org.neo4j.server.rest.web.DatabaseActionsTest |
From |
To |
|
Rename Method public createPropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ConstraintDefinitionRepresentation renamed to public createNodePropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ConstraintDefinitionRepresentation in class org.neo4j.server.rest.web.TransactionWrappedDatabaseActions |
From |
To |
|
Rename Method public drop_mandatory_property_constraint() : void renamed to public drop_mandatory_node_property_constraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method private filteredConstraints(labelName String, filter Predicate<ConstraintDefinition>) : Iterable<ConstraintDefinition> renamed to private filteredNodeConstraints(labelName String, filter Predicate<ConstraintDefinition>) : Iterable<ConstraintDefinition> in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |
|
Rename Method public createPropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ConstraintDefinitionRepresentation renamed to public createNodePropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : ConstraintDefinitionRepresentation in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |
|
Rename Method public dropPropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : boolean renamed to public dropNodePropertyExistenceConstraint(labelName String, propertyKeys Iterable<String>) : boolean in class org.neo4j.server.rest.web.TransactionWrappedDatabaseActions |
From |
To |
|
Rename Method public createMandatoryPropertyConstraint() : void renamed to public createNodeMandatoryPropertyConstraint() : void in class org.neo4j.server.rest.SchemaConstraintsDocIT |
From |
To |
|
Rename Method private filteredConstraints(labelName String, type ConstraintType) : Iterable<ConstraintDefinition> renamed to private filteredNodeConstraints(labelName String, type ConstraintType) : Iterable<ConstraintDefinition> in class org.neo4j.server.rest.web.DatabaseActions |
From |
To |