Uses of Class
org.openiam.idm.srvc.recon.result.dto.ReconciliationResultCase
-
Packages that use ReconciliationResultCase Package Description org.openiam.idm.searchbeans org.openiam.idm.srvc.recon.result.dto -
-
Uses of ReconciliationResultCase in org.openiam.idm.searchbeans
Methods in org.openiam.idm.searchbeans that return ReconciliationResultCase Modifier and Type Method Description ReconciliationResultCase
ManualReconciliationSearchBean. getSearchCase()
Methods in org.openiam.idm.searchbeans with parameters of type ReconciliationResultCase Modifier and Type Method Description void
ManualReconciliationSearchBean. setSearchCase(ReconciliationResultCase searchCase)
-
Uses of ReconciliationResultCase in org.openiam.idm.srvc.recon.result.dto
Methods in org.openiam.idm.srvc.recon.result.dto that return ReconciliationResultCase Modifier and Type Method Description static ReconciliationResultCase
ReconciliationResultCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReconciliationResultCase[]
ReconciliationResultCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-