You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/11/13 15:36:00 UTC

[jira] [Commented] (SYNCOPE-1234) SyncDelta pre-processing

    [ https://issues.apache.org/jira/browse/SYNCOPE-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249728#comment-16249728 ] 

ASF subversion and git services commented on SYNCOPE-1234:
----------------------------------------------------------

Commit e3ac8999d2ffe6fc87b4558453a59d797a8c61c0 in syncope's branch refs/heads/master from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=e3ac899 ]

[SYNCOPE-1234] Pre-processing method added


> SyncDelta pre-processing
> ------------------------
>
>                 Key: SYNCOPE-1234
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1234
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 2.0.7, 2.1.0
>
>
> ConnId's [SyncDelta|http://connid.tirasa.net/apidocs/1.4/org/identityconnectors/framework/common/objects/SyncDelta.html] encapsulates the information about retrieved objects during pull.
> The SyncDelta content can be seen then as the real starting point of the pull process of a certain entry.
> Currently, such instances can be modified by several [PullActions|https://github.com/apache/syncope/blob/2_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/pushpull/PullActions.java]' methods; such option was meant to allow flexibility when dealing with wicked use cases.
> For several scenarios, however, such kind of modification occurs too much later in the process: we need to extract and separate the SyncDelta pre-processing into a dedicated PullActions' method, to be invoked at the very beginning.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)