Uses of Interface
de.xima.fc.interfaces.IConsuming
Packages that use IConsuming
Package
Description
-
Uses of IConsuming in de.xima.fc.bl.fdv.file
Methods in de.xima.fc.bl.fdv.file with parameters of type IConsumingModifier and TypeMethodDescriptionConsumingFileHandlerImpl.getFileOrDirsFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.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 IConsumingModifier 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 IConsuming in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return IConsuming -
Uses of IConsuming in de.xima.fc.interfaces.file
Methods in de.xima.fc.interfaces.file with parameters of type IConsumingModifier and TypeMethodDescriptionIConsumingFileHandler.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.IConsumingFileHandler.getFilesFromPreviousActions
(IConsuming consuming, Aktion action) Deprecated.Returns all files from previous actions as specified by thegetActionUUIDs()
.