Class CompleteFormRepresentation
- java.lang.Object
-
- org.flowable.ui.task.model.runtime.SaveFormRepresentation
-
- org.flowable.ui.task.model.runtime.CompleteFormRepresentation
-
- Direct Known Subclasses:
CreateCaseInstanceRepresentation,CreateProcessInstanceRepresentation
public class CompleteFormRepresentation extends SaveFormRepresentation
- Author:
- Joram Barrez, Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringoutcome-
Fields inherited from class org.flowable.ui.task.model.runtime.SaveFormRepresentation
formId, values
-
-
Constructor Summary
Constructors Constructor Description CompleteFormRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutcome()voidsetOutcome(String outcome)-
Methods inherited from class org.flowable.ui.task.model.runtime.SaveFormRepresentation
getFormId, getValues, setFormId, setValues
-
-