Package oracle.iam.reconciliation.api
Class EventAttributes
java.lang.Object
oracle.iam.reconciliation.api.EventAttributes
- All Implemented Interfaces:
Serializable
Provides attributes of an event which comes for creation into OIM.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventAttributes
(boolean eventFinished, String dateFormat, ChangeType changeType, Date actionDate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setActionDate
(Date actionDate) A date on which the recon event is required to happen.void
setChangeType
(ChangeType changeType) void
setDateFormat
(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.toString()
-
Constructor Details
-
EventAttributes
public EventAttributes() -
EventAttributes
public EventAttributes(boolean eventFinished, String dateFormat, ChangeType changeType, 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 Details
-
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
Format to be used when processing the date. For example "yyyy-mm-dd hh:mm:ss".- Parameters:
dateFormat
-
-
getDateFormat
-
getChangeType
-
setChangeType
-
getActionDate
-
setActionDate
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
-