[
https://issues.jboss.org/browse/DROOLS-3098?page=com.atlassian.jira.plugi...
]
Daniele Zonca edited comment on DROOLS-3098 at 11/8/18 11:51 AM:
-----------------------------------------------------------------
[~uxdlc]
Example: I have DO with this structure
{code:java}
PhoneNumber(String prefix, String number);
Contact(String address, List[PhoneNumber] phoneNumbers);
ContactList(Map[String, Contact] contacts)
{code}
I would like to create a column that is mapped to a phone number:
Agenda.contacts["ContactName"].phoneNumbers[index].number
I cannot do it now because I can only navigate through the tree element in the UI and I
have no way to access into contacts *map* and the same which phone number in the *list* I
want to use
was (Author: danielezonca):
[~uxdlc]
Example: I have DO with this structure
{code:java}
PhoneNumber(String prefix, String number);
Contact(String address, List[PhoneNumber] phoneNumbers);
Agenda(Map[String, Contact] contacts)
{code}
I would like to create a column that is mapped to a phone number:
Agenda.contacts["ContactName"].phoneNumbers[index].number
I cannot do it now because I can only navigate through the tree element in the UI and I
have no way to access into contacts *map* and the same which phone number in the *list* I
want to use
UX: Add support for map and list
--------------------------------
Key: DROOLS-3098
URL:
https://issues.jboss.org/browse/DROOLS-3098
Project: Drools
Issue Type: Story
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Liz Clayton
Priority: Major
Labels: ScenarioSimulation, UX, UXTeam
As user I want to be able to use Data Objects that contain Lists and Maps
--
This message was sent by Atlassian Jira
(v7.12.1#712002)