Interface ExistingItemResolver
-
- All Known Implementing Classes:
CachingExistingItemResolver
,DefaultExistingItemResolver
,TestExistingItemResolver
public interface ExistingItemResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection
findExisting(ValueLineTranslator valueLineTranslator, ValueLine line)
void
notifyItemCreatedOrRemoved(ValueLineTranslator valueLineTranslator, ValueLine line)
-
-
-
Method Detail
-
findExisting
java.util.Collection findExisting(ValueLineTranslator valueLineTranslator, ValueLine line) throws InsufficientDataException, UnresolvedValueException, AmbiguousItemException
-
notifyItemCreatedOrRemoved
void notifyItemCreatedOrRemoved(ValueLineTranslator valueLineTranslator, ValueLine line)
-
-