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 AnyQuery
IdMAnyDirectoryPanelAdditionalActionsProvider. 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.Response
ReconciliationRestClient. 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 AnyQuery
CSVPushWizardBuilder. query
Constructors 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 AnyQuery
AnyQuery.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.Response
ReconciliationService. 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.Response
ReconciliationServiceImpl. push(AnyQuery query, CSVPushSpec spec)
PagedResult<TO>
AbstractAnyService. search(AnyQuery anyQuery)
PagedResult<AnyObjectTO>
AnyObjectServiceImpl. search(AnyQuery anyQuery)
-