Uses of Interface
de.xima.fc.interfaces.IConsuming
-
Packages that use IConsuming Package Description de.xima.fc.bl.fdv.file de.xima.fc.bl.fdv.processing de.xima.fc.gui.bean.workflow de.xima.fc.interfaces.file -
-
Uses of IConsuming in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file with parameters of type IConsuming Modifier and Type Method Description Map<? super Object,File>
ConsumingFileHandlerImpl. getFileOrDirsFromPreviousActions(IConsuming consuming, Aktion action)
List<File>
ConsumingFileHandlerImpl. getFilesFromPreviousActions(IConsuming consuming, Aktion action)
-
Uses of IConsuming in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement IConsuming Modifier and Type Class Description class
VerarbeitungCompressAsZip
class
VerarbeitungEmail
class
VerarbeitungInbox
Deprecated.This action is not necessary anymore.class
VerarbeitungReturnFile
Verarbeitung die Dateien im Abschluss zurückliefertclass
VerarbeitungSaveToFilesystem
-
Uses of IConsuming in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IConsuming Modifier and Type Method Description IConsuming
ProcessingBean. getConsumingProcessing()
Deprecated. -
Uses of IConsuming in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file with parameters of type IConsuming Modifier and Type Method Description Map<? super Object,File>
IConsumingFileHandler. getFileOrDirsFromPreviousActions(IConsuming consuming, Aktion action)
For each previous action as specified bygetActionUUIDs()
, find the file or directory created by that action and returns them.List<File>
IConsumingFileHandler. getFilesFromPreviousActions(IConsuming consuming, Aktion action)
Returns all files from previous actions as specified by thegetActionUUIDs()
.
-