Class SubmitFormRequest
java.lang.Object
org.flowable.rest.service.api.RestActionRequest
org.flowable.rest.service.api.form.SubmitFormRequest
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected List<RestFormProperty>
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBusinessKey
(String businessKey) void
setProcessDefinitionId
(String processDefinitionId) void
setProperties
(List<RestFormProperty> properties) void
Methods inherited from class org.flowable.rest.service.api.RestActionRequest
getAction, setAction
-
Field Details
-
processDefinitionId
-
taskId
-
businessKey
-
properties
-
-
Constructor Details
-
SubmitFormRequest
public SubmitFormRequest()
-
-
Method Details
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getTaskId
-
setTaskId
-
getBusinessKey
-
setBusinessKey
-
setProperties
-
getProperties
-