Uses of Class
org.apache.syncope.common.rest.api.beans.ExecDeleteQuery
-
Packages that use ExecDeleteQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of ExecDeleteQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ExecDeleteQuery Modifier and Type Method Description ExecDeleteQueryExecDeleteQuery.Builder. build() -
Uses of ExecDeleteQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ExecDeleteQuery Modifier and Type Method Description javax.ws.rs.core.ResponseExecutableService. deleteExecutions(ExecDeleteQuery query)Deletes the executions matching the given query.
-