Class CreateCaseInstanceRepresentation
- java.lang.Object
-
- org.flowable.ui.task.model.runtime.SaveFormRepresentation
-
- org.flowable.ui.task.model.runtime.CompleteFormRepresentation
-
- org.flowable.ui.task.model.runtime.CreateCaseInstanceRepresentation
-
public class CreateCaseInstanceRepresentation 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 CreateCaseInstanceRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaseDefinitionId()StringgetName()voidsetCaseDefinitionId(String caseDefinitionId)voidsetName(String name)-
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
-
-