public class ClientPathExclusion extends AbstractFileExclusion
Voter
which checks the original filepath from the client
(FilesetEntry.getClientPath()
) for existence.
This check is most useful for imports from large, well-structured data directories
where continuously re-trying a number of imports is needed. The checksum for the
target file are not checked, meaning that modifications to the file will
not trigger a re-import.AbstractFileExclusion.Exclusion
Constructor and Description |
---|
ClientPathExclusion() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
suggestExclusion(omero.api.ServiceFactoryPrx factory,
ImportContainer container)
Given the current
session attempt to discover
if the given container should be skipped, i.e. |
checksum, createExclusion
public java.lang.Boolean suggestExclusion(omero.api.ServiceFactoryPrx factory, ImportContainer container) throws omero.ServerError
FileExclusion
session
attempt to discover
if the given container
should be skipped, i.e.
not imported.omero.ServerError
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.