public class FormValueExpression extends Object
Modifier and Type | Field and Description |
---|---|
protected FormFieldRepresentation |
field |
protected static Pattern |
pattern |
protected List<FormValueSegment> |
segments |
Constructor and Description |
---|
FormValueExpression(FormFieldRepresentation field) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Map<String,Object> fieldValues,
Map<String,String> variableTypes,
String processInstanceId,
RelatedContentService relatedContentService,
SimpleContentTypeMapper contentTypeMapper,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
List<String> |
getRequiredFieldIds() |
static FormValueExpression |
parse(String expression,
FormFieldRepresentation field) |
protected List<FormValueSegment> segments
protected static Pattern pattern
protected FormFieldRepresentation field
public FormValueExpression(FormFieldRepresentation field)
public static FormValueExpression parse(String expression, FormFieldRepresentation field)
public void apply(Map<String,Object> fieldValues, Map<String,String> variableTypes, String processInstanceId, RelatedContentService relatedContentService, SimpleContentTypeMapper contentTypeMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Copyright © 2014–2015 Alfresco. All rights reserved.