Uses of Class
org.apache.syncope.common.rest.api.beans.ExecListQuery
-
Packages that use ExecListQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of ExecListQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ExecListQuery Modifier and Type Method Description protected ExecListQueryExecListQuery.Builder. newInstance() -
Uses of ExecListQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ExecListQuery Modifier and Type Method Description PagedResult<ExecTO>ExecutableService. listExecutions(ExecListQuery query)Returns a paged list of executions matching the given query.
-