Package de.xima.fc.bl.fdv.processing
Class VerarbeitungWriteToForm
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.AVerarbeitung
-
- de.xima.fc.bl.fdv.processing.AParameterVerarbeitung
-
- de.xima.fc.bl.fdv.processing.VerarbeitungWriteToForm
-
- All Implemented Interfaces:
ITransferable,INamedUiElement,IParameterProcessing,IProcessing,Serializable
@Embeddable public class VerarbeitungWriteToForm extends AParameterVerarbeitung implements IParameterProcessing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.xima.fc.bl.fdv.processing.AVerarbeitung
LOG
-
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
-
Fields inherited from interface de.xima.fc.interfaces.processing.IParameterProcessing
JSON_KEY_PARAMNAME, JSON_KEY_PARAMVALUE
-
Fields inherited from interface de.xima.fc.interfaces.processing.IProcessing
ATTR_VERARBEITUNGSNAME
-
-
Constructor Summary
Constructors Constructor Description VerarbeitungWriteToForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IProcessingResultexec(IWorkflowProcessingContext wfpc, Aktion aktion)Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen.StringgetDisplayName(Locale l)StringgetIcon()StringgetLicenseKey()StringgetProcessingKey()StringgetProcessingPage()-
Methods inherited from class de.xima.fc.bl.fdv.processing.AParameterVerarbeitung
getParameters, getParamMap, setParameters, setParamMap
-
Methods inherited from class de.xima.fc.bl.fdv.processing.AVerarbeitung
convertToLongList, execute, getDefaultProcessingPageFolder, getGuiIcon, getProcessingName, isAvailable, isFileProviding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.interfaces.processing.IParameterProcessing
getParameters, getParamMap, setParameters, setParamMap
-
Methods inherited from interface de.xima.fc.interfaces.processing.IProcessing
getAvailableOverrideValue, prefillProcessing
-
-
-
-
Method Detail
-
exec
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
Diese Aktion dient dazu Formularwerte mit definierten Mapping-Werten zu belegen. Der Mappingwert wird immer in die SaveFormData-Map geschrieben, auch wenn es das Feld im Formular nicht gibt.- Specified by:
execin classAVerarbeitung- Parameters:
wfpc- The current workflow processing context that should be used to execute this action.aktion- The action entity corresponding to the action to be executed.- Throws:
Exception- When this action could not be executed and the error could not be handled by this action.
-
getProcessingKey
public String getProcessingKey()
- Specified by:
getProcessingKeyin interfaceIProcessing
-
getLicenseKey
public String getLicenseKey()
- Specified by:
getLicenseKeyin interfaceIProcessing
-
getDisplayName
public String getDisplayName(Locale l)
- Specified by:
getDisplayNamein interfaceINamedUiElement- Overrides:
getDisplayNamein classAVerarbeitung- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
getProcessingPage
public String getProcessingPage()
- Specified by:
getProcessingPagein interfaceIProcessing- Overrides:
getProcessingPagein classAVerarbeitung
-
getIcon
public String getIcon()
- Specified by:
getIconin interfaceIProcessing- Overrides:
getIconin classAVerarbeitung- Returns:
- The icon ID for this action.
-
-