public final class ProcInstData extends curam.util.type.struct.Struct<ProcInstData>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
wdoAttributeName
The name of a workflow data object attribute whose value is persisted on
this table for the lifetime of a workflow process instance.
|
java.lang.String |
wdoAttributeType
The type of the attribute.
|
java.lang.String |
wdoAttributeValue
The value of a workflow data object attribute that is persisted on this
table for the lifetime of a workflow process instance.
|
java.lang.String |
wdoName
The name of a workflow data object.
|
Constructor and Description |
---|
ProcInstData() |
public java.lang.String wdoName
WORKFLOW_WDO_NAME -> String
public java.lang.String wdoAttributeName
WORKFLOW_WDO_ATTRIBUTE_NAME -> String
public java.lang.String wdoAttributeValue
WORKFLOW_WDO_ATTRIBUTE_VALUE -> String
public java.lang.String wdoAttributeType
WDO_ATTRIBUTE_TYPE -> CODE_TABLE_CODE -> INTERMEDIATE_CODETABLE_CODE -> String