Class BatchAttributes

java.lang.Object
oracle.iam.reconciliation.api.BatchAttributes
All Implemented Interfaces:
Serializable

public class BatchAttributes extends Object implements 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 Details

    • BatchAttributes

      public BatchAttributes(String profileName, String dateFormat)
    • BatchAttributes

      public BatchAttributes(String profileName, String dateFormat, boolean ignoreDuplicate)
  • Method Details

    • isIgnoreDuplicate

      public boolean isIgnoreDuplicate()
    • getProfileName

      public String getProfileName()
    • getDateFormat

      public String getDateFormat()
    • isProcessInSync

      public Boolean 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

      public String toString()
      Overrides:
      toString in class Object