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 FormModelRepresentation
CasePageResource. 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 FormModelRepresentation
CaseDefinitionResource. getCaseDefinitionStartForm(java.lang.String caseDefinitionId)
FormModelRepresentation
CaseInstanceResource. getStartForm(java.lang.String caseInstanceId)
FormModelRepresentation
CaseInstanceResource. 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 FormModelRepresentation
ProcessDefinitionResource. getProcessDefinitionStartForm(java.lang.String processDefinitionId)
FormModelRepresentation
ProcessInstanceResource. getStartForm(java.lang.String processInstanceId)
FormModelRepresentation
ProcessInstanceResource. 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 FormModelRepresentation
TaskResource. 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 FormModelRepresentation
UserPlatformResource. getUserForm(java.lang.String userId, java.lang.String formType, java.security.Principal principal)