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.booleanbooleanbooleanvoidsetContextVariableName(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.voidsetOnErrorMode(ON_ERROR_MODE p_onErrorMode) voidsetTextPath(String p_strTextPath) voidsetVelocityPath(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: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:
-
hasContextVariableName
public boolean hasContextVariableName() -
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.
-
hasDataFieldGuid
public boolean hasDataFieldGuid()
-