Class WebSocketWorkflowAction.DataCfg
java.lang.Object
de.uplanet.lucy.server.websocket.workflow.action.WebSocketWorkflowAction.DataCfg
- All Implemented Interfaces:
IContextVariableNameDataProp
,IDataFieldGuidDataProp
,IDataProp
- Enclosing class:
WebSocketWorkflowAction
public static final class WebSocketWorkflowAction.DataCfg
extends Object
implements 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.boolean
boolean
boolean
void
setContextVariableName
(String p_strContextVariableName) Set the name of the context variable that contains the payload data.void
setDataFieldGuid
(String p_strDataFieldGuid) Set the GUID of the data field that contains the payload data.void
setOnErrorMode
(ON_ERROR_MODE p_onErrorMode) void
setTextPath
(String p_strTextPath) void
setVelocityPath
(String p_strVelocityPath)
-
Constructor Details
-
DataCfg
public DataCfg()
-
-
Method Details
-
getTextPath
-
setTextPath
-
hasVelocityPath
public boolean hasVelocityPath() -
getVelocityPath
-
setVelocityPath
-
getOnErrorMode
-
setOnErrorMode
-
getContextVariableName
Description copied from interface:IContextVariableNameDataProp
Get 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:
getContextVariableName
in interfaceIContextVariableNameDataProp
- Returns:
- The name of the context variable, or
null
. - See Also:
-
setContextVariableName
Description copied from interface:IContextVariableNameDataProp
Set 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:
setContextVariableName
in interfaceIContextVariableNameDataProp
- Parameters:
p_strContextVariableName
- The name of the context variable.- See Also:
-
hasContextVariableName
public boolean hasContextVariableName() -
getDataFieldGuid
Description copied from interface:IDataFieldGuidDataProp
Get the GUID of the data field that contains the payload data.- Specified by:
getDataFieldGuid
in interfaceIDataFieldGuidDataProp
- Returns:
- The GUID of the data field, or
null
.
-
setDataFieldGuid
Description copied from interface:IDataFieldGuidDataProp
Set the GUID of the data field that contains the payload data.- Specified by:
setDataFieldGuid
in interfaceIDataFieldGuidDataProp
- Parameters:
p_strDataFieldGuid
- The GUID of the data field.
-
hasDataFieldGuid
public boolean hasDataFieldGuid()
-