Uses of Interface
org.pentaho.platform.api.engine.ISelectionMapper
-
Packages that use ISelectionMapper Package Description org.pentaho.platform.api.engine -
-
Uses of ISelectionMapper in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine with parameters of type ISelectionMapper Modifier and Type Method Description void
IRuntimeContext. createFeedbackParameter(ISelectionMapper selMap, String fieldName, Object defaultValues)
Adds a feedback parameter (essentially a form input field) for a required input.void
IRuntimeContext. createFeedbackParameter(ISelectionMapper selMap, String fieldName, Object defaults, boolean optional)
Adds a feedback parameter (essentially a form input field) for a required input.
-