Class SynchronizationRequestSearchBean
- java.lang.Object
-
- org.openiam.idm.searchbeans.AbstractSearchBean
-
- org.openiam.idm.searchbeans.multivalue.SynchronizationRequestSearchBean
-
- All Implemented Interfaces:
Serializable
,SearchBean
public class SynchronizationRequestSearchBean extends AbstractSearchBean
for synchronization we should be able to search by IN logic. like name in (a,b,c) Works only as an exactly match. if several fields are filled than AND logic is implemented.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizationRequestSearchBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttributeValue(String id)
void
addEmployeeId(String id)
void
addName(String id)
-
Methods inherited from class org.openiam.idm.searchbeans.AbstractSearchBean
addKey, addKeys, addSortParam, getCacheKey, getKeySet, setKey, setKeySet
-
-