Class CalculatedValueQuery

    • Constructor Summary

      Constructors 
      Constructor Description
      CalculatedValueQuery​(java.lang.String[] path)  
      CalculatedValueQuery​(java.lang.String[] path, nl.bimbase.bimworks.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)  
    • Constructor Detail

      • CalculatedValueQuery

        public CalculatedValueQuery​(java.lang.String[] path,
                                    nl.bimbase.bimworks.client.Operator operator,
                                    com.fasterxml.jackson.databind.JsonNode value)
      • CalculatedValueQuery

        public CalculatedValueQuery​(java.lang.String[] path)
    • Method Detail

      • getPath

        public java.lang.String[] getPath()
      • toJson

        public com.fasterxml.jackson.databind.node.ObjectNode toJson()
      • getOperator

        public nl.bimbase.bimworks.client.Operator getOperator()
        Specified by:
        getOperator in interface CompareQuery
      • getValue

        public com.fasterxml.jackson.databind.JsonNode getValue()
        Specified by:
        getValue in interface CompareQuery
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface CompareQuery
      • getFullFieldName

        public java.lang.String getFullFieldName()