se.vgregion.portal.medcontrol.ws
Interface MyCasesServiceSoap
public interface MyCasesServiceSoap
This class was generated by the JAX-WS RI.
JAX-WS RI 2.1.7-b01-
Generated source version: 2.1
getUserCases
@RequestWrapper(localName="GetUserCases",
targetNamespace="http://mycasesservice.munkeby.com/",
className="se.vgregion.portal.medcontrol.ws.GetUserCases")
@ResponseWrapper(localName="GetUserCasesResponse",
targetNamespace="http://mycasesservice.munkeby.com/",
className="se.vgregion.portal.medcontrol.ws.GetUserCasesResponse")
ArrayOfCase getUserCases(String userId,
boolean checkForActingRole,
boolean includeOnlyActingRole,
String culture)
- Returns the users current cases. If includeOnlyActingRole
is set only cases where the users role is currently acting is included. Otherwise checkForActingRole can be
set to mark cases where the user has an acting role.How to use the booleans: False, false -> Get all the
users ongoing cases (ongoing tab, the value for HasActingRole is undefined). False, true -> Get only cases
where the user has an acting role (todo page). True, false -> Get all the users ongoing cases (ongoing and
todo pages, the value for HasActingRole is true for cases where the user has an acting role). True, true -
Meningslos kombination, funkar sakert men svaret ar lite odefinierat.
- Parameters:
userId
- checkForActingRole
- culture
- includeOnlyActingRole
-
- Returns:
- returns se.vgregion.portal.medcontrol.ws.ArrayOfCase
Copyright © 2010. All Rights Reserved.