1 | Field getField(String fieldName) |
2 | Field getEventIn(String fieldName) |
3 | Field getEventOut(String fieldname) |
4 | Field getExposedField(String fieldName) |
5 | let the Java code get the handle of the corresponding fields in the Script node. |
6 | Calling one of the setValue(), set1Value(), addValue(), insertValue(), clear() or delete() methods on an eventOut/eventIn sends that event at that time. |