Uses of Class
org.apache.syncope.common.rest.api.beans.SchemaQuery
-
Packages that use SchemaQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of SchemaQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return SchemaQuery Modifier and Type Method Description SchemaQuery
SchemaQuery.Builder. build()
-
Uses of SchemaQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type SchemaQuery Modifier and Type Method Description <T extends SchemaTO>
List<T>SchemaService. search(SchemaQuery query)
Returns a list of schemas matching the given query. -
Uses of SchemaQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SchemaQuery Modifier and Type Method Description <T extends SchemaTO>
List<T>SchemaServiceImpl. search(SchemaQuery query)
-