public class InputData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InputData(java.util.Map reconData,
ChangeType changeType,
java.util.Date actionDate)
The target system data which needs to be populated in OIM.
|
InputData(java.util.Map reconData,
java.util.Map multiValueData,
java.lang.Boolean hasAllMultiValueData,
ChangeType changeType,
java.util.Date actionDate)
The target system data which needs to be populated in OIM.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getActionDate() |
ChangeType |
getChangeType() |
java.util.Map |
getMultiValueData() |
java.util.Map |
getReconData() |
java.lang.Boolean |
hasAllMultiValueData() |
java.lang.String |
toString() |
public InputData(java.util.Map reconData, ChangeType changeType, java.util.Date actionDate)
reconData
- Data that will be stored in OIMchangeType
- Type of event that has to be createdactionDate
- Provide the date, if event has to be created/processed in future else null.public InputData(java.util.Map reconData, java.util.Map multiValueData, java.lang.Boolean hasAllMultiValueData, ChangeType changeType, java.util.Date actionDate)
reconData
- Data that will be stored in OIMmultiValueData
- Multi Value Data that will be stored in OIMhasAllMultiValueData
- If it contains all the multivalue data or just a part of it which has changed.changeType
- Type of event that has to be createdactionDate
- Provide the date, if event has to be created/processed in future else null.public java.util.Map getReconData()
public java.util.Map getMultiValueData()
public ChangeType getChangeType()
public java.util.Date getActionDate()
public java.lang.Boolean hasAllMultiValueData()
public java.lang.String toString()
toString
in class java.lang.Object