Uses of Class
com.flowable.platform.service.task.FormModelRepresentation
-
Uses of FormModelRepresentation in com.flowable.platform.rest.service.api.casepage
Methods in com.flowable.platform.rest.service.api.casepage that return FormModelRepresentation Modifier and Type Method Description FormModelRepresentationCasePageResource. getCasePageForm(java.lang.String casePageInstanceId) -
Uses of FormModelRepresentation in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze that return FormModelRepresentation Modifier and Type Method Description FormModelRepresentationCaseDefinitionResource. getCaseDefinitionStartForm(java.lang.String caseDefinitionId)FormModelRepresentationCaseInstanceResource. getStartForm(java.lang.String caseInstanceId)FormModelRepresentationCaseInstanceResource. getWorkForm(java.lang.String caseInstanceId) -
Uses of FormModelRepresentation in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process that return FormModelRepresentation Modifier and Type Method Description FormModelRepresentationProcessDefinitionResource. getProcessDefinitionStartForm(java.lang.String processDefinitionId)FormModelRepresentationProcessInstanceResource. getStartForm(java.lang.String processInstanceId)FormModelRepresentationProcessInstanceResource. getWorkForm(java.lang.String processInstanceId) -
Uses of FormModelRepresentation in com.flowable.platform.rest.service.api.task
Methods in com.flowable.platform.rest.service.api.task that return FormModelRepresentation Modifier and Type Method Description FormModelRepresentationTaskResource. getTaskForm(java.lang.String taskId) -
Uses of FormModelRepresentation in com.flowable.platform.rest.service.api.user
Methods in com.flowable.platform.rest.service.api.user that return FormModelRepresentation Modifier and Type Method Description FormModelRepresentationUserPlatformResource. getUserForm(java.lang.String userId, java.lang.String formType, java.security.Principal principal)