Uses of Class
org.apache.syncope.common.rest.api.beans.ExecQuery
-
Packages that use ExecQuery 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 ExecQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ExecQuery Modifier and Type Method Description protected ExecQuery
ExecQuery.Builder. newInstance()
-
Uses of ExecQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ExecQuery Modifier and Type Method Description javax.ws.rs.core.Response
ExecutableService. deleteExecutions(ExecQuery query)
Deletes the executions matching the given query.PagedResult<ExecTO>
ExecutableService. listExecutions(ExecQuery query)
Returns a paged list of executions matching the given query. -
Uses of ExecQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ExecQuery Modifier and Type Method Description javax.ws.rs.core.Response
AbstractExecutableService. deleteExecutions(ExecQuery query)
PagedResult<ExecTO>
AbstractExecutableService. listExecutions(ExecQuery query)
-