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 void
WorkflowActionFormPage. setData(WorkflowInstancePresentationFormDTO data)
void
WorkflowPresentationPage. setData(WorkflowInstancePresentationFormDTO data)
void
WorkflowPresentationPage. 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 WorkflowInstancePresentationFormDTO
ServiceWorkflow. 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 void
ServiceWorkflow. getPresentationForm(String appId, String instanceId, String role, org.fusesource.restygwt.client.MethodCallback<WorkflowInstancePresentationFormDTO> callback)
-