public class OperationValues extends Object
ImportableFieldsBrowser
to POJO fields defined in this class. The values fields
are stored in OperationContext
.Constructor and Description |
---|
OperationValues(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getCustomPropertyValue()
Fetches the the map of user input values for the field with ID: "customPropertiesField" from
ImportableFieldsBrowser |
Long |
getReplacementValue()
Fetches the user input value for the field with ID: "replacementField" from
ImportableFieldsBrowser |
String |
getSelectedListValue()
Fetches the user Selected value for the field with ID: "listField" from
ImportableFieldsBrowser |
String |
getSimpleFieldValue()
Fetches the user input value for the field with ID: "simpleField" from
ImportableFieldsBrowser |
public OperationValues(OperationContext context)
public String getSimpleFieldValue()
ImportableFieldsBrowser
public String getSelectedListValue()
ImportableFieldsBrowser
public Long getReplacementValue()
ImportableFieldsBrowser
public Map<String,String> getCustomPropertyValue()
ImportableFieldsBrowser