Uses of Class
org.silverpeas.mobile.shared.dto.workflow.WorkflowInstancePresentationFormDTO
-
Packages that use WorkflowInstancePresentationFormDTO Package Description org.silverpeas.mobile.client.apps.workflow.pages org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of WorkflowInstancePresentationFormDTO in org.silverpeas.mobile.client.apps.workflow.pages
Methods in org.silverpeas.mobile.client.apps.workflow.pages with parameters of type WorkflowInstancePresentationFormDTO Modifier and Type Method Description voidWorkflowActionFormPage. setData(WorkflowInstancePresentationFormDTO data)voidWorkflowPresentationPage. setData(WorkflowInstancePresentationFormDTO data)voidWorkflowPresentationPage. setData(WorkflowInstancePresentationFormDTO data, ApplicationInstanceDTO instance) -
Uses of WorkflowInstancePresentationFormDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return WorkflowInstancePresentationFormDTO Modifier and Type Method Description WorkflowInstancePresentationFormDTOServiceWorkflow. getPresentationForm(String instanceId, String role) -
Uses of WorkflowInstancePresentationFormDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type WorkflowInstancePresentationFormDTO Modifier and Type Method Description voidServiceWorkflow. getPresentationForm(String appId, String instanceId, String role, org.fusesource.restygwt.client.MethodCallback<WorkflowInstancePresentationFormDTO> callback)
-