Class ReconciliationRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.ReconciliationRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpull
(CSVPullSpec spec, InputStream csv) void
pull
(ReconQuery reconQuery, PullTaskTO pullTask) push
(AnyQuery anyQuery, CSVPushSpec spec) void
push
(ReconQuery reconQuery, PushTaskTO pushTask) status
(ReconQuery reconQuery) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
ReconciliationRestClient
public ReconciliationRestClient()
-
-
Method Details
-
status
-
push
-
pull
-
push
-
pull
-