The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"select_attributes in java"
hi
i want to put the operator select attributes in a java application.The problem is when i use the parameter attribute filter type=subset cause i dont know how to put this list in java.i tried this below but it put this attributes in the first list and i want in the second.
select_attributes.setParameter("invert_selection", "true");
select_attributes.setParameter("include_special_attributes", "true");
select_attributes.setParameter("attribute_filter_type", "subset");
List<String[]> attributeList = new LinkedList<String[]>();
// List<String[]> attributeList2 = new LinkedList<String[]>();
attributeList.add(new String[] {"label","metadata_file"});
attributeList.add(new String[] {null,"metadata_path"});
attributeList.add(new String[] {null,"metadata_date"});
has anyone any solution??
i want to put the operator select attributes in a java application.The problem is when i use the parameter attribute filter type=subset cause i dont know how to put this list in java.i tried this below but it put this attributes in the first list and i want in the second.
select_attributes.setParameter("invert_selection", "true");
select_attributes.setParameter("include_special_attributes", "true");
select_attributes.setParameter("attribute_filter_type", "subset");
List<String[]> attributeList = new LinkedList<String[]>();
// List<String[]> attributeList2 = new LinkedList<String[]>();
attributeList.add(new String[] {"label","metadata_file"});
attributeList.add(new String[] {null,"metadata_path"});
attributeList.add(new String[] {null,"metadata_date"});
has anyone any solution??
0
Answers
Moved to Development section.
Regards,
Marco