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() |
CustomStringVariableType(int length) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(org.activiti.engine.impl.variable.ValueFields valueFields) |
void |
setValue(Object value,
org.activiti.engine.impl.variable.ValueFields valueFields) |
protected static final int MAX_TEXT_LENGTH
public CustomStringVariableType()
public CustomStringVariableType(int length)
public void setValue(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 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–2018 Alfresco Software. All rights reserved.