Interface FileExclusion

    • Method Detail

      • suggestExclusion

        java.lang.Boolean suggestExclusion​(ServiceFactoryPrx factory,
                                           ImportContainer container)
                                    throws ServerError
        Given the current session attempt to discover if the given container should be skipped, i.e. not imported.
        Returns:
        null if no suggestion is being made. false if this implementation suggests skipping the given container, otherwise true.
        Throws:
        ServerError