Package de.xima.fc.bl.fdv.processing
Class VerarbeitungPost
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.AVerarbeitung
-
- de.xima.fc.bl.fdv.processing.AParameterVerarbeitung
-
- de.xima.fc.bl.fdv.processing.VerarbeitungPost
-
- All Implemented Interfaces:
ITransferable,IAttachableFile,INamedUiElement,IProviding,ITemplateDependent,IParameterProcessing,IProcessing,Serializable
@Deprecated public class VerarbeitungPost extends AParameterVerarbeitung implements IProviding, IAttachableFile, IParameterProcessing, ITemplateDependent
Deprecated.Use the new workflow engine (FcPostRequestExecutor).Old handler class for the workflow action "HTTP post request".- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- 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 VerarbeitungPost()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected IProcessingResultexec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung vonIProcessing, wird intern von#execute(IWorkflowProcessingContext)aufgerufen.StringgetBasicAuthLogin()Deprecated.StringgetBasicAuthPwd()Deprecated.StringgetDisplayName(Locale l)Deprecated.StringgetIcon()Deprecated.StringgetInputCharset()Deprecated.StringgetLicenseKey()Deprecated.StringgetOutputCharset()Deprecated.StringgetPostURL()Deprecated.StringgetProcessingKey()Deprecated.StringgetProcessingPage()Deprecated.StringgetProxyAuthLogin()Deprecated.StringgetProxyAuthPwd()Deprecated.StringgetProxyHost()Deprecated.intgetProxyPort()Deprecated.StringgetTemplateUUID()Deprecated.longgetTextbausteinId()Deprecated.booleanisAttachToFormRecord()Deprecated.booleanisIncludeFD()Deprecated.booleanisResultAsResponsePage()Deprecated.booleanisUseBasicAuth()Deprecated.booleanisUseFieldAlias()Deprecated.booleanisUseProxy()Deprecated.booleanisUseProxyAuth()Deprecated.booleanisUseSinglePart()Deprecated.voidsetAttachToFormRecord(boolean attachToFormRecord)Deprecated.voidsetBasicAuthLogin(String basicAuthLogin)Deprecated.voidsetBasicAuthPwd(String basicAuthPwd)Deprecated.voidsetIncludeFD(boolean includeFD)Deprecated.voidsetInputCharset(String inputCharset)Deprecated.voidsetOutputCharset(String outputCharset)Deprecated.voidsetPostURL(String postURL)Deprecated.voidsetProxyAuthLogin(String proxyAuthLogin)Deprecated.voidsetProxyAuthPwd(String proxyAuthPwd)Deprecated.voidsetProxyHost(String proxyHost)Deprecated.voidsetProxyPort(int proxyPort)Deprecated.voidsetResultAsResponsePage(boolean resultAsResponsePage)Deprecated.voidsetTemplateUUID(String templateUUID)Deprecated.voidsetTextbausteinId(long textbausteinId)Deprecated.voidsetUseBasicAuth(boolean useBasicAuth)Deprecated.voidsetUseFieldAlias(boolean useFieldAlias)Deprecated.voidsetUseProxy(boolean useProxy)Deprecated.voidsetUseProxyAuth(boolean useProxyAuth)Deprecated.voidsetUseSinglePart(boolean useSinglePart)Deprecated.-
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
execute, getAvailableOverrideValue, getGuiIcon, getProcessingName, isAvailable, isFileProviding, prefillProcessing
-
-
-
-
Method Detail
-
exec
protected IProcessingResult exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
Deprecated.Description copied from class:AVerarbeitungDie eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung vonIProcessing, wird intern von#execute(IWorkflowProcessingContext)aufgerufen.- Specified by:
execin classAVerarbeitung- Parameters:
wfpc- TODOaktion- TODO- Throws:
Exception- bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmen
-
getPostURL
public String getPostURL()
Deprecated.- Returns:
- the postURL
-
setPostURL
public void setPostURL(String postURL)
Deprecated.- Parameters:
postURL- the postURL to set
-
isIncludeFD
public boolean isIncludeFD()
Deprecated.- Returns:
- the includeFD
-
setIncludeFD
public void setIncludeFD(boolean includeFD)
Deprecated.- Parameters:
includeFD- the includeFD to set
-
setTemplateUUID
public void setTemplateUUID(String templateUUID)
Deprecated.- Specified by:
setTemplateUUIDin interfaceITemplateDependent
-
getTemplateUUID
public String getTemplateUUID()
Deprecated.- Specified by:
getTemplateUUIDin interfaceITemplateDependent
-
getInputCharset
public String getInputCharset()
Deprecated.
-
setInputCharset
public void setInputCharset(String inputCharset)
Deprecated.- Parameters:
inputCharset- the Encoding to set for POST Request
-
getOutputCharset
public String getOutputCharset()
Deprecated.
-
setOutputCharset
public void setOutputCharset(String outputCharset)
Deprecated.- Parameters:
outputCharset- the Encoding to set for generate Response-File
-
isUseSinglePart
public boolean isUseSinglePart()
Deprecated.
-
setUseSinglePart
public void setUseSinglePart(boolean useSinglePart)
Deprecated.
-
getProcessingKey
public String getProcessingKey()
Deprecated.- Specified by:
getProcessingKeyin interfaceIProcessing
-
getLicenseKey
public String getLicenseKey()
Deprecated.- Specified by:
getLicenseKeyin interfaceIProcessing
-
getDisplayName
public String getDisplayName(Locale l)
Deprecated.- 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()
Deprecated.- Specified by:
getProcessingPagein interfaceIProcessing- Overrides:
getProcessingPagein classAVerarbeitung
-
getIcon
public String getIcon()
Deprecated.- Specified by:
getIconin interfaceIProcessing- Overrides:
getIconin classAVerarbeitung- Returns:
- The icon ID for this action.
-
getBasicAuthLogin
public String getBasicAuthLogin()
Deprecated.- Returns:
- the basicAuthLogin
-
setBasicAuthLogin
public void setBasicAuthLogin(String basicAuthLogin)
Deprecated.- Parameters:
basicAuthLogin- the basicAuthLogin to set
-
getBasicAuthPwd
public String getBasicAuthPwd()
Deprecated.- Returns:
- the basicAuthPwd
-
setBasicAuthPwd
public void setBasicAuthPwd(String basicAuthPwd)
Deprecated.- Parameters:
basicAuthPwd- the basicAuthPwd to set
-
isUseBasicAuth
public boolean isUseBasicAuth()
Deprecated.- Returns:
- the useBasicAuth
-
setUseBasicAuth
public void setUseBasicAuth(boolean useBasicAuth)
Deprecated.- Parameters:
useBasicAuth- the useBasicAuth to set
-
isUseProxy
public boolean isUseProxy()
Deprecated.- Returns:
- the useProxy
-
setUseProxy
public void setUseProxy(boolean useProxy)
Deprecated.- Parameters:
useProxy- the useProxy to set
-
getProxyHost
public String getProxyHost()
Deprecated.- Returns:
- the proxyHost
-
setProxyHost
public void setProxyHost(String proxyHost)
Deprecated.- Parameters:
proxyHost- the proxyHost to set
-
getProxyPort
public int getProxyPort()
Deprecated.- Returns:
- the proxyPort
-
setProxyPort
public void setProxyPort(int proxyPort)
Deprecated.- Parameters:
proxyPort- the proxyPort to set
-
getProxyAuthLogin
public String getProxyAuthLogin()
Deprecated.- Returns:
- the proxyAuthLogin
-
setProxyAuthLogin
public void setProxyAuthLogin(String proxyAuthLogin)
Deprecated.- Parameters:
proxyAuthLogin- the proxyAuthLogin to set
-
getProxyAuthPwd
public String getProxyAuthPwd()
Deprecated.- Returns:
- the proxyAuthPwd
-
setProxyAuthPwd
public void setProxyAuthPwd(String proxyAuthPwd)
Deprecated.- Parameters:
proxyAuthPwd- the proxyAuthPwd to set
-
isUseProxyAuth
public boolean isUseProxyAuth()
Deprecated.- Returns:
- the useProxyAuth
-
setUseProxyAuth
public void setUseProxyAuth(boolean useProxyAuth)
Deprecated.- Parameters:
useProxyAuth- the useProxyAuth to set
-
isResultAsResponsePage
public boolean isResultAsResponsePage()
Deprecated.- Returns:
- the resultAsResponsePage
-
setResultAsResponsePage
public void setResultAsResponsePage(boolean resultAsResponsePage)
Deprecated.- Parameters:
resultAsResponsePage- the resultAsResponsePage to set
-
isUseFieldAlias
public boolean isUseFieldAlias()
Deprecated.
-
setUseFieldAlias
public void setUseFieldAlias(boolean useFieldAlias)
Deprecated.
-
isAttachToFormRecord
public boolean isAttachToFormRecord()
Deprecated.- Specified by:
isAttachToFormRecordin interfaceIAttachableFile- Returns:
- Whether files created by this file providing action are attached to the form record.
-
setAttachToFormRecord
public void setAttachToFormRecord(boolean attachToFormRecord)
Deprecated.- Specified by:
setAttachToFormRecordin interfaceIAttachableFile- Parameters:
attachToFormRecord- Whether files created by this file providing action are attached to the form record.
-
setTextbausteinId
@Deprecated public void setTextbausteinId(long textbausteinId)
Deprecated.- Parameters:
textbausteinId- the textbausteinId to set
-
getTextbausteinId
@Deprecated public long getTextbausteinId()
Deprecated.- Specified by:
getTextbausteinIdin interfaceITemplateDependent
-
-