Class ProjectWorkflowExecutionData
java.lang.Object
flexagon.fd.model2.pipeline.execution.variables.ProjectWorkflowExecutionData
The Class ProjectWorkflowExecutionData.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the flexfield values.Gets the input values.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.returns a map of output values.returns the String target group code for the current project stage execution.returns the Long target group id for the current project stage execution.returns the Long workflow execution id for the current project stage execution..voidsetFlexfieldValues(Map<String, Serializable> pFlexfieldValues) Sets the flexfield values.voidsetInputValues(Map<String, Serializable> pInputValues) Sets the input values.voidsetInstanceCode(String pTargetGroupCode) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInstanceId(Long pTargetGroupId) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOutputValues(Map<String, Serializable> pOutputValues) Sets the output values.voidsetTargetGroupCode(String pTargetGroupCode) Sets the target group code.voidsetTargetGroupId(Long pTargetGroupId) Sets the target group id.voidsetWorkflowExecutionId(Long pWorkflowExecutionId) Sets the workflow execution id.toString()Returns the non secured class variables as comma seperated for logging purpose.
-
Constructor Details
-
ProjectWorkflowExecutionData
public ProjectWorkflowExecutionData()
-
-
Method Details
-
toString
Returns the non secured class variables as comma seperated for logging purpose. -
setWorkflowExecutionId
Sets the workflow execution id.- Parameters:
pWorkflowExecutionId- the new workflow execution id
-
getWorkflowExecutionId
returns the Long workflow execution id for the current project stage execution..- Returns:
- the workflow execution id
-
setInstanceId
Deprecated, for removal: This API element is subject to removal in a future version. -
getInstanceid
Deprecated, for removal: This API element is subject to removal in a future version. -
setInstanceCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getInstanceCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setTargetGroupId
Sets the target group id.- Parameters:
pTargetGroupId- the new target group id
-
getTargetGroupId
returns the Long target group id for the current project stage execution.- Returns:
- the target group id
-
setTargetGroupCode
Sets the target group code.- Parameters:
pTargetGroupCode- the new target group code
-
getTargetGroupCode
returns the String target group code for the current project stage execution.- Returns:
- the target group code
-
setOutputValues
Sets the output values.- Parameters:
pOutputValues- the output values
-
getOutputValues
returns a map of output values. Key of map is output name and value is the description.- Returns:
- the output values
-
setInputValues
Sets the input values.- Parameters:
pInputValues- the input values
-
getInputValues
Gets the input values.- Returns:
- the input values
-
setFlexfieldValues
Sets the flexfield values.- Parameters:
pFlexfieldValues- the flexfield values
-
getFlexfieldValues
Gets the flexfield values.- Returns:
- the flexfield values
-