public class CustomStringVariableType
extends org.activiti.engine.impl.variable.StringType
StringType, which allows string-values
to be larger than the database-restriction of the TEXT_ column, by using binary storage in case
the string value exceeds the size.| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_TEXT_LENGTH |
| Constructor and Description |
|---|
CustomStringVariableType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(org.activiti.engine.impl.variable.ValueFields valueFields) |
void |
setValue(java.lang.Object value,
org.activiti.engine.impl.variable.ValueFields valueFields) |
protected static final int MAX_TEXT_LENGTH
public void setValue(java.lang.Object value,
org.activiti.engine.impl.variable.ValueFields valueFields)
setValue in interface org.activiti.engine.impl.variable.VariableTypesetValue in class org.activiti.engine.impl.variable.StringTypepublic java.lang.Object getValue(org.activiti.engine.impl.variable.ValueFields valueFields)
getValue in interface org.activiti.engine.impl.variable.VariableTypegetValue in class org.activiti.engine.impl.variable.StringTypeCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.