Hi,
I'm trying to change the filter parameters of a Filter Example operator , I'm not sure how have to be written
Operator op = process.getOperator("Filter Examples (8)");
op.setParameter("ExampleFilter.PARAMETER_PARAMETER_STRING",??); // Here is where i don't know what to write.
I hope someone could help me, i'll be very greatful