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 voidCasePageResource. 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 voidCaseInstanceResource. saveDocuments(java.lang.String caseInstanceId, SaveFormRepresentation saveFormRepresentation)voidCaseInstanceResource. 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 voidContentItemResource. 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 voidProcessInstanceResource. saveDocuments(java.lang.String processInstanceId, SaveFormRepresentation saveFormRepresentation)voidProcessInstanceResource. 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 voidTaskResource. saveDocuments(java.lang.String taskId, SaveFormRepresentation saveFormRepresentation)voidTaskResource. 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 classCreateUserRepresentationMethods 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 classCreateCaseInstanceRepresentation -
Uses of SaveFormRepresentation in com.flowable.platform.service.process
Subclasses of SaveFormRepresentation in com.flowable.platform.service.process Modifier and Type Class Description classCreateProcessInstanceRepresentation -
Uses of SaveFormRepresentation in com.flowable.platform.service.task
Subclasses of SaveFormRepresentation in com.flowable.platform.service.task Modifier and Type Class Description classCompleteFormRepresentationMethods in com.flowable.platform.service.task with parameters of type SaveFormRepresentation Modifier and Type Method Description voidPlatformTaskService. saveTaskForm(java.lang.String taskId, SaveFormRepresentation saveFormRepresentation)