Package org.openiam.base.request
Class PartialDataProcessingRequest
- java.lang.Object
-
- org.openiam.base.request.BaseServiceRequest
-
- org.openiam.base.request.PartialDataProcessingRequest
-
- All Implemented Interfaces:
Serializable
public class PartialDataProcessingRequest extends BaseServiceRequest
Represents a request for processing a subset of data during synchronization/recon activities. This class extends theBaseServiceRequestto include additional parameters specific to partial data processing tasks. It provides configurations and data needed for processing a specific part of a synchronization operation.Fields include: - A
SynchConfigobject representing the synchronization configuration. - A list ofOrphanobjects that signify unassociated records in the synchronization context. - APartobject containing a collection of objects to be processed as part of the sync operation. - A boolean flagperformPostProcessorScript, which indicates whether a post-processor script associated with the synchronization configuration should be executed.This class is used primarily in methods such as
processPartto facilitate partial synchronization/recon activities or targeted data processing- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.request.BaseServiceRequest
contentProviderId, requestClientIP, requesterId, requestorLogin, requestorSessionID
-
-
Constructor Summary
Constructors Constructor Description PartialDataProcessingRequest()
-
Method Summary
-
Methods inherited from class org.openiam.base.request.BaseServiceRequest
getLanguageId, setLanguageId
-
-