Package ome.formats.importer.exclusions
Interface FileExclusion
-
- All Known Implementing Classes:
AbstractFileExclusion,ClientPathExclusion,FilenameExclusion
public interface FileExclusionVoter given the opportunity by theImportLibraryto 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.BooleansuggestExclusion(ServiceFactoryPrx factory, ImportContainer container)
-
-
-
Method Detail
-
suggestExclusion
java.lang.Boolean suggestExclusion(ServiceFactoryPrx factory, ImportContainer container) throws ServerError
Given the currentsessionattempt to discover if the givencontainershould 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
-
-