Uses of Class
org.silverpeas.mobile.shared.dto.workflow.WorkflowFieldDTO
-
Packages that use WorkflowFieldDTO Package Description org.silverpeas.mobile.client.apps.workflow.events.app org.silverpeas.mobile.shared.dto.workflow -
-
Uses of WorkflowFieldDTO in org.silverpeas.mobile.client.apps.workflow.events.app
Methods in org.silverpeas.mobile.client.apps.workflow.events.app that return types with arguments of type WorkflowFieldDTO Modifier and Type Method Description List<WorkflowFieldDTO>
WorkflowProcessFormEvent. getData()
Method parameters in org.silverpeas.mobile.client.apps.workflow.events.app with type arguments of type WorkflowFieldDTO Modifier and Type Method Description void
WorkflowProcessFormEvent. setData(List<WorkflowFieldDTO> data)
-
Uses of WorkflowFieldDTO in org.silverpeas.mobile.shared.dto.workflow
Methods in org.silverpeas.mobile.shared.dto.workflow that return types with arguments of type WorkflowFieldDTO Modifier and Type Method Description List<WorkflowFieldDTO>
WorkflowFormActionDTO. getFields()
Methods in org.silverpeas.mobile.shared.dto.workflow with parameters of type WorkflowFieldDTO Modifier and Type Method Description void
WorkflowFormActionDTO. addField(WorkflowFieldDTO f)
Method parameters in org.silverpeas.mobile.shared.dto.workflow with type arguments of type WorkflowFieldDTO Modifier and Type Method Description void
WorkflowFormActionDTO. setFields(List<WorkflowFieldDTO> fields)
-