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 -
-
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 ExecQueryExecQuery.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.ResponseExecutableService. deleteExecutions(ExecQuery query)Deletes the executions matching the given query.org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.ExecTO>ExecutableService. listExecutions(ExecQuery query)Returns a paged list of executions matching the given query.
-