Skip navigation links


oracle.iam.reconciliation.api
Class BatchAttributes

java.lang.Object
  extended by oracle.iam.reconciliation.api.BatchAttributes

All Implemented Interfaces:
java.io.Serializable

public class BatchAttributes
extends java.lang.Object
implements java.io.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:
Serialized Form

Constructor Summary
BatchAttributes(java.lang.String profileName, java.lang.String dateFormat)
           
BatchAttributes(java.lang.String profileName, java.lang.String dateFormat, boolean ignoreDuplicate)
           

 

Method Summary
 java.lang.String getDateFormat()
           
 java.lang.String getProfileName()
           
 boolean isIgnoreDuplicate()
           
 java.lang.Boolean isProcessInSync()
          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.
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BatchAttributes

public BatchAttributes(java.lang.String profileName,
                       java.lang.String dateFormat)

BatchAttributes

public BatchAttributes(java.lang.String profileName,
                       java.lang.String dateFormat,
                       boolean ignoreDuplicate)

Method Detail

isIgnoreDuplicate

public boolean isIgnoreDuplicate()

getProfileName

public java.lang.String getProfileName()

getDateFormat

public java.lang.String getDateFormat()

isProcessInSync

public java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.