Uses of Class
com.fluig.sdk.api.workflow.BPMFormFieldVO
-
Packages that use BPMFormFieldVO Package Description com.fluig.sdk.api.workflow -
-
Uses of BPMFormFieldVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type BPMFormFieldVO Modifier and Type Method Description List<BPMFormFieldVO>BPMProcessActivityVO. getFormFields()List<BPMFormFieldVO>BPMRequestVO. getFormFields()Method parameters in com.fluig.sdk.api.workflow with type arguments of type BPMFormFieldVO Modifier and Type Method Description voidBPMProcessActivityVO. setFormFields(List<BPMFormFieldVO> formFields)voidBPMRequestVO. setFormFields(List<BPMFormFieldVO> formFields)
-