Class CreateProcessInstanceRepresentation
- java.lang.Object
-
- org.flowable.ui.task.model.runtime.SaveFormRepresentation
-
- org.flowable.ui.task.model.runtime.CompleteFormRepresentation
-
- org.flowable.ui.task.model.runtime.CreateProcessInstanceRepresentation
-
public class CreateProcessInstanceRepresentation extends CompleteFormRepresentation
-
-
Field Summary
-
Fields inherited from class org.flowable.ui.task.model.runtime.CompleteFormRepresentation
outcome
-
Fields inherited from class org.flowable.ui.task.model.runtime.SaveFormRepresentation
formId, values
-
-
Constructor Summary
Constructors Constructor Description CreateProcessInstanceRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetProcessDefinitionId()voidsetName(String name)voidsetProcessDefinitionId(String processDefinitionId)-
Methods inherited from class org.flowable.ui.task.model.runtime.CompleteFormRepresentation
getOutcome, setOutcome
-
Methods inherited from class org.flowable.ui.task.model.runtime.SaveFormRepresentation
getFormId, getValues, setFormId, setValues
-
-