Class UDPSendDatagramWorkflowAction.DataCfg
java.lang.Object
de.uplanet.lucy.server.workflow.action.UDPSendDatagramWorkflowAction.DataCfg
- All Implemented Interfaces:
IContextVariableNameDataProp,IDataFieldGuidDataProp,IDataProp,ITextDataProp
- Enclosing class:
UDPSendDatagramWorkflowAction
public static final class UDPSendDatagramWorkflowAction.DataCfg
extends Object
implements ITextDataProp, IContextVariableNameDataProp, IDataFieldGuidDataProp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the context variable that contains the payload data.Get the GUID of the data field that contains the payload data.getText()Get the static payload character data.voidsetCharset(String p_strCharset) voidsetContextVariableName(String p_strContextVariableName) Set the name of the context variable that contains the payload data.voidsetDataFieldGuid(String p_strDataFieldGuid) Set the GUID of the data field that contains the payload data.voidSet static payload character data.
-
Constructor Details
-
DataCfg
public DataCfg()
-
-
Method Details
-
getText
Description copied from interface:ITextDataPropGet the static payload character data.- Specified by:
getTextin interfaceITextDataProp- Returns:
- The static payload data, or
null.
-
setText
Description copied from interface:ITextDataPropSet static payload character data.- Specified by:
setTextin interfaceITextDataProp- Parameters:
p_strText- The static payload data.
-
getContextVariableName
Description copied from interface:IContextVariableNameDataPropGet the name of the context variable that contains the payload data.Existing prefixes are
Note that not all prefixes are available in all contexts.- Specified by:
getContextVariableNamein interfaceIContextVariableNameDataProp- Returns:
- The name of the context variable, or
null. - See Also:
-
setContextVariableName
Description copied from interface:IContextVariableNameDataPropSet the name of the context variable that contains the payload data.Existing prefixes are
Note that not all prefixes are available in all contexts.- Specified by:
setContextVariableNamein interfaceIContextVariableNameDataProp- Parameters:
p_strContextVariableName- The name of the context variable.- See Also:
-
getDataFieldGuid
Description copied from interface:IDataFieldGuidDataPropGet the GUID of the data field that contains the payload data.- Specified by:
getDataFieldGuidin interfaceIDataFieldGuidDataProp- Returns:
- The GUID of the data field, or
null.
-
setDataFieldGuid
Description copied from interface:IDataFieldGuidDataPropSet the GUID of the data field that contains the payload data.- Specified by:
setDataFieldGuidin interfaceIDataFieldGuidDataProp- Parameters:
p_strDataFieldGuid- The GUID of the data field.
-
getCharset
-
setCharset
-