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