Skip navigation links


oracle.iam.reconciliation.api
Class EventAttributes

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

All Implemented Interfaces:
java.io.Serializable

public class EventAttributes
extends java.lang.Object
implements java.io.Serializable

Provides attributes of an event which comes for creation into OIM.

See Also:
Serialized Form

Constructor Summary
EventAttributes()
           
EventAttributes(boolean eventFinished, java.lang.String dateFormat, ChangeType changeType, java.util.Date actionDate)
           

 

Method Summary
 java.util.Date getActionDate()
           
 ChangeType getChangeType()
           
 java.lang.String getDateFormat()
           
 boolean isEventFinished()
           
 void setActionDate(java.util.Date actionDate)
          A date on which the recon event is required to happen.
 void setChangeType(ChangeType changeType)
           
 void setDateFormat(java.lang.String dateFormat)
          Format to be used when processing the date.
 void setEventFinished(boolean eventFinished)
          Indicates whether child data is going to be provided or not.
 java.lang.String toString()
           

 

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

 

Constructor Detail

EventAttributes

public EventAttributes()

EventAttributes

public EventAttributes(boolean eventFinished,
                       java.lang.String dateFormat,
                       ChangeType changeType,
                       java.util.Date actionDate)
Parameters:
eventFinished - Indicates whether child data is going to be provided or not. It is set to false if child data is going to be added later to the event. If the eventFinished is true that means event status is set to 'Data Received' otherwise it would be set to 'Event Received'
dateFormat - format to be used when processing the date. For example "yyyy-mm-dd hh:mm:ss".
changeType -
actionDate - A date on which the recon event is required to happen. If its "null" or less then the current system date then the processing is done instantly otherwise diferred till the date is reached

Method Detail

isEventFinished

public boolean isEventFinished()

setEventFinished

public void setEventFinished(boolean eventFinished)
Indicates whether child data is going to be provided or not. It is set to false if child data is going to be added later to the event. If the eventFinished is true that means event status is set to 'Data Received' otherwise it would be set to 'Event Received'
Parameters:
eventFinished -

setDateFormat

public void setDateFormat(java.lang.String dateFormat)
Format to be used when processing the date. For example "yyyy-mm-dd hh:mm:ss".
Parameters:
dateFormat -

getDateFormat

public java.lang.String getDateFormat()

getChangeType

public ChangeType getChangeType()

setChangeType

public void setChangeType(ChangeType changeType)

getActionDate

public java.util.Date getActionDate()

setActionDate

public void setActionDate(java.util.Date actionDate)
A date on which the recon event is required to happen. If its "null" or less then the current system date then the processing is done instantly otherwise diferred till the date is reached
Parameters:
actionDate -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


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