Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IPluginProcessingRetVal
-
Packages that use IPluginProcessingRetVal Package Description de.xima.fc.bl.fdv.processing.result de.xima.fc.interfaces.processing.result de.xima.fc.plugin.interfaces.workflow -
-
Uses of IPluginProcessingRetVal in de.xima.fc.bl.fdv.processing.result
Classes in de.xima.fc.bl.fdv.processing.result that implement IPluginProcessingRetVal Modifier and Type Class Description classProcessingResultAktionsIDDeprecated.This is part of the old workflow engine.classProcessingResultFileDataDeprecated.This is part of the old workflow engine.classProcessingResultFilePathDeprecated.This is part of the old workflow engine.classProcessingResultHTMLDeprecated.This is part of the old workflow engine.classProcessingResultIntValueDeprecated.This is part of the old workflow engine.classProcessingResultLongValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueDeprecated.This is part of the old workflow engine.classProcessingResultMultiValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultNumberValueDeprecated.This is part of the old workflow engine.classProcessingResultRedirectDeprecated.This is part of the old workflow engine.classProcessingResultStringValueDeprecated.This is part of the old workflow engine.classProcessingResultStringValueAndFilePathDeprecated.This is part of the old workflow engine.classProcessingResultSuccessDeprecated.This is part of the old workflow engine.classProcessingResultTemplateDeprecated.This is part of the old workflow engine.classProcessingResultVorgangsIDDeprecated.This is part of the old workflow engine. -
Uses of IPluginProcessingRetVal in de.xima.fc.interfaces.processing.result
Subinterfaces of IPluginProcessingRetVal in de.xima.fc.interfaces.processing.result Modifier and Type Interface Description interfaceIProcessingResultAktionsIDInterface for a processing result as id of an action (@seeAktion)interfaceIProcessingResultFileDataInterface for a processing result as binary fileinterfaceIProcessingResultFilePathInterface for a processing result as file pathinterfaceIProcessingResultHTMLInterface for a processing result as HTMLinterfaceIProcessingResultIntValueInterface for a processing result asIntegervalueinterfaceIProcessingResultLongValueInterface for a processing result asLongvalueinterfaceIProcessingResultMultiValueInterface for a processing result with multiple valuesinterfaceIProcessingResultNumberValueInterface for a processing result asNumberinterfaceIProcessingResultStringValueInterface for a processing result asStringinterfaceIProcessingResultSuccessInterface for a processing result with multiple valuesinterfaceIProcessingResultTemplateInterface for a processing result as FORMCYCLE templateinterfaceIProcessingResultVorgangsIDInterface for a processing result as the id of an process (@seeVorgang)interfaceIProcessingResultWeiterleitungInterface for a processing result as redirect -
Uses of IPluginProcessingRetVal in de.xima.fc.plugin.interfaces.workflow
Methods in de.xima.fc.plugin.interfaces.workflow that return IPluginProcessingRetVal Modifier and Type Method Description IPluginProcessingRetValIPluginProcessing. execute(IPluginProcessingParams params)Deprecated.The main method of this plugin.
-