Class Configuration


  • public class Configuration
    extends java.lang.Object
    Class represents configuration part on predicate. Class holds operator, which provides operation for value comparison. When creating filter for datafield value, datafield attribute is also used, to represent which datafield from which process is used in comparison.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String datafield  
      protected java.lang.String operator  
    • Constructor Summary

      Constructors 
      Constructor Description
      Configuration​(java.util.Map<java.lang.String,​java.lang.Object> value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getMapObject()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • operator

        protected java.lang.String operator
      • datafield

        protected java.lang.String datafield
    • Constructor Detail

      • Configuration

        public Configuration​(java.util.Map<java.lang.String,​java.lang.Object> value)
    • Method Detail

      • getMapObject

        public java.util.Map<java.lang.String,​java.lang.Object> getMapObject()