Class BaseComparison

java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
All Implemented Interfaces:
Function
Direct Known Subclasses:
Equals, GreaterThan, GreaterThanOrEquals, LessThan, LessThanOrEquals, NotEquals

public abstract class BaseComparison extends BaseFunction
Author:
andyh
  • Field Details

  • Constructor Details

  • Method Details

    • setPropertyAndStaticArguments

      public void setPropertyAndStaticArguments(Map<String,Argument> functionArgs)
    • getPropertyArgument

      protected PropertyArgument getPropertyArgument()
      Returns:
      the propertyArgument - there must be a property argument of a function argument
    • getStaticArgument

      protected StaticArgument getStaticArgument()
      Returns:
      the staticArgument - must be set
    • getStaticPosition

      public String getStaticPosition()
      Returns:
      the staticPosition
    • getFunctionArgument

      protected FunctionArgument getFunctionArgument()
      Returns:
      the functionArgument
    • getPropertyName

      public String getPropertyName()