Class ReconciliationRestClient
- java.lang.Object
- 
- org.apache.syncope.client.console.rest.BaseRestClient
- 
- org.apache.syncope.client.console.rest.ReconciliationRestClient
 
 
- 
- All Implemented Interfaces:
- Serializable,- RestClient
 
 public class ReconciliationRestClient extends BaseRestClient - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClientLOG
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReconciliationRestClient()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<ProvisioningReport>pull(CSVPullSpec spec, InputStream csv)voidpull(ReconQuery reconQuery, PullTaskTO pullTask)javax.ws.rs.core.Responsepush(AnyQuery anyQuery, CSVPushSpec spec)voidpush(ReconQuery reconQuery, PushTaskTO pushTask)ReconStatusstatus(ReconQuery reconQuery)- 
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClientgetObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
 
- 
 
- 
- 
- 
Method Detail- 
statuspublic ReconStatus status(ReconQuery reconQuery) 
 - 
pushpublic void push(ReconQuery reconQuery, PushTaskTO pushTask) 
 - 
pullpublic void pull(ReconQuery reconQuery, PullTaskTO pullTask) 
 - 
pushpublic javax.ws.rs.core.Response push(AnyQuery anyQuery, CSVPushSpec spec) 
 - 
pullpublic ArrayList<ProvisioningReport> pull(CSVPullSpec spec, InputStream csv) 
 
- 
 
-