Uses of Class
org.apache.syncope.common.rest.api.beans.ExecQuery
Packages that use ExecQuery
Package
Description
-
Uses of ExecQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return ExecQuery -
Uses of ExecQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ExecQueryModifier and TypeMethodDescriptionExecutableService.deleteExecutions
(ExecQuery query) Deletes the executions matching the given query.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 ExecQueryModifier and TypeMethodDescriptionAbstractExecutableService.deleteExecutions
(ExecQuery query) AbstractExecutableService.listExecutions
(ExecQuery query)