| Package | Description |
|---|---|
| org.apache.syncope.common.rest.api.beans | |
| org.apache.syncope.common.rest.api.service |
| Modifier and Type | Method and Description |
|---|---|
protected AnyQuery |
AnyQuery.Builder.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ReconciliationService.push(AnyQuery anyQuery,
CSVPushSpec spec)
Export a list of any objects matching the given query as CSV according to the provided specification.
|
PagedResult<UserTO> |
UserService.search(AnyQuery anyQuery) |
PagedResult<AnyObjectTO> |
AnyObjectService.search(AnyQuery anyQuery) |
PagedResult<GroupTO> |
GroupService.search(AnyQuery anyQuery) |
PagedResult<TO> |
AnyService.search(AnyQuery anyQuery)
Returns a paged list of any objects matching the given query.
|
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.