Class GraphsConfig

java.lang.Object
apoc.graph.util.GraphsConfig

public class GraphsConfig extends Object
  • Constructor Details

  • Method Details

    • isWrite

      public boolean isWrite()
    • getLabelField

      public String getLabelField()
    • getIdField

      public String getIdField()
    • isGenerateId

      public boolean isGenerateId()
    • getRelMapping

      public Map<String,String> getRelMapping()
    • isSkipValidation

      public boolean isSkipValidation()
    • valueObjectForPath

      public List<String> valueObjectForPath(String path)
    • idsForPath

      public List<String> idsForPath(String path)
    • labelsForPath

      public List<String> labelsForPath(String path)
    • propertiesForPath

      public List<String> propertiesForPath(String path)
    • allPropertiesForPath

      public boolean allPropertiesForPath(String path)