Class AbstractSearchService<V extends SyncopeAbstractSearchCondVisitor>

java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.AbstractSearchService<V>
All Implemented Interfaces:
JAXRSService
Direct Known Subclasses:
AbstractAnyService, RealmServiceImpl, ReconciliationServiceImpl

public abstract class AbstractSearchService<V extends SyncopeAbstractSearchCondVisitor> extends AbstractService
  • Field Details

  • Constructor Details

    • AbstractSearchService

      public AbstractSearchService(V searchCondVisitor)
  • Method Details