public class ProjectWorkflowExecutionData
extends java.lang.Object
Constructor and Description |
---|
ProjectWorkflowExecutionData() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
getFlexfieldValues()
Gets the flexfield values.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getInputValues()
Gets the input values.
|
java.lang.String |
getInstanceCode()
returns the String target group code for the current project stage execution.
|
java.lang.Long |
getInstanceid()
returns the Long target group id for the current project stage execution.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getOutputValues()
returns a map of output values.
|
java.lang.Long |
getWorkflowExecutionId()
returns the Long workflow execution id for the current project stage execution..
|
void |
setFlexfieldValues(java.util.Map<java.lang.String,java.io.Serializable> pFlexfieldValues)
Sets the flexfield values.
|
void |
setInputValues(java.util.Map<java.lang.String,java.io.Serializable> pInputValues)
Sets the input values.
|
void |
setInstanceCode(java.lang.String pInstanceCode)
Sets the instance code.
|
void |
setInstanceid(java.lang.Long pInstanceid)
Sets the instanceid.
|
void |
setOutputValues(java.util.Map<java.lang.String,java.io.Serializable> pOutputValues)
Sets the output values.
|
void |
setWorkflowExecutionId(java.lang.Long pWorkflowExecutionId)
Sets the workflow execution id.
|
java.lang.String |
toString()
Returns the non secured class variables as comma seperated for logging purpose.
|
public java.lang.String toString()
toString
in class java.lang.Object
public void setWorkflowExecutionId(java.lang.Long pWorkflowExecutionId)
pWorkflowExecutionId
- the new workflow execution idpublic java.lang.Long getWorkflowExecutionId()
public void setInstanceid(java.lang.Long pInstanceid)
pInstanceid
- the new instanceidpublic java.lang.Long getInstanceid()
public void setInstanceCode(java.lang.String pInstanceCode)
pInstanceCode
- the new instance codepublic java.lang.String getInstanceCode()
public void setOutputValues(java.util.Map<java.lang.String,java.io.Serializable> pOutputValues)
pOutputValues
- the output valuespublic java.util.Map<java.lang.String,java.io.Serializable> getOutputValues()
public void setInputValues(java.util.Map<java.lang.String,java.io.Serializable> pInputValues)
pInputValues
- the input valuespublic java.util.Map<java.lang.String,java.io.Serializable> getInputValues()
public void setFlexfieldValues(java.util.Map<java.lang.String,java.io.Serializable> pFlexfieldValues)
pFlexfieldValues
- the flexfield valuespublic java.util.Map<java.lang.String,java.io.Serializable> getFlexfieldValues()