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()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, 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()

Skip navigation links


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