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