public class ReconciliationRestClient extends BaseRestClient
LOG
Constructor and Description |
---|
ReconciliationRestClient() |
Modifier and Type | Method and Description |
---|---|
ArrayList<ProvisioningReport> |
pull(CSVPullSpec spec,
InputStream csv) |
void |
pull(ReconQuery reconQuery,
PullTaskTO pullTask) |
javax.ws.rs.core.Response |
push(AnyQuery anyQuery,
CSVPushSpec spec) |
void |
push(ReconQuery reconQuery,
PushTaskTO pushTask) |
ReconStatus |
status(ReconQuery reconQuery) |
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
public ReconStatus status(ReconQuery reconQuery)
public void push(ReconQuery reconQuery, PushTaskTO pushTask)
public void pull(ReconQuery reconQuery, PullTaskTO pullTask)
public javax.ws.rs.core.Response push(AnyQuery anyQuery, CSVPushSpec spec)
public ArrayList<ProvisioningReport> pull(CSVPullSpec spec, InputStream csv)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.