Class CompleteFormRepresentation

java.lang.Object
com.flowable.platform.service.task.SaveFormRepresentation
com.flowable.platform.service.task.CompleteFormRepresentation
Direct Known Subclasses:
CreateCaseInstanceRepresentation, CreateProcessInstanceRepresentation

public class CompleteFormRepresentation
extends SaveFormRepresentation
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String outcome  

    Fields inherited from class com.flowable.platform.service.task.SaveFormRepresentation

    values
  • Constructor Summary

    Constructors 
    Constructor Description
    CompleteFormRepresentation()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getOutcome()  
    void setOutcome​(java.lang.String outcome)  

    Methods inherited from class com.flowable.platform.service.task.SaveFormRepresentation

    getValues, setValues

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait