Package oracle.iam.reconciliation.api
Class BatchAttributes
java.lang.Object
oracle.iam.reconciliation.api.BatchAttributes
- All Implemented Interfaces:
Serializable
This is used to store all the attributes which are common for an event. The common argument it take are Profile name which is same as object name for which
event has to be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBatchAttributes
(String profileName, String dateFormat) BatchAttributes
(String profileName, String dateFormat, boolean ignoreDuplicate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
How is current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.void
setProcessInSync
(boolean processInSync) Sets, how the current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.toString()
-
Constructor Details
-
BatchAttributes
-
BatchAttributes
-
-
Method Details
-
isIgnoreDuplicate
public boolean isIgnoreDuplicate() -
getProfileName
-
getDateFormat
-
isProcessInSync
How is current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation. Default is always asynchronous.- Returns:
-
setProcessInSync
public void setProcessInSync(boolean processInSync) Sets, how the current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation. Default is always asynchronous.- Parameters:
processInSync
-
-
toString
-