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
コンストラクタと説明 |
---|
ClientPathExclusion() |
修飾子とタイプ | メソッドと説明 |
---|---|
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