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()
Deprecated.
|
java.lang.Long |
getInstanceid()
Deprecated.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getOutputValues()
returns a map of output values.
|
java.lang.String |
getTargetGroupCode()
returns the String target group code for the current project stage execution.
|
java.lang.Long |
getTargetGroupId()
returns the Long target group id for the current project stage execution.
|
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 pTargetGroupCode)
Deprecated.
|
void |
setInstanceId(java.lang.Long pTargetGroupId)
Deprecated.
|
void |
setOutputValues(java.util.Map<java.lang.String,java.io.Serializable> pOutputValues)
Sets the output values.
|
void |
setTargetGroupCode(java.lang.String pTargetGroupCode)
Sets the target group code.
|
void |
setTargetGroupId(java.lang.Long pTargetGroupId)
Sets the target group id.
|
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.Objectpublic void setWorkflowExecutionId(java.lang.Long pWorkflowExecutionId)
pWorkflowExecutionId - the new workflow execution idpublic java.lang.Long getWorkflowExecutionId()
@Deprecated public void setInstanceId(java.lang.Long pTargetGroupId)
@Deprecated public java.lang.Long getInstanceid()
@Deprecated public void setInstanceCode(java.lang.String pTargetGroupCode)
@Deprecated public java.lang.String getInstanceCode()
public void setTargetGroupId(java.lang.Long pTargetGroupId)
pTargetGroupId - the new target group idpublic java.lang.Long getTargetGroupId()
public void setTargetGroupCode(java.lang.String pTargetGroupCode)
pTargetGroupCode - the new target group codepublic java.lang.String getTargetGroupCode()
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()