Actions
Task #289
closedImplement search to FormService (EAV)
Start date:
01/26/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
We need search entity (owner), by extended attribute value.
For example we have available this informations "IdmIdentity.class", "email2", "svanda.vit@seznam.cz".
This is need for example in synchronization, where we have correlation attribute.
Correlation attribute now support only search entity by fields in Identity. Search by extended attribute is not supported for now.
Related issues
Updated by Radek Tomiška almost 8 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška almost 8 years ago
- Precedes Task #247: Provisioning attribute mapping - update eav attribute definition added
Updated by Radek Tomiška almost 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I've implemented method for finding owner by attribute value (one attribute is supported for now). Tests are included.
I added more useful method to FormService api:- attribute save and delete is supported now (attribute could be deleted, if no value was inserted)
- find attribute by name
Both method is used in system attribute mapping now and could be used for attribute update (#247).
Could you make a review and test, please?
Updated by Vít Švanda almost 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
- Interface, code and test looks fine.
- This function will be used in synchronization, within task #338.
Actions