Uses of Interface
de.xima.fc.interfaces.IUploadConsuming
Packages that use IUploadConsuming
Package
Description
-
Uses of IUploadConsuming in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file with parameters of type IUploadConsumingModifier and TypeMethodDescriptionConsumingFileHandlerImpl.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getDirWithUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.ConsumingFileHandlerImpl.getFilesFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated. -
Uses of IUploadConsuming in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IUploadConsumingModifier and TypeClassDescriptionclass
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This action is not necessary anymore.class
Deprecated.This is part of the old workflow engine.class
Deprecated.This is part of the old workflow engine. -
Uses of IUploadConsuming in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file with parameters of type IUploadConsumingModifier and TypeMethodDescriptionIConsumingFileHandler.getAttachmentsFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getAttachmentsFromUploadElements(List, Aktion)
, but takes the arguments from the givenIUploadConsuming
belonging to the given action.IConsumingFileHandler.getDirWithUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getDirWithUploadElements(IUploadConsuming, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action.IConsumingFileHandler.getFilesFromUploadElements
(IUploadConsuming consuming, Aktion action) Deprecated.Same asIConsumingFileHandler.getFilesFromUploadElements(List, Aktion)
, but takes the parameters from the givenIUploadConsuming
corresponding to the given action. -
Uses of IUploadConsuming in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution with parameters of type IUploadConsumingModifier and TypeMethodDescriptiondefault List<IResolvedFile>
IWorkflowFileHandler.getFilesFromUploadElements
(IUploadConsuming consuming) Same asIWorkflowFileHandler.getFilesFromUploadElements(List)
, but takes the parameters from the givenIUploadConsuming
corresponding.