public class CompleteFormRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
formId |
protected String |
outcome |
protected Map<String,Object> |
values |
| Constructor and Description |
|---|
CompleteFormRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormId() |
String |
getOutcome() |
Map<String,Object> |
getValues() |
void |
setFormId(String formId) |
void |
setOutcome(String outcome) |
void |
setValues(Map<String,Object> values) |
Copyright © 2017 Alfresco. All rights reserved.