Interface ExistingEntityFinder

    • Method Detail

      • findExistingObjectIds

        Map<ImportedObjectV2,​Object> findExistingObjectIds​(Collection<ImportedObjectV2> objects)
        Finds already existing objects in the database.
        Parameters:
        objects - collection of imported objects
        Returns:
        map where key is the importing object and value is the id of the alredy existing object.
      • getSupportedClass

        Class<?> getSupportedClass()
        Returns:
        the entity class that is processed by this finder
      • isSupportedJobSource

        boolean isSupportedJobSource​(JobSource jobSource)
        Returns:
        the JobSource this finder accepts