Package ome.formats.importer.exclusions
Interface FileExclusion
-
- All Known Implementing Classes:
AbstractFileExclusion
,ClientPathExclusion
,FilenameExclusion
public interface FileExclusion
Voter given the opportunity by theImportLibrary
to cancel the importing of a given file.- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
suggestExclusion(ServiceFactoryPrx factory, ImportContainer container)
-
-
-
Method Detail
-
suggestExclusion
java.lang.Boolean suggestExclusion(ServiceFactoryPrx factory, ImportContainer container) throws ServerError
Given the currentsession
attempt to discover if the givencontainer
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
-
-