Class BaseImportRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileImportRequest,FileSynchronizationRequest,SynchronizationFinalizationRequest
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intThe size of the batch.protected static final intprotected Stringprotected booleanDeprecated.This parameter is deprecated and will be removed in the future.protected booleanWhether job status notification should be sent.protected booleanWhether the import should be triggered as a simulation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe size of the batch.inthashCode()booleanDeprecated.This parameter is deprecated and will be removed in the future.booleanWhether job status notification should be sent.booleanWhether the import should be triggered as a simulation.voidsetBatchSize(int batchSize) The size of the batch.voidsetRequestSource(String requestSource) voidsetSaveResult(boolean saveResult) Deprecated.This parameter is deprecated and will be removed in the future.voidsetSendNotification(boolean sendNotification) Whether job status notification should be sent.voidsetSimulation(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 list of added/updated/removed resources will be stored in the job message.If the resulting job message is too long, no resource information will be stored.
-
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 list of added/updated/removed resources will be stored in the job message.If the resulting job message is too long, no resource information will be stored.
-
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 list of added/updated/removed resources will be stored in the job message.If the resulting job message is too long, no resource information will be stored.
-
setRequestSource
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-