Interface SelectorFactory
- All Known Implementing Classes:
GroovySelectorFactory
public interface SelectorFactory
-
Method Summary
-
Method Details
-
getId
String getId() -
createSelector
Creates an implementation of theSelectorinterface based. The implementation is based on scripts defined in theselectionelement of a relation model definition.- Parameters:
name- the name of the selectorimplementation- the implementation of the method as a string- Returns:
- the
Selectorwith implementedSelector.isSelected(RelationModel, EntityReference, EntityReference)method
-