Class SearchCondVisitor

  • All Implemented Interfaces:
    org.apache.cxf.jaxrs.ext.search.SearchConditionVisitor<org.apache.cxf.jaxrs.ext.search.SearchBean,​SearchCond>

    public class SearchCondVisitor
    extends org.apache.cxf.jaxrs.ext.search.visitor.AbstractSearchConditionVisitor<org.apache.cxf.jaxrs.ext.search.SearchBean,​SearchCond>
    Visits CXF's SearchBean and produces SearchCond.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.cxf.jaxrs.ext.search.visitor.AbstractSearchConditionVisitor

        org.apache.cxf.jaxrs.ext.search.visitor.AbstractSearchConditionVisitor.ClassValue
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static AttrCond createAttrCond​(String schema)  
      protected static org.apache.cxf.jaxrs.ext.search.ConditionType getConditionType​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)  
      SearchCond getQuery()  
      protected static String getValue​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)  
      void setRealm​(String realm)  
      void visit​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)  
      protected SearchCond visitCompound​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)  
      protected SearchCond visitPrimitive​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)  
      • Methods inherited from class org.apache.cxf.jaxrs.ext.search.visitor.AbstractSearchConditionVisitor

        getFieldTypeConverter, getPrimitiveFieldClass, getPrimitiveFieldClass, getPrimitiveFieldClass, getRealPropertyName, isWildcardStringMatch, setFieldTypeConverter, setPrimitiveFieldTypeMap, setValidator, setWildcardStringMatch, validatePropertyValue, visitor
    • Constructor Detail

      • SearchCondVisitor

        public SearchCondVisitor()
    • Method Detail

      • setRealm

        public void setRealm​(String realm)
      • createAttrCond

        protected static AttrCond createAttrCond​(String schema)
      • getValue

        protected static String getValue​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)
      • getConditionType

        protected static org.apache.cxf.jaxrs.ext.search.ConditionType getConditionType​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)
      • visitPrimitive

        protected SearchCond visitPrimitive​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)
      • visitCompound

        protected SearchCond visitCompound​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)
      • visit

        public void visit​(org.apache.cxf.jaxrs.ext.search.SearchCondition<org.apache.cxf.jaxrs.ext.search.SearchBean> sc)