Class BaseImportRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileImportRequest
,FileSynchronizationRequest
,SynchronizationFinalizationRequest
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
The size of the batch.protected static final int
protected String
protected boolean
Deprecated.This parameter is deprecated and will be removed in the future.protected boolean
Whether job status notification should be sent.protected boolean
Whether the import should be triggered as a simulation. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The size of the batch.int
hashCode()
boolean
Deprecated.This parameter is deprecated and will be removed in the future.boolean
Whether job status notification should be sent.boolean
Whether the import should be triggered as a simulation.void
setBatchSize
(int batchSize) The size of the batch.void
setRequestSource
(String requestSource) void
setSaveResult
(boolean saveResult) Deprecated.This parameter is deprecated and will be removed in the future.void
setSendNotification
(boolean sendNotification) Whether job status notification should be sent.void
setSimulation
(boolean simulation) Whether the import should be triggered as a simulation.toString()
-
Field Details
-
DEFAULT_BATCH_SIZE
protected static final int DEFAULT_BATCH_SIZE- See Also:
-
sendNotification
@DefaultValue("false") protected boolean sendNotificationWhether job status notification should be sent. The default value isfalse
. -
batchSize
@DefaultValue("1000") protected int batchSizeThe size of the batch. The default value is1000
. -
simulation
@DefaultValue("false") protected boolean simulationWhether the import should be triggered as a simulation. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
saveResult
@DefaultValue("false") protected boolean saveResultDeprecated.This parameter is deprecated and will be removed in the future.Whether the result of the import should be persisted.. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
requestSource
-
-
Constructor Details
-
BaseImportRequest
protected BaseImportRequest()
-
-
Method Details
-
isSendNotification
public boolean isSendNotification()Whether job status notification should be sent. The default value isfalse
. -
getBatchSize
public int getBatchSize()The size of the batch. The default value is1000
. -
isSimulation
public boolean isSimulation()Whether the import should be triggered as a simulation. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
isSaveResult
Deprecated.This parameter is deprecated and will be removed in the future.Whether the result of the import should be persisted.. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
getRequestSource
-
setSendNotification
public void setSendNotification(boolean sendNotification) Whether job status notification should be sent. The default value isfalse
. -
setBatchSize
public void setBatchSize(int batchSize) The size of the batch. The default value is1000
. -
setSimulation
public void setSimulation(boolean simulation) Whether the import should be triggered as a simulation. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
setSaveResult
Deprecated.This parameter is deprecated and will be removed in the future.Whether the result of the import should be persisted.. The default value isfalse
.If
true
, the result of the import simulation will be available at the end of the job but no change will be applied to the DGC. -
setRequestSource
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-