Class ReconciliationServiceImpl
java.lang.Object
org.apache.syncope.core.rest.cxf.service.AbstractService
org.apache.syncope.core.rest.cxf.service.AbstractSearchService
org.apache.syncope.core.rest.cxf.service.ReconciliationServiceImpl
- All Implemented Interfaces:
JAXRSService,ReconciliationService
public class ReconciliationServiceImpl
extends AbstractSearchService
implements ReconciliationService
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractSearchService
searchCondVisitorFields inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
LOG, messageContext, OPTIONS_ALLOW, searchContext, uriInfoFields inherited from interface org.apache.syncope.common.rest.api.service.JAXRSService
CRLF, DOUBLE_DASH, PARAM_ANYTYPE_KIND, PARAM_ANYTYPEKEY, PARAM_CONNID_PAGED_RESULTS_COOKIE, PARAM_DETAILS, PARAM_ENTITY_KEY, PARAM_FIQL, PARAM_KEYWORD, PARAM_MAX, PARAM_NOTIFICATION, PARAM_ORDERBY, PARAM_PAGE, PARAM_REALM, PARAM_RECURSIVE, PARAM_RESOURCE, PARAM_SIZE, PARAM_USER -
Constructor Summary
ConstructorsConstructorDescriptionReconciliationServiceImpl(SearchCondVisitor searchCondVisitor, ReconciliationLogic logic) -
Method Summary
Modifier and TypeMethodDescriptionpull(CSVPullSpec spec, InputStream csv) Pulls the CSV input into Syncope according to the provided specification.pull(ReconQuery query, PullTaskTO pullTask) Pulls the matching user, group, any object or linked account from the External Resource into Syncope.push(AnyQuery query, CSVPushSpec spec) Export a list of any objects matching the given query as CSV according to the provided specification.push(ReconQuery query, PushTaskTO pushTask) Pushes the matching user, group, any object or linked account in Syncope onto the External Resource.status(ReconQuery query) Gets compared status between attributes in Syncope and on the given External Resource.Methods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractSearchService
getSearchCondMethods inherited from class org.apache.syncope.core.rest.cxf.service.AbstractService
applyPreference, buildPagedResult, checkETag, createResponse, findActualKey, getPreference, isNullPriorityAsync, modificationResponse, pageable, pageable, sort
-
Field Details
-
logic
-
-
Constructor Details
-
ReconciliationServiceImpl
-
-
Method Details
-
status
Description copied from interface:ReconciliationServiceGets compared status between attributes in Syncope and on the given External Resource.- Specified by:
statusin interfaceReconciliationService- Parameters:
query- query conditions- Returns:
- reconciliation status
-
push
Description copied from interface:ReconciliationServicePushes the matching user, group, any object or linked account in Syncope onto the External Resource.- Specified by:
pushin interfaceReconciliationService- Parameters:
query- query conditionspushTask- push specification- Returns:
- push report
-
pull
Description copied from interface:ReconciliationServicePulls the matching user, group, any object or linked account from the External Resource into Syncope.- Specified by:
pullin interfaceReconciliationService- Parameters:
query- query conditionspullTask- pull specification- Returns:
- pull report
-
push
Description copied from interface:ReconciliationServiceExport a list of any objects matching the given query as CSV according to the provided specification.- Specified by:
pushin interfaceReconciliationService- Parameters:
query- query conditionsspec- CSV push specification- Returns:
- CSV content matching the provided specification
-
pull
Description copied from interface:ReconciliationServicePulls the CSV input into Syncope according to the provided specification.- Specified by:
pullin interfaceReconciliationService- Parameters:
spec- CSV pull specificationcsv- CSV input- Returns:
- pull report
-