Package de.xima.fc.interfaces.processing
Interface IParameterProcessing
-
- All Known Implementing Classes:
AParameterVerarbeitung,VerarbeitungPlugin,VerarbeitungPost,VerarbeitungSendToSalesforce,VerarbeitungWeiterleitung,VerarbeitungWriteToForm,VerarbeitungXmlToFd
@Deprecated public interface IParameterProcessing
Deprecated.Use the new workflow engine (IWorkflowEventRunner).Interface zur Kennzeichnung von Verarbeitungsklassen mit Parameterverarbeitung- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_KEY_PARAMNAMEDeprecated.static StringJSON_KEY_PARAMVALUEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<org.json.JSONObject>getParameters()Deprecated.Map<String,String>getParamMap()Deprecated.voidsetParameters(List<org.json.JSONObject> parameters)Deprecated.voidsetParamMap(Map<String,String> parameters)Deprecated.
-
-
-
Field Detail
-
JSON_KEY_PARAMNAME
static final String JSON_KEY_PARAMNAME
Deprecated.- See Also:
- Constant Field Values
-
JSON_KEY_PARAMVALUE
static final String JSON_KEY_PARAMVALUE
Deprecated.- See Also:
- Constant Field Values
-
-