Uses of Class
com.flowable.platform.service.task.CompleteFormRepresentation
-
Uses of CompleteFormRepresentation in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type CompleteFormRepresentation Modifier and Type Method Description void
TaskResource. completeTaskForm(java.lang.String taskId, CompleteFormRepresentation completeTaskFormRepresentation)
-
Uses of CompleteFormRepresentation in com.flowable.platform.service.caze
Subclasses of CompleteFormRepresentation in com.flowable.platform.service.caze Modifier and Type Class Description class
CreateCaseInstanceRepresentation
-
Uses of CompleteFormRepresentation in com.flowable.platform.service.process
Subclasses of CompleteFormRepresentation in com.flowable.platform.service.process Modifier and Type Class Description class
CreateProcessInstanceRepresentation
-
Uses of CompleteFormRepresentation in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type CompleteFormRepresentation Modifier and Type Method Description void
PlatformTaskService. completeTaskForm(java.lang.String taskId, CompleteFormRepresentation formRepresentation)