public class VerarbeitungPost extends AParameterVerarbeitung implements IProviding, IParameterProcessing
LOG
JSON_KEY_PARAMNAME, JSON_KEY_PARAMVALUE
ATTR_VERARBEITUNGSNAME
ATTR_DISPLAY_NAME
Constructor and Description |
---|
VerarbeitungPost() |
Modifier and Type | Method and Description |
---|---|
protected void |
exec(IWorkflowProcessingContext wfpc,
Aktion aktion)
Die eigentliche, Aktions-spezifische Verarbeitung dieser Implementierung von
IProcessing , wird intern von
#execute(IWorkflowProcessingContext) aufgerufen. |
String |
getDisplayName(Locale l) |
String |
getIcon() |
String |
getInputCharset() |
String |
getOutputCharset() |
String |
getPostURL() |
String |
getProcessingKey() |
String |
getProcessingPage() |
int |
getTextbausteinId() |
boolean |
isAvailable(IEntityContext ec,
Mandant man) |
boolean |
isIncludeFD() |
boolean |
isUseSinglePart() |
void |
setIncludeFD(boolean includeFD) |
void |
setInputCharset(String inputCharset) |
void |
setOutputCharset(String outputCharset) |
void |
setPostURL(String postURL) |
void |
setTextbausteinId(int textbausteinId) |
void |
setUseSinglePart(boolean useSinglePart) |
getParameters, getParamMap, setParameters, setParamMap
execute, getDefaultProcessingPageFolder, getProcessingName, isFileProviding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParameters, getParamMap, setParameters, setParamMap
getAvailableOverrideValue
protected void exec(IWorkflowProcessingContext wfpc, Aktion aktion) throws Exception
AVerarbeitung
IProcessing
, wird intern von
#execute(IWorkflowProcessingContext)
aufgerufen.exec
in class AVerarbeitung
wfpc
- TODOaktion
- TODOException
- bei (beliebigen) nicht von dieser Implementierung selbst behandelbaren Ausnahmenpublic String getPostURL()
public void setPostURL(String postURL)
postURL
- the postURL to setpublic boolean isIncludeFD()
public void setIncludeFD(boolean includeFD)
includeFD
- the includeFD to setpublic int getTextbausteinId()
public void setTextbausteinId(int textbausteinId)
textbausteinId
- the textbausteinId to setpublic String getInputCharset()
public void setInputCharset(String inputCharset)
inputCharset
- the Encoding to set for POST Requestpublic String getOutputCharset()
public void setOutputCharset(String outputCharset)
outputCharset
- the Encoding to set for generate Response-Filepublic boolean isUseSinglePart()
public void setUseSinglePart(boolean useSinglePart)
public String getProcessingKey()
getProcessingKey
in interface IProcessing
public String getDisplayName(Locale l)
getDisplayName
in interface INamedUiElement
getDisplayName
in class AVerarbeitung
public String getProcessingPage()
getProcessingPage
in interface IProcessing
getProcessingPage
in class AVerarbeitung
public String getIcon()
getIcon
in interface IProcessing
getIcon
in class AVerarbeitung
public boolean isAvailable(IEntityContext ec, Mandant man)
isAvailable
in interface IProcessing
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.