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 theBaseServiceRequest
to 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
SynchConfig
object representing the synchronization configuration. - A list ofOrphan
objects that signify unassociated records in the synchronization context. - APart
object 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
processPart
to 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
-
-