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)Deprecated.List<File>ConsumingFileHandlerImpl. getFilesFromPreviousActions(IConsuming consuming, Aktion action)Deprecated. - 
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 classVerarbeitungCompressAsZipDeprecated.This is part of the old workflow engine.classVerarbeitungEmailDeprecated.This is part of the old workflow engine.classVerarbeitungInboxDeprecated.This action is not necessary anymore.classVerarbeitungReturnFileDeprecated.This is part of the old workflow engine.classVerarbeitungSaveToFilesystemDeprecated.This is part of the old workflow engine. - 
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)Deprecated.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)Deprecated.Returns all files from previous actions as specified by thegetActionUUIDs(). 
 -