Class 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 the BaseServiceRequest 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 of Orphan objects that signify unassociated records in the synchronization context. - A Part object containing a collection of objects to be processed as part of the sync operation. - A boolean flag performPostProcessorScript, 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
    • Constructor Detail

      • PartialDataProcessingRequest

        public PartialDataProcessingRequest()