Uses of Class
org.silverpeas.mobile.shared.dto.workflow.WorkflowDataDTO
-
Packages that use WorkflowDataDTO Package Description org.silverpeas.mobile.client.apps.workflow.events.pages org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of WorkflowDataDTO in org.silverpeas.mobile.client.apps.workflow.events.pages
Methods in org.silverpeas.mobile.client.apps.workflow.events.pages that return WorkflowDataDTO Modifier and Type Method Description WorkflowDataDTO
WorkflowLoadedDataEvent. getData()
Methods in org.silverpeas.mobile.client.apps.workflow.events.pages with parameters of type WorkflowDataDTO Modifier and Type Method Description void
WorkflowLoadedDataEvent. setData(WorkflowDataDTO data)
-
Uses of WorkflowDataDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return WorkflowDataDTO Modifier and Type Method Description WorkflowDataDTO
ServiceWorkflow. getDataInstances(String userRole)
-
Uses of WorkflowDataDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type WorkflowDataDTO Modifier and Type Method Description void
ServiceWorkflow. getDataInstances(String appId, String userRole, org.fusesource.restygwt.client.MethodCallback<WorkflowDataDTO> callback)
-