Uses of Interface
com.helger.phase4.duplicate.IAS4DuplicateItem
Packages that use IAS4DuplicateItem
-
Uses of IAS4DuplicateItem in com.helger.phase4.duplicate
Classes in com.helger.phase4.duplicate that implement IAS4DuplicateItemModifier and TypeClassDescriptionclassThis class represents a single "duplication check" item.Methods in com.helger.phase4.duplicate that return IAS4DuplicateItemModifier and TypeMethodDescription@Nullable IAS4DuplicateItemAS4DuplicateManagerInMemory.findFirst(@NonNull Predicate<? super IAS4DuplicateItem> aFilter) @Nullable IAS4DuplicateItemAS4DuplicateManagerInMemory.getItemOfMessageID(@Nullable String sMessageID) @Nullable IAS4DuplicateItemAS4DuplicateManagerXML.getItemOfMessageID(@Nullable String sMessageID) @Nullable IAS4DuplicateItemIAS4DuplicateManager.getItemOfMessageID(@Nullable String sMessageID) Find the first item with the provided message ID.Methods in com.helger.phase4.duplicate that return types with arguments of type IAS4DuplicateItemModifier and TypeMethodDescription@NonNull com.helger.collection.commons.ICommonsList<IAS4DuplicateItem> AS4DuplicateManagerInMemory.getAll()@NonNull com.helger.collection.commons.ICommonsList<IAS4DuplicateItem> IAS4DuplicateManager.getAll()Method parameters in com.helger.phase4.duplicate with type arguments of type IAS4DuplicateItemModifier and TypeMethodDescription@Nullable IAS4DuplicateItemAS4DuplicateManagerInMemory.findFirst(@NonNull Predicate<? super IAS4DuplicateItem> aFilter)