Uses of Class
com.flowable.platform.service.task.SaveFormRepresentation
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.casepage
Methods in com.flowable.platform.rest.service.api.casepage with parameters of type SaveFormRepresentation Modifier and Type Method Description void
CasePageResource. saveCasePageForm(java.lang.String casePageInstanceId, SaveFormRepresentation saveTaskFormRepresentation)
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type SaveFormRepresentation Modifier and Type Method Description void
CaseInstanceResource. saveDocuments(java.lang.String caseInstanceId, SaveFormRepresentation saveFormRepresentation)
void
CaseInstanceResource. saveWorkForm(java.lang.String caseInstanceId, SaveFormRepresentation saveFormRepresentation)
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.content
Methods in com.flowable.platform.rest.service.api.content with parameters of type SaveFormRepresentation Modifier and Type Method Description void
ContentItemResource. saveMetadata(java.lang.String contentItemId, SaveFormRepresentation saveFormRepresentation)
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process with parameters of type SaveFormRepresentation Modifier and Type Method Description void
ProcessInstanceResource. saveDocuments(java.lang.String processInstanceId, SaveFormRepresentation saveFormRepresentation)
void
ProcessInstanceResource. saveWorkForm(java.lang.String processInstanceId, SaveFormRepresentation saveFormRepresentation)
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task with parameters of type SaveFormRepresentation Modifier and Type Method Description void
TaskResource. saveDocuments(java.lang.String taskId, SaveFormRepresentation saveFormRepresentation)
void
TaskResource. saveTaskForm(java.lang.String taskId, SaveFormRepresentation saveTaskFormRepresentation)
-
Uses of SaveFormRepresentation in com.flowable.platform.rest.service.api.user
Subclasses of SaveFormRepresentation in com.flowable.platform.rest.service.api.user Modifier and Type Class Description class
CreateUserRepresentation
Methods in com.flowable.platform.rest.service.api.user with parameters of type SaveFormRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.Map<java.lang.String,java.lang.Object>>
UserPlatformResource. saveUserWithForm(java.lang.String userId, java.lang.String formType, SaveFormRepresentation saveFormRepresentation, java.security.Principal principal)
-
Uses of SaveFormRepresentation in com.flowable.platform.service.caze
Subclasses of SaveFormRepresentation in com.flowable.platform.service.caze Modifier and Type Class Description class
CreateCaseInstanceRepresentation
-
Uses of SaveFormRepresentation in com.flowable.platform.service.process
Subclasses of SaveFormRepresentation in com.flowable.platform.service.process Modifier and Type Class Description class
CreateProcessInstanceRepresentation
-
Uses of SaveFormRepresentation in com.flowable.platform.service.task
Subclasses of SaveFormRepresentation in com.flowable.platform.service.task Modifier and Type Class Description class
CompleteFormRepresentation
Methods in com.flowable.platform.service.task with parameters of type SaveFormRepresentation Modifier and Type Method Description void
PlatformTaskService. saveTaskForm(java.lang.String taskId, SaveFormRepresentation saveFormRepresentation)