Interface SyncopePartialCondition<P extends SyncopeProperty<C>,​C extends SyncopeCompleteCondition<?,​P>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      C and​(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> list)  
      C and​(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... ccs)  
      P is​(String string)  
      C or​(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> list)  
      C or​(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1, org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... ccs)  
    • Method Detail

      • is

        P is​(String string)
        Specified by:
        is in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
      • and

        C and​(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc,
              org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1,
              org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... ccs)
        Specified by:
        and in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
      • or

        C or​(org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc,
             org.apache.cxf.jaxrs.ext.search.client.CompleteCondition cc1,
             org.apache.cxf.jaxrs.ext.search.client.CompleteCondition... ccs)
        Specified by:
        or in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
      • and

        C and​(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> list)
        Specified by:
        and in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition
      • or

        C or​(List<org.apache.cxf.jaxrs.ext.search.client.CompleteCondition> list)
        Specified by:
        or in interface org.apache.cxf.jaxrs.ext.search.client.PartialCondition