Class SingleFile

java.lang.Object
de.xima.fc.workflow.model.nodes.SingleFile
All Implemented Interfaces:
IReferencedFileList, ISingleFileProviding, Serializable

@NotEmptyIf(field="url",dependants="resource",target=SingleFile.class,payload=url.class) @NotEmptyIf(field="searchFilename",dependants="resource",target=SingleFile.class,payload=searchFilename.class) public final class SingleFile extends Object implements Serializable, ISingleFileProviding
Models a single file that may come from multiple sources, such as client file, project files or external files referenced via a URL.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also: