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.
Old handler class for the workflow action "HTTP post request".
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.protected IProcessingResult
exec
(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.This is the method that should implement the business logic required by this action.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getIcon()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.int
Deprecated.Deprecated.long
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.void
removeHeader
(org.apache.commons.lang3.tuple.Pair<String, String> pair) Deprecated.void
setAttachToFormRecord
(boolean attachToFormRecord) Deprecated.void
setBasicAuthLogin
(String basicAuthLogin) Deprecated.void
setBasicAuthPwd
(String basicAuthPwd) Deprecated.void
setCustomBodyContent
(String customBodyContent) Deprecated.void
setCustomBodyContentType
(EHttpContentType customBodyContentType) Deprecated.void
setHeaders
(List<org.apache.commons.lang3.tuple.Pair<String, String>> headers) Deprecated.void
setHttpRequestType
(EHttpRequestType httpRequestType) Deprecated.void
setIncludeFD
(boolean includeFD) Deprecated.void
setInputCharset
(String inputCharset) Deprecated.void
setOutputCharset
(String outputCharset) Deprecated.void
setPostURL
(String postURL) Deprecated.void
setProxyAuthLogin
(String proxyAuthLogin) Deprecated.void
setProxyAuthPwd
(String proxyAuthPwd) Deprecated.void
setProxyHost
(String proxyHost) Deprecated.void
setProxyPort
(int proxyPort) Deprecated.void
setResultAsResponsePage
(boolean resultAsResponsePage) Deprecated.void
setTemplateUUID
(String templateUUID) Deprecated.void
setTextbausteinId
(long textbausteinId) Deprecated.void
setUseBasicAuth
(boolean useBasicAuth) Deprecated.void
setUseFieldAlias
(boolean useFieldAlias) Deprecated.void
setUseProxy
(boolean useProxy) Deprecated.void
setUseProxyAuth
(boolean useProxyAuth) Deprecated.void
setUseSinglePart
(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
-
Constructor Details
-
VerarbeitungPost
public VerarbeitungPost()Deprecated.
-
-
Method Details
-
exec
Deprecated.Description copied from class:AVerarbeitung
This is the method that should implement the business logic required by this action. This method is called internally byAVerarbeitung.execute(IWorkflowProcessingContext, Aktion)
.- Specified by:
exec
in 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.
-
getPostURL
Deprecated.- Returns:
- the postURL
-
setPostURL
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
Deprecated.- Specified by:
setTemplateUUID
in interfaceITemplateDependent
-
getTemplateUUID
Deprecated.- Specified by:
getTemplateUUID
in interfaceITemplateDependent
-
getInputCharset
Deprecated. -
setInputCharset
Deprecated.- Parameters:
inputCharset
- the Encoding to set for POST Request
-
getOutputCharset
Deprecated. -
setOutputCharset
Deprecated.- Parameters:
outputCharset
- the Encoding to set for generate Response-File
-
isUseSinglePart
Deprecated.- Returns:
- true if the
getCustomBodyContentType()
isEHttpRequestType.FORM_DATA
-
setUseSinglePart
Deprecated.- Parameters:
useSinglePart
- if the body type should be set toEHttpRequestType.FORM_DATA
-
getProcessingKey
Deprecated.- Specified by:
getProcessingKey
in interfaceIProcessing
-
getLicenseKey
Deprecated.- Specified by:
getLicenseKey
in interfaceIProcessing
-
getDisplayName
Deprecated.- Specified by:
getDisplayName
in interfaceINamedUiElement
- Overrides:
getDisplayName
in classAVerarbeitung
- Returns:
- Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
-
getProcessingPage
Deprecated.- Specified by:
getProcessingPage
in interfaceIProcessing
- Overrides:
getProcessingPage
in classAVerarbeitung
-
getIcon
Deprecated.- Specified by:
getIcon
in interfaceIProcessing
- Overrides:
getIcon
in classAVerarbeitung
- Returns:
- The icon ID for this action.
-
getBasicAuthLogin
Deprecated.- Returns:
- the basicAuthLogin
-
setBasicAuthLogin
Deprecated.- Parameters:
basicAuthLogin
- the basicAuthLogin to set
-
getBasicAuthPwd
Deprecated.- Returns:
- the basicAuthPwd
-
setBasicAuthPwd
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
Deprecated.- Returns:
- the proxyHost
-
setProxyHost
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
Deprecated.- Returns:
- the proxyAuthLogin
-
setProxyAuthLogin
Deprecated.- Parameters:
proxyAuthLogin
- the proxyAuthLogin to set
-
getProxyAuthPwd
Deprecated.- Returns:
- the proxyAuthPwd
-
setProxyAuthPwd
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:
isAttachToFormRecord
in 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:
setAttachToFormRecord
in interfaceIAttachableFile
- Parameters:
attachToFormRecord
- Whether files created by this file providing action are attached to the form record.
-
removeHeader
Deprecated. -
addHeader
public void addHeader()Deprecated. -
getHeaders
Deprecated. -
setHeaders
Deprecated. -
getHttpRequestType
Deprecated. -
setHttpRequestType
Deprecated. -
getCustomBodyContent
Deprecated. -
setCustomBodyContent
Deprecated. -
getCustomBodyContentType
Deprecated. -
setCustomBodyContentType
Deprecated. -
setTextbausteinId
Deprecated.- Parameters:
textbausteinId
- the textbausteinId to set
-
getTextbausteinId
Deprecated.- Specified by:
getTextbausteinId
in interfaceITemplateDependent
-
INodeHandler
.