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 class
ProcessingResultAktionsID
Deprecated.This is part of the old workflow engine.class
ProcessingResultFileData
Deprecated.This is part of the old workflow engine.class
ProcessingResultFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultHTML
Deprecated.This is part of the old workflow engine.class
ProcessingResultIntValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultLongValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultMultiValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultMultiValueAndFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultNumberValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultRedirect
Deprecated.This is part of the old workflow engine.class
ProcessingResultStringValue
Deprecated.This is part of the old workflow engine.class
ProcessingResultStringValueAndFilePath
Deprecated.This is part of the old workflow engine.class
ProcessingResultSuccess
Deprecated.This is part of the old workflow engine.class
ProcessingResultTemplate
Deprecated.This is part of the old workflow engine.class
ProcessingResultVorgangsID
Deprecated.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 interface
IProcessingResultAktionsID
Interface for a processing result as id of an action (@seeAktion
)interface
IProcessingResultFileData
Interface for a processing result as binary fileinterface
IProcessingResultFilePath
Interface for a processing result as file pathinterface
IProcessingResultHTML
Interface for a processing result as HTMLinterface
IProcessingResultIntValue
Interface for a processing result asInteger
valueinterface
IProcessingResultLongValue
Interface for a processing result asLong
valueinterface
IProcessingResultMultiValue
Interface for a processing result with multiple valuesinterface
IProcessingResultNumberValue
Interface for a processing result asNumber
interface
IProcessingResultStringValue
Interface for a processing result asString
interface
IProcessingResultSuccess
Interface for a processing result with multiple valuesinterface
IProcessingResultTemplate
Interface for a processing result as FORMCYCLE templateinterface
IProcessingResultVorgangsID
Interface for a processing result as the id of an process (@seeVorgang
)interface
IProcessingResultWeiterleitung
Interface 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 IPluginProcessingRetVal
IPluginProcessing. execute(IPluginProcessingParams params)
Deprecated.The main method of this plugin.
-