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 classVerarbeitungCompressAsZipclassVerarbeitungEmailclassVerarbeitungInboxDeprecated.This action is not necessary anymore.classVerarbeitungReturnFileVerarbeitung die Dateien im Abschluss zurückliefertclassVerarbeitungSaveToFilesystem - 
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 IConsumingProcessingBean. 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(). 
 -