Uses of Class
org.apache.syncope.common.rest.api.beans.AnyQuery
-
-
Uses of AnyQuery in org.apache.syncope.client.console.commons
Methods in org.apache.syncope.client.console.commons that return AnyQuery Modifier and Type Method Description protected AnyQueryIdMAnyDirectoryPanelAdditionalActionsProvider. csvAnyQuery(String realm, String fiql, int rows, AnyDataProvider<?> dataProvider) -
Uses of AnyQuery in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyQuery Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationRestClient. push(AnyQuery anyQuery, CSVPushSpec spec) -
Uses of AnyQuery in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as AnyQuery Modifier and Type Field Description protected AnyQueryCSVPushWizardBuilder. queryConstructors in org.apache.syncope.client.console.wizards with parameters of type AnyQuery Constructor Description CSVPushWizardBuilder(CSVPushSpec defaultItem, AnyQuery query, AjaxDownloadBehavior downloadBehavior, ReconciliationRestClient reconciliationRestClient, ImplementationRestClient implementationRestClient, PageReference pageRef) -
Uses of AnyQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AnyQuery Modifier and Type Method Description protected AnyQueryAnyQuery.Builder. newInstance() -
Uses of AnyQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyQuery Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationService. push(AnyQuery anyQuery, CSVPushSpec spec)Export a list of any objects matching the given query as CSV according to the provided specification.PagedResult<AnyObjectTO>AnyObjectService. search(AnyQuery anyQuery)PagedResult<TO>AnyService. search(AnyQuery anyQuery)Returns a paged list of any objects matching the given query.PagedResult<GroupTO>GroupService. search(AnyQuery anyQuery)PagedResult<UserTO>UserService. search(AnyQuery anyQuery) -
Uses of AnyQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyQuery Modifier and Type Method Description javax.ws.rs.core.ResponseReconciliationServiceImpl. push(AnyQuery query, CSVPushSpec spec)PagedResult<TO>AbstractAnyService. search(AnyQuery anyQuery)PagedResult<AnyObjectTO>AnyObjectServiceImpl. search(AnyQuery anyQuery)
-