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 -
-
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 SchemaQuerySchemaQuery.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 org.apache.syncope.common.lib.to.SchemaTO>
List<T>SchemaService. search(SchemaQuery query)Returns a list of schemas matching the given query.
-