@Component public class RestVariableBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BYTE_ARRAY_VARIABLE_TYPE |
protected List<RestVariableConverter> |
converters |
static String |
SERIALIZABLE_VARIABLE_TYPE |
Constructor and Description |
---|
RestVariableBuilder() |
Modifier and Type | Method and Description |
---|---|
com.activiti.model.runtime.RestVariable |
createRestVariable(String name,
Object value,
com.activiti.model.runtime.RestVariable.RestVariableScope scope,
String id,
boolean includeBinaryValue) |
public static final String BYTE_ARRAY_VARIABLE_TYPE
public static final String SERIALIZABLE_VARIABLE_TYPE
@Autowired protected List<RestVariableConverter> converters
Copyright © 2014–2015 Alfresco. All rights reserved.